gnus-uu.el: Fix temporary files deletion bug
[gnus] / lisp / ChangeLog
1 2013-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
4         Make sure work directory exists.
5         (gnus-uu-digest-mail-forward): Store temporary files in work directory
6         rather than tmp directory.
7         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
8         not necessarily always run, with it.
9
10 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
11
12         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
13         value of gnus-icalendar-additional-identities work without restart.
14
15 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16
17         * mm-util.el (mm-make-temp-file):
18         Alias to make-temp-file for modern Emacsen.
19
20 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21
22         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
23         nnir-article-number and nnir-article-group.
24
25 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
26
27         * message.el (message-send-mail-with-sendmail):
28         Don't kill error buffer if sending fails.
29
30 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
31
32         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
33         (gnus-icalendar-event->org-entry)
34         (gnus-icalendar--update-org-event)
35         (gnus-icalendar-event->gnus-calendar): Distinguish between
36         required/optional/non-participant attendee status. Fix bug causing
37         the first required event participant to be omitted.
38
39 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
40
41         * gnus-art.el (article-de-quoted-unreadable)
42         (article-de-base64-unreadable, gnus-mime-copy-part)
43         * gnus-html.el (gnus-article-html)
44         * mm-view.el (mm-inline-text-html-render-with-w3)
45         (mm-inline-text-html-render-with-w3m-standalone)
46         * rfc2231.el (rfc2231-decode-encoded-string):
47         Allow overriding charset by mm-charset-override-alist.
48
49         * gnus-art.el (gnus-article-browse-html-parts):
50         Replace LWSPs with `&nbsp;'s in header.
51
52         Work for broken Chinese articles.
53
54         * gnus-art.el (gnus-article-browse-html-save-cid-content):
55         Exclude broken handles that gnus-summary-enter-digest-group may create.
56         (gnus-article-browse-html-parts):
57         Allow overriding charset by mm-charset-override-alist.
58
59 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
60
61         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
62         (gnus-icalendar-identities): Support additional-identities.
63
64 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
65
66         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
67         org-timestamp for events ending at midnight.
68
69 2013-11-21  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
70
71         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
72         .log files.
73
74 2013-11-20  David Engster  <deng@randomsample.de>
75
76         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
77
78 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
79
80         * message.el (message-beginning-of-line):
81         Use beginning-of-visual-line when visual-line-mode is turned on.
82
83 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
84
85         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
86         (gnus-icalendar-event-from-ical)
87         (gnus-icalendar-event->org-entry)
88         (gnus-icalendar--update-org-event): Required/optional participation,
89         list of attendees synced to org.
90
91 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
92
93         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
94         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
95         cancellations to be synced to org if the original appt has an org
96         outline.
97
98 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
99
100         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
101         (gnus-icalendar-event->org-entry)
102         (gnus-icalendar--update-org-event)
103         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
104
105 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
106
107         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
108         Fix timezone handling in gnus-icalendar export to org.
109
110 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
111
112         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
113
114 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
115
116         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
117
118 2013-10-30  Glenn Morris  <rgm@gnu.org>
119
120         * gnus-group.el (gnus-group-browse-foreign-server):
121         * gnus-int.el (gnus-start-news-server):
122         Silence compiler obsolescence warning.
123
124 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
125
126         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
127         `nnoo-current-server' first, then for the actual `nnimap-address' to
128         allow netrc entries for the nnoo server to coexist with netrc entries
129         for the `nnimap-address'.
130
131 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
132
133         * mm-decode.el (mm-dissect-buffer): Revert last change.
134         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
135         The problem that motivated those changes was attributed to a broken
136         mail sender, and has been fixed.
137
138 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
139
140         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
141         token is missing in the Content-Type header.
142
143         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
144
145 2013-09-18  Glenn Morris  <rgm@gnu.org>
146
147         * gnus-util.el (image-size): Declare.
148
149 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
150
151         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
152         (gnus-icalendar-event-from-ical)
153         (gnus-icalendar-event--build-reply-event-body)
154         (gnus-icalendar-event-reply-from-buffer)
155         (gnus-icalendar-find-org-event-file)
156         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
157         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
158
159         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
160
161 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
162
163         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
164         Use save-current-buffer.
165         (gnus-tree-mode-map): Initialize in the declaration.
166         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
167         (scroll-in-place): Defvar it.
168         (gnus-tmp-*): Defvar them.
169         (gnus-get-tree-buffer): Use derived-mode-p.
170         (gnus--let-eval): New macro.
171         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
172         non-prefixed variables.
173         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
174
175         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
176         vars since it doesn't seem to be available.
177         (gnus-set-global-variables, gnus-summary-read-group-1)
178         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
179         (gnus-summary-display-article, gnus-summary-select-article)
180         (gnus-summary-next-article, gnus-offer-save-summaries)
181         (gnus-summary-generic-mark): Use derived-mode-p.
182         (gnus-summary-read-group-1, gnus-summary-exit)
183         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
184         Adjust calls to gnus-tree-close and gnus-tree-open.
185
186         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
187
188         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
189         (gnus-agent-mode): Use derived-mode-p.
190         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
191         gnus-command-method and *-command-method to nil, but bind
192         gnus-command-method to *-command-method instead!
193         (gnus-agent-fetch-articles): Remove unused var `id'.
194         (gnus-agent-fetch-headers): Remove unused arg `force'.
195         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
196         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
197         (gnus-agent-short-article, gnus-agent-long-article)
198         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
199         first use.
200         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
201         `score-param'.
202         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
203         (gnus-get-predicate): Push in front of the cache, rather than end.
204         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
205         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
206         (gnus-agent-expire-unagentized-dirs): Don't rebind
207         gnus-agent-expire-current-dirs since the defvar silences the warning.
208         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
209         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
210         (gnus-agent-regenerate): Simplify interactive spec and doc.
211
212 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
213
214         * gnus-int.el (gnus-open-server): Silence compiler.
215
216         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
217
218         * message.el (message-display-completion-list): Abolish.
219         (message-completion-in-region): Use display-completion-list.
220
221 2013-09-17  Glenn Morris  <rgm@gnu.org>
222
223         * gnus-util.el (gnus-message-with-timestamp-1):
224         Use `messages-buffer' function if available.  Ignore read-only.
225
226 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
227
228         * message.el (message-expand-group, message-completion-in-region):
229         Correct the order of start and end of a region.
230
231 2013-09-13  Glenn Morris  <rgm@gnu.org>
232
233         * mml2015.el (gnus-create-image): Autoload it.
234
235         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
236
237         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
238         (image-size): Declare.
239
240 2013-09-12  Glenn Morris  <rgm@gnu.org>
241
242         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
243         Avoid using `find', which i) might not be defined at runtime;
244         ii) does not work, since its default test is eql, not equal.
245         (gnus-mime-action-alist): Declare.
246
247 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
248
249         * score-mode.el (gnus-score-mode-map): Move initialization
250         into declaration.
251         (gnus-score-mode): Use define-derived-mode.
252         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
253         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
254         into declaration.
255         (gnus-kill-file-mode): Use define-derived-mode.
256         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
257         Use derived-mode-p.
258         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
259         (gnus-group-setup-buffer, gnus-group-name-at-point)
260         (gnus-group-make-web-group, gnus-group-enter-directory)
261         (gnus-group-suspend): Use derived-mode-p.
262         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
263         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
264         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
265         (gnus-article-setup-buffer, gnus-article-prepare)
266         (gnus-article-prepare-display, gnus-sticky-article)
267         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
268         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
269         (gnus-article-read-summary-keys): Use derived-mode-p.
270
271 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
272
273         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
274
275 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
276
277         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
278         shift_jis from the default value set for Japanese users.
279
280 2013-08-13  Glenn Morris  <rgm@gnu.org>
281
282         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
283
284         * gnus.el (gnus-valid-select-methods): Fix type.
285
286         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
287
288 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
289
290         * mm-decode.el (mm-display-external): Run a timer for the temp files
291         deletion after a viewer exits; add a deletion timer for the needsterm
292         case, too.
293
294         * mm-decode.el (mm-display-external): Try to delete temporary files by
295         using a 1-min. timer.
296
297 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
298
299         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
300         New internal variables.
301         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
302         (mm-display-external): Use it to delete temporary files instead of
303         using timers.
304
305 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
306
307         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
308
309 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
310
311         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
312         with cond for backwards compatability.
313
314 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
315
316         * mm-decode.el (mm-display-external): Bind process-connection-type to
317         nil; don't delete a temp file immediately even if a viewer finishes,
318         since it may be a shell script, like xdg-open, that launches a real
319         viewer program belatedly.
320
321 2013-08-05  Dave Abrahams  <dave@boostpro.com>
322
323         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
324         that we can create nndoc groups that excerpt other groups.
325
326 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
327
328         * gnus-delay.el (gnus-delay-article): Fix typo.
329
330         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
331         articles.
332
333         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
334         we can get spell-checking etc.
335
336 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
337
338         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
339         a single one used for encoding the whole text in a header.
340
341 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
342
343         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
344         doesn't work properly on XEmacs.
345
346 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
347
348         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
349         before sending.
350
351         * dgnushack.el (dgnushack-compile): Add a temporary check for
352         gnus-icalendar.
353
354         * mm-decode.el (mm-command-output): New face.
355         (mm-display-external): Use it.
356
357 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
358
359         * nnmbox.el (nnmbox-request-article): Don't change point.
360
361 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
362
363         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
364         Include `handle' parameter.
365
366 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
367
368         * gnus-icalendar.el: New file.
369
370 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
371
372         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
373
374         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
375         dummy roots, too.
376
377 2013-08-01  David Edmondson  <dme@dme.org>
378
379         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
380         out on ttys.
381
382 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
383
384         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
385         not empty.
386
387         * nnrss.el (nnrss-discover-feed): Indent.
388
389 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
390
391         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
392
393 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
394
395         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
396         dirty to ensure nnimap data being saved.
397
398 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
399
400         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
401         menu entry.
402
403         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
404         the current thread's total score instead of the current article's
405         score.
406
407         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
408         (gnus-sort-threads-recursively): Delete defcustom.
409         (gnus-sort-threads-recursive): Adapt accordingly.
410
411 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
412
413         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
414         (gnus-sort-threads-recursive): Use it.
415         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
416         again.  Now that determines how to sort subthreads.
417
418 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
419
420         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
421         (gnus-sort-threads): Use it.
422
423 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
424
425         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
426         punctuation characters follow parentheses (bug#14950).
427
428 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
429
430         * gnus.el (gnus-continuum-version):
431         * gnus-msg.el (gnus-extended-version): Simplify.
432
433         * gnus.el (gnus-continuum-version-1): Remove.
434         * gnus-msg.el (gnus-bug): Revert.
435
436         Calculate gnus-version correctly on Cygwin.
437
438         * gnus.el (gnus-continuum-version): Do main calculations in integers.
439         (gnus-continuum-version-1): New function, return a string.
440
441         * gnus-msg.el (gnus-extended-version, gnus-bug):
442         Use gnus-continuum-version-1 instead of gnus-continuum-version.
443
444 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
445
446         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
447         (bug#13384).
448
449 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
450
451         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
452         that were only relevant in a development version a long time ago.
453
454 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
455
456         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
457         that the old Emacs 24s bundle.
458
459 2013-07-10  David Engster  <deng@randomsample.de>
460
461         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
462         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
463         fixes a bug in Emacs trunk where the 'unexist' marks were always
464         removed at startup because "Gnus v5.13" was considered smaller than "Ma
465         Gnus v0.03".
466
467 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
468
469         * gnus.el (gnus-summary-line-format): Reference
470         `gnus-user-date-format-alist' for the &user-date; format, not
471         `gnus-summary-user-date-format-alist'.
472
473 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
474
475         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
476         delete files (bug#13481).
477
478 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
479
480         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
481
482 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
483
484         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
485         display images.
486
487         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
488
489         * message.el (message-cancel-news): According to
490         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
491         preferred over "cmsg cancel" in the Subject.
492
493         * nnir.el (nnir-engines): Note that the group specs are regexps
494         (bug#13238).
495
496         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
497         gotten read-only text properties, ensure that those aren't heeded when
498         copying stuff over (bug#13434).
499
500         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
501         (bug#13762).
502
503 2013-07-05  David Kastrup  <dak@gnu.org>
504
505         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
506         authinfo file again (important for blank passwords).  This had been
507         broken with 2013-06-15 change.
508
509 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
510
511         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
512         Revert 2013-01-14 change.
513
514 2013-07-02  Daiki Ueno  <ueno@gnu.org>
515
516         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
517         of 'create-image' for XEmacs compatibility; check errors when decoding
518         image.  Reported by Uwe Brauer.
519
520 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
521
522         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
523         gnus-button-push revised at 2011-01-19.
524
525 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
528         now live in the lisp/net Emacs 24 repository.
529
530 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
531
532         * eww.el (eww-update-header-line-format): Quote % characters.
533
534 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
535
536         * eww.el (eww-process-text-input): Display passwords as asterisks.
537
538         * shr.el (shr-make-table-1): Protect against invalid column-spans.
539
540 2013-06-19  Tom Tromey  <tromey@redhat.com>
541
542         * eww.el (eww-top-url): Remove.
543         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
544         (eww-render): Set new variables.  Don't set eww-top-url.
545         (eww-handle-link): Handle "prev", "home", and "contents".
546         Downcase the rel text.
547         (eww-top-url): Choose best top URL.
548
549 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
550
551         * eww.el: Rewrite to implement form elements "by hand" instead of
552         relying in widget.el.  Using widget.el leads to too many
553         user interface inconsistencies.
554         (eww-self-insert): Implement entering commands in text fields.
555         (eww-process-text-input): New function to make text input field editing
556         work.
557         (eww-submit): Rewrite to use the new-style form methods.
558         (eww-select-display): Display the correct selected item.
559         (eww-change-select): Implement changing the select value.
560         (eww-toggle-checkbox): Implement radio/checkboxes.
561         (eww-update-field): Fix compilation error.
562         (eww-tag-textarea): Implement <textarea>.
563
564         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
565         don't shadow mode-specific bindings.
566
567         * eww.el (eww-browse-url): Don't push stuff onto history if there's
568         nothing to push.
569
570         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
571
572 2013-06-19  Glenn Morris  <rgm@gnu.org>
573
574         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
575
576 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
577
578         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
579
580 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
581
582         * shr.el (shr-make-table-1): Implement <td rowspan>.
583         (shr-table-horizontal-line): Allow nil as a value, and change the
584         default.
585         (shr-insert-table-ruler): Respect the nil value.
586
587 2013-06-18  Tom Tromey  <tromey@barimba>
588
589         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
590         New defvars.
591         (eww-open-file): New defun.
592         (eww-render): Initialize new variables.
593         (eww-display-html): Handle "link" and "a".
594         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
595         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
596         (eww-back-url): Rename from eww-previous-url.
597         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
598         defuns.
599
600 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
601
602         * shr.el (shr-tag-table): Insert the images after the table, so that
603         they're not covered by the table colourisation, which often looked
604         awkward.
605         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
606         <dd>.
607         (shr-make-table-1): Implement <td colspan=> support.
608         (shr-insert-document): Use one less than window width if `shr-width' is
609         nil, since otherwise things may get one character too wide.
610
611 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
612
613         * eww.el (eww-detect-charset): Improve regexp; move backward.
614
615 2013-06-18  Glenn Morris  <rgm@gnu.org>
616
617         * mm-decode.el (widget-convert-button): Autoload.
618
619         * sieve-manage.el (mm-enable-multibyte): Autoload.
620
621         * shr.el (libxml-parse-html-region): Declare.
622         (shr-render-buffer): Explicit error if no libxml2 support.
623
624 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
625
626         * auth-source.el (auth-source-current-line): New function.
627         (auth-source-netrc-parse-entries): When a data token is "machine",
628         assume we're in the wrong place and abort parsing the current line.
629
630 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
631
632         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
633         (eww-convert-widgets): Don't bug out if the first widget starts at the
634         beginning of the buffer.
635         (eww-convert-widgets): Fix last patch.
636         (eww-tag-input): Support <input type=image>.
637
638         * shr.el (shr-insert-table): Respect border-collapse: collapse.
639         (shr-tag-base): Protect against base specs that are degenerate.
640         (shr-ensure-paragraph): Don't delete empty lines that have text
641         properties, because these may be input fields.
642
643         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
644         we can navigate to them.
645
646         * shr.el (shr-colorize-region): Put the colours over the entire region.
647         (shr-inhibit-decoration): New variable.
648         (shr-add-font): Use it to inhibit text property decorations while doing
649         preliminary table renderings.  This speeds up typical Wikipedia page
650         renderings by 15%.
651         (shr-tag-span): Don't respect the <title>, because that overwrites the
652         help-echo from links inside the spans.
653         (shr-next-link): Use `help-echo' for navigation, so that we can
654         navigate to form elements, too.
655
656         * eww.el (eww-button): New face.
657         (eww-convert-widgets): Use it to make submit buttons more button-like.
658
659         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
660         that Gnus commands work.
661
662         * shr.el (shr-render-td): Support horizontal alignment.
663
664         * eww.el (eww-put-color): Removed.
665         (eww-colorize-region): Use `add-face-text-property'.
666
667         * shr.el (shr-add-font): Append face data, so that we get the correct
668         precedence: The innermost value (which is applied first) wins.
669         (shr-make-overlay): Obsolete function.
670
671         * mm-decode.el (mm-convert-shr-links): New function to convert
672         new-style shr URL links into widgets.
673         (mm-shr): Use it.
674
675         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
676         widget commands, since we're no longer using widgets for links.
677
678         * shr.el (shr-next-link): New command.
679         (shr-previous-link): New command.
680         (shr-urlify): Don't use `widget-convert', because that's slow.
681         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
682         because collecting the overlays and reapplying them when generating
683         tables is slow.
684         (shr-insert-table): Ditto.
685
686 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
687
688         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
689         * shr.el (browse-url): Require `url'.
690         * eww.el (url): Require format-spec.
691
692 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
693
694         * eww.el (eww-display-html): Default to using the entire window width.
695         (eww-browse-url): Don't add a User-Agent header (twice), because that
696         makes Bing refuse connection.
697
698         * shr.el (shr-make-table): Cache the table rendering at the table
699         level, and not the <td> level.  This is a bit faster.
700
701         * eww.el (eww-render): Go to the correct ID when given URLs ending with
702         #id.
703
704         * shr.el (shr-tag-li): Don't require a new paragraph, since other
705         browsers don't.
706         (shr-expand-url): Respect #anchor links.
707         (shr-parse-base): Chop off the anchor before using.
708         (shr-descend): Respect display: none.
709         (shr-descend): Allow marking elements that have certain IDs.
710
711         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
712
713         * shr.el (shr-expand-url): Don't bug out on zero-length links.
714
715         * eww.el (eww-tag-textarea): Support <textarea>.
716
717 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
718
719         * shr.el (shr-dom-to-xml): Fixed function call.
720
721         * eww.el (eww): New group.
722         (eww-header-line-format): New custom variable.
723         (eww-current-title): New variable.
724         (eww-display-html): Update header and handle title tag.
725         (eww-update-header-line-format): New function.
726         (eww-tag-title): New function.
727
728         * shr.el (shr-dom-to-xml): New function.
729         (shr-tag-svg): Add support for the SVG tag.
730         (shr-bullet): New custom variable.
731         (shr-tag-li): Support custom bullet in unordered lists.
732
733 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
734
735         * shr.el (shr-expand-url): Respect // URLs.
736
737         * eww.el (eww-tag-body): Override the shr body rendering so that we can
738         put a background colour onto the entire buffer.
739         (eww-render): When being redirected, use the redirect URL as the new
740         base URL.
741
742         * shr.el (shr-parse-base): Fix parsing error.
743
744         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
745
746         * shr.el (shr-parse-base): New function.
747         (shr-expand-url): Use it to expand relative URLs reliably.
748
749 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
750
751         * auth-source.el (auth-source-search-collection): Fix docstring.
752         (auth-source-netrc-parse): Refactor and improve netrc parser to support
753         single-quoted strings and multiline entries.
754         (auth-source-netrc-parse-next-interesting)
755         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
756         functions to support parser.
757
758 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
759
760         * eww.el (eww-submit): Get submit button logic right when hitting RET
761         on non-submit buttons.
762
763         * shr.el: Remove shr-preliminary-table-render, since that can't really
764         be used for anything in practice.
765
766 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
767
768         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
769         (sieve-manage-quit).
770
771 2013-06-14  Glenn Morris  <rgm@gnu.org>
772
773         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
774
775 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
776
777         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
778         control the maximum size of photo ID image.
779         (mml2015-epg-key-image-to-string): Respect it.
780
781 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
782
783         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
784         instead of the final one so that we can more easily distinguish them.
785
786         * eww.el (eww-submit): Compute the submission URL correctly.
787
788 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
789
790         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
791         Use plist-get rather than CL's getf.
792         (sieve-manage-parse-capability): Avoid CL's remove-if.
793
794 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
795
796         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
797         (sieve-manage-quit).
798
799 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
800
801         * shr.el (shr-expand-url): Expansion should chop off the bits after the
802         last slash.
803
804         * eww.el (eww-tag-select): Use the first value as the default value.
805
806 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
807
808         * eww.el (eww): Prepend urls with http:// if scheme is missing.
809         (eww-mode): Use `define-derived-mode'.
810         (eww-parse-headers): Parse headers from beginning of buffer so that
811         file:// links work.
812
813 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
814
815         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
816
817 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
818
819         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
820         to handle them at all.
821
822 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
823
824         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
825         work, too.
826         (eww-tag-select): Implement <select>.
827
828 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
829
830         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
831         stream managing functions by using open-protocol-stream to do most of
832         the work.  Has the nice benefit of enabling STARTTLS.
833         Wait for capabilities after STARTTLS: following RFC5804, the server
834         sends new capabilities after successfully establishing a TLS connection
835         with the client. The client should update the cached list of
836         capabilities, but we just ignore the answer for now.
837         (sieve-manage-network-p, sieve-manage-network-open)
838         (sieve-manage-starttls-p, sieve-manage-starttls-open)
839         (sieve-manage-forward, sieve-manage-streams)
840         (sieve-manage-stream-alist): Remove unneeded functions neither in the
841         API, nor called by any other function.
842         Enable Multibyte for SieveManage buffers: The parser won't properly
843         handle umlauts and line endings unless multibyte is turned on in the
844         process buffer.
845
846 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
847
848         * eww.el (eww-tag-input): Support password fields.
849         (eww-submit): Support POST.
850
851 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
852
853         * eww.el (eww-tag-form): Protect against degenerate forms.
854
855         * shr.el (shr-expand-url): Expand URLs that start with a slash
856         correctly.
857
858         * eww.el (eww-submit): Get submit button logic right.
859
860         * shr.el (shr-final-table-render): New variable to signal when we're
861         doing the final table rendering so that we can collect more data at
862         that point.
863
864         * eww.el (eww-submit): Make form submission work.
865         (eww-tag-input): Implement submit buttons.
866         (eww-click-radio): Implement radio and checkboxes.
867         (eww-submit): Handle hidden elements.
868
869         * shr.el (shr-descend): Allow other packages to override (or provide)
870         rendering of elements.
871         (shr-expand-url): Strip query strings from URLs before expanding them.
872
873         * eww.el: Don't require cl-lib.
874         (eww-tag-form): Start form support.
875
876         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
877
878         * eww.el: Start writing a new, tiny web browser.
879         (eww-previous-url): New command.
880         (eww-quit): New command.
881
882 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
883
884         * sieve.el: Put point at beginning of buffer when viewing a script.
885         (sieve-open-server): Respect the PORT parameter.  Show the correct port
886         number in sieve-buffer's header.  Fixed code to also work with a string
887         as port specifier. Properly close the connection on pressing 'q'.  Make
888         sieve-manage-quit close the connection and process buffer.  Also, remove
889         duplicate keybinding for 'q'.
890
891 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
892
893         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
894         make it easier to read.
895         (mm-pkcs7-enveloped-magic): Ditto.
896
897 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
898
899         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
900         before `image-type-available-p' to avoid loading the image libraries
901         needlessly.
902
903 2013-06-05  David Engster  <deng@randomsample.de>
904
905         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
906         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
907         to see whether the group was synced before.
908
909 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
910
911         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
912         when opening the connection.
913         Suggested by João Távora <joaotavora@gmail.com> in
914         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
915
916 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
917
918         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
919         assume Date header begins with "Date", that may be customized into
920         something like "X-Sent" using gnus-article-time-format.
921         (article-transform-date): Allow multi-line Date header.
922
923 2013-06-02  David Engster  <deng@randomsample.de>
924
925         * registry.el (initialize-instance, registry-lookup)
926         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
927         (registry-lookup-secondary-value, registry-search, registry-delete)
928         (registry-insert, registry-reindex, registry-size, registry-prune): Do
929         not wrap methods in `eval-and-compile'.  This breaks due to latest
930         changes in EIEIO (introduction of eieio-core.el).
931
932 2013-05-30  Glenn Morris  <rgm@gnu.org>
933
934         * nnmail.el (nnmail-fancy-expiry-target):
935         Also bind mail-dont-reply-to-names.
936
937         * spam-stat.el (spam-stat-save):
938         No need to tweak font-lock in temp buffers.
939
940         * shr.el (shr-put-image): Silence compiler.
941
942 2013-05-29  Glenn Morris  <rgm@gnu.org>
943
944         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
945
946         * gnus-group.el (gnus-sequence-of-unread-articles)
947         (gnus-summary-add-mark, gnus-mark-article-as-read)
948         (gnus-group-make-articles-read): Declare.
949
950         * gnus-sum.el (gnus-parameter-list-identifier)
951         (gnus-article-stop-animations, gnus-stop-downloads)
952         (gnus-article-only-boring-p, article-goto-body)
953         (gnus-flush-original-article-buffer, article-narrow-to-head)
954         (gnus-article-hidden-text-p, gnus-delete-wash-type)
955         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
956
957         * gnus.el: No need to eval-and-compile autoloads.
958
959         * gravatar.el (help-function-arglist): Autoload.
960
961         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
962
963         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
964
965         * spam.el: No need to load spam-report when compiling.
966         No need to eval-and-compile autoloads.
967         (spam-report-resend-to): Declare.
968         (spam-report-resend-register-routine): Require 'spam-report.
969
970 2013-05-24  Julien Danjou  <julien@danjou.info>
971
972         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
973         setup.
974
975 2013-05-23  Glenn Morris  <rgm@gnu.org>
976
977         * gnus-util.el (rmail-swap-buffers-maybe)
978         (rmail-maybe-set-message-counters, rmail-count-new-messages)
979         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
980         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
981
982         * mm-decode.el: No need to load term when compiling.
983         (term-mode, term-char-mode): Declare.
984
985         * mm-util.el: No need to load jka-compr when compiling.
986         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
987
988         * nnmaildir.el: Require is automatically eval-and-compile.
989         (nnmail): Require at run-time too.
990
991         * registry.el (registry-size): Move definition before use.
992
993 2013-05-22  Daiki Ueno  <ueno@gnu.org>
994
995         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
996         signed data to conform the standard.  (Bug#14232)
997
998 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
999
1000         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1001         double angle quotation mark.
1002
1003 2013-05-20  Glenn Morris  <rgm@gnu.org>
1004
1005         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1006
1007 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1008
1009         * message.el (message-insert-formatted-citation-line): handle finding
1010         first/lastname when more than 2 names appear.
1011
1012 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1013
1014         * shr.el (shr-tag-span): New function.
1015
1016 2013-05-18  Glenn Morris  <rgm@gnu.org>
1017
1018         * message.el (message-mode): Use message-mode-abbrev-table,
1019         with text-mode-abbrev-table as parent.  (Bug#14413)
1020
1021 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1022
1023         * message.el (message-expand-group): Decode group names.
1024
1025 2013-05-16  Julien Danjou  <julien@danjou.info>
1026
1027         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1028         app-icon.
1029
1030 2013-05-15  Glenn Morris  <rgm@gnu.org>
1031
1032         * shr-color.el (shr-color-visible-luminance-min)
1033         (shr-color-visible-distance-min): Use shr-color group.
1034
1035 2013-05-11  Glenn Morris  <rgm@gnu.org>
1036
1037         * gnus-vm.el: Make it loadable without VM.
1038         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1039         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1040
1041 2013-05-09  Glenn Morris  <rgm@gnu.org>
1042
1043         * mml1991.el: Make it loadable.  (Bug#13456)
1044
1045         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1046         * gnus-async.el (gnus-async-post-fetch-function):
1047         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1048         * gnus-html.el (gnus-html-image-cache-ttl):
1049         * gnus-notifications.el (gnus-notifications-timeout):
1050         * gnus-picon.el (gnus-picon-properties):
1051         * gnus-util.el (gnus-completion-styles):
1052         * gnus.el (gnus-other-frame-resume-function):
1053         * message.el (message-user-organization-file)
1054         (message-cite-reply-position):
1055         * nnir.el (nnir-summary-line-format)
1056         (nnir-retrieve-headers-override-function):
1057         * shr-color.el (shr-color-visible-luminance-min):
1058         * shr.el (shr-blocked-images):
1059         * spam-report.el (spam-report-resend-to):
1060         * spam.el (spam-summary-exit-behavior): Fix custom types.
1061
1062         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1063
1064 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1065
1066         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1067         because of let-binding help-xref-following.  (Bug#14356)
1068
1069 2013-05-06  Glenn Morris  <rgm@gnu.org>
1070
1071         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1072
1073 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1074
1075         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1076         entering into the registry.
1077
1078 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1079
1080         * gnus.el: Ma Gnus v0.7 is released.
1081
1082 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1083
1084         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1085         (Bug#14304)
1086
1087 2013-04-27  Glenn Morris  <rgm@gnu.org>
1088
1089         * gnus.el (gnus-list-debbugs):
1090         Use require rather than autoload.  (Bug#14262)
1091
1092 2013-04-27  Julien Danjou  <julien@danjou.info>
1093
1094         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1095         port to "sieve" now that it has an official IANA port assigned.
1096
1097 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1098
1099         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1100         Don't set the MAILHOST environment variable permanently (Bug#14271).
1101
1102 2013-04-26  Glenn Morris  <rgm@gnu.org>
1103
1104         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1105
1106 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1107
1108         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1109         string values of 'gcc-self. Thanks to Saroj Thirumalai.
1110
1111 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1112
1113         * nnir.el (nnir-close-group): Make sure we are in the right group.
1114
1115         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1116         dependency table from all newly retrieved headers.
1117
1118 2013-04-16  David Edmondson  <dme@dme.org>
1119
1120         Support <img src="data:...">.
1121
1122         * shr.el (shr-image-from-data): New function.
1123         (shr-tag-img): Use it.
1124
1125 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1126
1127         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1128         group.
1129
1130 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1131
1132         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1133         corresponding to any existing group (Bug#14166).
1134
1135 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1136
1137         * nnir.el (number-sequence): No longer used.
1138         (nnir-request-set-mark): New function.
1139         (nnir-request-update-info): Improve marks updating.
1140         (nnir-request-scan): Don't duplicate marks updating.
1141         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1142         Use 'assq rather than 'assoc.  Quote anonymous function.
1143         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1144         Use 'gnus-group-prefixed-p.
1145         (gnus-summary-create-nnir-group): Make sure server for method is open.
1146
1147 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1148
1149         * nnir.el (gnus-nnir-group-p): New function.
1150         (nnir-possibly-change-group): Use it.
1151
1152         * gnus-msg.el (gnus-setup-message): Use it.
1153
1154 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1155
1156         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1157         `initial-input' for the argument name.
1158         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1159
1160 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1161
1162         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1163         (used by MH-E).
1164
1165 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1166
1167         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1168         group.
1169
1170         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1171         fix compilation.
1172
1173 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1174
1175         * nnir.el (nnir-method-default-engines): And another typo.
1176
1177 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1178
1179         * nnir.el (nnir-method-default-engines): Fix typo.
1180
1181 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1182
1183         * nnir.el: Define 'number-sequence for xemacs.
1184         (gnus-summary-create-nnir-group): New function to create an nnir group
1185         from an nnir summary buffer based on the current query.
1186         (nnir-request-create-group): Update to allow nnir group creation based
1187         on the current query.
1188
1189 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1190
1191         * nndraft.el (nndraft-request-expire-articles):
1192         Make expiry target always `delete'.
1193
1194 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1195
1196         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1197         buffer use the posting-style and gcc of the original article group.
1198         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1199
1200         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1201         after other deffoos.
1202
1203 2013-03-25  Andrew Cohen  <cohen@bu.edu>
1204
1205         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1206         management.  Marks are now shown in nnir summary buffers.  Rudimentary
1207         support for real (i.e. not ephemeral) nnir groups.
1208         (gnus-summary-make-nnir-group): New function for initiating searches
1209         from a summary buffer.
1210
1211 2013-03-18  Sam Steingold  <sds@gnu.org>
1212
1213         * message.el (message-bury): Minor cleanup.
1214
1215 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1216
1217         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
1218
1219 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1220
1221         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1222         nnml-request-list.  (Bug#13873)
1223         (nndir-request-newsgroups): Remove, unused.
1224
1225         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1226
1227 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1228
1229         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
1230         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
1231         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
1232
1233 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1234
1235         * shr.el: Make all the overlays set the `evaporate' property so that
1236         they're removed properly.
1237
1238 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1239
1240         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1241         shell-quote-argument.
1242
1243 2013-02-22  David Engster  <deng@randomsample.de>
1244
1245         * gnus-registry.el (gnus-registry-save): Provide class name when
1246         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
1247         `condition-case' to stay compatible with older EIEIO versions which
1248         only accept one argument.
1249
1250 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1251
1252         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1253         (epg-user-id-validity): Autoload.
1254         (mml2015-epg-check-user-id): New function.
1255         (mml2015-epg-check-sub-key): New function split from
1256         mml2015-epg-find-usable-key.
1257         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1258         optional name-is-key-id, to handle the case when user-id is unusable.
1259         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1260
1261 2013-02-17  Glenn Morris  <rgm@gnu.org>
1262
1263         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1264
1265 2013-02-16  Glenn Morris  <rgm@gnu.org>
1266
1267         * shr.el (shr-put-image): Only animate images that specify a delay.
1268         This is consistent with the old image-animated-p behavior.
1269
1270 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1271
1272         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1273         for XEmacs.
1274
1275 2013-02-13  Juri Linkov  <juri@jurta.org>
1276
1277         * gnus-art.el (gnus-article-mode-map):
1278         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1279         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1280
1281 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1282
1283         * auth-source.el (auth-source-format-prompt): Don't get confused by
1284         any "\" in replacement text.  (Bug#13637)
1285
1286 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1287
1288         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1289         (gnus-backend-trace): Honour gnus-backend-trace.
1290
1291         * mml.el (mml-insert-part): Insert closing tag.
1292
1293         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1294
1295 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1296
1297         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1298         able to find the article, which can happen in debbugs groups,
1299         apparently.
1300
1301 2013-01-16  Glenn Morris  <rgm@gnu.org>
1302
1303         * smiley.el (smiley-style): Make the file loadable in batch mode.
1304
1305 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1306
1307         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1308         imap process running.
1309
1310 2013-01-14  Julien Danjou  <julien@danjou.info>
1311
1312         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1313         Compare addresses against addresses, not against the full From field.
1314
1315 2013-01-13  Richard Stallman  <rms@gnu.org>
1316
1317         * message.el (message-forward-make-body-mime): New args BEG, END
1318         specify what part of FORWARD-BUFFER to use.  Do the work directly
1319         instead of calling `mml-insert-buffer'.
1320
1321 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1322
1323         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1324         cross-reference(s).
1325
1326         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1327         cross-reference(s).
1328
1329 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1330
1331         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1332         and point-max-marker.
1333         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1334
1335 2013-01-11  Julien Danjou  <julien@danjou.info>
1336
1337         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1338         max are almost equal. Also return the correct value for V which is
1339         already between 0 and 1.
1340
1341 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1342
1343         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1344         to mml2015-encrypt-to-self.
1345         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1346
1347 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1348
1349         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1350         mml-smime-epg-find-usable-secret-key.
1351
1352 2013-01-08  Glenn Morris  <rgm@gnu.org>
1353
1354         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1355
1356 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1357
1358         * mml-smime.el: Support signing by sender.
1359         Requested by Uwe Brauer.
1360         (mml-smime-sign-with-sender): New user option analogous
1361         to mml2015-sign-with-sender.
1362         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1363         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1364         mml2015.el.
1365
1366 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1367
1368         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1369         isn't running, because Gnus will probably not know how to handle the
1370         Gcc header (bug#11941).
1371
1372         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1373         articles.
1374
1375 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1376
1377         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1378         (nnfolder-generate-active-file): Make this function work with recursive
1379         folder names.
1380
1381 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1382
1383         * nntp.el (nntp-open-connection): Use HELP as the capability command
1384         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1385         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1386
1387 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1388
1389         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1390         place holder since this gives `Invalid face reference: nil' messages.
1391         Use the `default' face instead.  It has the same effect here, even
1392         though it is not no-op.
1393
1394         * gnus-util.el
1395         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1396
1397 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1398
1399         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1400         non-string posting styles (bug#13285).
1401
1402 2012-12-27  Glenn Morris  <rgm@gnu.org>
1403
1404         * plstore.el (plstore-passphrase-callback-function):
1405         Use plstore-get-file.
1406
1407 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1408
1409         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1410         stderr.
1411
1412 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1413
1414         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1415
1416         * gnus-compat.el (set-buffer-multibyte): Remove.
1417
1418 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1419
1420         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1421         temporary file to get PGP key image.  Pass no-show-photos when
1422         extracting image to avoid having it pop up twice.
1423
1424 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1425
1426         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1427         eligible for treatment.
1428
1429         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1430         lines.  This makes summary commands with hidden threads work more
1431         reliably.
1432
1433         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1434         button to mark the hidden citations (bug#9395).
1435
1436 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1437
1438         * mml2015.el (mml2015-epg-signature-to-string): New function.
1439         (mml2015-epg-verify-result-to-string): New function.
1440         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1441         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1442         instead of epg-verify-result-to-string.
1443         (epg-signature-key-id, epg-signature-to-string): Autoload.
1444         (epg-verify-result-to-string): Remove autoload.
1445
1446 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1447
1448         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1449         ID image from GPG public key.
1450         (mml2015-epg-key-image-to-string): New function.
1451
1452 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1453
1454         * plstore.el (plstore-passphrase-callback-function): Fix error when
1455         error when plstore-cache-passphrase-for-symmetric-encryption is set
1456         (bug#13264).
1457
1458 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1459
1460         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1461         buffer to the article buffer here, because that clobbers multiple
1462         article buffers.
1463
1464         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1465         buffer always points to the right summary buffer.
1466
1467 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1468
1469         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1470         the password (bug#12097).
1471
1472 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1473
1474         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1475         (bug#13263).
1476
1477         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1478         buffer exists before using it (bug#12475).
1479
1480         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1481         offline groups (bug#11937).
1482
1483         * message.el (message-yank-original): When using customize to set the
1484         value of `message-cite-style', the variable it set to a symbol that's
1485         the name of the variable, which must then be dereferenced (bug#12616).
1486
1487 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1488
1489         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1490         the `face' property with a list whose car is the face specified in the
1491         format string and whose cdr is (nil).
1492         * lisp/gnus-util.el
1493         (gnus-put-text-property-excluding-characters-with-faces):
1494         Change accordingly.
1495         (gnus-get-text-property-excluding-characters-with-faces): New function.
1496         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1497         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1498         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1499
1500 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1501
1502         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1503         login methods.
1504         (nnimap-login): Respect the `nnimap-authenticator' variable.
1505
1506         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1507         mark state when moving articles.  Otherwise unticked articles will get
1508         their ticks back after moving.
1509
1510 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1511
1512         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1513
1514         * message.el (message-ignored-news-headers): Always remove
1515         X-Message-SMTP-Method to avoid information leakage if the user
1516         mistakenly inserts the header into news messages.
1517
1518         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1519
1520         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1521         right than four characters, this command would move point to
1522         `point-max'.  Don't do that.
1523
1524         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1525         to nil to allow re-selecting groups that gain articles.
1526         (gnus-bug-group-download-format-alist): Update the URL.
1527
1528 2012-12-23  Andreas Schwab  <schwab@suse.de>
1529
1530         * shr.el (shr-tag-em): Render em as italic, not bold.
1531
1532 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1533
1534         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1535         for reuse.
1536         (gnus-open-server): Use it to add more tracing.
1537         (gnus-finish-retrieve-group-infos): Add backend tracing.
1538         (gnus-backend-trace): Also note the elapsed seconds.
1539
1540 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1541
1542         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1543         Set epa-file-encrypt-to from variable to avoid querying.
1544
1545 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1546
1547         * sieve-mode.el (sieve-font-lock-keywords):
1548         Keywords should be word delimited.  (Bug#13173)
1549
1550 2012-12-13  Andreas Schwab  <schwab@suse.de>
1551
1552         * tls.el (tls-program): Update customize type.
1553
1554 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1555
1556         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1557         instead of <pre> to align message header.
1558
1559 2012-12-12  Sam Steingold  <sds@gnu.org>
1560
1561         * gnus.el (gnus-other-frame-resume-function): Add user option.
1562         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1563
1564 2012-12-06  Sam Steingold  <sds@gnu.org>
1565
1566         * gnus-start.el (gnus-before-resume-hook): Add.
1567         (gnus-1): Run it when Gnus is alive.
1568
1569 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1570
1571         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1572         * gnus-art.el (article-unsplit-urls)
1573         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1574         * gnus-registry.el (gnus-registry-get-article-marks)
1575         * message.el (message-goto-body): Use it.
1576         (message-called-interactively-p): Remove.
1577
1578         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1579         (spam-stat-score-buffer): Use it.
1580
1581         * spam.el: Silence the warnings against BBDB functions when compiling.
1582
1583         * gnus-score.el (gnus-score-decode-text-parts):
1584         Use append+mapcar instead of the cl function mapcan.
1585
1586 2012-12-05  Sam Steingold  <sds@gnu.org>
1587
1588         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1589         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1590         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1591
1592 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1593
1594         * gmm-utils.el (gmm-called-interactively-p): Revert.
1595         This seems to cause Emacs to get stuck!
1596         * gnus-art.el (article-unsplit-urls)
1597         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1598         * gnus-registry.el (gnus-registry-get-article-marks)
1599         * message.el (message-goto-body)
1600         (message-called-interactively-p): Revert.
1601
1602         * gmm-utils.el (gmm-called-interactively-p): New function.
1603         * gnus-art.el (article-unsplit-urls)
1604         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1605         * gnus-registry.el (gnus-registry-get-article-marks)
1606         * message.el (message-goto-body): Use it.
1607         (message-called-interactively-p): Remove.
1608
1609         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1610         * gnus-sync.el (gnus-sync-lesync-call)
1611         * message.el (message-read-from-minibuffer): Use it.
1612
1613 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1614
1615         * gmm-utils.el (gmm-flet): Remove.
1616         * gnus-sync.el (gnus-sync-lesync-call)
1617         * message.el (message-read-from-minibuffer): Don't use it.
1618
1619 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1620
1621         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1622
1623 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1624
1625         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1626
1627         * gnus-sync.el (gnus-sync-lesync-call)
1628         * message.el (message-read-from-minibuffer): Use gmm-flet.
1629
1630         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1631
1632         * gnus-util.el (gnus-macroexpand-all): Remove.
1633
1634 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1635
1636         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1637         to TAB, not [tab].
1638         (gnus-summary-article-map): Likewise.
1639
1640         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1641         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1642
1643 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1644
1645         * time-date.el: Commentary fix.
1646
1647 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1648
1649         * color.el: Don't require cl.
1650         (color-complement): `caddr' -> `nth 2'.
1651
1652         * time-date.el (time-to-seconds): De-obsolete.
1653
1654 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1655
1656         * message.el (message-get-reply-headers):
1657         Make sure the reply goes to the author if it is a wide reply.
1658
1659 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1660
1661         * gnus-score.el (gnus-score-body):
1662         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1663         scoring by body.
1664
1665 2012-11-16  Glenn Morris  <rgm@gnu.org>
1666
1667         * gnus-diary.el (nndiary-request-create-group-functions)
1668         (nndiary-request-update-info-functions)
1669         (gnus-subscribe-newsgroup-functions)
1670         (nndiary-request-accept-article-functions):
1671         Use new names for hooks rather than obsolete aliases.
1672
1673 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1674
1675         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1676
1677 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1678
1679         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1680         in meta tag with the one the part specifies in its header.
1681
1682 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1683
1684         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1685         by default.
1686
1687 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1688
1689         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1690         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1691
1692 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1693
1694         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1695         and a runtime function for it, of which the XEmacs version takes only
1696         two arguments.
1697
1698 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1699
1700         * nndiary.el (nndiary-request-create-group-functions)
1701         (nndiary-request-update-info-functions)
1702         (nndiary-request-accept-article-functions):
1703         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1704         "-hooks" suffix.
1705
1706 2012-10-19  Julien Danjou  <julien@danjou.info>
1707
1708         * gnus-art.el: Require gnus-util because it uses
1709         `gnus-timer--function'.
1710
1711 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1712
1713         * starttls.el (starttls-extra-arguments): Doc fix.
1714
1715 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1716
1717         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1718         it.
1719
1720 2012-10-06  Glenn Morris  <rgm@gnu.org>
1721
1722         * gnus-notifications.el (gnus-notifications):
1723         Add missing group :version tag.
1724         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1725         (gnus-gcc-post-body-encode-hook):
1726         * gnus-sync.el (gnus-sync-lesync-name)
1727         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1728
1729 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1730
1731         * color.el (color-hsl-to-rgb): Fix incorrect results for
1732         small and large hue values.  (Bug#12559)
1733
1734 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1735
1736         New UIDL implementation.
1737
1738         * mail-source.el (mail-sources, mail-source-keyword-map):
1739         Add :leave as a pop3 keyword.
1740         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1741
1742         * pop3.el (pop3-leave-mail-on-server): Allow number.
1743         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1744         (pop3-movemail): Add UIDL support.
1745         (pop3-send-streaming-command): Take a list of mail numbers instead of
1746         the number of mails.
1747         (pop3-write-to-file): Add X-UIDL header.
1748         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1749         (pop3-uidl-add-xheader): New functions.
1750
1751         * message.el (message-ignored-resent-headers):
1752         Add X-Content-Length and X-UIDL headers.
1753
1754 2012-10-05  Glenn Morris  <rgm@gnu.org>
1755
1756         * color.el (color-name-to-rgb, color-rgb-to-hex)
1757         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1758         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1759         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1760         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1761
1762 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1763
1764         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1765         a user about whether to delete temp files if once a user answered as n.
1766
1767 2012-09-25  Chong Yidong  <cyd@gnu.org>
1768
1769         * password-cache.el (password-read-and-add): Use a declare form to mark
1770         this function obsolete.
1771
1772 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1773
1774         * lpath.el: Bind mail-encode-mml for old Emacsen.
1775
1776 2012-09-17  Richard Stallman  <rms@gnu.org>
1777
1778         * message.el (message-in-body-p): Don't set mark or modify buffer.
1779
1780         * mml.el (mml-attach-file): Doc fix.
1781         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1782         Set mail-encode-mml when in Mail mode.
1783         Simplify code to set HEAD and move back to HEAD.
1784         (mml-insert-multipart, mml-insert-part):
1785         Set mail-encode-mml when in Mail mode.
1786
1787 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1788
1789         * gnus-util.el (gnus-timer--function): New function.
1790
1791         * gnus-art.el (gnus-article-stop-animations): Use it.
1792
1793 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1794
1795         Fix glitches caused by addition of psec to timers.
1796         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1797         rather than raw access to timer vector.
1798
1799 2012-09-11  Julien Danjou  <julien@danjou.info>
1800
1801         * gnus-notifications.el (gnus-notifications): Check for nil values in
1802         ignored addresses check.
1803
1804 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1805
1806         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1807
1808 2012-09-07  Chong Yidong  <cyd@gnu.org>
1809
1810         * gnus-util.el
1811         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1812
1813         * gnus-salt.el (gnus-tree-highlight-node):
1814         * gnus-sum.el (gnus-summary-highlight-line):
1815         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1816
1817 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1818
1819         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1820
1821 2012-09-06  Juri Linkov  <juri@jurta.org>
1822
1823         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1824         scheme for buffer names to be more consistent with other group and
1825         article buffer names in Gnus.
1826
1827 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1828
1829         * gnus-util.el
1830         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1831
1832         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1833         Jenkner.
1834
1835         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1836
1837         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1838
1839         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1840
1841 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1844         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1845
1846         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1847         string-prefix-p in Emacs >=23.2.
1848
1849         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1850         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1851         instead of string-match-p.
1852         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1853
1854 2012-09-06  Kenichi Handa  <handa@gnu.org>
1855
1856         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1857         lowercase a..f.
1858
1859 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1860
1861         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1862
1863 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1864
1865         * nnimap.el (nnimap-request-move-article): Decode the group name when
1866         doing internal moves to avoid charset issues.
1867
1868         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1869         TIME is set.
1870
1871 2012-09-05  Juri Linkov  <juri@jurta.org>
1872
1873         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1874         than one group at a time (bug#11961).
1875
1876 2012-09-05  Julien Danjou  <julien@danjou.info>
1877
1878         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1879         this hide the real reason with a message giving absolutely no hint.
1880
1881 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1882
1883         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1884         to the backend (bug#11804).
1885
1886         * message.el (message-insert-newsgroups): Don't insert newsgroup
1887         duplicates (bug#12275).
1888
1889 2012-09-05  John Wiegley  <johnw@newartisans.com>
1890
1891         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1892         sieve rules.
1893
1894 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1895
1896         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1897         function.
1898
1899         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1900
1901         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1902
1903 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1904
1905         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1906         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1907         This should make nnmaildir more usable with offlineimap.
1908
1909 2012-09-05  Julien Danjou  <julien@danjou.info>
1910
1911         * nnimap.el (nnimap-request-list): Revert change that made listing
1912         synchronous.
1913         (nnimap-get-responses): Restore.
1914
1915 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1916
1917         * dgnushack.el: XEmacs 21.5 compilation fix.
1918
1919         * gnus-notifications.el (gnus-notifications-notify): Use it.
1920
1921         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1922         warnings on XEmacs.
1923
1924 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1925
1926         Better seeds for (random).
1927         * gnus-sync.el (gnus-sync-lesync-setup):
1928         * message.el (message-canlock-generate, message-unique-id):
1929         Change (random t) to (random), now that the latter is more random.
1930
1931 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1932
1933         * nnimap.el (nnimap-change-group): Document result value
1934
1935         * auth-source.el (auth-sources): Fix macos keychain access.
1936
1937         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1938         allow the backend `request-head' function to determine the group
1939         name on its own.
1940         (gnus-request-expire-articles): Filter out negative article numbers
1941         during expiry (Bug#11980).
1942
1943         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1944         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1945
1946         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1947         you've found the article when you haven't.
1948
1949         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1950         that nnimap-change-group can return t.
1951
1952 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1953
1954         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1955
1956 2012-08-30  Julien Danjou  <julien@danjou.info>
1957
1958         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1959         `gnus-notifications-timeout'.
1960         (gnus-notifications-timeout): Add.
1961         (gnus-notifications-action): New function.
1962         (gnus-notifications-notify): Add :action using
1963         `gnus-notifications-action'.
1964         (gnus-notifications-id-to-msg): New variable.
1965         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1966         notifications id to messages.
1967
1968 2012-08-30  Kenichi Handa  <handa@gnu.org>
1969
1970         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1971         once.
1972
1973 2012-08-29  Julien Danjou  <julien@danjou.info>
1974
1975         * gnus-notifications.el: New file.
1976         (gnus-notifications-notify): New function.
1977         (gnus-notifications): Use `gnus-notifications-notify'.
1978
1979 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1980
1981         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1982         transfer encoding first; bind gnus-newsgroup-charset to the charset
1983         that the article specifies (Bug#12209).
1984
1985 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1986
1987         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1988         (gnus-group-customize-done): Encode values posting-style holds.
1989
1990         * gnus-msg.el (gnus-summary-resend-message)
1991         (gnus-configure-posting-styles): Decode values posting-style group
1992         parameter holds.
1993
1994 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1995
1996         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1997         `name' and `address' in Resent-From header.
1998
1999 2012-08-14  Chong Yidong  <cyd@gnu.org>
2000
2001         * gnus-art.el (article-display-face): Handle failure in
2002         gnus-create-image (Bug#11802).
2003
2004 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2005
2006         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2007         Use defsetf.
2008
2009 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2010
2011         * auth-source.el (auth-source-plstore-search)
2012         (auth-source-secrets-search): Ignore :require and :type in search spec.
2013
2014 2012-08-06  Julien Danjou  <julien@danjou.info>
2015
2016         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2017         `nnimap-request-move-article'.
2018
2019         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2020         Remove autoload, already handled by gnus.el.
2021
2022         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2023
2024         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2025         supported by nnimap actually. Reverts previous change.
2026
2027         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2028         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2029         to-buffer argument that is already supported.
2030
2031 2012-08-05  Julien Danjou  <julien@danjou.info>
2032
2033         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2034         Add autoload.
2035
2036 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2037
2038         * gnus.el (gnus-valid-select-methods): Fix custom type.
2039
2040 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2041
2042         * auth-source.el (auth-sources, auth-source-backend-parse)
2043         (auth-source-macos-keychain-search)
2044         (auth-source-macos-keychain-search-items)
2045         (auth-source-macos-keychain-result-append)
2046         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2047         auth-source.el through the /usr/bin/security utility.
2048         (auth-sources): Fix syntax error.
2049         (auth-source-macos-keychain-result-append): Fix variable name.
2050         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2051
2052 2012-07-27  Julien Danjou  <julien@danjou.info>
2053
2054         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2055         Emacs < 24.1
2056
2057 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2058
2059         * message.el (message-kill-address): Don't kill last newline.
2060         (message-skip-to-next-address): Don't move to the next header.
2061         (message-fill-field-address): Work properly.
2062
2063 2012-07-25  Julien Danjou  <julien@danjou.info>
2064
2065         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2066
2067 2012-07-24  Julien Danjou  <julien@danjou.info>
2068
2069         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2070
2071         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2072         (nntp-async-timer-handler): Remove, unused.
2073
2074         * nnimap.el (nnimap-get-responses): Remove, unused.
2075
2076         * nnheader.el (mail-header-set-extra): Remove, unused.
2077
2078         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2079         unused.
2080
2081         * mm-view.el (mm-view-sound-file): Remove, unused.
2082
2083         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2084         (mm-url-encode-multipart-form-data): Remove, unused.
2085
2086         * message.el (message-remove-signature, message-make-host-name)
2087         (message-fill-address): Remove, unused.
2088
2089         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2090         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2091         unused.
2092
2093         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2094         (gnus-xmas-call-region): Remove, unused.
2095
2096         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2097
2098         * gnus-util.el (gnus-extract-address-component-name)
2099         (gnus-extract-address-component-email, gnus-sortable-date)
2100         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2101         (gnus-process-live-p): Remove, unused.
2102
2103         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2104
2105         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2106         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2107         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2108         function.
2109
2110         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2111
2112         * gnus-score.el (gnus-summary-score-crossposting)
2113         (gnus-score-regexp-bad-p): Remove, unused.
2114
2115         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2116
2117         * gnus-range.el (gnus-sublist-p): Remove, unused.
2118
2119         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2120         unused.
2121
2122         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2123
2124         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2125         (gnus-request-associate-buffer): Remove, unused.
2126
2127         * gnus-group.el (gnus-group-set-method-info)
2128         (gnus-group-set-params-info): Remove, unused.
2129
2130         * gnus-fun.el (gnus-shell-command-to-string)
2131         (gnus-shell-command-on-region): Remove, unused.
2132
2133         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2134
2135         * gnus-art.el (gnus-article-text-type-exists-p)
2136         (article-translate-characters, gnus-article-hide-text-of-type)
2137         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2138         Remove, unused.
2139
2140 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2141
2142         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2143
2144 2012-07-21  Julien Danjou  <julien@danjou.info>
2145
2146         * message.el (message-dont-reply-to-names): Replace deprecated
2147         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2148         (message-get-reply-headers): Ditto.
2149
2150 2012-07-18  Julien Danjou  <julien@danjou.info>
2151
2152         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2153         `sieve-upload-and-kill'.
2154
2155         * sieve.el (sieve-bury-buffer): Remove function.
2156         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2157         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2158
2159 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2160
2161         * shr.el (shr-expand-url): Handle URL starting with `//'.
2162
2163 2012-07-13  Chong Yidong  <cyd@gnu.org>
2164
2165         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2166         instead of calling toggle-read-only with a (bogus) argument.
2167
2168 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2169
2170         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2171         of initial input when reading the author to restrict the summary to.
2172
2173 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2174
2175         * mm-decode.el (mm-shr):
2176         Allow overriding charset by mm-charset-override-alist.
2177
2178 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2179
2180         * gnus-art.el (gnus-article-view-part):
2181         Toggle subparts of multipart/alternative part.
2182
2183 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2184
2185         * shr.el (shr-render-buffer): New command.
2186         (shr-visit-file): Use it.
2187
2188 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2189
2190         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2191         Set no-byte-compile and no-update-autoloads.
2192
2193 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2196
2197 2012-06-25  Julien Danjou  <julien@danjou.info>
2198
2199         * nnimap.el (nnimap-request-articles-find-limit): Rename from
2200         `nnimap-request-move-articles-find-limit' since we do not use it only
2201         for move operations.
2202         (nnimap-request-accept-article): Use
2203         `nnimap-request-articles-find-limit' to limit search by message-id.
2204
2205 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2206
2207         Support higher-resolution time stamps (Bug#9000).
2208
2209         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
2210         VARLIST.  It's optional, for backward compatibility.
2211         (encode-time-value): New optional arg PICO.  New type 3.
2212         (time-to-seconds) [!float-time]: Support the new picoseconds
2213         component if it's used.
2214         (seconds-to-time, time-subtract, time-add):
2215         Support ps-resolution time stamps as well.
2216
2217 2012-06-19  Julien Danjou  <julien@danjou.info>
2218
2219         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
2220
2221         * nnimap.el (nnimap-log-buffer): Check that
2222         `window-point-insertion-type' is boundp, since it's not available in
2223         XEmacs.
2224
2225 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2226
2227         * nnimap.el (nnimap-log-buffer): Add this, setting
2228         `window-point-insertion-type' in the buffer to t.
2229         (nnimap-log-command): Use nnimap-log-buffer.
2230
2231 2012-06-19  Julien Danjou  <julien@danjou.info>
2232
2233         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2234         argument to be able to limit the search.
2235         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2236         (nnimap-request-move-articles-find-limit): Add this to limit the search
2237         by Message-Id after a message move.
2238         (nnimap): Add defgroup.
2239
2240 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2241
2242         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2243
2244 2012-06-15  Julien Danjou  <julien@danjou.info>
2245
2246         * nnimap.el (nnimap-find-article-by-message-id): Use
2247         `nnimap-possibly-change-group' rather than its own EXAMINE call.
2248         (nnimap-possibly-change-group): Add read-only argument.
2249         (nnimap-request-list): Use nnimap-possibly-change-group rather than
2250         issuing EXAMINE manually.
2251         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
2252         with read-only argument.
2253         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
2254         cannot possibly change because we need to be sure that it's either
2255         read-write or read-only.
2256
2257 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2258
2259         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2260         being bound to a lambda form.
2261
2262 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2263
2264         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2265         articles when fetch-old is non-nil (bug#11370).
2266
2267 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
2268
2269         * gnus-picon.el (gnus-picon-properties): New defcustom.
2270         (gnus-picon-create-glyph): Use it.
2271
2272 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2273
2274         * gnus-group.el (gnus-group-get-new-news): Respect
2275         `gnus-group-use-permanent-levels', as documented (bug#11638).
2276
2277 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2278
2279         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2280         groups (bug#11641).
2281
2282 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2283
2284         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2285         is an integer to avoid later problems.
2286
2287 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2288
2289         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2290         locales.
2291
2292         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2293         on a handle.
2294
2295         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2296         address as the default.
2297         (gnus-summary-insert-old-articles): Don't include unexisting messages.
2298
2299         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
2300         makes no sense to query the user about internal files.
2301
2302         * gnus-spec.el: Remove all the byte-compilation stuff, since
2303         benchmarking shows that it doesn't help when entering large summary
2304         buffers.
2305
2306         * gnus-xmas.el (gnus-xmas-define): Remove.
2307
2308         * gnus-util.el (gnus-byte-code): Remove.
2309
2310         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2311         grouplens stuff.
2312
2313 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2314
2315         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2316         (bug#11514).
2317
2318 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2319
2320         * message.el (message-buffers): Return all buffers derived from Message
2321         to make `gnus-dired-attach' work with mu4e.
2322
2323 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2324
2325         * nntp.el: Stop the `letf' madness.
2326         (nntp--report-1): New var.
2327         (nntp-report): Merge nntp-report-1 into it.
2328         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2329         the nntp-report function.
2330
2331         * auth-source.el: Fix comment-style to follow the convention.
2332
2333 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
2334
2335         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2336         (mm-dissect-singlepart): Don't guess the MIME type of
2337         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2338         set.
2339         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2340         toplevel MIME type is multipart/encrypted.
2341
2342 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2343
2344         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2345         a string so that Gcc works (bug#11514).
2346
2347 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2348
2349         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2350         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2351
2352 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2353
2354         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2355         jumping to *Server* from a dedicated *Group* window.
2356         (gnus-configure-frame): CSE.
2357
2358         * gnus-registry.el: Minor style cleanup.
2359         (gnus-registry--set/remove-mark): New function, extracted from
2360         gnus-registry-install-shortcuts.
2361         (gnus-registry-install-shortcuts): Use it.
2362
2363 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2364
2365         * nnspool.el (news-path): Use eval-and-compile.
2366
2367 2012-05-24  Glenn Morris  <rgm@gnu.org>
2368
2369         * nnspool.el (news-directory, news-path, news-inews-program):
2370         Move here from paths.el.  Don't see a need for these to be autoloaded.
2371
2372         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2373         Merge in doc from paths.el version.  Don't see any need for this to be
2374         autoloaded, or for the warning about users not setting it.
2375
2376 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
2377
2378         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
2379         format.  In particular, add an optional argument and a docstring.
2380
2381         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2382
2383         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2384         current before calling `gnus-groups-to-gnus-format'.
2385         Note that this was already the case for `gnus-active-to-gnus-format'.
2386
2387 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2388
2389         Fix minor Y10k bug.
2390         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2391
2392 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2393
2394         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2395         message once it's actually open.
2396
2397 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2398
2399         * gnus.el: Ma Gnus v0.5 is released.
2400
2401 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2402
2403         * auth-source.el (auth-source--aput-1, auth-source--aput)
2404         (auth-source--aget): New functions and macros.
2405         Use them instead of aput/aget.
2406
2407 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2408
2409         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2410
2411 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2412
2413         * plstore.el (plstore-called-interactively-p): New compat macro copied
2414         from message.el.
2415         (plstore-mode): Use it.
2416
2417 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2418
2419         * plstore.el: Revive the editing feature.
2420         (plstore-mode): New mode to edit plstore file.
2421         (plstore-mode-toggle-display, plstore-mode-original)
2422         (plstore-mode-decoded): New command.
2423         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2424         (plstore--insert-buffer, plstore--make): New function.
2425         (plstore-open, plstore-save): Simplify by using them.
2426
2427 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2428
2429         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2430
2431 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2432
2433         * tls.el (open-tls-stream): Remove unused binding.
2434
2435 2012-04-16  Glenn Morris  <rgm@gnu.org>
2436
2437         * nndraft.el (nndraft-request-list): Fix declaration.
2438
2439 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2440
2441         * mm-decode.el (mm-dissect-buffer): Doc fix.
2442
2443         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2444         don't have a current group.
2445
2446         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2447         buffer if it doesn't exist.
2448
2449         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2450         given, mark the group as ephemeral with the current window conf.
2451
2452         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2453         buffer exists, which it doesn't if we haven't started Gnus.
2454         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2455
2456 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2457
2458         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2459         type is.
2460
2461         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2462         `unexists' entries.
2463         (gnus-clean-old-newsrc): Fix last checkin.
2464
2465         * nnimap.el (nnimap-update-info): None of the articles below the active
2466         low-water mark exist.
2467
2468         * dgnushack.el: Get rid of XEmacs compilation warning.
2469
2470         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2471         would have gotten if we posted to the group, and use that to compare
2472         against the message we want to cancel (bug#10808).
2473
2474         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2475         on XEmacs.
2476
2477 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2478
2479         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2480         `scroll-margin'.
2481
2482 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2483
2484         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2485         citation prefix within a block of cited text should be considered part
2486         of that block *only* if it is a blank line.
2487
2488 2012-04-09  Chong Yidong  <cyd@gnu.org>
2489
2490         * binhex.el, hashcash.el, uudecode.el:
2491         Remove * characters from the front of variable docstrings.
2492
2493 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2494
2495         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2496         before kinsoku-bol characters nor within kinsoku-eol characters.
2497
2498 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2499
2500         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2501         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2502         (gnus-sync-read): Use mapc instead of mapcar.
2503
2504         * mm-archive.el: Require mm-decode for some macros.
2505         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2506         the byte compiler.
2507         (mm-archive-decoders): New function that returns the value of
2508         the mm-archive-decoders variable.
2509
2510         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2511         instead.
2512         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2513
2514         * nnimap.el (gnus-refer-thread-use-nnir):
2515         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2516
2517 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2518
2519         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2520
2521 2012-03-12  Peter Münster  <pmrb@free.fr>
2522
2523         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2524         (gnus-demon-cancel): Ditto.
2525         (gnus-demon-run-callback): When function cannot be called due to low
2526         idleness, call it when idleness reaches the expected value, instead of
2527         waiting another timer period.
2528         (gnus-demon-init): Add `time' to arguments of call-back.
2529
2530 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2531
2532         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2533
2534         * gnus.el: Register gnus-registry functions.
2535
2536         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2537         indent.
2538
2539         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2540         enabled before warping.
2541
2542 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2543
2544         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2545         registry about each article retrieved.
2546
2547         * gnus-int.el (gnus-select-group-with-message-id): New function.
2548         (gnus-try-warping-via-registry): Ditto.
2549         (gnus-warp-to-article): Fall back on the registry.
2550
2551 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2552
2553         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2554         inboxes.
2555
2556 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2557
2558         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2559
2560 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2561
2562         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2563         gnus-gcc-self-resent-messages may be a group parameter.
2564         (gnus-summary-resend-message): Don't encode encoded words in header
2565         when Gcc'ing resent message.
2566
2567 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2568
2569         * shr.el (shr-insert): Treat non-breaking space just like normal
2570         space.  This seems to produce more pleasing results.
2571         (shr-insert): Only insert a blank line if we're starting from an image.
2572         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2573         (shr-ensure-paragraph): Consider lines with white space to be blank.
2574
2575 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2576
2577         * Makefile.in: Respect DESTDIR.
2578
2579 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2580
2581         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2582         and gnus-gcc-post-body-encode-hook.
2583
2584 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2585
2586         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2587         messages that don't exist.
2588
2589         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2590
2591 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2592
2593         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2594         Remove.
2595
2596         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2597
2598         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2599
2600 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2601
2602         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2603         have a group name.
2604
2605         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2606         a multibyte buffer (bug#7410).
2607         (article-wash-html): Parse the original article buffer to get the
2608         unencoded data (bug#7410).
2609
2610         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2611         .newsrc.el files.
2612
2613 2012-04-05  Bastien Guerry  <bzg@altern.org>
2614
2615         * color.el (color-lighten-name): Fix typo.
2616
2617 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2618
2619         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2620         "#" to avoid having them interpreted as comments.
2621
2622 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2623
2624         * shr.el (shr-insert): Update the text state properly to avoid
2625         inserting spurious paragraph starts.
2626
2627 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2628
2629         * shr.el (shr-table-widths): Divide the extra width more fairly over
2630         the TDs (bug#10973).
2631         (shr-render-td): Don't delete too much padding.
2632         (shr-natural-width): Compute the natural width more correctly.
2633         (shr-insert): Allow the natural width to be computed for tables again.
2634         (shr-tag-table-1): Rework how the natural widths are computed by
2635         rendering the table a third time.
2636         (shr-natural-width): Removed.
2637         (shr-buffer-width): New function.
2638         (shr-expand-newlines): Use it.
2639
2640         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2641         using a `gnus-use-full-window' setup (bug#11013).
2642
2643 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2644
2645         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2646         24.1 release.
2647
2648 2012-03-10  David Edmondson  <dme@dme.org>
2649
2650         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2651         'Forwarded Message' header and the start of the message.
2652
2653 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2654
2655         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2656         isn't running (bug#10897).
2657
2658 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2659
2660         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2661         This is inconsistent with all the other stream functions, which leave
2662         the setting up to the higher levels (if so wanted) (bug#10931).
2663
2664 2012-02-28  Glenn Morris  <rgm@gnu.org>
2665
2666         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2667         mm-decode.el: Standardize possessive apostrophe usage.
2668
2669 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2670
2671         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2672
2673 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2674
2675         * parse-time.el (parse-time-string): Allow extractor to return nil.
2676
2677 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2678
2679         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2680
2681 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2682
2683         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2684
2685 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2686
2687         * mm-decode.el (mm-shr): Remove "soft hyphens".
2688
2689         * nnimap.el (nnimap-request-list): Return the group names encoded as
2690         utf8.  Otherwise non-European group names don't work.
2691         (nnimap-request-newgroups): Ditto.
2692
2693         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2694         the default in `read-string' (bug#10757).
2695
2696         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2697         topics (bug#10843).
2698
2699         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2700         buffer.  Suggested by Herbert Valerio Riedel.
2701         (nnimap-request-move-article): Delete the message from the correct IMAP
2702         server.
2703
2704 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2705
2706         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2707         Reported by Peter Münster.
2708
2709 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2710
2711         * shr.el (shr-image-fetched): Make sure we really kill the right
2712         buffer.
2713
2714 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2715
2716         * gnus-start.el (gnus-1): Avoid duplicate entries.
2717
2718 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2719
2720         * imap.el: Remove.
2721
2722         * nntp.el (nntp-coding-system-for-read): Remove.
2723         (nntp-coding-system-for-write): Ditto.
2724         (nntp-open-connection): Just use `binary' directly.
2725
2726         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2727         Gnus 0.3.
2728
2729 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2730
2731         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2732         application/octet-stream parts really is.
2733
2734         * gnus-sum.el (gnus-propagate-marks): Remove.
2735
2736 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2737
2738         * shr.el (shr-rescale-image): Undo previous change; see
2739         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2740
2741 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2742
2743         * gnus.el: Ma Gnus v0.3 is released.
2744
2745 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2746
2747         * gnus-sum.el (gnus-summary-local-variables): Make
2748         `gnus-newsgroup-unexist' into a local variable.
2749
2750 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2751
2752         * registry.el (registry-usage-test, registry-persistence-test): Move to
2753         tests/gnustest-registry.el.
2754         (registry-make-testable-db, registry-match-test)
2755         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2756
2757         * gnus-registry.el (gnus-registry-misc-test)
2758         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2759
2760         * tests/gnustest-registry.el: New file with the registry and
2761         gnus-registry ERT tests.
2762
2763 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2764
2765         * gnus-msg.el (gnus-summary-resend-message): Make
2766         gnus-summary-resend-message-insert-gcc be last item in
2767         message-header-setup-hook.
2768
2769 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2770
2771         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2772         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2773         Remove.
2774         (nnfolder-open-server): Don't use marks.
2775         (nnfolder-request-delete-group): Ditto.
2776         (nnfolder-request-rename-group): Ditto.
2777         (nnfolder-request-set-mark, nnfolder-request-marks)
2778         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2779         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2780
2781         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2782         (nnml-marks-modtime): Remove.
2783         (nnml-request-delete-group): Don't use marks.
2784         (nnml-request-rename-group): Ditto.
2785         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2786         (nnml-save-marks, nnml-open-marks): Remove.
2787
2788         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2789         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2790         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2791         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2792         (nntp-server-to-method-cache): Remove.
2793
2794         * shr.el (shr-rescale-image): Fix wrong merge.
2795
2796 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2797
2798         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2799         too-wide lines.
2800
2801 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2802
2803         * nnimap.el (nnimap-record-commands): New variable.
2804         (nnimap-log-command): Use it.
2805         (nnimap-make-process-buffer): Add a space to the process buffer.
2806         (nnimap-transform-headers): Don't bug out on header lines containing
2807         stuff that look like IMAP length encodings.
2808
2809         * shr.el (shr-rescale-image): Allow viewing large images.
2810
2811 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2812
2813         * nnml.el (nnml-request-compact-group): Delete the marks file after
2814         compaction (bug#10800).
2815
2816         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2817         group exit.
2818
2819         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2820         QRESYNC/FETCH output.
2821
2822 2012-02-11  Glenn Morris  <rgm@gnu.org>
2823
2824         * sieve-manage.el (sieve-manage-default-stream):
2825         * shr.el (shr):
2826         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2827         (nnir-retrieve-headers-override-function)
2828         (nnir-imap-default-search-key, nnir-notmuch-program)
2829         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2830         (nnir-method-default-engines):
2831         * message.el (message-cite-reply-position):
2832         * gssapi.el (gssapi-program):
2833         * gravatar.el (gravatar):
2834         * gnus-sum.el (gnus-refer-thread-use-nnir):
2835         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2836         (gnus-registry-max-pruned-entries):
2837         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2838         * gnus-int.el (gnus-after-set-mark-hook)
2839         (gnus-before-update-mark-hook):
2840         * gnus-async.el (gnus-async-post-fetch-function):
2841         * auth-source.el (auth-source-cache-expiry):
2842         Add missing :version tags to new defcustoms and defgroups.
2843
2844 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2845
2846         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2847         `gnus-newsgroup-unexist'.
2848
2849         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2850         marks.
2851         (gnus-article-special-mark-lists): Put the `unexist' in the special
2852         marks list instead.
2853
2854         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2855         articles in the list of articles to be selected.
2856
2857         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2858         articles.
2859         (nnimap-update-info): Keep track of unexisting articles.
2860         (nnimap-update-qresync-info): Ditto.
2861
2862 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2863
2864         * message.el (message-default-send-mail-function): Made into own
2865         function for reuse by emacsbug.el.
2866
2867 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2868
2869         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2870         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2871
2872 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2873
2874         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2875         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2876
2877         * gnus-compat.el: Define `timer-set-function'.
2878
2879         * mm-decode.el (mm-display-external): Output the text from the command
2880         in the buffer after the command finished.  This makes text-based
2881         commands behave better.
2882
2883 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2884
2885         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2886
2887 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2888
2889         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2890         23.1.
2891
2892 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2893
2894         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2895
2896 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2897
2898         * message.el (smtpmail-smtp-user): Silence compiler warning.
2899
2900 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2901
2902         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2903         SMTP user name.
2904
2905 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * gnus-sum.el (gnus-summary-show-thread):
2908         next-single-char-property-change may return nil in XEmacs.
2909         (gnus-summary-article-map): Fix typo.
2910
2911 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2912
2913         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2914         running.
2915
2916         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2917
2918         * gnus.el (gnus-server-extend-method): Don't add an -address component
2919         if the method already has one (bug#9676).
2920
2921 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2922
2923         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2924         of an initial-input for consistency (bug#10757).
2925
2926         * dgnushack.el: Fix XEmacs compilation warning.
2927
2928         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2929
2930         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2931
2932 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2933
2934         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2935         lines that are narrower than the window width.  Otherwise background
2936         "blocks" will look less readable.
2937
2938 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2939
2940         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2941         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2942         have newlines within the strings, and where the UID comes after the
2943         BODYSTRUCTURE element (bug#10537).
2944
2945         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2946         (bug#10732).
2947
2948         * shr.el (shr-insert-document): Add doc string.
2949         (shr-visit-file): Ditto.
2950         (shr-remove-trailing-whitespace): New function.
2951         (shr-insert-document): Use it to clean up trailing whitespace as the
2952         final step (bug#10714).
2953
2954 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2955
2956         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2957         buffer if `gnus-kill-summary-on-exit' is nil.
2958
2959 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2960
2961         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2962         when just reading a single group from "without" Gnus.
2963
2964 2012-02-06  Chong Yidong  <cyd@gnu.org>
2965
2966         * gnus-sum.el (gnus-summary-show-thread):
2967         next-single-char-property-change never returns nil (Bug#8657).
2968
2969 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2970
2971         * message.el (message-multi-smtp-send-mail): New function.
2972         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2973         header to implement multi-SMTP functionality.
2974
2975         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2976         (gnus-agentize): Don't set it.
2977         (gnus-agent-send-mail): Don't use it.
2978
2979         * gnus-sum.el (gnus-summary-widget-backward): New function and
2980         keystroke.
2981
2982         * gnus-compat.el: More the compat functions more compatible.
2983
2984         * shr.el (shr-put-image): Remove underlines from sliced images.
2985         (shr-zoom-image): Compute the region to be replaced more correctly.
2986
2987 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2988
2989         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2990         (gnus-summary-resend-message-insert-gcc): New function.
2991         (gnus-summary-resend-message): Modify message-header-setup-hook and
2992         message-sent-hook to make it work for Gcc.
2993         (gnus-inews-do-gcc): Update the number of unread articles of groups
2994         that messages are Gcc'd to.
2995
2996         * message.el (message-resend): Run message-sent-hook to do Gcc.
2997
2998 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2999
3000         * lpath.el: Fix an XEmacs compilation warning.
3001
3002         * gnus-compat.el: Require `help-fns' to fix compilation error.
3003
3004         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3005         a higher level to silence compilation.
3006
3007         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3008         parameter to allow controlling the scaling.
3009
3010         * shr.el (shr-zoom-image): New command and keystroke.
3011         (shr-put-image): Take a `size' flag to say how to scale the image.
3012
3013         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3014         deletion unless already defined.
3015
3016         * gnus.el (gnus-compat): Require it.
3017
3018         * gnus-compat.el: New file.
3019
3020         * gnus-start.el (gnus-clean-old-newsrc): New function.
3021         (gnus-read-newsrc-file): Use it.
3022
3023         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3024         Use recursive deletion.
3025         (mm-dissect-archive): Add support for zip files.
3026
3027         * gnus-util.el (gnus-recursive-directory-files): New function.
3028
3029         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3030         (mm-archive-decoders): Add tgz support.
3031
3032         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3033         Otherwise inserting text into the Gnus buffer can look odd.
3034
3035         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3036
3037         * mm-archive.el (mm-archive-decoders): Add support for tar.
3038
3039         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3040
3041         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3042
3043 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3044
3045         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3046
3047         * mm-archive.el: New file.
3048
3049         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3050
3051         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3052
3053         * message.el (message-goto-*): Make all the `message-goto-*' commands
3054         push the mark before moving point.  This makes it easier to go back to
3055         where you came from after editing whatever you jumped to.
3056
3057 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3058
3059         * gnus.el: Ma Gnus v0.1 is released.
3060
3061 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3062
3063         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3064         without reconnecting.
3065         (nnimap-possibly-change-group): Ditto.
3066         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3067         connection has died before being called.
3068
3069 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3070
3071         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3072         an initial sync unless we're really doing one.
3073
3074         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3075         address parameter if one already exists (bug#9676).
3076
3077         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3078         not the prefix, as documented (bug#10689).
3079
3080 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3081
3082         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3083         the "server".
3084
3085         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3086         the real error message with the useless "previously known to be down".
3087         Which isn't even correct.
3088
3089         * nntp.el (nntp-open-connection): Report the error message if the nntp
3090         server can't be reached.
3091
3092         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3093         groups we do a total scan for.
3094         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3095         doing that.
3096
3097 2012-01-31  Jim Meyering  <jim@meyering.net>
3098
3099         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3100         Correct a comment (insert "not") and hide nominally-doubled "to".
3101
3102 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3103
3104         * gnus.el (gnus-version): Change name to "Ma Gnus".
3105
3106 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3107
3108         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3109         section in the manual.
3110
3111 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3112
3113         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3114         words.
3115         (rfc2047-encode-string): Ditto.
3116         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3117         understand folded filename="..." parameters, for instance.
3118
3119         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3120         the message for greater debuggability.
3121
3122 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3123
3124         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3125         instead of setting it locally, since the latter doesn't seem to have
3126         any effect (most of the time).
3127
3128 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3129
3130         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3131         function call.
3132
3133 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3134
3135         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3136         seconds, and make the repeat clause with HH:MM specs work as
3137         documented.
3138
3139 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3140
3141         * proto-stream.el (proto-stream-capability-open): Fall back on
3142         :end-of-command if :end-of-capability doesn't exist.
3143
3144 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3145
3146         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3147         bound globally in old Emacsen and XEmacsen.
3148
3149 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3150
3151         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3152         so that previous errors don't prohibit getting new news.
3153
3154         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3155
3156         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3157
3158 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3159
3160         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3161         buffer, not of the string which is its name.
3162
3163 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3164
3165         * proto-stream.el (proto-stream-capability-open): Wait for
3166         :end-of-capability, not :end-of-command.
3167
3168         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3169         non-server-marks groups.
3170         (gnus-group-make-articles-read): Ditto.
3171
3172         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3173         methods (bug#9676).
3174
3175         * gnus.el (gnus-method-ephemeral-p): New function.
3176
3177 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3178
3179         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3180         left-to-right.
3181
3182 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3183
3184         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3185         warning.
3186
3187 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3188
3189         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3190         macroexpand the nnir things, since they haven't been defined yet, and
3191         nnir requires gnus-sum.
3192
3193 2012-01-24  Julien Danjou  <julien@danjou.info>
3194
3195         * color.el (color-rgb-to-hsl): Fix value computing.
3196         (color-hue-to-rgb): New function.
3197         (color-hsl-to-rgb): New function.
3198         (color-clamp, color-saturate-hsl, color-saturate-name)
3199         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3200         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3201
3202 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3203
3204         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3205
3206 2012-01-19  Julien Danjou  <julien@danjou.info>
3207
3208         * color.el (color-name-to-rgb): Use the white color to find the max
3209         color component value and return correctly computed values.
3210         (color-name-to-rgb): Add missing float conversion for max value.
3211
3212 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3213
3214         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3215         logical server name in addition to the actual machine address.
3216
3217         * auth-source.el (auth-source-user-and-password): Add convenience
3218         wrapper to search by just host and optionally user.
3219
3220 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3221
3222         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3223         after rendering.
3224
3225 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3226
3227         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3228         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3229         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3230
3231 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3232
3233         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3234         (bug#9693).
3235         (gnus-summary-setup-buffer): Document return value (bug#9697).
3236
3237         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3238         since ido doesn't work on symbols (bug#9632).
3239
3240         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3241         when getting a single value as when getting all the values.  This means
3242         that atoms like `gcc-self' work cumulatively, like variable settings,
3243         instead of getting the value from the last matching clause.
3244         (gnus-group-find-parameter): Protect against the group buffer not
3245         existing (bug#9585).
3246
3247 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3248
3249         * gnus-start.el (gnus-activate-group): Document more parameters
3250         (bug#9694).
3251
3252         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3253         (bug#9692).
3254
3255         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3256         article was fetched, so that it can be expired later (bug#9958).
3257         (gnus-agent-summary-fetch-series): Add doc string.
3258         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3259         (bug#9517).
3260
3261         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3262         retrieval is happening.
3263
3264         * gnus.el (gnus-parameters): Doc fix.
3265
3266 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3267
3268         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3269         show the thread after expansion.
3270
3271 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3272
3273         * gnus-art.el (article-narrow-to-head): If the head is completely
3274         empty, narrow to the empty region (bug#9764).
3275
3276         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3277         read, and then mark them as unread only when the unread mark is used.
3278         This makes `C-- T k' actually work, even though it's confusing.
3279
3280         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3281         alive before we try to find its window.
3282
3283 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3284
3285         * mm-decode.el (mm-display-external): Use a longer timeout for the
3286         deletion to allow slow programs to display the file.
3287
3288 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3289
3290         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3291         prompt to be less confusing.
3292
3293         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3294         argument to `message-reply'.  This broke `special-display-*' frame
3295         pop-uping (bug#10238).
3296
3297 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3298
3299         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3300         systems, since these allegedly don't work there.
3301
3302 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3303
3304         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3305         live buffer.
3306
3307 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3308
3309         * nnir.el (nnir-retrieve-headers): Protect against the article not
3310         existing on the server (bug#10335).
3311
3312 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3313
3314         * gnus-agent.el (gnus-agent-load-local): Recompute
3315         gnus-agent-article-local on changing method.
3316
3317 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3318
3319         * gnus.el (gnus-parameters): Note precedence.
3320
3321 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3322
3323         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3324         in the group buffer.
3325
3326 2012-01-04  Julien Danjou  <julien@danjou.info>
3327
3328         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3329         change.
3330
3331 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3332
3333         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3334         too.
3335
3336         * nntp.el (nntp-retrieve-group-data-early): Use it.
3337
3338 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3339
3340         * nntp.el (nntp-retrieval-in-progress): New variable.
3341         (nntp-make-process-buffer): Make it buffer-local.
3342
3343         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3344         2010.
3345         (gnus-demon-init): Use it to compute the time if time is on the form
3346         "04:23".
3347
3348         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3349
3350         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3351         status in the correct buffer.
3352
3353 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3354
3355         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3356         when opening topics (bug#10407).
3357
3358 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3359
3360         * gnus-cus.el (gnus-score-customize):
3361         * gnus-sum.el (gnus-sort-gathered-threads):
3362         * message.el (message-shorten-references):
3363         * nnmairix.el (nnmairix-request-group):
3364         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
3365
3366 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3367
3368         * gnus-agent.el (gnus-agent-regenerate-group):
3369         * gnus-int.el (gnus-retrieve-group-data-early):
3370         * mm-util.el (mm-codepage-ibm-list):
3371         * nndiary.el (Commentary, nndiary-get-new-mail):
3372         * nnir.el (nnir):
3373         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
3374
3375 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3376
3377         * mm-view.el (mm-display-inline-fontify): Add comment.
3378
3379 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3380
3381         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
3382         * ntlm.el (ntlm-smb-dohash): Spelling fix.
3383
3384 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
3385
3386         * gnus-art.el (gnus-split-methods):
3387         * gnus-msg.el (gnus-configure-posting-styles):
3388         * gnus-spec.el (gnus-parse-simple-format):
3389         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3390         * message.el (message-do-actions): Spelling fix.
3391
3392 2011-12-15  Juri Linkov  <juri@jurta.org>
3393
3394         * mm-decode.el (mm-inline-media-tests): Add missing
3395         `mm-handle-media-subtype'.
3396
3397 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3398
3399         * gnus-group.el (gnus-group-tool-bar):
3400         * gnus-sum.el (gnus-summary-tool-bar):
3401         * message.el (message-tool-bar):
3402         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3403
3404 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3405
3406         * plstore.el (plstore--insert-buffer): Spelling fix.
3407
3408 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3409
3410         * message.el (message-valid-fqdn-regexp): Update with newly approved
3411         top-level domain names ".tel" and ".asia".
3412
3413 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3414
3415         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3416         unconditionally.
3417
3418 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3419
3420         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3421         pop-to-buffer-same-window for old Emacsen.
3422
3423 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3424
3425         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3426
3427 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3428
3429         * netrc.el (netrc-credentials): Spelling fix.
3430
3431 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3432
3433         * gnus-fun.el (gnus-fun-ppm-change-string):
3434         * gnus-msg.el (gnus-inews-do-gcc):
3435         * gnus-sum.el (gnus-summary-find-for-reselect):
3436         * gnus.el (gnus-summary-cancelled):
3437         * message.el (message-cancel-hook, message-send-news):
3438         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3439         * nnir.el (nnir-run-hyrex):
3440         * nntp.el (nntp-with-open-group-function):
3441         * pgg.el (pgg-pending-timers): Spelling fix.
3442
3443 2011-12-04  Chong Yidong  <cyd@gnu.org>
3444
3445         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3446         change (Bug#10200).
3447
3448 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3449
3450         * compface.el (uncompface):
3451         * gnus-art.el (gnus-article-x-face-command): Update the header format
3452         of icon data for the most recent icontopbm program.
3453
3454 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3455
3456         * gnus-msg.el (gnus-inews-do-gcc):
3457         * message.el (message-send-mail):
3458         * mml.el (mml-generate-mime): Share the value of the buffer-local
3459         `message-options' variable between a draft buffer and temprary working
3460         buffers.
3461
3462 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3463
3464         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3465
3466 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3467
3468         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3469         for Cygwin.
3470
3471 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3472
3473         * gnus-group.el (gnus-group-prepare-flat):
3474         * mm-bodies.el (mm-encode-body):
3475         * mml.el (mml-preview):
3476         * nnml.el (nnml-request-compact-group):
3477         * pop3.el (pop3-stream-type): Spelling fix.
3478
3479 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3480
3481         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3482
3483 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3484
3485         * color.el (color-rgb-to-hsl):
3486         * gmm-utils.el (gmm-tool-bar-style):
3487         * gnus-group.el (gnus-group-prepare-flat):
3488         * gnus-topic.el (gnus-topic-prepare-topic):
3489         * mm-decode.el (mm-discouraged-alternatives):
3490         * rfc2047.el (rfc2047-encode-1):
3491         * starttls.el: Spelling fix.
3492
3493 2011-11-24  Glenn Morris  <rgm@gnu.org>
3494
3495         * binhex.el (binhex-begin-line): Give it basic doc-string.
3496
3497         * starttls.el, tls.el: Fix case of "GnuTLS".
3498
3499 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3500
3501         * gnus-group.el (gnus-group-highlight): Fix typo.
3502
3503 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3504
3505         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3506         value of `delete-file', that returns nil for a local file but returns t
3507         for a remote file using ssh.
3508
3509 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3510
3511         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3512
3513 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3514
3515         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3516         avoid later breakage.
3517
3518 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3519
3520         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3521         article buffers' name.
3522
3523 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3524
3525         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3526         by Paul Eggert's spellfixes two days ago.
3527
3528 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3529
3530         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3531         doesn't have it.
3532
3533         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3534         buffer-local instead of binding them to avoid warnings.  Also demote
3535         errors (bug#10063).
3536         (font-lock-mode-hook): Shut up byte compiler.
3537
3538 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3539
3540         * mm-util.el (mm-charset-after):
3541         * nnir.el (nnir-run-hyrex):
3542         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3543         (ntlm-get-password-hashes, ntlm-md4hash):
3544         * smime.el: Fix typo.
3545
3546 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3547
3548         * gnus-agent.el (gnus-agent-expire-group-1):
3549         * nndiary.el (nndiary-last-occurence):
3550         * nnimap.el (nnimap-request-set-mark):
3551         * nnmairix.el (nnmairix-only-use-registry):
3552         * gnus-group.el (gnus-group-prepare-flat):
3553         * gnus-sum.el (gnus-decode-encoded-word-methods):
3554         * message.el (message-wash-subject):
3555         * nntp.el (nntp-retrieve-headers-with-xover):
3556         * smime.el (smime-certificate-directory): Spelling fix.
3557
3558 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3559
3560         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3561
3562         * color.el:
3563         * gnus-agent.el (gnus-agent-possibly-alter-active):
3564         * gnus-dired.el (gnus-dired-print):
3565         * mail-parse.el:
3566         * nnmairix.el (nnmairix-request-group):
3567         * shr.el (shr-image-displayer):
3568         * sieve-manage.el:
3569         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3570
3571 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3572
3573         * gnus-sum.el (gnus-auto-select-subject):
3574         * spam-report.el (spam-report-resend): Spelling fix.
3575
3576 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3577
3578         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3579         * gnus-art.el (gnus-default-article-saver):
3580         * gnus-srvr.el (gnus-server-copy-server):
3581         * gnus.el (gnus-sloppily-equal-method-parameters):
3582         * html2text.el (html2text-format-tag-list):
3583         * message.el (message-narrow-to-head):
3584         * nndiary.el:
3585         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3586         * sieve.el: Spelling fix.
3587
3588 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3589
3590         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3591         * gnus-sum.el (gnus-summary-make-menu-bar):
3592         * gnus-uu.el (gnus-uu-decode-postscript)
3593         (gnus-uu-decode-postscript-and-save):
3594         * mailcap.el (mailcap-print-command):
3595         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3596         Fix typos.
3597
3598 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3599
3600         * gnus-art.el (gnus-article-part-wrapper):
3601         * html2text.el (html2text-fix-paragraphs):
3602         * mm-decode.el (mm-image-fit-p):
3603         * rfc2047.el (rfc2047-encode-message-header):
3604         * shr-color.el (shr-color-visible-distance-min)
3605         (shr-color-relative-to-absolute, set-minimum-interval)
3606         (shr-color-visible): Fix typos.
3607
3608 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3609
3610         * gmm-utils.el (gmm-tool-bar-item):
3611         * gnus-art.el (gnus-treat-body-boundary):
3612         * gnus-diary.el (gnus-user-format-function-d):
3613         * gnus-start.el (gnus-get-unread-articles):
3614         * pgg-gpg.el (pgg-gpg-update-agent):
3615         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3616
3617 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3618
3619         * gnus-topic.el (gnus-group-prepare-topics):
3620         * gnus-uu.el (gnus-extract-view):
3621         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3622
3623 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3624
3625         * spam.el: Move BBDB autoloads.
3626         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3627         BBDB 2 and 3.
3628         (spam-check-BBDB): Use it.
3629         (spam-enter-ham-BBDB): Use it.
3630
3631 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3632
3633         * smime.el (smime-draw-buffer): Spelling fix.
3634
3635 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3636
3637         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3638         for scanning exactly one level.
3639         * gnus-start.el (gnus-get-unread-articles): Ditto.
3640
3641 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3642
3643         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3644         slightly clearer.
3645
3646 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3647
3648         * gnus-sync.el: More commentary about setup.
3649
3650 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3651
3652         * message.el (message-send-and-exit): Document `arg'.
3653
3654 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3655
3656         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3657
3658 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3659
3660         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3661
3662         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3663         we don't use `bound-and-true-p'.
3664
3665 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3666
3667         * gnus-util.el (gnus-bound-and-true-p): Remove.
3668         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3669         * nnir.el: Use it.
3670         * nnmairix.el: Use it.
3671
3672 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3673
3674         * gnus-sync.el: Improve docs about CouchDB admins.
3675
3676         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3677         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3678         for reasons unknown.
3679         * nnir.el: Use it.
3680         * nnmairix.el: Use it.
3681
3682         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3683         * nnir.el: Ditto.
3684         * nnmairix.el: Ditto.
3685
3686         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3687
3688 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3689
3690         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3691         not needed.  Provide xmlplistread list function to produce XML plist
3692         output for non-Gnus LeSync clients.
3693
3694 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3695
3696         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3697
3698         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3699         and save against it.  Group subscriptions, read marks, other marks,
3700         subscription levels, topic names, and topic offsets (the group's
3701         position within the topic) are saved.  This is an experimental backend
3702         and may change significantly.  Load json.el from the gnus-fallback-lib
3703         if it's not available otherwise.
3704         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3705
3706 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3707
3708         * message.el (message-completion-function): Make sure
3709         message-tab-body-function is not attempted if one of
3710         message-completion-alist fails to find a completion (bug#9158).
3711
3712 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3713
3714         * mml.el (mml-quote-region): Quote <#secure> tag.
3715         (mml-generate-mime-1): Unquote <#secure> tag.
3716
3717 2011-10-20  Chong Yidong  <cyd@gnu.org>
3718
3719         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3720         calling a minor mode from Lisp with nil arg enables it, so we have to
3721         make the wording a bit ambiguous here).
3722
3723 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3724
3725         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3726         * nnir.el (nnir-mode): Use it.
3727         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3728         Use it.
3729
3730         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3731         * nnmairix.el (gnus-registry-enabled): Ditto.
3732
3733 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3734
3735         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3736         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3737         only while we need to find out if it should be t or nil.
3738         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3739         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3740         the registry is installed.  Set it to nil when it's unloaded.
3741         (gnus-registry-install-p): Provide user guidance for the initial value
3742         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3743         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3744         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3745         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3746         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3747         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3748         `gnus-registry-install'.
3749
3750 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3751
3752         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3753         previous change.
3754         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3755         primary key is marked as disabled.
3756
3757 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3758
3759         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3760         primary key is marked as disabled.
3761
3762 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3763
3764         * html2text.el (html2text-clean-anchor): Check for quotes around
3765         `href' value.
3766
3767 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3768
3769         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3770         searching.  Drop `bbdb-cache'.
3771
3772 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3773
3774         * message.el (message-signed-or-encrypted-p): Exclude header when
3775         checking if there is signed or encrypted body in text/plain message.
3776
3777 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3778
3779         * html2text.el (html2text-get-attr): Correctly handle attribute values
3780         containing "=".
3781
3782 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3783
3784         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3785         handle bindings.
3786
3787 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3788
3789         * gnus-win.el (gnus-configure-windows): Protect against reading
3790         ephemeral groups outside of Gnus.
3791
3792 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3793
3794         * shr.el (shr-tag-img): Don't get images displayed in tables.
3795
3796 2011-10-03  Glenn Morris  <rgm@gnu.org>
3797
3798         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3799         the "maintainer" version of debbugs.gnu.org reports.
3800
3801 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3802
3803         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3804         make asynchronous adjacent image insertion work better.
3805
3806 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3807
3808         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3809         documentation.
3810
3811 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3812
3813         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3814         `gnus-asynchronous' isn't shadowed.
3815
3816 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3817
3818         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3819
3820         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3821         (nnimap-insert-partial-structure): The charset parameter isn't
3822         case-sensitive.
3823
3824         * nnheader.el (nnheader-message-maybe): New function.
3825
3826         * shr.el (shr-tag-table): Render totally broken tables better.
3827
3828         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3829         computing the boundary.
3830
3831 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3832
3833         * pop3.el (pop3-number-of-responses): Remove.
3834         (pop3-wait-for-messages): Rewrite to take linear time instead of
3835         exponential time.
3836
3837 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3838
3839         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3840         re-fetch images.
3841
3842         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3843         re-fetch images when hitting `g' in Gnus.
3844
3845 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3846
3847         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3848         (mml-compute-boundary): Don't check collision if it is non-nil.
3849         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3850         before checking collision.
3851
3852 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3853
3854         * message.el (message-indent-citation): Really make sure there's a
3855         newline at the end.
3856
3857         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3858         Fix suggested by John Wiegley.
3859
3860         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3861
3862         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3863
3864         * message.el (message-default-send-rename-function): Break out into its
3865         own function.
3866
3867         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3868         doesn't work under XEmacs.
3869
3870         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3871         of "imaps" to word around Windows problems.
3872         (nnimap-open-connection-1): Use it.
3873
3874         * message.el (message-indent-citation): Revert last change which made
3875         `F' not work.
3876
3877 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3878
3879         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3880         terminal as well.
3881
3882 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3883
3884         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3885         because it displays images using overlays that aren't easy to copy to
3886         the article buffer.
3887
3888 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3889
3890         * message.el (message-indent-citation): Fix empty line removal at the
3891         end of the citation.
3892
3893 2011-09-20  Julien Danjou  <julien@danjou.info>
3894
3895         * auth-source.el (auth-source-netrc-create): Use default value for
3896         password if specified.  Evaluate default.
3897         (auth-source-plstore-create): Ditto.
3898         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3899         value evaluation.
3900         (auth-source-netrc-create): Typo fix.
3901         (auth-source-plstore-create): Ditto.
3902
3903         * password-cache.el (password-cache-remove): Remove entries even if the
3904         value is nil, so that password with a nil value (negative caching) is
3905         possible to invalidate.
3906
3907         * auth-source.el (auth-source-format-cache-entry): New function.
3908
3909 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3910
3911         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3912
3913 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3914
3915         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3916
3917 2011-09-19  Julien Danjou  <julien@danjou.info>
3918
3919         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3920         which work with things that are not ASCII.
3921
3922 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3923
3924         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3925
3926 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3927
3928         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3929         message level.
3930
3931 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3932
3933         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3934
3935 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3936
3937         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3938
3939 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3940
3941         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3942         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3943
3944 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3945
3946         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3947         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3948         articles.
3949
3950 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3951
3952         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3953         (message-mail-other-window, message-mail-other-frame)
3954         (message-news-other-window, message-news-other-frame):
3955         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3956         instead of setting buffer display varibles.
3957
3958 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3959
3960         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3961
3962         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3963
3964 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3965
3966         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3967         duplicates" to a higher level.
3968
3969         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3970         most egregious messages.
3971
3972 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3973
3974         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3975
3976 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3977
3978         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3979         up the file (bug#9351).
3980
3981 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3982
3983         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3984         it does with all other backends, but decode the names immediately after
3985         getting them.
3986
3987         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3988         decoding nnimap groups.
3989
3990         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3991         newsrc file.  It doesn't seem like an important optimization any more.
3992
3993 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3994
3995         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3996         overflows.
3997
3998 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3999
4000         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4001         (gnus-interactive-exit): Extend to `quiet'.
4002
4003         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4004
4005         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4006         string.
4007
4008         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4009         renaming function arguments from `this'.
4010
4011         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4012
4013         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4014         has been renamed.
4015         (gnus-lrm-string-p): Include RLM and PDF, too.
4016
4017         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4018         (bug#9225).
4019
4020 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4021
4022         Add autoload cookies for functions used by sendmail.el.
4023         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4024
4025         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4026
4027 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4028
4029         * gnus-art.el (article-date-ut): Work properly even when there are
4030         things like Date header in the body; work for forwarded parts.
4031
4032 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4033
4034         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4035         original-article-buffer.
4036
4037 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4038
4039         * nnir.el (nnir-compose-result): Fix matching of server type.
4040         (nnir-run-swish++): Ditto.
4041         (nnir-run-namazu): Ditto.
4042         (nnir-run-notmuch): Ditto.
4043
4044 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4045
4046         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4047         (bug#9405).
4048
4049         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4050         (bug#9421).
4051
4052         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4053         (bug#9425).
4054
4055         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4056         thing (bug#9426).
4057
4058 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4059
4060         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4061         the error message.
4062
4063 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4064
4065         * message.el (message-setup-1): Return t (Bug#9392).
4066
4067 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4068
4069         * gnus-sum.el: When adding article headers to a summary buffer also
4070         update gnus-newsgroup-articles (bug#9386).
4071
4072 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4073
4074         * auth-source.el: Autoload help-mode.
4075
4076 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4077
4078         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4079         names.
4080
4081 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4082
4083         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4084         mm-replace-in-string for compatibility issues.
4085         * mml2015.el (mml2015-epg-verify): Ditto.
4086
4087 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4088
4089         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4090
4091         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4092
4093 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4094
4095         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4096         continue on and do the clean-up phase (bug#9188).
4097
4098         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4099         just ignore groups that can't be opened instead of erroring out
4100         (bug#9225).
4101
4102         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4103         nil since some many people are fuddy-duddies.
4104
4105         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4106         images.
4107
4108         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4109         instead.
4110
4111         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4112
4113         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4114
4115         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4116         processing.
4117
4118         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4119         buffer to avoid warnings.
4120
4121 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4122
4123         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4124         specified to reduce precision.
4125
4126 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4127
4128         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4129         bodystructures (bug#9314).
4130
4131 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4132
4133         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4134         Make button keymap non-sticky after buttons.
4135
4136 2011-08-18  David Engster  <dengste@eml.cc>
4137
4138         * nnmairix.el (nnmairix-request-set-mark)
4139         (nnmairix-goto-original-article): Remove adding of article to registry,
4140         since `gnus-registry-add-group' isn't available anymore.
4141         (nnmairix-determine-original-group-from-registry):
4142         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4143         available anymore.
4144
4145 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4146
4147         * starttls.el (starttls-any-program-available): Define as obsolete
4148         function.
4149
4150 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4151
4152         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4153         versions which Gnus use when appropriate.
4154
4155         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4156         a pretty destructive command.
4157
4158         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4159
4160 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4161
4162         * message.el (message-fix-before-sending): Make a different warning
4163         about NUL characters (bug#9270).
4164
4165         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4166         from custom (bug#9260).
4167
4168         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4169         things work in Emacs 22 and XEmacs, too.
4170
4171         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4172         default From.
4173
4174         * gnus-spec.el (gnus-lrm-string-p): New macro.
4175         (gnus-lrm-string): New constant.
4176         (gnus-summary-line-format-spec): LRM-ify the from.
4177         (gnus-tilde-max-form): LRM-ify string chopping.
4178
4179         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4180
4181         * message.el (message-is-yours-p): Allow disabling canlock checking
4182         (bug#9295).
4183         (message-shoot-gnksa-feet): Add `canlock-verify'.
4184         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4185         message directory isn't writable (bug#9304).
4186
4187         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4188         non-world-readable.
4189
4190 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4193         articles.
4194
4195 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4196
4197         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4198         copy-list.
4199
4200 2011-08-12  Sam Steingold  <sds@gnu.org>
4201
4202         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4203         in the reverse order to avoid modifying the cache with `nreverse'.
4204         (gnus-all-score-files): Do not modify the value returned by
4205         `gnus-score-find-alist' because it lives in a cache variable.
4206         (gnus-current-home-score-file): No need to `nreverse' the return value
4207         of `gnus-score-find-alist', it is already in the correct order.
4208
4209 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4210
4211         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4212         type MESSAGE and subtype RFC822 is slightly different from those of
4213         type TEXT.
4214
4215 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4216
4217         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4218         This allows article-referral to work from an nnir group.
4219
4220 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4221
4222         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4223
4224 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4225
4226         * mml1991.el (mml1991-epg-find-usable-key)
4227         (mml1991-epg-find-usable-secret-key): New function.
4228         (mml1991-epg-sign): Check if signing key is usable.
4229         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4230
4231 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4232
4233         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4234         server-variables only.  This should fix a bug introduced with commit
4235         e1889675b7f4adf057833c5513c9374134c4e053.
4236         (nnir-run-query): 'nnir-search-engine should not be set from the global
4237         environment.
4238
4239 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4240
4241         * nnir.el (nnir-search-thread): Position point on referring article
4242         line.
4243         (nnir-warp-to-article): Clean up summary buffers.
4244
4245         * nnimap.el (nnimap-request-thread): Whitespace fix.
4246
4247 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4248
4249         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4250
4251 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4252
4253         * starttls.el (starttls-available-p): Rename from
4254         `starttls-any-program-available' and changed return convention.
4255
4256 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4257
4258         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4259         `unix-sync' unless it's defined.
4260
4261 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4262
4263         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4264         `aref' for XEmacs compatibiltiy.
4265
4266 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4267
4268         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4269
4270 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4271
4272         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4273         closures, quote the form properly (bug#9194).
4274
4275 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4276
4277         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4278         (gnus-summary-insert-new-articles): Protect against servers that are
4279         down.
4280
4281 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4282
4283         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4284         in mm handle if none is specified.
4285
4286 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4287
4288         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4289
4290 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4291
4292         * nnir.el (nnir-search-thread): New function to make an nnir group
4293         based on a thread query.
4294
4295         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4296         of nnir in thread referral.
4297         (gnus-summary-refer-thread): Use it.
4298
4299         * nnimap.el (nnimap-request-thread): Use it.
4300
4301 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4302
4303         * shr.el (shr-tag-comment): Ignore HTML comments.
4304
4305 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4306
4307         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4308         argument.
4309         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4310         Use `nnir-address' to handle server info rather than passing an arg.
4311
4312         * nnimap.el (nnimap-make-thread-query): New utility function to format
4313         an imap thread search query.
4314         (nnimap-request-thread): Use it.
4315
4316         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4317         right select-method if we are not going back to the group buffer.
4318
4319 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4320
4321         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4322         enter invalid buffer configurations into the quit form (bug#9107).
4323         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4324         unplugged/plugged.
4325
4326         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4327         keep track of which ones are unread (bug#9061).
4328
4329         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4330         (bug#9055).
4331
4332         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4333         (bug#9041).
4334
4335         * gnus-html.el (mm-util): Require (bug#9073).
4336
4337         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4338         (gnus-summary-refer-thread): Use it to remove duplicates in the
4339         un-threaded view (bug#9053).
4340         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4341
4342 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4343
4344         * nnir.el (nnir-read-server-parm): Use default value from global
4345         variable.  Without this the default search engine parameters aren't
4346         used at all.
4347
4348 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4349
4350         * message.el (message-unique-id): Don't use the undocumented return
4351         value from (random t) (bug#9118).
4352
4353 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4354
4355         * message.el (message-auto-save-directory): If the ~/Mail directory
4356         doesn't exist, use ~ as the auto-save directory (bug#4432).
4357
4358         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4359         hasn't already been started.
4360
4361 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4362
4363         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4364
4365         * message.el (message-reply): Work around mysterious bug where
4366         `message-mode' seems to overwrite the locally bound `subject' variable.
4367
4368 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4369
4370         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4371         correct group.
4372
4373         * gnus-int.el (gnus-request-thread): Add group argument.
4374
4375         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4376
4377 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4378
4379         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
4380
4381         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4382         renamed to `debbugs-gnu-*'.
4383
4384 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4385
4386         * plstore.el: Revert the editing feature since it is not urgent.
4387         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4388         (plstore-mode-decoded): Remove.
4389
4390 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4391
4392         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4393         isn't very interesting any more, and it leaks potentially secret data.
4394         (gnus-debug): Remove.
4395
4396         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4397         use of :custom-show.
4398
4399 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4400
4401         * plstore.el: Add documentation.
4402         (plstore-mode): New mode to edit plstore file.
4403         (plstore-mode-toggle-display, plstore-mode-original)
4404         (plstore-mode-decoded): New command.
4405         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4406         (plstore--insert-buffer, plstore--make): New function.
4407         (plstore-open, plstore-save): Simplify by using them.
4408
4409 2011-07-06  Glenn Morris  <rgm@gnu.org>
4410
4411         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4412
4413 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4414
4415         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4416         no longer is much used.
4417         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4418         Articles".
4419
4420 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4421
4422         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4423         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4424         `notmuch' backend.
4425
4426 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4427
4428         * mm-decode.el (mm-text-html-renderer): Doc fix.
4429
4430         * gnus-msg.el (gnus-bug): Fix the MML tag.
4431
4432         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4433
4434 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4435
4436         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4437         secondary methods if started with `gnus-no-server'.
4438
4439 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4440
4441         * message.el (message-return-action): Fix typo in docstring.
4442
4443 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4444
4445         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4446         bug reports at once.
4447
4448         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4449
4450 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4451
4452         * nndraft.el: Require gnus-group.
4453         (nndraft-request-list): Declare.
4454
4455         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4456         no unread article unless it matches gnus-permanently-visible-groups.
4457
4458         * nndraft.el (nndraft-update-unread-articles): New function.
4459         (nndraft-request-associate-buffer): Use it to update the number of
4460         unread articles for the nndraft groups in the group buffer when saving
4461         or killing a draft message.
4462
4463 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4464
4465         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4466         systems to binary before writing and reading the mbox files.
4467
4468         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4469         instead of trying to list them all (bug#8978).
4470
4471 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4472
4473         * pop3.el (pop3-open-server): Use :end-of-capability.
4474
4475 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4476
4477         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4478         the id is always a number.
4479
4480         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4481
4482         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4483         debbugs mode, if possible.
4484
4485 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4486
4487         * auth-source.el (auth-source-token-passphrase-callback-function):
4488         Reindent.
4489         (epg-context-operation): Remove unnecessary autoload.
4490
4491 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4492
4493         * gnus.el (gnus-list-debbugs): New command.
4494
4495         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4496         mboxstat instead of the maintbox, since the stat seems to be fuller.
4497
4498         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4499         summary buffers.
4500
4501         * message.el (message-get-reply-headers): Delete all duplicates,
4502         instead of the first.
4503         (message-get-reply-headers): Ensure that we have progress while
4504         deleting duplicates.
4505
4506         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4507         gnus-posting-style value from the summary buffer to make it easier to
4508         make that a per-buffer conf.
4509
4510 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4511
4512         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4513         found by setting `shortcut' in 'query.
4514         (nnir-request-article): Use `shortcut' setting when requesting article
4515         by Message-ID.
4516
4517 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4518
4519         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4520         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4521         Bring the pseudo-headers back too.
4522
4523 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4524
4525         * auth-source.el (auth-source-token-passphrase-callback-function):
4526         Simplify and remove EPA dependency.
4527
4528 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4529
4530         * nnir.el (nnir-request-article): Fix error message text.
4531
4532 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4533
4534         * auth-source.el (plstore-delete): Autoload.
4535         (auth-source-plstore-search): Support delete operation.
4536         * plstore.el (plstore-delete): New function.
4537
4538 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4539
4540         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4541         mark actually existing articles as unread rather than the ones that
4542         active asserts.
4543
4544 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4545
4546         * nntp.el (nntp-record-command):
4547         * gnus-util.el (gnus-message-with-timestamp-1):
4548         Use format-time-string rather than decoding time stamps by hand.
4549         This is simpler and insulates the code from potential changes to
4550         current-time format.
4551
4552 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4553
4554         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4555
4556 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4557
4558         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4559         (plstore-save): Support public key encryption.
4560         (plstore--init-from-buffer): New function.
4561         (plstore-open): Use it; fix error when opening a non-existent file.
4562         (plstore-revert): Use plstore--init-from-buffer.
4563
4564 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4565
4566         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4567
4568 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4569
4570         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4571         for old Emacsen.
4572
4573 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4574
4575         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4576         is not fully working.
4577
4578 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4579
4580         * dgnushack.el: Autoload sha1 on XEmacs.
4581
4582         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4583         quit window configuration.
4584
4585         * auth-source.el (epg-context-set-passphrase-callback):
4586         Remove duplicate autoload.
4587
4588 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4589
4590         * nnir.el (nnir-request-article): Allow requesting articles by
4591         Message-ID with nnimap.
4592
4593         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4594         current server.
4595
4596 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4597
4598         * auth-source.el: Autoload EPA/EPG functions.
4599         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4600         changed when EPA/EPG is not available.
4601         (auth-source-backend): Rename "arg" member to "data".
4602         (auth-source-backend-parse, auth-source-plstore-search)
4603         (auth-source-plstore-create): Use it.
4604
4605 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4606
4607         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4608         `gnus-refer-article-methods'.
4609
4610 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4611
4612         * auth-source.el: Require EPA and EPG.
4613         (auth-source-passphrase-alist): New variable.
4614         (auth-source-passphrase-callback-function)
4615         (auth-source-token-passphrase-callback-function): Callbacks for the
4616         netrc field encryption (GPG tokens).
4617         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4618         Symmetric encryption and decryption of the netrc GPG tokens.
4619         (auth-source-netrc-normalize): Use them, simplifying the closure.
4620
4621 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4622
4623         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4624         is available.
4625
4626 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4627
4628         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4629         non-nil, and `nnimap-split-methods' is nil, use the former.
4630
4631 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4632
4633         * plstore.el (plstore-revert): New function.
4634         (plstore-open): Use it; hide the buffer from user.
4635
4636 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4637
4638         * auth-source.el (auth-source-backend): New member "arg".
4639         (auth-source-backend-parse): Handle new backend 'plstore.
4640         * plstore.el: New file.
4641
4642 2011-06-30  Glenn Morris  <rgm@gnu.org>
4643
4644         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4645
4646 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4647
4648         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4649         expiring articles to.
4650
4651         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4652         variations as ASCII (bug#5458).
4653
4654 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4655
4656         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4657
4658 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4659
4660         * message.el (message-point-in-header-p): Tweak the function to default
4661         to saying that we're not in the headers if there is no separator at
4662         all.  This makes it possible to use the Message version of `M-q' in
4663         buffers with no headers (bug#7987).
4664         (message-point-in-header-p): Fix last checkin to work with an empty
4665         mail-header-separator, too.
4666
4667         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4668         again, save the choice via customize.
4669
4670 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4671
4672         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4673
4674         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4675         ended the connection, bail out before waiting infinitely on a new
4676         connection.
4677
4678 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4679
4680         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4681         reports.
4682
4683         * gnus.el (gnus-bug-package): Use "gnus."
4684         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4685
4686 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4687
4688         * dgnushack.el: Make the timer warning go away on XEmacs.
4689
4690         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4691         animations going on at article exit time.
4692
4693         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4694         since removing it breaks people upgrading.
4695
4696         * shr.el (shr-put-image): Use the new interface for animating images.
4697         (shr-put-image): Animate for 60 seconds.
4698
4699         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4700         avoid compiler warnings.
4701
4702         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4703         error with `find-file-hooks' on Emacs 22.
4704         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4705         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4706         on all architectures.
4707
4708         * spam.el (spam-stat): Require in a normal fashion without binding
4709         `spam-stat-install-hooks' to avoid compilation warnings.
4710
4711         * spam-stat.el (spam-stat-install-hooks): Remove.
4712         (spam-stat-install-hooks): Don't run automatically.
4713
4714 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4715
4716         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4717         and keystroke.
4718
4719 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4720
4721         * auth-source.el (auth-source-netrc-cache): Move forward.
4722
4723 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4724
4725         * proto-stream.el (proto-stream-open-starttls): Use
4726         `gnutls-available-p' to see whether we have built-in support.
4727
4728         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4729         we already know.
4730         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4731         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4732
4733 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4734
4735         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4736         %S format, since that looks odd.
4737         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4738         file, especially when saving.
4739
4740 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4741
4742         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4743         article found.
4744
4745 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4746
4747         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4748         `auth-source-save-secrets' with a more sensitive alist that can be
4749         configured per file.  Experimental, so defaults to 'never.
4750         (auth-source-netrc-create): Use it.  Still experimental code.
4751         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4752         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4753
4754 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4755
4756         * auth-source.el (auth-source-save-secrets): New variable to control if
4757         secret tokens should be saved encrypted.
4758         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4759         to `auth-source-netrc-normalize'.
4760         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4761         on the EPA variables being defined.
4762         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4763         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4764         the lexical-let closure.
4765         (auth-source-netrc-create): Create "gpg:" tokens according to
4766         `auth-source-save-secrets'.
4767
4768 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4769
4770         * gnus-group.el (gnus-group-update-group): Add new argument
4771         `info-unchanged' that stops updating dribble buffer.
4772
4773         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4774         deletes lines matching to it in dribble buffer.
4775
4776         * gnus-agent.el (gnus-agent-fetch-group-1):
4777         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4778         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4779         * gnus-start.el (gnus-group-change-level):
4780         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4781
4782         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4783         if newsgroup info is not changed.
4784
4785         * gnus-group.el (gnus-group-get-new-news-this-group):
4786         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4787         Don't update dribble buffer.
4788
4789 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4790
4791         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4792         remove entries with groups we ignore.
4793
4794 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4795
4796         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4797         the underline comes at the bottom.
4798
4799 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4800
4801         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4802         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4803         (gnus-registry-article-marks-to-names): Rename from
4804         `gnus-registry-user-format-function-M2'.
4805
4806 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4807
4808         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4809         ephemeral group.
4810
4811 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4812
4813         * shr.el (shr-browse-image): Copy the URL if called interactively.
4814
4815 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4816
4817         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4818         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4819         done, then unselected articles may be marked as read.
4820
4821         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4822         since not doing this seems to lead to a race condition in pop3-logon.
4823
4824         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4825         so that the call chain it correct when we call "upwards".
4826
4827         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4828         in read-only groups.
4829
4830         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4831
4832         * message.el (message-cite-reply-position): Doc string fix.
4833
4834         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4835         avoid regexp overflow.
4836         (nnimap-transform-split-mail): Ditto.
4837
4838         * pop3.el (pop3-retr): Error out if the server closes the connection.
4839
4840 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4841
4842         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4843         mm-with-unibyte-current-buffer.  The buffer should not contain any
4844         multibyte chars anyway at this stage.
4845
4846 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4847
4848         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4849         at the end of lines.
4850
4851 2011-05-29  Julien Danjou  <julien@danjou.info>
4852
4853         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4854
4855 2011-05-27  Glenn Morris  <rgm@gnu.org>
4856
4857         * gnus-group.el (gnus-bug-group-download-format-alist):
4858         Use the "maintainer" version of debian reports as well.
4859
4860 2011-05-26  Glenn Morris  <rgm@gnu.org>
4861
4862         * gnus-group.el (gnus-bug-group-download-format-alist):
4863         Use the "maintainer" version of debbugs.gnu.org reports.
4864
4865 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4866
4867         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4868
4869 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4870
4871         * gnus-cus.el (gnus-agent-customize-category):
4872         * gnus-delay.el (gnus-delay-send-queue):
4873         * gnus.el (gnus-other-frame):
4874         Don't quote lambda expressions with `quote'.
4875
4876 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4877
4878         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4879         the thread moves us backwards and so we loop forever.
4880
4881 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4882
4883         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4884         whitespace in base64 data lines.
4885
4886 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4887
4888         * gnus-registry.el (gnus-registry-user-format-function-M):
4889         Use `mapconcat'.
4890         (gnus-registry-user-format-function-M2): Use to see the full text of
4891         the marks.  Make "," the mark text separator.
4892
4893         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4894         authentication with auth-source.
4895
4896 2011-05-17  Glenn Morris  <rgm@gnu.org>
4897
4898         * gnus-group.el (gnus-import-other-newsrc-file):
4899         Use insert-file-contents.
4900
4901 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4902
4903         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4904         1000 iterations.
4905
4906 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4907
4908         * nntp.el (nntp-open-connection): Check if process-type is available.
4909
4910 2011-05-16  Julien Danjou  <julien@danjou.info>
4911
4912         * shr.el (shr-tag-del): Add support for del tag.
4913
4914 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4915
4916         * gnus-html.el (gnus-html-put-image): Register a displayer.
4917
4918         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4919
4920 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4921
4922         * registry.el (prune-factor): New initialization parameter defaulting
4923         to 0.1.
4924         (registry-prune-hard): Use it.
4925
4926         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4927         0.1 expicitly.
4928
4929 2011-05-13  Glenn Morris  <rgm@gnu.org>
4930
4931         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4932         is bound, since this function requires sendmail.
4933
4934 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4935
4936         * registry.el (registry-usage-test): Disable pruning test.
4937
4938 2011-05-11  David Engster  <dengste@eml.cc>
4939
4940         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4941         Bind set-network-process-option for XEmacs.
4942
4943 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4944
4945         * registry.el (registry-prune-hard-candidates)
4946         (registry-prune-soft-candidates): Helper methods for registry pruning.
4947         (registry-prune): Use them.  Make the sort function optional.
4948
4949 2011-05-10  Jim Meyering  <meyering@redhat.com>
4950
4951         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4952
4953 2011-05-10  Julien Danjou  <julien@danjou.info>
4954
4955         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4956         symbol and not a list.
4957
4958 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4959
4960         * gnus-art.el (gnus-article-mode): Move binding of
4961         shr-put-image-function here from gnus-article-prepare-display.
4962
4963         * shr.el (shr-put-image-function): New variable.
4964         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4965         (shr-put-image): Return scaled image.
4966
4967         * gnus-art.el (gnus-shr-put-image): New function.
4968         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4969
4970         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4971         original ones, as deletable.
4972
4973 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4974
4975         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4976
4977 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4978
4979         * registry.el (registry-full): Add convenience method.  Fix logic.
4980         (registry-insert): Use it.  Fix logic here too.
4981
4982         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4983         `registry-prune' if `registry-full' returns t.
4984         (gnus-registry-handle-action)
4985         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4986         (gnus-registry-usage-test): Use it.
4987
4988 2011-05-07  Julien Danjou  <julien@danjou.info>
4989
4990         * shr.el (shr-link): Make shr-link inherit from link by default.
4991
4992 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4993
4994         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4995
4996 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4997
4998         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4999         error out because the face is not a list.
5000
5001 2011-05-05  Glenn Morris  <rgm@gnu.org>
5002
5003         * proto-stream.el (gnutls-negotiate): Fix declarations.
5004
5005         * gnus-start.el (gnus-propagate-marks): Declare.
5006
5007 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5008
5009         * registry.el (registry-reindex): Fix percentage message.
5010
5011         * proto-stream.el (network-stream-open-starttls): Adjust to call
5012         `gnutls-negotiate' with :process and :hostname arguments.
5013
5014 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5015
5016         * shr.el: Add shr-link face for links.
5017         (shr-urlify): Use it.
5018
5019         * registry.el (registry-insert): Make error message more helpful.
5020
5021 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5022
5023         * gnus-html.el (gnus-html-schedule-image-fetching):
5024         Use url-queue-retrieve, if it exists.
5025
5026         * shr.el (shr-tag-img): Ditto.
5027
5028         * gnus.el: Autoload more gnus-agent functions.
5029
5030         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5031         agent if we haven't already (bug#8502).
5032
5033         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5034         into the Agent, too.
5035
5036         * gnus-agent.el (gnus-agent-store-article): New function.
5037
5038         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5039         and moved from that file for reuse.
5040
5041         * pop3.el (pop3-open-server): Error messages are "-ERR".
5042
5043 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5044
5045         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5046         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5047
5048 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5049
5050         * gnus.el: No Gnus v0.17 is released.
5051
5052 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5053
5054         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5055         buffer has moved to a different frame.
5056
5057 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5058
5059         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5060         to get the conversion from unibyte to multibyte buffers to work on
5061         Emacs 22.
5062
5063         * nntp.el (nntp-request-article): Slight clean-up.
5064
5065 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5066
5067         * shr.el (shr-strike-through): New face.
5068         (shr-tag-s): Use it to provide <s> support.
5069         (shr-tag-s): Remove duplicate definition.
5070
5071 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5072
5073         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5074         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5075
5076 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5077
5078         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5079         `gnutls-negotiate'.
5080         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5081
5082 2011-04-23  Glenn Morris  <rgm@gnu.org>
5083
5084         * gnus-sum.el (gnus-extra-headers): Bump :version.
5085
5086 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5087
5088         * shr.el (shr-tag-sup): New function.
5089         (shr-tag-sub): Ditto.
5090
5091 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5092
5093         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5094         for the case where `gnus-registry-ignored-groups' is a list of lists,
5095         and don't call `gnus-parameter-registry-ignore' otherwise.
5096
5097 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5098
5099         * nnimap.el (nnimap-user): New backend variable.
5100         (nnimap-open-connection-1): Use it.
5101         (nnimap-credentials): Accept user parameter so it's explicit what user
5102         name is desired.
5103
5104         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5105         default.
5106
5107         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5108         not gnus-registry.el.
5109
5110         * gnus-registry.el: Mention in comments how to modify
5111         `gnus-extra-headers' for proper recipient tracking and that it may
5112         already have To and Cc recently, which it does as of this commit.
5113         (gnus-registry-ignored-groups): Remove defcustom.
5114         Explain why in comments.
5115         (gnus-registry-action): Fix data-header reference to use the extra
5116         headers.  Explain in package commentary how to add To and Cc headers to
5117         the gnus-extra-headers.
5118         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5119         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5120         parameter list or a string list in `gnus-registry-ignored-groups'.
5121         Fix logic error.
5122
5123 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5124
5125         * shr.el (shr-expand-url): Protect against null urls.
5126
5127 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5128
5129         * shr.el (shr-base): New binding.
5130         (shr-tag-base): Keep track of <base>.
5131         (shr-expand-url): New function used throughout.
5132
5133 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5134
5135         * gnus-registry.el
5136         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5137         (gnus-registry-ignored-groups): New variable.
5138         (gnus-registry-ignore-group-p): Use it.
5139         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5140         set the destination group to nil (same as delete) if it's ignored.
5141
5142 2011-04-20  David Engster  <dengste@eml.cc>
5143
5144         * tests/gnustest-nntp.el: New file for simple NNTP testing.
5145
5146         * Makefile.in (test-nntp): New rule.
5147         (check): Add it.
5148         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
5149
5150 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5151
5152         * gnus-registry.el (gnus-registry-action)
5153         (gnus-registry-fetch-header-fast):
5154         Don't use mail-header that looks an internal function of mailheader.el.
5155
5156 2011-04-19  Glenn Morris  <rgm@gnu.org>
5157
5158         * time-date.el (time-to-days): Remove unused local variables.
5159
5160 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5161
5162         * gnus-registry.el: Eliminate cl functions.
5163         (gnus-registry-sort-addresses): New function that replaces mapcan.
5164         (gnus-registry-action, gnus-registry-spool-action)
5165         (gnus-registry-split-fancy-with-parent)
5166         (gnus-registry-fetch-recipients-fast): Use it.
5167         (gnus-registry-import-eld): Replace delete* with dolist + delq.
5168
5169         * registry.el (initialize-instance, registry-lookup)
5170         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5171         (registry-lookup-secondary-value, registry-search, registry-delete)
5172         (registry-insert, registry-reindex, registry-size, registry-prune):
5173         Use eval-and-compile.
5174
5175 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5176
5177         * registry.el (registry-reindex): New method to recreate the secondary
5178         registry indices.
5179
5180         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5181         tracked field changes.
5182         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5183         (gnus-registry-action, gnus-registry-spool-action)
5184         (gnus-registry-handle-action)
5185         (gnus-registry--split-fancy-with-parent-internal)
5186         (gnus-registry-split-fancy-with-parent)
5187         (gnus-registry-register-message-ids): Add recipient tracking on spool,
5188         move, and delete actions, and for fancy splitting with parent.
5189         (gnus-registry-extract-addresses)
5190         (gnus-registry-fetch-recipients-fast)
5191         (gnus-registry-fetch-header-fast): Convenience functions.
5192         (gnus-registry-misc-test): ERT test of
5193         `gnus-registry-extract-addresses'.
5194
5195 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
5196
5197         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5198         Track by subject first, then sender.
5199
5200 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5201
5202         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5203
5204         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5205         Lisp.
5206
5207         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5208         (gnus-draft-send): Use it to avoid popping
5209         up frames from gnus-group-send-queue.
5210
5211 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5212
5213         * gnus-registry.el: Updated gnus-registry docs.
5214
5215 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5216
5217         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5218         Fix logic bug.
5219         (gnus-registry-post-process-groups): Fix logging of no results and
5220         quote sender and subject.
5221
5222 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5223
5224         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
5225         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
5226         gnutls-cli are too slow to be done opportunistically.
5227
5228         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5229         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5230         we had no early-data returned.
5231         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5232         two async commands to the same server at the same time.
5233
5234 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5235
5236         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5237
5238 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5239
5240         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5241         "warning" level.
5242
5243         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5244         (mm-url-insert-file-contents): Don't set the package names.
5245
5246 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5247
5248         * gnus-registry.el (gnus-registry-action): Remove properties and
5249         simplify subject in `gnus-registry-handle-action'.
5250         (gnus-registry-spool-action): Get subject and sender from message if
5251         they are not passed in.
5252         (gnus-registry-handle-action): Remove properties and simplify subject
5253         consistently.
5254
5255 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5256
5257         * registry.el: Require CL before using defmacro*.
5258
5259 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5260
5261         * gnus-art.el (article-treat-date): Assume that
5262         gnus-article-date-headers may be a group parameter.
5263
5264 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5265
5266         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5267
5268         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5269         interactively so the newsrc file can contain foreign groups too.
5270         Useful for debugging but not much for users.
5271
5272 2011-04-07  David Engster  <dengste@eml.cc>
5273
5274         * registry.el (registry-usage-test): Only do
5275         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5276         lexical binding.
5277
5278 2011-04-07  David Engster  <dengste@eml.cc>
5279
5280         * Makefile.in (check, test-registry): New rules for test-suite.
5281
5282 2011-04-06  David Engster  <dengste@eml.cc>
5283
5284         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5285         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5286
5287 2011-04-06  David Engster  <dengste@eml.cc>
5288
5289         * registry.el (initialize-instance): Change :after to :AFTER to be
5290         compatible with old EIEIO version in XEmacs.
5291
5292 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5293
5294         * gnus-registry.el (gnus-registry-post-process-groups)
5295         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5296         and provide better messaging.
5297
5298 2011-04-06  David Engster  <dengste@eml.cc>
5299
5300         * Makefile.in (fail-on-warning): New rule to compile with warnings as
5301         errors.
5302
5303         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
5304         dgnushack-compile with error-on-warn enabled, and to signal an error if
5305         clean compilation failed.
5306         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
5307         with `byte-compile-error-on-warn'.  Return nil if errors occured.
5308
5309 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5310
5311         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5312         unconditionally anyway, discarding errors.
5313         (gnus-registry-delete-entries): New convenience function.
5314         (gnus-registry-import-eld): Import from old .eld registry.
5315
5316         * registry.el: Don't use ERT if it's not available.  Load it
5317         unconditionally anyway, discarding errors.
5318
5319         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5320         version from the Claudio Bley GnuTLS patch (extra optional parameters
5321         and host name).
5322
5323 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5324
5325         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5326         fixup the parameters that can be customized by the user between
5327         save/read cycles.
5328         (gnus-registry-read): Use it.
5329         (gnus-registry-make-db): Use it.
5330         (gnus-registry-spool-action, gnus-registry-handle-action):
5331         Fix messaging.
5332         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5333         Map references to actual group names with sender and subject tracking.
5334         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5335         (gnus-registry-usage-test): Add subject lookup test.
5336
5337         * registry.el (registry-db, initialize-instance): Set up constructor
5338         instead of :initform arguments for the sake of older Emacsen.
5339         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5340         pre-lexbind merge bug.
5341         (registry-usage-test): Use it.
5342         (initialize-instance, registry-db): Move the non-function initforms
5343         back to the class definition.
5344
5345 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5346
5347         * registry.el: New library to manage gnus-registry-style data.
5348
5349         * gnus-registry.el: Use it (major rewrite).
5350
5351         * nnregistry.el: Use it.
5352
5353         * spam.el: Use it.
5354
5355 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5356
5357         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5358         marks on non-selected articles.
5359
5360 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5361
5362         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5363         parameter to open-protocol-stream.
5364
5365 2011-04-01  Julien Danjou  <julien@danjou.info>
5366
5367         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5368         fundamental-mode.
5369
5370 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5371
5372         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5373         servers.
5374
5375 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5376
5377         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5378         made marks not propagate, again.
5379
5380 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5381
5382         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5383         Make this the default type.
5384         (proto-stream-open-plain): Rename from proto-stream-open-default.
5385         (open-protocol-stream, proto-stream-open-starttls)
5386         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5387         with `plain'.
5388
5389         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5390         value.
5391
5392         * nntp.el (nntp-open-connection-function): Document the fact that some
5393         values are not functions but are instead handled specially.
5394         Recognize nntp-open-plain-stream value.
5395         (nntp-open-connection): Recognize that value.
5396
5397 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5398
5399         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
5400         where it seems to be needed.
5401
5402 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5403
5404         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5405         stuff.
5406
5407         * gnus-score.el (gnus-score-string): Fix calling convention of
5408         `gnus-simplify-buffer-fuzzy' after last patches.
5409
5410         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5411         server for articles we didn't get any headers for.  This is a sanity
5412         check.
5413
5414 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5415
5416         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5417         new CAPABILITY, use it.
5418
5419 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5420
5421         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5422         downloading anything.
5423
5424         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5425
5426 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5427
5428         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5429         colors.
5430         (gnus-splash-svg-color-symbols): New function.
5431
5432 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5433
5434         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5435         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5436         (gnus-simplify-subject-fuzzy): Use the local
5437         gnus-simplify-subject-fuzzy-regex instead of the global one.
5438         This makes using this variable in group parameters work.
5439
5440 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5441
5442         * gnus-registry.el (gnus-registry-unfollowed-groups):
5443         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5444         archive:sent-YYYY-MM-DD groups).
5445         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5446         tracking if there are more than `gnus-registry-max-track-groups'
5447         matches.
5448
5449 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5450
5451         * message.el (message--yank-original-internal): New function to do the
5452         insertion cleanly inside eval in `message-yank-original'.
5453         (message-yank-original): Use it.
5454
5455 2011-03-29  Julien Danjou  <julien@danjou.info>
5456
5457         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5458         local variables disabled rather than `normal-mode'.
5459
5460 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5461
5462         * imap.el (imap-shell-open, imap-process-connection-type):
5463         Use imap-process-connection-type for 'shell' streams as well as
5464         Kerberos, SSL, other subprocesses.
5465
5466 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5467
5468         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5469         with open-network-stream.
5470         (proto-stream-always-use-starttls): Option removed.
5471         (open-protocol-stream): Return a process object by default.  Provide a
5472         new parameter :return-list specifying a list-type return value, which
5473         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5474         :type `network' to `try-starttls', and `network-only' to `default'.
5475         Make `default' the default, for compatibility with open-network-stream.
5476         Handle the no-parameter case exactly as open-network-stream, with no
5477         additional stream processing.  Search plists using plist-get.
5478         Explicitly add :end-of-commend parameter if it is missing.
5479         (proto-stream-open-default): Rename from
5480         proto-stream-open-network-only.  Return 'default as the type.
5481         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5482         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5483         failed.  Always return a list with a (possibly dead) process as the
5484         first element, for compatibility with open-network-stream.
5485         (proto-stream-open-tls): Use plist-get.  Always return a list.
5486         (proto-stream-open-shell): Return `default' as connection type.
5487         (proto-stream-capability-open): Use plist-get.
5488         (proto-stream-eoc): Function deleted.
5489
5490         * nnimap.el (nnimap-stream, nnimap-open-connection)
5491         (nnimap-open-connection-1): Handle renaming of :type parameter for
5492         open-protocol-stream.
5493         (nnimap-open-connection-1): Pass a :return-list parameter
5494         open-protocol-stream to obtain a list return value.  Parse this list
5495         using plist-get.
5496
5497         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5498         for open-protocol-stream.  Accept open-protocol-stream return value
5499         that is a subprocess object instead of a list.  Handle the case of a
5500         dead returned process.
5501
5502 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5503
5504         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5505
5506         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5507
5508 2011-03-21  Julien Danjou  <julien@danjou.info>
5509
5510         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5511         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5512         query.
5513         (mm-inline-text): Render normal text with fontification whenever
5514         possible.
5515
5516         * gnus-sum.el (gnus-summary-save-parts-1):
5517         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5518         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5519         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5520         Use `mm-handle-filename'.
5521
5522         * mm-util.el (mm-handle-filename): New function, return the filename of
5523         an handle.
5524
5525 2011-03-18  Julien Danjou  <julien@danjou.info>
5526
5527         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5528         (gnus-buffer-live-p): Check that buffer is not nil.
5529
5530 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5531
5532         * gnus.el: No Gnus v0.15 is released.
5533
5534 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5535
5536         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5537         avoid warning on XEmacs.
5538
5539         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5540         on XEmacs.
5541
5542         * gnus-art.el: Require mouse, which the build bot seems to say is
5543         needed.
5544
5545         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5546
5547         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5548         XEmacs, since it doesn't have url-retrieve-synchronously.
5549
5550         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5551         since assoc-string doesn't exist in XEmacs.
5552
5553 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5554
5555         * gnus-group.el (gnus-group-list-ticked): New function.
5556         (gnus-group-make-menu-bar): Provide a menu entry for it.
5557         (gnus-group-list-map): Provide a binding for it.
5558
5559 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5560
5561         * shr.el (shr-visit-file): New command.
5562
5563         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5564
5565 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5566
5567         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5568         servers.
5569
5570 2011-03-16  Julien Danjou  <julien@danjou.info>
5571
5572         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5573         inline.
5574
5575         * gnus-art.el (article-hide-list-identifiers):
5576         Use gnus-group-get-list-identifiers.
5577
5578         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5579         (gnus-summary-remove-list-identifiers):
5580         Use gnus-group-get-list-identifiers to get regexp.
5581         (gnus-select-newsgroup, gnus-summary-insert-subject)
5582         (gnus-summary-insert-articles):
5583         Call gnus-summary-remove-list-identifiers unconditionally.
5584
5585 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5586
5587         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5588         we're selecting a group with unread articles.
5589
5590         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5591
5592         * gssapi.el: New file separated out from imap.el to provide a general
5593         Kerberos 5 connection facility for Emacs.
5594
5595         * message.el (message-elide-ellipsis): Document the format spec
5596         ellipsis.
5597
5598 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5599
5600         * message.el (message-elide-region): Allow the ellipsis to say how many
5601         lines were removed.
5602
5603 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5604
5605         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5606         window configurations containing buffers that are now dead.
5607
5608         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5609         parsing to avoid integer overflows.
5610         (nnimap-parse-flags): Simplify the last change.
5611         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5612         too large for 32-bit Emacsen.
5613
5614 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5615
5616         * auth-source.el (auth-source-netrc-create):
5617         * message.el (message-yank-original): Fix use of `case'.
5618
5619 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5620
5621         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5622         XEmacs, which was one character too wide.
5623
5624 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5625
5626         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5627         default number of articles to display.
5628         (gnus-articles-to-read): Use pretty names for prompt.
5629
5630 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5631
5632         * gnus-int.el (gnus-open-server): Ditto.
5633
5634         * gnus-start.el (gnus-activate-group): Give a backtrace if
5635         debug-on-quit is set and the user hits `C-g'.
5636         (gnus-read-active-file): Ditto.
5637
5638         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5639
5640 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5641
5642         * message.el (message-yank-original): Use cond instead of CL case.
5643
5644 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5645
5646         * auth-source.el (auth-source-netrc-create): Use usual format for the
5647         default in prompts.
5648
5649 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5650
5651         * lpath.el: Fbind read-char-choice for XEmacs.
5652
5653 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5654
5655         * auth-source.el (auth-source-netrc-create): Show the default in the
5656         prompt when prompting for token creation.
5657
5658 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5659
5660         * auth-source.el (auth-source-format-prompt): Always convert the value
5661         to a string to avoid evaluating non-string arguments.
5662         (auth-source-netrc-create): Offer default properly, not as initial
5663         content in `read-string'.
5664         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5665         of line to determine if we've been run before.  If so, don't run again,
5666         but print a trivial message to indicate the cache was hit instead.
5667
5668 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5669
5670         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5671         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5672         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5673         Gnus.
5674
5675 2011-03-11  Julien Danjou  <julien@danjou.info>
5676
5677         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5678         modified file".
5679
5680 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5681
5682         * auth-source.el (auth-source-read-char-choice): New function to read a
5683         character choice using `dropdown-list', `read-char-choice', or
5684         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5685         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5686         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5687         (auth-source-netrc-saver): Use it.
5688         (auth-source-pick-first-password): New convenience function.
5689
5690 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5691
5692         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5693         parameter in the credentials.
5694         (nnimap-open-connection-1): Use it after a successful login.
5695         (nnimap-credentials): Add IMAP-specific user and password prompt.
5696
5697         * auth-source.el (auth-source-search): Add :require parameter, taking a
5698         list.  Document it and the :save-function return token.  Pass :require
5699         down.  Change the CREATED message from a warning to a debug statement.
5700         (auth-source-search-backends): Pass :require down.
5701         (auth-source-netrc-search): Pass :require down.
5702         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5703         Change save prompt to indicate all modifications saved here are
5704         deletions.
5705         (auth-source-netrc-create): Take user login name as default in user
5706         prompt.  Move all the save functionality to a lexically bound function
5707         under the :save-function token in the returned list.  Set up clearer
5708         default prompts for user, host, port, and secret.
5709         (auth-source-netrc-saver): New function, intended to be wrapped for
5710         :save-function.
5711
5712 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5713
5714         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5715         lines to be spaces instead.
5716
5717 2011-03-07  Julien Danjou  <julien@danjou.info>
5718
5719         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5720         (sieve-sasl-auth): Check that auth-source-search did return something,
5721         or just return an empty string.
5722
5723 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5724
5725         * gnus.el (gnus-interactive): Use read-directory-name.
5726
5727         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5728         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5729         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5730         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5731         Likewise.
5732
5733         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5734
5735 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5736
5737         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5738         onto the list of killed groups, too.  This makes killed nnimap groups,
5739         for instance, more reliably not reappear.
5740
5741         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5742         the parent.
5743
5744         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5745
5746         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5747         really have server-side marks.
5748
5749         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5750         since most backends do not usefully have server-side marks.
5751         (gnus-update-read-articles): Propagate marks to all backends that
5752         really have server-side marks.
5753
5754 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5755
5756         * message.el (message-cite-reply-position, message-cite-style):
5757         New variables.
5758         (message-yank-original): Use the new citation styles.
5759
5760 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5761
5762         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5763         buffer-local issue); don't mark it buffer-local when running under
5764         XEmacs.
5765
5766 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5767
5768         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5769         numbers too big to be `read'.
5770
5771 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5772
5773         * password-cache.el (password-in-cache-p): Add autoload.
5774
5775         * message.el (message-options): Make buffer-local two ways to attempt
5776         to fix a XEmacs bug.
5777
5778 2011-03-02  Julien Danjou  <julien@danjou.info>
5779
5780         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5781
5782 2011-03-01  Julien Danjou  <julien@danjou.info>
5783
5784         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5785         group.
5786         (article-hide-list-identifiers): Use list-identifier group parameter.
5787
5788 2011-02-28  Julien Danjou  <julien@danjou.info>
5789
5790         * sieve.el (sieve-buffer-script-name): New local variable to store
5791         sieve script name.
5792         (sieve-edit-script): Store sieve script name.
5793         (sieve-upload): Use sieve script name when uploading.
5794         (sieve-upload): Use substitute-command-keys.
5795         (sieve-edit-script): Use substitute-command-keys.
5796         (sieve-refresh-scriptlist): Use substitute-command-keys.
5797         (sieve-manage-mode-map): Define keymap properly.
5798         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5799         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5800         Remove commented code about cvs.
5801         (sieve-manage-quit): New function.
5802         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5803
5804 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5805
5806         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5807
5808 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5809
5810         * auth-source.el (auth-source-search): Cache empty result sets.
5811
5812         * password-cache.el (password-in-cache-p): Convenience function to
5813         check if a key is in the cache, even if the value is nil.
5814
5815         * auth-source.el (auth-source-save-behavior): New variable to replace
5816         `auth-source-never-create'.
5817         (auth-source-netrc-create): Use it.
5818         (auth-source-never-save): Remove.
5819
5820 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5821
5822         * nnimap.el (nnimap-stream): Doc fix.
5823         (nnimap-open-connection-1): Reverse the order of the ports to that the
5824         prompted-for port is first.
5825
5826         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5827         retrieval by the no-group selection.
5828
5829         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5830         numerical parameters.
5831
5832 2011-02-25  Julien Danjou  <julien@danjou.info>
5833
5834         * gnus-gravatar.el: Use gnus-with-article-buffer.
5835
5836         * gnus-art.el (gnus-with-article-buffer): Check that the
5837         gnus-article-buffer is alive.
5838
5839 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5840
5841         * auth-source.el (auth-source-creation-prompts): New variable to manage
5842         creation-time prompts.
5843         (auth-source-search): Document it.
5844         (auth-source-format-prompt): Add utility function.
5845         (auth-source-netrc-create): Don't default the user name to
5846         user-login-name.  Use `auth-source-creation-prompts' and some default
5847         prompts for user, host, port, and password (the default generic prompt
5848         remains ugly).
5849         (auth-source-never-save): Add customizable option to never save info.
5850         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5851         mode excursion.
5852
5853 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5854
5855         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5856         argument that XEmacs doesn't support.
5857
5858         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5859         compiled for Emacsen having no `libxml-parse-html-region' support.
5860
5861         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5862
5863         * lpath.el: Bind buffer-save-without-query for XEmacs.
5864
5865 2011-02-23  Julien Danjou  <julien@danjou.info>
5866
5867         * gnus-art.el (article-make-date-line): Ignore errors if time is
5868         invalid and not convertible.
5869         (article-make-date-line): Only add lapsed time if time is not nil.
5870
5871 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5872
5873         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5874         `read-char-choice' for backwards compatibility.
5875         (auth-source-netrc-element-or-first): New function to DTRT for
5876         parameter extraction.
5877         (auth-source-netrc-create): Use it and fix multiple parameter print
5878         bug.  Use the default passed from above (given-default) or the
5879         built-in (user-login-name for :user).
5880
5881 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5882
5883         * gnus-start.el (gnus-dribble-read-file):
5884         Set buffer-save-without-query, since we always want to save the dribble
5885         file, probably.
5886
5887         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5888         nnimap.
5889
5890         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5891         -summary- since it's a user-visible variable.
5892
5893         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5894         first time you use the new Gnus.
5895
5896 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5897
5898         * auth-source.el: Don't load netrc.el.
5899         (auth-sources): Search ~/.netrc as well by default.
5900         (auth-source-debug): Add 'trivia option for extra output.
5901         (auth-source-do-trivia): Use it.
5902         (auth-source-search): Simplify logic to use
5903         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5904         appropriate.  Don't keep a running count at this level.  Layer :create
5905         and :delete options appropriately on the first and second passes.
5906         Don't track the backend with the search results.
5907         (auth-source-search-backends): New function to search a list of
5908         backends for a processed spec.
5909         (auth-source-netrc-parse): Cache all netrc files, making
5910         auth-source-netrc-cache an alist keyed by the file name and using the
5911         file mtime as the caching criterion.  Keep the obfuscated data secret
5912         with a lexical bind.
5913         (auth-source-netrc-search): Don't calculate the length of the results
5914         unnecessarily.
5915         (auth-source-search-backends): Fix bug.
5916         (auth-source-netrc-create): Rework prompts.
5917
5918 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5919
5920         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5921         Lower case names of search constraints.
5922         (nnir-run-query): Cache and reuse search constraints for all imap
5923         servers.
5924
5925 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5926
5927         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5928         after exit.
5929         (gnus-setup-message): Define missing variable from last checkin.
5930
5931         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5932         value, show the raw article.
5933
5934 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5935
5936         * gnus.el: No Gnus v0.13 is released.
5937
5938 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5939
5940         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5941         auth-source now accepts numbers.
5942
5943         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5944         spec, too.
5945         (auth-source-ensure-strings): New function.
5946
5947         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5948         (gnus-article-setup-buffer): Always restart the date timer so that user
5949         changes to the frequency is respected.
5950
5951         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5952         port numbers, so make sure it gets that if nnimap-server-port is
5953         explicit.
5954
5955 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5956
5957         * nnimap.el (nnimap-inbox): Doc fix.
5958
5959 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5960
5961         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5962         Autoload.  Add optional arg FRAME, and pass it to color-values.
5963         (color-complement): Caller changed.  Doc fix.
5964         (color-gradient): Rewrite for better clarity and efficiency.
5965
5966 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5967
5968         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5969         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5970         color-lab-to-srgb.
5971
5972 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5973
5974         * color.el: First part of merge from hexrgb.el.
5975         (color-rgb-to-hex): Rename from color-rgb->hex.
5976         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5977         saturation to zero if the value is too small.
5978         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5979         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5980         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5981         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5982         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5983         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5984         (color-cie-de2000): Doc fix.
5985
5986 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5987
5988         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5989         given method as in the group name if we're using an extended method.
5990         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5991         command, if we're using that, instead of waiting for the beginning.
5992
5993         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5994         we're sure to get unique server names, and we don't output two async
5995         commands in the same buffer.  This fixes an NNTP hang for some users.
5996
5997 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5998
5999         * gnus.el: No Gnus v0.11 is released.
6000
6001 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6002
6003         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6004         summary buffer before reading going to the next buffer.  This avoids
6005         putting the point in the group buffer if you `C-g' the command.
6006
6007         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6008         cache (for now) to make ~/.authinfo.gpg files usable.
6009
6010         * nnfolder.el (copyright-update): Define for the compiler.
6011
6012         * auth-source.el (auth-source-search): Fix unbound variable.
6013
6014 2011-02-19  Glenn Morris  <rgm@gnu.org>
6015
6016         * gnus.el (gnus-meta): Doc fix.
6017
6018 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6019
6020         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6021         in case it's not yet loaded.
6022
6023 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6024
6025         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6026         line we're waiting for.
6027
6028 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6029
6030         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6031         face with line-width greater than zero will cause RET in gnus summary
6032         buffer to scroll down article page-wise because auto vscroll happens,
6033         it should be temporally disabled when doing a scroll-up.
6034
6035 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6036
6037         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6038         outputs from the server.
6039
6040 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6041
6042         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6043         later so that bbdb can hook in easier.
6044
6045 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6046
6047         * auth-source.el (auth-source-search): Don't try to create credentials
6048         if the caller doesn't want that.
6049         (auth-source-search): If we don't find a match, don't bug out on
6050         non-bound variables.
6051         (auth-source-search): Only ask a single backend to create the
6052         credentials.
6053
6054         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6055         logging.
6056         (nnimap-credentials): Protect against auth-source-search returning nil.
6057         (nnimap-request-list): Protect against not being able to open the
6058         server.
6059
6060 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6061
6062         * auth-source.el (auth-source-search): Do a two-phase search, one with
6063         no :create to get the responses from all backends.
6064
6065         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6066         when getting credentials.
6067
6068         * gnus-util.el (gnus-delete-duplicates): New function.
6069
6070 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6071
6072         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6073         a creation default, pass the whole port list down.  It will be
6074         completed.
6075
6076         * auth-source.el (auth-source-search): Updated docs to talk about
6077         multiple creation choices.
6078         (auth-source-netrc-create): Accept a list as a value (from the search
6079         parameters) and do completion on that list.  Keep a separate netrc line
6080         with the password obscured for showing the user.
6081
6082         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6083         first choice to `auth-source-search' so it will be used for entry
6084         creation instead of the server's Gnus-specific name.
6085         (nnimap-credentials): Rely on the auth-source library to select which
6086         port is actually wanted in the new netrc entry, so don't override
6087         `auth-source-creation-defaults'.
6088
6089         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6090         :protocol and accept a missing user, host, or port as a wildcard match.
6091         (auth-source-debug): Default to off.
6092
6093         (auth-source-netrc-search, auth-source-netrc-create)
6094         (auth-source-secrets-search, auth-source-secrets-create)
6095         (auth-source-user-or-password, auth-source-backend, auth-sources)
6096         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6097         instead of :protocol.
6098
6099         * nnimap.el (nnimap-credentials): Pass a port default to
6100         `auth-source-search' in case an entry needs to be created.
6101         (nnimap-open-connection-1): Use :port instead of :protocol.
6102
6103 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6104
6105         * auth-source.el: Bind load-path when loading EIEIO from
6106         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6107         21.4 doesn't support, to `require'.
6108         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6109         delete-dups that is not available in XEmacs 21.4.
6110
6111 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6112
6113         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6114         as EIEIO must also be loaded when auth-source.el is being
6115         byte-compiled.
6116
6117 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6118
6119         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6120
6121         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6122
6123         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6124
6125         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6126
6127         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
6128
6129         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
6130
6131         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
6132
6133         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
6134         necessary.
6135
6136 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6137
6138         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6139         nil means that nnimap doesn't get updated.
6140
6141 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6142
6143         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6144         result when the user doesn't want to write to the file.
6145         (auth-source-netrc-search): Expect a synthetic result and proceed
6146         accordingly.
6147         (auth-source-cache-expiry): New variable to override
6148         `password-cache-expiry'.
6149         (auth-source-remember): Use it.
6150
6151         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6152         parameter.  Create entry if necessary by using :create t.
6153         (nnimap-open-connection-1): Don't pass `inhibit-create'.
6154
6155 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
6156
6157         * auth-source.el (auth-source-debug): Enable by default and don't
6158         mention the obsolete `auth-source-hide-passwords'.
6159         (auth-source-do-warn): New function to debug unconditionally.
6160         (auth-source-do-debug): Use it.
6161         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6162         and for Secrets API entries when the secrets.el library is not
6163         available.
6164
6165 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6166
6167         * gnus-sum.el (gnus-propagate-marks): Default to nil.
6168         (gnus-summary-exit): Kill the correct article buffer on exit from a
6169         `C-d' group.
6170
6171         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
6172         gnus-propagate-marks.
6173
6174         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6175         before killing the buffers so that a non-full window conf gets handled
6176         correctly.
6177         (gnus-summary-exit): Ditto.
6178         (gnus-summary-read-group-1): Ditto.
6179
6180         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6181         async code again so that we can debug it properly.
6182
6183         * message.el (message-reply): Take an optional switch-buffer parameter
6184         so that Gnus window confs are respected better.
6185
6186 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6187
6188         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6189         `plist-get' to accept non-list parameters (XEmacs issue).
6190         Fix docstring.
6191         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6192         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6193         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6194         Login collection is "Login" and not "login".
6195
6196 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6197
6198         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6199         multiple headers.
6200
6201         * nnimap.el (nnimap-inhibit-logging): New variable.
6202         (nnimap-log-command): Don't log login commands.
6203
6204         * auth-source.el (auth-source-netrc-search): The asserts seem to want
6205         to have more parameters.
6206
6207         * nnimap.el (nnimap-send-command): Mark the command time for each
6208         command, so that we don't get NOOPs stepping on our toes.
6209
6210         * gnus-art.el (article-date-ut): Get the date from the Date header on
6211         `t'.
6212
6213 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6214
6215         * auth-source.el (auth-source-search): Use copy-sequence instead of
6216         the cl.el copy-list.
6217
6218 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6219
6220         * imap.el: Bring it back (revert
6221         84d800cd31de3064f0ed39617d725709a2f8f42f).
6222
6223 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
6224
6225         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6226         Improve prompt.
6227
6228 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
6229
6230         * gnus-art.el (gnus-article-mode-line-format): Remove the article
6231         washing status from the default format.  It isn't very informative.
6232
6233 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6234
6235         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6236         Fix Gcc processing on imap.
6237
6238 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6239
6240         * imap.el: Remove file.  All the functionality is in nnimap.el.
6241
6242 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6243
6244         * message.el (message-bury): Don't pop up a new window when selected
6245         window is dedicated.
6246
6247 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6248
6249         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6250
6251 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
6252
6253         * sieve-manage.el: Autoload `auth-source-search'.
6254         (sieve-sasl-auth): Use it.
6255
6256 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6257
6258         * nnimap.el: Autoload `auth-source-forget+'.
6259         (nnimap-open-connection-1): Use it if the connection fails.
6260
6261         * auth-source.el: Require `password-cache'.
6262         (auth-source-hide-passwords, auth-source-cache): Remove and mark
6263         obsolete.
6264         (auth-source-magic): Marker for `password-cache' keys.
6265         (auth-source-do-cache): Update docstring.
6266         (auth-source-search): Use and check cache.
6267         (auth-source-forget-all-cached, auth-source-remember)
6268         (auth-source-recall, auth-source-forget, auth-source-forget+)
6269         (auth-source-specmatchp): Caching support functions.
6270         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6271         Remove and obsolete.
6272         (auth-source-user-or-password): Remove caching to further discourage
6273         using it.  Always hide passwords.
6274
6275         * password-cache.el (password-cache-remove): Accept secrets that are
6276         not strings.
6277
6278 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6279
6280         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6281         code for now, since it doesn't work for all users.
6282
6283 2011-02-09  Julien Danjou  <julien@danjou.info>
6284
6285         * message.el (message-options): Make message-options really buffer
6286         local.
6287
6288 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
6289
6290         * mail-source.el: Autoload `auth-source-search'.
6291         (mail-source-keyword-map): Note order matters.
6292         (mail-source-set-1): Get all the mail-source source values and
6293         defaults and search auth-source on those if needed.  This can all
6294         probably be simplified.
6295
6296         * nnimap.el: Autoload `auth-source-search'.
6297         (nnimap-credentials): Use it.
6298         (nnimap-open-connection-1): Ask for the virtual server and physical
6299         address in one shot.
6300
6301         * nntp.el: Autoload `auth-source-search'.
6302         (nntp-send-authinfo): Use it.  Note TODO.
6303
6304 2011-02-08  Julien Danjou  <julien@danjou.info>
6305
6306         * shr.el (shr-tag-body): Add support for text attribute in body
6307         markups.
6308
6309         * message.el (message-options): Make message-options a local variable.
6310
6311 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6312
6313         * auth-source.el (auth-source-secrets-search)
6314         (auth-source-user-or-password): Use `append' instead of `nconc'.
6315         (auth-source-user-or-password): Build return list better and protect
6316         against nil :secret.
6317
6318 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
6319
6320         * nnimap.el (nnimap-update-info): Refactor slightly.
6321         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6322         (nnimap-update-info): Clean up slightly.
6323         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6324         characters.
6325         (nnimap-process-quirk): Rename function to avoid collision.
6326         (nnimap-update-info): Fix macrology bug-out.
6327         (nnimap-update-info): Simplify split history test.
6328
6329 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6330
6331         * auth-source.el (top): Require 'eieio unconditionally.
6332         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6333         (auth-source-secrets-search): Limit search when `max' is greater than
6334         number of results.
6335
6336 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6337
6338         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6339         part not returning any data.
6340
6341         * proto-stream.el (open-protocol-stream): Document the return value.
6342
6343 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6344
6345         * auth-source.el (auth-source-secrets-search): Add examples.
6346
6347 2011-02-06  Julien Danjou  <julien@danjou.info>
6348
6349         * message.el (message-setup-1): Handle message-generate-headers-first
6350         set to t.
6351
6352 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6353
6354         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6355         API with a string "secrets:collection-name" and with 'default.
6356         (auth-source-backend-parse): Parse "secrets:collection-name" and
6357         'default.  Recurse on parses instead of repeating code.  Use the
6358         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6359         message when ignoring a source.
6360         (auth-source-search): List ignored search keys at the top level.
6361         (auth-source-netrc-create): Use `case' instead of `cond'.
6362         (auth-source-secrets-search): Created with TODOs.
6363         (auth-source-secrets-create): Created with TODOs.
6364         (auth-source-retrieve, auth-source-create, auth-source-delete)
6365         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6366         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6367         (auth-source-user-or-password-sftp)
6368         (auth-source-user-or-password-smtp): Remove.
6369         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6370         around `auth-source-search'.  Not tested thoroughly.
6371
6372 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6373
6374         * auth-source.el: Bring in assoc and eioeio libraries.
6375         (secrets-enabled): New variable to track the status of the Secrets API.
6376         (auth-source-backend): New EIOEIO class to represent a backend.
6377         (auth-source-creation-defaults): New variable to set prompt defaults
6378         during token creation (see the `auth-source-search' docstring for
6379         details).
6380         (auth-sources): Simplify to allow a simple string as a netrc backend
6381         spec.
6382         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6383         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6384         (auth-source-search): Main auth-source API entry point.
6385         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6386         (auth-source-search-collection): Helper function for searching.
6387         (auth-source-netrc-parse, auth-source-netrc-normalize)
6388         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6389         Supports search, create, and delete.
6390         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6391         backend stubs.
6392         (auth-source-user-or-password): Call `auth-source-search' but it's not
6393         ready yet.
6394
6395 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6396
6397         * message.el (message-setup-1): Remove the read-only stuff, since it
6398         doesn't work under XEmacs, for some reason.
6399
6400         * gnus-sum.el (gnus-user-date): Rename back from
6401         gnus-summary-user-date since user code refers to it.
6402
6403         * shr.el (shr-render-td): Store the actual background color used.
6404
6405         * message.el (message-setup-1): Don't bind the constant
6406         -forbidden-properties.
6407         (message-setup-1): Revert previous change, since it needs to bind the
6408         props to insert them.
6409         (message-resend): Allow removing the read-only separator line.
6410
6411 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6412
6413         * nnimap.el (nnimap-request-accept-article): Give an error message if
6414         the APPEND wasn't successful.
6415
6416 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6417
6418         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6419         that have no groups.
6420
6421 2011-02-03  Julien Danjou  <julien@danjou.info>
6422
6423         * gnus-draft.el: Remove progn around gnus-draft-setup.
6424
6425 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6426
6427         * gnus-start.el (gnus-read-active-for-groups): This function is never
6428         called with a nil `infos', so clean that up.
6429         (gnus-get-unread-articles): Request active files from primary/secondary
6430         methods that have no groups (yet).
6431
6432 2011-02-03  Julien Danjou  <julien@danjou.info>
6433
6434         * message.el (message-setup-1): Always generate References first.
6435         (message-mail): Return the return value of message-setup, not always t.
6436         (message-setup-1): Insert mail-header-separator with read-only and
6437         intangible properties set.
6438
6439         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6440         user-date in docstring.
6441
6442         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6443
6444         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6445         docstring.
6446
6447         * gnus.el (gnus-user-date-format-alist): Change default value.
6448         Use defcustom, with type and group. Move from gnus-util.el.
6449         Rename to gnus-summary-user-date-format-alist.
6450
6451 2011-02-03  Glenn Morris  <rgm@gnu.org>
6452
6453         * nnimap.el (gnus-fetch-headers): Declare.
6454
6455         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6456
6457 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6458
6459         * message.el (message-forward-make-body-digest-plain)
6460         (message-followup, message-reply): Clean up things noted by Stefan.
6461
6462         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6463         gnus-article-update-date-headers is nil.
6464         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6465         it didn't really work with defcustom.
6466         (article-update-date-lapsed): Make sure the window start doesn't move,
6467         either.
6468
6469 2011-02-01  Julien Danjou  <julien@danjou.info>
6470
6471         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6472         format.
6473
6474         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6475         standard in Emacs nowadays.
6476
6477         * color.el (color-gradient): Add a color-gradient function.
6478
6479 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6480
6481         * message.el (message-expand-name): Don't trust the return value of
6482         bbdb-complete-name.
6483         (message-check-news-header-syntax): Remove unused var `start'.
6484         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6485         (message-inhibit-body-encoding): Move to before first use.
6486         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6487         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6488         (Organization, Message-ID, Date, mh-previous-window-config):
6489         Defvar the vars using dynamic scoping.
6490
6491 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6492
6493         * shr.el (shr-render-td): Only do colors at the final rendering.
6494         Should be slightly faster.
6495         (shr-insert-table): Fix up TD background colors when doing the
6496         vertical padding.
6497
6498         * gnus-art.el (article-date-ut): Protect against articles with no Date
6499         header.
6500         (article-update-date-lapsed): Don't use current-column to find the
6501         horizontal position.  It's fragile in the presence of \003 characters.
6502
6503         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6504
6505 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6506
6507         * gnus-art.el (article-transform-date): Rewrite to still work when
6508         there are several rfc2822 parts.
6509         (article-transform-date): Fix infinite recursion.
6510         (article-date-ut): Replace infinitely many Date headers with a single
6511         one when called interactively.
6512
6513         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6514         secure manner.
6515
6516         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6517         move around by not using save-window-excursion.  It seems to work...
6518
6519 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * gnus-art.el (article-make-date-line): Work for user-defined format.
6522
6523 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6524
6525         * nntp.el (nntp-retrieve-group-data-early)
6526         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6527         fetching functions.
6528
6529         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6530         thoroughly for all backends that have no known groups.  This should
6531         allow new nnml methods to retrieve mail.
6532
6533         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6534         that Gnus doesn't know exists again.
6535
6536         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6537         (gnus-treat-date-ut): Ditto.
6538         (gnus-article-update-date-header): Rename.
6539         (gnus-treat-date-local): Remove.
6540         (gnus-treat-date-english): Remove.
6541         (gnus-treat-date-lapsed): Remove.
6542         (gnus-treat-date-combined-lapsed): Remove.
6543         (gnus-treat-date-original): Remove.
6544         (gnus-treat-date-iso8601): Remove.
6545         (gnus-treat-date-user-defined): Remove.
6546         (gnus-article-date-headers): New variable to control all the date
6547         header options.
6548         (article-date-ut): Rewrite to allow using the new way to format date
6549         headers(s).
6550
6551 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6552
6553         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6554         method.
6555         (nnmail-article-group): A better test for fanciness.
6556
6557         * nnimap.el (nnimap-request-head): Protect against not finding the
6558         article by Message-ID.
6559
6560 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6561
6562         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6563         keep point at the "same place".
6564
6565 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6566
6567         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6568         data if the group is inactive.
6569
6570 2011-01-28  Julien Danjou  <julien@danjou.info>
6571
6572         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6573         (gnus-all-windows-visible-p): Remove old compatibility code.
6574         (gnus-window-top-edge): Add docstring.
6575
6576         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6577
6578 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6579
6580         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6581         older request-update-info.
6582
6583         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6584
6585 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6586
6587         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6588         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6589
6590 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6591
6592         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6593         groups.  This makes the nndraft:queue group pop up if it's not already
6594         there.
6595
6596         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6597         messages" logic, which was reversed.
6598
6599         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6600         the "same place" even if point is on the line being replaced.
6601         (article-update-date-lapsed): Allow updating both the combined lapsed
6602         and the lapsed headers.
6603         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6604         (article-make-date-line): Limit the number of segments dynamically to
6605         avoid too-long lines.
6606
6607 2011-01-27  Julien Danjou  <julien@danjou.info>
6608
6609         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6610         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6611
6612 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6613
6614         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6615         Use plist-get instead of the cl function getf.
6616
6617 2011-01-27  Glenn Morris  <rgm@gnu.org>
6618
6619         * gnus-util.el (float-time): Get rid of compiler warning, again.
6620
6621 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6622
6623         * shr.el (shr-put-color): Special-case background colors: Do put them
6624         at the blank parts at the front of the lines.
6625
6626         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6627         exit hook to nix out all data on readedness on group exit.
6628
6629         * gnus-util.el (float-time): If float-time is bound, always use it on
6630         all Emacsen.  It's unclear why the subrp check was there.
6631         (time-date): Require to make some autoload issues on XEmacs go away.
6632
6633         * shr.el (shr-put-color): Don't do the box padding in tables, since
6634         they're already padded.
6635
6636 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6637
6638         * gnus-art.el (gnus-article-next-page): When the last line of the
6639         article is displayed, scroll down once more instead of going to the
6640         next article at once.
6641         (article-lapsed-string): Refactor out and allow specifying how many
6642         segments you want.
6643         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6644         (gnus-article-update-lapsed-header): New variable.
6645
6646         * shr.el: Revert change that made headings use different-sized faces.
6647         The Emacs display engine isn't advanced enough that, for instance,
6648         tables can comfortably use differently-sized faces.
6649
6650 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6651
6652         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6653         used.
6654         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6655         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6656         we're using an encrypted connection.
6657
6658         * proto-stream.el: Alter the interface functions to also return the
6659         actual stream type used: network or tls.
6660
6661 2011-01-25  Julien Danjou  <julien@danjou.info>
6662
6663         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6664         (mm-display-javascript-inline): New function.
6665
6666         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6667         viewing function.
6668
6669 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6670
6671         * shr.el (shr-expand-newlines): Fix variable name.
6672
6673 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6674
6675         * shr.el (shr-expand-newlines): Make nested boxes work.
6676
6677 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6678
6679         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6680         backgrounds.
6681         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6682         in a more sensible manner.
6683
6684 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6685
6686         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6687         if EPG is loaded.
6688
6689 2011-01-24  Julien Danjou  <julien@danjou.info>
6690
6691         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6692         tags.
6693
6694 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6695
6696         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6697         commands.
6698
6699         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6700         in the article buffer.
6701         (gnus-gravatar-insert): Use blank space from the current buffer to
6702         avoid breaking text properties.  This makes X-Sent updating work again.
6703
6704         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6705
6706 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6707
6708         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6709         fix the bug in url-http.el instead.
6710
6711         * shr.el (shr-image-fetched): Ditto.
6712
6713         * shr.el (shr-image-fetched): Avoid having point move in the article
6714         buffer.
6715
6716         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6717         buffer after being called.  It's apparently being killed by url.el, and
6718         killing it made point move to end-of-buffer in a random buffer.
6719
6720         * shr.el (shr-image-fetched): Ditto.
6721
6722 2011-01-23  Julien Danjou  <julien@danjou.info>
6723
6724         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6725
6726         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6727         text/x-org.
6728
6729 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6730
6731         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6732         (i.e., nnimap) returning nil as the article number.
6733
6734 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6735
6736         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6737         "DelSp" parameter in RFC3676.
6738
6739 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6740
6741         * message.el (message-check-recipients): Display the encoded version of
6742         the bogus address if they differ.
6743
6744         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6745         after sending.
6746
6747         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6748
6749         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6750
6751         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6752         group buffer after sending the queue.
6753
6754         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6755
6756 2011-01-22  Julien Danjou  <julien@danjou.info>
6757
6758         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6759
6760 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6761
6762         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6763         nested related parts.
6764
6765         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6766         unexpired articles.  This fixes the regression that led expiry marks to
6767         disappear from nnfolder groups.
6768
6769 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6770
6771         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6772         Don't confuse the "ret" of "retrograde" with RET.
6773
6774 2011-01-21  Julien Danjou  <julien@danjou.info>
6775
6776         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6777         than mm-insert-inline.
6778
6779 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6780
6781         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6782         Widen article buffer.
6783
6784 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6785
6786         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6787         the temp buffer.
6788         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6789
6790 2011-01-20  Julien Danjou  <julien@danjou.info>
6791
6792         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6793
6794         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6795         than mm-insert-inline to insert inline part: this respect
6796         mm-inline-media-tests displayers.
6797
6798         * mm-view.el (mm-display-shell-script-inline): New function.
6799
6800         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6801
6802         * mm-uu.el (mm-uu-type-alist): Add org block.
6803         (mm-uu-org-src-code-block-extract): New function.
6804
6805         * mm-view.el (mm-display-org-inline): New function.
6806
6807         * mm-decode.el (mm-automatic-display): Add text/org.
6808
6809         * mailcap.el (mailcap-mime-extensions): Add .org.
6810
6811 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6812
6813         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6814         gnus-article-add-buttons.
6815
6816 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6817
6818         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6819         From header with a date and "nobody" as the sender.
6820
6821 2011-01-19  Julien Danjou  <julien@danjou.info>
6822
6823         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6824         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6825         if you have the same regexp several times.
6826         (gnus-button-push): Fix matching when regexp is symbol.
6827
6828 2011-01-15  Glenn Morris  <rgm@gnu.org>
6829
6830         * message.el (message-mail): A compose-mail function should
6831         accept headers as strings.
6832
6833 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6834
6835         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6836         Add :vert-only tags.
6837         (message-mail): New arg RETURN-ACTION.
6838         (message-return-action): New var.
6839         (message-bury): Use it.
6840         (message-mode): Make it buffer-local.
6841         (message-send-and-exit): Always call message-bury.
6842
6843         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6844         message-mail.
6845
6846 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6847
6848         * nnimap.el (nnimap-convert-partial-article): Protect against
6849         zero-length body parts.
6850
6851         * mm-decode.el (mm-preferred-alternative-precedence):
6852         Discourage showing empty parts.
6853
6854         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6855         and stuff if the backend didn't return the article number.  This fixes
6856         an Exchange-related nnimap bug.
6857
6858         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6859         group window, because it does the wrong thing when a separate frame
6860         displays the group buffer.
6861
6862         * proto-stream.el (open-protocol-stream): Protect against the low-level
6863         transport functions returning nil.
6864
6865 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6866
6867         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6868         (mml2015-epg-find-usable-secret-key): New function.
6869         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6870         mml2015-epg-find-usable-key (Bug#7797).
6871         (mml2015-epg-encrypt): Ditto.
6872
6873 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6874
6875         * dgnushack.el (rot13-string): Fix the way to get the argument.
6876
6877 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6878
6879         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6880
6881 2011-01-03  Glenn Morris  <rgm@gnu.org>
6882
6883         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6884
6885         * sieve.el (sieve-open-server): Give a more explicit error if
6886         sieve-manage-open returns nil.  (Bug#7720)
6887
6888 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6889
6890         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6891
6892 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6893
6894         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6895         This avoids sending passwords in plain text over non-encrypted
6896         channels.
6897
6898         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6899
6900         * nnimap.el (nnimap-login): Refactored out into own function, and
6901         implement CRAM-MD5.
6902         (nnimap-wait-for-line): Refactored out.
6903
6904         * mm-view.el (mml-smime): Require.
6905
6906 2010-12-20  David Engster  <deng@eml.cc>
6907
6908         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6909         use EPG to decrypt S/MIME messages instead of openssl.
6910
6911 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6912
6913         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6914
6915         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6916         status is the group clearly is unreachable.
6917
6918         * auth-source.el (auth-source-create): Add the optional second
6919         parameter to `local-variable-p' to be compatible with XEmacs.
6920
6921 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6922
6923         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6924         work when using a compressed nnml folder.
6925
6926 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6927
6928         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6929         backends after sanitising on entry, because this never makes sense:
6930         If the articles have gone missing, then the data no longer exists on
6931         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6932         overwrite anything anyway.
6933
6934         * shr.el (shr-insert-document): Bind shr-width dynamically to
6935         window-width if it's nil.
6936
6937 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6938
6939         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6940         with the meaning of using the full emacs window width for rendering.
6941
6942 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6943
6944         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6945         case when sender is not given.
6946
6947 2010-12-23  Julien Danjou  <julien@danjou.info>
6948
6949         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6950         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6951         the addresses, otherwise we might misplaced the gravatar.
6952
6953 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6954
6955         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6956         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6957         obsolete in Emacs.
6958
6959 2010-12-20  Julien Danjou  <julien@danjou.info>
6960
6961         * gnus-util.el (gnus-rescale-image): Revert last change.
6962
6963 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6964
6965         * binhex.el: Improve commentary (Bug#7482).
6966
6967 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6968
6969         * gnus-group.el (gnus-group-delete-articles): New command.
6970
6971 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6972
6973         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6974
6975 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6976
6977         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6978         here, since it's up to the backends to do CRLF removal if their
6979         protocol has it.
6980
6981         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6982
6983 2010-12-17  Julien Danjou  <julien@danjou.info>
6984
6985         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6986         they are from file.  Can also scale up.
6987
6988 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6989
6990         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6991         Restore gnus-use-agent.
6992         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6993
6994         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6995
6996 2010-12-17  Julien Danjou  <julien@danjou.info>
6997
6998         * gravatar.el (gravatar-retrieve-synchronously): New function.
6999         (gravatar-get-data): Make more robust.
7000
7001 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7002
7003         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7004
7005 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7006
7007         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7008         to really consider the last line.
7009
7010 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7011
7012         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7013         list of recipient keys, or use symmetric encryption if not a list.
7014         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7015         EPA override, replacing the call to `netrc-store-data'.
7016
7017 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7018
7019         * gnus-srvr.el: Avoid passing nil regexp argument to
7020         delete-matching-lines.
7021
7022 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7023
7024         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7025         fetching stops when Gnus exits.
7026
7027         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7028         function.
7029         (nnfolder-request-expire-articles): Save all the buffers after doing
7030         expiry.
7031
7032         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7033         the last article", since that led to serious performance regressions
7034         when expiring nnml groups.
7035
7036 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7037
7038         * nnir.el: Improve customizations.
7039
7040 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7041
7042         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7043
7044         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7045         group has been killed.
7046         (gnus-group-yank-group): Ditto.
7047
7048         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7049
7050         * nnimap.el (nnimap-request-update-group-status): New function.
7051
7052         * gnus-int.el (gnus-request-update-group-status): New interface
7053         function.
7054
7055         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7056         copying read-ness to the backends.
7057
7058         * nnimap.el (nnimap-quirk): New function.
7059         (nnimap-retrieve-group-data-early): Use it.
7060         (nnimap-quirks): New alist.
7061
7062 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7063
7064         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7065         don't delete it within indentation.
7066
7067 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7068
7069         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7070         previous line.
7071
7072 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7073
7074         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7075         QRESYNC command by deleting a superfluous space which broke Cyrus
7076         servers.  This change will break other servers that are buggy the other
7077         way around.
7078
7079 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7080
7081         * spam.el: Reindent and fix long lines.
7082         (spam-copy-or-move-routine): Exclude invalid move destinations.
7083
7084 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7085
7086         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7087         installed the registry.
7088
7089 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7090
7091         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7092
7093 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7094
7095         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7096         groupname doesn't contain "gmane".
7097
7098 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7099
7100         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7101         and netrc-bound-and-true-p bindings.
7102         (netrc-parse): Cache the netrc contents.
7103
7104         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7105         (gnus-1): Don't create the nndrafts group twice.
7106         (gnus-setup-news): There's no need to read the active file here, since
7107         that's done again later on a per-backend basis.
7108         (gnus-start-draft-setup): Make sure that the new group is started out
7109         empty.
7110
7111         * gnus-agent.el (gnus-agentize): Don't create the queue group
7112         automatically on startup.  It'll be created later, if needed.
7113
7114         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7115         of automatically subscribed groups.
7116         (gnus-auto-subscribed-categories): New variable.
7117         (gnus-matches-options-n): Use it.
7118         (gnus-default-subscribed-newsgroups): Remove unused variable.
7119         (gnus-start-draft-setup): Message a bit less.
7120
7121 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7122
7123         * nnir.el (nnir-run-imap): Return article list in order of increasing
7124         UID.
7125
7126 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7127
7128         * gnus-sum.el (gnus-summary-enter-digest-group):
7129         Mention gnus-auto-select-on-ephemeral-exit.
7130
7131         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7132         convention of the network-only option.
7133
7134 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7135
7136         * proto-stream.el (proto-stream-open-network-only): New function to
7137         have a way to specify non-STARTTLS upgrade connections.
7138
7139 2010-12-10  Julien Danjou  <julien@danjou.info>
7140
7141         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7142         email address is nil.
7143
7144         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7145
7146 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
7147
7148         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7149         deletion.
7150         (nnir-run-imap): Only need to parse list once.
7151
7152 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7153
7154         * shr.el (shr-tag-script): Ignore <script>.
7155         (shr-tag-label): Add <label> support.
7156
7157 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7158
7159         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7160
7161         * shr.el (shr-image-displayer): Work for images lined side by side.
7162
7163 2010-12-08  Robert Pluim  <rpluim@gmail.com>
7164
7165         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7166         parameter, since XEmacs doesn't accept t as a parameter.
7167
7168 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7169
7170         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7171         ids.
7172         (nnir-run-gmane): Simplify groupspec formatting.
7173         (nnir-request-expire-articles): New function.
7174
7175 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7176
7177         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7178         overflow, possibly.
7179
7180         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7181         (shr-render-td): Handle td style="" better.
7182         (shr-tag-table): Use the color from the style sheet.
7183         (shr-render-td): Make sure we copy over all the overlays, too.
7184
7185 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
7186
7187         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7188         (nnir-request-article): Improve article retrieval.
7189
7190 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * mm-util.el (mm-extra-numeric-entities): New variable.
7193
7194         * mm-url.el (mm-url-decode-entities):
7195         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7196
7197         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
7198
7199 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7200
7201         * message.el: Use completion-at-point.
7202         (message-completion-function): New fun, extracted from message-tab.
7203         (message-mode): Use it for completion-at-point-functions.
7204         (message-tab): Use it and completion-at-point.
7205
7206 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7207
7208         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7209         character if a non-breakable character follows.
7210
7211 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7212
7213         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7214         any stream.
7215
7216         * shr.el (shr-tag-font): Colorize the region.
7217         (shr-tag-body): Ditto.
7218         (shr-tag-font): Actually let the styles be inherited instead of
7219         overwriting them.
7220         (shr-tag-font): Get the background color right.
7221         (shr-tag-style): Ignore all <style> tags for the moment.
7222
7223         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7224         a Message-ID to avoid having nnimap depend on gnus-sum.
7225
7226         * shr.el (shr-descend): Only colorize something if we have a node that
7227         sets colors.
7228
7229 2010-12-06  Julien Danjou  <julien@danjou.info>
7230
7231         * shr.el (shr-render-td): Render td content with shr-descend, so style
7232         will be applied to <td> too.
7233         (shr-colorize-region): Colorize region even if we only have a background.
7234         (shr-tag-body): Fix color and background color inheritance.
7235         Do not recolorize after shr-generic.
7236         (shr-tag-font): Let shr-generic colorize via inheritance.
7237
7238 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7241
7242 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7243
7244         * nnir.el (nnir-request-move-article): Remove obsolete code.
7245
7246 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7249
7250 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7251
7252         * gnus-sum.el (gnus-summary-respool-article): The completion function
7253         expects a list instead of an alist.
7254
7255         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7256         string as the parameter.
7257
7258         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7259
7260         * shr.el (shr-stylesheet): New dynamic variable for cascading the
7261         styles.
7262         (shr-colorize-region): New function.
7263         (shr-insert-background-overlay): Remove.
7264         (shr-render-td): Background setting should be taken care of on a higher
7265         level.
7266         (shr-tag-body): Use post-hoc colorizations.
7267         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7268         (shr-put-color-1): Don't overwrite old colors.
7269         (shr-colorize-region): When the background color isn't explicit, use
7270         a fixed background.
7271
7272         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7273         nnmail variables.
7274
7275 2010-12-05  Bjørn Mork  <bjorn@mork.no>
7276
7277         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7278         unless necessary.
7279
7280 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
7281
7282         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7283         server.
7284
7285 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7286
7287         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7288         so that TAB works.
7289
7290         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7291         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7292
7293         * shr.el (shr-urlify): Show the URL before the title to avoid
7294         misleading URLs.
7295
7296 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
7297
7298         * shr.el (shr-urlify): Display the title in <a> tags.
7299
7300 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
7301
7302         * nnir.el (nnir-categorize): Replace mapcar with mapc.
7303
7304 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
7305
7306         * nnir.el: Rearrange code to allow macros to be autoloaded by
7307         gnus-sum.el.
7308         (nnir-retrieve-headers-override-function): Make this variable
7309         customizable.
7310         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7311
7312         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
7313         from nnir.el.
7314
7315 2010-12-03  Julien Danjou  <julien@danjou.info>
7316
7317         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7318
7319 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7320
7321         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7322         allow optional argument `environment'.
7323
7324 2010-12-03  Glenn Morris  <rgm@gnu.org>
7325
7326         * mm-extern.el (message-goto-body): Update declaration.
7327
7328 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7329
7330         * gnus-util.el (gnus-macroexpand-all): New function.
7331
7332         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7333         instead of macroexpand-all that is unavailable in XEmacs.
7334
7335 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
7336
7337         * nnir.el (nnir-summary-line-format): New variable.
7338         (nnir-mode): Use it.
7339         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
7340         (nnir-article-ids): Reimplement as defsubst.
7341         (nnir-retrieve-headers): Don't mangle the subject header.
7342         (nnir-run-imap): Use 100 as RSV score.
7343         (nnir-run-find-grep): Fix for full server searching.
7344         (nnir-run-gmane): Better restriction to gmane groups.
7345
7346         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7347         summary buffers.
7348
7349 2010-12-02  Julien Danjou  <julien@danjou.info>
7350
7351         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7352
7353         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7354
7355         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7356         support.
7357
7358 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7359
7360         * nnir.el: Update to handle the registry better.
7361         (autoload): Silence byte-compiler.
7362         (nnir-open-server): Add a hook for nnir groups.
7363         (nnir-request-move-article): Don't mangle the header.  Better to use
7364         formatting variables (which will be added in the future).
7365         (nnir-registry-action): Update the registry using the original article
7366         group name.
7367         (nnir-mode): Install nnir-specific hooks for updating the registry.
7368
7369         * gnus-sum.el
7370         (gnus-article-original-subject,gnus-newsgroup-original-name):
7371         Remove obsolete variables.
7372         (gnus-summary-move-article): Remove use of obsolete variables.
7373         (gnus-summary-local-variables): Make move and delete hooks local to
7374         summary buffers.
7375
7376 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7377
7378         * rtree.el: New file.
7379
7380 2010-12-01  Julien Danjou  <julien@danjou.info>
7381
7382         * message.el (message-user-organization): Do not use
7383         gnus-local-organization.
7384
7385         * gnus.el: Remove gnus-local-organization.
7386
7387         * gnus-msg.el: Remove nastygram thing.
7388
7389 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7390
7391         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7392         funcall.
7393
7394 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7395
7396         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7397         names.
7398
7399         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7400         characters.
7401
7402         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7403         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7404         Suggested by Štěpán Němec <stepnem@gmail.com>.
7405         (gnus-gravatar-transform-address): Use mail-extract-address-components
7406         that supports non-ASCII names rather than mail-header-parse-addresses.
7407
7408 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7409
7410         * proto-stream.el (open-protocol-stream): All starttls connections are
7411         handled by the network handler.
7412
7413 2010-11-30  Julien Danjou  <julien@danjou.info>
7414
7415         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7416         (nnimap-open-connection-1): Fix PREAUTH.
7417
7418         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7419
7420 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7421
7422         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7423         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7424         (shr-insert): Use them.
7425         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7426
7427 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7428
7429         * nnir.el (nnir-request-move-article): Bail out if original group
7430         doesn't support article moves.
7431         (nnir-get-active): Improve active list retrieval.
7432
7433 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7434
7435         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7436
7437 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7438
7439         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7440         seem to accept strings-with-numbers as port numbers.
7441
7442 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7443
7444         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7445         change the registry.
7446
7447 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7448
7449         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7450         delete-dups that is not available in XEmacs 21.4.
7451
7452         * mm-util.el (mm-delete-duplicates): Add comment.
7453
7454 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7455
7456         * nnir.el (nnir-ignored-newsgroups): New variable.
7457         (nnir-get-active): Use it.
7458
7459 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7460
7461         * proto-stream.el (proto-stream-open-network): Add some comments.
7462
7463         * nntp.el (nntp-open-connection): Provide a :success condition.
7464
7465         * nnimap.el (nnimap-open-connection-1): Ditto.
7466
7467         * proto-stream.el (proto-stream-open-network): See what the response to
7468         the STARTTLS command is.
7469
7470         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7471         backwards compatibility).
7472         (nnimap-open-connection-1): Really respect nnimap-server-port.
7473
7474         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7475         TLS upgrades we don't really care about the identity of the peer.
7476         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7477         that what we've checked for.
7478         (proto-stream-always-use-starttls): Only default to t if
7479         open-gnutls-stream exists.
7480         (proto-stream-open-network): If STARTTLS failed, then just open a
7481         normal connection.
7482         (proto-stream-open-network): Wait until the greeting before doing
7483         STARTTLS.
7484
7485         * nntp.el (nntp-open-connection): Report what the connection error is.
7486
7487         * proto-stream.el (open-protocol-stream): Rename from
7488         open-proto-stream.
7489
7490 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7491
7492         * nnimap.el (nnimap-stream): Change default to `undecided'.
7493         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7494         first, and then network.
7495         (nnimap-open-connection-1): Respect nnimap-server-port.
7496         (nnimap-open-connection): Be more backwards-compatible.
7497
7498         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7499         (proto-stream-open-starttls): De-duplicate the starttls code.
7500         (proto-stream-open-starttls): Folded back into the main function.
7501         (proto-stream-open-network): Fix typo in the gnutls path.
7502         (proto-stream-command): Refactor out.
7503
7504         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7505
7506         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7507         starttls.el STARTTLS.
7508
7509         * color.el (color-lab->srgb): Fix function call name.
7510
7511         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7512         if we're using tls.el.
7513         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7514         built in, then don't try to establish a STARTTLS connection.
7515
7516         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7517         servers.
7518
7519         * proto-stream.el (open-proto-stream): Use network, not stream.
7520         (open-proto-stream): Add a way to specify what the end of a command is.
7521
7522         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7523         connections types.
7524         (nntp-open-network-stream): Remove.
7525         (nntp-open-ssl-stream): Remove.
7526         (nntp-open-tls-stream): Remove.
7527         (nntp-ssl-program): Remove.
7528
7529         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7530
7531 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7532
7533         * nnir.el: Fix typos.
7534         (nnir-retrieve-headers-override-function): Rename variable to reflect
7535         new semantics.
7536         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7537         macros.
7538         (nnir-request-article, nnir-request-move-article): Use them.
7539         (nnir-categorize): New function.
7540         (nnir-run-query): Use it.
7541         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7542         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7543         sorted.
7544         (nnir-group-full-name): Use gnus-group-full-name instead.
7545         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7546         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7547
7548 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7549
7550         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7551
7552         * proto-stream.el: New library to provide protocol-specific
7553         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7554         protocols.
7555         (open-proto-stream): Complete the documentation.
7556         (proto-stream-open-network): Fix some typos.
7557
7558         * nnimap.el (nnimap-open-connection): Use it.
7559
7560 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7561
7562         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7563         negotiation.
7564
7565 2010-11-26  Julien Danjou  <julien@danjou.info>
7566
7567         * color.el: Rename various rgb functions to srgb.
7568
7569 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7570
7571         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7572         names.
7573
7574 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7575
7576         * shr.el (shr-insert): Revert last change.
7577         (shr-find-fill-point): Never leave point being at bol;
7578         relax the kinsoku limitation when rendering tables.
7579
7580 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7581
7582         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7583         results from -accept-article.
7584
7585         * shr-color.el: Require cl when compiling.
7586
7587         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7588         checkin.
7589
7590         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7591
7592         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7593
7594         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7595         'add and 'delete to set backend marks.
7596
7597         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7598
7599         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7600
7601         * nntp.el (nntp-request-set-mark): Use it.
7602
7603         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7604
7605         * nnml.el (nnml-request-set-mark): Ditto.
7606
7607         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7608         introduces regressions in article selection.
7609         (nnimap-find-uid-response): New function.
7610         (nnimap-request-accept-article): Use the UID returned, if any.
7611         (nnimap-request-move-article): Use the UID returned, if any.
7612         (nnimap-get-groups): Reimplement to work with folded lines.
7613         (nnimap-find-uid-response): The UID is the last element in the list.
7614         (nnimap-request-set-mark): Extend syntax with 'set.
7615
7616         * nnml.el (nnml-request-set-mark): Ditto.
7617
7618         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7619
7620         * nntp.el (nntp-request-set-mark): Ditto.
7621
7622 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7623
7624         * message.el (message-called-interactively-p): A temporary macro.
7625         (message-goto-body): Use it temporarily.
7626
7627 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7628
7629         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7630         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7631         (nnimap-last-response-string): Fix last unfolding fix.
7632
7633 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7634
7635         * shr.el (shr-insert): Fix the way to fold lines.
7636
7637 2010-11-25  Julien Danjou  <julien@danjou.info>
7638
7639         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7640
7641         * color.el: Rename from color-lab.el
7642         (color-rgb->hex): Add.
7643         (color-complement): Add.
7644         (color-complement-hex): Add.
7645
7646         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7647
7648 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7649
7650         * shr-color.el (shr-color-visible): Don't bug out if the color names
7651         don't exist.
7652
7653 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7654
7655         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7656         assuming that article displaying or another mml-preview may be
7657         interrupted for an error or for the like.
7658
7659         * shr.el (shr-get-background): Fix argument name.
7660
7661 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7662
7663         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7664
7665         * gnus-sum.el (gnus-summary-include-articles): New function.
7666
7667         * message.el (message-goto-body): called-interactively-p needs a
7668         parameter, so use `any'.
7669
7670         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7671         clear marks before moving, since they're synced from the Gnus side
7672         first.
7673
7674         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7675         (gnus-summary-move-article): Copy over all marks before moving, so that
7676         IMAP doesn't think a new article has arrived.
7677
7678 2010-11-24  Julien Danjou  <julien@danjou.info>
7679
7680         * shr.el (shr-insert-background-overlay): Fix typo.
7681         (shr-render-td): Copy the background before rendering.
7682
7683         * shr-color.el (shr-color-visible): Fix docstring.
7684
7685         * shr.el (shr-tag-table): Add bgcolor support.
7686         (shr-render-td): Add bgcolor support.
7687         (shr-get-background): Add.
7688         (shr-insert-foreground-overlay): Use shr-get-background.
7689
7690         * message.el (message-goto-body): Use called-interactively-p.
7691         (message-in-body-p): message-goto-body returns point.
7692
7693 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7694
7695         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7696         Fixes something or other in Emacs 23, and is backwards compatible.
7697
7698         * message.el (message-goto-body): Remove the <#secure special-casing,
7699         which is too special.
7700
7701         * shr.el (shr-parse-style): Drop !important from styles.
7702
7703 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7704
7705         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7706         this function to return incorrect results when calling it with an
7707         explicit article argument different from
7708         (gnus-summary-article-number).
7709
7710 2010-11-24  Julien Danjou  <julien@danjou.info>
7711
7712         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7713         (shr-tag-body): Add background support.
7714         (shr-descend): Add background support.
7715         (shr-tag-title): Add.
7716
7717         * shr-color.el (shr-color-visible): Really return original background
7718         if fixed.
7719
7720 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7721
7722         * shr.el (shr-color-check): Protect against non-existent color names.
7723
7724 2010-11-24  Julien Danjou  <julien@danjou.info>
7725
7726         * color-lab.el: Require 'cl when compiling.
7727
7728         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7729
7730         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7731         matched part.
7732
7733         * color-lab.el: Fix all expt calls to use float type.
7734
7735 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7736
7737         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7738         expression to shr-color-check as is.
7739
7740         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7741
7742         * color-lab.el: Add coding cookie.
7743         (float-pi): Use eval-and-compile.
7744
7745         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7746         compiled for Emacsen having no `libxml-parse-html-region' support.
7747
7748 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7749
7750         * shr.el (shr-insert-color-overlay): Split stuff like
7751         "#444444 !important" to find the real color.
7752         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7753         parse <font color="red"> entries.
7754
7755 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7756
7757         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7758         point when parsing headers.
7759
7760         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7761         is positioned properly when parsing headers.
7762
7763 2010-11-23  Julien Danjou  <julien@danjou.info>
7764
7765         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7766
7767         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7768
7769         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7770
7771         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7772         Use shr-color-hue-to-rgb.
7773         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7774
7775 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7776
7777         * shr.el (shr-color->hexadecimal): Autoload.
7778         (shr-descend): Add color to all tags.
7779
7780 2010-11-22  Julien Danjou  <julien@danjou.info>
7781
7782         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7783         shr-color->hexadecimal.
7784
7785         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7786         RGB() or HSL() color representation.
7787
7788         * shr.el (shr-tag-font): Add.
7789         (shr-tag-color-check): New function to get better colors.
7790         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7791         tag-span.
7792
7793         * shr-color.el: New file.
7794
7795         * color-lab.el: New file.
7796
7797         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7798
7799 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7800
7801         * nnir.el: Fix typo in comments.
7802         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7803         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7804
7805 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7806
7807         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7808
7809         * nnimap.el (nnimap-get-capabilities): Refactor out.
7810         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7811
7812 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7813
7814         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7815         appearing when `mm-uu-hide-markers' is nil.
7816
7817 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7818
7819         * nnimap.el (nnimap-unselect-group): Make into its own function.
7820         (nnimap-request-rename-group): Unselect group before renaming.
7821         This had gotten lost somewhere.
7822         (nnimap-request-accept-article): Keep track of examined groups, and
7823         unselect the group before APPENDing to read-only groups.
7824         (nnimap-request-move-article): Clear flags before moving so that they
7825         can be re-set later.
7826
7827 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7830         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7831
7832 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7833
7834         * gnus-art.el (gnus-mime-display-single):
7835         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7836         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7837         parameter.
7838
7839 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7840
7841         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7842         (shr-table-vertical-line): New variable.
7843         (shr-insert-table): Use it.
7844
7845 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7846
7847         * gnus-html.el (gnus-html-wash-images): Don't display images if
7848         gnus-inhibit-images is non-nil; register displayer for cid images.
7849         (gnus-html-display-image): Work for cid image.
7850         (gnus-html-insert-image): Allow arguments.
7851         (gnus-html-put-image): Inhibit read-only.
7852         (gnus-html-prefetch-images): Don't prefetch images if
7853         gnus-inhibit-images is non-nil.
7854
7855 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7856
7857         * shr.el (shr-put-image): Break lines when inserting big pictures.
7858
7859 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7860
7861         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7862         sender, thanks Katsumi Yamaoka.
7863
7864 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7865
7866         * nnir.el (nnir-run-imap): Reverse the article list for each group
7867         rather than the whole list.
7868
7869 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7870
7871         * shr.el (shr-image-displayer): Protect function against non-existent
7872         image source.
7873
7874         * gnus-art.el (gnus-inhibit-images): New user option.
7875         (gnus-mime-display-single): Don't display image if it is non-nil.
7876
7877         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7878         gnus-inhibit-images.
7879
7880         * shr.el (shr-image-displayer): New function.
7881         (shr-tag-img): Use it.
7882
7883 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7884
7885         * mml2015.el (mml2015-epg-sign): Use From header.
7886
7887 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7888
7889         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7890
7891         * gnus-util.el (gnus-find-text-property-region): Return markers.
7892
7893         * shr.el (shr-tag-img): Put a displayer in the text property.
7894
7895         * gnus-util.el (gnus-find-text-property-region): New utility function.
7896
7897         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7898         (gnus-html-show-images): Remove.
7899
7900         * gnus-art.el (gnus-article-show-images): New, more general function.
7901
7902         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7903         image url text properties.
7904
7905         * shr.el: Ditto.
7906
7907         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7908         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7909
7910 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7911
7912         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7913         work for two or more articles.
7914
7915 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7916
7917         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7918         divide an image that's in an html article to two or more when washing
7919         non-ASCII characters in alt text of it.
7920
7921 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7924         smime-decrypt-region using function argument.
7925         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7926
7927         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7928
7929         * smime.el (smime-decrypt-region): Catch it.
7930
7931 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7932
7933         * smime.el (smime-mode-map): Move initialization into declaration.
7934         (gnus-run-mode-hooks): Don't autoload.
7935         (smime-mode): Use define-derived-mode.
7936
7937 2010-11-11  Glenn Morris  <rgm@gnu.org>
7938
7939         * smime.el (from): Restrict declaration to XEmacs.
7940
7941         * nnir.el (gnus-group-topic-name): Autoload.
7942
7943 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7944
7945         * shr.el (shr-insert): Don't break long line if it is because of
7946         kinsoku-bol characters in the line end.
7947
7948 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7949
7950         * nnir.el (nnir-request-move-article): Fix to provide original group
7951         and subject.
7952         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7953         been retrieved.
7954
7955         * gnus-sum.el (gnus-summary-move-article): Use original group and
7956         subject for virtual articles such as those in an nnir summary buffer.
7957
7958 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7959
7960         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7961         least 21.5).
7962
7963         * smime.el (from): Declare it again for XEmacs.
7964
7965 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7966
7967         * message.el (message-resend): Don't disable encoding unless it's
7968         already encoded.
7969
7970         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7971         low-numbered articles.
7972
7973 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7974
7975         * rfc2047.el (rfc2047-syntax-table): Simplify.
7976
7977         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7978
7979         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7980         set-char-table-range for XEmacs.
7981
7982 2010-11-10  Glenn Morris  <rgm@gnu.org>
7983
7984         * time-date.el (time-to-seconds): Always an alias on Emacs,
7985         never a real function.
7986         (with-no-warnings): Remove compat stub, now unused.
7987         (time-less-p): Doc fix.
7988         (time-to-number-of-days): Simplify.
7989
7990         * smime.el (from): Remove unused declaration.
7991
7992         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7993         (gnus-float-time): On Emacs, always an alias.
7994
7995         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7996         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7997
7998 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7999
8000         * dgnushack.el: Don't use ignore-errors in the top level form since it
8001         is unavailable in XEmacs even if cl is loaded.
8002
8003         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8004
8005 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8006
8007         * shr.el (browse-url-mailto): Autoload.
8008
8009         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8010
8011         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8012         regexp doesn't need quoting.
8013
8014 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8015
8016         * message.el (message-subject-trailing-was-ask-regexp)
8017         (message-subject-trailing-was-regexp): Match was: in addition to was.
8018
8019 2010-11-09  Glenn Morris  <rgm@gnu.org>
8020
8021         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8022         (nnbabyl-check-mbox): Use point-at-bol.
8023
8024 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8025
8026         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8027
8028         * message.el (message-mailto): New function.
8029         (message-mailto): Should accept other parameters.
8030         (message-mailto): Remove since it duplicates browse-url-mailto
8031         functionality.
8032
8033 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8034
8035         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8036         methods.
8037         (gnus-read-active-file): Ditto.
8038
8039         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8040         ": " from the prompt.
8041         (gnus-group-make-group): Ditto.
8042
8043 2010-11-07  Glenn Morris  <rgm@gnu.org>
8044
8045         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8046         (gnus-bookmark-kill-line): Use point-at-eol.
8047
8048 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8049
8050         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8051         asterisks in From header.
8052
8053 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8054
8055         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8056         string to avoid making the From headers syntactically invalid.
8057
8058         * message.el (message-send-mail): Don't insert courtesy messages if the
8059         message already has List-Post and List-ID messages.
8060
8061 2010-11-06  Glenn Morris  <rgm@gnu.org>
8062
8063         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8064         `condition', `type', `length' a prefix.
8065         (gnus-treat-predicate): Update for above name changes.
8066
8067 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8068
8069         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8070         binding.  Handled by `gnus-summary-refer-thread' instead.
8071         (nnir-warp-to-article): New backend function.
8072
8073         * nnimap.el (nnimap-request-thread): Force dependency updating.
8074
8075         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8076         (gnus-summary-refer-thread): Rework to improve thread-referral.
8077
8078         * gnus-int.el (gnus-warp-to-article): New function.
8079
8080         * gnus-sum.el (gnus-summary-article-map): Bind it.
8081
8082 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8083
8084         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8085         gnus-summary-refer-thread.
8086
8087         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8088         headers.
8089         (gnus-summary-limit-include-thread): Prevent articles in thread from
8090         being cut in gnus-cut-threads.
8091         (gnus-summary-refer-thread): Limit retrieved headers to those in
8092         thread.
8093
8094 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8095
8096         * message.el (message-send-mail): Use the value of
8097         message-courtesy-message from the message buffer.
8098
8099         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8100
8101         * shr.el (shr-browse-url): Implement mailto: URLs.
8102
8103         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8104         "raw".
8105
8106         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8107         if it's already selected.
8108
8109         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8110
8111 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8112
8113         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8114         to measure the length and truncate alt text.
8115
8116 2010-11-03  Glenn Morris  <rgm@gnu.org>
8117
8118         * nndiary.el (nndiary-generate-nov-databases-1)
8119         (nndiary-generate-active-info): Rename dynamic variable `files' to
8120         something less generic.
8121
8122 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8123
8124         * nnir.el (nnir-request-move-article): Call the underlying backend to
8125         move articles from nnir.
8126
8127 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8128
8129         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8130
8131 2010-11-02  Julien Danjou  <julien@danjou.info>
8132
8133         * nnir.el: Remove wais support.
8134
8135 2010-11-02  Glenn Morris  <rgm@gnu.org>
8136
8137         * gnus-html.el: Reorder requirements to quieten compiler.
8138
8139 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8140
8141         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8142         properly for XEmacs as well.
8143         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8144         (gnus-article-natural-long-line-p): Use window-width rather than
8145         frame-width.
8146
8147 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
8148
8149         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
8150         (nnir-read-parms): Don't modify query.
8151         (nnir-run-query): Add ability to search topic on current line.
8152         (nnir-get-active): Clean up.
8153
8154 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8155
8156         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8157         degenerate articles.
8158
8159         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8160         (gnus-print-buffer): Just print the buffer as is, without any copying
8161         to a buffer and then re-highlighting.
8162
8163         * nnimap.el (nnimap-request-group): Store the new updated info.
8164         (nnimap-request-group): Select the group when we don't know whether it
8165         exists or not.
8166
8167         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8168         groups.
8169
8170         * gnus-group.el (gnus-group-find-new-groups): Display all the new
8171         groups.
8172
8173         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8174         groups.
8175
8176         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8177         long-lines case by only filling the long lines.
8178
8179         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8180         (bug #7311).
8181
8182 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8183
8184         * shr.el: No need to declare `declare-function' since shr.el is for
8185         only Emacsen that provide `libxml-parse-html-region'.
8186
8187         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
8188         effective only in a file it is referred to.
8189
8190 2010-11-01  Glenn Morris  <rgm@gnu.org>
8191
8192         * mm-util.el (gnus-completing-read): Autoload.
8193         (mm-read-coding-system): Simplify Emacs definition.
8194
8195         * nnmail.el (gnus-activate-group):
8196         * nnimap.el (gnutls-negotiate):
8197         * nntp.el (netrc-parse): Fix declarations.
8198
8199 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8200
8201         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8202         string-match-p in Emacs >=23.
8203
8204         * gnus-msg.el (gnus-configure-posting-styles):
8205         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8206
8207 2010-11-01  Glenn Morris  <rgm@gnu.org>
8208
8209         * nnir.el (declare-function): Add compat stub.
8210         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8211         (nnir-run-gmane): Require 'mm-url.
8212
8213         * mm-util.el (mm-string-to-multibyte): Simplify.
8214
8215         * shr.el (declare-function): Add compat stub.
8216         (url-cache-create-filename): Declare.
8217         (mm-disable-multibyte, widget-convert-button): Autoload.
8218
8219         * smime.el (ldap-search): Declare.
8220         (smime-cert-by-ldap-1): Require ldap on Emacs.
8221
8222         * nnimap.el: Require nnmail, and gnus-sum when compiling.
8223         (nnimap-keepalive): Use gnus-float-time.
8224
8225         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8226         (mail-source-delete-crash-box): Use gnus-float-time.
8227
8228         * gnus-dired.el (gnus-completing-read): Autoload.
8229
8230         * mm-view.el (gnus-rescale-image): Autoload.
8231
8232         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8233
8234         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8235
8236         * sieve-manage.el: Require 'cl when compiling.
8237
8238         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8239         (gnus-iswitchb-completing-read): Require iswitchb.
8240         (gnus-select-frame-set-input-focus): Silence compiler.
8241
8242 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8243
8244         * message.el (message-subject-trailing-was-query): Change default to t,
8245         since I think that's what most people want.
8246
8247         * nnimap.el (nnimap-request-accept-article): Erase buffer before
8248         appending for easier debugging.
8249         (nnimap-wait-for-connection): Take a regexp.
8250         (nnimap-request-accept-article): Wait for the continuation line before
8251         sending anything unless we're streaming.
8252
8253         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8254         leave the header washing to take place.
8255
8256 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8257
8258         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8259         regular expression match and replace in posting styles.
8260
8261 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
8262
8263         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
8264         an entire server.
8265         (nnir-get-active): New function.
8266         (nnir-run-imap): Use it.
8267         (nnir-run-gmane): Who knew, gmane search returns an article score!
8268
8269         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8270         server on the current line with nnir.
8271
8272 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8273
8274         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8275         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8276         left edge.
8277         (gnus-article-foldable-buffer): Skip past the prefix when determining
8278         raggedness.
8279
8280         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8281         the raw article, and change `C-u g' to show the article without doing
8282         treatments.
8283
8284         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8285         on to `gnus-treat-article'.
8286         (gnus-inhibit-article-treatments): New variable.
8287
8288         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8289
8290         * gnus-art.el (gnus-treatment-function-alist): Have
8291         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8292         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8293         sections.
8294
8295         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8296         parameter.
8297         (gnus-article-fill-cited-long-lines): New function.
8298         (gnus-article-fill-cited-article): Allow filling only long sections.
8299
8300         * shr.el (shr-find-fill-point): Don't break lines between punctuation
8301         and non-punctuation (like after the apostrophe in "'We").
8302
8303         * gnus-sum.el (gnus-summary-select-article): Make sure
8304         gnus-original-article-buffer is alive.
8305
8306         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8307         reflect the order they're in in the digest.
8308
8309         * gnus.el (gnus-group-startup-message): Move point to the start of the
8310         buffer.
8311
8312         * nnimap.el (nnimap-capability): New function.
8313         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8314         is set.
8315
8316 2010-10-31  David Engster  <dengste@eml.cc>
8317
8318         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8319         conform with changes to gnus-completing-read.
8320
8321 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8322
8323         * shr.el (shr-tag-img): Output "*" instead of "[img]".
8324
8325 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8326
8327         * nnir.el: Move defvar, defcustom around to keep file organized
8328         and keep byte-compiler quiet.
8329         (nnir-read-parms): Accept search-engine as arg.
8330         (nnir-run-query): Pass search-engine as arg.
8331         (nnir-search-engine): Remove.
8332
8333 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8334
8335         * shr.el (shr-generic): The text nodes should be text, not :text.
8336
8337         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8338         later in the file.
8339
8340 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8341
8342         * nnir.el: General clean up.  Allow searching with multiple engines.
8343         Allow separate extra-parameters for each engine.
8344         Batch queries when possible.
8345         (nnir-imap-default-search-key,nnir-method-default-engines):
8346         Add customize interface.
8347         (nnir-run-gmane): New engine.
8348         (nnir-engines): Use it.  Qualify all prompts with engine name.
8349         (nnir-search-engine): Remove global variable.
8350         (nnir-run-hyrex): Restore for now.
8351         (nnir-extra-parms,nnir-search-history): New variables.
8352         (gnus-group-make-nnir-group): Use them.
8353         (nnir-group-server): Remove in favor of gnus-group-server.
8354         (nnir-request-group): Avoid searching twice.
8355         (nnir-sort-groups-by-server): New function.
8356
8357 2010-10-30  Julien Danjou  <julien@danjou.info>
8358
8359         * gnus-group.el: Remove gnus-group-fetch-control.
8360
8361         * gnus-start.el (gnus-find-new-newsgroups):
8362         Remove gnus-check-first-time-used.
8363
8364         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8365
8366 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8367
8368         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8369         set on groups that don't have \* permanentflags.
8370
8371 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8372
8373         * shr.el (shr-tag-span): Drop colorization of regions since we don't
8374         control the background color.
8375         (shr-tag-img): Ignore very small web bug type images.
8376         (shr-put-image): Add help-echo alt texts to the images.
8377         (shr-tag-video): Show the video poster image.
8378
8379 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8380
8381         * shr.el (shr-table-depth): New variable.
8382         (shr-tag-table-1): Only insert the images after the top-level table.
8383
8384         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8385
8386         * gnus-util.el (gnus-list-memq-of-list): New function.
8387
8388         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8389         selected.
8390         (nnimap-unsplittable-articles): New slot.
8391         (nnimap-new-articles): Use it.
8392
8393 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8394
8395         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8396         move to the previous line on `M-g'.
8397
8398 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8399
8400         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8401         *-request-group, which seems unnecessary.
8402
8403         * nnimap.el (nnimap-quote-specials): Function copied over from
8404         imap.el.
8405         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8406         they support that.  Suggested by Tom Regner.
8407
8408 2010-10-29  Julien Danjou  <julien@danjou.info>
8409
8410         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8411         defalias.
8412         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8413
8414         * gnus.el: Remove `gnus-nntp-service' variable.
8415         (gnus-secondary-servers): Make obsolete.
8416         (gnus-nntp-server): Make obsolete.
8417
8418         * gnus-start.el (gnus-1): Remove x-splash calls.
8419
8420         * gnus-ems.el (gnus-x-splash): Remove.
8421
8422         * gnus.el (gnus-group-startup-message): Simplify/update code.
8423
8424         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
8425         definition.
8426
8427         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8428         capability before doing anything.
8429         (gnus-group-insert-group-line): Remove useless
8430         gnus-group-remove-excess-properties.
8431
8432 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8433
8434         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8435
8436 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8437
8438         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8439         config after reselecting.
8440
8441 2010-10-28  Julien Danjou  <julien@danjou.info>
8442
8443         * shr.el (shr-put-image): Use point even if only inserting text.
8444         (shr-put-image): Save excursion when inserting alt text on non-graphic
8445         display, so the behavior is the same when we are on a graphic display.
8446
8447         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8448
8449 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8450
8451         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8452         (gnus-mime-copy-part): Check coding system, not charset.
8453         (gnus-mime-view-part-externally): Never remove part.
8454         (gnus-mime-view-part-internally): Don't remove part here.
8455         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8456         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8457         multipart/alternative.
8458
8459         * mm-decode.el (mm-display-part): Take optional arg `force'.
8460
8461 2010-10-26  Julien Danjou  <julien@danjou.info>
8462
8463         * gnus-group.el (gnus-group-default-list-level): Add this function to
8464         compute the default list level.
8465         (gnus-group-default-list-level): Add possibility to use a function.
8466
8467 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8468
8469         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8470
8471         * gnus-group.el (gnus-group-completing-read)
8472         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8473         gnus-replace-in-string.
8474
8475 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8476
8477         * shr.el (shr-tag-div): Add.
8478
8479         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8480
8481 2010-10-25  Julien Danjou  <julien@danjou.info>
8482
8483         * gnus-util.el: Remove `gnus-with-local-quit'.
8484
8485         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8486
8487 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8488
8489         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8490         the original article buffer.
8491
8492 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8493
8494         * nnimap.el (nnimap-request-head): New function.
8495         (nnimap-request-move-article): Try to be slightly faster by not
8496         requesting the entire message when moving.
8497         (nnimap-transform-headers): Don't bug out on bodiless articles.
8498         (nnimap-send-command): Have no outstanding messages if the IMAP server
8499         doesn't support streaming.
8500         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8501
8502 2010-10-24  Julien Danjou  <julien@danjou.info>
8503
8504         * message.el (message-default-headers): Fix type.
8505
8506 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8507
8508         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8509         prefetching images.
8510
8511         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8512         backend for unknown groups.  This is mainly useful for nnimap groups.
8513
8514         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8515         group isn't covered by the agent.
8516
8517 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8518
8519         * nnir.el (nnir-method-default-engines): New variable.
8520         (nnir-run-query): Use it.
8521         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8522         (gnus-summary-nnir-goto-thread): Change group if needed.
8523
8524         * gnus-group.el (gnus-group-group-map): Add key binding for
8525         gnus-group-make-nnir-group.
8526
8527 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8528
8529         * shr.el (shr-tag-object): Add.
8530
8531         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8532         original article buffer live.
8533         (gnus-summary-select-article-buffer):
8534         Mention gnus-widen-article-buffer.
8535
8536 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8537
8538         * shr.el (shr-tag-strong): Add.
8539
8540 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8541
8542         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8543         group names.  They mess up the group buffer badly.
8544
8545         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8546
8547         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8548         instead of the summary one.
8549
8550 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8551
8552         * mml.el (mml-preview): Work properly when editing article.
8553
8554         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8555         gnus-have-read-active-file if it's already been in.
8556
8557 2010-10-22  Tom Tromey  <tromey@redhat.com>
8558
8559         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8560         gnus-group-completing-read.
8561
8562 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8563
8564         * message.el (message-mode-map): Don't bind M-; to comment region, to
8565         allow the global comment-dwim to work.
8566
8567 2010-10-21  Julien Danjou  <julien@danjou.info>
8568
8569         * message.el (message-setup-1): Allow message-default-headers to be a
8570         function.
8571
8572 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8573
8574         * shr.el (shr-tag-table): Simplify.
8575
8576 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8577
8578         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8579         to avoid trying to snarf invalid stuff.
8580
8581         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8582
8583         * gnus.el (gnus-message-archive-group): Quote value.
8584         (gnus-message-archive-group): Mark as changed.
8585
8586         * shr.el (shr-add-font): Don't put the font properties on the newline
8587         or the indentation.
8588
8589         * message.el (message-fix-before-sending): Change options when sending
8590         non-printable characters.
8591
8592         * gnus.el (gnus-message-archive-method): Change the default to
8593         monthly outgoing groups.
8594
8595         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8596         that have gotten new numbers.
8597
8598         * nnimap.el (nnimap-request-replace-article): New function.
8599
8600 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8601
8602         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8603         (nnrss-request-article): Don't use special html washing code.
8604
8605 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8606
8607         * shr.el (shr-tag-table): Remove useless nconc.
8608
8609 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8610
8611         * gnus-art.el (article-wash-html): Simplify and remove the charset
8612         stuff.  Use the normal html rendering code instead of the special html
8613         washing code.
8614
8615         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8616         `gnus-w3m' symbols.
8617         (mm-text-html-washer-alist): Remove.
8618
8619         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8620         (mm-inline-media-tests): Remove use.
8621         (mm-text-html-renderer): Change default to the `shr' symbol.
8622
8623         * mm-view.el (mm-inline-text-html): Remove use.
8624
8625         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8626         `gnus-blocked-images' to be a function.
8627         (gnus-article-wash-function): Remove.
8628
8629 2010-10-20  Julien Danjou  <julien@danjou.info>
8630
8631         * spam.el (spam-list-of-processors): Mark as obsolete.
8632
8633         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8634         (nnimap-insert-partial-structure): Fix boundary detection.
8635
8636 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8637
8638         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8639         run file-truename on remote files.  This can be expensive and even
8640         prevent one from editing drafts if some unrelated buffer has a stale
8641         connection.
8642
8643 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8646         kinsoku-eol regardless of shr-kinsoku-shorten.
8647         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8648         (shr-tag-table): Support caption, thead, and tfoot.
8649
8650 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8651
8652         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8653         lines.
8654         (shr-save-contents): New command and keystroke.
8655
8656         * nndoc.el (nndoc-type-alist): Add git support.
8657         (nndoc-git-type-p): New function.
8658         (nndoc-transform-git-article): Ditto.
8659         (nndoc-transform-git-headers): Ditto.
8660         (nndoc-transform-git-headers): Generate Subject headers.
8661
8662         * shr.el (shr-parse-style): New function.
8663         (shr-tag-span): Ditto.
8664
8665         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8666         to `G G' to avoid collisions.
8667
8668 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * shr.el: Load kinsoku if necessary.
8671         (shr-kinsoku-shorten): New internal variable.
8672         (shr-find-fill-point): Make kinsoku shorten text line if
8673         shr-kinsoku-shorten is bound to non-nil.
8674         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8675         shr-indentation too when testing if table is wider than frame width.
8676         (shr-insert-table): Use `string-width' instead of `length' to measure
8677         text width.
8678         (shr-insert-table-ruler): Make sure indentation is done at bol.
8679
8680 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8681
8682         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8683         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8684         undecoded network data.
8685
8686 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8687
8688         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8689         name in the mode line spec so that the mode line menu works
8690         (bug #2431).
8691
8692         * message.el (message-get-reply-headers): If we're fed `to-address',
8693         then always use that.
8694
8695         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8696         aren't so wide as to need to switch off the edit menu.
8697
8698         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8699         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8700
8701         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8702         `M-g'.
8703         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8704         the permanent marks.
8705
8706 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8707
8708         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8709         Splitting according to references/in-reply-to obeys the ignore-groups
8710         variable, while splitting by sender and subject do not.
8711
8712 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8713
8714         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8715         alist, so that we can look for non-Unicode chars.
8716         (article-translate-strings): Allow both character and string maps.
8717
8718 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8719
8720         * shr.el (shr-insert): Don't insert space behind a wide character
8721         categorized as kinsoku-bol, or between characters both categorized as
8722         nospace.
8723
8724 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8725
8726         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8727         headers to gnus-newsgroup-headers.
8728
8729 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8730
8731         * shr.el (shr-tag-img): Don't align images -- since we're not
8732         rescaling, this often leads to ugly displays.
8733
8734 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8735
8736         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8737         duplicates.
8738
8739 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8740
8741         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8742         call.
8743
8744 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8745
8746         * gnus.el: Autoload gnus-html-show-images.
8747
8748         * nnimap.el: Use nnheader-message throughout.
8749
8750         * shr.el (shr-tag-img): Ignore images with no data.
8751
8752 2010-10-15  Julien Danjou  <julien@danjou.info>
8753
8754         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8755         a possibility to disable format=flow encoding when using hard newlines.
8756
8757 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * shr.el (shr-insert): Remove space inserted before or after a
8760         breakable character or at the beginning or the end of a line.
8761         (shr-find-fill-point): Do kinsoku; find the second best point or give
8762         it up if there's no breakable point.
8763
8764 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8765
8766         * nnimap.el (nnimap-open-connection): Message when opening connection
8767         for debugging purposes.
8768
8769         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8770         on every setup buffer call to allow this to change from article to
8771         article.
8772
8773         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8774         buffers where we have a wide table.
8775
8776 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8777
8778         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8779         uses *-request-thread.
8780
8781 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8782
8783         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8784         incantation, which is no longer valid.
8785
8786 2010-10-14  Julien Danjou  <julien@danjou.info>
8787
8788         * shr.el: Fix defcustom type (char -> character).
8789
8790 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8791
8792         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8793         programs.
8794
8795 2010-10-14  Julien Danjou  <julien@danjou.info>
8796
8797         * shr.el (shr-tag-a): Use url-link as widget type.
8798
8799         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8800         `gnus-group-get-icon'.
8801
8802 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8803
8804         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8805         This should make server editing work better.
8806
8807         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8808
8809         * tls.el (tls-program): Remove spurious %s from openssl.
8810
8811         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8812         (nnimap-parse-flags): Fix regexp.
8813
8814         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8815         probably work for CJVK text, too.
8816
8817         * nnimap.el (nnimap-extend-tls-programs): Remove.
8818         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8819
8820         * tls.el (tls-starttls-switches): Remove starttls hack.
8821         (open-tls-stream): Ditto.
8822         (tls-find-starttls-argument): Ditto.
8823
8824 2010-10-13  Julien Danjou  <julien@danjou.info>
8825
8826         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8827         responses.
8828
8829 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8830
8831         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8832
8833         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8834         anything in Emacs.
8835
8836         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8837
8838 2010-10-13  Julien Danjou  <julien@danjou.info>
8839
8840         * shr.el (shr-width): Make shr-width a defcustom with default to
8841         fill-column.
8842         (shr-tag-img): Use shr-width rather than fill-column.
8843
8844 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8845
8846         * dgnushack.el (byte-optimize-apply):
8847         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8848
8849         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8850         position when (X-)Faces exist.
8851         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8852         avatars when called interactively.
8853
8854 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8855
8856         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8857         gnus-article-x-face-too-ugly is bound.
8858
8859 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8860
8861         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8862
8863         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8864         mailbox that doesn't exist.
8865
8866 2010-10-12  Julien Danjou  <julien@danjou.info>
8867
8868         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8869         (shr-get-image-data): Encode URL properly when fetching from cache.
8870         (shr-tag-img): Use aligned-to spaces to align correctly images.
8871
8872         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8873         before inserting the Gravatar.
8874
8875         * shr.el (shr-tag-img): Add align attribute support for <img>.
8876
8877 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8878
8879         * gnus-gravatar.el (gnus-art): Require.
8880
8881         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8882         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8883         Remove long obsoleted functions.
8884
8885 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8886
8887         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8888
8889         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8890
8891         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8892         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8893         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8894         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8895         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8896         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8897         * sieve-manage.el, smime.el, spam.el:
8898         Fix comment for declare-function.
8899
8900 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8901
8902         * nnimap.el (nnimap-request-rename-group): Select group read-only
8903         before renaming it.
8904
8905         * shr.el (shr-insert): Fix up the white space only regexp.
8906
8907         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8908         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8909
8910         * shr.el (shr-current-column): New function.
8911         (shr-find-fill-point): New function.
8912
8913 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8914
8915         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8916         numbers.
8917
8918 2010-10-11  Julien Danjou  <julien@danjou.info>
8919
8920         * shr.el (shr-hr-line): Add.
8921         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8922         display hr lines.
8923         (shr-max-columns): Do not change state to nil if we just inserting
8924         spaces.
8925
8926 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8927
8928         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8929         select the last group.
8930
8931 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8932
8933         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8934
8935 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8936
8937         * dig.el (dig-mode-map): Declare and define in one step.
8938
8939 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8940
8941         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8942         for Gnus.
8943         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8944         (nnimap-update-qresync-info): Mark \Seen articles as read.
8945
8946         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8947         non-variable, too.
8948
8949         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8950         available.
8951         (nnimap-update-info): Rely more on the current active than the param
8952         active to avoid marking articles as read too much.
8953
8954         * auth-source.el (auth-source-create): Use (user-login-name) for the
8955         user name default.
8956
8957         * nnimap.el (nnimap-update-info): If the server doesn't return any
8958         useful info, just use the previous info.
8959         (nnimap-update-info): Prefer old info over start-article.
8960         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8961
8962 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8963
8964         * nnir.el (autoload): Clean up autoloads.
8965         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8966         Use key rather than value.
8967         (nnir-imap-search-other): New variable.
8968         (nnir-read-parm): Use it.
8969         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8970         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8971
8972 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8973
8974         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8975         the process, too.
8976
8977 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8978
8979         * spam.el (gnus-summary-mode-map): Bind to "$".
8980         Suggested by Russ Allbery.
8981
8982         * shr.el: Rework the way things are indented by <li> slightly.
8983
8984         * gnus.el (gnus-group-set-parameter): Fix typo.
8985
8986         * nnimap.el: Start implementing QRESYNC support.
8987
8988 2010-10-09  Julien Danjou  <julien@danjou.info>
8989
8990         * nnir.el (nnir-engines): Fix too many arguments.
8991
8992 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8993
8994         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8995         group is the "last", so that the backends like nnfolder actually save
8996         their folders.
8997
8998         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8999         try to use that for the tls stream.
9000         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9001         UIDVALIDITY and find out which groups are read-only and not.
9002         (nnimap-get-flags): Use the same marks parsing code as the rest of
9003         nnimap.
9004
9005 2010-10-09  Julien Danjou  <julien@danjou.info>
9006
9007         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9008
9009         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9010         retrieving gravatars.
9011
9012         * shr.el (shr-table-corner): Add.
9013         (shr-table-line): Add.
9014         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9015
9016 2010-10-08  Julien Danjou  <julien@danjou.info>
9017
9018         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9019
9020 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9021
9022         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9023
9024         * gnus-sum.el (gnus-mark-article-as-unread)
9025         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9026         (gnus-summary-set-bookmark): Use it.
9027
9028         * gnus-msg.el (gnus-setup-message): Use it.
9029
9030         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9031
9032         * gnus.el (gnus-group-remove-parameter): Use it.
9033
9034         * gnus-group.el (gnus-group-make-web-group): Use it.
9035
9036         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9037
9038         * nnregistry.el: Update docs to mention manual.
9039
9040         * gnus-registry.el: Update docs to mention nnregistry.el.
9041         (gnus-registry-initialize): Don't install nnregistry refer method
9042         automatically.
9043         (gnus-registry-install-nnregistry): Remove it.
9044
9045 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9046
9047         * shr.el (shr-insert): Don't insert double spaces.
9048
9049 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9050
9051         * gnus-gravatar.el (gnus-treat-from-gravatar)
9052         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9053         called interactively.
9054
9055         * gnus-art.el (gnus-mime-view-part-externally)
9056         (gnus-mime-view-part-internally): Make predicate function passed to
9057         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9058         of a mime type.
9059
9060         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9061
9062 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9063
9064         * shr.el (require): Require cl when compiling.
9065         (shr-tag-hr): New function.
9066
9067         * nnimap.el (nnimap-update-info): Remove double setting of high.
9068         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9069         This makes nnimap work properly on Courier again.
9070
9071         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9072         the variable for backwards compatibility.
9073
9074         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9075         the file name before using to avoid setting mm-default-directory to
9076         nil.
9077
9078         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9079         bidning gnus-agent variables.
9080
9081         * shr.el (shr-render-td): Use a cache for the table rendering function
9082         to avoid getting an exponential rendering behavior in nested tables.
9083         (shr-insert): Rework the line-breaking algorithm.
9084         (shr-insert): Don't leave trailing spaces.
9085         (shr-insert-table): Also insert empty TDs.
9086         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9087
9088 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9089
9090         * gnus-sum.el (gnus-number): Rename from `number'.
9091         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9092         (gnus-summary-limit-children): Update uses correspondingly.
9093
9094 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9095
9096         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9097         (gnus-gravatar-transform-address): Don't show avatars of people of
9098         which mail addresses match gnus-gravatar-too-ugly.
9099
9100 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9101
9102         * shr.el (shr-table-widths): Expand TD elements to fill available
9103         space.
9104
9105 2010-10-07  Julien Danjou  <julien@danjou.info>
9106
9107         * nnimap.el (nnimap-request-rename-group): Add this method.
9108
9109 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9110
9111         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9112         name from XEmacs' function-arglist.
9113
9114         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9115         gravatar under XEmacs.
9116
9117 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9118
9119         * auth-source.el: Update docs with TODO items.
9120
9121         * gnus-sync.el: Update docs to explain state and plans.
9122
9123         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9124         Hooks for mark updates.
9125         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9126
9127         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9128         hooks with arguments, which is needed for mark update hooks.
9129
9130 2010-10-06  Julien Danjou  <julien@danjou.info>
9131
9132         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9133         was matched.
9134
9135         * sieve-manage.el: Update example in `Commentary'.
9136
9137         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9138
9139         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9140         not 2000.
9141         (sieve-manage-authenticate): Re-add function.
9142
9143 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9144
9145         * shr.el (shr-insert): Get 'space transition right.
9146         (shr-render-td): Only delete space at the end of the TD.
9147
9148         * nnimap.el (nnimap-open-connection): Prepare to support
9149         open-gnutls-stream.
9150
9151         * shr.el: Rearrange function order to be more logical.
9152
9153 2010-10-06  Julien Danjou  <julien@danjou.info>
9154
9155         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9156         (nnrss-discover-feed): Remove 404 URL in docstring.
9157
9158         * nnir.el: Fix Swish-E URL.
9159         Fix Namazu URL.
9160
9161         * message.el (message-change-subject): Remove 404 URL in a comment.
9162
9163 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9164
9165         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9166         called interactively.
9167
9168         * gnus-util.el (gnus-remove-if): Allow hash table.
9169         (gnus-remove-if-not): New function.
9170
9171         * gnus-art.el (gnus-mime-view-part-as-type):
9172         * gnus-score.el (gnus-summary-score-effect):
9173         * gnus-sum.el (gnus-read-move-group-name):
9174         Replace remove-if-not with gnus-remove-if-not.
9175
9176         * gnus-group.el (gnus-group-completing-read):
9177         Regard collection as a hash table if it is not a list.
9178
9179 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9180
9181         * shr.el (shr-render-td): Allow blank/missing <TD>s.
9182
9183         * shr.el: Document the table-rendering algorithm.
9184
9185 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9186
9187         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
9188         for Emacsen having no `libxml-parse-html-region' support.
9189
9190 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9191
9192         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9193         invalid URLs.
9194
9195         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9196         line-broken.
9197         (shr-tag-img): Ignore image fetching errors.
9198         (shr-overlays-in-region): Compute overlay positions correctly.
9199
9200         * mm-decode.el (mm-shr): Require shr.
9201
9202         * gnus-art.el (gnus-blocked-images): Move variable here.
9203
9204         * shr.el (shr-insert-table): Bind free variable.
9205
9206         * mm-decode.el (mm-shr): Bind shr-content-function.
9207
9208         * shr.el (shr-content-function): New variable.
9209
9210         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9211         added for symmetry.
9212
9213         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9214
9215         * gnus-group.el (gnus-group-make-group): Doc fix.
9216
9217         * nnimap.el (nnimap-request-newgroups): Return success.
9218
9219         * shr.el (shr-find-elements): New function.
9220         (shr-tag-table): Put all the images after the table.
9221         (shr-tag-table): Really inhibit images inside the table.
9222         (shr-collect-overlays): Copy over overlays from the TD elements to the
9223         main document.
9224
9225         * mm-decode.el (mm-shr): Bind shr-blocked-images to
9226         gnus-blocked-images.
9227
9228 2010-10-05  Julien Danjou  <julien@danjou.info>
9229
9230         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9231
9232         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9233         (gnus-html-maximum-image-size): Add this function.
9234         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9235
9236         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9237         server-value of the capability is nil.
9238
9239 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9240
9241         * shr.el (shr-tag-em): Add <EM> tag.
9242
9243 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9244
9245         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9246         customizable.
9247
9248         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9249         handing broken links to browse-url.
9250
9251 2010-10-05  Julien Danjou  <julien@danjou.info>
9252
9253         * gnus-util.el (gnus-emacs-completing-read)
9254         (gnus-iswitchb-completing-read): Use autoload rather than require.
9255
9256 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9257
9258         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
9259         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
9260         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
9261         iswitchb-temp-buflist for XEmacs.
9262
9263         * gnus-util.el (gnus-completing-read-function): Exclude
9264         gnus-icompleting-read and gnus-ido-completing-read from candidates for
9265         XEmacs since iswitchb.el is very old and ido.el is unavailable in
9266         XEmacs.
9267
9268         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9269         not to use `delete-dups' that is unavailable in XEmacs 21.4.
9270
9271         * gnus-html.el: Don't require help-fns under XEmacs.
9272         (gnus-html-schedule-image-fetching): Work for XEmacs.
9273
9274         * mm-decode.el (mm-shr): Decode contents by charset.
9275
9276 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9277
9278         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9279         unknown.
9280
9281         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9282         (shr-get-image-data): Ensure against the cache file missing.
9283
9284         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9285         for data.
9286
9287         * spam-report.el (spam-report-url-ping-plain): Don't query about
9288         killing the process.
9289
9290         * shr.el (shr-render-td): Protect against too-wide text.
9291
9292 2010-10-04  Julien Danjou  <julien@danjou.info>
9293
9294         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9295         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9296
9297         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9298         retrieved.
9299
9300 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9301
9302         * shr.el (browse-url): Require.
9303         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9304         lines.
9305         (shr-show-alt-text, shr-browse-image): New commands.
9306         (shr-browse-url, shr-copy-url): New commands.
9307
9308         * gnus-sum.el (gnus-widen-article-window): New variable.
9309         (gnus-summary-select-article-buffer): Use it.
9310
9311         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9312         without @ signs.
9313
9314 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9315
9316         * nnir.el (nnir-run-imap): Remove spurious space in search string.
9317
9318 2010-10-04  Julien Danjou  <julien@danjou.info>
9319
9320         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9321         for XEmacs.
9322
9323 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9324
9325         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9326
9327         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9328         (nnimap-close-server): Implement.
9329
9330         * dgnushack.el (iswitchb): Require to shut up the compiler.
9331
9332         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9333         (shr-insert): Tweak line breaking.
9334         (shr-insert): Handle <pre> better.
9335         (shr-tag-li): Get <li> indentation right.
9336         (shr-tag-li): Get <li> indentation even righter.
9337         (shr-tag-blockquote): Ensure paragraph start.
9338         (shr-make-table): Tweak table generation.
9339         (shr-make-table): Fix typo.
9340
9341         * shr.el: Implement table rendering.
9342
9343 2010-10-04  Julien Danjou  <julien@danjou.info>
9344
9345         * gnus-html.el (gnus-html-put-image): Fix resize image code.
9346
9347 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9348
9349         * shr.el (shr-insert): Use string anchors instead of line anchors.
9350
9351 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9352
9353         * shr.el: Add headings.
9354         (shr-ensure-paragraph): Actually work.
9355         (shr-tag-li): Make <ul> prettier.
9356         (shr-insert): Get white space at the beginning/end of elements right.
9357         (shr-tag-p): Collapse subsequent <p>s.
9358         (shr-ensure-paragraph): Don't insert double line feeds after blank
9359         lines.
9360         (shr-insert): \t is also space.
9361         (shr-tag-s): Fix "s" tag name function.
9362         (shr-tag-s): Fix face prop name.
9363
9364 2010-10-03  Julien Danjou  <julien@danjou.info>
9365
9366         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9367
9368         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9369         gnus-window-inside-pixel-edges.
9370
9371         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9372         gnus-ems.
9373
9374         * mm-view.el (mm-inline-image-emacs): Support image resizing.
9375
9376         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9377         function.
9378
9379         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9380         resize choice.
9381
9382 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9383
9384         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9385         beginning of the buffer.
9386
9387         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9388         article buffer again.
9389
9390         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9391
9392         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9393         when it's at the start of the buffer.
9394
9395         * shr.el (shr-tag-blockquote): Convert name.
9396         (shr-rescale-image): Use the right image-size variant.
9397
9398         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9399         buffer isn't shown, then select the current article first instead of
9400         bugging out.
9401         (gnus-summary-select-article-buffer): Show both the article and summary
9402         buffers again.
9403
9404         * shr.el (shr-fontize-cont): Protect against regions with no text.
9405         Rename tag functions to shr-tag-* for enhanced security.
9406         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9407
9408 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9409
9410         * shr.el (shr-insert):
9411         * pop3.el (pop3-movemail):
9412         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9413         loaded.
9414
9415 2010-10-03  Glenn Morris  <rgm@gnu.org>
9416
9417         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9418
9419         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9420
9421         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9422
9423         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9424
9425         * gnus-util.el (gnus-make-local-hook): Simplify.
9426
9427 2010-10-02  Julien Danjou  <julien@danjou.info>
9428
9429         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9430         (gnus-ido-completing-read): New function.
9431         (gnus-emacs-completing-read): New function.
9432         (gnus-completing-read): Use gnus-completing-read-function.
9433         Add gnus-completing-read-function.
9434
9435 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9436
9437         * shr.el (shr-insert-document): Autoload.
9438         (shr-img): Be silent.
9439         (shr-insert): Add a newline after every picture before text.
9440         (shr-add-font): Use overlays for combining faces.
9441         (shr-insert): Pass upwards the text start point.
9442
9443         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9444         possible.
9445         (mm-shr): New function.
9446
9447 2010-10-02  Julien Danjou  <julien@danjou.info>
9448
9449         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9450         should go backward.
9451
9452 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9453
9454         * shr.el (shr): Fix typo in provide call.
9455
9456 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9457
9458         * shr.el: New file.
9459
9460         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9461
9462         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9463         completing read.
9464
9465 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9466
9467         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9468         we're being queried about.  Suggested by Dan Jacobson.
9469
9470         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9471         Suggested by Jason Eisner.
9472
9473         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9474         table, too.  Suggested by Stefan Wiens.
9475         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9476         the table unnecessary.  Suggested by Stefan Wiens.
9477
9478         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9479         longer needed, and probably doesn't work either, as pointed out by
9480         Stefan Wiens.
9481         (gnus-summary-exit): Remove call to the clearing function.
9482         (gnus-summary-exit-no-update): Ditto.
9483
9484         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9485         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9486         Reported by Stefan Monnier.
9487         (gnus-summary-save-in-rmail): Ditto.
9488
9489         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9490         article buffer, instead of both the article buffer and the summary
9491         buffer.  Sort of suggested by Dan Jacobson.
9492
9493         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9494
9495         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9496         Suggested by Dan Jacobson.
9497
9498         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9499         documentation clearer.
9500
9501         * message.el (message-shorten-references): Comment on the number "21".
9502         Suggested by Stefan Monnier.
9503
9504         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9505         Suggested by Dan Jacobson.
9506
9507         * gnus.el (gnus-large-newsgroup):
9508         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9509
9510         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9511         externalize attachments.  Bug reported by Steve Wen.
9512
9513         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9514         really message anything to the user.
9515
9516         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9517         directly.
9518
9519         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9520         messages in empty groups.
9521
9522 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9523
9524         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9525         non-UIDNEXT group.
9526
9527 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9528
9529         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9530         not the value from the collection.
9531
9532         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9533         values.  This sometimes happens on some groups that have no info.
9534         (nnimap-request-newgroups): New function.
9535
9536 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9537
9538         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9539         check into `gnus-registry-initialize'.
9540         (gnus-registry-initialize): Ditto.
9541         Fix and extend header docs.
9542
9543 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9544
9545         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9546         regexp backtrace overflows.
9547
9548         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9549         for starttls that tls.el implements; i.e. openssl.
9550
9551         * tls.el (tls-starttls-switches): Give up on using starttls with
9552         gnutls-cli.
9553         (tls-program): Add --insecure to be consistent with the defaults from
9554         openssl s_client.  Now all three commands are insecure.
9555
9556 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9557
9558         * lpath.el: Bind completion-styles-alist for XEmacs.
9559
9560         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9561         (gravatar-create-image): New function that's an alias to
9562         gnus-xmas-create-image, gnus-create-image, or create-image.
9563         (gravatar-data->image): Use it.
9564
9565 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9566
9567         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9568         install the nnregistry refer method.
9569         (gnus-registry-install-hooks): Use it.
9570         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9571         unfollowed groups.
9572
9573 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9574
9575         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9576         expanding threads.
9577
9578 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9579
9580         * nnir.el: Use the server names without suffixes (bug #7009).
9581
9582         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9583         unencrypted to STARTTLS, if possible.
9584
9585 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9586
9587         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9588         headers before superseding.
9589
9590 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9591
9592         * nnrss.el (nnrss-use-local): Add documentation.
9593
9594         * nnimap.el (nnimap-extend-tls-programs): New function.
9595         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9596         (nnimap-wait-for-connection): Accept the greeting from the stupid
9597         output from openssl s_client -starttls, too.
9598
9599         * tls.el (tls-starttls-switches): New variable.
9600         (tls-find-starttls-argument): Use it.
9601         (open-tls-stream): Ditto.
9602
9603         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9604         (netrc-machine): Ditto.
9605
9606         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9607         article number.
9608         (nnimap-split-fancy): New variable.
9609         (nnimap-split-incoming-mail): Use it.
9610
9611         * nntp.el (nntp-server-list-active-group): Document.
9612
9613         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9614         SELECT to get the message-id.
9615
9616         * mail-source.el (mail-sources): Remove webmail support.
9617         (defvar): Ditto.
9618         (mail-source-fetcher-alist): Ditto.
9619         (mail-source-fetch-webmail): Remove.
9620
9621         * webmail.el: Remove -- doesn't seem relevant any more.
9622
9623         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9624
9625         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9626         the \r.
9627
9628 2010-09-30  Julien Danjou  <julien@danjou.info>
9629
9630         * gnus-agent.el (gnus-agent-add-group): Fix call to
9631         gnus-completing-read.
9632
9633 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9634
9635         * nndoc.el (nndoc-retrieve-groups): New function.
9636
9637         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9638         `default', use nnmail-split-methods.
9639         (nnimap-request-article): Downcase the NILs so that they are nil.
9640
9641         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9642         symbol.
9643
9644         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9645         code, since if the user has requested network, that's what they ought
9646         to get.
9647         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9648         (nnimap-split-rule): Mark as obsolete.
9649
9650         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9651         New variable.
9652
9653         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9654         correct slot, too.
9655
9656 2010-09-29  Julien Danjou  <julien@danjou.info>
9657
9658         * gnus.el (gnus-local-domain): Declare variable obsolete.
9659
9660         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9661         Fix history computing.
9662         (gnus-ido-completing-read): Require ido.
9663
9664 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9665
9666         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9667         build Gnus.
9668
9669         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9670         when interpreting the structures.
9671         (nnimap-request-accept-article): Add \r\n to the lines to make this
9672         work with Cyrus.
9673
9674         * nndraft.el (nndraft-request-expire-articles): Use the group name
9675         instead if "nndraft".  Fix found by Nils Ackermann.
9676
9677 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
9678
9679         * nnregistry.el: Add.
9680
9681 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9682
9683         * nnmail.el (group, group-art-list, group-art):
9684         Remove unneeded directives.
9685
9686 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9687
9688         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9689         (mm-mime-charset):
9690         * rfc2047.el (rfc2047-syntax-table):
9691         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9692
9693         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9694         rather than `insert-file-contents' and `eval-region'.
9695
9696         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9697         construction.
9698
9699         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9700
9701         * time-date.el: No need to require cl for Emacs 21.
9702
9703 2010-09-29  Julien Danjou  <julien@danjou.info>
9704
9705         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9706         replacement of `gnus-gravatar-relief' to mimic
9707         `gnus-faces-properties-alist'.
9708         Add :version property.
9709
9710 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9711
9712         * mail-source.el (mail-source-report-new-mail):
9713         * message.el (message-default-mail-headers):
9714         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9715
9716         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9717
9718 2010-09-28  Julien Danjou  <julien@danjou.info>
9719
9720         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9721         mail-address contains the same string as real-name.
9722
9723         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9724         non-blank in header, otherwise it'll get stripped.
9725
9726         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9727         real-name, and then for mail address rather than doing : or , search.
9728
9729 2010-09-27  Julien Danjou  <julien@danjou.info>
9730
9731         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9732         right completing-read function.
9733         (gnus-use-ido): New variable
9734         (gnus-completing-read-with-default): Remove.
9735         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9736         (gnus-agent-add-group):
9737         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9738         * mm-view.el (mm-view-pkcs7-decrypt):
9739         * mm-util.el (mm-codepage-setup):
9740         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9741         * mml-smime.el (mml-smime-openssl-sign-query):
9742         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9743         (mml-insert-multipart):
9744         * gnus-msg.el (gnus-summary-yank-message):
9745         * gnus-int.el (gnus-start-news-server):
9746         * mm-decode.el (mm-interactively-view-part):
9747         * gnus-dired.el (gnus-dired-attach):
9748         * gnus.el (gnus-read-method):
9749         * gnus-bookmark.el (gnus-bookmark-jump):
9750         * gnus-art.el (gnus-mime-view-part-as-type)
9751         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9752         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9753         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9754         * nnmairix.el (nnmairix-create-server-and-default-group)
9755         (nnmairix-update-groups, nnmairix-get-server)
9756         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9757         (nnmairix-get-group-from-file-path):
9758         * nnrss.el (nnrss-find-rss-via-syndic8):
9759         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9760         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9761         (gnus-group-browse-foreign-server):
9762         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9763         (gnus-summary-execute-command, gnus-summary-respool-article)
9764         (gnus-read-move-group-name):
9765         * gnus-score.el (gnus-summary-increase-score)
9766         (gnus-summary-score-effect):
9767         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9768
9769 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9770
9771         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9772         x-focus-frame.
9773
9774         * nnimap.el (auth-source-forget-user-or-password)
9775         (auth-source-user-or-password): Autoload.
9776
9777         * message.el (message-from-style, message-interactive)
9778         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9779         (message-yank-prefix, message-indentation-spaces, message-signature)
9780         (message-signature-file): Add comment.
9781
9782 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9783
9784         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9785         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9786         new articles.
9787
9788         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9789         parts.
9790         (nnimap-request-article): Work with the t setting, too.
9791
9792         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9793         that you don't get flashes of other buffers.
9794         (gnus-summary-show-complete-article): Intern before setting.
9795
9796 2010-09-27  David Engster  <dengste@eml.cc>
9797
9798         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9799         well as HEADERS.
9800         (nnmairix-retrieve-headers): Provide new argument for the above.
9801
9802 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9803
9804         * gnus-sum.el (gnus-summary-move-article): Don't alter
9805         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9806         group.
9807
9808         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9809
9810         * message.el (message-cite-prefix-regexp): Revert my last edit.
9811
9812         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9813         variable instead of the Gnus variable.
9814
9815         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9816
9817         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9818
9819         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9820         since some servers don't like it.
9821         (nnimap-open-connection): Forget credentials if the server says the
9822         password was wrong.
9823         (nnimap-parse-line): Protect against invalid data.
9824
9825         * gnus-sum.el (gnus-summary-move-article): Add comment.
9826         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9827         nothing alters it while scanning for new messages.
9828
9829         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9830         which may or may not help.
9831         (nnimap-open-connection): If we're doing a stream connection, and then
9832         discover we're on a STARTTLS-capable server, then open a STARTTLS
9833         connection instead.
9834
9835 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9836
9837         * nnimap.el (utf7): Require.
9838
9839         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9840         prefix.
9841
9842 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9843
9844         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9845
9846 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9847
9848         * nnimap.el (nnimap-request-accept-article): Message the error on
9849         error.
9850
9851 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9854
9855 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9856
9857         * nndoc.el (nndoc-request-list): Return success always.
9858
9859         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9860         `fetch-old' -- we only want to fetch the articles we've requested.
9861         The rest are in the agent, probably.
9862         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9863         disappeared server" to something low.  It's not important.
9864
9865         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9866         arrived before the FETCH data.
9867
9868         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9869         target here, because we don't know the Gnus name of the group.
9870
9871         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9872         for the correct group.
9873
9874         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9875
9876         * gnus.el (gnus): Give a final warning after startup.
9877
9878         * gnus-util.el (gnus-action-message-log): New variable.
9879         (gnus-message): Use it.
9880         (gnus-final-warning): New function.
9881
9882         * nnimap.el (nnimap-open-connection): Record the greeting.
9883         (nnimap): Add greeting.
9884
9885 2010-09-26  Julien Danjou  <julien@danjou.info>
9886
9887         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9888         arguments.
9889         (gnus-html-wash-images): Fix spec computing to include start/end.
9890
9891         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9892
9893 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9894
9895         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9896         deletion.
9897         (nnimap-retrieve-headers): Don't select the group, because that's
9898         already done by nnimap-possibly-change-group.
9899
9900         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9901         (gnus-picon-transform-address): Use it.
9902
9903         * mail-source.el (mail-source-value): Revert previous patch.
9904
9905         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9906         on failure.
9907         (nnimap-open-connection): Look up both virtual and physical server name
9908         credentials.
9909
9910         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9911
9912 2009-02-07  Dave Love  <fx@gnu.org>
9913
9914         * tls.el (open-tls-stream): Don't query killing process.
9915
9916 2009-02-08  Dave Love  <fx@gnu.org>
9917
9918         * gnus-win.el (gnus-window-to-buffer-helper)
9919         (gnus-all-windows-visible-p): Function needn't be a symbol.
9920
9921         * mail-source.el (mail-source-value): Function needn't be a symbol.
9922
9923 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9924
9925         * message.el (message-cite-prefix-regexp): Remove } from the cite
9926         prefix.
9927
9928         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9929         highlight again, so that the highlight is correct.
9930
9931         * gnus-picon.el (gnus-picon): Remove again.
9932         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9933
9934         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9935         doing the header highlightling, so that the background color of the
9936         picon is correct.
9937
9938         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9939         (gnus-picon): Ditto.
9940         (gnus-picon): Reinstate.  The background color for picons is white.
9941         (gnus-picon-insert-glyph): Make the background white.
9942
9943         * nnml.el (nnml-open-nov): Don't return dead buffers.
9944
9945         * auth-source.el (auth-source-create): Query the user for whether to
9946         store the credentials.
9947
9948         * netrc.el (netrc-store-data): New function.
9949
9950         * auth-source.el (auth-source-user-or-password): Use the existing auth
9951         sources, if any, for creation.
9952
9953         * gnus.el (gnus-group-fast-parameter): Return the last matching
9954         parameter instead of the first matching parameter.
9955
9956 2010-09-26  Julien Danjou  <julien@danjou.info>
9957
9958         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9959
9960 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9961
9962         * mml2015.el (mml2015-use): Remove gpg support.
9963
9964         * mml1991.el (mml1991-function-alist): Remove gpg function.
9965         (mml1991-gpg-sign): Remove.
9966
9967 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9968
9969         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9970         (gnus-browse-unsubscribe-current-group): Document it.
9971         (gnus-browse-unsubscribe-group): Use it.
9972
9973 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9974
9975         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9976         address to the To list for easier response.
9977
9978         * gnus.el (gnus-play-startup-jingle): Remove.
9979         (gnus-splash): Don't play jingle.
9980         (gnus): Silence gnus-load message.
9981
9982         * gnus-art.el (gnus-treat-play-sounds): Remove.
9983
9984         * gnus.el (gnus-play-jingle): Remove audio support.
9985
9986         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9987
9988         * earcon.el: Remove -- no users.
9989
9990         * gnus-audio.el: Remove -- no users of this package.
9991
9992         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9993
9994         * gnus-start.el (gnus-setup-news): Remove nocem support.
9995
9996         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9997
9998         * gnus.el (gnus-use-nocem): Remove.
9999
10000         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10001         Remove.
10002
10003         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10004         uses NoCeM any more.
10005
10006         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10007         (gnus-button-ctan-handler): Ditto.
10008         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10009         (gnus-button-ctan-directory-regexp): Ditto.
10010         (gnus-button-handle-ctan): Ditto.
10011         (gnus-button-tex-level): Ditto.
10012         (gnus-button-alist): Remove CTAN stuff.
10013
10014 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10015
10016         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10017         nnimap-streaming test.
10018
10019         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10020         servers twice.
10021
10022         * nnimap.el (nnimap-open-connection): Add more error reporting when
10023         nnimap fails early.
10024
10025         * nnheader.el (nnheader-get-report-string): New function.
10026         (nnheader-get-report): Use it.
10027
10028         * gnus-int.el (gnus-check-server): Say what the error was when opening
10029         failed.
10030
10031         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10032         using streaming.
10033
10034 2010-09-25  Julien Danjou  <julien@danjou.info>
10035
10036         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10037         gnus-window-inside-pixel-edges.
10038
10039 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10040
10041         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10042
10043         * mm-decode.el (mm-save-part): Allow saving to other directories the
10044         normal Emacs way.
10045
10046         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10047         Suggested by Jay Berkenbilt.
10048
10049         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10050         there isn't a single byte.
10051
10052         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10053         just do it.  It doesn't really seem to matter what the user responds
10054         here, I think, so it's just a confusing question.
10055
10056         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10057         non-streaming case.
10058
10059         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10060         (gnus-article-encrypt-body): Use it.
10061
10062         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10063         keystroke.
10064
10065         * nnimap.el (nnimap-find-wanted-parts-1):
10066         Use gnus-fetch-partial-articles.
10067
10068         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10069
10070         * nnimap.el (nnimap-insert-partial-structure): New function.
10071         (nnimap-get-partial-article): New function.
10072         (nnimap-request-article): Use it.
10073         (nnimap-wait-for-response): Return whether the wait was successful.
10074         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10075         retrieval wasn't successful.
10076         (nnimap-retrieve-group-data-early): Allow throttling servers.
10077         (nnimap-streaming): New variable.
10078         (nnimap-fetch-partial-articles): Remove.
10079
10080         * mm-decode.el (mm-with-part): Protect against killed buffers.
10081
10082         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10083         for prettier summary display.
10084
10085 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10086
10087         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10088
10089 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10090
10091         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10092         apparently third-party libraries depend on it.
10093
10094         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10095         before starting negotiation.
10096
10097         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10098         privacy reasons.
10099         (gnus-treat-mail-gravatar): Ditto.
10100
10101         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10102         buffer when inserting images.  Inserting text into the headers, for
10103         instance, can make them invalid.
10104
10105 2010-09-25  Julien Danjou  <julien@danjou.info>
10106
10107         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10108         variables.
10109
10110         * nnheader.el: Remove useless variables news-reply-yank-from and
10111         news-reply-yank-message-id.
10112
10113         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10114         variables.
10115
10116         * mml1991.el: Remove useless mml1991-verbose.
10117
10118         * gnus.el: Remove useless variable gnus-use-generic-from.
10119         Remove obsolete variable gnus-topic-indentation.
10120
10121         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10122
10123         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10124
10125         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10126
10127         * gnus-group.el: Remove useless gnus-group-icon-cache.
10128         Remove useless gnus-ephemeral-group-server.
10129
10130         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10131
10132         * mml2015.el: Remove useless mml2015-verbose.
10133
10134         * mml-smime.el: Remove useless mml-smime-verbose.
10135
10136         * gnus.el: Remove useless gnus-local-domain.
10137
10138         * gnus-gravatar.el (gnus-gravatar-transform-address):
10139         Use gnus-gravatar-size.
10140
10141         * gnus-art.el: Remove useless gnus-treat-translate.
10142
10143 2010-09-24  Julien Danjou  <julien@danjou.info>
10144
10145         * gnus-sum.el: Add support for Gravatars.
10146
10147         * gnus-art.el: Add support for Gravatars.
10148
10149         * gnus-gravatar.el: Add this file.
10150
10151         * gravatar.el: Add this file.
10152
10153 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10154
10155         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10156
10157         * gnus-group.el (gnus-group-fetch-faq): Remove.
10158
10159         * gnus.el (gnus-group-faq-directory): Remove.
10160
10161         * gnus-group.el (gnus-group-fetch-charter): Remove.
10162
10163         * gnus.el (gnus-group-charter-alist): Remove.
10164
10165         * gnus-group.el (gnus-group-archive-directory): Remove.
10166         (gnus-group-recent-archive-directory): Ditto.
10167         (gnus-group-make-archive-group): Remove.
10168
10169         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10170
10171         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10172         use the same article number for all the cached articles.
10173
10174         * nnimap.el (nnimap-command): Register the last command time so
10175         that we can use it for idling NOOPs.
10176         (nnimap-open-connection): Start the keeplive timer.
10177         (nnimap-make-process-buffer): Store all the process buffers.
10178         (nnimap-keepalive): New function.
10179
10180         * starttls.el (starttls-open-stream): Add autoload cookie.
10181
10182 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10183
10184         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10185         handling.
10186
10187 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10188
10189         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10190         its data structures.
10191
10192         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10193         instead of the cl.el copy-list.
10194         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10195         equalp.
10196
10197 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10200         and tool-bar-local-item-from-menu.
10201
10202         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10203         mode-line-highlight face for Emacs.
10204
10205         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10206         loading gnus-sum.elc; fix comment for canlock-verify.
10207         (gnus-article-jump-to-part): Use read-number.
10208         (gnus-insert-mime-button, gnus-insert-mime-security-button):
10209         Remove Emacs pre-21 compatible code for help-echo.
10210         (gnus-article-next-page-1): No need to adjust the number of lines.
10211         (gnus-article-describe-bindings): Always use help-buffer.
10212
10213         * gnus-audio.el (gnus-audio-inline-sound):
10214         * gnus-cus.el (gnus-custom-mode):
10215         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10216
10217         * gnus-sum.el (gnus-remove-overlays): Doc fix.
10218
10219         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10220         compatible code.
10221
10222 2010-09-24  Glenn Morris  <rgm@gnu.org>
10223
10224         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10225         visiting the fcc file in rmail-mode.
10226
10227         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
10228
10229 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10230
10231         * nnir.el: Silence the byte compiler.
10232
10233         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10234         alias to browse-url-url-encode-chars if any.
10235         (gnus-html-encode-url): Use it.
10236
10237 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10238
10239         * gnus-start.el (gnus-use-backend-marks): New variable.
10240         (gnus-get-unread-articles-in-group): Use it.
10241
10242         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10243         makeover.
10244
10245 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10246
10247         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10248
10249 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10250
10251         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10252         Remove.
10253         (gnus-setup-news-hook):
10254         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10255
10256         * gnus-int.el (gnus-request-update-info): Protect against backends not
10257         having the function.
10258
10259         * nnimap.el (nnimap-stream): Mention starttls.
10260         (nnimap-open-connection): Add starttls support.
10261
10262 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10263
10264         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10265
10266 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10267
10268         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10269         BODYSTRUCTUREs.
10270         (nnimap-transform-headers): Unfold quoted {42} headers.
10271
10272         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10273         the info.
10274         (gnus-get-unread-articles): Only call updatep on backends that support
10275         it.
10276
10277         * nnweb.el (nnweb-request-update-info): NOOP.
10278
10279         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10280
10281         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10282         since it only deals with marks.
10283
10284         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10285         gnus-request-marks, and make a new gnus-request-update-info.
10286
10287         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10288         the active instead of the high number, which is usually too low.
10289
10290 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
10291
10292         * netrc.el (netrc-parse): Remove encrypt.el mentions.
10293         * encrypt.el: Remove.
10294
10295 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10296
10297         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10298         server in symbolic form.
10299
10300         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10301
10302 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10303
10304         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10305         (nnimap-update-info): Fix up code slightly.
10306
10307         * gnus-int.el (gnus-open-server): Add tracing for performance
10308         debugging.
10309
10310         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10311         (gnus-group-insert-group-line): Pass the real group name so that it
10312         gets the right data.
10313
10314         * gnus-start.el (gnus-get-unread-articles): Don't have
10315         `gnus-get-unread-articles-in-group' update info, since that can be
10316         really slow and doesn't seem to be needed?
10317
10318 2010-09-22  Dan Christensen  <jdc@uwo.ca>
10319
10320         * time-date.el (date-to-time): Try using parse-time-string first before
10321         using the slower timezone-make-date-arpa-standard.
10322
10323 2010-09-22  Julien Danjou  <julien@danjou.info>
10324
10325         * gnus-group.el (gnus-group-insert-group-line):
10326         Call gnus-group-highlight-line.
10327         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10328         default hook list.
10329         (gnus-group-update-eval-form): Add new function.
10330         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10331         (gnus-group-get-icon): Use gnus-group-update-eval-form.
10332
10333 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10334
10335         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10336         immediate, then expire all articles.
10337         (nnimap-update-info): Fix off-by-one errors.
10338         (nnimap-flags-to-marks): Would return no marks lists for group with no
10339         flags.  Instead return the other data.
10340
10341 2010-09-22  Julien Danjou  <julien@danjou.info>
10342
10343         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10344         Only return an icon.
10345         (gnus-group-insert-group-line): Compute icon to return.
10346
10347         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10348         (gnus-html-image-fetched): Only cache if
10349         gnus-html-image-automatic-caching is set.
10350         (gnus-html-image-fetched): Check for errors.
10351
10352 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10353
10354         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10355         once per method on `g'.  This ensures that backends like nnfolder don't
10356         open all their folders.
10357
10358         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10359         (nnimap-request-list): Nix out group in the correct buffer.
10360         (nnimap-parse-flags): Implement by using `read' instead of
10361         hand-parsing.
10362         (nnimap-flags-to-marks): Pass on permanent-flags.
10363         (nnimap-make-process-buffer): Record the server name.
10364         (nnimap-parse-flags): Fix typo.
10365         (nnimap-request-scan): Run split on the server in general, not just a
10366         single group.
10367
10368         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10369         parameter, and propagate this downwards.
10370
10371         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10372         since EXAMINE changes it on the server.
10373
10374         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10375         this command might take a while.
10376
10377 2010-09-22  Julien Danjou  <julien@danjou.info>
10378
10379         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
10380         harmful if you have 2 images side-by-side, they can't be properly
10381         update on text deletion.  Using text-property is safer here.
10382         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10383         data.
10384
10385 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10386
10387         * nnimap.el (nnimap-expunge-inbox): Remove.
10388         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10389         (nnimap-expunge): Flip default to t.
10390
10391         * gnus.el (gnus-method-to-server): Don't push things to the cache
10392         unless it's unique.
10393         (gnus-server-to-method): Ditto.
10394
10395 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10396
10397         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10398
10399 2010-09-22  Julien Danjou  <julien@danjou.info>
10400
10401         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10402         get the start of data.
10403         (gnus-html-encode-url): Add this function to encode special chars in
10404         URL.
10405         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10406         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10407
10408         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10409         default.
10410         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10411
10412         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10413         images alt-text.
10414         (gnus-html-put-image): Put alt-text as help-echo.
10415
10416 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10419         * mm-util.el (mm-decompress-buffer):
10420         * nnir.el (nnir-run-find-grep):
10421         * pop3.el (pop3-list): Use 3rd arg of split-string.
10422
10423         * time-date.el (format-seconds): Comment fix.
10424
10425         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
10426         and byte-optimize-form-code-walker.
10427         (dgnushack-make-auto-load): Don't advise make-autoload.
10428
10429         * lpath.el: Remove Emacs 21 stuff.
10430
10431 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10432
10433         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10434         outside the active range.  Suggested by Dan Christensen.
10435
10436         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10437         slightly later to avoid double-getting it.
10438
10439         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10440         previous patch.
10441
10442         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10443
10444 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10445
10446         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10447
10448 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10449
10450         * gnus-int.el (gnus-open-server): Give a better error message in the
10451         "go offline" case.
10452
10453         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10454         marks for nnimap, which is seldom the right thing to do.
10455
10456         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10457         (gnus-same-method-different-name): New function.
10458
10459         * nnimap.el (parse-time): Require.
10460
10461         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10462         method in the presence of many similar methods.
10463
10464         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10465
10466         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10467         nnml-inhibit-expiry.
10468
10469         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10470         find out whether methods are equal.
10471
10472         * nnimap.el (nnimap-find-expired-articles): New function.
10473         (nnimap-process-expiry-targets): New function.
10474         (nnimap-request-move-article): Request the article before looking at
10475         what the Message-ID is.  Fix found by Andrew Cohen.
10476         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10477
10478         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10479         for oldness in addition to being a predicate.
10480
10481         * nnimap.el (nnimap-request-group): When we have zero articles, return
10482         the right data to Gnus.
10483         (nnimap-request-expire-articles): Only delete articles immediately if
10484         the target is 'delete.
10485
10486         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10487         method, this would bug out.
10488
10489         * gnus-group.el (gnus-group-expunge-group): Rename from
10490         gnus-group-nnimap-expunge, and implemented as a normal interface
10491         function.
10492
10493         * gnus-int.el (gnus-request-expunge-group): New function.
10494
10495         * nnimap.el (nnimap-request-create-group): Implement.
10496         (nnimap-request-expunge-group): New function.
10497
10498 2010-09-21  Julien Danjou  <julien@danjou.info>
10499
10500         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10501         (gnus-html-cache-expired): Add new function.
10502         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10503         wethever we should display image for fetch it.
10504         Compute alt-text earlier to pass it to the fetching function too.
10505         (gnus-html-schedule-image-fetching): Change function argument to only
10506         get one image at a time, not a list.
10507         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10508         cache.
10509         (gnus-html-get-image-data): New function to retrieve image data from
10510         cache.
10511         (gnus-html-put-image): Change buffer argument to use image data rather
10512         than file, and place image above region rather than inserting a new
10513         one.  Do not take alt-text as argument, since it's useless now: we place
10514         the image above alt-text.
10515         (gnus-html-prune-cache): Remove.
10516         (gnus-html-show-images): Start to fetch image when we find one, do not
10517         push into a temporary list.
10518         (gnus-html-prefetch-images): Only fetch image if they have expired.
10519         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10520         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10521
10522 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10523
10524         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10525
10526 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10527
10528         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10529         spec inser "*" if the group isn't active instead of 0.
10530
10531         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10532         opening the server.
10533         (nnimap-request-delete-group): Implement group deletion.
10534         (nnimap-transform-headers): Return the size of the entire message in
10535         the Bytes header, not just the size of the first part.
10536         (nnimap-request-move-article): When moving an article from nnimap,
10537         request the article first so the accepting form has an article to
10538         accept.  Reported by Dan Christensen.
10539         (nnimap-command): Make sure that the error message doesn't error out.
10540
10541 2010-09-20  David Edmondson  <dme@dme.org>
10542
10543         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10544         we haven't requested anything.
10545
10546 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10547
10548         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10549         "".  Fix found by Andrew Cohen.
10550
10551         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10552         instead of -encode-string.
10553
10554 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10555
10556         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10557
10558         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10559         by mm-subst-char-in-string.
10560
10561 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10562
10563         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10564         waiting for the connection string.
10565
10566         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10567         arriving.
10568
10569         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10570         bogus characters.  This allows selecting certain Gmail groups.
10571
10572         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10573         (nnimap-fetch-partial-articles): New variable.
10574         (nnimap-open-connection): When looking for credentials, also use the
10575         nnimap-server-port.
10576         (nnimap-request-article): Return the group/article number, so that Gnus
10577         `^' works as expected.
10578         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10579
10580         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10581         comments.
10582         (gnus-methods-sloppily-equal): New function.
10583         (gnus): When using the development version of Gnus, load the gnus-load
10584         file.
10585
10586         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10587         `gnus-open-server' on each method before trying to scan them etc.
10588         This ensures that all the backend parameters are set correctly.
10589
10590         * nnimap.el (nnimap-authenticator): New variable.
10591         (nnimap-open-connection): Allow anonymous login.
10592         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10593         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10594
10595         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10596         patch, found by Knut Anders Hatlen.
10597
10598 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10599
10600         * gnus-agent.el (gnus-agent-batch-confirmation)
10601         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10602         to gnus-message.
10603         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10604         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10605         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10606         * gnus-int.el (gnus-open-server): Likewise.
10607         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10608         (gnus-score-check-syntax): Likewise.
10609         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10610         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10611         Likewise.
10612         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10613
10614 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10615
10616         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10617         calling conventions so that prefetch doesn't bug out.
10618
10619 2010-09-19  Julien Danjou  <julien@danjou.info>
10620
10621         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10622         rather than `subst-char-in-region' in order to be able to replace ASCII
10623         char by UTF-8 ones.
10624
10625         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10626         than curl.
10627         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10628         the right URL and ALT text on images.
10629         (gnus-html-wash-tags): Fix tag case.
10630         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10631         (gnus-article-html): Add -o display_ins_del=2 option.
10632         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10633
10634 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10635
10636         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10637         the extra mail headers, which sometimes seem to happen for unknown
10638         reasons.
10639
10640         * mail-parse.el (mail-header-encode-parameter): Define as
10641         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10642         (or most, perhaps?) mail readers don't understand the latter, but do
10643         understand the former.
10644
10645         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10646         to nil, so that no methods are automatically agentized.  I think this
10647         is probably what most users want.
10648
10649         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10650         from url-retrieve, for instance about invalid URLs.
10651
10652         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10653         groups that have no articles.
10654         (nnimap-request-article): Check that we really got an article when we
10655         requested one.
10656
10657         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10658         doesn't exist.
10659
10660         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10661         nntp buffer so the agent can save it.
10662         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10663         that CRLF doesn't get translated to \n.
10664         (nnimap-open-connection): Don't make 'shell commands only send \n.
10665
10666 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10667
10668         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10669         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10670         Update var name.
10671         (nnml-generate-nov-file): Use dolist.
10672         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10673         Use with-current-buffer.
10674
10675 2010-09-18  Julien Danjou  <julien@danjou.info>
10676
10677         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10678         parallel.
10679
10680 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10681
10682         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10683         the range update right.
10684         (nnimap-request-group): Don't make `M-g' bug out on group with no
10685         marks.
10686         (nnoo): Require, so that other packages can require nnimap.
10687         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10688         command we're looking for.  This helps when the server sends more
10689         responses after we've gotten everything we expected.
10690         (nnimap): Add a `newlinep' field to keep track of end-of-line
10691         conventions.
10692         Don't send CRLF to things that don't want it.
10693         (nnimap-request-accept-article): Ditto.
10694
10695 2010-09-18  Julien Danjou  <julien@danjou.info>
10696
10697         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10698         than curl to retrieve images.
10699
10700 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10701
10702         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10703         the marks.
10704         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10705         (nnimap-wait-for-connection): New function.
10706         (nnimap-open-connection): If we have PREAUTH, don't query for login
10707         credentials.
10708         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10709         when doing a partial update.
10710
10711 2010-09-18  Julien Danjou  <julien@danjou.info>
10712
10713         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10714         tags.
10715
10716 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10717
10718         * nnimap.el (nnimap-credentials): New function.
10719         (nnimap-open-connection): Use the new function to look for credentials
10720         also on the numeric equivalents of "imap" and "imaps".
10721
10722         * gnus-start.el (gnus-activate-group): Send the info to
10723         gnus-request-group.
10724
10725         * nnimap.el (nnimap-request-group): Have the "check" version of the
10726         function parse flags and update the info, so that a `M-g' get a total
10727         resync of all flags from the group.
10728
10729         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10730         to allow backends to alter the info on group selection.  Also alter all
10731         the backend -request-group functions to take the parameter.
10732
10733         * nnimap.el (nnimap-store-info): New function.
10734         (nnimap-update-info): Store the info for later usage.
10735         (nnimap-request-group): Use the stored info for the dont-check case, so
10736         that we don't retrieve all marks when we enter a group.
10737
10738         * nnimap.el: Use deffoo instead of defun for interface functions.
10739
10740         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10741         update the group info.  This makes the nndraft groups, for instance, go
10742         back to their old behavior.
10743
10744         * gnus-sum.el (gnus-select-newsgroup): Indent.
10745
10746         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10747         in.
10748         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10749         nothing.
10750
10751         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10752         from methods that are denied.
10753
10754         * gnus-int.el (gnus-method-denied-p): New function.
10755
10756         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10757         store the password instead of netrc.
10758         (nnimap-open-connection): Don't error out when we can't make a
10759         connections.
10760
10761         * auth-source.el (auth-source-create): In the password prompt, say what
10762         we're querying for.  Also prompt for user name if that hasn't been
10763         given.
10764
10765         * nnimap.el (nnimap-with-process-buffer): Remove.
10766
10767 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10768
10769         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10770         method when we're reading from the agent.
10771
10772         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10773
10774         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10775         that's probably most useful for users.
10776
10777         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10778         "failed" all the time.
10779
10780         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10781         ...)) with (with-current-buffer ... ).
10782
10783         * nntp.el (nntp-open-server): Return whether the open was successful or
10784         not.
10785
10786         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10787         select an unread unseen article first.
10788
10789         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10790         /etc/services, supply some sensible port defaults.
10791
10792         * dgnushack.el: Define netrc-credentials.
10793
10794 2010-09-17  Julien Danjou  <julien@danjou.info>
10795
10796         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10797
10798 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10799
10800         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10801         doesn't have any parameters.
10802
10803 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10804
10805         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10806         only upcased checks.
10807
10808         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10809
10810         * nnimap.el (nnimap-open-shell-stream): New function.
10811         (nnimap-open-connection): Use it.
10812         (nnimap-transform-headers): Get the number of lines in each message.
10813         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10814         number of lines.
10815         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10816         problem.
10817
10818         * utf7.el (utf7-encode): Autoload.
10819
10820         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10821         to allow the mail splitting to not return a default group.  This is
10822         useful for nnimap, which will leave unmatched mail in the inbox.
10823
10824         * nnimap.el: Rewritten.
10825
10826         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10827         nnimap usage.
10828
10829         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10830         if the move is internal, so that nnimap can do fast internal moves.
10831
10832         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10833         data.
10834         (gnus-read-active-for-groups): Support finishing the early retrieval of
10835         data.
10836
10837         * gnus-range.el (gnus-range-nconcat): New function.
10838
10839         * gnus-int.el (gnus-finish-retrieve-group-infos)
10840         (gnus-retrieve-group-data-early): New functions.
10841
10842 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10843
10844         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10845         (nnrss-retrieve-groups):
10846         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10847         (pop3-quit): Use with-current-buffer.
10848
10849 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10850
10851         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10852         instead of nnheader-accept-process-output.
10853
10854         * dgnushack.el (dgnushack-compile): Add comment.
10855
10856         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10857
10858         * gnus-html.el (gnus-html-schedule-image-fetching)
10859         (gnus-html-prefetch-images): Replace process-kill-without-query by
10860         gnus-set-process-query-on-exit-flag.
10861
10862 2010-09-16  Romain Francoise  <romain@orebokech.com>
10863
10864         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10865
10866 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10867
10868         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10869         parameter to unintern is mandatory-ish in Emacs 24.
10870
10871         * gnus-html.el (gnus-html-schedule-image-fetching)
10872         (gnus-html-prefetch-images): Check for curl before using it.
10873
10874         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10875         depend on curl, which isn't essential.
10876
10877         * imap.el: Revert back to version
10878         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10879         seem problematic.
10880
10881 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10882
10883         * gnus-registry.el (gnus-registry-install-shortcuts):
10884         Explicitly pass `obarray' to `unintern' to avoid a warning.
10885
10886 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10887
10888         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10889         change.
10890
10891         * nnrss.el (nnrss-request-list): Remove this function and related
10892         functions, including the moreover stuff.
10893
10894 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10895
10896         * nnrss.el (nnrss-retrieve-groups): New function.
10897
10898 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10899
10900         * .dir-locals.el: Add no-byte-compile cookie.
10901
10902 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10903
10904         * time-date.el (format-seconds): Comment fix.
10905
10906         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10907         for back end that doesn't support request-scan.
10908
10909 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10910
10911         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10912         then do request scans from the backends.
10913
10914         * netrc.el (netrc-credentials): New conveniency function.
10915
10916         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10917         avoid running a hook per line, since this takes a lot of time,
10918         profiling shows.
10919         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10920         directly if gnus-visual-p is true.
10921
10922 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10923
10924         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10925         groups; replace mapcar with dolist which is a bit faster; pass groups
10926         info to gnus-read-active-file-1.
10927         (gnus-read-active-file-1): Scan only specified groups if the new
10928         optional arg `infos' is given.
10929
10930 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10931
10932         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10933
10934         * pop3.el (pop3-movemail): Remove.
10935         (pop3-streaming-movemail): Rename to pop3-movemail.
10936
10937         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10938         don't restrict end-tag searches to the end of the line.
10939
10940 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10941
10942         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10943         articles of every unchecked group to t, which means unknown since the
10944         server has never been opened.
10945
10946 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10947
10948         * gnus-html.el (gnus-html-show-alt-text): New command.
10949         (gnus-html-browse-image): Ditto.
10950         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10951         to browse the image directly.
10952         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10953         better.
10954
10955         * gnus-async.el (gnus-async-article-callback):
10956         Call `gnus-html-prefetch-images' unconditionally.
10957
10958         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10959         before feeding URLs to curl.
10960
10961 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10962
10963         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10964         internal images as deletable by `W D D'.
10965
10966         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10967         (gnus-async-article-callback): Fix typo.
10968
10969 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10970
10971         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10972         current line to work around bugs in the output from w3m.
10973
10974         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10975         for groups that want that.
10976
10977         * nntp.el (nntp-wait-for-string): Supply a timeout for
10978         accept-process-output to ensure progress.
10979
10980         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10981         level to get unread articles from, then use that for foreign groups,
10982         too.
10983
10984         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10985         confuses the rest of the function.
10986
10987         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10988         for the methods that support -retrieve-groups, too.
10989
10990         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10991
10992 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10993
10994         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10995         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10996
10997         * pop3.el: Require cl when compiling.
10998         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10999
11000 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11001
11002         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11003         that aren't going to be activated.
11004         (gnus-get-unread-articles): Fix up the last commit.
11005
11006         * gnus-html.el (gnus-article-html): Allow calling without specifying
11007         the handle.  In that case, dissect the buffer first.
11008
11009         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11010
11011         * nnimap.el (nnimap-open-connection): Revert the change that would look
11012         into authinfo for imaps instead of imap.
11013
11014         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11015         say that you don't want to call gnus-request-group with don-check, but
11016         do check the reponse.  This is for virtual groups only.
11017         (gnus-get-unread-articles): Count the archive groups as secondary, so
11018         that they're activated the same way as before.
11019
11020         * imap.el (imap-message-map): Removed optional buffer parameter, since
11021         no callers use it.
11022         (imap-message-get): Ditto.
11023         (imap-message-put): Ditto.
11024         (imap-mailbox-map): Ditto.
11025         (imap-mailbox-put): Ditto.
11026         (imap-mailbox-get): Ditto.
11027         (imap-mailbox-get): Revert last change for this function.
11028
11029         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11030         case-insensitively.
11031         (nnimap-debug): Remove.
11032
11033         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11034         callers to use `imap-fetch' instead.  According to the comments, this
11035         should be safe, since all other IMAP clients use the 1:* syntax.
11036         (imap-enable-exchange-bug-workaround): Remove.
11037         (imap-debug): Remove -- doesn't seem very useful.
11038
11039         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11040         mail from a file, and the file doesn't exist.
11041
11042         * imap.el (imap-log): New convenience function used throughout instead
11043         of repeating the same code all over the place.
11044
11045         * pop3.el (pop3-streaming-movemail): Return t for success.
11046
11047         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11048         .authinfo if we're using ssl connection.
11049
11050         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11051         already have if we're in a main Gnus `g' run.
11052
11053         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11054
11055 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11058
11059         * nnmh.el (nnmh-request-list-1): Bind `file'.
11060
11061         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11062         alias to set-process-query-on-exit-flag or process-kill-without-query.
11063         (pop3-open-server): Use it.
11064
11065 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11066
11067         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11068         box to the Incoming file.  Fixes mistake in previous checkin.
11069
11070         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11071         request loop (for debugging purposes) removed.
11072
11073         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11074         culprit is more visible.
11075         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11076         (nnml-add-incremental-nov): New functions to do "incremental" nov
11077         updates, where we just append to the end of the existing nov files
11078         without reading/writing them in full.
11079
11080         * mail-source.el (mail-source-delete-crash-box): Really only check the
11081         incoming files once in a while.
11082
11083         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11084
11085         * mail-source.el (mail-source-delete-crash-box): Only check the
11086         incoming files for deletion once per day to save a lot of file
11087         accesses.
11088
11089         * pop3.el (pop3-logon): Fix up unbound variable typo.
11090
11091         * mail-source.el (pop3-streaming-movemail): Autoload.
11092
11093         * pop3.el (pop3-streaming-movemail):
11094         Respect pop3-leave-mail-on-server.
11095
11096         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11097         retrieval.
11098
11099         * pop3.el (pop3-process-filter): Remove unused function.
11100         (pop3-streaming-movemail, pop3-send-streaming-command)
11101         (pop3-wait-for-messages, pop3-write-to-file)
11102         (pop3-number-of-responses): New functions for streaming pop3
11103         retrieval.
11104
11105         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11106         come from no known methods.
11107         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11108         list.
11109
11110         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11111         message sizes.
11112         (pop3-movemail): Use erase-buffer instead of looping and deleting
11113         regions, which seems rather odd.
11114
11115         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11116         file once per `g' run.
11117
11118         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11119         directories.  This makes the draft queue directory work.
11120
11121         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11122         data from the backends, so that we only request the list of groups from
11123         each method once.  This should speed things up considerably.
11124
11125         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11126         detect that it's not implemented.
11127
11128         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11129         we actually do recurse down into the tree, but don't stat all leaf
11130         nodes.
11131
11132         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11133         then say so instead of bugging out.
11134
11135         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11136         files exist before trying to read them.
11137
11138         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11139         around <pre_int>.
11140
11141         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11142
11143         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11144
11145 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11146
11147         * mm-util.el (mm-image-load-path): Just return the image directories,
11148         not all directories in the path in addition to the image directories.
11149         (mm-image-load-path): Maintain a cache of the image directories so that
11150         the `g' command in Gnus doesn't have to stat dozens of directories each
11151         time.
11152
11153         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11154         (gnus-html-wash-tags): Add a new `i' command to insert images.
11155         (gnus-html-insert-image): New command and keystroke.
11156         (gnus-html-redisplay-with-images): New command and keystroke.
11157         (gnus-html-show-images): Rename command.
11158         (gnus-html-wash-tags): Remove more white space before <pre_int> image
11159         spacers.
11160         (gnus-html-wash-tags): Decode entities at the end, so that entities
11161         inside the tags don't mess up the rest of the "parsing".
11162
11163         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11164         so that nnimap methods aren't agentized by default.  There's apparently
11165         many problems related to agent/imap behavior.
11166
11167         * gnus-art.el (gnus-article-copy-string): New command and key binding.
11168
11169         * gnus-html.el: Doc fix.
11170
11171 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11172
11173         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
11174         specifier-spec-list for Emacs 21.
11175
11176         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11177         glyph-width and glyph-height instead of display-graphic-p and
11178         image-size; make avoidance of displaying small images work for XEmacs.
11179
11180         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11181         for XEmacs.
11182
11183         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11184         of symbol that holds plist data.
11185         (gnus-process-plist): Remove plist of process after getting it.
11186
11187 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11188
11189         * message.el (message-generate-hashcash): Change default to
11190         'opportunistic if hashcash is installed.
11191
11192         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11193         (gnus-html-put-image): Only call image-size once, since it's somewhat
11194         time-consuming on remote X servers.
11195
11196 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11197
11198         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
11199         type on data, not a file name.
11200
11201         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
11202         window-pixel-edges for Emacs 21.
11203
11204         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11205         decoded contents.
11206         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11207
11208 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11209
11210         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11211         group line format, since it isn't very interesting.
11212
11213         * gnus-agent.el (gnus-agent-short-article),
11214         (gnus-agent-long-article): Increase values for these two variables,
11215         since most people are likely to have more network connection and
11216         storage than before.
11217
11218         * gnus.el (gnus-refer-article-method): Change default to 'current.
11219         When referring an article, the common behavior is to refer it from the
11220         current select method, not the native select method.  The chances of
11221         the native select method having the message in question is rather slim
11222         these days.
11223
11224         * gnus-sum.el (gnus-auto-select-subject): Change default to
11225         `unseen-or-unread'.  I think it's likely that most people want to
11226         select an unseen article over a previously seen, but unread one.
11227
11228         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
11229         means that in the article buffer none of the minor mode elements will
11230         be shown, usually, and this is not desirable in most cases.
11231
11232         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11233         that commands like `d' (and the like) go to the next line in the
11234         buffer, instead of the next unread article.  I think this is the
11235         behavior that is most natural for most users.
11236         (gnus-single-article-buffer): Change default to nil, so that people can
11237         have as many article buffers open as they have summary buffer.  I think
11238         this is the most natural way for the groups to behave.
11239
11240         * message.el (message-generate-new-buffers): Change default to
11241         `unsent', so that all new message buffers start their names with the
11242         string "*unsent", and it's easier to find the buffers if you move from
11243         them.
11244
11245 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11246
11247         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11248         small.  They're probably tracking images.
11249         (gnus-html-wash-tags): Remove all <pre_int> place holders.
11250         (gnus-html-rescale-image): Yet another try at getting the image sizing
11251         right.
11252
11253         * nntp.el (nntp-request-set-mark): Refuse to do marks if
11254         nntp-marks-file-name is nil.
11255
11256 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11257
11258         * gnus-html.el (gnus-html-wash-tags)
11259         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11260         Better logging.
11261
11262 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11263
11264         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11265
11266         * gnus-html.el (gnus-html-wash-tags): Check the value of
11267         gnus-blocked-images in the summary buffer.
11268
11269 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11270
11271         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11272
11273 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11274
11275         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11276         like "a", it seems like.
11277         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11278         since it needs to be picked from the correct buffer.
11279
11280         * nnwfm.el: Remove.
11281
11282         * nnlistserv.el: Remove.
11283
11284 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11285
11286         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11287         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11288
11289 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11290
11291         * nnkiboze.el: Remove.
11292
11293         * nndb.el: Remove.
11294
11295         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11296         alt text.
11297         (gnus-html-rescale-image): Try to get the rescaling logic right for
11298         images that are just wide and not tall.
11299
11300         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11301         overshadow variable bindings.
11302
11303 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11304
11305         * gnus-html.el (gnus-html-wash-tags)
11306         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11307         Add extra logging.
11308
11309 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11310
11311         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11312         (gnus-max-image-proportion): New variable.
11313         (gnus-html-rescale-image): New function.
11314         (gnus-html-put-image): Rescale images.
11315
11316 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11317
11318         Fix up some byte-compiler warnings.
11319         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11320         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11321         (gnus-article-fill-cited-article, gnus-article-hide-citation)
11322         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11323         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11324         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11325         (gnus-group-update-group): Use save-excursion and with-current-buffer.
11326
11327 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11328
11329         * gnus-html.el (gnus-article-html): Decode contents by charset.
11330
11331 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11332
11333         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11334         (gnus-html-frame-width, gnus-blocked-images):
11335         * message.el (message-prune-recipient-rules): Add custom version.
11336         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11337
11338         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11339         functions.
11340
11341         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11342         gnus-process-get.
11343
11344 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
11345
11346         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11347         instead of lsub directly.
11348
11349 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11350
11351         * nnwarchive.el: Remove.
11352
11353         * gnus-soup.el: Remove.
11354
11355         * nnsoup.el: Remove.
11356
11357         * nnultimate.el: Remove.
11358
11359         * gnus-html.el (gnus-blocked-images): New variable.
11360
11361         * message.el (message-prune-recipients): New function.
11362         (message-prune-recipient-rules): New variable.
11363
11364         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11365         guess whether a long line is natural text or not.
11366
11367         * gnus-html.el (gnus-html-schedule-image-fetching):
11368         Use gnus-process-plist and friends for compatibility.
11369
11370 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11371
11372         * gnus-html.el: Require packages that define macros used in this file.
11373         (gnus-article-mouse-face): Declare to silence byte-compiler.
11374         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11375         process-get.
11376         (gnus-html-put-image): Use plist-get to avoid getf.
11377         (gnus-html-prefetch-images): Use with-current-buffer.
11378
11379 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11380
11381         * gnus-ems.el: Provide compatibility functions for
11382         gnus-set-process-plist.
11383
11384         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
11385         header-line-format for XEmacs 21.4.
11386
11387         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11388         * gnus.el (gnus-valid-select-methods):
11389         * message.el (message-send-mail-partially-limit):
11390         * mm-decode.el (mm-text-html-renderer):
11391         * mml.el (mml-insert-mime-headers-always):
11392         * smiley.el (smiley-regexp-alist): Bump custom version.
11393
11394 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11395
11396         * gnus-html.el: Require mm-url.
11397         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11398         with the url to `url'.
11399         (gnus-html-wash-tags): Support cid: URLs/images.
11400
11401 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11402
11403         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11404         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11405         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11406
11407         * gnus-move.el: Remove file, since it doesn't really work.
11408
11409         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11410         UTF-8.  This seems to fix problems with some German web feeds.
11411
11412         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11413         at the top so that the proper colors are applied.
11414
11415         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
11416         don't have dots in their names.
11417
11418         * gnus-art.el (gnus-article-view-part): Doc fix.
11419
11420         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11421         XEmacs-compatible.
11422         (gnus-html-put-image): Don't do images on non-graphic displays.
11423
11424         * nnslashdot.el: Remove this unused backend.
11425
11426         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11427         actions.
11428         (gnus-undo-register-1): Revert last change.
11429
11430         * gnus-group.el (gnus-group-completing-read): Protect against not
11431         having completion-styles bound.
11432
11433         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11434         make broken recipients happier.
11435
11436         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11437
11438         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11439         point parameter.
11440
11441         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
11442
11443         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11444         completion-styles for group selection.
11445
11446 2009-02-04  Andreas Schwab  <schwab@suse.de>
11447
11448         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11449         headers and regexp-quote the match if necessary.
11450
11451 2009-03-24  Miles Bader  <miles@gnu.org>
11452
11453         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11454         the blinking smiley.
11455
11456 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11457
11458         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11459         blink smiley.
11460
11461 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11462
11463         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11464         where the dribbel file lives exists.
11465
11466         * message.el (message-send-mail-partially-limit): Change the default to
11467         nil, since most people don't want this.
11468
11469         * mm-url.el (mm-url-decode-entities): Also decode entities like
11470         &#x3212.
11471
11472 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11473
11474         * gnus-sum.el (gnus-summary-idna-message):
11475         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11476         Hyperlink urls in docstrings with URL `...'.
11477
11478 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11479
11480         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11481         functions.
11482
11483 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11484
11485         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11486         say what the mouseover text should be.
11487
11488         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11489         version of the mm-w3m-safe-url-regexp variable to only download images
11490         in the groups where we want that to happen.
11491
11492         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11493
11494         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11495         easier debugging.
11496         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11497         big pictures in the article buffer.
11498
11499         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11500         gnus-article-html.
11501         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11502         w3m.
11503
11504         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11505
11506 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11507
11508         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11509         which doesn't exist.
11510
11511         * message.el (message-inhibit-ecomplete): New variable to allow some
11512         function to inhibit ecomplete address storage.
11513         (message-resend): Disable ecomplete message storage when resending
11514         messages.
11515
11516         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11517
11518 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11519
11520         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11521         Save excursion while copying, moving, and deleting articles in order to
11522         prevent the cursor from jumping to unforeseen place.
11523
11524 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11525
11526         * lpath.el: No need to bind bookmark-current-buffer,
11527         bookmark-yank-point and bookmark-make-record-function.
11528
11529 2010-08-17  Glenn Morris  <rgm@gnu.org>
11530
11531         * gnus-sync.el: Require gnus components whose functions are used.
11532
11533         * gnus-art.el (bookmark-make-record-function):
11534         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11535         Declare for compiler.
11536
11537         * mm-url.el (mml-compute-boundary): Autoload.
11538
11539 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11540
11541         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11542
11543 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11544
11545         Typo fix "hoo4a" -> "hook".
11546
11547         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11548
11549 2010-08-14  Glenn Morris  <rgm@gnu.org>
11550
11551         * gnus-sync.el (gnus-sync): Fix defgroup version.
11552
11553 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11554
11555         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11556
11557         * gnus-sync.el: Fix docs.
11558         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11559         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11560
11561 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11562
11563         Optimizations for gnus-sync.el.
11564
11565         * gnus-sync.el: Add docs about gnus-sync-backend
11566         possibilities.
11567         (gnus-sync-save): Remove unnecessary message.
11568         (gnus-sync-read): Optimize and show what groups were skipped.
11569
11570 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11571
11572         Minor bug fixes for gnus-sync.el.
11573
11574         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11575         Don't read the sync on get-new-news.
11576
11577         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11578         quiet.
11579
11580         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11581         (fix typo).
11582
11583 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11584
11585         Make saving and restoring of hidden threads work with overlays.
11586         Patch applied by Ted Zlatanov.
11587
11588         * gnus-sum.el (gnus-hidden-threads-configuration)
11589         (gnus-restore-hidden-threads-configuration): Update to deal with text
11590         properties, rather than searching for a magic character.
11591
11592 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11593
11594         New gnus-sync.el library for synchronization of marks.
11595
11596         * gnus-sync.el: New library for synchronization of marks.
11597
11598         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11599         renamed from `gnus-registry-grep-in-list'.
11600
11601         * gnus-registry.el (gnus-registry-follow-group-p):
11602         Use `gnus-grep-in-list'.
11603
11604         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11605
11606 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11607
11608         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11609         determining charset of text fails.
11610
11611 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11612
11613         * nnmail.el (nnmail-get-new-mail-1): Revert.
11614
11615         * nnml.el (nnml-active-number): Make sure names of newly created groups
11616         in nnml-group-alist are encoded.
11617
11618 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11619
11620         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11621         containing non-ASCII characters in active file for nnml back end.
11622
11623 2010-07-24  David Engster  <dengste@eml.cc>
11624
11625         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11626         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11627
11628 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11629
11630         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11631         tag (Bug#6654).
11632
11633 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11634
11635         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11636         the article buffer, not the summary buffer.
11637
11638 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11639
11640         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11641         Emacs 23 as well.
11642
11643 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11644
11645         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11646         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11647
11648 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11649
11650         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11651         Patch applied by Karl Fogel.
11652
11653         * gnus-sum.el (gnus-summary-bookmark-make-record):
11654         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11655
11656 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11657
11658         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11659         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11660         C-w still not working correctly from Article buffers; Thierry's
11661         patch to fix that will be applied after this.
11662
11663         * gnus-art.el (bookmark-make-record-function): New local variable.
11664
11665         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11666         article buffer.
11667         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11668
11669 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11670
11671         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11672         on changes in bookmark.el.
11673
11674 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11675
11676         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11677         `no-log' instead of message not to log prompt string.
11678
11679 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11680
11681         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11682         the *other* type of HTML form submission.
11683
11684 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11685
11686         * auth-source.el (auth-source-pick): If choice does not contain a
11687         questioned keyword, set the check to t.
11688
11689 2010-06-12  Romain Francoise  <romain@orebokech.com>
11690
11691         * gnus-util.el (gnus-date-get-time): Move up before first use.
11692
11693 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11694
11695         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11696         (gnus-article-edit-part): Bind it to make last part that is substituted
11697         or deleted visible.
11698         (gnus-mime-display-single): Buttonize part of which id equals to
11699         gnus-mime-buttonized-part-id.
11700
11701 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11702
11703         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11704         (gnus-dd-mmm): Use gnus-date-get-time.
11705         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11706         simplify logic.
11707         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11708         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11709
11710 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11711
11712         * auth-source.el (top): Autoload `secrets-list-collections',
11713         `secrets-create-item', `secrets-delete-item'.
11714         (auth-sources): Fix tag string.
11715         (auth-get-source, auth-source-retrieve, auth-source-create)
11716         (auth-source-delete): New defuns.
11717         (auth-source-pick): Rewrite in order to avoid 2 passes.
11718         (auth-source-forget-user-or-password): New parameter USERNAME.
11719         (auth-source-user-or-password): New parameters CREATE-MISSING and
11720         DELETE-EXISTING.  Retrieve password interactively, if needed.
11721
11722 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11723
11724         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11725         deleting unused directories when gnus-expert-user is t.
11726
11727 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11730         for each temp file when gnus-article-browse-delete-temp is ask.
11731
11732 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11733
11734         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11735         Replace Lisp calls to delete-backward-char by calls to delete-char.
11736
11737 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11738
11739         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11740
11741 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11742
11743         * password-cache.el (password-cache-remove): Fix docstring.
11744
11745 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11746
11747         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11748         article unless decoding article to be saved.
11749
11750 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11751
11752         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11753         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11754         generated within the mm-with-unibyte-current-buffer macro.
11755
11756 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11757
11758         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11759         to nil when we're in a mml-preview buffer and no group is selected.
11760
11761 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11762
11763         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11764         when catching the `C-g'.  Reported by "Leo".
11765
11766 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11767
11768         * message.el (message-forward-make-body-plain)
11769         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11770         multibyte-string-p.
11771
11772         * lpath.el: Revert.
11773
11774 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11775
11776         * message.el (message-forward-make-body-mml): Assume original message
11777         is multibyte string; error on unibyte.
11778         (message-forward-make-body-plain): Ditto; don't add excessive newline
11779         in body end.
11780
11781         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11782
11783 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11784
11785         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11786         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11787
11788 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11789
11790         * mm-extern.el (mm-extern-url): Don't use
11791         mm-with-unibyte-current-buffer.
11792         (mm-extern-cache-contents): Use with-current-buffer instead of
11793         save-excursion + set-buffer.
11794
11795 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11796
11797         * mm-util.el (mm-emacs-mule): Remove.
11798
11799 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11800
11801         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11802         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11803         change.
11804
11805 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11806
11807         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11808         bind the default value of enable-multibyte-characters to nil.
11809
11810 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11811
11812         * message.el (message-forward-make-body-plain)
11813         (message-forward-make-body-mml):
11814         Don't use mm-with-unibyte-current-buffer.
11815
11816 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11817
11818         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11819
11820 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11821
11822         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11823         (Bug#5592).
11824
11825 2010-05-07  Julien Danjou  <julien@danjou.info>
11826
11827         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11828         it to mm-pipe-part.
11829
11830         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11831         it is given.
11832
11833 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11834
11835         * binhex.el (binhex-decode-region-internal):
11836         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11837         (dns-query):
11838         * nnweb.el (nnweb-gmane-search):
11839         * pgg-parse.el (pgg-parse-armor):
11840         * pgg.el (pgg-verify-region):
11841         * sha1.el (sha1-string-external):
11842         * uudecode.el (uudecode-decode-region-internal):
11843         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11844         XEmacs.
11845
11846         * gnus-art.el (gnus-article-browse-html-parts):
11847         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11848         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11849         make-temp-file.
11850
11851         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11852         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11853         compiling.
11854
11855         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11856         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11857         XEmacs when compiling.
11858
11859         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11860         gnus-pick-mode-off-hook for XEmacs when compiling.
11861         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11862         gnus-binary-mode-off-hook for XEmacs when compiling.
11863
11864         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11865         Return nil if char-charset is not available.
11866
11867         * imap.el (imap-disable-multibyte)
11868         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11869         macros.
11870
11871         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11872         instead of encode-coding-string.
11873
11874         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11875         'xemacs) instead of mm-emacs-mule to switch function definitions.
11876         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11877
11878         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11879         bind temporary-file-directory for XEmacs;
11880         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11881         timer-set-function for XEmacs 21.4 and SXEmacs;
11882         bind timer-list for XEmacs 21.4 and SXEmacs;
11883         fbind char-charset and find-charset-region for non-Mule XEmacs;
11884         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11885         encode-coding-region and encode-coding-string for XEmacs having no
11886         file-coding feature.
11887
11888 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11889
11890         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11891
11892 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11893
11894         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11895         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11896
11897 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11898
11899         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11900         alias `jka-compr-delete-temp-file' no longer exists.
11901
11902 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11903
11904         Use define-minor-mode in Gnus where applicable.
11905         * mml.el (mml-mode): Use define-minor-mode.
11906         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11907         (gnus-undo-mode): Use define-minor-mode.
11908         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11909         (gnus-dead-summary-mode): Use define-minor-mode.
11910         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11911         Initialize in declaration.
11912         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11913         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11914         (gnus-mailing-list-mode): Use define-minor-mode.
11915         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11916         (gnus-draft-mode): Use define-minor-mode.
11917         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11918         (gnus-dired-mode): Use define-minor-mode.
11919
11920 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11921
11922         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11923         handles on recursive mml-to-mime translation and check them for
11924         boundary delimiter collisions.  Reported by Greg Troxel.
11925
11926 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11927
11928         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11929
11930 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11931
11932         * mm-util.el (mm-find-buffer-file-coding-system):
11933         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11934
11935 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11936
11937         * message.el (message-generate-headers): Record insertion of optional
11938         headers as well.  Otherwise the check to prevent repeated insertion of
11939         optional headers is a no-op.
11940
11941 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11942
11943         * smime.el: Don't mention CVS.
11944
11945         * nnrss.el (nnrss-fetch): Don't mention CVS.
11946
11947         * nnir.el: Don't mention CVS.
11948
11949 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11950
11951         * gnus-sum.el (gnus-summary-bookmark-make-record):
11952         Add `location' field.
11953
11954 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11955
11956         * lpath.el: Fbind bookmark-default-handler,
11957         bookmark-get-bookmark-record, bookmark-make-record-default,
11958         bookmark-prop-get for Emacs <23 and XEmacs.
11959
11960 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11961
11962         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11963         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11964         Use with-current-buffer to silence the byte-compiler.
11965         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11966         bother to require `gnus'.
11967         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11968
11969 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11970
11971         * gnus-sum.el (gnus-summary-bookmark-make-record)
11972         (gnus-summary-bookmark-jump): New functions.
11973         (gnus-summary-mode): Setup bookmark support.
11974
11975 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11976
11977         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11978         if set.
11979
11980 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11981
11982         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11983         gnus-article-browse-html-save-cid-image; make it work recursively for
11984         forwarded messages as well.
11985         (gnus-article-browse-html-parts): Work when prefix arg is given.
11986         (gnus-article-browse-html-article): Doc fix.
11987
11988 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11989
11990         * message.el (message-default-mail-headers):
11991         (message-default-headers): Carry the value mail-default-headers over
11992         into message-default-mail-headers, rather than message-default-headers.
11993
11994 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11995
11996         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11997         charset.
11998
11999         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12000         charset into the <meta> tag when the article is encoded to utf-8.
12001
12002 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12003
12004         * gnus-art.el (gnus-article-browse-delete-temp-files):
12005         Delete directories as well.
12006         (gnus-article-browse-html-parts): Work for images that do not specify
12007         file names; delete temp directory when quitting; insert header at the
12008         right place; use file: scheme for image files.
12009
12010 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12011
12012         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12013         (gnus-article-browse-html-parts): Use it to make temporary cid image
12014         files in addition to html file so that browser may display them.
12015
12016 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12019
12020 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12021
12022         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12023
12024 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12025
12026         * auth-source.el (auth-sources): Change default to be simpler.
12027         Explain about Secret Service API sources.  Improve Customize options.
12028         (auth-source-pick): Change to accept any number of search parameters.
12029         Implement fallbacks iteratively, not recursively.  Add scoring on the
12030         second pass and sort by score.  Call Secret Service API when needed.
12031         (auth-source-user-or-password): Use it.  Call Secret Service API
12032         directly when needed to get the user name and the password.
12033
12034 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12035
12036         * message.el (message-interactive): Doc fix.
12037         (message-qmail-inject-args): Reflow.
12038         (message-kill-to-signature): Fix typo in docstring.
12039
12040         * smiley.el (smiley-buffer): Fix typo in docstring.
12041
12042 2010-03-24  Glenn Morris  <rgm@gnu.org>
12043
12044         * mail-source.el (gnus-message): Declare.
12045         (mail-source-delete-old-incoming): Require gnus-util.
12046
12047 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12048
12049         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12050
12051         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12052
12053         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12054         password-cache's default if it is not bound.
12055         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12056         password-cache-expiry's default if it is not bound.
12057
12058         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12059         available in Emacs 21.
12060
12061         * lpath.el: Suppress compiler warnings for:
12062         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12063         XEmacs;
12064         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12065         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12066         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12067
12068 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12069
12070         * auth-source.el (auth-sources): Fix up definition so extra parameters
12071         are always inline.
12072
12073 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12074
12075         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12076         wasn't updated after mismatch.  Clear cached mailbox info correctly
12077         when uidvalidity changes.
12078         (nnimap-group-prefixed-name): New function to avoid some code
12079         duplication.
12080         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12081         (nnimap-request-group): Use it.
12082         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12083         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12084         with many imap folders.  This is done by caching the group status from
12085         the imap server persistently in a group parameter `imap-status'.  (This
12086         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12087         but not persistently, so every Gnus startup was still very slow.)
12088
12089 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12090
12091         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12092         delete the extra newline.  Otherwise editing of :string and :number
12093         types don't work.
12094
12095 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12096
12097         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12098         secrets.el dependency.
12099         (auth-sources): Add optional user name.  Add secrets.el configuration
12100         choice (unused right now).
12101
12102 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12103
12104         * gnus-sum.el (gnus-summary-make-menu-bar):
12105         Let `gnus-registry-install-shortcuts' fill in the functions.
12106
12107         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12108         warnings.
12109         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12110         (gnus-registry-install-shortcuts): Populate and use it in a
12111         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12112
12113 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12114
12115         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12116         In-place substitutions for the group name encoding/decoding.
12117         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12118         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12119         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12120         (nnimap-update-unseen, nnimap-request-list)
12121         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12122         (nnimap-request-set-mark, nnimap-split-to-groups)
12123         (nnimap-split-articles, nnimap-request-newgroups)
12124         (nnimap-request-create-group, nnimap-request-accept-article)
12125         (nnimap-request-delete-group, nnimap-request-rename-group)
12126         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12127         `encoded-mbx' for consistency.
12128         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12129         variable `imap-current-mailbox'.
12130
12131         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12132         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12133
12134 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12135
12136         * pop3.el (pop3-display-message-size-flag): Display message size byte
12137         counts during POP3 download.
12138         (pop3-movemail): Use it.
12139         (pop3-list): Implement listing of available messages.
12140
12141 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12142
12143         * nnir.el (nnir-get-article-nov-override-function): New function to
12144         override the normal NOV retrieval.
12145         (nnir-retrieve-headers): Use it.
12146
12147 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
12148
12149         * auth-source.el (netrc-machine-user-or-password): Autoload.
12150
12151 2010-03-19  Glenn Morris  <rgm@gnu.org>
12152
12153         Stop message.el from loading about 40 libraries it doesn't always need.
12154         The general approach is to autoload rather than require, and to
12155         require in the specific functions rather than the file.  (Bug#5642)
12156
12157         * gmm-utils.el: Don't require wid-edit.
12158         (widget-create-child-value, widget-convert, widget-default-get):
12159         Autoload.
12160
12161         * gnus-util.el: Don't require time-date, netrc.
12162         (message-fetch-field, gnus-group-name-decode): Declare rather than
12163         autoloading.
12164         (gnus-fetch-field): Require message.
12165         (gnus-decode-newsgroups): Require gnus-group.
12166
12167         * ietf-drums.el: Don't require time-date.
12168
12169         * message.el: Don't require hashcash, canlock, ecomplete.
12170         Do require mail-utils.  Require nnheader only when compiling.
12171         (smtpmail-default-smtp-server): Remove declaration.
12172         (message-send-mail-function): Check smtpmail-default-smtp-server
12173         is bound rather than requiring smtpmail.
12174         (message-auto-save-directory, message-insert-signature):
12175         Use expand-file-name rather than nnheader-concat.
12176         (nnheader-insert-file-contents): Autoload.
12177         (hashcash-wait-async): Declare.
12178         (message-send-mail): Only call gnus-setup-posting-charset if
12179         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
12180         (message-send-mail-with-sendmail): Require sendmail.
12181         (canlock-password, canlock-password-for-verify): Declare.
12182         (message-canlock-password): Require canlock.
12183         (nnheader-get-report): Autoload.
12184         (gnus-setup-posting-charset): Declare.
12185         (message-send-news): Require gnus-msg.
12186         (message-make-references, message-make-in-reply-to): Use mail-header-id
12187         rather than the alias mail-header-message-id.
12188         (ecomplete-add-item, ecomplete-save): Declare.
12189         (message-put-addresses-in-ecomplete): Require ecomplete.
12190         (ecomplete-display-matches): Autoload.
12191
12192         * mm-decode.el: Don't require mailcap, gnus-util.
12193         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12194         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12195         Autoload.
12196         (mailcap-mime-extensions): Declare.
12197
12198         * mm-encode.el: Don't require mailcap.
12199         (mailcap-extension-to-mime): Autoload.
12200
12201         * mml-sec.el: Don't require password-cache.
12202
12203         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12204         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12205         (mml-minibuffer-read-type): Require mailcap.
12206         (mml-preview): Require gnus-msg.
12207
12208         * mml1991.el: Require password-cache.
12209         (password-cache-expiry): Remove declaration.
12210
12211         * mml2015.el: Require password-cache.
12212         (password-cache-expiry): Remove declaration.
12213
12214         * nneething.el (mailcap): Require mailcap.
12215
12216         * nnheader.el (declare-function): Add compatibility stub.
12217         (message-remove-header): Declare rather than autoload.
12218         (nnheader-replace-header): Require message.
12219
12220         * nnimap.el (declare-function): Add compatibility stub.
12221         (netrc-parse, netrc-machine-user-or-password): Declare.
12222         (nnimap-open-connection): Require netrc.
12223
12224         * nntp.el (declare-function): Add compatibility stub.
12225         (netrc-parse, netrc-machine, netrc-get): Declare.
12226         (nntp-send-authinfo): Require netrc.
12227
12228         * rfc2047.el: Don't require qp.
12229         (quoted-printable-encode-region, quoted-printable-decode-string):
12230         Autoload.
12231
12232         * sieve-mode.el: Don't require easymenu.
12233         (easy-menu-add-item): Autoload it.
12234
12235         * spam-stat.el (time-to-number-of-days): Autoload it.
12236
12237 2010-03-19  Glenn Morris  <rgm@gnu.org>
12238
12239         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12240
12241 2010-03-18  Glenn Morris  <rgm@gnu.org>
12242
12243         * hashcash.el (declare-function): Remove duplicate definition.
12244
12245 2010-03-17  Kevin Ryde  <user42@zip.com.au>
12246
12247         * mml.el (mml-read-tag): Unquote values with `read' to reverse
12248         prin1 in mml-insert-tag (just stripping the quotes gave wrong
12249         value if any backslash escapes).
12250
12251 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12252
12253         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12254         if it is available.  (bug#5647)
12255
12256         * lpath.el: Suppress compiler warning for coding-system-from-name for
12257         Emacs 21 and XEmacs.
12258
12259 2010-03-14  Juri Linkov  <juri@jurta.org>
12260
12261         * hmac-def.el:
12262         * hmac-md5.el:
12263         * netrc.el: Fix keywords.
12264
12265 2010-02-26  Glenn Morris  <rgm@gnu.org>
12266
12267         * message.el (message-send-mail-function): Change the default, so that
12268         it inherits from a customized send-mail-function.  (Bug#5643)
12269
12270 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12271
12272         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12273         shell-command-to-string signals an error (bug#5299).
12274
12275 2010-02-24  Glenn Morris  <rgm@gnu.org>
12276
12277         * message.el (message-smtpmail-send-it)
12278         (message-send-mail-with-mailclient): Doc fixes.
12279
12280 2010-02-16  Glenn Morris  <rgm@gnu.org>
12281
12282         * message.el (message-default-mail-headers): Change the default value
12283         to ease the transition from mail-mode to message-mode.  (Bug#5555)
12284
12285 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12286
12287         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
12288         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
12289
12290 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12291
12292         * time-date.el (date-to-time): Doc fix (Bug#5408).
12293
12294 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12295
12296         * message.el (message-mail): Just pass yank-action on to message-setup.
12297         (message-setup): Handle (FUN . ARGS) form of yank-action.
12298         (message-with-reply-buffer, message-widen-reply)
12299         (message-yank-original): Handle non-buffer values of
12300         message-reply-buffer (Bug#4080).
12301         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12302
12303 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12304
12305         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12306         Fix typo in docstring.
12307
12308 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12309
12310         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12311         response.
12312
12313 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12314
12315         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12316
12317         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12318
12319         * message.el (message-check-news-header-syntax): Protect against a
12320         string that `rfc822-addresses' returns when parsing fails.
12321
12322 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12323
12324         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12325         (gnus-previous-char-property-change): New functions.
12326
12327         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12328
12329 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
12330
12331         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12332         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
12333
12334 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12335
12336         * message.el (message-exchange-point-and-mark): Rework last change to
12337         avoid using optional arg of exchange-point-and-mark, for backward
12338         compatibility.
12339
12340 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12341
12342         * message.el (message-exchange-point-and-mark):
12343         Call exchange-point-and-mark with an argument rather than setting
12344         mark-active by hand (Bug#5175).
12345
12346 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12347
12348         * nntp.el (nntp-service-to-port): Work for service expressed with
12349         numeric string; replace [:digit:] with [0-9] for XEmacs.
12350
12351 2009-12-17  Glenn Morris  <rgm@gnu.org>
12352
12353         * gnus-group.el (gnus-bug-group-download-format-alist):
12354         Change emacs entry to debbugs.gnu.org.  Bump :version.
12355
12356 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12357
12358         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12359
12360 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12361
12362         * message.el (message-info): Explain why we use `Info-goto-node'.
12363
12364 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12365
12366         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
12367
12368 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12369
12370         * message.el (message-completion-in-region): New compatibility function.
12371         (message-expand-group): Use it.
12372
12373 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12374
12375         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12376         with no unread article should be listed if the 2nd arg `predicate' is
12377         given.
12378
12379 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12380
12381         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
12382
12383 2009-11-29  Juri Linkov  <juri@jurta.org>
12384
12385         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12386         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
12387         on `gnus-recenter'.  (Bug#4698, Bug#4981)
12388
12389 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12390
12391         * sha1.el (sha1-string-external): default-directory "/" in case
12392         otherwise non-existent.  process-connection-type pipe for touch of
12393         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12394
12395 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12396
12397         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
12398         it's comms related and sgml-mode.el has "comm" on that basis too.
12399
12400 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12401
12402         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12403         containing tspecial characters if they have been already quoted.
12404
12405 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12406
12407         * dns-mode.el (auto-mode-alist): Purecopy string.
12408
12409 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12410
12411         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
12412
12413 2009-10-24  Glenn Morris  <rgm@gnu.org>
12414
12415         * gnus-art.el (help-xref-stack-item): Define for compiler.
12416
12417 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12418
12419         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
12420
12421 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12422
12423         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12424
12425 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12426
12427         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12428         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12429
12430 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12433         (gnus-overlays-in): New alias to overlays-in.
12434
12435         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12436         gnus-overlay-get, and gnus-delete-overlay.
12437         (gnus-summary-show-thread): Make it work as well for systems in which
12438         next-single-char-property-change is not available.
12439         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12440
12441         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
12442         (gnus-overlay-get): New alias to extent-property.
12443         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12444
12445         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12446         SXEmacs.
12447
12448         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12449         SXEmacs.
12450
12451 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12452
12453         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12454
12455 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12456
12457         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12458         and XEmacs that don't have `remove-overlays'.
12459
12460 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12461
12462         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12463         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12464         selective display.  Use overlays instead.
12465
12466 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12467
12468         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12469
12470 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12471
12472         * spam-stat.el (spam-stat-load): Fix typo in message.
12473
12474 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12475
12476         * dig.el (dig-invoke): Fix typo in docstring.
12477         (query-dig): Reflow docstring.
12478
12479 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12480
12481         * gnus-art.el (gnus-article-encrypt-body):
12482         * message.el (message-check-recipients):
12483         * mm-util.el (mm-codepage-setup):
12484         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12485         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12486
12487 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12488
12489         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12490         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12491         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12492         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12493         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12494
12495 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12496
12497         * dig.el: Add "Keywords: comm", as per net-utils.el.
12498
12499 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12500
12501         * dig.el (dig-mode): Use define-derived-mode.
12502
12503 2009-09-19  Glenn Morris  <rgm@gnu.org>
12504
12505         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12506
12507 2009-09-18  Glenn Morris  <rgm@gnu.org>
12508
12509         * gnus-diary.el (gnus-diary-check-message):
12510         * message.el (message-insert-formatted-citation-line):
12511         * nnbabyl.el (top-level):
12512         * nndiary.el (nndiary-schedule):
12513         Fix typos in condition-case handlers.
12514
12515 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12516
12517         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12518         configuration that provides the sole article window in a frame;
12519         position point correctly after deleting a part.
12520
12521 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12522
12523         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12524         (spam-resolve-registrations-routine): Use it to unregister articles
12525         that change status.
12526
12527 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12528
12529         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12530         with XEmacs.
12531         (parse-time-string-chars): Use it.
12532
12533 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12534
12535         * imap.el (imap-interactive-login): Better messages.
12536         (imap-open): Fix bug with renamed buffer on reconnect.
12537         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12538         for easier debugging and cleaner code.  On successful (guessed based on
12539         server capabilities) secondary authentication, set imap-state
12540         correctly.
12541         (imap-last-authenticator): Define imap-last-authenticator as a variable
12542         to avoid warnings.
12543
12544 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12545
12546         * nnrss.el (nnrss-request-article): Remove binding of
12547         default-enable-multibyte-characters that has gotten needless by
12548         the 2007-07-13 change in rfc2047-encode-message-header.
12549
12550         * mml.el (mml-insert-multipart): Error on the message header.
12551         (mml-insert-part): Error on the message header; position point at
12552         the end of a MIME tag.
12553
12554 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12555
12556         * time-date.el (autoload): Expand define-obsolete-function-alias into
12557         defalias and make-obsolete for old Emacsen that Gnus supports.
12558         (with-no-warnings): Define it for old Emacsen.
12559         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12560         is available.
12561         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12562         float-time is available; suppress compile warning for time-to-seconds.
12563
12564         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12565         (gnus-float-time): Alias to float-time if it exists.
12566
12567         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12568         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12569         float-time is available; suppress compile warning for time-to-seconds.
12570
12571         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12572         XEmacs.
12573
12574 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12575
12576         * imap.el (imap-message-map): Docstring fix.
12577
12578 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12579
12580         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12581         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12582         Add the optional argument `encoding' that overrides the default.
12583
12584         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12585         mm-encode-buffer.
12586
12587 2009-09-04  Glenn Morris  <rgm@gnu.org>
12588
12589         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12590         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12591         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12592         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12593         * mm-util.el (mm-with-unibyte-current-buffer)
12594         (mm-find-buffer-file-coding-system):
12595         * yenc.el (yenc-decode-region): Use default-value rather than
12596         default-enable-multibyte-characters.
12597
12598 2009-09-03  Glenn Morris  <rgm@gnu.org>
12599
12600         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12601         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12602         than default-enable-multibyte-characters.
12603
12604 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12605
12606         * gnus-art.el (gnus-article-read-summary-keys):
12607         Fix gnus-buffer-configuration's value temporarily used.
12608
12609 2009-09-02  Glenn Morris  <rgm@gnu.org>
12610
12611         * gnus-util.el (gnus-float-time): New function.
12612         * gnus-delay.el (gnus-delay-article):
12613         * gnus-sum.el (gnus-thread-latest-date):
12614         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12615         * nnspool.el (nnspool-request-newgroups):
12616         Use gnus-float-time rather than time-to-seconds.
12617         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12618
12619         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12620         (gnus-header-subject-face, gnus-header-newsgroups-face)
12621         (gnus-header-name-face, gnus-header-content-face):
12622         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12623         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12624         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12625         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12626         (gnus-cite-face-11):
12627         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12628         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12629         (gnus-server-closed-face, gnus-server-denied-face)
12630         (gnus-server-offline-face):
12631         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12632         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12633         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12634         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12635         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12636         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12637         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12638         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12639         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12640         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12641         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12642         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12643         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12644         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12645         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12646         (gnus-summary-high-undownloaded-face)
12647         (gnus-summary-low-undownloaded-face)
12648         (gnus-summary-normal-undownloaded-face)
12649         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12650         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12651         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12652         (gnus-splash-face):
12653         * message.el (message-header-to-face, message-header-cc-face)
12654         (message-header-subject-face, message-header-newsgroups-face)
12655         (message-header-other-face, message-header-name-face)
12656         (message-header-xheader-face, message-separator-face)
12657         (message-cited-text-face, message-mml-face):
12658         * sieve-mode.el (sieve-control-commands-face)
12659         (sieve-action-commands-face, sieve-test-commands-face)
12660         (sieve-tagged-arguments-face):
12661         * spam.el (spam-face):
12662         Mark face aliases with "-face" in the name as obsolete.
12663
12664 2009-09-01  Glenn Morris  <rgm@gnu.org>
12665
12666         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12667         than goto-line.
12668
12669 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12672         Don't move point if the command is invoked inside the message header.
12673
12674 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12675
12676         * imap.el (imap-send-command): Simplify.
12677         (imap-wait-for-tag): point-max -> buffer-size.
12678
12679 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12680
12681         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12682         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12683         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12684         * nnir.el (nnir-swish-e-index-file):
12685         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12686         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12687         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12688         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12689         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12690         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12691
12692 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12693
12694         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12695         Don't save excursion.
12696
12697 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12698
12699         * nnheader.el (nnheader-find-file-noselect):
12700         * mm-util.el (mm-insert-file-contents):
12701         Use (default-value 'major-mode) instead of default-major-mode.
12702
12703 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12704
12705         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12706
12707 2009-08-26  Glenn Morris  <rgm@gnu.org>
12708
12709         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12710         than placing in files.el.
12711
12712 2009-08-25  Glenn Morris  <rgm@gnu.org>
12713
12714         * nnir.el (top-level): Don't require cl at run-time.
12715         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12716         Replace cl-function substitute with gnus-replace-in-string.
12717         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12718         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12719         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12720         simplified expansions.
12721
12722 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12723
12724         * dig.el (dig): Add autoload cookie.
12725
12726 2009-08-22  Glenn Morris  <rgm@gnu.org>
12727
12728         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12729         goto-line.
12730
12731 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12732
12733         * parse-time.el (parse-time-string-chars): Save match data.
12734
12735 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12736
12737         * parse-time.el (parse-time-string-chars): Compute using character
12738         classes, to handle non-ascii characters (Bug#3190).
12739
12740 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12741
12742         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12743
12744         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12745         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12746         (gnus-mm-display-part, gnus-mime-display-single)
12747         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12748         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12749
12750         * gnus-sum.el
12751         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12752         (gnus-summary-move-article): Add expirable mark to articles copied or
12753         moved to group that has auto-expire turned on if the option is non-nil.
12754
12755 2009-07-24  Glenn Morris  <rgm@gnu.org>
12756
12757         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12758         Fix typo.  (Bug#3903)
12759
12760 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12763         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12764         that should not be used for draft articles.
12765         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12766         that has no concern in minor mode keys.
12767         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12768         Abolish.
12769
12770 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12771
12772         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12773         article without making inquiry to a user for unknown encoding.
12774
12775         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12776         (nnmaildir--scan): Assume i-node and device number that file-attributes
12777         returns might be cons-cell.
12778
12779         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12780
12781         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12782
12783 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12784
12785         * auth-source.el: Remove docs now in auth.texi.  Don't use
12786         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12787         `auth-source-hide-passwords' and use them.
12788
12789 2009-07-15  Glenn Morris  <rgm@gnu.org>
12790
12791         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12792
12793 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12794
12795         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12796         excessive whitespace from the default values of title and description.
12797
12798 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12799
12800         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12801         mail-fetch-field to fetch Content-Description header in order to
12802         exclude newlines.
12803
12804 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12805
12806         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12807         format used by GnuPG 2.0.11.
12808
12809 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12810
12811         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12812         to deleted part.
12813
12814 2009-05-30  David Engster  <dengste@eml.cc>
12815
12816         * nnmairix.el: Remove old documentation in the commentary block.
12817         (nnmairix-request-group): Do not update active file for nnml back ends.
12818         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12819         end so that overview files are ignored.
12820         (nnmairix-update-groups): Make updating the groups more robust by using
12821         marks.
12822         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12823         with dollar characters in message-id.
12824
12825 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12826
12827         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12828         2008-12-25 in dns.el.
12829
12830 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12831
12832         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12833         could happen if the text is only composed of spaces and/or tabs.
12834
12835 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12836
12837         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12838         when sending a queued message to avoid extra mml tags.
12839
12840 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12841
12842         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12843
12844 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12845
12846         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12847         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12848         rmail-toggle-header for XEmacs;
12849         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12850
12851 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12852
12853         * gnus-dired.el: Remove autoload for gnus-setup-message.
12854         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12855         displaying Gnus logo; always use compose-mail.
12856
12857 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12860
12861 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12862
12863         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12864         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12865         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12866         available.
12867         (gnus-nocem-epg-verify): New function.
12868
12869 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12870
12871         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12872
12873 2009-02-15  Glenn Morris  <rgm@gnu.org>
12874
12875         * gnus-util.el (rmail-insert-rmail-file-header)
12876         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12877         autoloads.
12878         (rmail-default-rmail-file): Remove unnecessary declaration.
12879         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12880
12881 2009-02-14  Glenn Morris  <rgm@gnu.org>
12882
12883         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12884         variable (only used in gnus-util, which declares it anyway).
12885         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12886         which was only needed by gnus-art (changed to not use it any more).
12887         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12888         only used in gnus-util, which autoloads it itself.
12889         (rmail-update-summary): Fix autoload.
12890
12891         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12892         rather than rmail-output-to-rmail-file.
12893
12894 2009-02-07  Glenn Morris  <rgm@gnu.org>
12895
12896         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12897         autoload of function that no longer exists.
12898         (rmail-toggle-header): Declare.
12899         (message-forward-rmail-make-body): Handle mbox Rmail.
12900
12901 2009-01-31  Glenn Morris  <rgm@gnu.org>
12902
12903         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12904         2009-01-09 change.
12905
12906 2009-01-31  Dave Love  <fx@gnu.org>
12907
12908         * imap.el (imap-fetch-safe): Bind debug-on-error.
12909         (imap-debug): Add imap-fetch-safe.
12910
12911 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12912
12913         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12914         (auth-source-forget-all-cached): New convenience function.
12915         (auth-source-user-or-password): Accept list of modes or a single mode.
12916
12917         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12918         auth-source modes.
12919
12920         * netrc.el (netrc-machine-user-or-password): Use list of
12921         auth-source modes.
12922
12923         * nnimap.el (nnimap-open-connection): Use list of
12924         auth-source modes.
12925
12926         * nntp.el (nntp-send-authinfo): Use list of
12927         auth-source modes.
12928
12929 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12930
12931         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12932         now.
12933
12934 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12935
12936         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12937         coding system in XEmacs; add a workaround for XEmacs.
12938
12939         * lpath.el: Fbind coding-system-aliasee.
12940
12941 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12942
12943         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12944         of current-language-environment.
12945
12946 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12947
12948         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12949         available at runtime.
12950
12951 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12952
12953         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12954
12955 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12956
12957         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12958         the greatest positive fixnum value doesn't work under an XEmacs with
12959         bignum support; use the most-positive-fixnum constant instead,
12960         available since Emacs 21.1 with cl and XEmacs 21.1.
12961
12962 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12963
12964         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12965         XEmacs gets not to work.
12966
12967 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12968
12969         * mm-util.el (mm-coding-system-priorities): Allow the value like
12970         "Japanese (UTF-8)" of current-language-environment.
12971
12972 2009-01-09  Glenn Morris  <rgm@gnu.org>
12973
12974         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12975         with last-command-event.
12976
12977 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12978
12979         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12980         in the doc string.
12981
12982         * message.el (message-fix-before-sending): Amend comment.
12983
12984 2009-01-08  Dave Love  <fx@gnu.org>
12985
12986         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12987
12988 2009-01-07  David Engster  <dengste@eml.cc>
12989
12990         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12991         simplified server definitions by converting it via
12992         gnus-server-to-method.
12993
12994 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12995
12996         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12997         parameter's operands.
12998
12999 2009-01-06  David Engster  <dengste@eml.cc>
13000
13001         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13002         primary select method (for gnus-group-mark-article-as-read).
13003
13004 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13005
13006         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13007         `(gnus)Face', not `(gnus)X-Face'.
13008
13009 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13010
13011         * mm-util.el (mm-ucs-to-char): New function.
13012
13013         * mm-url.el (mm-url-decode-entities): Use it.
13014
13015         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13016         unicode-to-char.
13017
13018 2009-01-05  Dave Love  <fx@gnu.org>
13019
13020         * time-date.el: Require cl for `declare'.
13021
13022 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13023
13024         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13025         Dave Love.
13026
13027 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13028
13029         * message.el (message-fix-before-sending): Add `eight-bit' to
13030         illegible-text check.
13031
13032 2009-01-03  Michael Olson  <mwolson@gnu.org>
13033
13034         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13035         `headers' is nil.  This can occur if the IMAP server does not have
13036         permissions to read messages from a folder, but can write new messages
13037         to the folder.
13038         (nnimap-request-article-part): Do not insert `data' if it is nil.
13039
13040         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13041         characters which will confuse `read', so skip past them.
13042
13043 2009-01-01  Dave Love  <fx@gnu.org>
13044
13045         * imap.el (imap-string-to-integer): Fix typo.
13046         (imap-fetch-safe): New function.
13047         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13048
13049         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13050
13051         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13052         (imap-parse-greeting): Fix doc strings.
13053         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13054         (imap-parse-flag-list): Make messages unique.
13055         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13056
13057         * nnimap.el: Fix author email.
13058         (nnimap-split-rule): Add FIXME comment.
13059         (nnimap-debug): Fix doc string.
13060
13061 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13062
13063         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13064
13065 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13066
13067         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13068         nslookup if resolv.conf isn't available.
13069         (dns-query): Rename from query-dns.
13070         (dns-query-cached): Rename from query-dns-cached.
13071
13072 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13073
13074         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13075         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13076         to check if those variables exist (first appeared in Emacs 18.50).
13077
13078 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13079
13080         * mm-util.el (mm-line-number-at-pos): New function.
13081
13082         * spam-report.el (spam-report-process-queue): Use it.
13083
13084 2008-12-24  David Engster  <dengste@eml.cc>
13085
13086         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13087         parameters that haven't existed as variables as buffer-local variables.
13088
13089 2008-12-23  Dave Love  <fx@gnu.org>
13090
13091         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13092         cadar.
13093
13094         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13095         imap-starttls-p.
13096         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13097
13098 2008-12-22  Dave Love  <fx@gnu.org>
13099
13100         * imap.el: Fix author email.  Doc fixes.
13101         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13102         reply.
13103
13104 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13105
13106         * spam-report.el (spam-report-gmane-max-requests): New constant.
13107         (spam-report-gmane-wait): New variable.
13108         (spam-report-gmane-ham, spam-report-gmane-spam)
13109         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13110         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13111         the server.
13112
13113         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13114         Add explanations.
13115
13116         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13117         nnheader-accept-process-output and nnheader-read-timeout if available.
13118         (pop3-movemail): Use it.
13119
13120         * message.el (message-check-news-body-syntax): Fix signature check if
13121         there's an attachment.
13122
13123 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13124
13125         * mm-util.el: Add comments to the mm- emulating functions.
13126
13127 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
13128
13129         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13130         Reported by Stephen Berman <stephen.berman@gmx.net>.
13131
13132 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13133
13134         * mm-util.el (mm-substring-no-properties): New function.
13135         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13136         (mm-special-display-p): Enable those lambda forms to be byte compiled.
13137         (mm-string-to-multibyte): Doc fix.
13138
13139         * mml.el (mml-attach-file): Use mm-substring-no-properties.
13140
13141 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13142
13143         * mml.el (mml-attach-file): Strip text properties from file name.
13144         (Bug#1574)
13145
13146 2008-12-16  Glenn Morris  <rgm@gnu.org>
13147
13148         * mm-util.el (mm-charset-override-alist): Declare for compiler.
13149
13150 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13151
13152         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13153         knows since the charset specified might be a bogus alias that
13154         mm-charset-synonym-alist provides.
13155
13156 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13157
13158         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13159         "ISO_8859-1".
13160
13161         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13162
13163 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13164
13165         * mm-util.el (mm-charset-eval-alist):
13166         Define it before mm-charset-to-coding-system.
13167         (mm-charset-to-coding-system): Add optional argument `silent';
13168         define it before mm-charset-override-alist.
13169         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13170         default value if it can be used in Emacs currently running;
13171         silence mm-charset-to-coding-system.
13172
13173 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13174
13175         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13176         `allow-override' which says whether to use `mm-charset-override-alist'.
13177         (rfc2047-decode-encoded-words): Use it.
13178
13179         * mm-util.el (mm-charset-override-alist): Fix custom type;
13180         add `(gb2312 . gbk)' to choices.
13181
13182 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13183
13184         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13185         fast.
13186
13187         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13188
13189         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
13190
13191 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
13192
13193         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13194         on links.
13195
13196         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13197
13198 2008-12-03  Lute Kamstra  <lute@gnu.org>
13199
13200         * sha1.el: Remove leading * from docstrings of defcustoms,
13201         deffaces, defconsts and defuns.
13202
13203 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13204
13205         * message.el (message-idna-to-ascii-rhs-1): Protect against local
13206         users' addresses that don't have domain parts.
13207         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13208         rather than message-narrow-to-head since there will be the message
13209         header separator.
13210
13211 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13212
13213         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13214         since the result is inserted in a unibyte buffer anyway.
13215         (nnimap-demule-use-string-to-multibyte): Remove.
13216         (nnimap-demule): Alias it to mm-string-to-multibyte.
13217
13218 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13219
13220         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13221         variable for debugging bug#464 and bug#1174.
13222         (nnimap-demule): Use it.
13223
13224 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13225
13226         * gnus-score.el (gnus-score-find-trace): Handle default score in total
13227         score calculation correctly.
13228
13229 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13230
13231         * message.el (message-send-mail): Just set the buffer to unibyte
13232         rather than use mm-with-unibyte-current-buffer which does a lot more.
13233         (message-send-mail-partially): Don't bother with
13234         mm-with-unibyte-current-buffer since it's already been made unibyte by
13235         message-send-mail.
13236
13237 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13238
13239         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13240
13241 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13242
13243         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13244
13245 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13248         require itself and to remove `with-no-warnings'.
13249
13250 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
13251
13252         * starttls.el (starttls-any-program-available): Get the name of the
13253         available TLS layer program.
13254         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13255         well as the host name in the "opening" message.
13256
13257         * auth-source.el (auth-source-cache, auth-source-do-cache)
13258         (auth-source-user-or-password): Cache passwords and logins by default,
13259         allow override with `auth-source-do-cache'.
13260         (auth-source-forget-user-or-password): Allow users to remove cache
13261         entries if needed.
13262
13263 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
13264
13265         * md4.el (md4-buffer): Fix typo in docstring.
13266         (md4, md4-64): Doc fixes.
13267         (md4-pack-int32): Reflow docstring.
13268
13269 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13270
13271         * ietf-drums.el (ietf-drums-remove-comments): Localize second
13272         condition-case to only the forward-sexp call.
13273
13274 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13275
13276         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13277         quotes contained.  Make it more robust regardless by an extra
13278         condition-case wrapper.
13279
13280 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13281
13282         * lpath.el: No need to fbind codepage-setup for Emacs 23.
13283
13284 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13285
13286         * nnml.el (nnml-request-expire-articles): Check if the function set to
13287         `nnmail-expiry-target' returns the symbol `delete'.
13288
13289         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13290
13291         * nnmail.el (nnmail-expiry-target): Fix custom type.
13292
13293 2008-10-02  Glenn Morris  <rgm@gnu.org>
13294
13295         * mm-util.el (mm-codepage-setup): Tweak codepage error.
13296         Silence compiler warning.
13297
13298 2008-10-01  Magnus Henoch  <mange@freemail.hu>
13299
13300         * tls.el (open-tls-stream): Show the actual command being
13301         executed, instead of the format string.
13302
13303 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13304
13305         * lpath.el: Fbind codepage-setup for Emacs 23.
13306
13307 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13308
13309         * mml.el (mml-menu): Don't assume mml2015 is bound.
13310
13311 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13312
13313         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13314         exists.
13315
13316 2008-09-27  Glenn Morris  <rgm@gnu.org>
13317
13318         * gnus-util.el (mail-header-remove-comments): Autoload it.
13319
13320 2008-09-27  Andreas Schwab  <schwab@suse.de>
13321
13322         * gnus-util.el (gnus-split-references): Strip comments.
13323         (gnus-parent-id): Likewise.
13324
13325 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
13326
13327         * message.el (message-confirm-send): Fix version.
13328
13329 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13330
13331         * message.el (message-idna-to-ascii-rhs-1): Use
13332         mail-extract-address-components rather than mail-header-parse-addresses
13333         that is an alias by default to ietf-drums-parse-addresses that does not
13334         support non-ASCII names in headers' contents.
13335
13336 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13337
13338         * message.el (message-confirm-send): Fix variable documentation to
13339         avoid the "y/n" wording.
13340
13341 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
13342
13343         * message.el (message-set-auto-save-file-name): Save to a different
13344         filename so multiple messages (especially drafts) can be recovered.
13345
13346 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
13347
13348         * message.el (message-confirm-send): Add appropriate version.
13349
13350 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
13351
13352         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13353         defvar.
13354
13355 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
13356
13357         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13358         (mm-pkcs7-enveloped-magic): Ditto.
13359
13360 2008-09-17  Simon Josefsson  <simon@josefsson.org>
13361
13362         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13363         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13364
13365 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
13366
13367         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13368         default, it's better.
13369
13370 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
13371
13372         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13373         summary line gnus-number property and ignore them (with a warning
13374         message).
13375
13376 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13377
13378         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13379         macro caddr in the interactive form since it won't be expanded.
13380
13381 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13384         `charset'; fix name of function called recursively.
13385         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13386
13387 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13388
13389         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13390         (gnus-mime-set-charset-parameters): New function.
13391         (gnus-mime-view-part-as-charset): Use it to correctly display part
13392         specifying wrong charset.
13393
13394 2008-09-08  David Engster  <dengste@eml.cc>
13395
13396         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13397         in completing-read for back end server.
13398
13399 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13400
13401         * message.el (message-confirm-send): New variable to confirm sending a
13402         message.
13403         (message-send): Use it.
13404
13405 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13406
13407         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13408
13409 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13410
13411         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13412
13413 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13414
13415         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13416         prevent tracking too many groups.
13417         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13418         Use it.
13419
13420 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13421
13422         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13423         moving point to the bottom of the window in order to avoid recentering.
13424
13425 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13426
13427         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
13428
13429         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13430         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13431         (gnus-article-beginning-of-window): Fix calculation.
13432
13433 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13434
13435         * gnus-msg.el (gnus-summary-supersede-article)
13436         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13437         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13438         message header.
13439
13440 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13441
13442         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13443         pending output coming after the status change.
13444
13445 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13446
13447         * message.el:
13448         * gnus-start.el:
13449         * gnus-registry.el: Remove VMS support.
13450
13451 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13452
13453         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13454         macro.
13455         (rfc2104-hash): Use it.
13456
13457 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13458
13459         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13460         (gnus-summary-sort-by-most-recent-date): New commands.
13461         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13462         and menu entries.
13463
13464 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13465
13466         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13467         don't redisplay article for raw contents; remove plural articles stuff.
13468
13469         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13470         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13471         on gnus-summary-save-article; display results properly.
13472
13473 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * lpath.el: No need to fbind ns-focus-frame.
13476
13477 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13478
13479         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13480
13481 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13482
13483         * gnus-art.el (gnus-summary-save-in-pipe):
13484         Consider gnus-save-all-headers.
13485
13486 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13487
13488         * gnus-util.el (ns-focus-frame): Remove declaration.
13489         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13490         like x.
13491
13492 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13493
13494         * rfc2104.el (rfc2104-zero): Delete defconst.
13495         (rfc2104-hex-alist): Likewise.
13496         (rfc2104-hex-to-int): Delete func.
13497         (rfc2104-hexstring-to-bitstring): Likewise.
13498         (rfc2104-nybbles): New defconst.
13499         (rfc2104-hash): Rewrite for speed.
13500
13501 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13502
13503         * tls.el (open-tls-stream): Make it work with the 2nd argument
13504         BUFFER that is a string but does not exist as a buffer object, as
13505         mentioned in the doc-string.
13506
13507 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13508
13509         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13510         SXEmacs.
13511
13512 2008-07-16  Glenn Morris  <rgm@gnu.org>
13513
13514         * gnus-util.el (ns-focus-frame): Declare for compiler.
13515
13516 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13517
13518         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13519         set as a group parameter.
13520         (gnus-summary-save-in-pipe): Work when it is called independently.
13521         (gnus-summary-pipe-to-muttprint): Don't modify
13522         gnus-summary-pipe-output-default-command.
13523
13524 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13525
13526         * message.el (message-send-mail-with-sendmail):
13527         Display the error message.
13528
13529 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13530
13531         * gnus-art.el (gnus-default-article-saver):
13532         Add gnus-summary-save-in-pipe to choices.
13533         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13534         gnus-summary-pipe-output-default-command as the default command.
13535         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13536         instead of gnus-last-shell-command.
13537
13538         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13539         New user option.
13540         (gnus-summary-muttprint-program): Mention the value will be changed.
13541         (gnus-summary-save-article): Force showing of all headers.
13542         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13543
13544 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13545
13546         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13547
13548 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13549
13550         * nnimap.el (nnimap-id):
13551         * sieve-manage.el (sieve-manage-open): Doc fixes.
13552
13553 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13554
13555         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13556         if available.
13557
13558 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13559
13560         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13561
13562         * nnkiboze.el (nnkiboze-generate-group):
13563         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13564
13565         * nnmairix.el: Require CL.
13566
13567 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13568
13569         * dgnushack.el: Autoload get-display-table and put-display-table for
13570         XEmacs 21.5.
13571
13572         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13573         21.4 and SXEmacs.
13574
13575 2008-06-15  David Engster  <dengste@eml.cc>
13576
13577         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13578
13579 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13580
13581         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13582         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13583         runtime choice under XEmacs.
13584
13585         * gnus-sum.el (gnus-summary-set-display-table):
13586         Use `gnus-put-display-table', `gnus-get-display-table',
13587         `gnus-set-display-table' for the display table, instead of `aset'.
13588
13589         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13590         Use `gnus-put-display-table', `gnus-get-display-table',
13591         `gnus-set-display-table' for the display table.
13592
13593 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13594
13595         * nnmairix.el: Add autoloads.
13596
13597 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13598
13599         * nnmairix.el (nnmairix-delete-recreate-group)
13600         (nnmairix-update-and-clear-marks): Fix error messages.
13601
13602 2008-06-14  David Engster  <dengste@eml.cc>
13603
13604         * nnmairix.el: Upgrade to version 0.6.
13605         (nnmairix-group-toggle-propmarks-this-group)
13606         (nnmairix-group-toggle-readmarks-this-group)
13607         (nnmairix-group-delete-recreate-this-group)
13608         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13609         (nnmairix-remove-tick-mark-original-article): New commands.
13610         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13611         (nnmairix-propagate-marks-to-nnmairix-groups)
13612         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13613         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13614         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13615         functions needed for marks propagation and manipulation of read marks.
13616         (nnmairix-update-groups): New function.
13617         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13618         (nnmairix-determine-original-group-from-registry)
13619         (nnmairix-determine-original-group-from-path)
13620         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13621         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13622         New helper functions.
13623         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13624         keystrokes for new commands.
13625         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13626         (nnmairix-request-group): Check allow-fast group parameter.
13627         (nnmairix-request-create-group): Set allow-fast group parameter if
13628         nnmairix-allowfast-default is set.
13629         (nnmairix-close-group): Propagate marks upon closing if needed.
13630         (nnmairix-group-toggle-threads-this-group): Use new.
13631         nnmairix-group-toggle-parameter helper function.
13632         (nnmairix-search): Better check for empty search result.
13633         (nnmairix-goto-original-article): Use new helper functions for
13634         determining original article.
13635         (nnmairix-show-original-article): Make sure message-id is in brackets.
13636         (nnmairix-call-mairix-binary): Change variable name.
13637         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13638         helper function.
13639         (nnmairix-widget-toggle-activate): Fix doc string.
13640
13641 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13642
13643         * nnir.el: Require edmacro when compiling with XEmacs.
13644         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13645         available in Emacs 21.
13646
13647 2008-06-11  Glenn Morris  <rgm@gnu.org>
13648
13649         * gnus-util.el (x-focus-frame):
13650         * gnus.el (image-size):
13651         * mm-decode.el (image-size): Declare.
13652
13653         * gnus-picon.el (declare-function): Add compat definition.
13654         (image-size): Declare.
13655
13656         * gnus-group.el (tool-bar-map):
13657         * gnus-sum.el (tool-bar-map): Define for compiler.
13658
13659         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13660
13661         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13662
13663         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13664         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13665         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13666         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13667         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13668         * sieve-manage.el, spam-report.el, spam.el:
13669         Remove unnecessary eval-and-compile of autoloads.
13670
13671 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13672
13673         * auth-source.el: Precise Tramp doc.
13674
13675 2008-06-07  Glenn Morris  <rgm@gnu.org>
13676
13677         * nnmairix.el: Remove unnecessary eval-when-compile.
13678
13679 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13680
13681         * lpath.el: Fbind propertize for XEmacs 21.4.
13682
13683 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13684
13685         * nnir.el: Move here from ../contrib.
13686
13687 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13688
13689         * gnus-util.el (gnus-read-shell-command): New function.
13690         * mm-decode.el (mm-pipe-part):
13691         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13692
13693 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13694
13695         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13696
13697 2008-06-03  Glenn Morris  <rgm@gnu.org>
13698
13699         * pop3.el (nnheader-accept-process-output): Autoload it.
13700
13701 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13702
13703         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13704         are not 2-digit hexadecimal characters that follow `%'s.
13705
13706 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13707
13708         * message.el (message-bogus-recipient-p): Fix type in doc string.
13709         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13710         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13711         Improve custom options.
13712         (message-bogus-recipient-p): Adjust accordingly.
13713
13714 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13715
13716         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13717         long-form month and day names.
13718
13719 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13720
13721         * dgnushack.el: Autoload debug, eudc-expand-inline and
13722         pgg-snarf-keys-region for XEmacs.
13723
13724         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13725
13726         * nnmairix.el: Require edmacro when compiling with XEmacs.
13727
13728 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13729
13730         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13731         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13732
13733 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13734
13735         * auth-source.el: Add more docs.
13736
13737         * netrc.el (netrc-machine): Always match if the port is not given.
13738
13739 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13740
13741         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13742         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13743         retrieval faster in some cases, but might make CPU usage larger.
13744         If this has any bad side effects, we might revert this change.
13745
13746         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13747         seems to make mail retrieval much, much faster.
13748         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13749         unconditionally.
13750
13751         * gnus-draft.el (gnus-group-send-queue):
13752         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13753
13754 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13755
13756         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13757
13758         * message.el (message-bogus-address-regexp): Fix and improve custom
13759         type.
13760         (message-setup-hook): Add message-check-recipients as custom option.
13761
13762 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13763
13764         * message.el (message-cite-function): Remove bogus autoload which crept
13765         in during merge from v5-10.
13766
13767 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13768
13769         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13770
13771         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13772
13773         * auth-source.el: Preliminary Tramp docs.
13774         (auth-sources): Change the default auth-sources to use
13775         EPA .gpg files.
13776
13777 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13778
13779         * nntp.el: Autoload `auth-source-user-or-password'.
13780         (nntp-send-authinfo): Use it.
13781
13782         * nnimap.el: Autoload `auth-source-user-or-password'.
13783         (nnimap-open-connection): Use it.
13784
13785         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13786         for the gnus-message function.
13787         (auth-source-user-or-password): Use it.
13788
13789 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13790
13791         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13792         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13793         (rfc2104-hash): Use it.
13794
13795 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13796
13797         * gnus-art.el (gnus-article-toggle-truncate-lines):
13798         Don't use `iff' in docstring.
13799
13800 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13801
13802         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13803
13804         * gnus-util.el (gnus-extract-address-component-name)
13805         (gnus-extract-address-component-email): Convenience functions around
13806         `gnus-extract-address-components'.
13807
13808         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13809         Use `gnus-extract-address-component-email' to fix bug of comparing full
13810         sender name to `user-mail-address'.
13811
13812 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13813
13814         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13815         catch/throw to optimize.
13816         (gnus-registry-find-keywords): Just use member to find a keyword.
13817
13818 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13819
13820         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13821         is current before calling gnus-server-prepare.
13822         (gnus-server-setup-buffer, gnus-server-update-server)
13823         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13824
13825 2008-05-04  Juri Linkov  <juri@jurta.org>
13826
13827         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13828         (mailcap-file-default-commands): Use mailcap-replace-in-string
13829         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13830         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13831
13832 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13833
13834         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13835
13836 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13837
13838         * gnus.el: Bump version to 0.11.
13839
13840 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13841
13842         * gnus.el: No Gnus v0.10 is released.
13843
13844 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13845
13846         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13847         hooks.
13848         (gnus-update-read-articles): Speed up non-marks-using users.
13849         (gnus-use-marks): Define gnus-use-marks.
13850         (gnus-propagate-marks): Rename variable to something more sensible.
13851
13852 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13853
13854         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13855         (gmm-image-load-path-for-library): Fix typos in docstrings.
13856         (gmm-message): Reflow docstring.
13857
13858 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13859
13860         * mail-source.el (mail-source-set-1, mail-source-bind):
13861         Move auth-source code out of the macro to clean it up and fix bugs.
13862
13863 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13864
13865         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13866         by sender if it's equal to user-mail-address, it's likely to be
13867         useless.
13868
13869         * mail-source.el (mail-source-bind): Don't use user or password if they
13870         are not bound.  Unintern them if they are nil.  Don't use server unless
13871         it's bound, and default it to empty string otherwise.
13872
13873 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13874
13875         * mail-source.el: Load auth-source.el.
13876         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13877         get user name or password, if auth-sources is set up.
13878
13879         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13880         strategy of splitting with parent.
13881         (gnus-registry-split-fancy-with-parent)
13882         (gnus-registry-post-process-groups): Use it and fix prior
13883         bug (returning a list as the split result).
13884
13885         * auth-source.el (auth-sources): Remove server parameter.
13886         (auth-source-pick, auth-source-user-or-password)
13887         (auth-source-user-or-password-imap)
13888         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13889         (auth-source-user-or-password-sftp)
13890         (auth-source-user-or-password-smtp): Remove server parameter.
13891
13892 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13893
13894         * smime.el (smime-sign-region, smime-encrypt-region)
13895         (smime-decrypt-region):
13896         Remove redundant calls to `generate-new-buffer-name'.
13897
13898 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13899
13900         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13901         Don't use QP for message/rfc822.
13902         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13903
13904 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13905
13906         * sieve-manage.el (sieve-string-bytes): Remove.
13907         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13908         correct byte-length only if the process's coding-system is the same as
13909         the one used internally by Emacs to represent strings.
13910
13911 2008-04-22  Juri Linkov  <juri@jurta.org>
13912
13913         * mailcap.el (mailcap-file-default-commands): New function.
13914
13915 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13916
13917         * message.el (message-signature-separator, message-cite-function):
13918         Change custom version.
13919
13920 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13921
13922         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13923         commands.
13924         (tls-checktrust): Ditto.
13925
13926 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13927
13928         * mm-decode.el (mm-display-external): Make temp file read-only.
13929
13930 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13931
13932         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13933         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13934         `C-c C-f d'.
13935
13936 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13937
13938         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13939
13940 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13941
13942         * gnus.el: Bump version to 0.9.
13943
13944 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13945
13946         * gnus.el: No Gnus v0.8 is released.
13947
13948 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13949
13950         * mail-source.el (mail-source-value):
13951         Prefer fboundp to functionp so it works with macros as well.
13952
13953 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13954
13955         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13956         Fix last change in case the element is not even a symbol.
13957
13958 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13959
13960         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13961         Prefer fboundp to functionp so it works with macros as well.
13962
13963 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13964
13965         * auth-source.el: Add docs.
13966         (auth-sources): Modify format to support server.
13967         (auth-source-pick, auth-source-user-or-password)
13968         (auth-source-user-or-password-imap)
13969         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13970         (auth-source-user-or-password-sftp)
13971         (auth-source-user-or-password-smtp): Add server parameter.
13972
13973 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13974
13975         * gnus-registry.el: Initialize the registry when gnus-registry-install
13976         is t.
13977
13978 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13979
13980         * compface.el (uncompface): Make buffer unibyte.
13981
13982 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13983
13984         * mail-source.el (mail-source-value):
13985         Prefer fboundp to functionp so it works with macros as well.
13986
13987 2008-04-05  Glenn Morris  <rgm@gnu.org>
13988
13989         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13990
13991 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13992
13993         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13994         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13995
13996         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13997         multibyteness after rather than before erasing it.
13998
13999         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14000         mm-with-multibyte.
14001         (gnus-request-article-this-buffer): Make sure the proper decoding is
14002         used if gnus-original-article-buffer happens to be unibyte.
14003
14004         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14005         default-enable-multibyte-characters.
14006
14007         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14008         default-enable-multibyte-characters.
14009
14010         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14011
14012         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14013
14014 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14015
14016         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14017         Fix last change in case the element is not even a symbol.
14018
14019 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14020
14021         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14022         (imap-message-copyuid-1): Use it.
14023         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14024         J. Williams in
14025         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14026
14027         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14028         imap-enable-exchange-bug-workaround.
14029         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14030
14031 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14032
14033         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14034         a 100 byte status-checks into a 2-3MB transfer for each group.
14035         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14036         to enable bug workaround or not.
14037         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14038
14039 2008-03-31  Glenn Morris  <rgm@gnu.org>
14040
14041         * message.el (mml2015-use): Declare for compiler.
14042         (message-info): Require mml2015 when appropriate.
14043
14044 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14045
14046         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14047         whitespace.
14048
14049 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14050
14051         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14052         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14053         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14054         (nntp-service-to-port): New function.
14055         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14056         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14057         (nntp-open-netcat-stream): New function.
14058         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14059
14060 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14061
14062         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14063
14064 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14065
14066         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14067
14068 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14069
14070         * dns.el (dns-write): Use set-buffer-multibyte.
14071
14072 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14073
14074         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14075
14076 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14077
14078         * message.el (message-signature-separator): Change default.
14079         Improve custom type.
14080         (message-cite-function): Change default to
14081         message-cite-original-without-signature.
14082
14083         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14084         toggle.
14085
14086         * message.el (message-check-news-body-syntax): Fix signature check.
14087         (message-setup-1): Mark buffer as unmodified _after_ running
14088         message-setup-hook and handling message-alternative-emails.
14089         (message-shorten-references): Be more strict when building list of
14090         valid references to comply with GNKSA.
14091
14092         * gnus-group.el (gnus-read-ephemeral-bug-group)
14093         (gnus-read-ephemeral-debian-bug-group)
14094         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14095
14096         * message.el (message-info): Don't use booleanp which isn't supported
14097         in Emacs 21 and XEmacs.
14098
14099 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14100
14101         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14102         gnus-group-gmane-group-download-format.
14103         (gnus-group-read-ephemeral-gmane-group): Rename from
14104         gnus-group-read-ephemeral-gmane-group.
14105         (gnus-read-ephemeral-gmane-group-url): Rename from
14106         gnus-group-read-ephemeral-gmane-group-url.
14107         (gnus-bug-group-download-format-alist): New variable.
14108         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14109         (gnus-read-ephemeral-emacs-bug-group): New commands.
14110
14111 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14112
14113         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14114         (gnus-visible-headers): Improve custom type.
14115
14116 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14117
14118         * mml.el (mml-menu): Add workarounds for XEmacs.
14119
14120         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14121         X-Boundary header.
14122
14123         * message.el (message-simplify-recipients): Fix previous commit.
14124
14125 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14126
14127         * mm-util.el (mm-set-buffer-multibyte): New function.
14128         * mm-decode.el (mm-copy-to-buffer): Use it.
14129
14130         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14131         Prefer fboundp to functionp so it works with macros as well.
14132
14133 2008-03-19  Glenn Morris  <rgm@gnu.org>
14134
14135         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
14136         Accidentally removed in the sync process with Emacs.
14137
14138 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14139
14140         * message.el (message-alter-recipients-discard-bogus-full-name):
14141         New function.
14142         (message-alter-recipients-function): New variable.
14143         (message-get-reply-headers): Use it.
14144         (message-replace-header): New helper function.
14145         (message-recipients-without-full-name): New variable.
14146         (message-simplify-recipients): New command.
14147
14148         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14149
14150         * message.el (message-info): Handle EasyPG manual.
14151
14152         * mml.el (mml-menu): Add entry for EasyPG.
14153
14154 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
14155
14156         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14157         parameter.
14158
14159         * message.el (message-disassociate-draft): Specify drafts group name
14160         fully.
14161
14162 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
14163
14164         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14165         Eliminate unnecessary duplicates from the match list.
14166
14167 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14168
14169         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
14170
14171         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
14172
14173         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14174         args of `how-many' of which the XEmacs version doesn't take; declare
14175         Info-index-next as function.
14176
14177 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14178
14179         * gnus-score.el (gnus-score-headers): Fix handling of
14180         gnus-inhibit-slow-scoring.
14181
14182         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14183         string.
14184         (gnus-button-url-regexp): Improve handling of parenthesis.
14185         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14186         (gnus-button-handle-info-keystrokes): Handle index entries.
14187
14188 2008-03-15  Glenn Morris  <rgm@gnu.org>
14189
14190         * parse-time.el (parse-time-string): Simplify.
14191
14192 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14193
14194         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14195         Incoming* files.
14196
14197 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
14198
14199         * auth-source.el (auth-sources): Rename from auth-source-choices.
14200         (auth-source-pick): Use it.
14201
14202 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14203
14204         * binhex.el (binhex-decode-region-internal):
14205         * uudecode.el (uudecode-decode-region-internal):
14206         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14207         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14208         setting default-enable-multibyte-characters.
14209
14210 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14211
14212         * auth-source.el (auth-source-protocols)
14213         (auth-source-protocols-customize, auth-source-choices): Add and
14214         modified variable customizations and defaults.
14215         (auth-source-pick, auth-source-user-or-password)
14216         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14217         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14218         (auth-source-user-or-password-sftp)
14219         (auth-source-user-or-password-smtp): Use new variables and provide an
14220         interface to netrc.el.
14221
14222 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14223
14224         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14225         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14226         Make sure the nntp port to specify is a string.
14227
14228 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14229
14230         * nntp.el: Use with-current-buffer.
14231         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14232         dubious mm-with-unibyte-current-buffer.
14233         (nntp-with-open-group-function): New function extracted from
14234         nntp-with-open-group macro.
14235         (nntp-with-open-group): Use the function, so it's easier to debug.
14236         Add indentation and debugging info.
14237         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14238         Recommend the use of the netcat alternatives.
14239
14240         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14241         Avoid mm-string-as-multibyte as well.
14242
14243         * nnweb.el (nnweb-insert-html):
14244         Remove use of nnheader-string-as-multibyte.
14245
14246         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14247         (nnheader-string-as-multibyte): Remove.
14248
14249         * mm-view.el: Use inhibit-read-only.
14250         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14251         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14252         or unibyte-string.
14253
14254         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14255         (mm-uu-yenc-extract): Use with-current-buffer.
14256
14257         * gnus-soup.el (gnus-soup-send-packet): Don't use
14258         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14259
14260         * nnmh.el: Use with-current-buffer.
14261         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14262         mm-string-as-multibyte on the output of mm-encode-coding-string.
14263
14264         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14265         (nnimap-request-move-article): Use with-current-buffer.
14266
14267         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14268         inserting the handle-buffer's text, so the implicit multibyte->unibyte
14269         conversion uses string-make-unibyte rather than string-as-unibyte.
14270
14271         * gnus-msg.el: Use with-current-buffer.
14272
14273         * message.el (message-ignored-resent-headers): Add "Delivered-To".
14274
14275 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
14276
14277         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14278         string for caching if it is 'PIN.
14279
14280 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14281
14282         * lpath.el: Consider the case without Emacs/W3.
14283
14284 2008-03-08  Glenn Morris  <rgm@gnu.org>
14285
14286         * time-date.el (date-to-time, time-subtract, time-add)
14287         (safe-date-to-time): Doc fixes.
14288
14289 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14290
14291         * mail-source.el (mail-source-delete-old-incoming-confirm):
14292         Change default to nil.
14293         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14294
14295 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14296
14297         * lpath.el: Rearrange.
14298
14299         * gnus-art.el (gnus-narrow-to-page): Position point properly.
14300         (gnus-article-goto-prev-page): Work for articles having ^L's.
14301
14302         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14303
14304         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14305
14306 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14307
14308         * gnus-bookmark.el: Adjust for renames in bookmark.el.
14309         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14310         (gnus-bookmark-jump): Adjust some variable names.
14311
14312 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
14313
14314         * auth-source.el: New package.
14315         (auth-source-choices): Add customization entry point variable.
14316
14317         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14318         bug.
14319
14320 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
14321
14322         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14323         (gnus-registry-initialize, gnus-registry-install-p): Use it.
14324         (gnus-registry-install-shortcuts): Rename from
14325         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
14326         the `gnus-registry-mark-map' keymap dynamically from
14327         `gnus-registry-marks'.  The generated functions update the summary line
14328         when a registry mark is added or deleted, and will call
14329         `gnus-registry-install-p' (see the comments in the code).
14330         (gnus-registry-user-format-function-M): Use concat intelligently.
14331
14332         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14333         the registry mark functions.
14334
14335 2008-03-05  Glenn Morris  <rgm@gnu.org>
14336
14337         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14338         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14339         gnus-art.
14340         (top-level): No need to load own source when compiling.
14341
14342 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14343
14344         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14345         Suggested by <chris.anderton@zetnet.co.uk>.
14346
14347 2008-03-04  Glenn Morris  <rgm@gnu.org>
14348
14349         * gnus-sum.el (top-level): No need to require gnus when compiling,
14350         since unconditionally required near start of file.
14351         (gnus-summary-display-while-building): Move definition before use.
14352
14353 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14354
14355         * gnus-registry.el (gnus-registry-user-format-function-M):
14356         Add formatting function.
14357
14358 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14359
14360         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14361         with plists.
14362         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14363         Use new format.
14364
14365 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14368         `where-is-internal' that returns a range of key sequences.
14369
14370 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14371
14372         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14373
14374         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14375         (gnus-summary-jump-to-group): Consider windows on other displayed
14376         frames as well.  Similar changes might be needed elsewhere, but that's
14377         the one I've bumped into during my use.
14378
14379         * nndoc.el (nndoc-oe-dbx-type-p):
14380         * gnus-msg.el (gnus-debug):
14381         * gnus-group.el (gnus-update-group-mark-positions):
14382         Use mm-string-to-multibyte.
14383
14384 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14385
14386         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14387         doesn't handle NotDashEscaped.
14388
14389         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
14390         (mml-dnd-attach-options): Fix typo in custom choice.
14391
14392         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14393         Change nndoc-article-type to mbox.
14394         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14395
14396         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14397         to nil, instead of html2text.
14398
14399         * imap.el (imap-debug): Add `imap-ping-server'.
14400
14401         * gnus-bookmark.el: Add FIXMEs.
14402
14403         * message.el (message-form-letter-separator)
14404         (message-send-form-letter-delay): New variables.
14405         (message-send-form-letter): Use them.  New command to send form
14406         letters.  Requested by Uwe Siart.
14407         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14408
14409 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14410
14411         * Update copyright years.
14412
14413 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14414
14415         Sync from EMACS_22_BASE.
14416
14417         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
14418
14419 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14420
14421         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14422         empty author.
14423
14424 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14425
14426         * gnus-registry.el (gnus-registry-marks): Add variable for
14427         customization of marks and their appearance.
14428         (gnus-registry-read-mark): Use it.
14429         (gnus-registry-do-marks): Add utility function to loop through
14430         `gnus-registry-marks'.
14431         (gnus-registry-install-shortcuts-and-menus): Add function to install
14432         shortcuts and menus.
14433         (gnus-registry-initialize): Use it.
14434         (gnus-registry-default-mark): Clarify documentation.
14435
14436 2008-02-29  Glenn Morris  <rgm@gnu.org>
14437
14438         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14439         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14440         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14441         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14442         Change defcustom :version from 23.0 to 23.1.
14443
14444 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14445
14446         * gnus-registry.el (gnus-registry-follow-group-p)
14447         (gnus-registry-post-process-groups): Add functions to aid registry
14448         splitting and improve logging.  Clarify behavior in function
14449         documentation.
14450         (gnus-registry-split-fancy-with-parent): Use them.
14451
14452 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14453
14454         * gnus-art.el: Use with-current-buffer.
14455
14456 2008-02-27  David Engster  <dengste@eml.cc>
14457
14458         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14459         Express real group name in the response.
14460
14461 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14462
14463         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14464         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14465         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14466         autoload gnus-registry-fetch-group when compiling.
14467         (nnmairix-request-group-with-article-number-correction):
14468         Remove unreferenced argument passed to nnmairix-call-backend.
14469
14470 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14471
14472         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14473         (mm-uu-extract): Improve face for low color ttys.
14474         Reported by Sascha Wilde.
14475
14476 2008-02-27  Glenn Morris  <rgm@gnu.org>
14477
14478         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14479         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14480         variables to defconsts.  Convert comments to doc-strings.
14481         (nnmairix-last-server, nnmairix-current-server): Convert from free
14482         variables to defvars.  Convert comments to doc-strings.
14483         (gnus-registry-fetch-group): Autoload.
14484         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14485         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14486         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14487         caddr.
14488         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14489         nnmairix-request-group-with-article-number-correction call.
14490         (nnmairix-fast, nnmairix-group): New, less general names, for free
14491         variables passed from nnmairix-request-group to
14492         nnmairix-request-group-with-article-number-correction.  Declare.
14493         (nnmairix-request-group-with-article-number-correction):
14494         Use nnmairix-fast, nnmairix-group rather than fast, group.
14495
14496 2008-02-26  David Engster  <dengste@eml.cc>
14497
14498         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14499         version 0.5.
14500
14501 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14502
14503         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14504         instead of making an extra function call.  Don't add the current group
14505         to articles only when they have the group.  Use
14506         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14507         Reported by David <de_bb@arcor.de>.
14508
14509 2008-02-24  Miles Bader  <miles@gnu.org>
14510
14511         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14512         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14513         (mm-find-mime-charset-region):
14514         * mm-bodies.el (mm-encode-body):
14515         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14516
14517 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14518
14519         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14520         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14521
14522 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14523
14524         * mail-source.el (mail-source-delete-incoming): Change default.
14525         Supplement doc string.
14526
14527         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14528
14529 2008-02-14  Glenn Morris  <rgm@gnu.org>
14530
14531         * time-date.el (format-seconds): New function.
14532
14533 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14534
14535         * nnmail.el (nnmail-message-id-cache-file): Derive from
14536         `gnus-home-directory'.
14537
14538 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14539
14540         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14541         Document negative prefix.
14542
14543         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14544
14545 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14546
14547         * message.el (message-unsent-separator): Add the Exim bounce
14548         separator.
14549
14550 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14551
14552         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14553         list.
14554         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14555         recipient/signer list.
14556
14557 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14558
14559         * Makefile.in (datarootdir): Define.
14560         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14561         name that might contain whitespace.
14562
14563 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14564
14565         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14566         fbound (Emacs 23 unicode), signal an error.
14567
14568 2008-02-08  Glenn Morris  <rgm@gnu.org>
14569
14570         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14571
14572 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14573
14574         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14575         ports to the calls to `netrc-machine-user-or-password' in addition to
14576         "imap" and "imaps".
14577
14578 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14579
14580         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14581
14582         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14583
14584 2008-02-01  Kenichi Handa  <handa@m17n.org>
14585
14586         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14587         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14588         (rfc2104-hash): Convert the result of concat to unibyte string.
14589
14590 2008-02-01  Dave Love  <fx@gnu.org>
14591
14592         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14593         coding-system-for-read.
14594         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14595
14596 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14597
14598         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14599         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14600         <hanche@math.ntnu.no>.
14601
14602 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14603
14604         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14605
14606         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14607
14608 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14609
14610         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14611         * message.el (message-beginning-of-line): Use featurep instead of bound
14612         tests in order to resolve conditionals at compile time.
14613
14614 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14615
14616         * mail-source.el (mail-sources): Add `group' choice.
14617
14618         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14619         parameter `in-group' to control into which group the articles go.
14620         Add treatment of `group' mail-source.
14621
14622 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14623
14624         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14625
14626         * mm-decode.el (mm-dissect-buffer): Decode description.
14627
14628         * mml.el (mml-to-mime): Encode message header first.
14629
14630 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14631
14632         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14633         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14634
14635         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14636         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14637
14638 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14639
14640         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14641
14642 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14643
14644         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14645         prefix keys.
14646         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14647         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14648         gnus-xmas.el.
14649
14650         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14651         (gnus-xmas-article-describe-bindings): New function.
14652         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14653         gnus-xmas-article-describe-bindings.
14654
14655         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14656
14657 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14658
14659         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14660         Add new variables for article mark management.
14661         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14662         list of extra data entries which, when present, will indicate that the
14663         article ID should not be trimmed from the registry.
14664         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14665         functions.
14666         (gnus-registry-read-mark): New function to read a mark name from the
14667         user.
14668         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14669         (gnus-registry-set-article-mark-internal): New functions to add and
14670         remove marks.
14671         (gnus-registry-get-article-marks): New function to show the marks for
14672         an article, or retrieve them for further use.
14673
14674 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14675
14676         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14677         keys when no argument is given.
14678
14679 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14680
14681         * imap.el (imap-ping-server): New variable.
14682         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14683         (imap-ping-server): Minor doc string fixes.
14684
14685 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14686
14687         * imap.el (imap-ping-server): New function.
14688         (imap-opened): Call imap-ping-server.
14689
14690 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14691
14692         * gnus-sum.el (gnus-article-sort-by-random)
14693         (gnus-thread-sort-by-random): Fix doc strings.
14694         Reported by jidanni@jidanni.org.
14695
14696 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14697
14698         * gnus-art.el (gnus-article-describe-bindings): New function.
14699         (gnus-article-read-summary-keys): Use it.
14700         (gnus-article-mode-map): Bind `C-h b' to it.
14701
14702 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14703
14704         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14705         XEmacs.
14706         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14707         Protect against non-character events.
14708
14709         * lpath.el: Fbind map-keymap for Emacs 21.
14710
14711 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14712
14713         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14714         New command.
14715         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14716         instead of END.  Change name of the temp file.
14717         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14718         customizable.
14719
14720 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14721
14722         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14723         bind `S W' to gnus-article-wide-reply-with-original; set default
14724         binding to gnus-article-read-summary-send-keys.
14725         (gnus-article-read-summary-keys): Fix the order of keys; display
14726         continuation keys correctly in the echo area; describe bindings
14727         correctly when keys end with `C-h'.
14728         (gnus-article-read-summary-send-keys): New function.
14729         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14730         Work for gnus-article-read-summary-send-keys; display continuation keys
14731         correctly in the echo area.
14732         (gnus-article-reply-with-original): Ignore prefix argument.
14733         (gnus-article-wide-reply-with-original): New function.
14734
14735         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14736         Emacs 21.
14737
14738 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14739
14740         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14741         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14742
14743 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14744
14745         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14746         (gnus-group-read-ephemeral-gmane-group): New command.
14747
14748 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14749
14750         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14751
14752 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14753
14754         * message.el (message-send-mail-function): Increase custom version.
14755
14756         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14757         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14758
14759 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14760
14761         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14762         for the cases where imap-authenticate is called with a nil buffer
14763         parameter.
14764
14765 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14766
14767         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14768         html parts correctly; support forwarded messages.
14769         (gnus-article-browse-html-article): Remove work buffers.
14770
14771         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14772         compiling.
14773         (netrc-bound-and-true-p): New macro.
14774         (netrc-parse): Use it instead of bound-and-true-p that is not available
14775         in XEmacs 21.4.
14776
14777 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14778
14779         * gnus-registry.el (gnus-registry-mark-article)
14780         (gnus-registry-article-marks): Add functionality to mark articles
14781         through the Gnus registry.
14782
14783         * encrypt.el: Clarify documentation for the new pgg method.
14784         (encrypt-file-alist): Add PGG option.
14785         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14786         functionality.  Abstract password key and messaging to external
14787         functions.
14788         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14789         (encrypt-message-method-and-cipher): Add new convenience external
14790         functions.
14791         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14792         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14793
14794         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14795         (netrc-parse): Use encrypt-file-alist to determine if
14796         encrypt-find-model or encrypt-insert-file-contents should be used.
14797
14798         * encrypt.el: Clarify documentation.  Load password-cache or
14799         password, whichever one is found first, instead of autoloading.
14800
14801 2007-12-19  Glenn Morris  <rgm@gnu.org>
14802
14803         * mml.el (message-options-set, message-narrow-to-head)
14804         (message-in-body-p, message-mail-p, message-encode-message-body):
14805         Autoload.
14806         (message-remove-header, message-narrow-to-headers-or-head)
14807         (message-subscribed-p, message-make-mail-followup-to)
14808         (message-position-on-field, message-news-p)
14809         (message-options-set-recipient, message-generate-headers)
14810         (message-sort-headers): Declare as functions.
14811
14812 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14813
14814         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14815         convention in doc string.
14816
14817 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14818
14819         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14820         title to html parts.
14821         (gnus-article-browse-html-article): Pass message header to it.
14822
14823         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14824
14825 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14826
14827         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14828         or password compatible with XEmacs.
14829
14830 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14831
14832         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14833         format document.
14834         (gnus-mime-delete-part): Don't write description line if empty.
14835         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14836
14837 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14838
14839         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14840         (gnus-summary-mark-read-and-unread-as-read)
14841         (gnus-summary-mark-current-read-and-unread-as-read)
14842         (gnus-summary-mark-unread-as-ticked): Doc fix.
14843         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14844
14845 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14846
14847         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14848         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14849
14850 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14851
14852         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14853         yes-or-no-p.
14854
14855 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14856
14857         * mm-decode.el (mm-add-meta-html-tag): New function.
14858         (mm-save-part-to-file, mm-pipe-part): Use it.
14859
14860         * gnus-art.el (gnus-article-browse-delete-temp-files):
14861         Use gnus-y-or-n-p instead of y-or-n-p.
14862         (gnus-article-browse-html-parts): Work with message/external-body; use
14863         mm-add-meta-html-tag.
14864
14865 2007-12-11  Glenn Morris  <rgm@gnu.org>
14866
14867         * gnus-cache.el: Require gnus-sum not just when compiling.
14868
14869         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14870
14871         * gnus-int.el (gnus-server-opened, gnus-status-message):
14872         Move definitions before use.
14873
14874         * mm-decode.el: Require gnus-util.
14875         (mm-remove-part): Only call delete-annotation on XEmacs.
14876
14877         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14878
14879         * nnmail.el: Require gnus-int.
14880
14881         * spam.el: Move `require's before `eval-when-compile's.
14882
14883         * gnus-ems.el (gnus-alive-p):
14884         * gnus-fun.el (message-goto-eoh):
14885         * gnus-util.el (gnus-group-name-decode):
14886         * mail-source.el (gnus-compress-sequence):
14887         * message.el (Info-goto-node, format-spec):
14888         * mm-bodies.el (message-options-get):
14889         * mm-decode.el (mm-view-pkcs7):
14890         * mm-util.el (gmm-write-region):
14891         * mml-smime.el (mml-compute-boundary)
14892         (gnus-completing-read-with-default):
14893         * mml.el (widget-button-press, gnus-make-hashtable):
14894         * mml1991.el (mm-decode-content-transfer-encoding)
14895         (mm-encode-content-transfer-encoding)
14896         (message-options-get, message-options-set):
14897         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14898         * nnfolder.el (gnus-request-group):
14899         * nnheader.el (ietf-drums-unfold-fws):
14900         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14901         * smime.el (gnus-run-mode-hooks):
14902         * spam-stat.el (gnus-message): Autoload.
14903
14904         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14905         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14906         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14907         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14908         Add declare-function compatibility definition.
14909
14910         * gnus-cache.el (nnvirtual-find-group-art):
14911         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14912         (gnus-add-image, gnus-add-wash-type):
14913         * gnus-group.el (nnkiboze-score-file):
14914         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14915         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14916         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14917         (message-tokenize-header, gnus-get-buffer-create)
14918         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14919         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14920         * gnus.el (gnus-group-decoded-name):
14921         * mail-source.el (imap-capability):
14922         * mm-bodies.el (message-options-set):
14923         * mm-decode.el (gnus-configure-windows):
14924         * mm-extern.el (message-goto-body):
14925         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14926         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14927         (epg-sub-key-validity, message-options-set):
14928         * mml.el (widget-event-point, gnus-configure-windows):
14929         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14930         * mml2015.el (epg-check-configuration, epg-configuration)
14931         (message-options-set):
14932         * nndb.el (nndb-request-article):
14933         * nnfolder.el (gnus-request-create-group):
14934         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14935         * nnmaildir.el (gnus-group-mark-article-read):
14936         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14937         * rfc1843.el (message-fetch-field):
14938         * spam.el (gnus-extract-address-components):
14939         Declare as functions.
14940
14941 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14942
14943         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14944
14945         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14946
14947         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14948         bind show-trailing-whitespace for XEmacs.
14949
14950 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14951
14952         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14953         new no-op macro for backward compatibility.
14954
14955         * imap.el (imap-string-to-integer): New function.
14956
14957 2007-12-09  Glenn Morris  <rgm@gnu.org>
14958
14959         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14960
14961         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14962         * message.el, mm-view.el, sieve-manage.el, smime.el:
14963         Add declare-function compatibility definition.
14964
14965         * gnus-art.el (w3-region, w3m-region, Info-menu):
14966         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14967         * gnus-sum.el (gnus-get-predicate):
14968         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14969         * message.el (mail-abbrev-in-expansion-header-p):
14970         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14971         (w3m-detect-meta-charset, w3m-region):
14972         * sieve-manage.el (password-read, password-cache-add)
14973         (password-cache-remove):
14974         * smime.el (password-read-and-add): Declare as functions.
14975
14976 2007-12-08  David Kastrup  <dak@gnu.org>
14977
14978         * gnus-sum.el (gnus-summary-simplify-subject-query):
14979         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14980         `message'.
14981
14982 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14983
14984         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14985         it to bind idna-program, installation-directory, defined-colors, and
14986         face-attribute for XEmacs of the version that compiles defcustom forms.
14987
14988 2007-12-07  Glenn Morris  <rgm@gnu.org>
14989
14990         * gnus-art.el (article-make-date-line): Revert previous change.
14991
14992 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14993
14994         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14995
14996 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14997
14998         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14999         Call gnus-add-to-range ranges only once with a prepared article-list.
15000
15001 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15002
15003         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15004         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15005         group names with backslashes.
15006         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15007
15008 2007-12-06  Deepak Goel  <deego3@gmail.com>
15009
15010         * gnus-art.el (article-make-date-line):
15011         * gnus-start.el (gnus-load):
15012         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15013
15014 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15015
15016         * gnus-art.el (gnus-use-idna):
15017         * gnus-start.el (gnus-site-init-file):
15018         * message.el (message-use-idna):
15019         * mm-uu.el (mm-uu-hide-markers):
15020         * smiley.el (smiley-style): Revert changes that suppress warnings.
15021
15022 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15023
15024         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15025         specify charset to html source.
15026         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15027
15028 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15029
15030         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15031         idna-program in order to suppress byte compile warning issued by XEmacs
15032         that came to byte compile the default value section of defcustom forms
15033         recently.
15034
15035         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15036         value of installation-directory.
15037
15038         * message.el (message-use-idna): Don't directly refer to the value of
15039         idna-program.
15040
15041         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15042
15043         * smiley.el (smiley-style): Don't directly call face-attribute.
15044
15045 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15046
15047         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15048
15049         * gnus-dired.el: Reduce Gnus dependencies.
15050         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15051         Don't require.  Use autoloads instead.
15052         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15053         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15054         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15055         (gnus-dired-mode): Adjust doc string.
15056         (gnus-dired-mail-mode): New variable.
15057         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15058         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15059         (gnus-dired-mail-buffers): New function.  Return mail or message
15060         composition buffers.
15061         (gnus-dired-attach): Use it.
15062         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15063         NO-DECODE.
15064         (gnus-dired-print): Use `gnus-print-buffer' depending on
15065         `gnus-dired-mail-mode'.
15066
15067 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15068
15069         * rfc2047.el (rfc2047-encoded-word-regexp)
15070         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15071         explaining what regexp patterns are for.
15072
15073 2007-12-04  Glenn Morris  <rgm@gnu.org>
15074
15075         * password.el: Move to password-cache.el.
15076
15077         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15078         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15079         * mml-smime.el (password-read, password-cache-add)
15080         (password-cache-remove):
15081         No need to autoload, since mml-sec requires password.
15082
15083         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15084         * message.el (gnus-extract-address-components):
15085         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15086
15087         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15088         password.
15089
15090 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15091
15092         * mailcap.el: Reduce dependencies.
15093         (mail-header-parse-content-type): Autoload.
15094         (mailcap-delete-duplicates): New alias.
15095         (mailcap-mime-info): Add optional argument NO-DECODE.
15096         (mailcap-mime-types): Use mailcap-delete-duplicates.
15097
15098         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15099
15100 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15101
15102         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15103         (imap-parse-status): Upcase status-att for servers that sends them
15104         lower-case (e.g., MS Exchange 2007).
15105
15106 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15107
15108         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15109         function.
15110
15111         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15112         (gnus-uu-yenc-article): New function.
15113
15114         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15115
15116         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15117
15118 2007-12-02  Glenn Morris  <rgm@gnu.org>
15119
15120         * binhex.el (binhex): New custom group.
15121         (binhex-decoder-program, binhex-decoder-switches)
15122         (binhex-use-external): Move to the binhex custom group.
15123
15124         * uudecode.el (uudecode): New custom group.
15125         (uudecode-decoder-program, uudecode-decoder-switches)
15126         (uudecode-use-external): Move to the uudecode custom group.
15127
15128         * netrc.el (top-level): Don't load `encrypt' features.
15129         (netrc-parse): Don't use encrypt.
15130         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
15131
15132         * encrypt.el: Remove file.
15133
15134 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
15135
15136         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
15137         matches on patches.
15138
15139         * gnus-art.el (gnus-article-browse-html-article):
15140         Mention `mm-text-html-renderer' in the doc string.
15141
15142         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
15143         string.  Add comments.
15144
15145         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
15146         if rhs is ASCII.
15147
15148 2007-12-01  Glenn Morris  <rgm@gnu.org>
15149
15150         * mail-source.el (top-level): Require format-spec before
15151         eval-when-compile.
15152
15153 2007-11-30  Glenn Morris  <rgm@gnu.org>
15154
15155         * encrypt.el: Require password, rather than autoloading password-read.
15156
15157 2007-11-29  Glenn Morris  <rgm@gnu.org>
15158
15159         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
15160         (sasl-make-client, sasl-next-step, sasl-step-data)
15161         (sasl-step-set-data): Declare as functions.
15162
15163 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
15164
15165         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
15166
15167 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
15168
15169         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
15170         certs should be verified and what is to be done in the event of a
15171         verification failure.
15172
15173         * gnus.el (gnus-method-to-server): Add an optional parameter so the
15174         caller can indicate whether the cache should be disregarded for this
15175         call.  This way the result of the call is reproducible at all times and
15176         can be considered a canonical server name for the supplied method.
15177         (gnus-agent-method-p): Canonicalize server names by pushing their
15178         method through `gnus-method-to-server' using the no-cache argument.
15179
15180         * gnus-srvr.el (gnus-server-insert-server-line):
15181         Call `gnus-method-to-server' with `no-cache' argument.
15182
15183         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
15184         gnus-agent-possibly-synchronize-flags as this should be called when the
15185         server is actually being opened.
15186         (gnus-agent-possibly-synchronize-flags)
15187         (gnus-agent-possibly-synchronize-flags-server): Move check for the
15188         flags file of an agentized server to the latter function.
15189
15190         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
15191         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
15192         after a connection has been established successfully.
15193
15194 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15195
15196         * gnus-art.el (article-display-face): Force to display face if called
15197         interactively; check if gnus-article-x-face-too-ugly matches author.
15198         (article-display-x-face): Display face even if From header is missing
15199         as article-display-face does.
15200
15201 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
15202
15203         * hashcash.el (message-narrow-to-headers-or-head)
15204         (message-fetch-field, message-goto-eoh)
15205         (message-narrow-to-headers): Declare as functions.
15206
15207 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
15208
15209         * mail-source.el (mail-sources): Default to fetch from file for
15210         compatibility with default of nnmail-spool-file.
15211
15212 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15213
15214         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
15215         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
15216         to look for encoded word that should be encoded again.
15217         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
15218         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
15219         encoding pattern.
15220         (rfc2047-decode-region): Switch strict regexp and loose one according
15221         to rfc2047-allow-irregular-q-encoded-words.
15222
15223 2007-11-25  Romain Francoise  <romain@orebokech.com>
15224
15225         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
15226
15227 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15228
15229         * tls.el (tls-program): Provide more custom choices from
15230         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
15231         (tls-process-connection-type, tls-success): Remove "*" in doc string.
15232
15233 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15234
15235         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15236         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15237
15238         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15239         `nnmail-spool-file'.
15240
15241         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15242         `nnmail-spool-file'.
15243
15244         * gnus-move.el (gnus-change-server): Ditto.
15245
15246         * gnus-kill.el (gnus-batch-score): Ditto.
15247
15248         * gnus-cache.el (gnus-jog-cache): Ditto.
15249
15250         * gnus-msg.el (gnus-summary-reply):
15251         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15252
15253 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15254
15255         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
15256         version.  Minor improvement to doc strings.
15257         (tls-program): Add comment.
15258
15259 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
15260
15261         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
15262         (tls-checktrust): New variable.  Check if GNU TLS complained about a
15263         mismatch between the hostname provided in the certificate and the name
15264         of the host connnecting to.
15265         (open-tls-stream): Use them.  Check certificates against trusted root
15266         certificates.
15267
15268 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15269
15270         * gnus-cache.el (gnus-cache-generate-nov-databases):
15271         Use nnml-generate-nov-databases-directory instead of
15272         nnml-generate-nov-databases-1.
15273
15274 2007-11-24  Glenn Morris  <rgm@gnu.org>
15275
15276         * message.el (message-tool-bar-retro): Update for rename
15277         mail_send.xpm->mail-send.xpm.
15278
15279 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
15280
15281         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15282         `smime-ldap-search' for Emacs 22 and up.
15283
15284 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15285
15286         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15287
15288         * message.el (message-send-mail-function): Fix error convention.
15289         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15290         (message-widen-reply, message-send-mail, message-talkative-question)
15291         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15292         (message-clone-locals, message-send-news): Use with-current-buffer.
15293         (message-insert-or-toggle-importance): Remove unused var `valid'.
15294         (message-make-references): Remove unused var `new-references'.
15295         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15296
15297 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
15298
15299         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15300         (spam-split-symbolic-return-positive): Reflow docstring.
15301         (spam-backends, spam-summary-exit-behavior)
15302         (spam-mark-ham-unread-before-move-from-spam-group)
15303         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15304         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15305         (spam-clear-cache, spam-backend-check, spam-install-backend)
15306         (spam-install-statistical-backend, spam-list-of-processors)
15307         (spam-group-processor-p, spam-split, spam-bogofilter-score)
15308         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15309         (spam-check-crm114, spam-initialize, spam-unload-hook):
15310         Fix typos in docstrings.
15311
15312 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15313
15314         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15315         been checked if they have never been read and those group levels are
15316         higher than the one that a user specified.
15317
15318 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15319
15320         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15321         foreign groups unless a group level is specified by a user.
15322         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15323
15324 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
15325
15326         * message.el (message-send-mail-function): Require sendmail.
15327
15328 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
15329
15330         * message.el (message-send-mail-function): Check for smtpmail too.
15331
15332         * utf7.el (utf7-encode, utf7-decode): Use coding system
15333         `utf-7'/`utf-7-imap' from utf-7.el' if available.
15334
15335         * message.el (message-send-mail-function): New function.
15336         (message-send-mail-function): Set default using
15337         message-send-mail-function.  Adjust doc string.
15338         (message-send-mail-with-mailclient): New function.
15339
15340 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15341
15342         * smime.el (from):
15343         * rfc2047.el (message-posting-charset):
15344         * qp.el (mm-use-ultra-safe-encoding):
15345         * pop3.el (parse-time-months):
15346         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15347         * nnml.el (files):
15348         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15349         (jka-compr-compression-info-list, ange-ftp-path-format)
15350         (efs-path-regexp):
15351         * nndiary.el (files):
15352         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15353         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15354         (epg-digest-algorithm-alist, inhibit-redisplay)
15355         (password-cache-expiry):
15356         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15357         (pgg-output-buffer, password-cache-expiry):
15358         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15359         (efs-path-regexp):
15360         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15361         (inhibit-redisplay):
15362         * mm-uu.el (file-name, start-point, end-point, entry)
15363         (gnus-newsgroup-name, gnus-newsgroup-charset):
15364         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15365         (latin-unity-ucs-list):
15366         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15367         (mm-uu-binhex-decode-function):
15368         * message.el (gnus-message-group-art, gnus-list-identifiers)
15369         (rmail-enable-mime-composing, gnus-local-organization)
15370         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15371         (gnus-read-active-file, facemenu-add-face-function)
15372         (facemenu-remove-face-function, gnus-article-decoded-p)
15373         (tool-bar-mode):
15374         * mail-source.el (display-time-mail-function):
15375         * gnus-util.el (nnmail-pathname-coding-system)
15376         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15377         (gnus-original-article-buffer, gnus-user-agent)
15378         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15379         (xemacs-codename, sxemacs-codename, emacs-program-version):
15380         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15381         * gnus-start.el (gnus-agent-covered-methods)
15382         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15383         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15384         (gnus-newsgroup-headers, gnus-group-list-mode)
15385         (gnus-group-mark-positions, gnus-newsgroup-data)
15386         (gnus-newsgroup-unreads, nnoo-state-alist)
15387         (gnus-current-select-method, mail-sources)
15388         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15389         (nnmail-spool-file, gnus-cache-active-hashtb):
15390         * gnus-mh.el (mh-lib-progs):
15391         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15392         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15393         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15394         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15395         (gnus-group-buffer):
15396         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15397         (font-lock-set-defaults):
15398         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15399         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15400         (gnus-summary-post-menu, total-parts, type, condition, length):
15401         * gnus-agent.el (gnus-agent-read-agentview):
15402         * flow-fill.el (show-trailing-whitespace):
15403         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15404         eval-and-compile wrappers for byte compiler pacifiers.
15405
15406         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15407         (mm-display-inline-fontify): Check for featurep 'xemacs not
15408         extent-list.
15409
15410         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15411         itimer-list.
15412         (mm-create-image-xemacs): Only do something for XEmacs.
15413         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15414
15415         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15416
15417         * gnus-registry.el (gnus-adaptive-word-syntax-table):
15418         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15419
15420 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15421
15422         * nnimap.el (nnimap-split-download-body):
15423         * gnus-demon.el (gnus-demon):
15424         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15425
15426 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15427
15428         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15429         New macros.
15430         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15431         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15432         copy data from unibyte buffer to multibyte current buffer.
15433         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15434         to copy data from unibyte current buffer to multibyte buffer.
15435         (nntp-make-process-buffer): Make process buffer unibyte.
15436
15437         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15438
15439 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15440
15441         * pop3.el (pop3-open-server): Accept and process data more robustly at
15442         connection start to avoid spurious "POP SSL connection failed" errors.
15443
15444 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15445
15446         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15447         read group names.
15448
15449 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15450
15451         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15452
15453 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15454
15455         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15456         (nnmail-save-active): Use a unibyte buffer when saving active file,
15457         which may contain non-ASCII group names.
15458
15459         * nnml.el (nnml-request-group): Decode group names in messages.
15460
15461 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15462
15463         * message.el (message-citation-line-function)
15464         (message-insert-formatted-citation-line): Fix spelling of
15465         `message-insert-formated-citation-line'.
15466
15467 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15468
15469         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15470
15471 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15472
15473         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15474         nnmail-pathname-coding-system.
15475
15476         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15477         that a user enters; decode group names in messages.
15478
15479         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15480
15481 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15482
15483         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15484
15485         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15486
15487         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15488         risky local variable.
15489
15490         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15491
15492 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15493
15494         * encrypt.el: Improve documentation to fix function name typo.
15495         Reported by Daiki Ueno <ueno@unixuser.org>.
15496
15497 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15498
15499         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15500         even if the point is not in the last page of an article.
15501         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15502         back to the previous page.
15503
15504 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15505
15506         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15507
15508 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15509
15510         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15511
15512 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15513
15514         * message.el (message-check-news-body-syntax):
15515         Avoid mm-string-as-multibyte.
15516         (message-hide-headers): Don't assume (point-min)==1.
15517
15518 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15519
15520         * message.el (message-remove-blank-cited-lines): Fix if remove is
15521         given.
15522         (message-bogus-address-regexp): New variable.
15523         (message-bogus-recipient-p): New function.
15524         (message-check-recipients): New command.
15525         (message-syntax-checks): Add `bogus-recipient'.
15526         (message-fix-before-sending): Add `bogus-recipient'.
15527
15528         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15529         (gnus-treat-body-boundary): Don't test window-system.
15530
15531 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15532
15533         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15534
15535 2007-10-28  Miles Bader  <miles@gnu.org>
15536
15537         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15538         at compile-time too.
15539
15540 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15541
15542         * gnus-msg.el (gnus-message-setup-hook):
15543         Add `message-remove-blank-cited-lines' to options.
15544
15545 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15546
15547         * message.el (message-remove-blank-cited-lines): New function.
15548         Suggested by Karl Plästerer.
15549
15550 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15551
15552         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15553         mapc.
15554
15555         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15556         (top-level): Use mapc to set functions to be traced for debugging.
15557
15558         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15559         called for effect with while loop.
15560
15561         * message.el (message-talkative-question): Replace mapcar called for
15562         effect with mapc.
15563
15564         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15565         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15566         called for effect with dolist.
15567
15568         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15569
15570         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15571         gnus-extra-headers and nnmail-extra-headers.
15572
15573         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15574         called for effect with dolist.
15575         (top-level): Use mapc to set functions to be traced for debugging.
15576
15577         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15578         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15579         dolist.
15580
15581         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15582         Replace mapcar called for effect with mapc.
15583         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15584         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15585         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15586         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15587
15588         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15589         remove-if that's a cl function.
15590
15591         * webmail.el (webmail-debug): Replace mapcar called for effect with
15592         dolist.
15593
15594         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15595         with mapc.
15596
15597 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15598
15599         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15600         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15601         with while loop.
15602
15603         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15604         functions from article-* functions.
15605         (gnus-multi-decode-header): Replace mapcar called for effect with
15606         dolist.
15607
15608         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15609         (gnus-bookmark-show-details): Replace mapcar called for effect with
15610         while loop.
15611
15612         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15613         called for effect with while loop.
15614
15615         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15616         with dolist.
15617
15618         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15619         Replace mapcar called for effect with dolist.
15620
15621         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15622
15623         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15624         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15625         Replace mapcar called for effect with dolist.
15626         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15627         mapc.
15628
15629         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15630         Replace mapcar called for effect with dolist.
15631         (gnus-topic-list): Replace mapcar called for effect with mapc.
15632
15633         * gnus.el: Use mapc instead of mapcar to add autoloads.
15634
15635 2007-10-23  Richard Stallman  <rms@gnu.org>
15636
15637         * gnus-group.el (gnus-group-highlight): Mark as risky.
15638
15639 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15640
15641         * gnus.el (gnus-server-to-method): Return method found first in
15642         gnus-newsrc-alist.
15643
15644         * gnus-art.el (gnus-article-highlight-signature)
15645         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15646         button overlay without the front stickiness.
15647
15648 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15649
15650         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15651         overview buffer needed a catch to receive its throw.
15652         (gnus-agent-flush-cache): Declare as interactive to make this function
15653         easier to use.
15654
15655 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15656
15657         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15658         `next-line'.
15659
15660 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15661
15662         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15663         exclude address matching message-dont-reply-to-names.
15664
15665 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15666
15667         * gnus-util.el (gnus-string<): New function.
15668
15669         * gnus-sum.el (gnus-article-sort-by-author)
15670         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15671
15672 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15673
15674         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15675         the frame-focus tag is set in gnus-buffer-configuration.
15676
15677 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15678
15679         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15680         the front stickiness.
15681
15682 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15683
15684         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15685         url pattern; remove duplicate one.
15686         (gnus-article-extend-url-button): New function.
15687         (gnus-article-add-buttons): Use it.
15688         (gnus-button-push): Use concatenated url that it makes.
15689
15690 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15691
15692         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15693
15694 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15695
15696         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15697         Don't hardcode point-min==1.
15698
15699 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15700
15701         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15702         Fix comment about "iso8859-1".
15703
15704 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15705
15706         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15707         ones returned from the verify-function.
15708
15709         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15710         Call mml2015-extract-cleartext-signature if extraction failed.
15711
15712 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15713
15714         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15715         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15716         failed.
15717
15718 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15719
15720         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15721
15722 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15723
15724         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15725         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15726         recommends to use EasyPG instead of PGG.
15727
15728         * pgg.el: Revert to revision 6.23.2.16.
15729
15730         * pgg-def.el: Revert to revision 6.6.2.14.
15731
15732         * pgg-gpg.el: Revert to revision 6.23.2.34.
15733
15734 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15735
15736         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15737         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15738         thread for both the null and zero (kill/expire thread) universal prefix
15739         cases.
15740         (gnus-summary-expire-thread): Add new function to expire a thread,
15741         using gnus-summary-kill-thread.
15742         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15743         shortcuts for gnus-summary-expire-thread.
15744         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15745         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15746
15747 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15748
15749         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15750         extras value, so an extras entry can be deleted.
15751         (gnus-registry-delete-extra-entry): Use it.
15752         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15753         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15754         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15755         storage through the gnus-registry, and provide an appropriate API for
15756         it.
15757
15758 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15759
15760         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15761         Suggested by Leo <sdl.web@gmail.com>.
15762
15763         * gnus.el: Do.
15764
15765 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15766
15767         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15768         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15769
15770         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15771
15772         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15773         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15774
15775 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15776
15777         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15778         newline.
15779         (nnmbox-request-accept-article): Don't change article in source buffer;
15780         narrow to header to use message-fetch-field rather than
15781         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15782         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15783         as delimiters; make sure article ends with newline.
15784         (nnmbox-delete-mail): Correct last position of article to be deleted;
15785         ignore X-Gnus-Newsgroup header in article body.
15786         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15787         positions; make sure article ends with newline.
15788
15789         * message.el (message-display-abbrev): Don't infloop when a user
15790         inserts SPC in the beginning of header.
15791
15792         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15793         coding-system-for-read and coding-system-for-write for XEmacs having no
15794         file-coding feature.
15795
15796         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15797
15798 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15799
15800         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15801         list of groups not followed by default.  Fix type to be regexp.
15802         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15803
15804 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15805
15806         * hmac-def.el (define-hmac-function): Switch from old-style to
15807         new-style backquotes.
15808
15809         * md4.el (md4-make-step): Likewise.
15810
15811 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15812
15813         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15814         raw-text coding system when saving .newsrc file, which may contain
15815         non-ASCII group names.
15816
15817 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15818
15819         * gnus-cus.el (gnus-score-extra): New widget.
15820         (gnus-score-extra-convert): New function.
15821         (gnus-score-customize): Use it for Extra.
15822
15823 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15824
15825         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15826         (mml2015-mailcrypt-clear-verify): Use it.
15827         (mml2015-gpg-clear-verify): Use it.
15828         (mml2015-pgg-clear-verify): Use it.
15829         (mml2015-epg-clear-verify): Replace the current part with the output
15830         from GnuPG; don't extract the plaintext by itself.
15831
15832         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15833         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15834         mml2015-clear-verify-function; don't touch the armor headers or
15835         dash-escaped text here.
15836
15837 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15838
15839         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15840         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15841         parts, or application/octet-stream as a last resort.
15842         (gnus-mime-view-part-as-type): Don't toggle display.
15843         (gnus-mime-view-part-as-charset): Don't turn off display before
15844         querying charset.
15845
15846         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15847         stuff to undisplayer function in Emacs.
15848         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15849
15850         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15851         text/calendar parts.
15852
15853 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15854
15855         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15856         decoding text/calendar parts.
15857
15858         * message.el (message-forward-make-body-mime): Always mark body as
15859         having no illegible text; remove signed-or-encrypted argument.
15860         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15861
15862         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15863         (mml-generate-mime-1): Don't encode body if it is specified to be in
15864         raw form; don't make buffer be unibyte when inserting multibyte string.
15865
15866 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15867
15868         * sha1.el: Fix up comment style.
15869         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15870         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15871
15872         * hex-util.el: Fix up comment style.
15873         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15874
15875         * gnus-salt.el: Use with-current-buffer.
15876         (gnus-pick-setup-message): Fix long-standing typo.
15877
15878 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15879
15880         * imap.el (imap-logout-timeout): New variable.
15881         (imap-logout, imap-logout-wait): New functions.
15882         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15883
15884         * nnimap.el (nnimap-logout-timeout): New server variable.
15885         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15886         nnimap-logout-timeout.
15887
15888         * gnus-art.el (gnus-article-summary-command-nosave)
15889         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15890
15891 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15892
15893         * gnus.el (gnus-maximum-newsgroup): New variable.
15894
15895         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15896         according to gnus-maximum-newsgroup.
15897
15898         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15899         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15900         Limit the range of articles according to gnus-maximum-newsgroup.
15901
15902 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15903
15904         * gnus-art.el (gnus-sticky-article): Fix problems described in
15905         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15906         Don't perform gnus-configure-windows here; reuse existing sticky
15907         article buffer.
15908
15909         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15910         it doesn't exist in gnus-article-mode.
15911
15912 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15913
15914         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15915         (gnus-agent-decoded-group-name): New function.
15916         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15917         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15918
15919 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15920
15921         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15922         Add binding for gnus-sticky-article.
15923         (gnus-summary-exit): Don't kill sticky article buffers.
15924
15925         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15926         article buffer.
15927         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15928         (gnus-kill-sticky-article-buffers): New commands.
15929
15930 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15931
15932         * nntp.el (nntp-xref-number-is-evil): New server variable.
15933         (nntp-find-group-and-number): If it is non-nil, don't trust article
15934         numbers in the Xref header.
15935
15936 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15937
15938         * gnus-agent.el (gnus-agent-read-group): New function.
15939         (gnus-agent-flush-group, gnus-agent-expire-group)
15940         (gnus-agent-regenerate-group): Use it.
15941         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15942         nnmail-pathname-coding-system.
15943
15944 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15945
15946         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15947
15948         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15949         that are unread as unread, and also as selected so that information of
15950         marks having been changed by a user may be updated when exiting group.
15951
15952 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15953
15954         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15955
15956 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15957
15958         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15959         calculated ignoring signature parts to gnus-treat-article.
15960
15961 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15962
15963         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15964         a point here in order to keep the window start.
15965         (gnus-insert-mime-security-button): Make a button overlay without the
15966         front stickiness.
15967         (gnus-mime-display-security): Goto the end of a button.
15968
15969         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15970
15971 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15972
15973         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15974         group-name-at-point.
15975         (gnus-group-completing-read): New function that offers decoded
15976         non-ASCII group names for completion.
15977         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15978         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15979         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15980         (gnus-group-fetch-control): Use it.
15981         (gnus-fetch-group): Use group-name-at-point for the initial value
15982         rather than the default value; use gnus-alive-p.
15983
15984         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15985         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15986         (gnus-summary-post-news): Use gnus-group-completing-read.
15987
15988         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15989         (gnus-read-move-group-name): Decode group name for completion.
15990
15991 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15992
15993         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15994         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15995         Yamaoka slightly modified the code).
15996
15997 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15998
15999         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16000         (nnmail-split-incoming): Bind it.
16001
16002         * nnml.el (nnml-group-name-charset): New function.
16003         (nnml-decoded-group-name): Use it; don't decode group name if
16004         nnmail-group-names-not-encoded-p is non-nil.
16005         (nnml-encoded-group-name): New function.
16006         (nnml-group-pathname): Inline nnml-decoded-group-name.
16007         (nnml-request-expire-articles): Decode group name in message.
16008         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16009         nnmail-pathname-coding-system.
16010         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16011         not decoded ones according to nnmail-group-names-not-encoded-p.
16012         (nnml-generate-active-info): Use nnml-encoded-group-name.
16013
16014 2007-08-08  Glenn Morris  <rgm@gnu.org>
16015
16016         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16017         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16018         doc-strings and comments.
16019
16020 2007-07-25  Glenn Morris  <rgm@gnu.org>
16021
16022         * Relicense all FSF files to GPLv3 or later.
16023
16024 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16025
16026         * gnus-sum.el (gnus-summary-move-article):
16027         Make gnus-summary-respool-article work.
16028
16029 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16030
16031         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16032         string.
16033
16034 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16035
16036         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16037         that should be ignored when comparing distant RSS articles with local
16038         ones.
16039         (nnrss-make-hash-index): New function.  Create a hash index according
16040         to the ignored fields.
16041         (nnrss-check-group): Use it.
16042
16043 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16044
16045         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16046
16047         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16048
16049         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16050         the new optional argument ENCODED is non-nil.
16051         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16052         coding system for encoding group name.
16053         (gnus-group-make-rss-group): Pass un-encoded group name to
16054         gnus-group-make-group.
16055         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16056         encoded.
16057
16058         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16059         Encode group name to which articles are moved or copied.
16060         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16061         coding system for encoding Newsgroup, Followup-To and Xref headers.
16062
16063         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16064         marks; use nnheader-file-coding-system to write a file.
16065         (nnagent-retrieve-headers): Bind file-name-coding-system to
16066         nnmail-pathname-coding-system.
16067
16068         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16069
16070         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16071         (nnml-request-article, nnml-request-create-group)
16072         (nnml-request-rename-group, nnml-find-id)
16073         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16074         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16075         (nnml-save-marks): Use nnml-group-pathname instead of
16076         nnmail-group-pathname.
16077
16078         (nnml-request-create-group, nnml-request-expire-articles)
16079         (nnml-request-move-article, nnml-request-delete-group)
16080         (nnml-deletable-article-p, nnml-possibly-create-directory)
16081         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16082         (nnml-open-marks): Bind file-name-coding-system to
16083         nnmail-pathname-coding-system.
16084
16085         (nnml-request-article): Pass server argument to nnml-find-group-number.
16086         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16087         Pass server argument to nnml-possibly-create-directory.
16088         (nnml-request-accept-article): Pass server argument to
16089         nnml-active-number and nnml-save-mail.
16090         (nnml-find-group-number): Pass server argument to nnml-find-id.
16091         (nnml-request-update-info): Pass server argument to
16092         nnml-marks-changed-p.
16093
16094         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16095         (nnml-save-mail, nnml-active-number): Add server argument.
16096
16097         (nnml-request-delete-group): Warn if group is missing.
16098         (nnml-get-nov-buffer): Decode group name.
16099         (nnml-generate-active-info): Encode group name.
16100         (nnml-open-marks): Decode group name in messages.
16101
16102 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16103
16104         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16105         if it is not specified.
16106         (gnus-article-pipe-part, gnus-article-save-part)
16107         (gnus-article-interactively-view-part, gnus-article-copy-part)
16108         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16109         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16110         (gnus-article-replace-part, gnus-article-delete-part)
16111         (gnus-article-view-part-as-type): Pass raw prefix argument to
16112         gnus-article-part-wrapper.
16113
16114 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16115
16116         * gnus-agent.el (gnus-agent-save-active):
16117         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16118
16119         * gnus-cache.el (gnus-cache-save-buffers)
16120         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16121         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16122         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16123         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16124         (gnus-cache-generate-active, gnus-cache-rename-group)
16125         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16126         (gnus-cache-update-overview-total-fetched-for):
16127         Bind file-name-coding-system to nnmail-pathname-coding-system.
16128         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
16129         New variables.
16130         (gnus-cache-decoded-group-name): New function.
16131         (gnus-cache-file-name): Use it.
16132         (gnus-cache-generate-active): Use non-decoded group name for active.
16133
16134         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
16135         right place.
16136         (gnus-write-active-file): Don't break non-ASCII group names.
16137
16138         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
16139         nnmail-pathname-coding-system.
16140
16141         * lpath.el: Bind default-file-name-coding-system,
16142         file-name-coding-system and language-info-alist for XEmacs.
16143
16144         * gnus-uu.el (gnus-uu-decode-save): Typo.
16145
16146 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16147
16148         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
16149
16150 2007-07-14  David Kastrup  <dak@gnu.org>
16151
16152         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
16153         finishing actions if we did not edit the article.
16154
16155 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16156
16157         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
16158         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
16159         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
16160         (gnus-agent-flush-group, gnus-agent-flush-cache)
16161         (gnus-agent-fetch-headers, gnus-agent-load-alist)
16162         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
16163         (gnus-agent-retrieve-headers, gnus-agent-request-article)
16164         (gnus-agent-regenerate-group)
16165         (gnus-agent-update-files-total-fetched-for)
16166         (gnus-agent-update-view-total-fetched-for):
16167         Bind file-name-coding-system to nnmail-pathname-coding-system.
16168         (gnus-agent-group-pathname): Don't encode file names by
16169         nnmail-pathname-coding-system.
16170         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
16171         coding-system-for-write instead of buffer-file-coding-system to
16172         gnus-agent-file-coding-system.
16173
16174         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
16175         Decode group name.
16176
16177         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
16178
16179         * gnus-start.el (gnus-update-active-hashtb-from-killed)
16180         (gnus-read-newsrc-el-file): Make group names unibyte.
16181
16182         * nnmail.el (nnmail-group-pathname): Don't encode file names by
16183         nnmail-pathname-coding-system.
16184
16185         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
16186         (nnrss-request-delete-group): Bind file-name-coding-system to
16187         nnmail-pathname-coding-system.
16188         (nnrss-read-server-data, nnrss-read-group-data):
16189         Bind file-name-coding-system correctly.
16190         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
16191
16192         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
16193         (nntp-server-to-method-cache): New variable.
16194         (nntp-group-pathname): New function that decodes non-ASCII group names.
16195         (nntp-possibly-create-directory, nntp-marks-changed-p)
16196         (nntp-save-marks, nntp-open-marks): Use it.
16197         (nntp-possibly-create-directory, nntp-open-marks):
16198         Bind file-name-coding-system to nnmail-pathname-coding-system.
16199         (nntp-open-marks): Decode group names when bootstrapping marks.
16200
16201         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
16202         Newsgroups and Followup-To headers.
16203
16204 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16205
16206         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16207         (gnus-server-closed-face, gnus-server-denied-face)
16208         (gnus-server-offline-face): Remove variable.
16209         (gnus-server-font-lock-keywords): Use faces that are not aliases.
16210
16211         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
16212         of modifying message-stack directly for XEmacs.
16213
16214         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
16215         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
16216         if the coding-system argument is nil for XEmacs.
16217
16218         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
16219         mm-charset-override-alist.
16220
16221         * rfc2047.el: Don't require base64; require rfc2045 for the function
16222         rfc2045-encode-string.
16223         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
16224         to quote the parameter value.
16225
16226 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16227
16228         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
16229         form in gnus-group-name-charset-method-alist.
16230
16231         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
16232         overrides the default layout edit-form.
16233
16234         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
16235
16236         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
16237
16238 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16239
16240         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16241         as unfetched articles.
16242
16243 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
16244
16245         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16246
16247 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16248
16249         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16250         original back end that keeps marks in the local system.
16251
16252 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16253
16254         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16255         arg of pop-to-buffer for XEmacs.
16256         (gnus-article-read-summary-keys): Ditto; don't restore window
16257         configuration if summary command ends up with neither article buffer
16258         nor summary buffer; describe bindings if summary keys end with C-h.
16259
16260 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16261
16262         * message.el (message-fix-before-sending): Skip raw message part to be
16263         forwarded while checking illegible text.
16264         (message-forward-make-body-mime, message-forward-make-body):
16265         Mark signed or encrypted raw message as having no illegible text.
16266
16267 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16268
16269         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
16270         (gnus-message-with-timestamp-1): New macro.
16271         (gnus-message-with-timestamp): New function.
16272         (gnus-message): Use them.
16273
16274         * nnheader.el (nnheader-message): Use them.
16275
16276 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
16277
16278         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16279         .newsrc.eld file.
16280
16281 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16282
16283         * gnus-agent.el (gnus-agent-fetch-headers)
16284         (gnus-agent-retrieve-headers):
16285         Bind gnus-decode-encoded-address-function to identity.
16286
16287         * nntp.el (nntp-send-xover-command): Recognize an xover command is
16288         available also when the server returns simply a dot.
16289
16290         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16291
16292 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16293
16294         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16295
16296 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16297
16298         * gnus-ems.el (gnus-x-splash): Make it work.
16299
16300         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16301         from being used.
16302
16303         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
16304
16305 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16306
16307         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
16308         4th and the 5th arguments.
16309
16310         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16311         the front stickiness.
16312         (gnus-article-summary-command-nosave): Correct the order of the
16313         arguments passed to pop-to-buffer.
16314         (gnus-article-read-summary-keys): Ditto; make it work properly when the
16315         summary command ends up with the article buffer.
16316
16317         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16318         the same faces.
16319
16320 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
16321
16322         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16323
16324 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
16325
16326         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16327         * gnus-sum.el (gnus-summary-highlight):
16328         * pgg.el (pgg-sign-region, pgg-sign):
16329         * mail-source.el (mail-source-delete-old-incoming-confirm):
16330         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16331
16332 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16333
16334         * gnus-art.el (gnus-mime-view-part-externally)
16335         (gnus-mime-view-part-internally): Fix predicate function passed to
16336         completing-read.
16337
16338         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16339
16340         * gnus.el (gnus-update-message-archive-method): Add :version.
16341
16342 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16343
16344         * gnus.el (gnus-update-message-archive-method): New variable.
16345
16346         * gnus-start.el (gnus-setup-news): Update saved "archive" method
16347         according to gnus-message-archive-method if
16348         gnus-update-message-archive-method is non-nil.
16349
16350 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16351
16352         * gnus-sum.el (gnus-summary-limit-to-address): New function.
16353         Suggested by Loic Dachary <loic@dachary.org>.
16354         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16355
16356 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16357
16358         * message.el (message-pop-to-buffer): Add switch-function argument.
16359         (message-mail): Pass switch-function argument to it.
16360
16361 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
16362
16363         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16364         Improve doc string.
16365
16366 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16367
16368         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16369         (gnus-header-content):
16370         * gnus-cite.el (gnus-cite-10):
16371         * gnus-srvr.el (gnus-server-closed):
16372         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16373         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16374         (gnus-group-mail-3-empty, gnus-group-mail-low)
16375         (gnus-group-mail-low-empty, gnus-splash):
16376         * message.el (message-header-to, message-header-cc)
16377         (message-header-subject, message-header-other, message-header-name)
16378         (message-header-xheader, message-separator, message-cited-text)
16379         (message-mml): Lighten colors of faces used for dark background.
16380
16381 2007-05-24  Simon Josefsson  <simon@josefsson.org>
16382
16383         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16384         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
16385
16386 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16387
16388         * message.el (message-narrow-to-headers-or-head):
16389         Ignore mail-header-separator in the body.
16390
16391 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16392
16393         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16394         same as window size.
16395
16396 2007-05-22  Kevin Ryde  <user42@zip.com.au>
16397
16398         * message.el (message-font-lock-keywords): Use message-header-xheader
16399         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
16400         ahead of the anything pattern, to get it recognized.
16401
16402 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16403
16404         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
16405         spam.el loads uses it in the compiled defadvice form.
16406
16407 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
16408
16409         * gnus-sum.el (gnus-articles-to-read)
16410         (gnus-summary-insert-old-articles): Don't truncate group name for
16411         `read-string'.
16412
16413         * gnus-util.el (gnus-limit-string): Delete this function.
16414
16415         * gnus-sum.el (gnus-simplify-subject-fully):
16416         Use `truncate-string-to-width' instead.
16417
16418 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
16419
16420         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16421         Tell if, on summary exit, the next group has to be selected.
16422         (gnus-summary-exit): Use it.
16423
16424 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
16425
16426         * gnus-art.el (gnus-article-mode): Fix comment about displaying
16427         non-break space.
16428
16429 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16430
16431         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16432         Check if group is not a directory.
16433         (nnfolder-request-expire-articles): Don't delete articles if the target
16434         group is not available.
16435
16436         * nnml.el (nnml-request-create-group): Properly check if group is not a
16437         file.
16438         (nnml-request-expire-articles): Don't delete articles if the target
16439         group is not available.
16440
16441         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16442         Don't quote characters that are within parentheses.
16443
16444 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16445
16446         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16447         (gnus-handle-ephemeral-exit): Select article according to it.
16448
16449 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16450
16451         * message.el (message-insert-formated-citation-line): Remove newline.
16452         (message-citation-line-format): Add final \n here so that the user can
16453         avoid a blank line.
16454
16455 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16456
16457         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16458         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16459         Update lanl/arXiv support.
16460
16461 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16462
16463         * gnus.el: Bump version number.
16464
16465 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16466
16467         * gnus.el (gnus-version-number): Bump version.
16468
16469 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16470
16471         * gnus.el: No Gnus v0.6 is released.
16472
16473 2007-04-27  Didier Verna  <didier@xemacs.org>
16474
16475         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16476         * gmm-utils.el (gmm-regexp-concat): ... here.
16477         * message.el: Don't require 'gnus-util.
16478         (message-dont-reply-to-names): Handle name change above.
16479         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16480
16481 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16482
16483         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16484         since the initial value varies according to the system.
16485
16486 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16487
16488         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16489
16490 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16491
16492         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16493
16494 2007-04-24  Didier Verna  <didier@xemacs.org>
16495
16496         Improve the type of gnus-ignored-from-addresses.
16497         * gnus-util.el (gnus-orify-regexp): New function.
16498         * message.el (gnus-util): Require it.
16499         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16500         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16501         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16502
16503 2007-04-24  Didier Verna  <didier@xemacs.org>
16504
16505         * gnus-sum.el:
16506         * gnus-utils.el: Fix some trailing whitespaces.
16507
16508 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16509
16510         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16511         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16512         article's Message-ID; refer parent article in summary buffer.
16513
16514         * message.el (message-bounce): Call mime-to-mml.
16515
16516         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16517         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16518         optimize and/or forms properly.
16519
16520 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16521
16522         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16523         URL.
16524
16525 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16526
16527         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16528
16529 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16530
16531         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16532         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16533         displayed of multipart/alternative part if it is invoked from summary
16534         buffer.
16535
16536         * mm-view.el (mm-inline-text-html-render-with-w3m)
16537         (mm-inline-text-html-render-with-w3m-standalone)
16538         (mm-inline-render-with-function): Use mail-parse-charset by default.
16539
16540 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16541
16542         * parse-time.el (parse-time-string-chars): Check if CHAR
16543         is less than the length of parse-time-syntax.
16544
16545 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16546
16547         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16548         from gnus-newsgroup-processable.
16549
16550 2007-04-16  Didier Verna  <didier@xemacs.org>
16551
16552         * gnus-msg.el (gnus-configure-posting-styles):
16553         Handle message-signature-directory properly with :file syntax.
16554         Reported by "Leo".
16555
16556 2007-04-11  Didier Verna  <didier@xemacs.org>
16557
16558         New user option: message-signature-directory.
16559         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16560         * message.el (message-insert-signature): Ditto.
16561         * message.el (message-signature-file): Doc update.
16562         * message.el (message-signature-directory): New.
16563
16564 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16565
16566         * gnus-msg.el (gnus-inews-yank-articles):
16567         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16568
16569 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16570
16571         * message.el (message-yank-original): Make sure cited text ends with
16572         newline; don't exchange point and mark.
16573
16574 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16575
16576         * tls.el (open-tls-stream): Properly handle case where there
16577         is no associated buffer.
16578
16579 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16580
16581         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16582         message-yank-original, make sure (< mark TEXT point).
16583
16584 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16585
16586         * message.el (message-fill-column): New variable.
16587         (message-mode): Use it.  Add comment on a possible new hook.
16588
16589         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16590         (nnmail-get-new-mail): Reformat.
16591
16592         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16593
16594         * gmm-utils.el: Fix Commentary.
16595         (gmm-tool-bar-from-list): Fix typo in doc string.
16596
16597 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16598
16599         * message.el (message-yank-original): Don't switch point and mark
16600         unnecessarily to put point and mark as documented.
16601
16602 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16603
16604         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16605         from the message heads.
16606
16607 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16608
16609         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16610         article buffer does not have a window.  This may not be the best
16611         solution but is certainly better than setting the start of the null,
16612         that is the current, window.
16613
16614 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16615
16616         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16617         (gnus-draft-setup): Run it.
16618
16619         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16620         gnus-score-fast-scoring.  Allow regexp.
16621         (gnus-score-headers): Use it.
16622
16623         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16624         XEmacs.
16625
16626         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16627         string.
16628         (gnus-button-alist): Also catch `<f1> k ...'.
16629         (gnus-treat-display-x-face): Fix doc string.
16630
16631 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16632
16633         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16634         evaluation of gnus-extended-version to ensure correct generation of the
16635         User-Agent header when message-generate-headers-first is used.
16636
16637 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16638
16639         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16640         hashcash-path is nil.  Don't call callback with incorrect number of
16641         parameters if val is 0.
16642
16643 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16644
16645         * message.el (message-required-news-headers):
16646         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16647
16648 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16649
16650         * tls.el (open-tls-stream): In handshake-waiting loop,
16651         don't wait more if there is output available to process.
16652
16653 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16654
16655         * tls.el (tls-program): Doc fix.
16656
16657 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16658
16659         * message.el (message-generate-new-buffers): Change the meaning of the
16660         nil value; add `standard' to the choices; treat t as `unique'; improve
16661         doc string.
16662         (gnus-select-frame-set-input-focus): Autoload.
16663         (message-buffer-name): Search for the existing message buffer if
16664         message-generate-new-buffers is nil or `standard'; treat the value t of
16665         message-generate-new-buffers as `unique'.
16666         (message-pop-to-buffer): Raise the frame already displaying the message
16667         buffer; clear the echo area after querying.
16668         (message-setup): Pass the `continue' argument to compose-mail.
16669         (message-mail): Prefer `switch-function' if it is given; search for the
16670         existing message buffer if the `continue' argument is non-nil; pass
16671         continue and switch-function arguments to compose-mail by way of
16672         message-setup.
16673         (message-mail-other-window): Adjust argument of message-setup.
16674         (message-mail-other-frame): Ditto.
16675
16676 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16677
16678         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16679         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16680         to turn font-lock on when turning gnus-message-citation-mode on.
16681
16682 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16683
16684         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16685         (mml-smime-function-alist): New variable; add epg as the backend.
16686         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16687         mml-smime- functions instead.
16688         * mm-view.el: Require smime.
16689
16690 2007-03-05  Didier Verna  <didier@xemacs.org>
16691
16692         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16693         instead of just inheritance for posting styles.
16694         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16695
16696 2007-02-24  Chris Moore  <dooglus@gmail.com>
16697
16698         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16699         * pgg-pgp.el (pgg-pgp-encrypt-region):
16700         * pgg-gpg.el (pgg-gpg-encrypt-region):
16701         Check pgg-encrypt-for-me if no other recipients.
16702
16703 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16704
16705         * tls.el (tls-certtool-program): Fix custom type.
16706
16707 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16708
16709         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16710         and point-at-eol instead of line-(beginning|end)-position.
16711
16712         * assistant.el (assistant-parse-buffer): Ditto.
16713
16714         * netrc.el (netrc-parse-services): Ditto.
16715
16716 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16717
16718         * mml2015.el (mml2015-epg-find-usable-key): New function.
16719         (mml2015-epg-sign): Use it.
16720         (mml2015-epg-encrypt): Use it.
16721
16722 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16723
16724         * message.el (message-make-in-reply-to): Quote name containing
16725         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16726         if there are special characters.  Reported by NAKAJI Hiroyuki
16727         <nakaji@jp.freebsd.org>.
16728
16729 2007-02-27  Didier Verna  <didier@xemacs.org>
16730
16731         Include the group parameters as well as the topic ones in the
16732         inheritance filter process.
16733         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16734         argument GROUP-PARAMS-LIST.
16735         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16736
16737 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16738
16739         * nntp.el (nntp-never-echoes-commands)
16740         (nntp-open-connection-functions-never-echo-commands): New variables.
16741         (nntp-send-command): Use them.
16742
16743 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16744
16745         * mml2015.el (mml2015-epg-verify): Simplify.
16746
16747 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16748
16749         * mml.el (mml-content-disposition-alist): New user option.
16750         (mml-content-disposition): New function.
16751         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16752         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16753
16754 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16755
16756         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16757         verification.
16758
16759 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16760
16761         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16762         articles posted in the last 24 hours.
16763
16764 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16765
16766         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16767
16768 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16769
16770         * nntp.el (nntp-send-command): Don't wait for echoes when
16771         nntp-open-ssl-stream is used.
16772
16773 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16774
16775         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16776         (gnus-message-add-citation-keywords)
16777         (gnus-message-remove-citation-keywords): Remove.
16778         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16779         directly, make the variables in font-lock-defaults buffer-local, add
16780         gnus-message-citation-keywords to them and then update the value of
16781         font-lock-keywords.
16782
16783 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16784
16785         * message.el (message-cite-original-1): Don't call
16786         gnus-article-highlight-citation.
16787
16788         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16789         citations; fix line count.
16790
16791 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16792
16793         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16794         (gnus-message-add-citation-keywords)
16795         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16796         versions of font-lock-add-keywords and font-lock-remove-keywords to
16797         work with XEmacs correctly.
16798
16799 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16800
16801         * gnus-cite.el (gnus-cite-face-list): Set the values of
16802         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16803         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16804         (gnus-message-cite-prefix-regexp): New variable.
16805         (gnus-message-search-citation-line): Use it; protect against long
16806         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16807         the 0th match data for Emacs.
16808         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16809         (gnus-message-add-citation-keywords): Append keywords rather than
16810         prepending; emulate font-lock-add-keywords if it is not available.
16811         (gnus-message-remove-citation-keywords):
16812         Emulate font-lock-remove-keywords if it is not available.
16813
16814         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16815
16816         * message.el (message-cite-prefix-regexp): Set the value of
16817         gnus-message-cite-prefix-regexp.
16818
16819 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16820
16821         * nnweb.el (nnweb-google-parse-1): Update parser.
16822
16823 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16824
16825         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16826
16827 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16828
16829         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16830         regexp.
16831
16832 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16833
16834         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16835         string-to-multibyte.
16836         (uudecode-decode-region-internal): Use it.
16837
16838         * lpath.el: Fbind string-as-multibyte for XEmacs.
16839
16840 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16841
16842         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16843         Fix custom choice.
16844
16845         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16846
16847 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16848
16849         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16850
16851         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16852         `write-region' to respect `mm-inhibit-file-name-handlers'.
16853
16854 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16855
16856         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16857         Use gnus-home-directory instead of "~/" or "$HOME".
16858
16859 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16860
16861         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16862         to mention filename.
16863         Add comments at beginning regarding usage.
16864         (encrypt-write-file-contents): Change interactive so a string is
16865         acceptable.  If the file has no associated model, show an error instead
16866         of a nonsense prompt.
16867
16868 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16869
16870         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16871         Thanks to Yoshihiko Yamada for kind notification of this typo.
16872
16873 2007-01-12  Kenichi Handa  <handa@m17n.org>
16874
16875         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16876         multibyte buffer.
16877
16878 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16879
16880         * gnus-score.el (gnus-score-fast-scoring): New variable.
16881         (gnus-score-headers): Use it.
16882
16883         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16884
16885         * message.el (message-cite-original-1):
16886         Call gnus-article-highlight-citation if requested.
16887         (message-make-from): Allow name and address as optional arguments.
16888
16889         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16890
16891         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16892         bugs to doc string.
16893         (gnus-button-alist): Add mid\\|message-id.
16894         (gnus-button-fetch-group): Extend for use in
16895         `browse-url-browser-function'.
16896         (gnus-button-url-regexp): Try to catch paired parentheses like in
16897         Wikipedia URLs.
16898
16899         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16900         Suggested by Simon Krahnke <overlord@gmx.li>.
16901
16902 2007-01-13  Romain Francoise  <romain@orebokech.com>
16903
16904         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16905         Update copyright.
16906
16907 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16908
16909         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16910
16911 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16912
16913         * gnus-registry.el (gnus-registry-unfollowed-groups)
16914         (gnus-registry-split-fancy-with-parent): Fix documentation.
16915
16916 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16917
16918         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16919         from nnweb groups.
16920
16921 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16922
16923         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16924         Xref urls.  Erase buffer before requesting head.
16925
16926         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16927
16928 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16929
16930         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16931         customizable.
16932
16933 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16934
16935         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16936         no signing key is found.
16937         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16938         no encrypting and/or signing key is found.
16939
16940 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16941
16942         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16943
16944 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16945
16946         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16947         headers read from disk with the ones newly found in the current search.
16948         This should no longer cause problems, because the article numbers in
16949         Gmane's `nov.php' output are ignored since the previous change.
16950
16951 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16952
16953         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16954
16955 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16956
16957         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16958         replace-regexp-in-string; bind url-version; fbind display-images-p and
16959         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16960         find-face and set-itimer-function for Emacs; bind itimer-list for
16961         Emacs.
16962
16963         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16964
16965 2007-01-01  Romain Francoise  <romain@orebokech.com>
16966
16967         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16968
16969 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16970
16971         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16972         `define-minor-mode' macro definition expanded properly.
16973         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16974         exclude it there.
16975
16976         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16977         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16978         `fboundp' test.
16979         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16980         This is OK to autoload in (S)XEmacs now.
16981
16982 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16983
16984         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16985         keystroke.
16986         (gnus-summary-limit-to-singletons): Fix typo.
16987
16988         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16989         else fails.
16990
16991 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16992
16993         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16994         docstring.
16995
16996         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16997         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16998         (gnus-summary-insert-dormant-articles): Fix typo in message.
16999
17000 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17001
17002         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17003         nil for XEmacs.
17004         (gnus-message-citation-mode): Don't autoload in XEmacs.
17005
17006         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17007
17008 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17009
17010         * nnimap.el (nnimap-expunge-search-string):
17011         Mention nnimap-search-uids-not-since-is-evil in docstring.
17012
17013 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17014
17015         * spam.el: Revert to make-obsolete-variable because
17016         define-obsolete-variable-alias is not supported in Emacs 21.
17017
17018         * spam.el (spam-ifile-path, spam-ifile-database-path)
17019         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17020         make-obsolete-variable.
17021         (spam-bsfilter-path, spam-bsfilter-program)
17022         (spam-spamassassin-path, spam-spamassassin-program)
17023         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17024         Don't use "path" inappropriately.
17025         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17026         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17027         variable names.
17028
17029 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17030
17031         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17032         summary buffer.
17033
17034         * password.el (password-cache-remove): Use clear-string to burn
17035         password, if available.
17036
17037 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17038
17039         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17040
17041         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17042
17043         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17044         (gnus-message-highlight-citation): Move defcustom here from
17045         gnus-cite.el.
17046         (gnus-message-citation-mode): Autoload.
17047
17048         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17049         checks to make it compile with XEmacs.
17050         (gnus-message-citation-mode): New minor mode.
17051         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17052         (gnus-message-highlight-citation): New variables.
17053         (gnus-message-search-citation-line)
17054         (gnus-message-add-citation-keywords)
17055         (gnus-message-remove-citation-keywords)
17056         (turn-on-gnus-message-citation-mode)
17057         (turn-off-gnus-message-citation-mode): New functions.
17058
17059 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17060
17061         * gnus-cite.el: Enable highlighting of different citation levels in
17062         message-mode.
17063
17064 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17065
17066         * message.el (message-make-fqdn): Fix comment.
17067         (message-bogus-system-names): Add ".local".
17068
17069         * spam.el (spam-ifile-path, spam-ifile-program)
17070         (spam-ifile-database-path, spam-ifile-database)
17071         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17072         Don't use "path" inappropriately.
17073         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17074         strings.
17075         (spam-check-ifile, spam-ifile-register-with-ifile)
17076         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17077         Use new variable names.
17078
17079         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17080         (gnus-treat-display-smileys): Simplify using
17081         gnus-image-type-available-p.
17082
17083         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17084         available.
17085
17086         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17087         Use `display-images-p' if available.
17088
17089 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17090
17091         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17092         one after turning on the buffer's multibyteness instead of decoding
17093         them directly in the unibyte buffer that causes unexpected conversion
17094         in Emacs 23 (unicode).
17095
17096 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17097
17098         * message.el (message-generate-hashcash): Fix custom type.
17099
17100 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17101
17102         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17103
17104 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17105
17106         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17107         disconnect icons.  Add help text.
17108
17109 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17110
17111         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17112         negated to be consistent with the others we handle.
17113
17114 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17115
17116         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17117         version of gnus-summary-buffer to something, so that we can use two
17118         article buffers at the same time.
17119
17120 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17121
17122         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17123         trigger all the extra headers.
17124         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17125         sorting.
17126
17127 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17128
17129         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
17130         solid groups.
17131
17132 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
17133
17134         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
17135
17136 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
17137
17138         * legacy-gnus-agent.el: Add Copyright notice.
17139
17140 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
17141
17142         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
17143
17144 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17145
17146         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
17147
17148         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
17149         to make it work reliably in CVS Emacs.
17150         (gnus-summary-limit-strange-charsets-predicate)
17151         (gnus-summary-limit-to-predicate): New functions.
17152
17153 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
17154
17155         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
17156         specifying array size.
17157         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
17158         array if it is too small.
17159         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
17160         (gnus-sort-threads-loop): New function.
17161
17162 2006-12-06  Chris Moore  <dooglus@gmail.com>
17163
17164         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
17165         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
17166
17167 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
17168
17169         * mm-url.el (mm-url-predefined-programs): Call curl with correct
17170         options.
17171
17172 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17173
17174         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
17175         DOS-ing the recipient.
17176
17177         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
17178         the headers when creating the mapping to avoid mismappings.
17179         (nnweb-gmane-create-mapping): Always nix out old mapping.
17180
17181 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17182
17183         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
17184         and mm-verify-option to never.
17185
17186 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17187
17188         * message.el (message-signed-or-encrypted-p): New function.
17189         (message-forward-make-body): Use it.
17190
17191         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
17192         Replace encode-coding-string with mm-encode-coding-string.
17193
17194 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17195
17196         * nneething.el (nneething-decode-file-name):
17197         Replace decode-coding-string with mm-decode-coding-string.
17198
17199         * gnus-int.el (gnus-open-server): Say failed server's name.
17200
17201 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17202
17203         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
17204         strings to a single string.  Quote `errors-file-name'.
17205         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
17206         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
17207         Adjust calls.  Use `shell-quote-argument'.
17208
17209 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
17210
17211         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
17212         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
17213
17214         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
17215         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
17216         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
17217         (gnus-group-make-directory-group, gnus-group-transpose-groups):
17218         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
17219         (gnus-subscribe-newsgroup, gnus-1):
17220         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
17221         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
17222         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
17223         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
17224
17225 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17226
17227         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
17228         keystroke.
17229         (gnus-summary-limit-to-bodies): Implement headersp.
17230
17231 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17232
17233         * dns.el (query-dns): Protect against "Process dns deleted" strings.
17234
17235 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17236
17237         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
17238
17239 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17240
17241         * message.el (message-generate-hashcash): Expand range of values to
17242         include `opportunistic'.
17243         (message-send-mail): Use it.
17244
17245 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17246
17247         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
17248         and comment it.
17249
17250         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
17251
17252 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
17253
17254         * gnus-util.el (gnus-extract-address-components): Improve comment.
17255
17256 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17257
17258         * gnus-util.el (gnus-extract-address-components): Work with address in
17259         which the name portion contains @.
17260
17261         * lpath.el: Fbind custom-autoload.
17262
17263 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17264
17265         * gnus.el (gnus-start): Move custom group up.
17266         (gnus-select-method): Don't autoload, but make it available for
17267         `customize-variable'.
17268         (gnus-getenv-nntpserver): Don't autoload.
17269
17270 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
17271
17272         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
17273
17274 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17275
17276         * message.el (message-sendmail-extra-arguments): New variable.
17277         (message-send-mail-with-sendmail): Use it.
17278
17279 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17280
17281         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
17282         mm-with-unibyte-current-buffer to make string unibyte.
17283
17284         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
17285         mm-string-as-multibyte.
17286
17287 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
17288
17289         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
17290         Reported by Werner Koch <wk@gnupg.org>.
17291
17292 2006-11-14  Daiki Ueno  <ueno@p360>
17293
17294         * mml2015.el: Autoload epa-select-keys when compiling.
17295
17296 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17297
17298         * mml2015.el (mml2015-epg-sign): Save the signing keys in
17299         message-options.
17300         (mml2015-epg-encrypt): Save the recipient keys in message-options.
17301
17302 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17303
17304         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17305         EasyPG (< 0.0.6).
17306         (mml2015-always-trust): New user option.
17307         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17308         prompt.
17309
17310 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17311
17312         * nntp.el (nntp-authinfo-force): New variable.
17313         (nntp-send-authinfo): Use it.
17314
17315 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
17316
17317         * message.el (message-strip-subject-encoded-words): Allow _not_ to
17318         decode encoded words.  Improve prompt.  Add comment about forwarding.
17319         (message-replacement-char): Move up.
17320
17321 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17322
17323         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17324         instead of gnus-intersection because arguments of gnus-sorted-nunion
17325         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
17326
17327 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
17328
17329         * message.el (message-strip-subject-encoded-words): Reformat prompt.
17330         (message-simplify-subject-functions):
17331         Enable message-strip-subject-encoded-words by default.
17332
17333 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
17334
17335         * message.el (message-strip-subject-encoded-words): New function.
17336         (message-simplify-subject-functions): New variable.
17337         (message-simplify-subject): Use it.  Fix typo in doc string.
17338         Support message-strip-subject-encoded-words.
17339
17340 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
17341
17342         * gnus-diary.el (gnus-diary-delay-format-function):
17343         * nndiary.el (nndiary-reminders):
17344         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17345
17346 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17347
17348         * gnus-art.el (article-hide-boring-headers): Fetch date from
17349         gnus-original-article-buffer to avoid problems with localized date
17350         strings.
17351
17352 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17353
17354         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17355
17356 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
17357
17358         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17359         New variables.
17360         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17361         (mm-charset-synonym-alist): Move some entries to
17362         mm-codepage-iso-8859-list.
17363         (mm-charset-synonym-alist, mm-charset-override-alist):
17364         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17365
17366 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17367
17368         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17369
17370 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17371
17372         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17373         with Emacs 21 and XEmacs.
17374
17375 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
17376
17377         * spam.el (spam-parse-address): New function for better parsing,
17378         catching errors, etc.
17379         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17380
17381 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17382
17383         * mm-view.el: Add interactive arg to html2text autoload.
17384
17385 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17386
17387         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17388
17389 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
17390
17391         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17392         New variables.
17393         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17394         (mm-charset-synonym-alist): Move some entries to
17395         mm-codepage-iso-8859-list.
17396
17397         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17398
17399 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
17400
17401         * message.el (message-citation-line-format)
17402         (message-insert-formated-citation-line): Fix implementation of %E, %N
17403         and %n according to the doc string.
17404
17405 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
17406
17407         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17408         Use car-safe to avoid bad parses.
17409
17410 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17411
17412         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17413         names.
17414
17415         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17416
17417 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17418
17419         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17420         header.
17421
17422         * message.el (message-draft-headers): Add Date.
17423         (message-headers-to-generate): Fix typo in docstring.
17424
17425         * nndraft.el (nndraft-required-headers): New variable.
17426         (nndraft-generate-headers): Use it.
17427
17428         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17429
17430 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17431
17432         * gnus-registry.el (gnus-registry-wash-for-keywords)
17433         (gnus-registry-find-keywords): New functions to allow easy searching of
17434         articles that are in the registry.
17435
17436 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17437
17438         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17439         Use ietf-drums-parse-address instead of gnus-extract-address-components.
17440         Reported by Damien Elmes <damien@repose.cx>.
17441
17442 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17443
17444         * gnus.el (gnus-mime): Remove unused custom group.
17445
17446 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17447
17448         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17449         "blank line" when searching for end of armor headers.
17450
17451 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17452
17453         * gmm-utils.el (gmm-write-region): Fix variable name.
17454
17455 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17456
17457         * gmm-utils.el (gmm-write-region): New function based on compatibility
17458         code from `mm-make-temp-file'.
17459
17460         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17461
17462         * nnmaildir.el (nnmaildir--update-nov)
17463         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17464         Use `gmm-write-region'.
17465
17466 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17467
17468         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17469         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17470
17471         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17472
17473         * message.el (message-replacement-char): New variable.
17474         (message-fix-before-sending): Use it.
17475         (message-simplify-subject): New function to remove duplicate code.
17476         (message-reply, message-followup): Use it.
17477
17478         * gnus-sum.el (gnus-summary-make-menu-bar):
17479         Clarify gnus-summary-limit-to-articles.
17480
17481 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17482
17483         * gnus-util.el (gnus-with-local-quit): New macro.
17484
17485         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17486
17487 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17488
17489         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17490         ignore non-string data.
17491
17492 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17493
17494         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17495         non-string data (needs to be done in the registry too).
17496
17497 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17498
17499         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17500         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17501         (gnus-registry-split-fancy-with-parent)
17502         (gnus-registry-fetch-simplified-message-subject-fast)
17503         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17504         Remove text properties on ingress into the registry and when it's saved.
17505         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17506         registry from entries with no groups.
17507
17508 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17509
17510         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17511         function to remove string properties.
17512
17513 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17514
17515         * gmm-utils.el (gmm): Adjust custom version.
17516
17517         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17518         Adjust custom version.
17519
17520         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17521
17522 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17523
17524         * gnus-art.el (gnus-insert-prev-page-button)
17525         (gnus-insert-next-page-button): Simplify.  Reformat.
17526
17527 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17528
17529         * gnus-art.el (gnus-insert-prev-page-button)
17530         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17531
17532 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17533
17534         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17535
17536 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17537
17538         * gnus-art.el (gnus-insert-mime-button)
17539         (gnus-insert-mime-security-button):
17540         Apply gnus-article-button-face to MIME and security buttons.
17541
17542 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17543
17544         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17545         readable.
17546
17547 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17548
17549         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17550
17551 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17552
17553         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17554         `browse-url-of-file' instead of `browse-url'.
17555
17556 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17557
17558         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17559         regexp.  Articles containing quotation were cut prematurely.
17560
17561 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17562
17563         * message.el (message-cite-original-1): Use nobody by default for the
17564         value of From header.
17565         (message-reply): Ditto.
17566
17567 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17568
17569         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17570         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17571         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17572
17573 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17574
17575         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17576         mails in the doc string.  Add some URLs in comment.
17577         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17578
17579 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17580
17581         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17582         backslashes handling and the way to find boundaries of quoted strings.
17583
17584 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17585
17586         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17587         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17588         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17589         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17590
17591 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17592
17593         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17594         doc string.
17595         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17596
17597 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17598
17599         * lpath.el: Fbind epg-check-configuration.
17600
17601 2006-09-06  Simon Josefsson  <jas@extundo.com>
17602
17603         * mml2015.el (mml2015-use): Doc fix, mention epg.
17604
17605 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17606
17607         * mml2015.el (mml2015-use): Default to epg, if available.
17608
17609 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17610
17611         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17612         message-sender.
17613         (mml1991-epg-encrypt): Ditto.
17614         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17615         message-sender.
17616         (mml2015-epg-encrypt): Ditto.
17617
17618 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17619
17620         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17621         several common directories.
17622
17623 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17624
17625         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17626         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17627
17628 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17629
17630         * gnus-art.el (article-decode-encoded-words): Make it fast.
17631
17632 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17633
17634         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17635
17636         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17637         in quoted string into `\'.
17638
17639 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17640
17641         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17642         Use standard-syntax-table.
17643
17644 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17645
17646         * gnus-art.el (gnus-decode-address-function): New variable.
17647         (article-decode-encoded-words): Use it to decode headers which are
17648         assumed to contain addresses.
17649         (gnus-mime-delete-part): Remove useless `or'.
17650
17651         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17652         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17653         (gnus-nov-parse-line): Use it to decode From header.
17654         (gnus-get-newsgroup-headers): Ditto.
17655         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17656
17657         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17658         (mail-decode-encoded-address-string): New alias.
17659
17660         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17661         New function.
17662         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17663         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17664         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17665         (rfc2047-decode-string): Ditto.
17666         (rfc2047-decode-address-region): New function.
17667         (rfc2047-decode-address-string): New function.
17668
17669 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17670
17671         * message.el (message-caesar-buffer-body): Allow rotating headers.
17672
17673         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17674
17675         * message.el (message-insert-formated-citation-line): Fix %f.
17676         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17677
17678 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17679
17680         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17681         (gnus-bookmark-mouse-available-p): New macro.
17682         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17683         (gnus-bookmark-bmenu-show-infos): Use it.
17684         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17685         (gnus-bookmark-bmenu-hide-infos): Ditto.
17686         (gnus-bookmark-remove-properties): New function.
17687         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17688         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17689         (gnus-bookmark-write-file): Bind coding-system-for-write.
17690         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17691         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17692         group before selecting it.
17693         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17694         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17695         quit-window if it is not available; use gnus-mouse-2 and bind it to
17696         gnus-bookmark-bmenu-select-by-mouse.
17697         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17698         (gnus-bookmark-bmenu-select-by-mouse): New function.
17699
17700 2006-08-13  Romain Francoise  <romain@orebokech.com>
17701
17702         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17703         space.
17704
17705 2006-08-10  Romain Francoise  <romain@orebokech.com>
17706
17707         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17708         (dns-mode-soa-auto-increment-serial): New user option.
17709         (dns-mode-soa-maybe-increment-serial): New function.
17710         (dns-mode): Add the latter to `write-contents-functions'.
17711
17712 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17713
17714         * compface.el (uncompface): Use binary rather than raw-text-unix.
17715
17716 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17717
17718         * compface.el (uncompface): Make sure the eol conversion doesn't take
17719         place when communicating with the external programs.
17720         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17721
17722 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17723
17724         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17725
17726 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17727
17728         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17729         Make it more robust by parsing author and date independently.
17730
17731 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17732
17733         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17734
17735 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17736
17737         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17738         first matching secret key.
17739         (mml2015-epg-encrypt): Ditto.
17740
17741         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17742         first matching secret key.
17743         (mml1991-epg-encrypt): Ditto.
17744
17745         * mml2015.el (mml2015-encrypt-to-self): New user option.
17746         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17747         mml2015-epg-encrypt-to-self is set.
17748
17749         * mml1991.el (mml1991-encrypt-to-self): New variable.
17750         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17751         mml1991-epg-encrypt-to-self is set.
17752
17753         * mml2015.el (mml2015-signers): New user option.
17754         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17755         (mml2015-epg-encrypt): Allow to select signing keys.
17756
17757         * mml1991.el (mml1991-signers): New variable.
17758         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17759         (mml1991-epg-encrypt): Allow to select signing keys.
17760
17761 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17762
17763         * nnheader.el (nnheader-insert-head): Make it work even if the file
17764         uses CRLF for the line-break code.
17765
17766 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17767
17768         * mml2015.el: Require mml-sec instead of password.
17769         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17770         (mml2015-cache-passphrase): Inherit the default value from
17771         mml-secure-cache-passphrase.
17772         (mml2015-passphrase-cache-expiry): Inherit the default value from
17773         mml-secure-passphrase-cache-expiry.
17774
17775         * mml1991.el: Require mml-sec instead of password.
17776         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17777         (mml1991-cache-passphrase): Inherit the default value from
17778         mml-secure-cache-passphrase.
17779         (mml1991-passphrase-cache-expiry): Inherit the default value from
17780         mml-secure-passphrase-cache-expiry.
17781
17782         * mml-sec.el: Require password.
17783         (mml-secure-verbose): New user option.
17784         (mml-secure-cache-passphrase): New user option.
17785         (mml-secure-passphrase-cache-expiry): New user option.
17786
17787 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17788             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17789
17790         * pgg-def.el (pgg-truncate-key-identifier):
17791         Truncate the key ID to 8 letters from the end.
17792
17793 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17794
17795         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17796         workaround for the url package included with Emacs.
17797
17798         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17799
17800 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17801
17802         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17803         correctly.  This fixes a bug caused by the 2006-05-12 change.
17804
17805 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17806
17807         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17808         some information about the error when saying that the `bogus' mail
17809         group will be used.
17810
17811 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17812
17813         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17814         string.
17815
17816 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17817
17818         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17819
17820 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17821
17822         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17823
17824 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17825
17826         * mml1991.el (mml1991-function-alist): Add epg.
17827         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17828         (mml1991-epg-encrypt): New functions.
17829
17830 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17831
17832         * mml2015.el (mml2015-verbose): New variable.
17833         (mml2015-cache-passphrase): Ditto.
17834         (mml2015-passphrase-cache-expiry): Ditto.
17835         (mml2015-function-alist): Add epg.
17836         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17837         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17838         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17839         New functions.
17840
17841 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17842
17843         * message.el (message-cite-original-1): Preserve region when removing
17844         quoted text due to X-No-Archive in order to avoid bogus attribution
17845         when citing multiple messages.
17846
17847 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17848
17849         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17850         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17851
17852 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17853
17854         * gnus-diary.el (gnus-user-format-function-d)
17855         (gnus-user-format-function-D): Autoload.
17856
17857         * imap.el (Commentary): Fix typo.
17858
17859         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17860         2006-04-22 contribution.
17861
17862 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17863
17864         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17865         It didn't really fix the bogosity I'm seeing with solid web groups.
17866
17867 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17868
17869         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17870         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17871         created using server names.  If we use the feature without declaring
17872         it, Gnus does not properly manage server and group state.
17873
17874         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17875         bound.
17876
17877 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17878
17879         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17880         looking up the method using GROUP's prefix before inventing a new one.
17881         It is used on killed/unknown groups in various places where returning
17882         an all-new method isn't expected by the caller.
17883
17884         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17885         and match semantics of gnus-group-real-prefix.
17886
17887 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17888
17889         * nnmail.el (nnmail-broken-references-mailers): New variable.
17890         (nnmail-ignore-broken-references): New function generalizing
17891         nnmail-fix-eudora-headers.
17892         (nnmail-fix-eudora-headers): Now obsolete.
17893
17894         * gnus-art.el (gnus-button-handle-custom):
17895         Support `customize-apropos*'.
17896
17897 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17898
17899         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17900
17901         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17902         articles.
17903
17904 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17905
17906         * message.el (message-cite-reply-above): New variable.
17907         (message-yank-original): Use it.
17908
17909 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17910
17911         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17912
17913 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17914
17915         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17916         as read.
17917
17918         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17919
17920 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17921
17922         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17923         (gnus-bookmark-default-file): Use gnus-directory.
17924         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17925         Remove "*" in doc string.
17926         (gnus-bookmark-write-file): Simplify.
17927         (gnus-bookmark-maybe-sort-alist): Use `when'.
17928         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17929         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17930         Add FIXME about Emacs 21 and XEmacs compatibility.
17931         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17932         compatibility.
17933         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17934         compatibility.
17935         (gnus-bookmark-menu-heading): Fix version.
17936
17937 2006-06-19  Bastien Guerry  <bzg@altern.org>
17938
17939         * gnus-bookmark.el: New file.
17940
17941 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17942
17943         * message.el (message-syntax-checks): Doc fix.
17944
17945 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17946
17947         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17948         unsubscribed groups as if they were killed ones.  It causes duplicate
17949         entries in gnus-newsrc-alist.
17950
17951 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17952
17953         * message.el (message-syntax-checks): Doc fix.
17954         (message-send-mail): Add check for continuation headers.
17955         (message-check-news-header-syntax): Fix regexp used to check for
17956         continuation headers.
17957
17958 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17959
17960         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17961
17962 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17963
17964         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17965
17966 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17967
17968         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17969         default-truncate-lines.
17970
17971 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17972
17973         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17974         to fill the utf-8 entry.
17975
17976         * lpath.el: Fbind unicode-precedence-list.
17977
17978 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17979
17980         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17981
17982 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17983
17984         * gnus-agent.el (directory-files-and-attributes): Move all the way
17985         forward (the third and final move).
17986         (gnus-agent-read-agentview): Trap reconstruction errors due to
17987         nonexistent directory.  Handle by returning nil.
17988
17989 2006-05-30  Didier Verna  <didier@xemacs.org>
17990
17991         * message.el (message-dont-reply-to-names): Update the custom type.
17992         * message.el (message-dont-reply-to-names): New defsubst: potentially
17993         convert a list of regexps into a single one.
17994         * message.el (message-get-reply-headers): Use it.
17995         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17996
17997 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17998
17999         * gnus-agent.el (directory-files-and-attributes): Move forward.
18000
18001 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18002
18003         * gnus-ml.el (gnus-mailing-list-subscribe)
18004         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18005         (gnus-mailing-list-message): Fix doc strings.
18006
18007 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18008
18009         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18010         of doing it manually.
18011
18012 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18013
18014         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18015         comment.
18016
18017 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18018
18019         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18020         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18021         (gnus-agent-read-local): All symbols allocated in my-obarray.
18022         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18023         (gnus-agent-regenerate-group): Check numeric names to see if they are
18024         messages or groups.
18025         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18026         better way of do this...)
18027
18028         * gnus-cache.el (gnus-agent-total-fetched-for):
18029         Ignore 'dummy.group' (there should be a better way of do this...)
18030
18031 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18032
18033         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18034         (gnus-saved-headers): Ditto.
18035         (gnus-default-article-saver): Mention functions may have properties.
18036         (gnus-article-save): Override gnus-save-all-headers and
18037         gnus-saved-headers by :headers property which saver function may have.
18038         (gnus-summary-save-in-file): Add :headers property.
18039         (gnus-summary-write-to-file): Ditto.
18040
18041         * gnus-sum.el (gnus-summary-save-article): Bind
18042         gnus-prompt-before-saving to t when saving many articles in a file;
18043         always show all headers.
18044
18045         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18046
18047 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18048
18049         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18050         marks.
18051
18052         * message.el (message-indent-citation): Add optional arguments to allow
18053         using it outside of message buffers.
18054
18055         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18056         (gnus-article-treat-unfold-headers): Use it.
18057         (gnus-article-truncate-lines): New variable.
18058         (gnus-article-mode): Use it.
18059         (gnus-article-toggle-truncate-lines): New function.
18060
18061         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18062         Add gnus-article-toggle-truncate-lines.
18063
18064         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18065         coding system in XEmacs, use binary.
18066
18067 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18068
18069         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18070         after-load-alist.
18071
18072         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18073         this function should save decoded articles.
18074         (gnus-summary-write-to-file): Use property to specify this function
18075         should save decoded articles and specify gnus-summary-save-in-file
18076         should be used to save articles other than the first one when saving
18077         many articles.
18078         (gnus-summary-save-body-in-file): Use property to specify this
18079         function should save decoded articles.
18080         (gnus-summary-write-body-to-file): Use property to specify this
18081         function should save decoded articles and specify
18082         gnus-summary-save-body-in-file should be used to save articles other
18083         than the first one when saving many articles.
18084
18085         * gnus-sum.el (gnus-summary-save-article): Simplify.
18086
18087 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18088
18089         * gnus-art.el (gnus-default-article-saver):
18090         Add gnus-summary-write-body-to-file.
18091         (gnus-article-save-coding-system): Don't use coding system object
18092         in XEmacs.
18093         (gnus-read-save-file-name): Add optional `dir-var' argument which
18094         specifies directory in which files are saved; work even if optional
18095         `variable' argument is not specified.
18096         (gnus-summary-write-to-file): Read file name.
18097         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18098         (gnus-summary-write-body-to-file): New function.
18099
18100         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18101         (gnus-summary-local-variables): Add it.
18102         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18103         (gnus-summary-save-article): Remove optional `decode' argument;
18104         determine whether to decode articles by the value of
18105         gnus-default-article-saver; when saving many files using
18106         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18107         it first and use gnus-summary-save-in-file or
18108         gnus-summary-save-body-in-file thereafter unless
18109         gnus-prompt-before-saving is always; move point to article which
18110         will be saved.
18111         (gnus-summary-save-article-file): Revert.
18112         (gnus-summary-write-article-file): Revert.
18113         (gnus-summary-save-article-body-file): Revert.
18114         (gnus-summary-write-article-body-file): New function.
18115
18116 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18117
18118         * gnus-art.el (gnus-default-article-saver): Doc fix.
18119         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18120         from gnus-summary-save-article-coding-system, and default to a
18121         certain coding system.
18122         (gnus-output-to-file): Add coding cookie and encode text according
18123         to gnus-article-save-coding-system; don't use mm-append-to-file.
18124
18125         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18126         gnus-art.el and rename to gnus-article-save-coding-system.
18127         (gnus-summary-save-article): Require gnus-art; don't show all
18128         headers if it decodes articles; don't add coding cookie here;
18129         don't bind mm-text-coding-system-for-write.
18130         (gnus-summary-save-article-file): Save decoded articles.
18131         (gnus-summary-write-article-file): When saving many files, use
18132         gnus-summary-write-to-file first and gnus-summary-save-in-file
18133         thereafter unless gnus-prompt-before-saving is always.
18134         (gnus-summary-save-article-body-file): Save decoded articles.
18135
18136         * lpath.el: Fbind select-safe-coding-system for XEmacs.
18137
18138 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18139
18140         * nnrss.el (nnrss-check-group): Bind hash-index.
18141
18142 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
18143
18144         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
18145         its hash index.  Store this hash in `nnrss-group-data'.
18146         (nnrss-read-group-data): Update accordingly.
18147
18148 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18149
18150         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
18151         entry.
18152
18153         * gnus-sum.el (gnus-summary-make-menu-bar):
18154         Add gnus-article-browse-html-article.
18155
18156 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
18157
18158         * gnus-sum.el (gnus-summary-mime-map):
18159         Add gnus-article-browse-html-article.
18160
18161         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
18162
18163 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18164
18165         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
18166         suitable coding systems in customize.
18167
18168 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
18169
18170         * mail-source.el (mail-sources): Fix custom type.
18171
18172 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18173
18174         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
18175         (gnus-summary-expire-articles-now): Shorten prompt.
18176
18177         * gmm-utils.el (wid-edit): Require.
18178         (defun-gmm): Rename from `gmm-defun-compat'.
18179         (gmm-image-search-load-path): Use it.
18180         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
18181
18182 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18183
18184         * gnus-sum.el (gnus-summary-save-article-coding-system):
18185         New variable.
18186         (gnus-summary-save-article): Add optional `decode' argument.
18187         If it is set and gnus-summary-save-article-coding-system is non-nil,
18188         save decoded article.
18189         (gnus-summary-write-article-file): Save decoded article if
18190         gnus-summary-save-article-coding-system is non-nil.
18191
18192         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
18193         type.
18194
18195 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18196
18197         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
18198
18199 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18200
18201         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
18202         first to test gnus-single-article-buffer which may be buffer-local.
18203
18204         * gnus-sum.el (gnus-summary-setup-buffer):
18205         Make gnus-single-article-buffer buffer-local and nil in ephemeral
18206         group; make gnus-article-buffer, gnus-article-current, and
18207         gnus-original-article-buffer always buffer-local.
18208         (gnus-summary-exit): Kill article buffer belonging to ephemeral
18209         group.
18210         (gnus-handle-ephemeral-exit): Don't move to next summary line.
18211
18212 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18213
18214         * nnml.el (nnml-request-compact-group): Compressed files might not
18215         have .gz extension.
18216
18217 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18218
18219         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
18220         (mm-copy-to-buffer): Use with-current-buffer.
18221         (mm-display-part): Simplify.
18222         (mm-inlinable-p): Add optional arg `type'.
18223
18224 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18225
18226         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
18227         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
18228         Try harder to show the attachment internally or externally using
18229         gnus-mime-view-part-as-type.
18230
18231 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18232
18233         * message.el (message-from-style, message-signature-separator)
18234         (message-user-organization-file, message-send-mail-function)
18235         (message-citation-line-function, message-yank-prefix)
18236         (message-indent-citation-function, message-signature)
18237         (message-signature-file, message-signature-insert-empty-line):
18238         Remove autoloads.
18239
18240         * gnus-art.el (gnus-buttonized-mime-types):
18241         Remove "multipart/signed".  Revert 2006-04-26 change.
18242
18243 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18244
18245         * gnus.el (gnus-version-number): Bump version.
18246
18247 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18248
18249         * gnus.el: No Gnus v0.5 is released.
18250
18251 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18252
18253         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
18254         fetching articles by message-id.
18255
18256 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18257
18258         * message.el (hashcash): Require hashcash as normal.
18259
18260         * ecomplete.el (ecomplete-highlight-match-line):
18261         Use point-at-eol.
18262         (ecomplete-highlight-match-line): Use `highlight', because that
18263         face exists in both Emacs and XEmacs.
18264
18265         * message.el (message-display-abbrev): Use point-at-bol.
18266
18267         * mail-source.el: Don't require timer/timer-funcs.
18268
18269         * gnus-async.el: Ditto.
18270
18271         * password.el: Ditto.
18272
18273         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
18274
18275         * mm-url.el: Ditto.
18276
18277         * gnus-xmas.el: Don't require timer-funcs.
18278
18279         * mm-util.el: Require timer/timer-funcs.
18280
18281 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18282
18283         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
18284         Close.
18285
18286 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18287
18288         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
18289         unibyte after clear-decrypt function runs.
18290
18291         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
18292         returns as a unibyte string.
18293
18294 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18295
18296         * lpath.el: Revert.
18297
18298         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
18299         (pgg-gpg-process-sentinel): Revert.
18300
18301         * pgg-pgp.el (pgg-pgp-process-region): Revert.
18302         (pgg-pgp-lookup-key): Revert.
18303
18304         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
18305         (pgg-pgp5-lookup-key): Revert.
18306
18307         * pgg.el (pgg-fetch-key): Revert.
18308
18309 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18310
18311         * lpath.el: Fbind string-as-multibyte for XEmacs.
18312
18313         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
18314         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
18315         (mml1991-pgg-encrypt): Ditto.
18316
18317         * pgg-gpg.el (pgg-string-to-multibyte): New function.
18318         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
18319         a multibyte buffer.
18320
18321         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
18322         (pgg-pgp-lookup-key): Ditto.
18323
18324         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
18325         (pgg-pgp5-lookup-key): Ditto.
18326
18327         * pgg.el (pgg-fetch-key): Ditto.
18328
18329 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
18330
18331         * message.el (message-user-organization-file): Check several
18332         locations of the organization file.
18333
18334         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
18335         Add gnus-article-view-part-as-type.
18336
18337         * gnus-art.el (gnus-article-view-part-as-type): New function.
18338
18339         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
18340         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
18341
18342         * mml.el: Simplify autoload.
18343         (mml-mode): defvar dnd-protocol-alist instead of using
18344         symbol-value.
18345         (mml-default-directory): New variable.
18346         (mml-minibuffer-read-file): Use it.
18347         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
18348
18349         * message.el (message-citation-line-format): New variable.
18350         (message-insert-formated-citation-line): New function.
18351         (message-citation-line-function):
18352         Add `message-insert-formated-citation-line' to custom type.
18353
18354         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
18355         to doc string.
18356
18357         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18358         depending on mm-verify-option.
18359
18360 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18361
18362         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18363         binding pgg-* variables; reimplement the section which prevents
18364         MIME header from being signed.
18365         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18366         pgg-text-mode; remove a blank line at the top of body.
18367
18368         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18369         lines at the top of body; use gnus-newsgroup-charset if there's no
18370         Charset header.
18371
18372 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18373
18374         * message.el (message-self-insert-commands): Doc fix.
18375
18376         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
18377         (mm-uu-pgp-encrypted-test): Ditto.
18378         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
18379         between header and body; return application/pgp-encrypted handle
18380         if decryption failed; decode decrypted body by charset.
18381
18382         * mm-decode.el (mm-automatic-display): Don't make application/pgp
18383         element match to application/pgp-*.
18384
18385 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18386
18387         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18388         HTML.
18389
18390 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18391
18392         * mail-source.el (mail-source-call-script): Message the error
18393         string.
18394
18395 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18396
18397         * gnus-util.el (gnus-byte-compile): Use it.
18398
18399 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
18400
18401         * gnus-util.el (kill-empty-logs): New function.
18402
18403 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18404
18405         * message.el (message-mail-alias-type): Doc fix.
18406         (message-mail-alias-type-p): New function.
18407         (message-send): Use it.
18408         (message-mode): Ditto.
18409         (message-strip-forbidden-properties): Ditto.
18410
18411         * ecomplete.el (ecomplete-database-file-coding-system):
18412         New variable.
18413         (ecomplete-save): Use it.
18414         (ecomplete-setup): Use it.
18415
18416 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18417
18418         * message.el (message-self-insert-commands): New variable.
18419         (message-strip-forbidden-properties): Use it.
18420
18421 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18422
18423         * message.el (message-put-addresses-in-ecomplete): Use a regexp
18424         that doesn't make XEmacs choke.
18425
18426 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
18427
18428         * gnus-util.el (gnus-replace-in-string):
18429         Prefer replace-regexp-in-string over of replace-in-string.
18430
18431 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18432
18433         * gnus-util.el (gnus-select-frame-set-input-focus):
18434         Use select-frame-set-input-focus if it is available in XEmacs; use
18435         definition defined in Emacs 22 for old Emacsen.
18436
18437         * dgnushack.el: Autoload unmorse-region for XEmacs.
18438
18439         * lpath.el: Bind cursor-in-non-selected-windows and
18440         select-frame-set-input-focus for XEmacs.
18441
18442 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18443
18444         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18445
18446 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18447
18448         * gnus-registry.el (gnus-registry-cache-save): Remove text
18449         properties when saving via the temp buffer.
18450
18451 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18452
18453         * message.el (message-generate-hashcash): Honor custom type.
18454
18455 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18456
18457         * message.el (message-generate-hashcash): Default to non-nil when
18458         hashcash is found.
18459
18460         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18461         (gnus-refer-thread-limit): Increase default to 500.
18462
18463         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18464
18465         * flow-fill.el (fill-flowed): Allow delete-space.
18466
18467 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18468
18469         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18470         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18471         Remove autoloads.
18472
18473 2006-04-18  Simon Josefsson  <jas@extundo.com>
18474
18475         * message.el (message-generate-hashcash): Default to.
18476
18477 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18478
18479         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18480         concatenating segments rather than before concatenating them.
18481
18482 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18483
18484         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18485
18486 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18487
18488         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18489
18490         * message.el (message-forward-make-body-plain):
18491         Allow message-forward-ignored-headers to be a list.
18492         (message-remove-ignored-headers): Factor out into function.
18493         (message-forward-make-body-mml): Use it.
18494
18495         * imap.el (imap-quote-specials): New function.
18496         (imap-login-auth): Quote specials.
18497
18498         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18499         (rfc2231-parse-string): Allow concatanation of parameters that
18500         aren't contiguous.  The test case is
18501           (mail-header-parse-content-type "message/external-body;
18502             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18503             access-type=LOCAL-FILE;
18504             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18505
18506 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18507
18508         * nntp.el (nntp-accept-process-output): Return the value of
18509         `nnheader-accept-process-output'.
18510
18511 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18512
18513         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18514         (gnus-button-alist): Recognize more diff formats.
18515         (gnus-button-patch): Strip directory.
18516
18517 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18518
18519         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18520         Emacs 22 when setting focus.
18521
18522 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18523
18524         * gnus-art.el (gnus-article-treat-types): Do treatment of
18525         text/x-verbatim parts.
18526         (gnus-button-patch): New command.
18527
18528         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18529         addresses that contain invalid characters.
18530
18531 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18532
18533         * message.el (message-put-addresses-in-ecomplete):
18534         Use gnus-replace-in-string.
18535         (message-is-yours-p): Use the more correct
18536         mail-header-parse-address instead of
18537         mail-extract-address-components.
18538         (message-put-addresses-in-ecomplete): Fix typo.
18539
18540         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18541         keystroke.
18542
18543         * gnus-art.el (gnus-treatment-function-alist): Change order of
18544         newsgroups/generic header folding to avoid double-folding.
18545
18546         * message.el (message-hidden-headers): Add X-Draft-From.
18547
18548         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18549         New command.
18550         (gnus-summary-repeat-search-article-backward): New command.
18551
18552         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18553         groups in the parent topic.
18554
18555 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18556
18557         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18558         (spam-extra-header-to-number): Return the CRM114 number as a
18559         number instead of a string.
18560
18561 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18562
18563         * gnus-art.el (gnus-face-properties-alist): Move here from
18564         gnus-fun.
18565
18566         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18567
18568 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18569
18570         * message.el (message-strip-forbidden-properties): Only display on
18571         self-insert-command.
18572
18573         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18574         reindent.
18575         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18576
18577 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18578
18579         * smiley.el (smiley-style): Fix typo.
18580
18581 2006-03-23  Kenichi Handa  <handa@m17n.org>
18582
18583         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18584         instead of set-buffer-multibyte.
18585
18586 2006-03-23  Kenichi Handa  <handa@m17n.org>
18587
18588         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18589         buffer and then decode the buffer text if necessary.
18590         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18591         first, and after mm-encode-body, change the buffer to unibyte.
18592
18593 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18594
18595         * hashcash.el (hashcash-insert-payment-async-2):
18596         Use message-goto-eoh instead of doing it manually.
18597         (mail-add-payment): Use message-narrow-to-header instead of trying
18598         to do the same itself.
18599
18600         * message.el (message-hidden-headers): Add Face.
18601
18602         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18603         reparenting code.
18604         (gnus-summary-reparent-children): Refactored out code.
18605         (gnus-summary-thread-map): New keystroke.
18606         (gnus-summary-reparent-children): Make into command.
18607
18608         * smiley.el (smiley-style): Default to `medium' if using a large
18609         font.
18610
18611         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18612         does it itself.
18613
18614         * message.el (message-point-in-header-p): Simplify definition.
18615
18616 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18617
18618         * nnagent.el (nnagent-request-set-mark): Silence log file
18619         writing.
18620         (nnagent-request-set-mark): Use write-region instead of
18621         append-to-file.
18622
18623         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18624         strange select method.
18625
18626         * ecomplete.el (ecomplete-display-matches): Get highlightling
18627         right.
18628         (ecomplete-display-matches): Use literals.
18629         (ecomplete-display-matches): Disable message logging.
18630
18631         * message.el (message-display-abbrev): Small optimization.
18632
18633         * ecomplete.el (ecomplete-display-matches): Allow automatic
18634         display.
18635
18636         * message.el (message-strip-forbidden-properties):
18637         Display abbrevs.
18638         (message-display-abbrev): Get automatic display right.
18639
18640         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18641         keystrokes.
18642
18643 2006-04-13  Romain Francoise  <romain@orebokech.com>
18644
18645         TODO: Backport to v5-10!
18646
18647         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18648         Move here (and rename) from gnus-registry.el.
18649
18650         * gnus-registry.el: Require gnus-util.
18651         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18652
18653 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18654
18655         * gnus-group.el (gnus-group-catchup-current):
18656         Change if-then-else-if-then-else into cond.
18657         (gnus-group-catchup): Indent.
18658         (group-name-at-point): New function.
18659         (gnus-fetch-group): Provide default from thing at point.
18660
18661 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18662
18663         * message.el (message-display-abbrev): Fix regexp.
18664
18665         * ecomplete.el (ecomplete-highlight-match-line):
18666         Reimplement choosing.
18667         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18668         dead variables.
18669
18670         * message.el (message-newline-and-indent): Remove debugging.
18671         (message-display-abbrev): Use new implementation.
18672
18673 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18674
18675         * gnus-art.el (gnus-article-mode):
18676         Set cursor-in-non-selected-windows to nil.
18677
18678         * smiley.el: Revert previous change.
18679         (smiley-data-directory): defvar it before using it in the
18680         defcustom of `smiley-style'.
18681
18682 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18683
18684         * message.el (message-newline-and-indent): New function.
18685
18686         * ecomplete.el: Implement more bits.
18687
18688         * message.el (message-put-addresses-in-ecomplete): Clean up the
18689         string.
18690
18691         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18692
18693         * gnus-sum.el (gnus-summary-save-parts):
18694         Bind gnus-summary-save-parts-counter and use it to make unique file
18695         names.
18696
18697         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18698
18699         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18700         parameter to say whether to actually parse the individual
18701         addresses.
18702
18703         * message.el (message-put-addresses-in-ecomplete): New function.
18704         (ecomplete): Require.
18705         (message-mail-alias-type): Add ecomplete as an option.
18706
18707 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18708
18709         * flow-fill.el (fill-flowed): Remove trailing space from blank
18710         quoted lines.
18711
18712 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18713
18714         * smiley.el (smiley-style): Move definition later to avoid a
18715         compilation warning.
18716
18717 2006-04-12  Kenichi Handa  <handa@m17n.org>
18718
18719         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18720         buffer and then decode the buffer text if necessary.
18721         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18722         first, and after mm-encode-body, change the buffer to unibyte.
18723         Use mm-disable-multibyte instead of set-buffer-multibyte.
18724
18725 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18726
18727         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18728         Content-Type header instead of Content-Disposition header.
18729         (gnus-mime-inline-part): Ditto.
18730         (gnus-mime-view-part-as-charset): Ignore charset that the part
18731         specifies.
18732
18733         * mm-decode.el (mm-display-part): Work with external parts and
18734         usual parts similarly.
18735
18736         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18737         instead of gnus-display-mime.
18738
18739         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18740         instead of with-temp-buffer.
18741
18742         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18743         tag to summarized topics part in order to encode non-ASCII text.
18744
18745 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18746
18747         * smiley.el (smiley-style): New variable.
18748         (smiley-directory): New function.
18749         (smiley-data-directory): Derive from `smiley-style' using
18750         `smiley-directory'.
18751         (smiley-regexp-alist): Add new entries.
18752
18753         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18754         (gnus-article-browse-delete-temp): Add :version.
18755
18756 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18757
18758         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18759         the sieve region.
18760
18761 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18762
18763         * gnus.el (gnus-version-number): Bump version.
18764
18765 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18766
18767         * gnus.el: No Gnus v0.4 is released.
18768
18769 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18770
18771         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18772         layout.
18773
18774         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18775         unknown charset.
18776
18777         * message.el (message-header-synonyms): Add Original-To to the
18778         default.
18779
18780         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18781         optional parameter.
18782
18783 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18784
18785         * gnus-fun.el (gnus): Require it for gnus-directory.
18786
18787 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18788
18789         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18790
18791 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18792
18793         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18794
18795 2006-04-05  Simon Josefsson  <jas@extundo.com>
18796
18797         * password.el (password-reset): New function.
18798
18799 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18800
18801         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18802         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18803
18804 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18805
18806         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18807         Some whitespace was matched into the url, which broke browsing hits
18808         > 100 when mm-url-use-external was nil.
18809
18810 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18811
18812         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18813         Check gnus-extra-headers for 'Newsgroups.
18814
18815         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18816         bound.
18817
18818 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18819
18820         * pgg-gpg.el: Clean up process buffers every time gpg processes
18821         complete.
18822
18823 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18824
18825         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18826         doc string.
18827
18828 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18829
18830         * pgg-gpg.el (pgg-gpg-process-filter)
18831         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18832
18833         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18834         lines, temporary fix.
18835
18836 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18837
18838         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18839
18840 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18841
18842         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18843         default-enable-multibyte-characters.  This reverts the change from
18844         revision 6.17 which is no longer necessary because the passphrase
18845         is sent separately now.  GnuPG messages are unreadable under
18846         multibyte locales with default-enable-multibyte-characters set to
18847         nil.
18848
18849 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18850
18851         * message.el (message-tool-bar-gnome): Move "spell".
18852
18853 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18854
18855         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18856         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18857         instead.
18858
18859 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18860
18861         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18862         Improve newsgroups handling for NNTP overviews which don't include
18863         Newsgroups.
18864
18865 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18866
18867         * message.el (message-resend): Bind message-generate-hashcash to nil.
18868
18869 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18870
18871         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18872         when searching for already-paid recipients.
18873
18874 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18875
18876         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18877         passphrases when it is not needed.
18878         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18879         passphrase stuff from gpg, should only be necessary when you use
18880         gpg with a smartcard.
18881
18882 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18883
18884         * mml.el (mml-insert-mime): Ignore cached contents of
18885         message/external-body part.
18886
18887         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18888         (mm-insert-part): Ditto.
18889
18890 2006-03-23  Simon Josefsson  <jas@extundo.com>
18891
18892         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18893         Reiner.
18894         (pgg-gpg-use-agent-p): Use it again.
18895
18896 2006-03-23  Simon Josefsson  <jas@extundo.com>
18897
18898         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18899         older emacsen.
18900         (pgg-gpg-use-agent-p): Don't use it.
18901
18902 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18903
18904         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18905         if we can.
18906
18907 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18908
18909         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18910         (pgg-gpg-update-agent): New function.
18911         (pgg-gpg-use-agent-p): New function.
18912         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18913         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18914         (pgg-gpg-sign-region): Use it.
18915
18916 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18917
18918         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18919         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18920
18921 2006-03-21  Simon Josefsson  <jas@extundo.com>
18922
18923         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18924         <wilde@sha-bang.de>.
18925         (pgg-gpg-use-agent): New variable.
18926         (pgg-gpg-process-region): Use it.
18927         (pgg-gpg-encrypt-region): Likewise.
18928         (pgg-gpg-encrypt-symmetric-region): Likewise.
18929         (pgg-gpg-decrypt-region): Likewise.
18930         (pgg-gpg-sign-region): Likewise.
18931         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18932
18933 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18934
18935         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18936
18937         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18938         Add comment on version.
18939
18940 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18941
18942         * smiley.el: Add missing test smiley.
18943
18944 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18945
18946         * mm-decode.el (mm-with-part): New macro.
18947         (mm-get-part): Use it; work with message/external-body as well.
18948         (mm-save-part): Treat name and filename equally.
18949
18950         * mm-extern.el (mm-extern-cache-contents): New function.
18951         (mm-inline-external-body): Use it; force the part to be displayed;
18952         move undisplayer added to the cached handle to the parent.
18953
18954         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18955         (gnus-mime-view-part-as-type): Work with message/external-body.
18956
18957         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18958
18959 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18960
18961         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18962         images in image-load-path.  [Sync with image.el, revision 1.60, in
18963         Emacs.]
18964
18965 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18966
18967         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18968         path rather than symbol.  Always return list of directories.
18969         Guarantee that image directory comes first.  [Sync with image.el,
18970         revision 1.59, in Emacs.]
18971
18972         * message.el (message-make-tool-bar): Adjust to new API of
18973         `gmm-image-load-path-for-library'.
18974
18975         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18976
18977         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18978
18979 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18980
18981         * gnus-art.el (gnus-article-only-boring-p):
18982         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18983         intangible text.
18984         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18985
18986 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18987
18988         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18989         Use `defun' instead of `gmm-defun-compat'.
18990
18991 2006-03-14  Simon Josefsson  <jas@extundo.com>
18992
18993         * message.el (message-unique-id): Don't use message-number-base36
18994         if (user-uid) is a float.
18995         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18996
18997 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18998
18999         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19000
19001         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19002         empty line between a part and a message part.
19003
19004 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19005
19006         * smiley.el: Add more test smileys.
19007         (smiley-data-directory, smiley-regexp-alist)
19008         (gnus-smiley-file-types): Fix doc strings.
19009         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19010         adding new elements.
19011         (smiley-mouse-map): Unused code.  Make it a comment.
19012
19013 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19014
19015         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19016         scan latest NoCeM messages instead of old ones.
19017         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19018         delimiters that are recently used.
19019         (gnus-nocem-load-cache): Add autoload cookie.
19020
19021         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19022
19023         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19024         level which is larger than gnus-use-nocem is specified.
19025
19026         * gnus-group.el (gnus-group-get-new-news): Ditto.
19027
19028 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19029
19030         * gnus-util.el (gnus-tool-bar-update): New function.
19031
19032         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19033         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19034
19035         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19036
19037         * gnus-group.el (gnus-group-redraw-when-idle)
19038         (gnus-group-redraw-check): Remove.
19039         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19040
19041 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19042
19043         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19044         if optional last element is specified in splits (FIELD VALUE...).
19045
19046 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19047
19048         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19049         to gmm-image-load-path-for-library.  Call with no-error argument.
19050         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19051
19052         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19053
19054         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19055
19056         * gmm-utils.el (gmm-image-load-path): Remove alias.
19057
19058 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19059
19060         * gmm-utils.el (gmm-image-load-path): Add alias.
19061
19062         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19063         nnml-generate-nov-databases-1.
19064         (nnml-generate-nov-databases): Use it.
19065         (nnml-generate-nov-databases-directory): Document no-active
19066         argument.
19067
19068         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19069         directory if path is t.  Add no-error.
19070
19071         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19072         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19073
19074         * gnus-art.el (gnus-article-browse-delete-temp-files):
19075         Simplify resetting gnus-article-browse-html-temp-list.
19076
19077         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19078         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19079         Add example to docstring.  Rename local variables.  Move error
19080         checks to default case in cond and simplify.
19081
19082 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19083
19084         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19085         handle is multipart when calling it recursively.
19086         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19087
19088 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19089
19090         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19091         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19092
19093 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19094
19095         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19096         is loaded.
19097
19098         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19099         loaded.
19100
19101 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19102
19103         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19104         to "Emacs 23 (unicode)" in doc string.
19105
19106         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19107         "Emacs 23 (unicode)" in comment.
19108
19109 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19110
19111         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19112
19113         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19114         characters 160 through 255 in Emacs 23.
19115
19116 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19117
19118         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19119         gnus-article-browse-html-temp.
19120         (gnus-article-browse-delete-temp): Make it customizable.
19121         Add `file'.  Adjust doc string.
19122         (gnus-article-browse-delete-temp-files): Add argument.
19123         Allow query for each file.  Adjust doc string.
19124         (gnus-article-browse-html-parts):
19125         Add `gnus-article-browse-delete-temp-files' to
19126         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19127
19128 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
19129
19130         * gnus-art.el (gnus-article-browse-html-temp)
19131         (gnus-article-browse-delete-temp): New variables.
19132         (gnus-article-browse-delete-temp-files): New function.
19133         (gnus-article-browse-html-parts): Use it.
19134
19135 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19136
19137         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
19138
19139         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
19140         string.
19141
19142         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
19143         gnus-summary-insert-new-articles when unplugged.
19144         Remove gnus-summary-search-article-forward.
19145
19146         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
19147         display-visual-class instead of display-color-cells.
19148
19149 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19150
19151         * dgnushack.el: Autoload customize-group for XEmacs.
19152
19153         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
19154         message/* containing non-ASCII text properly.
19155
19156 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
19157
19158         * message.el: Require gmm-utils, remove autoloads.
19159         (message-tool-bar): Set default based on
19160         gmm-tool-bar-style.
19161         (message-tool-bar-gnome): Add gmm-customize-mode.
19162
19163         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
19164         gmm-tool-bar-style.
19165         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
19166
19167         * gnus-group.el (gnus-group-tool-bar): Set default based on
19168         gmm-tool-bar-style.
19169         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
19170
19171         * gmm-utils.el (gmm-image-directory): Rename variable from
19172         gmm-image-load-path.
19173         (gmm-image-load-path): Use gmm-image-directory.
19174         (gmm-customize-mode): New function.
19175         (gmm-tool-bar-style): New variable.
19176
19177         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
19178         gnus-group-redraw-line-number.
19179         (gnus-group-redraw-check): Simplify.
19180         (gnus-group-tool-bar-update): Remove redraw check.
19181         (gnus-group-make-tool-bar): Add redraw check.
19182
19183 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
19184
19185         * gnus-art.el (gnus-button): Add missing parentheses.
19186
19187 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19188
19189         * lpath.el: Fbind line-number-at-pos.
19190
19191 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19192
19193         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
19194
19195 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19196
19197         * gnus-art.el (gnus-button): New face.
19198         (gnus-article-button-face): Use it.
19199
19200         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19201         Add gnus-summary-next-page.  Re-order.
19202
19203         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
19204         next-node are now included.
19205         (gnus-group-redraw-line-number): New internal variable.
19206         (gnus-group-redraw-check): Helper function for updating the tool
19207         bar.
19208         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
19209
19210         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
19211
19212         * spam.el (spam-spamassassin-score-regexp): New internal variable.
19213         (spam-extra-header-to-number, spam-check-spamassassin-headers):
19214         Use it to match format of Spamassassin 3.0 and later.
19215         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
19216         (spam-check-bogofilter)
19217         (spam-bogofilter-register-with-bogofilter): Fix args of
19218         `gnus-error' calls.
19219
19220 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19221
19222         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
19223         unnecessary interaction when sending queued mails.
19224         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
19225
19226 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
19227
19228         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
19229         first or last are nil.
19230
19231 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19232
19233         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
19234
19235 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19236
19237         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
19238
19239 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19240
19241         * dns.el (query-dns): Protect more against buggy tcp output.
19242
19243 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19244
19245         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
19246         nov.php.
19247
19248 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19249
19250         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
19251         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
19252         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
19253         output on the server side.
19254         (nnweb-google-create-mapping): Update regexps and add some
19255         progress indication.
19256
19257 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
19258
19259         * gnus-group.el (gnus-group-tool-bar-gnome):
19260         Fix gnus-agent-toggle-plugged.  Re-order icons.
19261         (gnus-group-tool-bar-gnome):
19262         Add gnus-group-{prev,next}-unread-group.
19263         (gnus-group-tool-bar-gnome): Re-order icons.
19264
19265         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19266         Move gnus-summary-insert-new-articles.
19267
19268         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
19269         Fix comments.
19270
19271         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
19272         also available in Emacs 21.3.
19273
19274         * message.el (message-fix-before-sending): Change "Emacs 22" to
19275         "Emacs 23 (unicode)" in comment.
19276
19277         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
19278         "Emacs 23 (unicode)" in comment.
19279
19280         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
19281         comment.
19282         (mm-coding-system-p): Add comment about no-MULE XEmacs.
19283
19284         * mm-view.el (mm-fill-flowed): Add :version.
19285
19286 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19287
19288         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
19289         and load-path.
19290
19291 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
19292
19293         * message.el: Autoload gmm-image-load-path.
19294         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
19295         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
19296         consitency.
19297
19298         * gmm-utils.el (gmm-image-load-path): Also search in
19299         "../etc/images".  Don't set gmm-image-load-path if we don't find
19300         the image.
19301
19302 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19303
19304         * gmm-utils.el (gmm-image-load-path): Don't make
19305         `gmm-image-load-path' include subdirectories which the second arg
19306         `image' might specify.
19307
19308         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
19309         subdirectory to icon file names.
19310
19311         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
19312
19313 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19314
19315         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
19316         gmm-image-load-path calls.
19317
19318         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19319
19320         * message.el (message-make-tool-bar): Ditto.
19321
19322         * mml.el (mml-preview): Add comment concerning tool bar icons.
19323
19324         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
19325         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
19326
19327         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
19328         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
19329
19330         * message.el (message-tool-bar-gnome): Use new icon names.
19331         (message-make-tool-bar): Use `gmm-image-load-path'.
19332
19333         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
19334         New functions from MH-E.
19335         (gmm-image-load-path): New variable from MH-E.
19336         (gmm-image-load-path): New function from MH-E.  Add arguments
19337         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
19338         *-image-load-path-called-flag.
19339
19340 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
19341
19342         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
19343
19344 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
19345
19346         * nnimap.el (nnimap-request-move-article): Change folder back to
19347         source group before deleting.
19348
19349 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
19350
19351         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
19352
19353         * gnus-art.el (mm-url-insert-file-contents-external):
19354         Autoload mm-url.
19355
19356         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
19357
19358 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19359
19360         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
19361         coding system which mm-charset-to-coding-system returns for a
19362         given charset is valid.
19363
19364 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
19365
19366         * html2text.el (html2text-remove-tag-list):
19367         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19368
19369 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
19370
19371         * gnus-cus.el: Revert 2005-10-17 change.
19372
19373 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19374
19375         * gnus-art.el (article-strip-banner):
19376         Call article-really-strip-banner only when the regexp match is made.
19377
19378 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19379
19380         * gnus-art.el (article-strip-banner):
19381         Use gnus-extract-address-components instead of
19382         mail-header-parse-addresses to make it work with non-ASCII text;
19383         remove mail-encode-encoded-word-string.
19384
19385         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19386         values which are surrounded with \"...\"; make it never cause a
19387         Lisp error; give up parsing of parameters if it failed in
19388         extracting type.
19389
19390 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
19391
19392         * smime.el (smime-cert-by-ldap-1): Fix bug where
19393         `smime-ldap-search' returns results without userCertificates.
19394
19395 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19396
19397         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19398
19399 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19400
19401         * spam.el (spam-check-spamassassin-headers): Adapt format for
19402         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
19403         <ari@mbf.ocn.ne.jp>.
19404         (spam-list-of-processors): Add spam-use-gmane.
19405
19406 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19407
19408         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19409         make-temp-file; make it work with XEmacs as well.
19410
19411         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19412         mm-make-temp-file.
19413
19414         * mm-decode.el (mm-display-external): Use the 3rd arg of
19415         mm-make-temp-file.
19416         (mm-create-image-xemacs): Ditto.
19417
19418 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19419
19420         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19421         with message-narrow-to-headers.
19422         (gnus-draft-setup): Narrow to header to run message-fetch-field.
19423         (gnus-draft-check-draft-articles): New function.
19424         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19425
19426 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19427
19428         * gnus-art.el (gnus-article-browse-html-parts):
19429         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19430         Don't use suffix argument for mm-make-temp-file for Emacs 21
19431         compatibility.  Remove useless `format'.
19432
19433 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19434
19435         * nnweb.el (nnweb-google-wash-article): Update regexps.
19436         (nnweb-group-alist): Use defvoo instead of defvar.
19437
19438 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19439
19440         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19441         re-loading nn* modules.
19442
19443 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19444
19445         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19446         for `tool-bar-mode' and don't check it's default-value.
19447
19448         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19449
19450         * message.el (message-make-tool-bar): Ditto.
19451
19452         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19453         `substring'.  Shorten tmp-file name.
19454
19455         * gnus.el: Remove bogus comment.
19456
19457 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19458
19459         * gnus-art.el (gnus-article-browse-html-parts): New function.
19460         (gnus-article-browse-html-article): New function for viewing html
19461         articles with a browser.
19462
19463 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19464
19465         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19466         in elisp.
19467         (pgg-gpg-encrypt-symmetric-region): Ditto.
19468         (pgg-gpg-sign-region): Ditto.
19469
19470         * pgg-def.el (pgg-text-mode): New variable.
19471
19472         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19473         (mml2015-pgg-encrypt): Ditto.
19474
19475         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19476         (mml1991-pgg-encrypt): Ditto.
19477
19478 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19479
19480         * nnfolder.el (nnfolder-insert-newsgroup-line):
19481         Use message-make-date instead of current-time-string.
19482
19483         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19484         to gnus-decoded which mm-uu might set.
19485
19486 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19487
19488         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19489         don't decode quoted parameters; remove misimported Emacs code.
19490         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19491         (rfc2231-decode-encoded-string): Don't use split-string which
19492         behaves differently according to Emacs version; use
19493         mm-decode-coding-region to convert charset to coding-system.
19494         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19495         (rfc2231-encode-string): Remove misimported Emacs code.
19496
19497 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19498
19499         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19500         when calling mail-header-parse-content-type.
19501         (article-de-quoted-unreadable): Ditto.
19502         (article-de-base64-unreadable): Ditto.
19503         (article-wash-html): Ditto.
19504
19505         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19506         calling mail-header-parse-content-type and
19507         mail-header-parse-content-disposition.
19508         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19509         mail-header-parse-content-type.
19510
19511         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19512         insert charset and format parameters; encode description after
19513         inserting it to buffer.
19514         (mml-insert-parameter): Fold lines properly even if a parameter is
19515         segmented into two or more lines; change the max column to 76.
19516
19517         * rfc1843.el (rfc1843-decode-article-body): Don't use
19518         ignore-errors when calling mail-header-parse-content-type.
19519
19520         * rfc2231.el (rfc2231-parse-string): Return at least type if
19521         possible; don't cause an error even if it fails in parsing of
19522         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19523         (rfc2231-encode-string): Don't break lines at the beginning, leave
19524         it to mml-insert-parameter.
19525
19526         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19527         calling mail-header-parse-content-type.
19528
19529 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19530
19531         * spam-report.el (spam-report-gmane-use-article-number):
19532         Improve doc string.
19533         (spam-report-gmane-internal): Check if a suitable header was found
19534         in the article.
19535
19536 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19537
19538         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19539         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19540
19541 2006-02-05  Romain Francoise  <romain@orebokech.com>
19542
19543         Update copyright notices of all files in the gnus directory.
19544
19545 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19546
19547         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19548
19549 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19550
19551         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19552         segmented lines of parameter value to cope with Thunderbird 1.5
19553         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19554         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19555         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19556
19557 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19558
19559         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19560         parts.
19561
19562 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19563
19564         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19565         there's only one active file for all servers.
19566         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19567         solid groups.  Gnus might have used a FAST request to select the group.
19568         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19569         and nnweb-search redundantly in the active file.
19570         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19571         (nnweb-request-create-group): Don't use ARGS.
19572         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19573         initializations.  Let nnoo do the work.
19574
19575 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19576
19577         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19578         Say the part has been decoded.
19579
19580         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19581
19582 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19583
19584         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19585         mailcap-viewer-test-cache when there's no 'test clause, since that
19586         will invert the meaning of a "nil" test previously determined by
19587         mailcap-mailcap-entry-passes-test.
19588
19589 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19590
19591         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19592         compiling.
19593
19594         * gnus-sum.el: Ditto.
19595
19596         * message.el: Don't bind tool-bar-map when compiling.
19597
19598 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19599
19600         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19601
19602 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19603
19604         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19605         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19606         current Google Groups.
19607
19608 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19609
19610         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19611         and tool-bar-mode.
19612
19613         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19614         and tool-bar-mode.
19615
19616         * message.el (message-tool-bar-update): Simplify.
19617         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19618
19619         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19620         gnus-summary-buffer.
19621         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19622         gnus-summary-reply.
19623
19624         * gmm-utils.el (gmm): Add :version.
19625
19626 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19627
19628         * Makefile.in (clean): New rule.
19629         (distclean): Use it.
19630
19631 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19632
19633         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19634         Don't autoload.
19635
19636 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19637
19638         * gmm-utils.el (gmm-verbose): Add :group.
19639
19640 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19641
19642         * message.el: Change some comments WRT tool-bars.
19643
19644         * gnus-sum.el (gnus-summary-tool-bar)
19645         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19646         (gnus-summary-tool-bar-zap-list): New variables.
19647         (gnus-summary-make-tool-bar): Complete rewrite using
19648         `gmm-tool-bar-from-list'.
19649
19650         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19651         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19652         New variables.
19653         (gnus-group-make-tool-bar): Complete rewrite using
19654         `gmm-tool-bar-from-list'.
19655         (gnus-group-tool-bar-update): New function.
19656
19657         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19658
19659 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19660
19661         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19662         is dissected into a single part of which the type is the same as
19663         the given one; decode charset.
19664
19665 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19666
19667         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19668         into alists as symbol not string, since that's what
19669         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19670         look for.
19671
19672 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19673
19674         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19675         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19676
19677         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19678
19679 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19680
19681         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19682         (gnus-xmas-mime-security-button-menu): New function.
19683
19684         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19685         (gnus-mime-security-button-menu): New definition.
19686         (gnus-mime-security-button-map): Use them.
19687         (gnus-mime-security-button-menu): New function.
19688         (gnus-insert-mime-security-button): Addition to help echo.
19689         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19690         (gnus-mime-security-pipe-part): New functions.
19691
19692         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19693         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19694
19695         * mm-decode.el (mm-handle-set-disposition): Remove.
19696         (mm-handle-set-description): Remove.
19697
19698 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19699
19700         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19701         (mm-w3m-standalone-supports-m17n-p): New function.
19702         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19703         w3m usage.
19704
19705         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19706         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19707
19708 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19709
19710         * message.el (message-tool-bar-zap-list):
19711         Use gmm-tool-bar-zap-list as custom type.
19712         (message-tool-bar-update): New function.
19713         (message-tool-bar, message-tool-bar-gnome)
19714         (message-tool-bar-retro): Add message-tool-bar-update.
19715         (message-tool-bar-gnome): Add flyspell-buffer.
19716
19717         * gnus-util.el (gnus-error): Describe `args'.
19718
19719         * gmm-utils.el (gmm-error): Describe `args'.
19720         (gmm-tool-bar-zap-list): New widget.
19721         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19722
19723 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19724
19725         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19726         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19727         the number of recursive calls.
19728
19729         * mm-decode.el (mm-handle-set-disposition): New macro.
19730         (mm-handle-set-description): New macro.
19731
19732 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19733
19734         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19735         encoding.
19736
19737 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19738
19739         * message.el (message-tool-bar-zap-list, message-tool-bar)
19740         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19741         (message-tool-bar-local-item-from-menu): Remove.
19742         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19743         (message-make-tool-bar): New function.
19744         (message-mode): Use `message-make-tool-bar'.
19745
19746         * gmm-utils.el: New file.
19747         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19748         (gmm-lazy): New widget copied from `nnmail.el'.
19749         (gmm-tool-bar-from-list): New function for creating customizable
19750         tool bars.
19751         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19752         output.
19753         (gmm): Add :prefix to defgroup.
19754
19755 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19756
19757         * gmm-utils.el (gmm-widget-p): New function.
19758
19759 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19760
19761         * mml.el (mml-attach-file): Describe `description' in doc string.
19762         (mml-menu): Add Emacs MIME manual and PGG manual.
19763
19764 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19765
19766         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19767
19768 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19769
19770         * nntp.el (nntp-end-of-line): Doc fix.
19771
19772 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19773
19774         * imap.el (imap-open): Handle case where buffer is a buffer
19775         object.
19776
19777 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19778
19779         * gnus-delay.el (gnus-delay): Don't autoload.
19780         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19781         to be re-loaded when customizing the `gnus-delay' group.
19782
19783 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19784
19785         * message.el (message-insert-citation-line): Use newlines.
19786
19787 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19788
19789         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19790         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19791         these routines, so the passphrase can be managed externally and
19792         passed in to the system.
19793         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19794         pgg-add-passphrase-to-cache function.
19795
19796         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19797         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19798         these routines, so the passphrase can be managed externally and
19799         passed in to the system.
19800         (pgg-pgp5-sign-region): Use new name of
19801         pgg-add-passphrase-to-cache function.
19802
19803 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19804
19805         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19806         part of the decoded armor to find the key-identifier.
19807         (pgg-gpg-lookup-key-owner): New function to return the
19808         human-readable identifier of a key owner.
19809         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19810         itself.
19811         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19812         the key value) if we have a key and can match it against a secret
19813         key.  Also, added a note pointing out fact that the prompt only
19814         indicates the first matching key.
19815
19816         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19817         pgg-decrypt-region.
19818         (pgg-add-passphrase-to-cache): Rename from
19819         `pgg-add-passphrase-cache' to reduce confusion (all callers
19820         changed).
19821         (pgg-remove-passphrase-from-cache): Rename from
19822         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19823         changed).
19824         (pgg-read-passphrase, pgg-add-passphrase-cache)
19825         (pgg-remove-passphrase-cache): Add informative docstrings.
19826         (pgg-decrypt): Convey provided passphrase in subordinate call to
19827         pgg-decrypt-region.
19828
19829 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19830
19831         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19832         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19833         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19834         'passphrase' argument, so the passphrase can be managed externally
19835         and then passed in to the system.
19836
19837         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19838         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19839         so the passphrase cache can be used reliably with identifiers
19840         besides a pgp packet's key id.
19841
19842         * pgg-gpg.el (pgg-gpg-encrypt-region)
19843         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19844         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19845         these routines, so the passphrase can be managed externally and
19846         passed in to the system.
19847
19848         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19849         'notruncate' argument, so the passphrase cache can be used
19850         reliably with identifiers besides a pgp packet's key id.
19851
19852 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19853
19854         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19855         symmetric encryption.
19856         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19857         encrypted session key.
19858         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19859         message ask for the passphrase in a proper way.
19860
19861         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19862         New user commands for symmetric encryption.
19863
19864 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19865
19866         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19867
19868         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19869
19870 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19871
19872         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19873
19874 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19875
19876         * mm-decode.el (mm-inlined-types): Add application/pgp.
19877         (mm-automatic-display): Ditto.
19878
19879         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19880         part as text.
19881
19882 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19883
19884         * nnrss.el: Update copyright.
19885         (nnrss-opml-import): Query whether to subscribe to each entry.
19886
19887         * gnus-art.el:
19888         * gnus-sum.el:
19889         * gnus-xmas.el:
19890         * messagexmas.el:
19891         * mm-uu.el:
19892         * mm-view.el: Update copyright.
19893
19894 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19895
19896         * message.el (message-info): New function.
19897         (message-mode-menu): Add it.
19898         Update copyright.
19899
19900         * ChangeLog: Fix and update copyright.
19901
19902 2006-01-13  Romain Francoise  <romain@orebokech.com>
19903
19904         * message.el (message-forward-subject-name-subject): Prefer the
19905         address to 'nowhere' if the sender has no name.
19906         Fix typo.  Update copyright year.
19907
19908 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19909
19910         * gnus-art.el (article-wash-html):
19911         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19912         (gnus-article-wash-html-with-w3m-standalone): New function.
19913
19914         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19915         mm-inline-text-html-render-with-w3m-standalone.
19916         (mm-text-html-washer-alist): Map w3m-standalone to
19917         gnus-article-wash-html-with-w3m-standalone.
19918         (mm-inline-text-html-render-with-w3m-standalone): New function.
19919
19920 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19921
19922         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19923         Improve LaTeX.
19924
19925 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19926
19927         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19928         (nnrss-request-article): Render text/plain parts as HTML.
19929
19930         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19931         the buffer.
19932
19933 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19934
19935         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19936         custom definition of `gnus-posting-styles'.
19937
19938         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19939         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19940
19941 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19942
19943         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19944         Use nntp for bug archive.
19945
19946 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19947
19948         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19949         parts.
19950         (nnrss-normalize-date): New function converts ISO 8601 date into
19951         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19952         (nnrss-check-group): Use it.
19953
19954 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19955
19956         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19957
19958         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19959         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19960         (nnrss-insert-w3): Ditto.
19961
19962 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19963
19964         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19965         the articles to be forwarded including the case where neither a
19966         number of articles nor a region is specified.
19967
19968 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19969
19970         * nnrss.el (nnrss-request-article): Fix last change; fill
19971         text/plain parts.
19972
19973 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19974
19975         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19976         in text/plain part.
19977         (nnrss-check-group): Don't add excessive newline to dc:subject.
19978
19979 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19980
19981         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19982         article.
19983
19984 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19985
19986         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19987         (nnml-use-compressed-files, nnml-save-mail): Support other
19988         comression programs such as bzip2.
19989
19990 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19991
19992         * dns.el (query-dns): Make sure we check the buffer size before
19993         removing tcp headers.
19994
19995 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19996
19997         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19998         remove MIME buttons associated with multipart/alternative parts.
19999         (gnus-mime-display-alternative): Tag buttons using `article-type'
20000         text property.
20001
20002         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20003         associated with multipart/alternative parts.
20004
20005         * gnus-art.el (gnus-signature-separator): Fix custom type.
20006
20007         * mm-decode.el (mm-inlined-types): Fix custom type.
20008         (mm-keep-viewer-alive-types): Ditto.
20009         (mm-automatic-display): Ditto.
20010         (mm-attachment-override-types): Ditto.
20011         (mm-inline-override-types): Ditto.
20012         (mm-automatic-external-display): Ditto.
20013
20014 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20015
20016         * spam-report.el (spam-report-user-mail-address)
20017         (spam-report-user-agent): New variables.
20018         (spam-report-url-ping-plain): Use spam-report-user-agent.
20019
20020 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20021
20022         * gnus-art.el (gnus-button-handle-custom): Do not just use
20023         `customize-apropos' for any "M-x customize-*" button but the
20024         function called for.  Accept both the function name and its
20025         argument in order to achieve this.
20026         (gnus-button-alist): Remove support for "custom:" URL's.
20027         Pass function name to `gnus-button-handle-custom' in case of "M-x
20028         customize-*" buttons.
20029
20030 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20031
20032         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20033         multipart/alternative and add xref to mm-discouraged-alternatives
20034         in doc string.
20035
20036         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20037         gnus-buttonized-mime-types in doc string.
20038
20039 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20040
20041         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20042         Suggest image/.* in the doc string.
20043
20044 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20045
20046         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20047         message-marks (Debian bug #342521).
20048
20049 2005-12-12  Simon Josefsson  <jas@extundo.com>
20050
20051         * password.el (password-read-from-cache): Add.
20052         (password-read): Use it.
20053
20054 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20055
20056         * rfc2047.el (rfc2047-charset-to-coding-system):
20057         Recognize us-ascii as a MIME charset.
20058
20059         * mm-bodies.el (mm-decode-content-transfer-encoding):
20060         Protect against the case where the 2nd arg TYPE is nil.
20061
20062 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20063
20064         * pop3.el (pop3-stream-type): Fix custom version.
20065
20066         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20067
20068 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20069
20070         * mm-decode.el (mm-display-external): Add missing cdr.
20071
20072 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20073
20074         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20075         RFC1524) if it is in mailcap or add a suffix according to
20076         mailcap-mime-extensions when generating a temp filename; postpone
20077         deleting a temp file for 2 seconds for some wrappers, shell
20078         scripts, and so on, which might exit right after having started a
20079         viewer command as a background job.
20080
20081 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20082
20083         * nntp.el (nntp-marks-directory): Fix custom group.
20084
20085         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20086         steps when < 10.
20087
20088         * gnus-start.el (gnus-no-server-1):
20089         Mention `gnus-level-default-subscribed' in doc string.
20090
20091 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20092
20093         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20094         parens.
20095
20096 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20097
20098         * gnus-xmas.el (gnus-use-toolbar): Revert.
20099         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20100         gnus-use-toolbar is default.
20101
20102         * messagexmas.el (message-use-toolbar): Revert.
20103         (message-setup-toolbar): Use global default-toolbar if
20104         message-use-toolbar is default.
20105
20106 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20107
20108         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20109         according to default-toolbar-visible-p.
20110
20111         * messagexmas.el (message-use-toolbar): Ditto.
20112
20113 2005-11-26  Dave Love  <fx@gnu.org>
20114
20115         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20116         (tls-program, tls-success): Provide openssl alternative.
20117
20118         * starttls.el: Doc fixes.
20119         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20120         SERVICE to PORT.
20121
20122         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20123         port null or service name.
20124         (starttls-negotiate): Autoload.
20125
20126 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20127
20128         * message.el (message-kill-to-signature): Fix interactive spec.
20129
20130 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20131
20132         * pop3.el (pop3-open-server): Recognize a string as a service name.
20133
20134 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
20135
20136         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
20137
20138 2005-11-23  Dave Love  <fx@gnu.org>
20139
20140         Add pop3s, pop3/starttls.
20141
20142         * pop3.el (pop3-authentication-scheme): Clarify doc.
20143         (open-tls-stream, starttls-open-stream): Autoload.
20144         (pop3-stream-type): New.
20145         (pop3-open-server): Use it.
20146
20147         * mail-source.el (mail-sources): Fix some :types.  Add stream type
20148         for POP.
20149         (mail-source-keyword-map): Add :stream for POP.
20150         (mail-source-fetch-pop): Use pop3-stream-type.
20151
20152 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20153
20154         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
20155         of current-time-string.
20156
20157 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
20158
20159         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
20160         date header.
20161
20162 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20163
20164         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
20165         it can seriously impact performance as it bypasses the agent's
20166         local caches.
20167
20168 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20169
20170         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
20171         must be explicitly online rather than "not explicitly offline" for
20172         its flags to be synchronized.
20173
20174         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
20175         that gnus-uu-unmark-thread will function correctly.
20176
20177         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
20178         1024K is instead displayed as 1M.
20179
20180 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20181
20182         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
20183
20184 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
20185
20186         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
20187
20188 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
20189
20190         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
20191         error message to display actual error condition.
20192         (gnus-agent-save-local): Avoid saving symbols that are bound to
20193         nil as they simply result in a warning message in
20194         gnus-agent-read-local.
20195
20196 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20197
20198         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
20199         rather than make-variable-buffer-local for file-precious-flag.
20200
20201 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20202
20203         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
20204         for duplicates which are removed.  The invalid sort check then
20205         triggers a rescan after the sort as sorting may have moved
20206         duplicate entries such that they can be cheaply detected.
20207
20208 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20209
20210         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
20211
20212 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20213
20214         * gnus-agent.el (gnus-agent-article-alist-save-format):
20215         Change internal variable to a custom variable.  Change default value
20216         from compressed(2) to uncompressed(1).
20217         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
20218         support for uncompressed agentview files.  Taken together, reading
20219         the agentview file should now be 6-7 times faster.
20220
20221 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
20222
20223         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
20224         as a buffer-local variable.  This avoids creating truncated
20225         dribble files as a result of a hang up, eg.
20226
20227 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
20228
20229         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
20230         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
20231         XEmacs.
20232
20233 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20234
20235         * gnus-start.el (gnus-start-draft-setup):
20236         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
20237
20238         * gnus.el (gnus-splash): Change custom group.
20239         (gnus-group-get-parameter, gnus-group-parameter-value):
20240         Describe allow-list argument.
20241
20242         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
20243         string.
20244
20245 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20246
20247         * gnus-art.el (gnus-default-article-saver): Add user-defined
20248         `function' to custom type.
20249
20250 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20251
20252         * imap.el (imap-open): Handle case where buffer is a buffer
20253         object.
20254
20255 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20256
20257         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
20258         long lines.
20259         (gnus-cache-delete-group): Wrap doc strings.
20260
20261         * gnus-agent.el (gnus-agent-rename-group)
20262         (gnus-agent-delete-group): Wrap doc strings.
20263
20264 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20265
20266         * messagexmas.el (message-use-toolbar): Change the valid values
20267         into default, top, bottom, left, and right.
20268         (message-toolbar-thickness): New variable.
20269         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
20270         well.
20271         (message-setup-toolbar): Make it work.
20272
20273         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
20274         (gnus-use-toolbar): Change the valid values into default, top,
20275         bottom, left, and right.
20276         (gnus-toolbar-thickness): New variable.
20277         (gnus-xmas-setup-toolbar): New function.
20278         (gnus-xmas-setup-group-toolbar): Use it.
20279         (gnus-xmas-setup-summary-toolbar): Use it.
20280
20281 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20282
20283         * gnus-start.el (gnus-1): Add "native" to
20284         gnus-predefined-server-alist.
20285
20286         * gnus.el (gnus-method-to-server): Don't add "native" to the
20287         lists here, because that leads to problems when
20288         gnus-select-method is bound.
20289
20290 2005-11-09  Simon Josefsson  <jas@extundo.com>
20291
20292         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
20293         use (not sort-by-date) instead.
20294
20295 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20296
20297         * gnus-delay.el (gnus-delay-group): Don't autoload.
20298         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20299         to be re-loaded when customizing the `gnus-delay' group.
20300
20301 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20302
20303         * message.el: Revert last changes.
20304         (message-insert-citation-line): Use newlines.
20305
20306 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20307
20308         * message.el (message-courtesy-message)
20309         (message-mark-insert-begin, message-mark-insert-end)
20310         (message-elide-ellipsis, message-cancel-message)
20311         (message-add-header, message-change-subject)
20312         (message-cross-post-followup-to-header)
20313         (message-cross-post-insert-note, message-reduce-to-to-cc)
20314         (message-widen-reply, message-delete-not-region)
20315         (message-kill-to-signature, message-insert-signature)
20316         (message-insert-importance-high, message-insert-importance-low)
20317         (message-insert-or-toggle-importance)
20318         (message-insert-disposition-notification-to)
20319         (message-indent-citation, message-yank-original)
20320         (message-cite-original-without-signature, message-cite-original)
20321         (message-insert-citation-line, message-position-on-field)
20322         (message-fix-before-sending, message-send-mail-partially)
20323         (message-send-mail, message-send-mail-with-sendmail)
20324         (message-send-mail-with-qmail, message-send-news)
20325         (message-check-news-header-syntax, message-generate-headers)
20326         (message-insert-courtesy-copy, message-fill-address)
20327         (message-fill-header, message-shorten-references)
20328         (message-setup-1, message-cancel-news)
20329         (message-forward-make-body-plain, message-forward-make-body-mime)
20330         (message-forward-make-body-mml, message-encode-message-body)
20331         (message-forward-make-body-digest-plain)
20332         (message-forward-make-body-digest-mime)
20333         (message-use-alternative-email-as-from): Insert `hard-newline'
20334         instead of ordinary newlines.
20335
20336 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20337
20338         * message.el (message-generate-headers): Downcase the argument
20339         given to message-check-element.
20340
20341 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
20342
20343         * nntp.el (nntp-authinfo-rejected): New error condition.
20344         (nntp-wait-for): Use new error condition to signal authentication
20345         error.
20346         (nntp-retrieve-data): Rethrow new error condition to break out of
20347         recursive call to nntp-send-authinfo.
20348
20349 2005-11-08  Romain Francoise  <romain@orebokech.com>
20350
20351         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
20352         (gnus-summary-exit-map): Bind to `Z p'.
20353         (gnus-summary-make-menu-bar): Add menu item.
20354
20355 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
20356
20357         * gnus-art.el (gnus-article-treat-custom): Add `first'.
20358         (gnus-treat-*): Add `first' in all doc strings.
20359
20360         * gnus-group.el (gnus-group-compact-group): Fix typo.
20361
20362 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20363
20364         * gnus.el (gnus-parameters-case-fold-search): New variable.
20365         (gnus-parameters-get-parameter): Use it.
20366
20367         * gnus-score.el (gnus-home-score-file): Doc fix.
20368
20369 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
20370
20371         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
20372
20373 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20374
20375         * mm-util.el (mm-special-display-p): New function.
20376
20377         * mml.el (mml-preview): Use it; doc fix.
20378
20379 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20380
20381         * imap.el (imap-open): Handle case where buffer is a buffer object.
20382
20383 2005-10-29  Romain Francoise  <romain@orebokech.com>
20384
20385         * message.el (message-fix-before-sending): Fix comment.
20386
20387 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20388
20389         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
20390
20391 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20392
20393         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
20394         Used in gnus-score.el.
20395
20396 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
20397
20398         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
20399
20400 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
20401
20402         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
20403         whitespace removed in revision 7.8.  Use concatenated string to
20404         protect trailing whitespace.
20405
20406 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
20407
20408         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
20409         (nnimap-request-expire-articles): Use it to avoid sending 'UID
20410         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
20411         Courier IMAP ("some version from 2004").  Mostly based on similar
20412         code in the same function.
20413
20414 2005-10-26  Didier Verna  <didier@xemacs.org>
20415
20416         * gnus-group.el (gnus-group-compact-group): Invalidate original
20417         article buffer.
20418         * gnus-srvr.el (gnus-server-compact-server): Ditto.
20419         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
20420         NOV database and in article itself.
20421         Invalidate article backlog.
20422
20423 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20424
20425         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
20426
20427 2005-10-26  Simon Josefsson  <jas@extundo.com>
20428
20429         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
20430         part of 2004-07-25 change.
20431
20432 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20433
20434         * message.el (message-display-completion-list): New function.
20435         (message-expand-group): Use it; make sure the Completions buffer
20436         is modifiable.
20437 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20438
20439         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
20440         user-mail-name is an empty string.
20441
20442 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20443
20444         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20445         depending on gnus-score-decay-constant.
20446
20447         * encrypt.el (encrypt-insert-file-contents)
20448         (encrypt-write-file-contents): Don't use `gnus-message'.
20449
20450         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20451         arguments.
20452         (mm-uu-type-alist): Add message-marks and insert-marks.
20453         Pass arguments to mm-uu-verbatim-marks-extract.
20454         (mm-uu-hide-markers): New variable.
20455         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20456
20457         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20458         (gnus-convert-image-to-face-command): Use "convert" by default to
20459         allow other input image formats.
20460         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20461         accordingly.
20462
20463 2005-10-23  Simon Josefsson  <jas@extundo.com>
20464
20465         * imap.el (imap-gssapi-program): Align command line parameters
20466         with latest GNU SASL.
20467         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20468
20469 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20470
20471         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20472         HTML.
20473         (nnslashdot-request-article): Ditto.
20474
20475         * lpath.el (featurep): Add nobreak-char-display.
20476
20477 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20478
20479         * mail-source.el (mail-source-fetch-pop): Require pop3.
20480         (mail-source-check-pop): Ditto.
20481
20482 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20483
20484         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20485         errors.
20486
20487 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20488
20489         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20490         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20491
20492         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20493
20494         * mm-bodies.el (mm-decode-string):
20495         Call `mm-charset-to-coding-system' with allow-override argument.
20496
20497 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20498
20499         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20500         (rfc2047-charset-to-coding-system): New function.
20501         (rfc2047-decode-encoded-words): New function.
20502         (rfc2047-decode-region): Use them.
20503         (rfc2047-decode-cte): Remove.
20504         (rfc2047-parse-and-decode): Remove.
20505         (rfc2047-decode): Remove.
20506
20507 2005-10-15  Kenichi Handa  <handa@m17n.org>
20508
20509         * rfc2047.el (rfc2047-decode-cte): New function.
20510         (rfc2047-decode-region): Change the way to decode successive
20511         encoded-words: decode B- or Q-encoding in each encoded-word,
20512         concatenate them, and decode it as charset.
20513
20514 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20515
20516         * lpath.el: Fbind codepage-setup for XEmacs.
20517
20518 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20519
20520         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20521         widget-move-and-invoke.
20522         (gnus-custom-mode): Use gnus-custom-map.
20523
20524 2005-10-15  Bill Wohler  <wohler@newt.com>
20525
20526         * message.el (message-tool-bar-map): Rename image file from
20527         mail_send to mail/send.
20528
20529 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20530
20531         * message.el (message-expand-group): Pass the common
20532         prefix substring of completion to `display-completion-list'.
20533
20534 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20535
20536         * mml-sec.el (mml-secure-method): New internal variable.
20537         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20538         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20539         New functions using mml-secure-method.
20540
20541         * mml.el (mml-mode-map): Add key bindings for those functions.
20542         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20543         Harder <harder@myrealbox.com>.
20544         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20545         Goto end of message if point is the headers of the message.
20546
20547         * message.el (message-in-body-p): New function.
20548
20549         * assistant.el: Autoload gnus-util and netrc.
20550
20551         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20552         Use `mm-charset-override-alist' only when decoding.
20553
20554         * mm-bodies.el (mm-decode-body):
20555         Call `mm-charset-to-coding-system' with allow-override argument.
20556
20557         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20558         `filename' from Content-Disposition if Content-Type doesn't
20559         provide `name'.
20560         (gnus-mime-view-part-as-type): Set default instead of
20561         initial-input.
20562
20563 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20564
20565         * format-spec.el (format-spec): Propagate text properties of % spec.
20566
20567 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20568
20569         * gnus-art.el (gnus-treat-predicate): Add `first'.
20570
20571 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20572
20573         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20574         (mm-charset-override-alist): New variable.
20575         (mm-charset-to-coding-system): Use it.
20576         (mm-codepage-setup): New helper function.
20577         (mm-charset-eval-alist): New variable.
20578         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20579         Warn about unknown charsets.
20580
20581         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20582
20583 2005-10-04  David Hansen  <david.hansen@gmx.net>
20584
20585         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20586         (nnrss-check-group): Ditto.
20587
20588 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20589
20590         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20591         Rename x-gnus-verbatim to x-verbatim.
20592         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20593
20594         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20595         x-verbatim.
20596
20597         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20598
20599         * gnus-util.el (gnus-remove-duplicates): Remove.
20600
20601         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20602         instead of gnus-remove-duplicates.
20603
20604         * message.el (message-remove-duplicates): Remove.
20605         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20606         message-remove-duplicates.
20607
20608         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20609         available, else use implementation from `delete-dups'.
20610
20611         * message.el (message-insert-expires): New function.
20612         (message-mode-map): Add key binding.
20613         (message-mode-field-menu): Add menu entry.
20614         (message-mode): Document it.
20615         (message-make-expires-date): Use `message-make-date'.
20616
20617 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20618
20619         * message.el (message-make-expires-date): New function.
20620
20621 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20622
20623         * Makefile.in (list-installed-shadows): New entry.
20624         (install): Use it.
20625         (remove-installed-shadows): New entry.
20626
20627         * dgnushack.el (dgnushack-default-load-path): New variable.
20628         (dgnushack-find-lisp-shadows): New function.
20629         (dgnushack-remove-lisp-shadows): New function.
20630
20631 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20632
20633         * Makefile.in (install-el-elc): New entry.
20634         (install): Use it so that .el files are necessarily installed.
20635
20636 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20637
20638         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20639
20640 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20641
20642         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20643         function rather than the diff-mode.el package.
20644         (mm-display-external): Use with-current-buffer.
20645         (mm-viewer-completion-map, mm-viewer-completion-map):
20646         Move initialization inside declaration.
20647
20648 2005-09-29  Simon Josefsson  <jas@extundo.com>
20649
20650         * spam.el: Load hashcash when compiling, to avoid warnings.
20651         Don't autoload mail-check-payment.
20652         (spam-check-hashcash): Define unconditionally, since hashcash.el
20653         is part of Gnus now.  Ignore errors from payment checking.
20654
20655 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20656
20657         * message.el (message-bold-region, message-unbold-region):
20658         Rename from `bold-region' and `unbold-region'.
20659
20660         * message.el: Remove useless autoloads.
20661
20662 2005-09-28  Simon Josefsson  <jas@extundo.com>
20663
20664         * message.el (message-use-idna): Default to t.
20665         (message-use-idna): Test whether encoding works too.  Doc fix.
20666
20667 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20668
20669         * nntp.el (nntp-warn-about-losing-connection): Remove.
20670
20671 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20672
20673         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20674         customizable.  Change default value.
20675         (mm-uu-diff-groups-regexp): Change default value.
20676         (mm-uu-type-alist): Add doc string.
20677         (mm-uu-configure): Add doc string.  Make it interactive.
20678         (mm-uu-tex-groups-regexp): New variable.
20679         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20680         (mm-uu-type-alist): Add LaTeX documents.
20681         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20682         of "text/verbatim".
20683         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20684
20685         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20686         instead of "text/verbatim".
20687
20688         * message.el (message-mark-inserted-region)
20689         (message-mark-insert-file): Use slrn style marks when called with
20690         prefix argument.
20691
20692 2005-09-27  Simon Josefsson  <jas@extundo.com>
20693
20694         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20695
20696 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20697
20698         * message.el (message-remove-duplicates): New function.
20699         Implementation borrowed from `gnus-remove-duplicates'.
20700         (message-idna-to-ascii-rhs): Also encode idna addresses in
20701         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20702         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20703         only ask about the same idna domain once per header and also tell
20704         in what header to replace the idna domain.
20705
20706         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20707         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20708         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20709         a header is decoded and not just the last one.
20710
20711 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20712
20713         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20714         has been decoded.
20715
20716         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20717         (mm-insert-part): Don't modify text if it has been decoded.
20718
20719         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20720         decoded.
20721
20722         * mm-view.el (mm-inline-text): Don't strip text props unless
20723         decoding enriched or richtext parts.
20724
20725 2005-09-25  Romain Francoise  <romain@orebokech.com>
20726
20727         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20728         * gnus-start.el (gnus-subscribe-interactively):
20729         * gnus-uu.el (gnus-uu-grab-articles):
20730         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20731         space.
20732
20733 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20734
20735         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20736         * mm-view.el (mm-view-pkcs7-decrypt):
20737         * gnus-sum.el (gnus-summary-limit-to-extra)
20738         (gnus-summary-respool-article, gnus-read-move-group-name):
20739         * gnus-score.el (gnus-summary-increase-score):
20740         * gnus-util.el (gnus-completing-read-with-default):
20741         * gnus-art.el (gnus-read-save-file-name)
20742         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20743         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20744         * message.el (message-check-news-header-syntax):
20745         Follow convention for reading with the minibuffer.
20746
20747 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20748
20749         * spam-report.el (spam-report-url-ping-plain):
20750         Use gnus-extended-version as User-Agent.
20751
20752         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20753         default value is nil.
20754
20755         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20756         (mm-uu-verbatim-marks-extract): New function.
20757         (mm-uu-extract): New face.
20758         (mm-uu-copy-to-buffer): Use it.
20759
20760         * spam-report.el (spam-report-gmane-ham): Rename from
20761         `spam-report-gmane-unspam'.
20762         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20763         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20764
20765         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20766         Autoload.
20767         (spam-report-gmane-unregister-routine):
20768         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20769
20770 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20771
20772         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20773         (spam-report-gmane-unregister-routine): Add support for gmane
20774         unregistration.
20775
20776         * spam-report.el (spam-report-gmane-unspam)
20777         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20778         (spam-report-gmane): Change to take a single article and do unspam
20779         registration.
20780
20781 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20782
20783         * mm-url.el (mm-url-decode-entities): Fix regexp.
20784
20785 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20786
20787         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20788         default to nil, to be able to use Gnus at all.  If the default
20789         switches to something else, then the function should be fixed not
20790         be exceedingly slow.
20791
20792 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20793
20794         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20795         fail hard.
20796
20797         * spam-report.el: Add better Keywords line.
20798
20799         * spam.el: Add Maintainer and better Keywords line.
20800
20801 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20802
20803         * gnus-art.el (gnus-article-replace-part)
20804         (gnus-mime-replace-part): New functions.
20805         (gnus-mime-action-alist, gnus-mime-button-commands)
20806         (gnus-mime-save-part-and-strip): Add file argument.
20807         (gnus-article-part-wrapper): Add interactive argument.
20808
20809         * gnus-sum.el (gnus-summary-mime-map):
20810         Add `gnus-article-replace-part'.
20811
20812 2005-09-19  Didier Verna  <didier@xemacs.org>
20813
20814         The nnml compaction feature:
20815         * nnml.el (nnml-request-compact-group): New function.
20816         * nnml.el (nnml-request-compact): New function.
20817         * gnus-int.el (gnus-request-compact-group): New function.
20818         * gnus-int.el (gnus-request-compact): New function.
20819         * gnus-group.el (gnus-group-compact-group): New function.
20820         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20821         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20822         * gnus-srvr.el (gnus-server-compact-server): New function.
20823         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20824         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20825
20826 2005-09-18  Deepak Goel  <deego@gnufans.org>
20827
20828         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20829         format spec.
20830
20831 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20832
20833         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20834
20835 2005-09-15  Romain Francoise  <romain@orebokech.com>
20836
20837         * message.el (message-fill-paragraph): Clarify docstring.
20838
20839 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20840
20841         * gnus-art.el (gnus-mime-display-part): Protect against broken
20842         MIME messages.
20843
20844 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20845
20846         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20847         before parsing header.
20848
20849 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20850
20851         * html2text.el (html2text-replace-list): Add new entities.
20852
20853 2005-09-11  Romain Francoise  <romain@orebokech.com>
20854
20855         * message.el (message-alternative-emails): Improve docstring.
20856         (message-setup-1): Call `message-use-alternative-email-as-from'
20857         after `message-setup-hook' to give it precedence over posting
20858         styles, etc.
20859         (message-use-alternative-email-as-from): Add docstring.
20860         Remove the original From header if present.
20861
20862         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20863         (nnml-save-mail): Use it.
20864
20865         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20866         articles.  Add new argument `silent'.
20867         (gnus-uu-mark-all): Report the total number of marked articles.
20868
20869 2005-09-10  Romain Francoise  <romain@orebokech.com>
20870
20871         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20872         (gnus-uu-mark-series): Likewise.
20873
20874 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20875
20876         * spam-report.el (spam-report-gmane): Fix generation of spam
20877         report URL.
20878
20879 2005-09-10  Simon Josefsson  <jas@extundo.com>
20880
20881         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20882         t, based on discussion on the ding list with Robert Epprecht
20883         <epprecht@solnet.ch>.
20884
20885 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20886
20887         * spam-report.el (spam-report-gmane): Make it work without
20888         X-Report-Spam header.  Gmane now only provides Archived-At.
20889         This is only used if `spam-report-gmane-use-article-number' is nil.
20890         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20891
20892         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20893         make `gnus-summary-sort-by-recipient' work with threading.
20894
20895         * nnweb.el (nnweb-google-wash-article): Print a message if article
20896         is not available.
20897
20898 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20899
20900         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20901         change.  Decode text/* parts content before displaying.
20902
20903 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20904
20905         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20906
20907 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20908
20909         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20910
20911         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20912         url-package-name, url-package-version,
20913         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20914         w3m-display-inline-images, and w3m-minor-mode-map.
20915
20916 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20917
20918         * message.el (message-tab-body-function): Fix mismatched custom type.
20919
20920         * gnus.el (gnus-group-change-level-function): Ditto.
20921
20922         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20923
20924         * gnus-art.el (gnus-signature-limit)
20925         (gnus-article-mime-part-function): Ditto.
20926
20927 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20928
20929         * mml.el (mml-mode): Silence the byte compiler.
20930
20931         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20932         using `(sit-for 0)' before moving the point to the specified part;
20933         skip unbuttonized parts.
20934         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20935         return to the summary window if gnus-auto-select-part is non-nil.
20936
20937 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20938
20939         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20940         New variables.
20941         (mml-dnd-attach-file, mml-mode): Use them.
20942
20943         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20944         Make fetching article by MID work again for Google Groups.
20945         Add FIXME concerning gnus-group-make-web-group.
20946
20947         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20948         Don't depend on Gnus by using mail-extract-address-components if
20949         gnus-extract-address-components is not bound.
20950
20951 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20952
20953         * gnus-art.el (gnus-mime-display-security): Don't display the
20954         signature, but only the signed part.
20955
20956 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20957
20958         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20959
20960         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20961         list, not listp.
20962
20963 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20964
20965         * mm-encode.el (mm-encode-content-transfer-encoding):
20966         Likewise when encoding.
20967
20968         * mm-bodies.el (mm-decode-content-transfer-encoding):
20969         De-canonicalize CRLF for all text content types, not just
20970         text/plain.
20971
20972 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20973
20974         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20975         valid article; point arrow and cursor at the MIME button.
20976
20977 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20978
20979         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20980         Suggested by Dan Christensen <jdc@uwo.ca>.
20981
20982         * mm-decode.el (mm-save-part): Enable change of prompt.
20983
20984 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20985
20986         * gnus-msg.el (gnus-inews-add-send-actions):
20987         Make `message-post-method' lambda parameter ARG `&optional'.
20988
20989 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20990
20991         * gnus-sum.el (gnus-summary-mime-map):
20992         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20993         gnus-article-jump-to-part.
20994
20995         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20996         (gnus-article-edit-part): Use it.
20997         (gnus-article-part-wrapper): Add no-handle argument.
20998         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20999         New functions.
21000
21001 2005-08-29  Romain Francoise  <romain@orebokech.com>
21002
21003         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21004         docstring.
21005         (gnus-face-from-file): Likewise.
21006
21007 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21008
21009         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21010         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21011         non-nil.
21012         (gnus-auto-select-part): New variable.
21013         (gnus-article-jump-to-part): New function.
21014         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21015         (gnus-mime-delete-part): Allow selecting specified part after
21016         deleting or stripping parts.
21017         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21018         part if argument is bogus.
21019
21020 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21021
21022         * gnus-art.el (w3m-minor-mode-map):
21023         * gnus-spec.el (gnus-newsrc-file-version):
21024         * gnus-util.el (nnmail-active-file-coding-system)
21025         (gnus-original-article-buffer, gnus-user-agent):
21026         * gnus.el (gnus-ham-process-destinations)
21027         (gnus-parameter-ham-marks-alist)
21028         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21029         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21030         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21031         * mm-decode.el (gnus-current-window-configuration):
21032         * mm-extern.el (gnus-article-mime-handles):
21033         * mm-url.el (url-current-object, url-package-name)
21034         (url-package-version):
21035         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21036         (smime-keys, w3m-cid-retrieve-function-alist)
21037         (w3m-current-buffer, w3m-display-inline-images)
21038         (w3m-minor-mode-map):
21039         * mml-smime.el (gnus-extract-address-components):
21040         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21041         (gnus-newsrc-hashtb, message-default-charset)
21042         (message-deletable-headers, message-options)
21043         (message-posting-charset, message-required-mail-headers)
21044         (message-required-news-headers):
21045         * mml1991.el (mc-pgp-always-sign):
21046         * mml2015.el (mc-pgp-always-sign):
21047         * nnheader.el (nnmail-extra-headers):
21048         * rfc1843.el (gnus-decode-encoded-word-function)
21049         (gnus-decode-header-function, gnus-newsgroup-name):
21050         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21051
21052 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21053
21054         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21055         the end of the date treatments.
21056
21057 2005-08-15  Simon Josefsson  <jas@extundo.com>
21058
21059         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21060         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21061         Capello and Romain Francoise.
21062         (pgg-fetch-key-function): Remove, not used?
21063         (pgg-insert-url-with-w3): Require url, to get
21064         url-insert-file-contents regardless of where it is defined.
21065
21066 2005-08-13  Romain Francoise  <romain@orebokech.com>
21067
21068         * message.el (message-cite-original-1): New function.
21069         (message-cite-original): Use it.
21070         (message-cite-original-without-signature): Ditto.
21071
21072 2005-08-08  Romain Francoise  <romain@orebokech.com>
21073
21074         * message.el (message-yank-empty-prefix): New variable.
21075         (message-indent-citation): Use it.
21076         (message-cite-original-without-signature): Respect X-No-Archive.
21077
21078 2005-08-08  Simon Josefsson  <jas@extundo.com>
21079
21080         * pgg.el: Autoload url-insert-file-contents instead of loading
21081         w3/url.
21082         (pgg-insert-url-with-w3): Don't load url here.
21083
21084 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21085
21086         * message.el (message-kill-to-signature): Don't insert newline at
21087         bol.
21088         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21089
21090 2005-08-06  Romain Francoise  <romain@orebokech.com>
21091
21092         * message.el (message-user-fqdn): Fix typo in docstring.
21093
21094 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21095
21096         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21097
21098         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21099
21100 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21101
21102         * mm-bodies.el (mm-encode-body): Use coding system rather than
21103         charset to encode text.
21104
21105         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21106         number of charsets if utf-8 is available (XEmacs).
21107
21108 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21109
21110         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21111         taken from `gnus-button-mid-or-mail-regexp'.
21112         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21113         (gnus-button-alist): Improve regexp for domain part of the MIDs
21114         for news:localpart@domain buttons.
21115         (gnus-button-ctan-directory-regexp): Update.
21116
21117 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21118
21119         * sieve-manage.el (sieve-manage-interactive-login):
21120         Use make-local-variable rather than make-variable-buffer-local.
21121         (sieve-manage-open): Ditto.
21122         (sieve-manage-authenticate): Ditto.
21123
21124         * mml.el (mml-generate-mime-1): Make the content type default to
21125         text/plain if the filename is not specified.
21126
21127 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21128
21129         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
21130         instead of insert-buffer.
21131
21132         * message.el (message-yank-original): Ditto; set the mark at the
21133         end of the yanked message.
21134
21135 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21136
21137         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
21138         lines to scroll rather than to stop it.
21139
21140         * mml.el (mml-generate-default-type): Add doc string.
21141         (mml-generate-mime-1): Use mm-default-file-encoding or make it
21142         default to application/octet-stream when determining the content
21143         type if it is not specified for the part or the mml contents; add
21144         a comment about mml-generate-default-type.
21145
21146 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
21147
21148         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
21149         make it default to application/octet-stream when determining the
21150         content type if it is not specified for the external contents.
21151
21152 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21153
21154         * rfc2231.el (rfc2231-parse-string): Take care that not only a
21155         segmented parameter but also other parameters might be there.
21156
21157 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21158
21159         * mm-decode.el (mm-display-external): Delete temp file, directory
21160         and buffer immediately if the external process is exited.
21161
21162 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21163
21164         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
21165         fewer lines than that of scroll-margin.
21166         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
21167
21168 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21169
21170         * gnus-art.el (gnus-article-next-page): Revert.
21171         (gnus-article-beginning-of-window): New macro.
21172         (gnus-article-next-page-1): Use it.
21173         (gnus-article-prev-page): Ditto.
21174         (gnus-article-edit-part): Use insert-buffer-substring instead of
21175         insert-buffer.
21176         (gnus-article-edit-exit): Ditto.
21177
21178         * gnus-util.el (gnus-beginning-of-window): Remove.
21179         (gnus-end-of-window): Remove.
21180
21181         * lpath.el: Don't bind header-line-format and scroll-margin.
21182
21183 2005-07-25  Simon Josefsson  <jas@extundo.com>
21184
21185         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
21186         to have the url package without w3.  Reported by Daiki Ueno
21187         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
21188
21189 2005-07-20  Didier Verna  <didier@xemacs.org>
21190
21191         * gnus-diary.el: Remove the description comment (nndiary is now
21192         properly documented in the Gnus manual).
21193         Fix the spelling of "Back End".
21194         * nndiary.el: Ditto.
21195         Fix the copyright notice.
21196
21197 2005-07-18  Romain Francoise  <romain@orebokech.com>
21198
21199         * gnus-sum.el (gnus-summary-to-prefix)
21200         (gnus-summary-newsgroup-prefix): New variables.
21201         (gnus-summary-from-or-to-or-newsgroups): Use them.
21202
21203 2005-07-17  Romain Francoise  <romain@orebokech.com>
21204
21205         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
21206         space as it's generally not especially interesting to the user.
21207
21208 2005-07-16  Romain Francoise  <romain@orebokech.com>
21209
21210         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
21211         nil to avoid prompting and file modification if one of the
21212         messages at the top of the nnfolder file contains a copyright
21213         notice.
21214         Update copyright notice.
21215
21216         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
21217         instead of `current-time-string' as the latter creates a time
21218         string that is not RFC 2822 compliant (it lacks the zone).
21219         Update copyright notice.
21220
21221 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21222
21223         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
21224         for text/rtf.  Display default in prompt.  Pass default for M-n.
21225
21226         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
21227
21228 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21229
21230         * gnus-msg.el (gnus-button-mailto):
21231         Remove save-selected-window-window hackery because it relies on
21232         save-selected-window internals.
21233
21234 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21235
21236         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
21237         (gnus-article-next-page-1): Use gnus-beginning-of-window.
21238         (gnus-article-prev-page): Ditto.
21239
21240         * gnus-util.el (gnus-beginning-of-window): New function.
21241         (gnus-end-of-window): New function.
21242
21243         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
21244
21245 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21246
21247         * gnus-score.el (gnus-score-edit-all-score):
21248         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
21249         gnus-message.
21250
21251 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21252
21253         * gnus-msg.el (gnus-button-mailto):
21254         Remove save-selected-window-window hackery because it relies on
21255         save-selected-window internals.
21256
21257 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21258
21259         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
21260         add-minor-mode.
21261         (gnus-binary-mode): Ditto.
21262
21263         * gnus-topic.el (gnus-topic-mode): Ditto.
21264
21265 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
21266
21267         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
21268         (gnus-article-prev-page): Take scroll-margin into consideration.
21269
21270 2005-07-04  Lute Kamstra  <lute@gnu.org>
21271
21272         Update FSF's address in GPL notices.
21273
21274 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
21275
21276         * gnus.el (gnus-exit):
21277         * gnus-group.el (gnus-group-icons):
21278         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
21279
21280         * gnus-nocem.el (gnus-nocem):
21281         * message.el (message-various, message-buffers, message-sending)
21282         (message-interface, message-forwarding, message-insertion)
21283         (message-headers, message-news, message-mail):
21284         * pgg-gpg.el (pgg-gpg):
21285         * pgg-parse.el (pgg-parse):
21286         * pgg-pgp.el (pgg-pgp):
21287         * pgg-pgp5.el (pgg-pgp5):
21288         * pop3.el (pop3): Finish `defgroup' description with period.
21289
21290 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21291
21292         * gnus-art.el (article-display-face): Improve the efficiency.
21293         (article-display-x-face): Ditto; remove gray x-face stuff.
21294
21295 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21296
21297         * gnus-art.el (article-display-face): Correct the position in
21298         which Faces are inserted.
21299
21300 2005-06-29  Didier Verna  <didier@xemacs.org>
21301
21302         * gnus-art.el (article-display-face): Display faces in correct
21303         order.
21304
21305 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21306
21307         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
21308         (gnus-fill-real-hashtb): Use hash table instead of obarray.
21309         (gnus-nocem-check-article): Fetch the Type header.
21310         (gnus-nocem-message-wanted-p): Fix the way to examine types.
21311         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
21312         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
21313         make sure gnus-nocem-hashtb is initialized.
21314         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
21315         (gnus-nocem-unwanted-article-p): Ditto.
21316
21317         * pgg.el (pgg-verify): Return the verification result.
21318
21319 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21320
21321         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
21322         is ascii.
21323
21324 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
21325
21326         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
21327         `show-nonbreak-escape'.
21328
21329 2005-06-23  Lute Kamstra  <lute@gnu.org>
21330
21331         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
21332
21333         * dig.el (dig-mode):
21334         * smime.el (smime-mode): Use gnus-run-mode-hooks.
21335
21336 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
21337
21338         * nnimap.el (nnimap-split-download-body): Fix spellings.
21339
21340 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
21341
21342         * gnus-art.el (gnus-article-encrypt-body):
21343         * gnus-cus.el (gnus-score-customize):
21344         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
21345         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
21346
21347 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
21348
21349         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
21350         header by looking for magic "MII" at the beginning.
21351
21352 2005-06-16  Miles Bader  <miles@gnu.org>
21353
21354         * gnus-xmas.el (gnus-xmas-group-startup-message):
21355         Use renamed gnus-splash face.
21356
21357         * assistant.el (assistant-field): Remove "-face" suffix from face name.
21358         (assistant-field-face): New backward-compatibility alias for renamed
21359         face.
21360         (assistant-render-text): Use renamed assistant-field face.
21361
21362         * spam.el (spam): Remove "-face" suffix from face name.
21363         (spam-face): New backward-compatibility alias for renamed face.
21364         (spam-face, spam-initialize): Use renamed spam face.
21365
21366         * message.el (message-header-to, message-header-cc)
21367         (message-header-subject, message-header-newsgroups)
21368         (message-header-other, message-header-name)
21369         (message-header-xheader, message-separator, message-cited-text)
21370         (message-mml): Remove "-face" suffix from face names.
21371         (message-header-to-face, message-header-cc-face)
21372         (message-header-subject-face, message-header-newsgroups-face)
21373         (message-header-other-face, message-header-name-face)
21374         (message-header-xheader-face, message-separator-face)
21375         (message-cited-text-face, message-mml-face):
21376         New backward-compatibility aliases for renamed faces.
21377         (message-font-lock-keywords): Use renamed message faces.
21378
21379         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
21380         (sieve-test-commands, sieve-tagged-arguments):
21381         Remove "-face" suffix from face names.
21382         (sieve-control-commands-face, sieve-action-commands-face)
21383         (sieve-test-commands-face, sieve-tagged-arguments-face):
21384         New backward-compatibility aliases for renamed faces.
21385         (sieve-control-commands-face, sieve-action-commands-face)
21386         (sieve-test-commands-face, sieve-tagged-arguments-face):
21387         Use renamed sieve faces.
21388
21389         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
21390         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
21391         (gnus-group-news-3-empty, gnus-group-news-4)
21392         (gnus-group-news-4-empty, gnus-group-news-5)
21393         (gnus-group-news-5-empty, gnus-group-news-6)
21394         (gnus-group-news-6-empty, gnus-group-news-low)
21395         (gnus-group-news-low-empty, gnus-group-mail-1)
21396         (gnus-group-mail-1-empty, gnus-group-mail-2)
21397         (gnus-group-mail-2-empty, gnus-group-mail-3)
21398         (gnus-group-mail-3-empty, gnus-group-mail-low)
21399         (gnus-group-mail-low-empty, gnus-summary-selected)
21400         (gnus-summary-cancelled, gnus-summary-high-ticked)
21401         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
21402         (gnus-summary-high-ancient, gnus-summary-low-ancient)
21403         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
21404         (gnus-summary-low-undownloaded)
21405         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
21406         (gnus-summary-low-unread, gnus-summary-normal-unread)
21407         (gnus-summary-high-read, gnus-summary-low-read)
21408         (gnus-summary-normal-read, gnus-splash):
21409         Remove "-face" suffix from face names.
21410         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
21411         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
21412         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
21413         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
21414         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
21415         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
21416         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
21417         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
21418         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
21419         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
21420         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
21421         (gnus-summary-selected-face, gnus-summary-cancelled-face)
21422         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
21423         (gnus-summary-normal-ticked-face)
21424         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
21425         (gnus-summary-normal-ancient-face)
21426         (gnus-summary-high-undownloaded-face)
21427         (gnus-summary-low-undownloaded-face)
21428         (gnus-summary-normal-undownloaded-face)
21429         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
21430         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
21431         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
21432         (gnus-splash-face):
21433         New backward-compatibility aliases for renamed faces.
21434         (gnus-group-startup-message): Use renamed gnus faces.
21435
21436         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
21437         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
21438         (gnus-server-agent): Remove "-face" suffix from face names.
21439         (gnus-server-agent-face, gnus-server-opened-face)
21440         (gnus-server-closed-face, gnus-server-denied-face)
21441         (gnus-server-offline-face):
21442         New backward-compatibility aliases for renamed faces.
21443         (gnus-server-agent-face, gnus-server-opened-face)
21444         (gnus-server-closed-face, gnus-server-denied-face)
21445         (gnus-server-offline-face): Use renamed gnus faces.
21446
21447         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21448         Remove "-face" suffix from face names.
21449         (gnus-picon-xbm-face, gnus-picon-face):
21450         New backward-compatibility aliases for renamed faces.
21451
21452         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21453         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21454         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21455         (gnus-cite-11): Remove "-face" suffix from face names.
21456         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21457         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21458         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21459         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21460         New backward-compatibility aliases for renamed faces.
21461         (gnus-cite-attribution-face, gnus-cite-face-list)
21462         (gnus-article-boring-faces): Use renamed gnus faces.
21463
21464         * gnus-art.el (gnus-signature, gnus-header-from)
21465         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21466         (gnus-header-content): Remove "-face" suffix from face names.
21467         (gnus-signature-face, gnus-header-from-face)
21468         (gnus-header-subject-face, gnus-header-newsgroups-face)
21469         (gnus-header-name-face, gnus-header-content-face):
21470         New backward-compatibility aliases for renamed faces.
21471         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21472
21473         * gnus-sum.el (gnus-summary-selected-face)
21474         (gnus-summary-highlight): Use renamed gnus faces.
21475         * gnus-group.el (gnus-group-highlight): Likewise.
21476
21477 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21478
21479         * gnus-sieve.el (gnus-sieve-article-add-rule):
21480         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21481         * spam-stat.el (spam-stat-buffer-change-to-spam)
21482         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21483
21484         * message.el (message-is-yours-p):
21485         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21486
21487 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21488
21489         * mm-view.el (mm-inline-text): Withdraw the last change.
21490
21491 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21492
21493         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
21494         executing enriched-decode.
21495
21496 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21497
21498         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21499         charset of tar files.
21500
21501 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21502
21503         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21504
21505 2005-06-04  Lute Kamstra  <lute@gnu.org>
21506
21507         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21508         information is never recorded.
21509
21510 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21511
21512         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21513
21514 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21515
21516         * pop3.el (pop3-apop): Run md5 in the binary mode.
21517
21518         * starttls.el (starttls-set-process-query-on-exit-flag):
21519         Use eval-and-compile.
21520
21521 2005-05-31  Simon Josefsson  <jas@extundo.com>
21522
21523         * smime.el (smime-replace-in-string): Define.
21524         (smime-cert-by-ldap-1): Use it.
21525
21526 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21527
21528         * gnus-art.el (article-display-x-face): Replace
21529         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21530
21531         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21532         set-process-query-on-exit-flag or process-kill-without-query.
21533
21534         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21535         loop instead of replace-regexp.
21536
21537         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21538         instead of process-kill-without-query if it is available.
21539
21540         * lpath.el: Fbind ldap-search-entries.
21541
21542         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21543         instead of find-file-hooks if it is available.
21544
21545         * mml1991.el: Bind pgg-default-user-id when compiling.
21546
21547         * mml2015.el: Bind pgg-default-user-id when compiling.
21548
21549         * nndraft.el (nndraft-request-associate-buffer):
21550         Use write-contents-functions instead of write-contents-hooks if it is
21551         available.
21552
21553         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21554         instead of find-file-hooks if it is available.
21555
21556         * nntp.el (nntp-open-connection): Replace
21557         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21558         (nntp-open-ssl-stream): Ditto.
21559         (nntp-open-tls-stream): Ditto.
21560
21561         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21562         set-process-query-on-exit-flag or process-kill-without-query.
21563         (starttls-open-stream-gnutls): Use it instead of
21564         process-kill-without-query.
21565         (starttls-open-stream): Ditto.
21566
21567 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21568
21569         * smime.el (smime-cert-by-ldap-1): Don't use
21570         replace-regexp-in-string.
21571
21572 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21573
21574         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21575
21576         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21577         in PEM format.  Adjust to the XEmacs compatibility.
21578
21579 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21580
21581         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21582         by `string-to-number'.
21583         * gnus-agent.el (gnus-agent-regenerate-group)
21584         (gnus-agent-fetch-articles): Ditto.
21585         * gnus-art.el (gnus-button-fetch-group): Ditto.
21586         * gnus-cache.el (gnus-cache-generate-active)
21587         (gnus-cache-articles-in-group): Ditto.
21588         * gnus-group.el (gnus-group-set-current-level)
21589         (gnus-group-insert-group-line): Ditto.
21590         * gnus-score.el (gnus-score-set-expunge-below)
21591         (gnus-score-set-mark-below, gnus-summary-score-effect)
21592         (gnus-summary-score-entry): Ditto.
21593         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21594         (gnus-soup-pack): Ditto.
21595         * gnus-spec.el (gnus-xmas-format): Ditto.
21596         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21597         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21598         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21599         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21600         * nndb.el (nndb-get-remote-expire-response): Ditto.
21601         * nndiary.el (nndiary-parse-schedule-value)
21602         (nndiary-string-to-number, nndiary-request-replace-article)
21603         (nndiary-request-article): Ditto.
21604         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21605         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21606         * nneething.el (nneething-make-head): Ditto.
21607         * nnfolder.el (nnfolder-request-article)
21608         (nnfolder-retrieve-headers): Ditto.
21609         * nnheader.el (nnheader-file-to-number): Ditto.
21610         * nnkiboze.el (nnkiboze-request-article): Ditto.
21611         * nnmail.el (nnmail-process-unix-mail-format)
21612         (nnmail-process-babyl-mail-format): Ditto.
21613         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21614         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21615         (nnmh-request-create-group, nnmh-request-list-1)
21616         (nnmh-request-group, nnmh-request-article): Ditto.
21617         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21618         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21619         * nnsoup.el (nnsoup-make-active): Ditto.
21620         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21621         * nntp.el (nntp-find-group-and-number)
21622         (nntp-retrieve-headers-with-xover): Ditto.
21623         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21624         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21625         (pgg-format-key-identifier): Ditto.
21626         * pop3.el (pop3-last, pop3-stat): Ditto.
21627         * qp.el (quoted-printable-decode-region): Ditto.
21628
21629         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21630         of concat.
21631
21632 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21633
21634         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21635
21636         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21637
21638         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21639
21640         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21641
21642         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21643
21644         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21645
21646         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21647         (gnus-carpal-mode): Ditto.
21648
21649         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21650         (gnus-browse-mode): Ditto.
21651
21652         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21653
21654         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21655
21656 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21657
21658         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21659
21660 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21661
21662         * gnus-util.el (gnus-run-mode-hooks): New function.
21663
21664         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21665
21666         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21667         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21668
21669 2005-05-27  Lute Kamstra  <lute@gnu.org>
21670
21671         * dns-mode.el (dns-mode): Specify customization group.
21672
21673 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21674
21675         * gnus-agent.el (gnus-agent-make-mode-line-string):
21676         Use mode-line-highlight as mouse-face.
21677
21678 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21679
21680         * canlock.el (canlock): Change the parent group to news.
21681
21682         * deuglify.el (gnus-outlook-deuglify): Add :group.
21683
21684         * dig.el (dig): Add :group.
21685
21686         * dns-mode.el (dns-mode): Add :group.
21687
21688         * encrypt.el (encrypt): Add :group.
21689
21690         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21691         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21692         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21693         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21694         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21695
21696         * gnus-diary.el (gnus-diary): Add :group.
21697
21698         * gnus.el (gnus-group-news-1-face): Add :group.
21699         (gnus-group-news-1-empty-face): Ditto.
21700         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21701         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21702         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21703         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21704         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21705         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21706         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21707         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21708         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21709         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21710         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21711         (gnus-summary-high-ticked-face): Ditto.
21712         (gnus-summary-low-ticked-face): Ditto.
21713         (gnus-summary-normal-ticked-face): Ditto.
21714         (gnus-summary-high-ancient-face): Ditto.
21715         (gnus-summary-low-ancient-face): Ditto.
21716         (gnus-summary-normal-ancient-face): Ditto.
21717         (gnus-summary-high-undownloaded-face): Ditto.
21718         (gnus-summary-low-undownloaded-face): Ditto.
21719         (gnus-summary-normal-undownloaded-face): Ditto.
21720         (gnus-summary-high-unread-face): Ditto.
21721         (gnus-summary-low-unread-face): Ditto.
21722         (gnus-summary-normal-unread-face): Ditto.
21723         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21724         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21725
21726         * hashcash.el (hashcash): New custom group.
21727         (hashcash-default-payment): Add :group.
21728         (hashcash-payment-alist): Ditto.
21729         (hashcash-default-accept-payment): Ditto.
21730         (hashcash-accept-resources): Ditto.
21731         (hashcash-path): Ditto.
21732         (hashcash-extra-generate-parameters): Ditto.
21733         (hashcash-double-spend-database): Ditto.
21734         (hashcash-in-news): Ditto.
21735
21736         * message.el (message-minibuffer-local-map): Add :group.
21737
21738         * netrc.el (netrc): Add :group.
21739
21740         * sieve-manage.el (sieve-manage-log): Add :group.
21741         (sieve-manage-default-user): Diito.
21742         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21743         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21744         (sieve-manage-authenticators): Ditto.
21745         (sieve-manage-authenticator-alist): Ditto.
21746         (sieve-manage-default-port): Ditto.
21747
21748         * sieve-mode.el (sieve-control-commands-face): Add :group.
21749         (sieve-action-commands-face): Ditto.
21750         (sieve-test-commands-face): Ditto.
21751         (sieve-tagged-arguments-face): Ditto.
21752
21753         * smime.el (smime): Add :group.
21754
21755         * spam-report.el (spam-report): Add :group.
21756
21757         * spam.el (spam, spam-face): Add :group.
21758
21759 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21760
21761         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21762         return \n.\n.\n at the end of articles.  Protect against that.
21763         (nntp-with-open-group): Allow debugging.
21764
21765         * nnheader.el (mail-header-set-extra): Make into a function
21766         because I just could't understand how to quote the list properly.
21767
21768         * dns.el (query-dns-cached): New function.
21769
21770 2005-05-26  Lute Kamstra  <lute@gnu.org>
21771
21772         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21773
21774 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21775
21776         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21777
21778         * gnus-art.el: Don't autoload mail-extract-address-components.
21779
21780         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21781         eval-and-compile to evaluate it.
21782
21783         * hashcash.el: Don't autoload executable-find.
21784
21785         * nndb.el: Don't declare the nndb back end two or more times; don't
21786         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21787
21788         * nntp.el: Autoload format-spec instead of format; use
21789         eval-and-compile to evaluate autoload forms.
21790
21791 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21792
21793         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21794
21795 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21796
21797         * gnus.el (gnus-version-number): Bump version.
21798
21799 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21800
21801         * gnus.el: No Gnus v0.3 is released.
21802
21803 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21804
21805         * lpath.el (featurep): Bind show-nonbreak-escape.
21806
21807 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21808
21809         * gnus-art.el (gnus-article-edit-part): Disable undo.
21810
21811 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21812
21813         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21814         gnus-article-date-lapsed-new-header is t if date timer is active;
21815         skip headers in which the original date value is empty.
21816         (gnus-article-save-original-date): Redefine it as a macro.
21817         (gnus-display-mime): Use it.
21818
21819 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21820
21821         * gnus-art.el (article-date-ut): Support converting date in
21822         forwarded parts as well.
21823         (gnus-article-save-original-date): New function.
21824         (gnus-display-mime): Use it.
21825
21826 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21827
21828         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21829         enclosure element of <item>.
21830
21831 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21832
21833         * message.el (message-kill-buffer-query): Rename from
21834         `message-kill-buffer-query-if-modified'.  Add :version.
21835
21836 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21837
21838         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21839         window layout.
21840
21841 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21842
21843         * mml.el: Autoload dnd when compiling.
21844
21845 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21846
21847         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21848         x-dnd-*.
21849
21850 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21851
21852         * qp.el (quoted-printable-encode-region): Save excursion.
21853
21854 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21855
21856         * message.el (message-kill-buffer-query-if-modified): Add new variable
21857         so the user can kill a modified message buffer quickly.
21858         (message-kill-buffer): Use it.
21859
21860 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21861
21862         * lpath.el: Fbind display-time-event-handler; don't fbind
21863         string-to-multibyte.
21864
21865         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21866
21867 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21868
21869         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21870         contained in text because xml.el decodes entities) with LFs.
21871
21872 2005-04-11  Lute Kamstra  <lute@gnu.org>
21873
21874         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21875         differently.
21876
21877 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21878
21879         * mm-util.el (mm-detect-coding-region): Typo.
21880
21881 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21882
21883         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21884
21885 2005-04-06  Deepak Goel  <deego@gnufans.org>
21886
21887         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21888         user-function allow user modifications of the scores.
21889         (spam-stat-score-buffer-user): New function, to allow
21890         user-computed modifications to the score.
21891         (spam-stat-score-buffer-user-functions): List of additional
21892         scoring functions.
21893         (spam-stat-error-holder): Global temporary error holder.
21894         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21895         variable.
21896
21897 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21898
21899         * gnus-registry.el (gnus-registry-clean-empty-function)
21900         (gnus-registry-trim, gnus-registry-fetch-groups)
21901         (gnus-registry-delete-group): Groups that match
21902         `gnus-registry-ignored-groups' are removed from the registry
21903         entries, not just ignored for splitting.  This helps clean up the
21904         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21905         to get all the groups a message ID is in.
21906
21907         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21908         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21909         (spam-stat-score-buffer-user-functions): Add :number custom type.
21910
21911 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21912
21913         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21914         argument in XEmacs.
21915
21916         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21917         (nnrss-request-group): Decode group name first.
21918         (nnrss-request-article): Make a text/plain article if mml-to-mime
21919         failed.
21920         (nnrss-get-encoding): Return a compatible encoding according to
21921         nnrss-compatible-encoding-alist.
21922         (nnrss-find-el): Use consp instead of listp.
21923         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21924
21925 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21926
21927         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21928         which Emacs 20 doesn't support.
21929         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21930
21931 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21932
21933         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21934         silence the byte compiler inside the defun.
21935
21936         * gnus-demon.el (parse-time-string): Add autoload.
21937
21938         * gnus-delay.el (parse-time-string): Add autoload.
21939
21940         * gnus-art.el (parse-time-string): Add autoload.
21941
21942         * nnultimate.el (parse-time): Require for `parse-time-string'.
21943
21944 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21945
21946         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21947
21948         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21949
21950         * smime.el (smime-ldap-host-list): Add :version.
21951
21952 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21953
21954         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21955         pass it to `gnus-browse-read-group'.
21956         (gnus-browse-read-group): Add NUMBER argument and pass it to
21957         `gnus-group-read-ephemeral-group'.
21958
21959         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21960         argument and pass it to `gnus-group-read-group'.
21961
21962 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21963
21964         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21965         mm-xemacs-find-mime-charset-1 if we have the mule feature
21966         available at runtime.
21967
21968 2005-03-25  Werner Lemberg  <wl@gnu.org>
21969
21970         * nnmaildir.el: Replace `illegal' with `invalid'.
21971
21972 2005-03-23  Lute Kamstra  <lute@gnu.org>
21973
21974         * time-date.el: Add comment on time value formats.
21975         Don't require parse-time.
21976         (with-decoded-time-value): New macro.
21977         (encode-time-value): New function.
21978         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21979         (days-to-time): Return a valid time value when arg is huge.
21980         (time-since): Use time-subtract.
21981         (time-to-number-of-days): Use time-to-seconds.
21982
21983 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21984
21985         * gnus-start.el (gnus-display-time-event-handler):
21986         Check display-time-timer at runtime rather than only at load time
21987         in case display-time-mode is turned off in the mean time.
21988
21989 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21990
21991         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21992         used.
21993
21994         * nneething.el (nneething-map-file-directory): Derive from
21995         `gnus-directory'.
21996
21997         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21998         the To/Cc button.
21999
22000 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22001
22002         * nnmaildir.el (nnmaildir-request-accept-article):
22003         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22004
22005 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22006
22007         * gnus-async.el: Require timer-funcs at compile time when in
22008         XEmacs for `run-with-idle-timer'.
22009
22010 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22011
22012         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22013         autoloaded function.
22014
22015 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22016
22017         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22018
22019 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22020
22021         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22022
22023 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22024
22025         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22026         Add gnus-expert-user to default.
22027
22028 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22029
22030         * nnimap.el (nnimap-open-server): Ditto.
22031
22032         * imap.el (imap-authenticate): Fix typo.
22033
22034 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22035
22036         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22037         buffer (since IMAP server might return FETCH response out of
22038         order, and the nntp buffer must be sorted).
22039
22040 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22041
22042         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22043         comparison on string.
22044
22045         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22046         (gnus-agent-score): Rename category keywords to match gnus-cus.
22047         (gnus-agent-summary-fetch-series): Modify to protect against
22048         gnus-agent-summary-fetch-group clearing processable flags.
22049         (gnus-agent-synchronize-group-flags): Update live group buffer as
22050         synchronization may occur due to the user toggle the plugged
22051         status.
22052         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22053         successfully downloaded.
22054         (gnus-agent-expire-group-1): Avoid using markers when the overview
22055         is in ascending order; greatly improves performance.
22056         (gnus-agent-regenerate-group):
22057         Use gnus-agent-synchronize-group-flags to reset read status in both
22058         gnus and server.
22059         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22060
22061 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22062
22063         * message.el: Don't autoload former message-utils variables.
22064         (message-strip-subject-trailing-was): Change doc string.
22065
22066         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22067         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22068         (nnweb-google-search): Add "hl=en" here.
22069         (nnweb-google-parse-1, nnweb-google-create-mapping):
22070         Don't hardcode URL.
22071
22072 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22073
22074         * message.el (message-get-reply-headers, message-followup):
22075         Mention related variables `message-use-followup-to' and
22076         `message-use-mail-followup-to', in the information buffer.
22077
22078         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22079         of broken groups(-beta).google.com.
22080
22081 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22082
22083         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22084         parameter to invoked gnus-request-move-article; remove the
22085         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22086         all at once instead of once per article.
22087         (gnus-summary-remove-process-mark): Accept a list of articles as
22088         well as a single article for processing.
22089
22090         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22091         parameter.
22092
22093         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22094
22095         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22096
22097         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22098         parameter.
22099
22100         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22101         parameter.
22102
22103         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22104         parameter and remove the gnus-sum-hint-move-is-internal variable.
22105
22106         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22107         parameter.
22108
22109         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22110         parameter.
22111
22112         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22113         parameter.
22114
22115         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22116
22117         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22118         parameter.
22119
22120         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22121         parameter.
22122
22123 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22124
22125         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22126         a more conservative way.
22127
22128 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22129
22130         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
22131         buffer, so it moves the window's cursor.
22132
22133 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
22134
22135         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
22136         `mm-dissect-multipart' and receive the from field as an (optional)
22137         argument from `mm-dissect-multipart'.
22138         (mm-dissect-multipart): Receive the from field as an argument and
22139         pass it on when we call `mm-dissect-buffer' on MIME parts.
22140         Fixes verification/decryption of signed/encrypted MIME parts.
22141
22142 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22143
22144         * gnus-sum.el (gnus-summary-move-article):
22145         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
22146         whatever it calls (right now, only nnimap-request-move article
22147         respects it).
22148
22149         * nnimap.el (nnimap-request-move-article):
22150         When gnus-sum-hint-move-is-internal is set, don't do the extra
22151         nnimap-request-article.
22152
22153 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22154
22155         * nnheader.el (nnheader-find-file-noselect): Add doc string.
22156
22157         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
22158         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
22159
22160         * gnus-sum.el (gnus-summary-caesar-message):
22161         Apply `gnus-treat-article' after rotation.
22162
22163         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
22164         doc string.
22165
22166 2005-02-22  Simon Josefsson  <jas@extundo.com>
22167
22168         * encrypt.el (encrypt-password-cache-expiry): Remove (use
22169         `password-cache-expiry' instead).  Reported by Arne Jørgensen
22170         <arne@arnested.dk>.
22171         (encrypt): Add password-cache and password-cache-expiry as group
22172         members.
22173
22174 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
22175
22176         * smime.el (smime-ldap-host-list): Doc fix.
22177         (smime-ask-passphrase): Use `password-read-and-add' to read (and
22178         cache) password.
22179         (smime-sign-region): Use it.
22180         (smime-decrypt-region): Use it.
22181         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
22182         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
22183         fails.
22184         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
22185         certificate from DER to PEM format rather than calling openssl.
22186
22187         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
22188
22189         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
22190         for signing/encryption.
22191
22192         * mml.el (mml-parse-1): Use them.
22193
22194 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
22195
22196         * nnrss.el (nnrss-verbose): Remove.
22197         (nnrss-request-group): Use `nnheader-message' instead.
22198
22199 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
22200
22201         * nnrss.el (nnrss-verbose): New variable.
22202         (nnrss-request-group): Make it say nnrss is requesting a group.
22203
22204 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
22205
22206         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
22207         Handle news URL with given port correctly.
22208
22209 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22210
22211         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
22212         containing special characters.
22213
22214         * gnus-sum.el (gnus-summary-edit-article): Ditto.
22215
22216         * mml.el (mime-to-mml): Ditto.
22217
22218         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
22219         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
22220         (rfc2047-decode-region): Quote decoded words containing special
22221         characters when rfc2047-quote-decoded-words-containing-tspecials
22222         is non-nil.
22223
22224 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
22225
22226         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
22227
22228         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
22229
22230 2005-02-15  Simon Josefsson  <jas@extundo.com>
22231
22232         * nnimap.el (nnimap-debug): Doc fix.
22233
22234         * imap.el (imap-debug): Doc fix.
22235
22236 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22237
22238         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
22239
22240 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
22241
22242         * gnus.el (spam-contents): Improve docs for spam-contents
22243         parameter in its variable incarnation.
22244
22245 2005-02-14  Simon Josefsson  <jas@extundo.com>
22246
22247         * smime-ldap.el: Use require instead of load-library for ldap.
22248         (smime-ldap-search): Indent.
22249         (smime-ldap-search-internal): Shorten line.
22250
22251         * smime.el (smime-cert-by-dns): Add doc-string.
22252         (smime-cert-by-ldap-1): Indent.
22253
22254         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
22255         mml-smime-get-dns-ldap.
22256         (mml-smime-encrypt-query): Use new function.  Default to ldap.
22257
22258 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
22259
22260         * smime.el: Require smime-ldap.
22261         (smime-ldap-host-list): New variable.
22262         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
22263
22264         * mml-smime.el (mml-smime-encrypt-query): New function.
22265         (mml-smime-encrypt-query): Use it.
22266
22267         * smime-ldap.el: New file.
22268
22269 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22270
22271         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
22272
22273 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
22274
22275         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
22276         argument in doc string.  Make query for type more clear.
22277
22278 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
22279
22280         * gnus.el (gnus-group-startup-message): Search for gnus images in
22281         etc/images/gnus.
22282         * mm-util.el (mm-image-load-path): Likewise.
22283         * smiley.el (smiley-data-directory): Search for smilies in
22284         etc/images/smilies.
22285
22286 2005-02-09  Kim F. Storm  <storm@cua.dk>
22287
22288         Change Emacs release version from 21.4 to 22.1 throughout.
22289         Change Emacs development version from 21.3.50 to 22.0.50.
22290
22291 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22292
22293         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
22294
22295         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
22296         non-Mule XEmacs as well.
22297         (mm-decompress-buffer): Signal an error intentionally if it does
22298         not decompress compressed data because auto-compression-mode is
22299         disabled.
22300
22301 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
22302
22303         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
22304         an ID in the registry even if it has no groups.
22305
22306 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22307
22308         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
22309         merge it into mm-decompress-buffer.
22310         (gnus-mime-copy-part): Use the MIME part charset, the value which
22311         a user specified or gnus-newsgroup-charset for decoding, like
22312         gnus-mime-inline-part does; set buffer-file-coding-system to tell
22313         save-buffer what was used.  Suggested by Kevin Ryde
22314         <user42@zip.com.au>.
22315         (gnus-mime-inline-part): Allow the name parameter as well as the
22316         filename parameter; force decompressing of compressed data; always
22317         display contents being not decoded as unibyte.
22318
22319         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
22320         as well as the filename parameter.
22321
22322         * mm-util.el (mm-decompress-buffer):
22323         Merge gnus-mime-jka-compr-maybe-uncompress.
22324         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
22325         of compressed data.
22326
22327 2005-02-08  Simon Josefsson  <jas@extundo.com>
22328
22329         * imap.el (imap-log): Doc fix.
22330
22331 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22332
22333         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
22334         the coding cookies; decompress compressed parts.
22335
22336         * mml.el (mml-generate-mime-1): Add the charset parameter according
22337         to the value which a user specified manually or the coding cookie.
22338
22339         * mm-util.el (mm-string-to-multibyte): New function.
22340         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
22341         (mm-coding-system-to-mime-charset): New function.
22342         (mm-decompress-buffer): New function.
22343         (mm-find-buffer-file-coding-system): New function.
22344
22345         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
22346         (mm-display-inline-fontify): Rewrite for decoding and decompressing
22347         parts.
22348
22349 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22350
22351         * mm-view.el (mm-display-inline-fontify): Decode a part according
22352         to the charset parameter.
22353
22354 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22355
22356         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
22357         prefix arg is neither nil nor a number, as info specifies.
22358
22359 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22360
22361         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
22362         timestamps.
22363
22364 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
22365
22366         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
22367         groups error checking and notify user.
22368
22369 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
22370
22371         * message.el (message-send-mail-function): Check existence of
22372         sendmail-program first before using default value
22373         `message-send-mail-with-sendmail'.  Otherwise use more generic
22374         `smtpmail-send-it'.
22375
22376 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22377
22378         * nntp.el (nntp-request-update-info): Always return nil.
22379
22380 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22381
22382         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
22383
22384 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22385
22386         * message.el (message-beginning-of-line): Change the behavior when
22387         invoked between BOL and : so that it first moves backward.
22388
22389 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22390
22391         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
22392         article buffer when editing of the article is discarded.
22393         (gnus-article-prepare): Revert.
22394
22395 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22396
22397         * gnus-art.el (gnus-article-prepare):
22398         Remove message-strip-forbidden-properties from the local hook.
22399
22400 2005-01-27  Simon Josefsson  <jas@extundo.com>
22401
22402         * password.el (password-cache-add): Only start one timer per key.
22403         Reported by Derek Atkins <warlord@MIT.EDU>.
22404
22405 2005-01-26  Steve Youngs  <steve@sxemacs.org>
22406
22407         * run-at-time.el: Remove.  It is no longer needed as
22408         timer-funcs.el in the xemacs-base package has a working version of
22409         `run-at-time'.
22410
22411         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
22412
22413         * password.el: Require timer-funcs instead of run-at-time in
22414         XEmacs.
22415         Remove `password-run-at-time' macro.
22416         (password-cache-add): Use `run-at-time' instead of
22417         `password-run-at-time'.
22418
22419         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
22420         Remove `nnheader-cancel-function-timers' alias,
22421         `cancel-function-timers' exists in XEmacs in timer-funcs.
22422
22423         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
22424         for `run-with-idle-timer'.
22425
22426         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
22427         for `run-at-time'.
22428
22429         * mm-url.el: Require timer-funcs at compile time when in XEmacs
22430         for `with-timeout'.
22431
22432         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
22433         the same as for XEmacs 21.4.
22434         No need to ignore `run-with-idle-timer', this function exists in
22435         XEmacs now in timer-funcs.el in the xemacs-base package.
22436         (dgnushack-compile): No need to delete
22437         run-at-time.el from the list of files to compile because it
22438         doesn't exist anymore.
22439
22440 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22441
22442         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22443         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22444
22445 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22446
22447         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22448         sensitively.
22449
22450 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22451
22452         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22453
22454 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22455
22456         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22457         which will be inserted according to the multibyteness of a buffer
22458         rather than the type of contents.  Suggested by ARISAWA Akihiro
22459         <ari@mbf.ocn.ne.jp>.
22460
22461         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22462         of string which old xml.el may return rather than a string.
22463
22464 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22465
22466         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22467
22468 2005-01-16  Simon Josefsson  <jas@extundo.com>
22469
22470         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22471         idn/idna.el isn't available.
22472         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22473         <michael@waxrat.com>.
22474
22475         * hashcash.el: Remove non-FSF copyright header.
22476
22477         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22478         (hashcash-generate-payment): Use it.
22479         (hashcash-generate-payment-async): Use it.
22480
22481 2005-01-15  Simon Josefsson  <jas@extundo.com>
22482
22483         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22484         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22485
22486         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22487         gnus-summary-idna-message.
22488         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22489         (gnus-summary-idna-message): New function.
22490
22491 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
22492
22493         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
22494         gnus-novice-user.
22495
22496 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22497
22498         * nnrss.el (nnrss-request-delete-group): Delete entries in
22499         nnrss-group-alist as well.
22500         (nnrss-save-server-data): Insert newline.
22501
22502 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22503
22504         * gnus.el (gnus-user-agent): Use list of symbols instead of
22505         symbols.  Display full version number for (S)XEmacs.
22506         Optionally display (S)XEmacs codename.
22507
22508         * gnus-util.el (gnus-emacs-version): Update for new
22509         `gnus-user-agent'.
22510
22511         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22512         Gnus version.
22513
22514 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22515
22516         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22517         which is unreadable in some setups.
22518
22519 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22520
22521         * gnus-spec.el (gnus-update-format-specifications): Flush the
22522         group format spec cache if it doesn't support decoded group names.
22523
22524 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22525
22526         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22527         Allow to apply decay on score files matching a regexp.
22528
22529 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22530
22531         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22532         compatibility in %g and %c.
22533
22534 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22535
22536         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22537         name for only %g and %c.
22538         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22539         of gnus-tmp-group to decoded group name.
22540         (gnus-group-make-rss-group): Exclude `/'s from group names.
22541
22542 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22543
22544         * nnrss.el (nnrss-get-encoding): Fix regexp.
22545
22546 2004-12-27  Simon Josefsson  <jas@extundo.com>
22547
22548         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22549         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22550         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22551
22552 2004-12-17  Kim F. Storm  <storm@cua.dk>
22553
22554         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22555
22556         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22557
22558 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22559
22560         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22561
22562 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22563
22564         * nnrss.el: Require rfc2047 and mml.
22565         (nnrss-file-coding-system): New variable.
22566         (nnrss-format-string): Redefine it as an inline function.
22567         (nnrss-decode-group-name): New function.
22568         (nnrss-string-as-multibyte): Remove.
22569         (nnrss-retrieve-headers): Decode group name; don't use
22570         nnrss-format-string.
22571         (nnrss-request-group): Decode group name.
22572         (nnrss-request-article): Decode group name; allow a Message-ID as
22573         well as an article number; don't use nnrss-format-string; encode a
22574         Message-ID string which may contain non-ASCII characters; use
22575         mml-to-mime to compose a MIME article.
22576         (nnrss-request-expire-articles): Decode group name.
22577         (nnrss-request-delete-group): Decode group name.
22578         (nnrss-fetch): Clarify error message.
22579         (nnrss-read-server-data): Use insert-file-contents instead of load;
22580         bind file-name-coding-system; use multibyte buffer.
22581         (nnrss-save-server-data): Bind coding-system-for-write to the
22582         value of nnrss-file-coding-system; bind file-name-coding-system;
22583         add coding cookie.
22584         (nnrss-read-group-data): Use insert-file-contents instead of load;
22585         bind file-name-coding-system; use multibyte buffer.
22586         (nnrss-save-group-data): Bind coding-system-for-write to the
22587         value of nnrss-file-coding-system; bind file-name-coding-system.
22588         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22589         make it work with non-ASCII text.
22590         (nnrss-find-el): Make it work with old xml.el as well.
22591
22592 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22593
22594         * nnrss.el (nnrss-get-encoding): New function.
22595         (nnrss-fetch): Use unibyte buffer initially; bind
22596         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22597         decode contents according to the encoding attribute.
22598         (nnrss-save-group-data): Add coding cookie.
22599         (nnrss-mime-encode-string): New function.
22600         (nnrss-check-group): Use it to encode subject and author.
22601
22602 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22603
22604         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22605         imaginary variable.
22606
22607 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22608
22609         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22610         correctly even if there are wide characters.
22611
22612 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22613
22614         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22615         downcased symbol names; make a new cache instead of reusing
22616         bbdb-hashtable.
22617
22618 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22619
22620         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22621         concatenating segments rather than before concatenating them.
22622         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22623
22624         * message.el (message-get-reply-headers): Bind `extra'.
22625
22626 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22627
22628         * message.el (message-extra-wide-headers): New variable.
22629         (message-get-reply-headers): Use it.
22630
22631 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22632
22633         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22634         (gnus-agent-group-pathname): Ditto.
22635
22636         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22637
22638         * gnus-group.el (gnus-group-make-group): Decode group name.
22639         (gnus-group-make-rss-group): Register the group data after opening
22640         the nnrss group.
22641
22642 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22643
22644         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22645         by expiry now get marked as read.
22646
22647 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22648
22649         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22650
22651 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22652
22653         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22654         unify Latin characters in XEmacs.
22655         (mm-find-mime-charset-region): Use it.
22656
22657 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22658
22659         * gnus-util.el (gnus-delete-directory): New function.
22660
22661         * gnus-agent.el (gnus-agent-delete-group): Use it.
22662
22663         * gnus-cache.el (gnus-cache-delete-group): Use it.
22664
22665 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22666
22667         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22668         names.
22669
22670 2004-12-16  Simon Josefsson  <jas@extundo.com>
22671
22672         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22673
22674 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22675
22676         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22677
22678         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22679         (gnus-group-set-current-level): Decode group name.
22680
22681 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22682
22683         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22684         failed.
22685
22686 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22687
22688         * gnus-group.el (gnus-group-delete-group): Decode group name.
22689         (gnus-group-make-rss-group): Encode group name.
22690         (gnus-group-catchup-current): Decode group name.
22691         (gnus-group-kill-group): Decode group name.
22692
22693 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22694
22695         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22696
22697 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22698
22699         * gnus-group.el (gnus-group-make-rss-group):
22700         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22701
22702         * gnus-start.el (gnus-setup-news): Honor user's setting to
22703         gnus-message-archive-method.  Suggested by Lute Kamstra
22704         <lute@gnu.org>.
22705
22706 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22707
22708         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22709         global counterparts of the buffer-local variables.
22710
22711 2004-11-16  Romain Francoise  <romain@orebokech.com>
22712
22713         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22714         counterparts of the buffer-local variables.
22715
22716 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22717
22718         * message.el (message-forbidden-properties): Fix typo in doc
22719         string.
22720
22721 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22722
22723         * gnus-util.el (gnus-replace-in-string): Add doc string.
22724
22725         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22726         to avoid problems when splitting mails with many recipients.
22727
22728 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22729
22730         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22731         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22732
22733 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22734
22735         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22736         if there is no hashtable in memory or file modification time is
22737         newer than cached timestamp.
22738
22739 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22740
22741         * gnus-sum.el (gnus-summary-limit-to-recipient):
22742         Implement not-matching option.
22743
22744 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22745
22746         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22747         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22748         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22749         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22750         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22751         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22752
22753 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22754
22755         * message.el (message-forward-make-body-mml): Remove headers
22756         according to message-forward-ignored-headers if a message is decoded.
22757
22758 2004-12-02  Romain Francoise  <romain@orebokech.com>
22759
22760         * message.el (message-forward-make-body-plain): Always remove
22761         headers according to message-forward-ignored-headers.
22762
22763 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22764
22765         * spam.el (spam-summary-prepare-exit): Remove the
22766         gnus-summary-limit pop for now, it has problems with ham marks for
22767         me.
22768
22769 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22770
22771         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22772         correctly.
22773
22774 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22775
22776         * format-spec.el (format-spec): Message the char.
22777
22778 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22779
22780         * gnus-art.el (gnus-split-methods): Reformat comments.
22781
22782         * spam.el (spam-summary-prepare-exit): Remove article limits
22783         before exiting the summary buffer.
22784
22785 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22786
22787         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22788         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22789
22790         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22791         order to silence the byte compiler.
22792
22793         * spam.el: Fix the way to silence the byte compiler, which
22794         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22795         bbdb-search-simple, spam-BBDB-register-routine,
22796         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22797         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22798         spam-stat-buffer-is-spam, spam-stat-load,
22799         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22800         spam-stat-save and spam-stat-split-fancy.
22801
22802 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22803
22804         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22805         which may confuse users.
22806         (canlock-password-for-verify): Ditto.
22807
22808         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22809
22810         * gnus-art.el (gnus-emphasis-alist): Ditto.
22811
22812         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22813
22814         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22815
22816         * gnus-start.el (gnus-save-killed-list): Ditto.
22817
22818         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22819         (gnus-sum-thread-tree-root): Ditto.
22820         (gnus-sum-thread-tree-false-root): Ditto.
22821         (gnus-sum-thread-tree-single-indent): Ditto.
22822
22823         * message.el (message-courtesy-message): Ditto.
22824         (message-archive-note): Ditto.
22825         (message-subscribed-address-file): Ditto.
22826         (message-user-fqdn): Ditto.
22827
22828         * spam-report.el (spam-report-gmane-regex): Ditto.
22829
22830         * spam.el (spam-blackhole-good-server-regex): Ditto.
22831
22832 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22833
22834         * mml.el (mml-preview): Widen the message buffer before copying
22835         the contents to the preview buffer; sort headers before previewing.
22836
22837         * message.el (message-hidden-headers): Fix the way to avoid a bug
22838         in the `repeat' widget in Emacs 21.3 or earlier.
22839
22840 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22841
22842         * message.el (message-hidden-headers): Default to "^References:".
22843         Improve customization type.  Suggested by Reiner Steib
22844         <Reiner.Steib@gmx.de>.
22845
22846 2004-11-25  Romain Francoise  <romain@orebokech.com>
22847
22848         * message.el (message-strip-forbidden-properties): Remove check for
22849         obsolete `message-hidden' text property, hidden headers are not
22850         accessible in the buffer anymore.
22851
22852 2004-11-22  Romain Francoise  <romain@orebokech.com>
22853
22854         * message.el (message-header-format-alist): Add `From' in list
22855         so that it can be sorted.
22856         (message-fix-before-sending): Widen and sort headers before
22857         sending.
22858         (message-hide-headers): Use narrowing to hide headers by moving
22859         them to the top of the buffer and narrowing to the region
22860         underneath.
22861
22862 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22863
22864         * message.el (message-strip-forbidden-properties):
22865         Bind buffer-read-only (etc) to nil.
22866
22867 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22868
22869         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22870         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22871
22872 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22873
22874         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22875
22876 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22877
22878         * dns.el (query-dns): Use sit-for to time instead of
22879         accept-process-output, since that doesn't seem to work on udp
22880         sockets.
22881
22882 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22883
22884         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22885
22886 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22887
22888         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22889         doc string.  Improve doc string.
22890
22891 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22892
22893         * nntp.el (nntp-request-update-info): Return nil if
22894         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22895         may not call gnus-activate-group which uselessly issues the GROUP
22896         commands for all nntp groups and wastes time.  Reported by Romain
22897         Francoise <romain@orebokech.com>.
22898
22899         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22900
22901 2004-11-15  Simon Josefsson  <jas@extundo.com>
22902
22903         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22904         headers separately.
22905         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22906         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22907
22908 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22909
22910         * gnus-start.el (gnus-convert-old-newsrc):
22911         Assign legacy-gnus-agent to 5.10.7.
22912
22913 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22914
22915         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22916         start of the lines.
22917
22918 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22919
22920         * hashcash.el (hashcash-default-payment): Change default to 20.
22921         (hashcash-default-accept-payment): Change default to 20.
22922         (hashcash-process-alist): New variable.
22923         (hashcash-generate-payment-async): Add.
22924         (hashcash-already-paid-p): Add.
22925         (hashcash-insert-payment): Don't generate payments twice.
22926         (hashcash-insert-payment-async): Add.
22927         (hashcash-insert-payment-async-2): Add.
22928         (hashcash-cancel-async): Add.
22929         (hashcash-wait-async): Add.
22930         (hashcash-processes-running-p): Add.
22931         (hashcash-wait-or-cancel): Add.
22932         (mail-add-payment): New optional argument.  Conditionally start
22933         asynchronous calculation.
22934         (mail-add-payment-async): Add.
22935
22936         * message.el (message-send-mail): Wait for asynchronous hashcash
22937         results.  Don't clobber existing X-Hashcash headers.
22938         (message-setup-1): Call mail-add-payment-async when
22939         message-generate-hashcash is non-nil.
22940
22941 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22942
22943         * message.el (message-use-alternative-email-as-from): Examine the
22944         From header as well; use message-make-from in order to include a
22945         user's full name.
22946
22947 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22948
22949         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22950         default; improve customization type.
22951         (gnus-emphasis-custom-with-format): New macro.
22952         (gnus-emphasis-custom-value-to-external): New function.
22953         (gnus-emphasis-custom-value-to-internal): New function.
22954
22955 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22956
22957         * dns.el (query-dns): Resolve reverse addresses.
22958
22959 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22960
22961         * gnus-group.el (gnus-group-get-new-news): Use it.
22962
22963         * gnus-start.el (gnus-check-reasonable-setup): New function.
22964
22965 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22966
22967         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22968         "Args out of range" error.  Reported by Arnaud Giersch
22969         <arnaud.giersch@free.fr>.
22970
22971 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22972
22973         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22974
22975 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22976
22977         * spam.el (spam group): Add :version.
22978
22979         * pgg-def.el (pgg group): Add :version.
22980
22981 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22982
22983         * gnus-art.el (gnus-article-edit-article): Don't associate the
22984         article buffer with a draft file.  This is a temporary measure
22985         against the 2004-08-22 change to gnus-article-edit-mode.
22986
22987 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22988
22989         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22990         (html2text-format-tags): Remove unused variable `attr'.
22991
22992 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22993
22994         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22995
22996         * tls.el (tls-process-connection-type, tls-success)
22997         (tls-certtool-program): Add :version.
22998
22999         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23000         (starttls-extra-arguments, starttls-process-connection-type)
23001         (starttls-connect, starttls-failure, starttls-success): Add :version.
23002
23003         * spam-stat.el (spam-stat): Add :version.
23004
23005         * sieve.el (sieve): Add :version.
23006
23007         * sha1.el (sha1): Add :version.
23008         (sha1-use-external): Remove redundant version.
23009
23010         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23011         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23012         (nnmail-split-fancy-match-partial-words)
23013         (nnmail-split-lowercase-expanded): Add :version.
23014
23015         * nndiary.el (nndiary): Add :version.
23016
23017         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23018
23019         * mml-sec.el (mml-default-sign-method)
23020         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23021         Add :version.
23022
23023         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23024
23025         * mm-url.el (mm-url-use-external, mm-url-program)
23026         (mm-url-arguments): Add :version.
23027
23028         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23029         (mm-attachment-file-modes, mm-decrypt-option)
23030         (mm-w3m-safe-url-regexp): Add :version.
23031
23032         * message.el (message-cite-prefix-regexp)
23033         (message-sendmail-envelope-from, message-minibuffer-local-map)
23034         (message-user-fqdn, message-completion-alist): Add :version.
23035
23036         * gnus-win.el (gnus-configure-windows-hook)
23037         (gnus-use-frames-on-any-display): Add :version.
23038
23039         * gnus-art.el (gnus-article-address-banner-alist)
23040         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23041         (gnus-treat-from-picon, gnus-treat-mail-picon)
23042         (gnus-treat-x-pgp-sig): Add :version.
23043
23044         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23045         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23046         (gnus-summary-article-delete-hook)
23047         (gnus-summary-display-while-building): Add :version.
23048
23049         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23050         (gnus-get-top-new-news-hook): Add :version.
23051
23052         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23053         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23054
23055         * gnus-registry.el (gnus-registry): Add :version.
23056
23057         * gnus-spec.el (gnus-use-correct-string-widths)
23058         (gnus-make-format-preserve-properties): Add :version.
23059
23060         * gnus.el (gnus-group-charter-alist)
23061         (gnus-group-fetch-control-use-browse-url)
23062         (gnus-install-group-spam-parameters): Add :version.
23063
23064         * gnus-diary.el (gnus-diary): Add :version.
23065
23066         * gnus-delay.el (gnus-delay): Add :version.
23067
23068         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23069         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23070         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23071         Add :version.
23072
23073         * gnus-agent.el (gnus-agent-max-fetch-size)
23074         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23075         (gnus-agent-prompt-send-queue): Add :version.
23076
23077         * deuglify.el (gnus-outlook-deuglify): Add :version.
23078
23079         * html2text.el: Beautify code.  Improve doc strings.
23080         Some checkdoc cleanup.
23081         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23082
23083 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23084
23085         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23086
23087 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23088
23089         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23090         when package is loaded.
23091
23092         * spam.el (spam-summary-score-preferred-header): Add global preference
23093         for people who want to override the default SpamAssassin over
23094         Bogofilter preference (when both are set).
23095         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23096         (spam-user-format-function-S):
23097         Check spam-summary-score-preferred-header.
23098         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23099         (spam-user-format-function-S): Format the score correctly.
23100
23101 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23102
23103         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23104         signature file.  Suggested by Manoj Srivastava
23105         <srivasta@golden-gryphon.com>.
23106
23107         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23108         iso-2022-jp even in the Japanese language environment.
23109         Suggested by Jason Rumney <jasonr@gnu.org>.
23110
23111 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23112
23113         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23114         use the same characters as the dummy marks; make it free from
23115         getting affected by the language environment.
23116         (gnus-summary-read-group-1): Update mark positions only when the
23117         format spec is updated.
23118
23119         * gnus-spec.el (gnus-update-format-specifications): Return a list
23120         of updated types.
23121
23122 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23123
23124         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23125         of boundp to check if display-warning is available.
23126
23127 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
23128
23129         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
23130
23131 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23132
23133         * nnspool.el (nnspool-spool-directory): Use news-path if the
23134         news-directory variable is not bound.
23135
23136         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
23137         function instead of display-warning if it is not available.
23138
23139 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
23140
23141         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
23142         v5-10: Use `point-at-bol'.
23143
23144 2004-10-26  Simon Josefsson  <jas@extundo.com>
23145
23146         * hashcash.el: Fix URL in comment, reported by Cheng Gao
23147         <chenggao@gmail.com>.
23148
23149 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23150
23151         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
23152         instead.
23153
23154 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
23155
23156         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
23157         to remove a server from the nnimap-server-buffer-alist.
23158         (nnimap-open-connection, nnimap-close-server): Use it.
23159
23160         * gnus-encrypt.el: Remove file in favor of encrypt.el.
23161
23162 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23163
23164         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
23165         running the major-mode function.
23166
23167 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23168
23169         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
23170         dummy marks in the right way.
23171
23172 2004-10-18  David Edmondson  <dme@dme.org>
23173
23174         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
23175         excessively.
23176
23177 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
23178
23179         * gnus-util.el (gnus-split-references): Accept a nil references
23180         string and go on blissfully.
23181
23182         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
23183         cases where the references string is non-nil but has no references.
23184
23185         * encrypt.el: Add autoload tags.
23186
23187         * spam.el (spam-resolve-registrations-routine): Remove article
23188         from unregistration list too.  Reported by David Hanak
23189         <dhanak@isis.vanderbilt.edu>
23190
23191 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
23192
23193         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
23194         nil.  Change custom type.
23195
23196 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
23197
23198         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
23199
23200         * gnus-sum.el (gnus-summary-move-article): Use it.
23201
23202 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
23203
23204         * encrypt.el: Add autoload cookies.
23205
23206         * spam.el (spam-backend-article-list-property)
23207         (spam-backend-get-article-todo-list)
23208         (spam-backend-put-article-todo-list)
23209         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
23210         Resolve registrations separately.
23211         (spam-register-routine): Format comments.
23212         (spam-unregister-routine, spam-register-routine): Always call with
23213         specific-articles, no default list.
23214         (spam-summary-prepare-exit): Use the spam-classifications function.
23215
23216         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
23217         gnus-encrypt.el.
23218
23219         * encrypt.el: Copied from gnus-encrypt.el.
23220
23221         * gnus-encrypt.el: Commented that it's obsolete.
23222
23223 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23224
23225         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
23226         (gnus-score-save): Use it.
23227
23228         * message.el (message-bury): Use `window-dedicated-p'.
23229
23230 2004-10-15  Simon Josefsson  <jas@extundo.com>
23231
23232         * pop3.el (top-level): Don't require nnheader.
23233         (pop3-read-timeout): Add.
23234         (pop3-accept-process-output): Add.
23235         (pop3-read-response, pop3-retr): Use it.
23236
23237 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
23238
23239         * spam.el (spam-register-routine): Move comment.
23240         (spam-verify-bogofilter): Use 'unknown for the initial
23241         spam-bogofilter-valid state, not 'never.
23242
23243         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
23244         for netrc-machine.
23245
23246         * nnimap.el (nnimap-open-connection):
23247         Use netrc-machine-user-or-password.
23248
23249 2004-10-17  Richard M. Stallman  <rms@gnu.org>
23250
23251         * gnus-registry.el (gnus-registry-unload-hook):
23252         Set as a variable with add-hook.
23253
23254         * nnspool.el (nnspool-spool-directory): Use news-directory instead
23255         of news-path.
23256
23257         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
23258
23259         * spam.el: Delete duplicate `provide'.
23260         (spam-unload-hook): Set as a variable with add-hook.
23261
23262 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23263
23264         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
23265         in the doc string.
23266
23267         * message.el (message-ignored-news-headers)
23268         (message-ignored-supersedes-headers)
23269         (message-ignored-resent-headers)
23270         (message-forward-ignored-headers): Improve custom type.
23271
23272 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23273
23274         * message.el (message-tokenize-header): Fix 2004-09-06 change
23275         which used point-min in the wrong place.
23276
23277 2004-10-12  Simon Josefsson  <jas@extundo.com>
23278
23279         * tls.el (tls-certtool-program): New variable.
23280         (tls-certificate-information): New function, based on
23281         ssl-certificate-information.
23282
23283 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23284
23285         * compface.el: Move the version of ELisp-based uncompface program
23286         to the contrib directory because of the copyright problem.
23287
23288 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23289
23290         * message.el (message-kill-buffer): Raise the current frame.
23291
23292 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
23293
23294         * gnus-sum.el: Mention that multibyte characters don't work as marks.
23295
23296         * gnus.el (message-y-or-n-p): Autoload.
23297
23298         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
23299         (pop3-password-required, pop3-authentication-scheme)
23300         (pop3-leave-mail-on-server): Make customizable.
23301         (pop3): New custom group.
23302         (pop3-retr): Remove `sleep-for' statements.
23303         Suggested by Dave Love <fx@gnu.org>.
23304
23305         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
23306         Windows/DOS.
23307
23308         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23309         (imap-parse-body): Fix incorrect use of `assert'.
23310         Suggested by Dave Love <fx@gnu.org>.
23311
23312         * mml.el (mml-minibuffer-read-disposition): Require match.
23313         Suggested by Dave Love <fx@gnu.org>.
23314
23315 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
23316
23317         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
23318         doc string.
23319
23320 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23321
23322         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
23323
23324 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23325
23326         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
23327         instead of calling `mm-insert-inline', to decode text/* parts
23328         before displaying them.
23329
23330 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23331
23332         * mm-uu.el (mm-uu-text-plain-type): New variable.
23333         (mm-uu-pgp-signed-extract-1): Use it.
23334         (mm-uu-pgp-encrypted-extract-1): Use it.
23335         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
23336         bind mm-uu-text-plain-type with that value.
23337         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
23338         mm-uu-dissect.
23339
23340 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23341
23342         * gnus-group.el (gnus-update-group-mark-positions):
23343         * gnus-sum.el (gnus-update-summary-mark-positions):
23344         * message.el (message-check-news-body-syntax):
23345         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
23346         of string-as-multibyte.
23347
23348 2004-10-05  Juri Linkov  <juri@jurta.org>
23349
23350         * gnus-group.el (gnus-update-group-mark-positions):
23351         * gnus-sum.el (gnus-update-summary-mark-positions):
23352         * message.el (message-check-news-body-syntax):
23353         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
23354         8-bit unibyte values to a multibyte string for search functions.
23355
23356 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23357
23358         * mm-uu.el (mm-uu-dissect): Allow optional arg.
23359         (mm-uu-dissect-text-parts): New function.
23360
23361         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
23362         dissect text parts.
23363
23364         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
23365         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
23366
23367         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
23368
23369         * gnus-topic.el (gnus-topic-hierarchical-parameters):
23370         Use gnus-current-topics instead of gnus-current-topic.
23371
23372 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
23373
23374         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
23375
23376 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
23377
23378         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
23379         where appropriate.
23380
23381         * nnml.el (nnml-generate-active-info): do.
23382
23383         * nndiary.el (nndiary-generate-active-info): do.
23384
23385         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
23386         (gnus-topic-move): do.
23387
23388         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
23389         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
23390
23391         * gnus-srvr.el (gnus-server-prepare)
23392         (gnus-server-open-all-servers): do.
23393
23394         * gnus-msg.el (gnus-summary-cancel-article)
23395         (gnus-summary-resend-message)
23396         (gnus-summary-mail-crosspost-complaint): do.
23397
23398         * gnus-move.el (gnus-change-server): do.
23399
23400         * gnus-group.el (gnus-group-unmark-all-groups)
23401         (gnus-group-set-current-level): do.
23402
23403 2004-10-04  Simon Josefsson  <jas@extundo.com>
23404
23405         * message.el (message-generate-hashcash): Doc fix.
23406
23407 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
23408
23409         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
23410         avoid infinite recursion via gnus-get-function.
23411
23412 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
23413
23414         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
23415
23416         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
23417
23418         * nnmail.el (nnmail-split-history): do.
23419
23420         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
23421         (nnml-request-delete-group): do.
23422
23423         * nnslashdot.el (nnslashdot-read-groups): do.
23424
23425         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
23426         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
23427
23428         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
23429         (nnspool-sift-nov-with-sed): Use last.
23430         (nnspool-retrieve-headers-with-nov): Use mapc.
23431         (nnspool-request-newgroups): Use dolist.
23432         (nnspool-request-group): Use last.
23433
23434         * nntp.el (nntp-read-server-type): Use dolist.
23435
23436         * nnvirtual.el (nnvirtual-create-mapping)
23437         (nnvirtual-update-read-and-marked): Use dolist.
23438         (nnvirtual-convert-headers): Simplify.
23439
23440 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23441
23442         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23443         Add support for sync'ing tick marks.
23444
23445 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23446
23447         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23448         there's no visible header.
23449
23450 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23451
23452         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23453         When necessary, pass full group name to gnus-request-set-marks.
23454
23455 2004-10-01  Simon Josefsson  <jas@extundo.com>
23456
23457         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23458         acroread.
23459
23460 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23461
23462         * spam-report.el (spam-report-gmane): Fix interactive.
23463
23464         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23465
23466         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23467         when writing file.
23468         (gnus-agent-synchronize-flags): Don't default to being
23469         interactive.
23470
23471 2004-09-30  Simon Josefsson  <jas@extundo.com>
23472
23473         * message.el (message-generate-hashcash): Add.
23474         (message-send-mail): Use it, call mail-add-payment.
23475
23476 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23477
23478         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23479
23480 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23481
23482         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23483         gnus-requst-update-info with explicit code to sync the in-memory
23484         info read flags with the marks being sync'd to the backend.
23485
23486         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23487
23488 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23489
23490         * spam.el (spam-verify-bogofilter): Add new function.
23491         (spam-check-bogofilter)
23492         (spam-bogofilter-register-with-bogofilter): Use it.
23493         (spam-verify-bogofilter): Add small fixes.
23494
23495 2004-09-28  Simon Josefsson  <jas@extundo.com>
23496
23497         * hashcash.el (hashcash-generate-payment): Revert.
23498
23499 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23500
23501         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23502         Use gnus-extract-references instead of gnus-split-references.
23503
23504         * gnus-util.el (gnus-extract-references): Add new function, analogous
23505         to gnus-split-references but extracts only the message-ID without
23506         anything extra.
23507
23508         * hashcash.el (hashcash-generate-payment)
23509         (hashcash-check-payment): Do the right thing if hashcash-path is
23510         nil (because the hashcash program could not be found).
23511
23512         * spam.el (spam-use-hashcash): Remove comment.
23513
23514 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23515
23516         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23517         (gnus-cache-enter-article, gnus-cache-remove-article)
23518         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23519
23520         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23521
23522         * gnus-art.el (article-hide-boring-headers)
23523         (article-translate-strings, article-display-face)
23524         (gnus-article-mime-match-handle-first)
23525         (gnus-article-highlight-headers)
23526         (gnus-article-add-buttons-to-head): do.
23527
23528 2004-09-27  Simon Josefsson  <jas@extundo.com>
23529
23530         * hashcash.el: New version, from
23531         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23532         ../contrib/.
23533
23534 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23535
23536         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23537
23538 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23539
23540         * gnus-dup.el (gnus-dup-open): Use mapc.
23541         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23542
23543         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23544         Reported by Stefan Wiens <s.wi@gmx.net>.
23545
23546         * gnus.el (gnus-shutdown): Use dolist.
23547
23548         * gnus-undo.el (gnus-undo): Use mapc.
23549
23550         * nnrss.el (nnrss-generate-active): do.
23551
23552         * message.el (message-cite-original-without-signature)
23553         (message-cite-original): Use mapc.
23554         (message-do-actions, message-make-forward-subject): Use dolist.
23555
23556 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23557
23558         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23559         deletion to remove entire duplicate line.  Fixes merged article
23560         number bug.
23561
23562 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23563
23564         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23565         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23566         first ask if you want to open a server and then, even when you
23567         responded with no, asking if you want to synchronize the server's
23568         flags.
23569         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23570         multi-line expressions.
23571         (gnus-agent-synchronize-group-flags): New internal function.
23572         Updates marks in memory (in the info structure) AND in the
23573         backend.
23574
23575         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23576
23577         * nnagent.el (nnagent-request-set-mark):
23578         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23579         method, to ensure that synchronization updates marks in the
23580         backend and in the info (in memory) structure.
23581
23582 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23583
23584         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23585         convention fully; don't miss the root article of a thread; make
23586         the X-Draft-From header with correct article numbers.
23587
23588 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23589
23590         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23591         unless plugged.  Disable the agent so that an open failure causes
23592         an error.
23593
23594         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23595         Revert 2004-09-21 change.  The backend must be opened while
23596         synchronizing flags even when the backend stores the flags
23597         locally.
23598
23599 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23600
23601         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23602         in `header' match.  Reported by Svend Tollak Munkejord.
23603
23604         * message.el (message-cite-original): Fix use of
23605         `message-cite-articles-with-x-no-archive'.
23606
23607 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23608
23609         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23610         (gnus-window-to-buffer): Ditto.
23611
23612         * mml.el (mml-preview-buffer): New variable.
23613         (mml-preview): Manage window layout with gnus-buffer-configuration.
23614
23615         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23616         X-Draft-From header even if those articles aren't quoted.
23617
23618 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23619
23620         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23621         (gnus-request-set-mark, gnus-request-update-mark): Use new
23622         g-s-t-u-l-m to decide to use backend even when unplugged.
23623
23624 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23625
23626         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23627         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23628
23629 2004-09-20  Simon Josefsson  <jas@extundo.com>
23630
23631         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23632         "utf-16-le".
23633
23634 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23635
23636         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23637
23638 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23639
23640         * uudecode.el (uudecode-use-external): Add :version.
23641
23642         * smime.el (smime-CA-file, smime-encrypt-cipher)
23643         (smime-dns-server): Add :version.
23644
23645         * smiley.el (gnus-smiley-file-types): Add :version.
23646
23647         * sha1.el (sha1-use-external): Add :version.
23648
23649         * pgg-def.el (pgg-query-keyserver): Add :version.
23650
23651         * nnmail.el (nnmail-fancy-expiry-targets)
23652         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23653         Add :version.
23654
23655         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23656         (nnimap-retrieve-groups-asynchronous): Add :version.
23657         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23658
23659         * mml.el (mml-content-disposition-parameters)
23660         (mml-insert-mime-headers-always): Add :version.
23661
23662         * mm-util.el (mm-coding-system-priorities): Add :version.
23663
23664         * mm-decode.el (mm-inline-text-html-with-images)
23665         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23666         (mm-verify-option): Add :version.
23667         (mm-text-html-renderer): Change :version.
23668
23669         * message.el (message-fcc-externalize-attachments)
23670         (message-required-headers, message-draft-headers)
23671         (message-subject-trailing-was-query)
23672         (message-subject-trailing-was-ask-regexp)
23673         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23674         (message-mark-insert-end, message-archive-header)
23675         (message-archive-note, message-cross-post-default)
23676         (message-cross-post-note, message-followup-to-note)
23677         (message-cross-post-note-function, message-use-mail-followup-to)
23678         (message-subscribed-address-functions)
23679         (message-subscribed-address-file, message-subscribed-addresses)
23680         (message-subscribed-regexps, message-allow-no-recipients)
23681         (message-yank-cited-prefix, message-signature-insert-empty-line)
23682         (message-hidden-headers, message-hierarchical-addresses)
23683         (message-mail-user-agent, message-use-idna)
23684         (message-valid-fqdn-regexp)
23685         (message-strip-special-text-properties, message-header-synonyms)
23686         (message-beginning-of-line, message-tab-body-function): Add :version.
23687         (message-insert-canlock, message-wide-reply-confirm-recipients):
23688         Change :version.
23689
23690         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23691         and :version.
23692         (mail-source-delete-old-incoming-confirm)
23693         (mail-source-movemail-program): Add :version.
23694
23695         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23696         (gnus-agent-cache, gnus-agent): Change :version.
23697
23698         * gnus-util.el (gnus-use-byte-compile): Change :version.
23699
23700         * gnus-sum.el (gnus-summary-make-false-root-always)
23701         (gnus-summary-default-high-score)
23702         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23703         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23704         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23705         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23706         (gnus-sum-thread-tree-single-indent)
23707         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23708         (gnus-sum-thread-tree-leaf-with-other)
23709         (gnus-sum-thread-tree-single-leaf): Add :version.
23710         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23711         (gnus-article-loose-mime): Change :version.
23712
23713         * gnus-start.el (gnus-backup-startup-file)
23714         (gnus-save-startup-file-via-temp-buffer): Add :version.
23715
23716         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23717         (gnus-server-offline-face): Add :version.
23718
23719         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23720
23721         * gnus-msg.el (gnus-gcc-externalize-attachments)
23722         (gnus-debug-files, gnus-debug-exclude-variables)
23723         (gnus-discouraged-post-methods): Change :version.
23724         (gnus-confirm-mail-reply-to-news)
23725         (gnus-confirm-treat-mail-like-news): Add :version.
23726
23727         * gnus-int.el (gnus-server-unopen-status): Add :version.
23728
23729         * gnus-group.el (gnus-group-jump-to-group-prompt)
23730         (gnus-large-ephemeral-newsgroup)
23731         (gnus-fetch-old-ephemeral-headers): Add :version.
23732
23733         * gnus-fun.el (gnus-x-face-directory)
23734         (gnus-convert-pbm-to-x-face-command)
23735         (gnus-convert-image-to-x-face-command)
23736         (gnus-convert-image-to-face-command): Add :version.
23737
23738         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23739
23740         * gnus-cite.el (gnus-cite-blank-line-after-header)
23741         (gnus-article-boring-faces): Add :version.
23742
23743         * gnus-art.el (gnus-buttonized-mime-types)
23744         (gnus-inhibit-mime-unbuttonizing)
23745         (gnus-treat-display-face)
23746         (gnus-treat-body-boundary): Change :version.
23747         (gnus-body-boundary-delimiter, gnus-picon-databases)
23748         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23749         (gnus-treat-date-english, gnus-treat-fold-headers)
23750         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23751         (gnus-treat-mail-picon, gnus-treat-wash-html)
23752         (gnus-article-encrypt-protocol)
23753         (gnus-use-idna, gnus-article-over-scroll)
23754         (gnus-mime-display-multipart-alternative-as-mixed)
23755         (gnus-mime-display-multipart-related-as-mixed)
23756         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23757         (gnus-ctan-url, gnus-button-ctan-handler)
23758         (gnus-button-handle-ctan-bogus-regexp)
23759         (gnus-button-ctan-directory-regexp)
23760         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23761         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23762         (gnus-button-man-level, gnus-button-emacs-level)
23763         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23764
23765         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23766         (gnus-agent-go-online): Change :version.
23767         (gnus-agent-expire-unagentized-dirs)
23768         (gnus-agent-auto-agentize-methods): Add :version.
23769
23770         * flow-fill.el (fill-flowed-display-column)
23771         (fill-flowed-encode-column): Add :version.
23772
23773         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23774         (gnus-outlook-deuglify-unwrap-max)
23775         (gnus-outlook-deuglify-cite-marks)
23776         (gnus-outlook-deuglify-unwrap-stop-chars)
23777         (gnus-outlook-deuglify-no-wrap-chars)
23778         (gnus-outlook-deuglify-attrib-cut-regexp)
23779         (gnus-outlook-deuglify-attrib-verb-regexp)
23780         (gnus-outlook-deuglify-attrib-end-regexp)
23781         (gnus-outlook-display-hook): Add :version.
23782
23783         * binhex.el (binhex-use-external): Add :version.
23784
23785 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23786
23787         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23788         and `invisible'.
23789
23790 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23791
23792         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23793         in gnus-registry-trim.
23794
23795 2004-09-13  Simon Josefsson  <jas@extundo.com>
23796
23797         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23798
23799         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23800
23801         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23802         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23803         <yamaoka@jpl.org>.
23804         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23805         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23806         <yamaoka@jpl.org>.
23807
23808         * sieve.el (sieve-manage-mode): Ditto.
23809
23810 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23811
23812         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23813
23814 2004-09-11  Simon Josefsson  <jas@extundo.com>
23815
23816         * dns-mode.el: Add.
23817
23818         * mm-view.el (mm-display-dns-inline): Add.
23819
23820         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23821         (mm-automatic-display): Ditto.
23822
23823         * mailcap.el (mailcap-mime-data): Add text/dns.
23824         (mailcap-mime-extensions): Map .soa to text/dns.
23825
23826 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23827
23828         * gnus-art.el (article-decode-mime-words, article-babel)
23829         (gnus-article-highlight-signature, gnus-article-add-buttons)
23830         (gnus-signature-toggle): Remove unnecessary bindings of
23831         `inhibit-read-only' inherited from v5.10 merge.
23832
23833 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23834
23835         * nntp.el (nntp): New customization group.
23836         (nntp-authinfo-file): Add customization group.
23837
23838         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23839
23840         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23841
23842         * gnus.el (to-address, to-list, subscribed)
23843         (large-newsgroup-initial): Ditto.
23844
23845         * flow-fill.el (fill-flowed-display-column)
23846         (fill-flowed-encode-column): Ditto.
23847
23848 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23849
23850         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23851         Use point-min rather than 1.
23852         (message-send-mail): Use buffer-size rather than point-max.
23853
23854         * gnus-sum.el (gnus-summary-search-article-forward):
23855         Signal a specific `search-failed' rather than a generic `error'.
23856
23857         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23858         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23859         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23860
23861 2004-09-10  Simon Josefsson  <jas@extundo.com>
23862
23863         * nndb.el (require): Remove tcp and duplicate cl.
23864
23865 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23866
23867         * gnus-agent.el (directory-files-and-attributes): Move forward.
23868
23869 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23870
23871         * gnus-agent.el (directory-files-and-attributes):
23872         Optionally defined to support XEmacs.
23873
23874 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23875
23876         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23877         to avoid run-time CL dependencies.
23878         (gnus-agent-unfetch-articles): New function.
23879         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23880         article numbers even when local .overview file is missing.
23881         (gnus-agent-read-article-number): New function.  Only accepts
23882         27-bit article numbers.
23883         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23884         Use gnus-agent-read-article-number.
23885         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23886         from backend while recognizing that article numbers in .overview
23887         must be valid.
23888         (gnus-agent-update-files-total-fetched-for):
23889         Use directory-files-and-attributes to improve performance.
23890         * gnus-int.el (gnus-request-move-article):
23891         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23892         improve performance.
23893
23894         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23895         some users confused by references to .newsrc when they only have a
23896         .newsrc.eld file.
23897         (gnus-convert-mark-converter-prompt)
23898         (gnus-convert-converter-needs-prompt): Fix use of property list.
23899         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23900         New function.  Used internally to only display 'gnus converting
23901         files' message when actually necessary.
23902
23903         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23904         methods now autoloaded.
23905
23906 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23907
23908         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23909         identifiers.
23910
23911 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23912
23913         * gnus-picon.el: Fix indentation and closing parenthesis.
23914
23915 2004-09-01  Simon Josefsson  <jas@extundo.com>
23916
23917         * message.el (message-canlock-generate): Require sha1, not
23918         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23919         to require within a function.  Sadly, if sha1.el isn't loaded, the
23920         let binding in m-c-g will hide the defcustom definition, which is
23921         bad.)
23922
23923         * canlock.el: Require sha1, not sha1-el.
23924
23925         * message.el: Don't autoload sha1 (there is a autoload cookie in
23926         sha1.el).
23927
23928         * sha1-el.el: Rename to sha1.el.
23929
23930 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23931
23932         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23933
23934 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23935
23936         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23937
23938 2004-08-30  Kim F. Storm  <storm@cua.dk>
23939
23940         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23941
23942         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23943         Add :group 'nnimap.
23944
23945 2004-08-30  Andreas Schwab  <schwab@suse.de>
23946
23947         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23948         ?* and ?\;.
23949
23950         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23951         and ?\' to symbol instead of whitespace.
23952
23953 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23954
23955         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23956
23957         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23958         instead of re-search-forward.
23959
23960         * gnus-uu.el (gnus-uu-save-article): Ditto.
23961         (gnus-uu-post-encode-uuencode): Ditto.
23962
23963         * html2text.el (html2text-clean-list-items): Ditto.
23964         (html2text-clean-dtdd): Ditto.
23965         (html2text-format-tags): Ditto.
23966
23967         * message.el (message-send-mail-with-sendmail): Fix regexp.
23968         (message-fill-field-general): Use search-forward instead of
23969         re-search-forward.
23970         (unbold-region): Ditto.
23971
23972         * nnrss.el (nnrss-request-article): Ditto.
23973
23974         * nnslashdot.el (nnslashdot-request-article): Ditto.
23975
23976         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23977
23978         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23979         "Unrecognized menu descriptor" error in XEmacs.
23980
23981 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23982
23983         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23984         parent article of a sparse article in the thread hashtb.
23985
23986 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23987
23988         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23989         (nnmail-expand-newtext): Lowercase expanded entries if
23990         nnmail-split-lowercase-expanded is non-nil.
23991
23992 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23993
23994         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23995
23996         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23997         of gnus-tmp-news-method into string under XEmacs.  It will be
23998         passed to gnus-correct-length which takes only a string argument.
23999
24000 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24001
24002         * gnus-util.el (gnus-bind-print-variables): New macro.
24003         (gnus-prin1): Use it.
24004         (gnus-prin1-to-string): Use it.
24005         (gnus-pp): New function.
24006         (gnus-pp-to-string): New function.
24007
24008         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24009         Replace pp-to-string with gnus-pp-to-string.
24010         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24011         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24012         * gnus-msg.el (gnus-debug): Ditto.
24013         * gnus-score.el (gnus-score-save): Ditto.
24014         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24015         gnus-pp-to-string.
24016         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24017         with gnus-pp.
24018         * score-mode.el (gnus-score-pretty-print): Ditto.
24019         * webmail.el (webmail-debug): Ditto.
24020
24021 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24022
24023         * gnus-art.el (article-display-face, article-display-x-face):
24024         Use buffer-read-only.
24025
24026 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24027
24028         * gnus-art.el (article-hide-list-identifiers):
24029         Bind inhibit-read-only as t.
24030
24031 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24032
24033         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24034
24035 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24036
24037         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24038         (gnus-narrow-to-page): Don't assume point-min == 1.
24039         (gnus-article-edit-mode): Derive from message-mode.
24040
24041         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24042         point-min == 1.
24043
24044         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24045         Disable incorrect use of `assert'.
24046
24047         * message.el (message-mode): Set comment-start-skip.
24048
24049
24050 2004-08-22  Sam Steingold  <sds@gnu.org>
24051
24052         * pop3.el (pop3-leave-mail-on-server): New user variable.
24053         (pop3-movemail): Delete mail only when it is nil.
24054
24055 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24056
24057         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24058
24059         * mml.el (mml-preview): Use `pop-to-buffer'.
24060
24061         * message.el (message-goto-mail-followup-to): Insert after "To".
24062         (message-carefully-insert-headers): Add comment.
24063
24064         * gnus.el: Remove unused variable `gnus-article-check-size'.
24065
24066         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24067
24068         * gnus-art.el (gnus-button-alist):
24069         Improve `gnus-button-handle-library' entry.
24070
24071 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24072
24073         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24074         Use downcase, since XEmacs capitalizes error messages differently.
24075
24076 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24077
24078         * nntp.el: Add (require 'gnus) due to reference to
24079         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24080
24081 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24082
24083         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24084         Bind `mm-fill-flowed'.
24085
24086         * mm-decode.el (mm-dissect-singlepart): Check it.
24087
24088 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24089
24090         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24091         'imap' for netrc parsing.
24092
24093 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24094
24095         * mailcap.el (mailcap-mime-data): Mark as risky.
24096
24097 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24098
24099         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24100         may be included in the encoded word.
24101         (rfc2047-encode): Don't append a space if the encoded word
24102         includes close parenthesis.
24103
24104 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24105
24106         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24107         of text within parentheses.
24108
24109 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24110
24111         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24112         (gnus-encrypt-write-file-contents): Make the password key the file
24113         name PLUS the cipher, not just the cipher.  Also remove failed
24114         passwords from the cache.
24115
24116 2004-08-06  Simon Josefsson  <jas@extundo.com>
24117
24118         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24119         Doc fix.
24120
24121 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24122
24123         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24124         LWSP.
24125
24126 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24127
24128         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24129         Try to append in-reply-to: data to the references: header.
24130
24131         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
24132         (netrc-parse): Use gnus-encrypt.el functions.
24133
24134         * gnus-encrypt.el: Add new file for encryption support; currently
24135         does only a few GPG ciphers and an internal XOR cipher.
24136
24137         * password.el: Add comments on using password-read-and-add.
24138         (password-read-and-add): Add function to read and add the
24139         password to the cache at once.
24140
24141 2004-07-28  Simon Josefsson  <jas@extundo.com>
24142
24143         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
24144         parameter (but don't use it, for now).
24145
24146         * imap.el (imap-ssl-open): Use imap-process-connection-type,
24147         instead of hard coding to nil.
24148
24149 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24150
24151         * mm-view.el (mm-inline-image-emacs): Open lines under an image
24152         as mm-inline-image-xemacs does.
24153
24154 2004-07-26  Simon Josefsson  <jas@extundo.com>
24155
24156         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
24157         Revert part of 2004-07-17 change below.
24158
24159 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24160
24161         * rfc2047.el (rfc2047-encode-region): Don't infloop.
24162         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24163
24164 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24165
24166         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
24167         quotes that actually start with ">" at the beginning of the
24168         lines.
24169
24170 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24171
24172         * rfc2047.el (rfc2047-encode-region): Fix last change.
24173         (rfc2047-encode-parameter): Remove useless concat.
24174
24175 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24176
24177         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
24178         encode special characters; fix some kind of misconfigured headers;
24179         signal a real error if debug-on-quit or debug-on-error is non-nil.
24180         (rfc2047-encode-max-chars): New variable.
24181         (rfc2047-encode-1): Use it.
24182         (rfc2047-encode-parameter): New function.
24183
24184         * mml.el (mml-insert-parameter): Remove an excessive space.
24185
24186 2004-07-17  Simon Josefsson  <jas@extundo.com>
24187
24188         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
24189         Kai Grossjohann <kai@emptydomain.de>.
24190         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
24191         (gnus-group-make-menu-bar): Ditto.
24192
24193         * gnus-util.el (gnus-group-server): Add.
24194
24195 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
24196
24197         * message.el (message-clone-locals): Clone sendmail and smtp
24198         variables.
24199
24200 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24201
24202         * rfc2047.el (rfc2047-encode-region): Fix last change.
24203
24204 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24205
24206         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
24207         characters as non-special.
24208
24209 2004-07-09  Simon Josefsson  <jas@extundo.com>
24210
24211         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
24212         Users will lose all flag changes made while unplugged with
24213         e.g. nntp unless flag synchronization happens, thus `nil' is not a
24214         good default.  See numerous reports on ding mailing list.
24215
24216 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24217
24218         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
24219         add generate-head-function and generate-article-function to the
24220         rfc822-forward entry.
24221         (nndoc-rfc822-forward-generate-article): New function.
24222         (nndoc-rfc822-forward-generate-head): New function.
24223
24224         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
24225
24226 2004-07-06  Dan Christensen  <jdc@uwo.ca>
24227
24228         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
24229         respect display group parameter and gnus-summary-expunge-below.
24230         (gnus-articles-to-read): Remove unused reference to display group
24231         parameter.
24232
24233 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24234
24235         * nnheader.el (nnheader-uniquify-message-id): New experimental
24236         variable.
24237         (nnheader-nov-read-message-id): Use it.
24238
24239         * spam-report.el (spam-report-gmane): Add interactive.
24240
24241 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24242
24243         * mm-encode.el (mm-content-transfer-encoding-defaults):
24244         Use qp-or-base64 for the application/* types.
24245
24246 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
24247
24248         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
24249
24250 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
24251
24252         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
24253         trim value.
24254
24255 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24256
24257         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
24258         New macro and function.
24259         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
24260
24261 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24262
24263         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
24264         after-load-alist.
24265
24266 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24267
24268         * gnus-group.el (gnus-group-get-new-news-this-group):
24269         Don't update info that isn't there.
24270
24271 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
24272
24273         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
24274         entry.
24275
24276 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24277
24278         * mm-view.el (mm-inline-render-with-function): Use multibyte
24279         buffer; decode html source by charset.
24280
24281         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
24282
24283         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
24284         Mule-UCS is loaded under XEmacs.
24285         (mm-mime-mule-charset-alist): Avoid duplicated entries.
24286
24287 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
24288
24289         * nnheader.el (nnheader-max-head-length): Increase to 8192.
24290
24291 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24292
24293         * mm-util.el (mm-coding-system-p): Return a coding-system.
24294         (mm-mime-mule-charset-alist): Use shift_jis instead of
24295         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
24296         entries for the mime charsets iso-2022-jp-3 and shift_jis.
24297         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
24298         instead of japanese-shift-jis and iso-latin-1 respectively in
24299         order to share the default value with both Emacs and XEmacs-mule.
24300         (mm-mule-charset-to-mime-charset):
24301         Make mm-coding-system-priorities effective.
24302         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
24303         while predicating of candidates upon the priorities.
24304
24305 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
24306
24307         * gnus-sum.el (gnus-summary-make-menu-bar):
24308         Add gnus-uu-invert-processable.
24309
24310         * gnus.el: Autoload gnus-uu-invert-processable.
24311
24312 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24313
24314         * mm-util.el (mm-with-multibyte-buffer): New macro.
24315
24316         * rfc2047.el (rfc2047-encode-string): Use it.
24317         (rfc2047-encode-region): Move point to the end of the region after
24318         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
24319
24320 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24321
24322         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
24323         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
24324
24325 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24326
24327         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
24328         (gnus-cite-parse): Ignore quoted envelope From_.
24329         Suggested by Karl Chen <quarl@nospam.quarl.org>.
24330
24331 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
24332
24333         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
24334         invalid addresses.
24335
24336 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
24337
24338         * spam.el: Change section markers, revise TODO list.
24339         (spam-backends): Make new master list of all installed backends.
24340         (spam-summary-exit-behavior): Add new variable to determine how
24341         messages moves are done at summary exit.
24342         (spam-move-spam-nonspam-groups-only)
24343         (spam-process-ham-in-nonham-groups)
24344         (spam-process-ham-in-spam-groups): Remove variables, the
24345         spam-summary-exit-behavior variable should be used to manage this
24346         behavior.
24347         (spam-old-ham-articles, spam-old-spam-articles): Remove.
24348         (spam-old-articles): Add variable, replacing spam-old-ham-articles
24349         and spam-old-spam-articles.
24350         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
24351         Add empty variables, placeholders for the backends they represent.
24352         (spam-set-difference): Move, unchanged.
24353         (spam-list-of-processors): Declare OBSOLETE, not used anymore
24354         unless the user has a processor variable.
24355         (spam-classifications, spam-classification-valid-p)
24356         (spam-backend-properties, spam-backend-property-valid-p)
24357         (spam-backend-function-type-valid-p)
24358         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
24359         (spam-report-articles-gmane, spam-report-articles-resend):
24360         Remove functions, they are not needed.
24361         (spam-install-backend-super, spam-backend-list)
24362         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
24363         (spam-backend-function, spam-backend-ham-registration-function)
24364         (spam-backend-spam-registration-function)
24365         (spam-backend-ham-unregistration-function)
24366         (spam-backend-spam-unregistration-function)
24367         (spam-backend-statistical-p, spam-backend-mover-p)
24368         (spam-install-backend-alias, spam-install-checkonly-backend)
24369         (spam-install-mover-backend, spam-install-nocheck-backend)
24370         (spam-install-backend, spam-install-statistical-backend)
24371         (spam-install-statistical-checkonly-backend): Add backend installation
24372         support.
24373         (spam-summary-prepare-exit): Rewrite to use the new backend code.
24374         (spam-group-processor-p): Use the new backend code and respect the
24375         summary exit behavior.
24376         (spam-mark-spam-as-expired-and-move-routine): Remove.
24377         (spam-summary-prepare): Change to use the new spam-old-articles
24378         variable.
24379         (spam-copy-or-move-routine, spam-copy-spam-routine)
24380         (spam-move-spam-routine, spam-copy-ham-routine)
24381         (spam-move-ham-routine): Add code to copy/move ham or spam.
24382         (spam-fetch-field-fast): Improve doc and code, plus allow the
24383         'number request.
24384         (spam-list-of-checks, spam-list-of-statistical-checks):
24385         Remove variables.
24386         (spam-split, spam-find-spam): Use the new backend code.
24387         (spam-registration-functions): Remove variable.
24388         (spam-unregister-routine): Add convenience wrapper.
24389         (spam-log-undo-registration, spam-register-routine)
24390         (spam-log-processing-to-registry)
24391         (spam-log-unregistration-needed-p): Rename "check" to "backend"
24392         where possible.
24393         (spam-check-gmane-xref, spam-check-regex-headers)
24394         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
24395         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
24396         (spam-check-bogofilter-headers, spam-check-spamoracle)
24397         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
24398         (spam-check-crm114-headers): Use the spam-split-group that
24399         spam-split prepares, no need to determine it every time.
24400
24401         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
24402         to the nnheader-parse-naked-head call.
24403
24404         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
24405
24406         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
24407         the nnheader-nov-read-message-id call.
24408
24409 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24410
24411         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
24412         gnus-activate-group twice.  Suggested by Markus Peter
24413         <warp@spin.de>.
24414
24415 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24416
24417         * gnus-art.el (gnus-article-time-format): Exchange the order of
24418         day and month in the default value; fix customization type.
24419         (article-date-ut): Use add-text-properties.
24420         (article-make-date-line): Use message-make-date instead of
24421         current-time-string.
24422
24423         * message.el (message-fetch-field): Don't use set-text-properties.
24424         (message-make-date): Simplify.
24425
24426         * messagexmas.el (message-xmas-make-date): New function.
24427         (message-xmas-redefine): Defalias message-make-date to it.
24428
24429 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24430
24431         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
24432         (rfc2047-encode-region): Treat text within parentheses as special;
24433         show the original text when error has occurred.
24434
24435         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
24436         already-computed method to gnus-activate-group.
24437
24438         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
24439         same select-methods identical Lisp objects.
24440
24441         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
24442         object when modifying the info.
24443
24444 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24445
24446         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24447         gnus-opened-servers since it has never been opened with the new
24448         configuration yet.
24449
24450 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24451
24452         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24453         arg to nnheader-generate-fake-message-id.
24454
24455 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24456
24457         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24458         number and build a fake message ID localized to a group and
24459         article number (so it's repeatable from that point on).
24460         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24461         ID format.
24462
24463         * gnus-sum.el (gnus-get-newsgroup-headers):
24464         Call nnheader-generate-fake-message-id with the article number.
24465
24466 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24467
24468         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24469         end-of-buffer.
24470
24471 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24472
24473         * message.el (message-ignored-supersedes-headers): Add Approved.
24474
24475 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24476
24477         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24478         goto-char.
24479         (rfc2047-encode): Fold the line before encoding.
24480
24481 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24482
24483         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24484         folding -- not all headers can be folded, and this should be done
24485         by the message composition mode.  Probably.  I think.
24486
24487 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24488
24489         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24490         fast.
24491
24492         * gnus-ems.el (gnus-remove-image): Don't use
24493         message-text-with-property; remove only the image found first.
24494
24495         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
24496         found first.
24497
24498 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24499
24500         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24501
24502 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24503
24504         * message.el (message-text-with-property): Make it fast and accept
24505         optional arguments.
24506         (message-strip-forbidden-properties): Use it.
24507         (message-fix-before-sending): Follow the m-t-w-p change.
24508
24509         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24510
24511 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24512
24513         * gnus-art.el (article-hide-headers): Don't change the buffer
24514         mistakenly when performing mml-preview even if
24515         gnus-single-article-buffer is nil.
24516
24517 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24518
24519         * message.el (message-expand-name-databases): New user option.
24520         (message-expand-name): Use it.
24521
24522 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24523
24524         * spam.el (spam-report-articles-resend)
24525         (spam-report-resend-register-routine): Allow ham reporting.
24526         (spam-report-resend-register-ham-routine): Add wrapper.
24527         (spam-registration-functions): Add ham resending functions.
24528         (spam-list-of-processors): Add ham resend processor.
24529
24530         * gnus.el (ham-resend-to): Add new group parameter.
24531         (spam-process): Add ham resend option.
24532
24533         * spam-report.el (spam-report-resend): Allow reporting ham.
24534         (spam-report-resend-ham): Add wrapper.
24535
24536 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24537
24538         * message.el (message-cite-articles-with-x-no-archive):
24539         New variable.
24540         (message-cite-original): Use it.
24541
24542 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24543
24544         * message.el (message-cite-original): Respect X-No-Archive.
24545
24546 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24547
24548         * gnus-art.el (article-hide-headers): Refer to the values for
24549         gnus-ignored-headers and gnus-visible-headers in the summary
24550         buffer since a user may have set them as group parameters.
24551
24552 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24553
24554         * assistant.el (assistant-node-name): Add convenience function.
24555         (assistant-render-text, assistant-render-node): Add error handling,
24556         plus handle multiple next nodes.
24557         (assistant-find-next-node): Comment out for now.
24558         (assistant-find-next-nodes): Add function, returns list of next
24559         nodes.
24560
24561 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24562
24563         * mail-source.el (mail-source-directory): Fix doc-string.
24564
24565 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24566
24567         * assistant.el (assistant-render-text, assistant-eval): Add :set
24568         widget type, which is different because it takes and returns a
24569         list.  Much hilarity ensues.
24570
24571 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24572
24573         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24574
24575         * gnus-group.el (gnus-group-get-new-news-this-group):
24576         Add doc-string.
24577
24578         * gnus-start.el (gnus-activate-group): Add doc-string.
24579
24580 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24581
24582         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24583
24584 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24585
24586         * assistant.el (assistant-render-text): Try to add a :set
24587         widget, more to come.
24588
24589         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24590         strings.
24591         (spam-report-articles-resend)
24592         (spam-register-routine): Do registration iff any articles warrant
24593         it.
24594         (spam-summary-prepare-exit): Change log message for nil group
24595         destinations.
24596
24597 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24598
24599         * spam.el (spam-report-resend-register-routine):
24600         Allow spam-report-resend-to to be a group parameter or a global value.
24601
24602 2004-05-26  Simon Josefsson  <jas@extundo.com>
24603
24604         * starttls.el: Merge with my GNUTLS based starttls.el.
24605         (starttls-gnutls-program, starttls-use-gnutls)
24606         (starttls-extra-arguments, starttls-process-connection-type)
24607         (starttls-connect, starttls-failure, starttls-success):
24608         New variables.
24609         (starttls-program, starttls-extra-args): Doc fix.
24610         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24611         New functions.
24612         (starttls-negotiate, starttls-open-stream):
24613         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24614         function if it is set.
24615
24616 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24617
24618         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24619         structured fields.
24620
24621 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24622
24623         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24624
24625 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24626
24627         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24628         Add variable.
24629         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24630         assigning the spam-mark to new messages.
24631
24632 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24633
24634         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24635
24636 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24637
24638         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24639
24640         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24641         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24642         default.
24643
24644 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24645
24646         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24647         correct data.
24648
24649 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24650
24651         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24652         (spam-group-processor-p): Fix function.
24653         (spam-group-processor-multiple-p)
24654         (spam-group-spam-processor-report-gmane-p)
24655         (spam-group-spam-processor-report-resend-p)
24656         (spam-group-spam-processor-bogofilter-p)
24657         (spam-group-spam-processor-blacklist-p)
24658         (spam-group-spam-processor-ifile-p)
24659         (spam-group-ham-processor-ifile-p)
24660         (spam-group-spam-processor-spamoracle-p)
24661         (spam-group-spam-processor-crm114-p)
24662         (spam-group-ham-processor-bogofilter-p)
24663         (spam-group-spam-processor-stat-p)
24664         (spam-group-ham-processor-stat-p)
24665         (spam-group-ham-processor-whitelist-p)
24666         (spam-group-ham-processor-BBDB-p)
24667         (spam-group-ham-processor-spamoracle-p)
24668         (spam-group-ham-processor-copy-p): Remove functions with some
24669         prejudice against unneeded code.
24670         (spam-report-articles-resend)
24671         (spam-report-resend-register-routine): Allow the group/topic
24672         spam-resend-to value to override spam-report-resend-to.
24673         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24674         properly now.
24675
24676         * gnus.el (spam-resend-to): Add group/topic parameter.
24677         (spam-process): Move the OBSOLETE processors to the end of the
24678         choices.
24679
24680 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24681
24682         * spam-report.el (spam-report-resend-to, spam-report-resend):
24683         Start with resend-to set to nil, and then ask the user if necessary.
24684         (spam-report-resend): spam-report-resend takes a list of articles, not
24685         separate article numbers.
24686
24687 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24688
24689         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24690         addition to emacs-w3m.
24691
24692 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24693
24694         * assistant.el (assistant-authinfo-data): New function.
24695         (assistant-eval): Eval for entire assistant.
24696
24697         * netrc.el (netrc-services-file): New variable.
24698         (netrc-parse-services): New function.
24699         (netrc-find-service-name): New function.
24700         (netrc-find-service-number): New function.
24701         (netrc-port-equal): New function.
24702         (netrc-machine): Use it.
24703
24704         * nnimap.el (nnimap-open-connection): Use netrc.
24705
24706         * gnus-util.el (gnus-netrc-get): Remove aliases.
24707
24708         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24709
24710         * assistant.el (wid-edit): Fix compilation.
24711
24712         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24713
24714 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24715
24716         * gnus-util.el (gnus-set-file-modes): New function.  (small
24717         patch).
24718
24719 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24720
24721         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24722
24723         * assistant.el (assistant-render-node): Fix up rendering and
24724         read-only text.
24725         (assistant-render-node): Reset.
24726         (assistant-make-read-only): Not sticky.
24727
24728 2004-05-20  Danny Siu  <dsiu@adobe.com>
24729
24730         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24731         centered even when gnus-auto-center-summary is t.
24732
24733 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24734
24735         * dns.el (dns-get-txt-answer): New function.
24736         (dns-read-txt): Ditto.
24737         (query-dns): Use it.
24738
24739 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24740
24741         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24742         active for foreign groups even if the group level is higher than
24743         the specified value.
24744
24745 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24746
24747         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24748         non-active groups.
24749
24750         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24751
24752 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24753
24754         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24755
24756 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24757
24758         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24759         (spam-crm114-header, spam-crm114-spam-switch)
24760         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24761         (spam-crm114-positive-spam-header)
24762         (spam-crm114-database-directory, spam-list-of-processors)
24763         (spam-group-spam-processor-crm114-p)
24764         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24765         (spam-generic-score, spam-list-of-checks)
24766         (spam-list-of-statistical-checks, spam-registration-functions)
24767         (spam-check-crm114-headers, spam-crm114-score)
24768         (spam-check-crm114, spam-crm114-register-with-crm114)
24769         (spam-crm114-register-spam-routine)
24770         (spam-crm114-unregister-spam-routine)
24771         (spam-crm114-register-ham-routine)
24772         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24773
24774 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24775
24776         * gnus.el: Add spam-use-crm114.
24777
24778         * spam.el (spam-list-of-processors, spam-registration-functions):
24779         Add spam-use-resend.
24780         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24781         (spam-report-articles-gmane): Add doc fix.
24782         (spam-report-articles-resend, spam-report-resend-register-routine):
24783         Add wrappers around spam-report-resend-to.
24784
24785         * spam-report.el (spam-report-resend-to, spam-report-resend):
24786         Add support for resending spam.
24787         (spam-report-gmane): Fix line length >80.
24788
24789         * gnus.el (spam-process): Add spam-use-resend.
24790
24791 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24792
24793         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24794         number of processed spam messages.
24795         (spam-ham-copy-or-move-routine): Return the number of processed
24796         ham messages.
24797         (spam-summary-prepare-exit): Use the above values to decide
24798         whether status messages shouled be displayed.
24799
24800 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24801
24802         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24803         `rfc2047-encoding-function-alist' in order to avoid conflicting
24804         with the old version.
24805         (rfc2047-encode-region): Concatenate words containing non-ASCII
24806         characters in structured fields; don't encode space-delimited
24807         ASCII words even in unstructured fields; don't break words at
24808         char-category boundaries.
24809         (rfc2047-encode-1): New function.
24810         (rfc2047-encode): Use it; encode text so that it occupies the
24811         maximum width within 76-column; work correctly on Q encoding for
24812         iso-2022-* charsets.
24813         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24814         sure not to break a line just after the header name.
24815         (rfc2047-b-encode-region): Remove.
24816         (rfc2047-b-encode-string): New function.
24817         (rfc2047-q-encode-region): Remove.
24818         (rfc2047-q-encode-string): New function.
24819
24820         * mm-util.el (mm-replace-in-string): New function.
24821
24822 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24823
24824         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24825         Really get it right.
24826         (gnus-inews-make-draft): Really.
24827
24828 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24829
24830         * nnmh.el (nnmh-request-list-1): Don't check the link count
24831         before descending.  (small patch)
24832
24833 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24834
24835         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24836         stuff.
24837
24838         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24839         Match on real group name.
24840
24841         * gnus-art.el (gnus-signature-limit): Doc fix.
24842
24843         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24844
24845         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24846
24847 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24848
24849         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24850         isn't a string.
24851
24852 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24853
24854         * gnus-draft.el (gnus-draft-send):
24855         Bind rfc2047-encode-encoded-words.
24856
24857         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24858         (rfc2047-encodable-p): Say that =? needs encoding.
24859         (rfc2047-encode-encoded-words): New variable.
24860
24861         * gnus-group.el (gnus-group-select-group): Doc fix.
24862
24863         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24864
24865         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24866         to nil.
24867
24868         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24869
24870         * nnheader.el (nnheader-get-lines-and-char): New function.
24871
24872 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24873
24874         * gnus-msg.el (gnus-summary-followup-with-original):
24875         Document yanking of region when active.
24876
24877 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24878
24879         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24880         groups if the group level is higher than the specified value.
24881
24882 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24883
24884         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24885         (gnus-group-jump-to-group): Add prefix argument using
24886         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24887         non-active group.
24888
24889         * compface.el (uncompface): Be verbose when changing
24890         `uncompface-use-external'.
24891
24892         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24893         handle manual section.
24894
24895 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24896
24897         * gnus-art.el (gnus-button-alist): Revert previous change.
24898
24899 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24900
24901         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24902
24903 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24904
24905         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24906         whether backend can accept message.
24907
24908         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24909
24910 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24911
24912         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24913         Avoid creating directory when nntp-marks-is-evil is true.
24914         Reported by Reiner Steib.
24915
24916 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24917
24918         * gnus-picon.el (gnus-picon-insert-glyph):
24919         Add optional `nostring' argument.
24920
24921 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24922
24923         * gnus-picon.el (gnus-picon-style): New variable.
24924         (gnus-picon-transform-address): Support `gnus-picon-style'.
24925
24926 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24927
24928         * message.el (message-fill-field): Return point.
24929         (message-generate-headers): Go to end of field.
24930
24931         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24932         stuff for non-living groups.
24933
24934 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24935
24936         * gnus-art.el (gnus-article-followup-with-original)
24937         (gnus-article-reply-with-original): gnus-mark-active-p ->
24938         gnus-region-active-p.
24939
24940 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24941
24942         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24943         only when there is spam or ham to be processed.
24944
24945 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24946
24947         * mail-source.el (mail-source-delete-crash-box): Refactor.
24948         (mail-source-fetch): Use it.
24949         (mail-source-fetch-file): Ditto.
24950         (mail-source-fetch-directory): Run postscript in loop.
24951         (mail-source-fetch-pop): Delete.
24952         (mail-source-fetch-maildir): Ditto.
24953         (mail-source-fetch-imap): Ditto.
24954
24955         * imap.el (imap-authenticators): Comment out sasl.
24956
24957         * message.el (message-skip-to-next-address): New function.
24958         (message-fill-header-address): Refactor.
24959         (message-fill-address): Use it.
24960         (message-delete-address): Use it.
24961         (message-fill-header-general): Refactor.
24962         (message-fill-field-address): Rename.
24963         (message-narrow-to-field): Find the start of the header.
24964         (message-header-format-alist): Don't pre-fill.
24965         (message-fill-header): Remove.
24966         (message-insert-header): New function.
24967         (message-shorten-references): Use it.
24968
24969         * rfc2047.el (rfc2047-field-value): Strip props.
24970
24971         * mail-parse.el (mail-header-make-address): New alias.
24972
24973         * ietf-drums.el (ietf-drums-make-address): New function.
24974
24975         * imap.el: Add compiler directives.
24976
24977         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24978
24979         * gnus-art.el (article-decode-idna-rhs): Don't use
24980         message-idna-inside-rhs-p.
24981
24982 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24983
24984         * message.el (message-idna-inside-rhs-p): Remove.
24985         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24986
24987         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24988         false positives.
24989
24990 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24991
24992         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24993
24994 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24995
24996         * nneething.el (nneething-file-name): Don't create spurious
24997         files.
24998
24999         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25000         (gnus-inews-do-gcc): Remove sleep.
25001
25002         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25003         part under point.
25004
25005         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25006         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25007
25008 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25009
25010         * spam.el (spam-summary-prepare-exit): Fix (length).
25011
25012 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25013
25014         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25015         as expired without moving it" message when there are spam
25016         messages left.
25017
25018 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25019
25020         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25021         header is not nil.
25022
25023 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25024
25025         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25026         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25027         (nntp-marks-changed-p): New arg SERVER.
25028         (nntp-request-update-info): Adjust caller.
25029
25030 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25031
25032         * nntp.el (nntp-save-marks): Pass missing arg.
25033
25034 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25035
25036         * nntp.el: Support marks.
25037         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25038         (nntp-marks-modtime, nntp-marks-directory): New variables.
25039         (nntp-request-set-mark, nntp-request-update-info)
25040         (nntp-possibly-create-directory, nntp-marks-changed-p)
25041         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25042         New functions.
25043
25044 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25045
25046         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25047         (gnus-xmas-redefine): Rename.
25048
25049         * gnus-score.el (gnus-score-insert-help):
25050         Use gnus-select-lowest-window.
25051
25052         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25053         appt-select-lowest-window and rename to gnus-select-lowest-window.
25054
25055         * gnus.el: do.
25056
25057 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25058
25059         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25060         encodings of MIME-encoded words, in order to improve
25061         interoperability with several broken MUAs.
25062
25063 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25064
25065         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25066         tags, only when charsets are not specified in headers.
25067         (mm-inline-text-html-render-with-w3m): Ditto.
25068
25069         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25070         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25071
25072 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25073
25074         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25075         instead of MIME-decoded from fields when checking
25076         `gnus-article-address-banner-alist'.
25077
25078 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25079
25080         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25081         description rather than subject.
25082
25083 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25084
25085         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25086
25087 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25088
25089         * gnus.el (gnus-version-number): Bump.
25090
25091 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25092
25093         * gnus.el: No Gnus v0.2 is released.
25094
25095 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25096
25097         * gnus-agent.el (gnus-agent-read-agentview):
25098         Inline gnus-uncompress-range.
25099
25100 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25101
25102         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25103         `exec-installed-p'.
25104
25105 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25106
25107         * gnus.el (spam-process, spam-autodetect-methods):
25108         Add bsfilter and bsfilter-headers.
25109
25110         * spam.el (spam-bsfilter): New customize group.
25111         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25112         (spam-bsfilter-header, spam-bsfilter-probability-header)
25113         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25114         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25115         (spam-bsfilter-database-directory): New options.
25116         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25117         (spam-list-of-statistical-checks, spam-registration-functions):
25118         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25119         (spam-bsfilter-score): New command.
25120         (spam-check-bsfilter-headers, spam-check-bsfilter)
25121         (spam-bsfilter-register-with-bsfilter)
25122         (spam-bsfilter-register-spam-routine)
25123         (spam-bsfilter-unregister-spam-routine)
25124         (spam-bsfilter-register-ham-routine)
25125         (spam-bsfilter-unregister-ham-routine): New functions.
25126         (spam-generic-score): Support bsfilter; Accept an optional argument
25127         to recalcurate spam score even if scoring header has already been
25128         added.
25129         (spam-bogofilter-score, spam-spamassassin-score): Accept an
25130         optional argument to recalcurate spam score even if scoring header
25131         has already been added.
25132
25133 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
25134
25135         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
25136         strings!  Reported by David D. Smith <davidsmith@acm.org>.
25137         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
25138         link is missing.
25139
25140 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
25141
25142         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
25143         (html2text-get-attr): Rewrite.
25144
25145         * message.el (message-setup-1): Remove redundant put-text-property
25146         on mail-header-separator.
25147
25148 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
25149
25150         * gnus-registry.el (gnus-registry-cache-whitespace)
25151         (gnus-registry-action, gnus-registry-spool-action)
25152         (gnus-registry-split-fancy-with-parent): Change message levels
25153         from 5 to 3 or 7, as needed.
25154
25155         * spam.el (spam-summary-prepare-exit)
25156         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
25157         (spam-split, spam-find-spam, spam-log-undo-registration)
25158         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
25159         level from 5 to 6.
25160
25161 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25162
25163         * gnus-ems.el: Autoload appt-select-lowest-window (revert
25164         2004-03-04 change).
25165
25166 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
25167
25168         * sieve-manage.el (sieve-manage-open):
25169         * nnweb.el (nnweb-insert-html):
25170         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
25171         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
25172         * nnspool.el (nnspool-request-group):
25173         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
25174         * nnml.el (nnml-request-update-info):
25175         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
25176         (nnmh-request-create-group, nnmh-update-gnus-unreads):
25177         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
25178         (nnimap-request-set-mark):
25179         * nnfolder.el (nnfolder-request-update-info):
25180         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
25181         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
25182         * gnus-uu.el (gnus-uu-find-articles-matching):
25183         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
25184         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
25185         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
25186         * gnus-nocem.el (gnus-nocem-scan-groups):
25187         * gnus-int.el (gnus-start-news-server):
25188         * gnus-group.el (gnus-group-make-kiboze-group)
25189         (gnus-group-browse-foreign-server):
25190         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
25191         Use mapc when appropriate.
25192
25193 2004-04-22  Dan Christensen  <jdc@uwo.ca>
25194             Adam Sjøgren  <asjo@koldfront.dk>
25195             Wes Hardaker  <wes@hardakers.net>
25196             Michael Shields  <shields@msrl.com>
25197
25198         * spam.el (spam-necessary-extra-headers): Get the extra headers we
25199         may need for spam sorting and scoring.
25200         (spam-user-format-function-S): Add user format function suitable for
25201         general use.
25202         (spam-article-sort-by-spam-status): Add sorting function for summary
25203         sorting.
25204         (spam-extra-header-to-number): Add function to get a score from a
25205         header.
25206         (spam-summary-score): Add function to get a numeric score from the
25207         headers.
25208         (spam-generic-score): Fix function doc, was in wrong place.
25209         (spam-initialize): Take symbols when it's run, and install the
25210         extra headers that spam-necessary-extra-headers thinks we need.
25211
25212 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
25213
25214         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
25215         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25216
25217 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
25218
25219         * gnus-sum.el (gnus-set-global-variables)
25220         (gnus-build-all-threads, gnus-get-newsgroup-headers)
25221         (gnus-article-get-xrefs, gnus-summary-best-group)
25222         (gnus-summary-next-article, gnus-summary-enter-digest-group)
25223         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
25224         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
25225         Use with-current-buffer.
25226
25227 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
25228
25229         * spam.el (spam-summary-prepare-exit): Simplify logic.
25230         (spam-fetch-article-header): Read the article header if it's not
25231         available.
25232         (spam-list-articles): Simplify logic.
25233         (spam-filelist-register-routine): Fix bug with unregister-list.
25234
25235         * gnus-registry.el: Fix comments at beginning.
25236
25237 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
25238
25239         * message.el (message-cater-to-broken-inn): Remove.
25240         (message-shorten-references): Make sure the total folded length of
25241         References is shorter than 998 characters to cater to a bug in INN
25242         2.3.  Also, don't pretend that references aren't folded -- this
25243         hasn't worked for a while.
25244
25245 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25246
25247         * gnus-agent.el (gnus-agentize):
25248         gnus-agent-send-mail-real-function no longer set to current value
25249         of message-send-mail-function but rather a lambda that calls
25250         message-send-mail-function.  The change makes the agent real-time
25251         responsive to user changes to message-send-mail-function.
25252
25253 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25254
25255         * legacy-gnus-agent.el
25256         (gnus-agent-convert-to-compressed-agentview): Fix typos with
25257         help from Florian Weimer <fw@deneb.enyo.de>
25258
25259 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25260
25261         * nnmail.el (nnmail-cache-insert): Revert last change.
25262
25263 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25264
25265         * nnmail.el (nnmail-cache-insert): Always check whether
25266         nnmail-cache-ignore-groups matches a group name.
25267
25268 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
25269
25270         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
25271         (spam-find-spam, spam-log-processing-to-registry)
25272         (spam-log-registered-p, spam-log-unregistration-needed-p)
25273         (spam-log-undo-registration): Use gnus-message instead of
25274         gnus-error, none of these errors are fatal.
25275
25276         * gnus-registry.el (gnus-registry-clean-empty-function)
25277         (gnus-registry-clean-empty): Remove only empty entries without
25278         extra data.
25279
25280 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
25281
25282         * spam-stat.el (spam-stat-buffer-change-to-spam)
25283         (spam-stat-buffer-change-to-non-spam): Change (error) to
25284         (gnus-message 8) invocation.
25285
25286 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25287
25288         * nntp.el (nntp-via-netcat-command): New variable.
25289         (nntp-via-netcat-switches): New variable.
25290         (nntp-open-via-rlogin-and-netcat): New function.
25291         (nntp-open-connection-function): Doc fix.
25292         (nntp-telnet-command): Doc fix.
25293         (nntp-end-of-line): Doc fix.
25294         (nntp-via-rlogin-command): Doc fix.
25295         (nntp-via-user-name): Doc fix.
25296         (nntp-via-address): Doc fix.
25297
25298 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25299
25300         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
25301         error in Emacs 21.1.
25302
25303 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
25304
25305         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
25306
25307 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25308
25309         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
25310         (gnus-agent-with-refreshed-group): New macro.
25311         (gnus-agent-rename-group): New function.
25312         (gnus-agent-delete-group): New function.
25313         (gnus-agent-save-group-info): Use gnus-command-method when
25314         `method' parameter is nil.  Don't write nil entries into the
25315         active file.
25316         (gnus-agent-get-group-info): New function.
25317         (gnus-agent-fetch-articles):
25318         Use gnus-agent-update-files-total-fetched-for to increment disk space
25319         used.
25320         (gnus-agent-fetch-headers, gnus-agent-save-alist):
25321         Use gnus-agent-update-view-total-fetched-for to increment disk space
25322         used.
25323         (gnus-agent-get-local): Add optional parameters to avoid calling
25324         gnus-group-real-name and gnus-find-method-for-group.
25325         (gnus-agent-set-local): Delete stored entry if either min, or max,
25326         are nil.
25327         (gnus-agent-fetch-session): Reworded error/quit messages.
25328         On quit, use gnus-agent-regenerate-group to record existance of any
25329         articles fetched to disk before the quit occurred.
25330         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
25331         gnus-agent-update-view-total-fetched-for, and
25332         gnus-agent-update-files-total-fetched-for to decrement disk space
25333         used.
25334         (gnus-agent-retrieve-headers):
25335         Use gnus-agent-update-view-total-fetched-for to increment disk space
25336         used.
25337         (gnus-agent-regenerate-group): Replace gnus-group-update-group
25338         with gnus-agent-update-files-total-fetched-for to decrement disk
25339         space and fresh group buffer.
25340         (gnus-agent-inhibit-update-total-fetched-for): New variable.
25341         (gnus-agent-need-update-total-fetched-for): New variable.
25342         (gnus-agent-update-files-total-fetched-for): New function.
25343         (gnus-agent-update-view-total-fetched-for): New function.
25344         (gnus-agent-total-fetched-for): New function.
25345
25346         * gnus-cache.el (gnus-cache-save-buffers):
25347         Use gnus-cache-update-overview-total-fetched-for to change disk space
25348         used by this group.
25349         (gnus-cache-possibly-enter-article):
25350         Use gnus-cache-update-file-total-fetched-for to increment disk space
25351         used by this group.
25352         (gnus-cache-possibly-remove-article):
25353         Use gnus-cache-update-file-total-fetched-for to decrement disk space
25354         used by this group.
25355         (gnus-cache-generate-nov-databases): Purge total fetched cache.
25356         (gnus-cache-rename-group): New function.
25357         (gnus-cache-delete-group): New function.
25358         (gnus-cache-inhibit-update-total-fetched-for): New variable.
25359         (gnus-cache-need-update-total-fetched-for): New variable.
25360         (gnus-cache-with-refreshed-group): New macro.
25361         (gnus-cache-update-file-total-fetched-for): New function.
25362         (gnus-cache-update-overview-total-fetched-for): New function.
25363         (gnus-cache-rename-group-total-fetched-for): New function.
25364         (gnus-cache-delete-group-total-fetched-for): New function.
25365         (gnus-cache-total-fetched-for): New function.
25366
25367         * gnus-group.el: Require gnus-sum and autoload functions to
25368         resolve warnings when gnus-group.el compiled alone.
25369         (gnus-group-line-format): Documented new %F.
25370         (size of Fetched data) group line format; identifies disk space
25371         used by agent and cache.
25372         (gnus-group-line-format-alist): Defined new F format.
25373         (gnus-total-fetched-for): New function.
25374         (gnus-group-delete-group): No longer update
25375         gnus-cache-active-altered as gnus-request-delete-group now keeps
25376         the cache in sync.
25377         (gnus-group-list-active): Let the agent store a server's active
25378         list if currently plugged.
25379
25380         * gnus-int.el (gnus-request-delete-group):
25381         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
25382         local disk in sync with the server.
25383         (gnus-request-rename-group):
25384         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
25385         local disk in sync with the server.
25386
25387         * gnus-start.el (gnus-get-unread-articles):
25388         Cosmetic simplification to logic.
25389
25390         * gnus-util.el (gnus-rename-file): New function.
25391
25392 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
25393
25394         * mm-util.el (mm-image-load-path): Handle nil in load-path.
25395
25396 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
25397
25398         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
25399         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
25400
25401 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
25402
25403         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
25404         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
25405
25406 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
25407
25408         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
25409
25410 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
25411
25412         * spam.el (spam-set-difference): Add function to replace
25413         gnus-set-difference in spam.el.
25414         (spam-summary-prepare-exit): Use spam-set-difference.
25415
25416 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
25417
25418         * gnus-registry.el (gnus-registry-cache-file): Update to use
25419         gnus-dribble-directory OR gnus-home-directory OR ~.
25420         (gnus-registry-split-fancy-with-parent): Fix doc.
25421
25422 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25423
25424         * message.el (message-exchange-point-and-mark):
25425         Use message-mark-active-p.  Suggested by Jesper Harder
25426         <harder@ifa.au.dk>.
25427
25428 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25429
25430         * message.el (message-exchange-point-and-mark): Don't activate
25431         region if it was inactive.  Suggested by Hiroshi Fujishima
25432         <pooh@nature.tsukuba.ac.jp>.
25433
25434 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25435
25436         * gnus-art.el (article-display-face): Display Faces in the same
25437         order as X-Faces.
25438
25439 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25440
25441         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
25442
25443 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25444
25445         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25446         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25447         (gnus-article-mime-hierarchy): Remove.
25448         (gnus-article-mime-hierarchy-next): Remove.
25449         (gnus-article-mode): Revert 2004-03-19 change.
25450         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25451         (gnus-insert-mime-button): Revert 2004-03-19 change.
25452         (gnus-mime-accumulate-hierarchy): Remove.
25453         (gnus-mime-enter-multipart): Remove.
25454         (gnus-mime-leave-multipart): Remove.
25455         (gnus-mime-display-part): Revert 2004-03-19 change.
25456         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25457
25458         * mml.el (mml-preview): Revert 2004-03-19 change.
25459
25460 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25461
25462         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25463
25464 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25465
25466         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25467         t while entering a file name using the mm-with-multibyte macro.
25468         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25469
25470         * mm-util.el (mm-with-multibyte): New macro.
25471
25472 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25473
25474         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25475         New user option.
25476         (gnus-mime-multipart-functions): Doc and customization fix.
25477         (gnus-article-mime-hierarchy): New variable.
25478         (gnus-article-mime-hierarchy-next): New variable.
25479         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25480         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25481         gnus-article-mime-hierarchy-next to nil.
25482         (gnus-insert-mime-button): Show hierarchy numbers.
25483         (gnus-mime-accumulate-hierarchy): New function.
25484         (gnus-mime-enter-multipart): New function.
25485         (gnus-mime-leave-multipart): New function.
25486         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25487         (gnus-mime-display-alternative): Show hierarchy numbers.
25488
25489         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25490         gnus-article-mime-hierarchy-next to nil.
25491
25492 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
25493
25494         * dns.el: Don't require gnus-xmas.
25495
25496 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25497
25498         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25499         inline PGP.
25500         (mml-menu): Disable mml-quote-region if mark is inactive.
25501
25502 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25503
25504         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25505         when the group's active is not available.
25506
25507 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25508
25509         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25510         error.
25511
25512 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25513
25514         * imap.el (imap-store-password): New variable.
25515         (imap-interactive-login): Use it.
25516         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25517
25518 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25519
25520         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25521         window-start and hscroll to summary window.
25522
25523 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25524
25525         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25526         conversion message to newsrc-dribble when an actual conversion is
25527         performed.
25528
25529 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25530
25531         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25532
25533 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25534
25535         * mm-decode.el (mm-complicated-handles): New function reviving
25536         former definition of mm-multiple-handles.
25537
25538         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25539         (gnus-mime-delete-part): Use it.
25540
25541 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25542
25543         * gnus-agent.el (gnus-agent-read-local):
25544         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25545         avoid the implicit assumption that they will always be equal.
25546         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25547         coding-system-for-write, as the with-temp-file macro first prints
25548         to a buffer then saves the buffer.
25549
25550 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25551
25552         * gnus-art.el (gnus-article-edit-part): New function.
25553         (gnus-mime-save-part-and-strip): Use it; do query instead of
25554         signaling an error; don't use mm-multiple-handles.
25555         (gnus-mime-delete-part): Ditto.
25556
25557 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25558
25559         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25560         old file versions.
25561         (gnus-group-prepare-hook): Remove function that converted list
25562         form of gnus-agent-expire-days to group properties.
25563
25564         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25565         (gnus-request-accept-article): Re-indented.
25566
25567         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25568         converters to handle old agent file formats.  Add logic for a
25569         "backup before upgrading warning".
25570         (gnus-convert-mark-converter-prompt): Developers can mark
25571         functions as needing (default), or not needing,
25572         gnus-convert-old-newsrc's "backup before upgrading warning".
25573         (gnus-convert-converter-needs-prompt): Tests whether the user
25574         should be protected from potentially irreversable changes by the
25575         function.
25576
25577         * legacy-gnus-agent.el: New.  Provides converters that are only
25578         loaded when gnus-convert-old-newsrc needs to call them.
25579
25580 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25581
25582         * mail-source.el (mail-source-touch-pop): Doc fix.
25583
25584         * message.el (message-smtpmail-send-it): Doc fix.
25585
25586 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25587
25588         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25589
25590         * nnmail.el (nnmail-split-fancy): do.
25591
25592         * gnus-kill.el (gnus-kill, gnus-execute): do.
25593
25594 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25595
25596         * gnus-sum.el (gnus-widget-reversible-match)
25597         (gnus-widget-reversible-to-internal)
25598         (gnus-widget-reversible-to-external): New functions.
25599         (gnus-widget-reversible): New widget.
25600         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25601
25602 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25603
25604         * gnus-sum.el (gnus-thread-sort-functions)
25605         (gnus-article-sort-functions): Document `(not F)' items.
25606
25607 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25608
25609         * spam.el (spam-use-gmane-xref): Add new backend.
25610         (spam-gmane-xref-spam-group): Add variable to control the name of the
25611         Gmane spam group.
25612         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25613         (spam-regex-headers-spam, spam-regex-headers-ham)
25614         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25615         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25616         backends and checks.
25617         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25618
25619         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25620         an autodetect method.
25621
25622 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25623
25624         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25625         articles are being added to a group.
25626         (gnus-request-replace-article): Inform the agent that articles
25627         need to be uncached as the cached contents are no longer valid.
25628
25629 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25630
25631         * binhex.el: Don't autoload executable-find.
25632
25633         * canlock.el: Don't autoload mail-fetch-field.
25634
25635         * dgnushack.el: Autoload c-mode for XEmacs.
25636
25637         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25638
25639         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25640         rmail-dont-reply-to and rmail-output.
25641
25642         * gnus-score.el: Don't autoload ffap-string-at-point.
25643
25644         * gnus-setup.el: Don't autoload sc-cite-original.
25645
25646         * imap.el: Don't autoload base64-decode-string,
25647         base64-encode-string and md5.
25648
25649         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25650         and rmail-msg-restore-non-pruned-header.
25651
25652         * mm-decode.el: Don't autoload executable-find.
25653
25654         * mm-url.el: Don't autoload executable-find.
25655
25656         * mm-view.el: Don't autoload diff-mode.
25657
25658         * nndb.el: Don't autoload news-reply-mode, news-setup,
25659         cancel-timer and telnet.
25660
25661         * password.el: Don't autoload run-at-time for Emacs.
25662
25663         * sha1-el.el: Don't autoload executable-find.
25664
25665         * sieve-mode.el: Don't autoload c-mode.
25666
25667         * uudecode.el: Don't autoload executable-find.
25668
25669 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25670
25671         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25672         (gnus-agent-possibly-alter-active): Avoid null in numeric
25673         comparison.
25674         (gnus-agent-set-local): Refuse to save null in local object table.
25675         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25676         list of articles that will be marked as unread.
25677
25678 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25679
25680         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25681
25682 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25683
25684         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25685         language tags.
25686
25687 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25688
25689         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25690         Don't bind "obarray".
25691
25692         * gnus-sum.el (gnus-thread-sort-functions):
25693         Add `gnus-thread-sort-by-most-recent-number' and
25694         `gnus-thread-sort-by-most-recent-date'.
25695         Reported by Kai Grossjohann <kai@emptydomain.de>.
25696
25697 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25698
25699         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25700
25701 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25702
25703         * gnus-cus.el (gnus-agent-customize-category):
25704         Remove ignore-errors macro reference that required cl to be loaded at
25705         run-time.
25706
25707         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25708         single-interval range of the form (min . max).  Previously the
25709         range had to look like ((min . max)).  Likewise, return
25710         (min . max) rather than ((min . max)).
25711         (gnus-range-map): Use gnus-range-normalize to accept
25712         single-interval range.
25713
25714         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25715         the cache, but not the agent, now appear with their usual face.
25716
25717         * dgnushack.el (loaddir): New variable that is bound to the
25718         directory containing the dgnushack.el file. Use loaddir, rather
25719         than srcdir, to update load-path. Change lets dgnushack compile
25720         code in directories other than GNUS/lisp.
25721
25722 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25723
25724         * lpath.el: Don't bind w3m-safe-url-regexp.
25725
25726         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25727         w3m-safe-url-regexp variable buffer-local.
25728
25729         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25730
25731 2004-02-27  Simon Josefsson  <jas@extundo.com>
25732
25733         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25734         gnus-group-real-prefix.
25735         (gnus-summary-move-article): Use it, instead of
25736         gnus-group-real-prefix.
25737
25738 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25739
25740         * lpath.el: Bind w3m-safe-url-regexp.
25741
25742         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25743         w3m-safe-url-regexp variable buffer-local and set it as the value
25744         of mm-w3m-safe-url-regexp.
25745
25746         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25747
25748         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25749         parsing gnus-posting-styles when the message is not for replying.
25750
25751         * dgnushack.el: Autoload sgml-mode for XEmacs.
25752
25753         * nnrss.el (nnrss-opml-export):
25754         Use mm-set-buffer-file-coding-system instead of
25755         set-buffer-file-coding-system.
25756
25757 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25758
25759         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25760         of checkdoc.el).
25761         * nnrss.el: do.
25762         * gnus-mlspl.el: do.
25763         * gnus-ml.el: do.
25764         * gnus-srvr.el: do.
25765
25766         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25767
25768 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25769
25770         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25771         Corrections to custom-manual links.
25772
25773         * gnus-art.el (gnus-article): Ditto.
25774
25775         * mm-decode.el (mime-display, mime-security): Ditto.
25776
25777 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25778
25779         * flow-fill.el: Typo.
25780
25781 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25782
25783         * spam-wash.el: New file.
25784
25785 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25786
25787         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25788
25789 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25790
25791         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25792         to be run with new-articles as LIST1, not LIST2.
25793         (spam-registration-functions): Add spam-use-ham-copy as a nil
25794         registration backend.
25795
25796 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25797
25798         * spam-stat.el (spam-stat-washing-hook): New option.
25799         (spam-stat-buffer-words): Use it.
25800         (spam-stat-process-directory, spam-stat-test-directory):
25801         Use insert-file-contents-literally.
25802         (spam-stat-coding-system): New variable.
25803         (spam-stat-load, spam-stat-save): Use it.
25804
25805 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25806
25807         * spam-report.el (spam-report-plug-agent):
25808         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25809
25810 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25811
25812         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25813         Allow / in mailto URLs.
25814
25815 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25816
25817         * spam-report.el (spam-report-process-queue): Fix interactive use.
25818         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25819         (spam-report-unplug-agent): Doc fixes.
25820         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25821         (spam-report-agentize, spam-report-deagentize): Autoload.
25822
25823 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25824
25825         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25826
25827         * message.el (message-setup-fill-variables): Add mml tags to
25828         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25829         <ajk@iu.edu>.
25830         (message-mode): Don't modify paragraph-separate there.
25831
25832 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25833
25834         * compface.el (uncompface-use-external): Default to undecided.
25835         (uncompface-use-external-threshold): New variable.
25836         (uncompface-float-time): New macro.
25837         (uncompface): Determine whether to use the external decoder if
25838         uncompface-use-external is undecided.
25839
25840 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25841
25842         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25843         after images.
25844
25845         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25846
25847 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25848
25849         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25850
25851         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25852
25853         * gnus-sum.el (gnus-summary-limit-to-age)
25854         (gnus-summary-limit-children): do.
25855
25856         * gnus-int.el (gnus-request-scan): do.
25857
25858         * gnus-group.el (gnus-group-suspend): do.
25859
25860         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25861
25862         * gnus-cite.el (gnus-cite-parse-attributions): do.
25863
25864         * gnus-agent.el (gnus-summary-set-agent-mark)
25865         (gnus-agent-regenerate-group): do.
25866
25867         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25868
25869         * binhex.el (binhex-decode-region-internal): do.
25870
25871 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25872
25873         * gnus-fun.el (gnus-face-properties-alist): New user option.
25874         (gnus-display-x-face-in-from): Use it.
25875
25876         * gnus-art.el (article-display-face): Ditto.
25877
25878         * compface.el (uncompface-use-external): Default to nil.
25879
25880 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25881
25882         * nntp.el (nntp-erase-buffer): New function.
25883         (nntp-retrieve-data, nntp-send-command)
25884         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25885         (nntp-possibly-change-group): Use it.
25886
25887         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25888         Use with-current-buffer.
25889
25890 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25891
25892         * compface.el: Merge the ELisp-based uncompface program.
25893         (compface): New customization group.
25894         (uncompface-use-external): New user option.
25895         (uncompface): Call uncompface-internal if uncompface-use-external
25896         is nil.
25897         (uncompface-internal): New function.  Note that there are also
25898         some other functions and variables added for this function.
25899
25900 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25901
25902         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25903         if necessary.
25904
25905 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25906
25907         * spam-report.el (spam-report-unplug-agent)
25908         (spam-report-plug-agent, spam-report-deagentize)
25909         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25910         Add support for the Agent in spam-report: when unplugged, report to a
25911         file; when plugged, submit all the requests.
25912
25913         * spam.el (spam-register-routine): Fix message about
25914         registration.
25915
25916 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25917
25918         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25919         dependencies.
25920         (rfc2047-encode): Use it.
25921
25922         * gnus-art.el (gnus-button-marker-list): Move before first
25923         reference.
25924
25925         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25926         (imap-parse-body): Fix format string mismatch.
25927
25928         * gnus-score.el (gnus-summary-increase-score): do.
25929
25930         * nnrss.el (nnrss-close): New function.
25931
25932 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25933
25934         * nnrss.el (nnrss-make-filename): New function.
25935         (nnrss-request-delete-group, nnrss-read-server-data)
25936         (nnrss-save-server-data, nnrss-read-group-data)
25937         (nnrss-save-group-data): Use it.
25938         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25939         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25940         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25941
25942 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25943
25944         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25945
25946 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25947
25948         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25949         files.
25950
25951         * message.el (message-generate-headers-first): Don't quote nil
25952         and t in docstrings.
25953
25954         * imap.el (imap-id): do.
25955
25956         * gnus-agent.el (gnus-agent-consider-all-articles)
25957         (gnus-agent-queue-mail): do.
25958
25959 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25960
25961         * spam-report.el (spam-report-process-queue): New function.
25962         Process requests from `spam-report-requests-file'.
25963         (spam-report-process-queue): Doc fix.
25964
25965 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25966
25967         * spam.el (spam-register-routine)
25968         (spam-log-processing-to-registry, spam-log-registered-p)
25969         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25970         Change "check" to "spam-check" for semi-clarity.
25971
25972 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25973
25974         * pop3.el: Require nnheader.
25975
25976         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25977
25978         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25979
25980         * gnus-picon.el: Require cl.
25981
25982         * gnus-fun.el: Require gnus-ems and gnus-util.
25983
25984         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25985
25986         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25987
25988         * gnus-art.el (gnus-article-edit-mode): Define before first
25989         reference.
25990
25991 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25992
25993         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25994         (gnus-uu-post-encoded): Use point-at-bol.
25995
25996         * gnus-topic.el (gnus-group-active-topic-p): do.
25997
25998         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25999
26000         * gnus-group.el (gnus-group-kill-region): do.
26001
26002         * gnus-art.el (article-date-ut): do.
26003
26004         * message.el (message-fetch-field): Remove redundant
26005         case-fold-search binding.
26006         (message-narrow-to-field): Simplify.
26007
26008 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26009
26010         * spam.el (spam-directory): Derive from `gnus-directory'.
26011
26012         * spam-report.el (spam-report-url-to-file)
26013         (spam-report-requests-file): New function and variable for offline
26014         reporting.
26015         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26016         and user defined function.
26017         (spam-report-url-ping-mm-url): Remove doubled slash.
26018
26019 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26020
26021         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26022
26023 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26024
26025         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26026         Fix format string mismatch.
26027
26028         * sieve.el (sieve-deactivate-all): do.
26029
26030         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26031
26032         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26033
26034         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26035
26036         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26037
26038 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26039
26040         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26041         the list of checks.
26042
26043 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26044
26045         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26046         padding.
26047
26048 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26049
26050         * mm-view.el (mm-fill-flowed): New variable.
26051         (mm-inline-text): Use it.
26052
26053 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26054
26055         * spam.el (spam-spamassassin-register-ham-routine)
26056         (spam-spamassassin-register-spam-routine): Fix function names.
26057
26058 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26059
26060         * gnus.el (gnus-tmp-grouplens): Remove.
26061         (gnus-summary-line-format): Remove grouplens.
26062
26063         * gnus-group.el (gnus-group-line-format): Ditto.
26064
26065         * gnus-spec.el (gnus-format-specs): Ditto.
26066         (gnus-update-format-specifications): Flush the group format spec
26067         cache if there's the grouplens stuff.
26068         (gnus-parse-simple-format): Replace %l with the empty string.
26069
26070 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26071
26072         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26073         omission.
26074
26075 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26076
26077         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26078         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26079
26080 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26081
26082         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26083         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26084         New macros and functions.
26085         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26086         Handle > NLINK_MAX messages.
26087         * nnmaildir.el (nnmaildir-request-set-mark):
26088         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26089
26090 2004-01-25  Alex Schroeder  <alex@gnu.org>
26091
26092         * spam-stat.el (spam-stat-process-directory-age): New option.
26093         (spam-stat-process-directory): Use it.
26094
26095 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26096
26097         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26098         (spam-stat-save): Accept prefix argument.
26099
26100 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26101
26102         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26103         links" error.
26104
26105 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26106
26107         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26108         the rest of the and/or forms.
26109
26110 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26111
26112         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26113         compatibility with old .newsrc.eld files.
26114
26115         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26116
26117         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26118
26119         * gnus-start.el (gnus-1): do.
26120
26121         * gnus-group.el (gnus-group-line-format-alist): do.
26122
26123         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26124
26125         * gnus-gl.el: Remove.
26126
26127 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26128
26129         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
26130         marks consisting of a single range {for example, (3 . 5)} rather
26131         than a list of a single range { ((3 . 5)) }.
26132
26133 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26134
26135         * spam-stat.el (spam-stat-store-gnus-article-buffer):
26136         Use with-current-buffer.
26137         (spam-stat-store-current-buffer): Use insert-buffer-substring to
26138         avoid consing a string.
26139
26140         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
26141         Remove obsolete entries for big5 and gb2312.
26142
26143 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26144
26145         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
26146         uncompressed list.
26147
26148 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
26149
26150         * spam-stat.el (spam-stat-strip-xref): New function.
26151         (spam-stat-process-directory): Use it.
26152
26153         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
26154         here -- it's done in message-fetch-field.
26155
26156 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26157
26158         * gnus-agent.el (gnus-agent-queue-mail)
26159         (gnus-agent-prompt-send-queue): New variables.
26160         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
26161         * gnus-draft.el (gnus-group-send-queue): Pass the group name
26162         "nndraft:queue" along to gnus-draft-send.
26163         Use gnus-agent-prompt-send-queue.
26164         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
26165         is "nndraft:queue".  Suggested by Gaute Strokkenes
26166         <gs234@srcf.ucam.org>
26167
26168         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
26169         (agent-enable-undownloaded-faces): Add.
26170         (gnus-agent-cat-groups): Use eval-and-compile, not
26171         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
26172         method of gnus-agent-cat-groups even when the buffer has been
26173         evaled.
26174         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
26175         delete gnus-agent-save-active-1.
26176         (gnus-agent-save-groups): Delete.  Identical to
26177         gnus-agent-save-active.
26178         (gnus-agent-write-active): No longer adjust agent's copy of active
26179         file as agent's adjustments are now stored in their own
26180         file.  Remove optional parameter.
26181         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
26182         servers.  Add use of min/max range limits from server's local
26183         file.
26184         (gnus-agent-save-alist): Remove unused optional argument.
26185         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
26186         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
26187         (gnus-agent-set-local): A per-server file that keeps min/max range
26188         limits for articles known to the agent.  Provides a fast mechanism
26189         for altering many active ranges.
26190         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
26191         active file (local makes it unnecessary).
26192         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
26193
26194         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
26195         (agent-enable-undownloaded-faces): Add.
26196
26197         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
26198         disable it when sending to "nndraft:queue".
26199         (gnus-group-send-queue): Add safety check to avoid sending queue
26200         when unplugged.
26201
26202         * gnus-group.el (gnus-group-catchup): Use new
26203         gnus-sequence-of-unread-articles, not
26204         gnus-list-of-unread-articles, to avoid exhausting memory with huge
26205         numbers of articles.  Use gnus-range-map to avoid having to
26206         uncompress the unread list.
26207         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
26208         Fix invalid ange-ftp reference.
26209
26210         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
26211         (gnus-sorted-range-intersection): Intersection of two ranges
26212         without requiring that they first be uncompressed.
26213
26214         * gnus-start.el (gnus-activate-group): Unless blocked by the
26215         caller, possibly expand the active range to include both cached
26216         and agentized articles.
26217         (gnus-convert-old-newsrc): Rewrote in anticipation of having
26218         multiple version-dependent converters.
26219         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
26220         gnus-agent-save-active.
26221         (gnus-save-newsrc-file): Save dirty agent range limits.
26222
26223         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
26224         gnus-agent-possibly-alter-active.
26225         (gnus-adjust-marked-articles): Faster handling of simple lists.
26226
26227 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
26228
26229         * spam-stat.el (spam-stat-test-directory): New optional argument
26230         displays a list of files detected.  Suggested by Andrew Cohen
26231         <cohen@andy.bu.edu>.
26232         (spam-stat-buffer-words-with-scores): Don't narrow and change
26233         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
26234
26235 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
26236
26237         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
26238         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
26239         (spam-spamassassin-arguments)
26240         (spam-spamassassin-spam-flag-header)
26241         (spam-spamassassin-positive-spam-flag-header)
26242         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
26243         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
26244         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
26245         (spam-list-of-processors, spam-list-of-checks)
26246         (spam-list-of-statistical-checks, spam-registration-functions)
26247         (spam-check-spamassassin-headers, spam-check-spamassassin)
26248         (spam-spamassassin-score)
26249         (spam-spamassassin-register-with-sa-learn)
26250         (spam-spamassassin-register-spam-routine)
26251         (spam-spamassassin-register-ham-routine)
26252         (spam-assassin-register-spam-routine)
26253         (spam-assassin-register-ham-routine): Add SpamAssassin support.
26254         (spam-bogofilter-score): Fix to show article before scoring.
26255
26256 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
26257
26258         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
26259         default scoring function.
26260         (spam-generic-score): Call spam-spamassassin-score if
26261         spam-use-spamassassin or spam-use-spamassassin-headers is on;
26262         spam-bogofilter-score otherwise.
26263
26264         * gnus.el (spam-process, spam-autodetect-methods):
26265         Add spamassassin and spamassassin-headers.
26266
26267 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
26268
26269         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26270         Suppress unnecessary messages.
26271
26272 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
26273
26274         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
26275         make-hash-table.
26276
26277 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26278
26279         * canlock.el (base64-encode-string): Don't autoload it.
26280
26281 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26282
26283         * run-at-time.el: Remove useless (require 'itimer),
26284         eval-and-compile and (featurep 'xemacs).
26285
26286 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
26287
26288         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
26289         GROUP is a virtual group.
26290
26291 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
26292
26293         * gnus.el: Autoload `message-y-or-n-p'.
26294
26295 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
26296
26297         * pgg-parse.el: Remove unnecessary (require 'custom).
26298
26299         * pgg-def.el: do.
26300
26301         * nnmail.el: do.
26302
26303         * gnus-undo.el: do.
26304
26305         * gnus-picon.el: do.
26306
26307         * gnus-util.el: do.
26308
26309 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
26310
26311         * gnus-sum.el (gnus-pick-line-number): Add autoload.
26312
26313 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26314
26315         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
26316         handle, as well as a list.
26317
26318         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
26319         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
26320         (mm-w3m-cid-retrieve): Simplify.
26321
26322 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
26323
26324         * message.el (message-kill-to-signature): Allow prefix arg to
26325         specify number of lines to keep before signature.
26326
26327 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
26328
26329         * message.el (message-kill-to-signature): Change docstring.
26330
26331 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26332
26333         * canlock.el: Always require sha1-el.
26334         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
26335
26336         * message.el: Autoload sha1 only when compiling.
26337
26338         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
26339         eudc-expand-inline for XEmacs.
26340
26341 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
26342
26343         * message.el (message-canlock-generate): Require sha1-el.
26344
26345 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
26346
26347         * message.el (message-expand-name): Silence the byte compiler.
26348
26349         * lpath.el: Add detect-coding-system.
26350
26351         * dgnushack.el (dgnushack-compile): Remove obsolete check for
26352         cus-edit.
26353
26354 2004-01-13  Simon Josefsson  <jas@extundo.com>
26355
26356         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
26357         Invoke gnus-score-mode.
26358         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26359
26360         * gnus-range.el (gnus-compress-sequence): Doc fix.
26361         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
26362
26363 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26364
26365         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
26366
26367 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
26368
26369         * spam.el (spam-get-article-as-string): Update to use
26370         gnus-request-article-this-buffer, much simpler.
26371         (spam-get-article-as-buffer): Remove.
26372
26373 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
26374
26375         * message.el (message-expand-name): Use EUDC if the user uses that.
26376
26377 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26378
26379         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
26380         character for the encoding to avoid consing a string.
26381
26382         * rfc2047.el (rfc2047-decode-string): Don't cons a string
26383         unnecessarily.
26384
26385         * mm-util.el (mm-replace-chars-in-string): Remove.
26386
26387         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
26388         of mm-replace-chars-in-string.
26389
26390 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
26391
26392         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
26393
26394         * mm-util.el (mm-subst-char-in-string): Support inplace.
26395
26396         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
26397         a new string in every iteration.  Use shy groups.
26398
26399 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
26400
26401         * gnus-srvr.el (gnus-browse-unsubscribe-group):
26402         * gnus-soup.el (gnus-soup-group-brew):
26403         * gnus-msg.el (gnus-put-message):
26404         * gnus-move.el (gnus-group-move-group-to-server):
26405         * gnus-kill.el (gnus-batch-score):
26406         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
26407         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
26408         (gnus-group-update-group, gnus-group-read-group)
26409         (gnus-group-make-group, gnus-group-make-help-group)
26410         (gnus-group-make-archive-group, gnus-group-make-directory-group)
26411         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
26412         (gnus-group-sort-by-unread, gnus-group-catchup)
26413         (gnus-group-unsubscribe-group, gnus-group-kill-group)
26414         (gnus-group-yank-group, gnus-group-set-info)
26415         (gnus-group-list-groups):
26416         * gnus.el (gnus-generate-new-group-name):
26417         * gnus-delay.el (gnus-delay-send-queue):
26418         * nnvirtual.el (nnvirtual-catchup-group):
26419         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
26420         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
26421         (gnus-group-prepare-topics, gnus-topic-check-topology):
26422         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
26423         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
26424         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
26425         (gnus-group-make-articles-read):
26426         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
26427         (gnus-group-change-level, gnus-kill-newsgroup)
26428         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
26429         (gnus-get-unread-articles, gnus-make-articles-unread)
26430         (gnus-make-ascending-articles-unread): Use accessor
26431         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
26432         to get group information for improved readability.
26433
26434
26435 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26436
26437         * gnus-art.el (article-decode-mime-words, article-babel)
26438         (gnus-article-highlight-signature, gnus-article-add-buttons)
26439         (gnus-signature-toggle): Use gnus-with-article-buffer.
26440
26441         * gnus-art.el (gnus-article-highlight-headers)
26442         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26443
26444         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26445         (gnus-article-set-globals, gnus-request-article-this-buffer)
26446         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26447         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26448         (gnus-mime-display-alternative): Use with-current-buffer.
26449
26450 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26451
26452         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26453         also under 80 char limit, and call gnus-error if needed.
26454         (spam-fetch-article-header): Fix - it was a
26455         buffer-local variable (gnus-newsgroup-data).
26456         (spam-find-spam): Use spam-generate-fake-headers, forget about
26457         spam-insert-fake-headers.
26458         (spam-insert-fake-headers): Remove.
26459
26460 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26461
26462         * deuglify.el (gnus-article-outlook-unwrap-lines)
26463         (gnus-outlook-rearrange-article)
26464         (gnus-outlook-repair-attribution-outlook)
26465         (gnus-outlook-repair-attribution-block)
26466         (gnus-outlook-repair-attribution-other): Remove redundant
26467         save-excursion.
26468
26469 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26470
26471         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26472         (spam-fetch-field-subject-fast)
26473         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26474         (spam-fetch-article-header): Add functions to deal with Gnus
26475         internals for fast retrieval of article header data.
26476         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26477
26478 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26479
26480         * pop3.el (pop3-md5): Remove.
26481         (pop3-apop): Replace pop3-md5 with md5.
26482
26483         * mm-bodies.el: base64 is always built-in.
26484
26485         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26486         Use with-current-buffer.
26487
26488 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26489
26490         * canlock.el (canlock-insert-header): Remove excessive grouping in
26491         regexp.
26492
26493         * gnus-sum.el (gnus-summary-read-document): Ditto.
26494
26495         * gnus-uu.el (gnus-uu-part-number): Ditto.
26496
26497         * html2text.el (html2text-remove-tags): Ditto.
26498         (html2text-format-tags): Ditto.
26499         (html2text-format-single-elements): Ditto.
26500
26501         * mml.el (mml-parse-1): Ditto.
26502
26503 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26504
26505         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26506
26507         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26508
26509         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26510
26511         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26512
26513 2003-11-15  Simon Josefsson  <jas@extundo.com>
26514
26515         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26516         (pgg-gpg-lookup-key): Use regexp match instead of
26517         split-string (split-string is different between emacs 21.2 and
26518         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26519
26520 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26521
26522         * gnus-art.el (gnus-mime-view-all-parts)
26523         (gnus-article-part-wrapper, gnus-article-view-part):
26524         Use with-current-buffer.
26525
26526 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26527
26528         * spam.el (spam-disable-spam-split-during-ham-respool)
26529         (spam-spamoracle-database, spam-cache-lookups)
26530         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26531         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26532         (spam-group-ham-marks, spam-group-spam-marks)
26533         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26534         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26535         also add spam-use-blackholes to the statistical checks.
26536         (spam-fetch-field-fast): Add interface to fetching fields, may
26537         become a macro.
26538         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26539         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26540         (spam-insert-fake-headers): Fake an article when needed.
26541         (spam-find-spam): Fake article when possible.
26542         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26543         (spam-check-bogofilter-headers): Use message-fetch-field instead
26544         of nnmail-fetch-field.
26545
26546 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26547
26548         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26549
26550 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26551
26552         * spam.el (spam-split): Do not require spam-use-CHECK to be
26553         enabled if that check is passed to spam-split explicitly; also
26554         fix so 'spam doesn't get converted to spam-split-group when
26555         spam-split-symbolic-return is t.
26556         (spam-find-spam): Find registrations of the article and use those
26557         instead of re-running spam-split to find the spam/ham
26558         classification of the article.
26559         (spam-log-processing-to-registry, spam-log-registered-p)
26560         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26561         Use gnus-error instead of gnus-message.
26562         (spam-log-registration-type): Add function to determine the
26563         classification of a message based on registry entries; will
26564         return nil if both 'spam and 'ham are found.
26565         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26566         a reasonably fast local cache without the loading errors.
26567         (spam-cache-lookups): Set to t by default.
26568         (spam-find-spam): Don't try to guess spam-cache-lookups.
26569         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26570         spam-caches entry.
26571         (spam-filelist-build-cache, spam-filelist-check-cache):
26572         Fix caching of whitelist/blacklist entries.
26573         (spam-check-whitelist, spam-check-blacklist):
26574         Invoke spam-from-listed-p with a type, not a cache variable.
26575         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26576
26577 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26578
26579         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26580
26581         * nnmail.el (nnmail-split-fancy): do.
26582
26583         * mml.el (mml-parse): do.
26584
26585         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26586         (gnus-score-adaptive): do.
26587
26588 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26589
26590         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26591         (gnus-mime-button-map): Don't set keymap parent.
26592         (gnus-button-ctan-directory-regexp): Use shy grouping.
26593         (gnus-prev-page-map): Don't set keymap parent.
26594         (gnus-prev-page-map): Remove duplicated one.
26595         (gnus-next-page-map): Don't set keymap parent.
26596         (gnus-mime-security-button-map): Ditto.
26597
26598         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26599         version number.
26600
26601         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26602
26603 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26604
26605         * canlock.el (canlock-sha1-function): Remove.
26606         (canlock-sha1-function-for-verify): Remove.
26607         (canlock-openssl-program): Remove.
26608         (canlock-openssl-args): Remove.
26609         (canlock-ignore-errors): Remove.
26610         (canlock-sha1-with-openssl): Remove.
26611         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26612         (canlock-verify): Don't use canlock-ignore-errors.
26613
26614         * sha1-el.el (sha1-string-external): Make it can return a string
26615         in binary form.
26616         (sha1-region-external): Ditto.
26617         (sha1-string-internal): Ditto.
26618         (sha1-region-internal): Ditto.
26619         (sha1-region): Ditto.
26620         (sha1-string): Ditto.
26621         (sha1): Ditto.
26622
26623 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26624
26625         * spam.el (spam-report-articles-gmane): New command.
26626
26627 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26628
26629         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26630
26631         * run-at-time.el (run-at-time-saved): Remove.
26632         (run-at-time): Doc fix.
26633
26634 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26635
26636         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26637         (gnus-summary-limit-map): Add it.
26638         (gnus-summary-make-menu-bar): do.
26639
26640 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26641
26642         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26643         Make attempt at some caching support (done for BBDB only now).
26644         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26645         addresses to be checked.
26646         (spam-clear-cache-BBDB): Add function, to be invoked by
26647         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26648         (spam-check-BBDB): Check and use the caches, if
26649         spam-cache-lookups is on, remove superfluous (provide).
26650
26651 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26652
26653         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26654
26655 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26656
26657         * run-at-time.el (run-at-time-saved): Move to after the definition
26658         of `run-at-time'.
26659
26660         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26661
26662 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26663
26664         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26665         mm-w3m-local-map-property.
26666
26667         * mm-view.el (mm-w3m-mode-map): Remove.
26668         (mm-w3m-local-map-property): Remove.
26669         (mm-inline-text-html-render-with-w3m): Don't use
26670         mm-w3m-local-map-property.
26671
26672 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26673
26674         * run-at-time.el: New file.
26675
26676         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26677         under Emacs.
26678
26679         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26680         of gnus-set-text-properties.
26681
26682         * gnus-uu.el (gnus-uu-save-article): Ditto.
26683
26684         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26685
26686         * gnus-cite.el (gnus-cite-parse): Ditto.
26687
26688         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26689         of gnus-.
26690
26691         * gnus-xmas.el (run-at-time): Require run-at-time.
26692
26693         * gnus.el: Change calls to nnheader-run-at-time and
26694         password-run-at-time throughout to use run-at-time directly.
26695
26696         * password.el: Remove definition of run-at-time.
26697
26698         * nnheaderxm.el: Remove definition of run-at-time.
26699
26700 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26701
26702         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26703         in prompt.
26704
26705 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26706
26707         * messagexmas.el (message-xmas-redefine): Alias
26708         `message-make-caesar-translation-table' to
26709         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26710         version.
26711
26712         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26713         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26714         `gnus-xmas-set-text-properties'.
26715         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26716         `gnus-xmas-completing-read'.
26717         (gnus-xmas-completing-read): Removed.
26718         (gnus-xmas-open-network-stream): Removed.
26719
26720         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26721         XEmacs version.
26722
26723         * dns.el (dns-make-network-process): Use `open-network-stream'
26724         instead of `gnus-xmas-open-network-stream'.
26725
26726         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26727
26728         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26729
26730 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26731
26732         * gnus-art.el (gnus-mime-display-alternative)
26733         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26734         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26735         Don't use gnus-local-map-property.
26736
26737         * gnus-util.el (gnus-local-map-property): Remove.
26738
26739         * mm-view.el (mm-view-pkcs7-decrypt):
26740         Replace gnus-completing-read-maybe-default with completing-read.
26741
26742         * gnus-util.el (gnus-completing-read): do.
26743         (gnus-completing-read-maybe-default): Remove.
26744
26745 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26746
26747         * password.el: Only autoload `run-at-time' if not XEmacs.
26748         Only autoload the itimer functions if XEmacs.
26749
26750 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26751
26752         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26753         XEmacsen.
26754
26755         * dgnushack.el: Autoload executable-find for XEmacs.
26756
26757 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26758
26759         * gnus-art.el (gnus-read-string): Remove.
26760         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26761         read-string.
26762
26763 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26764
26765         * netrc.el: Autoload password-read.
26766         (netrc): Add configuration group.
26767         (netrc-encoding-method, netrc-openssl-path):
26768         Add variables for encoding and decoding of files with symmetric
26769         ciphers.
26770         (netrc-encode): Add assistant function to encode a file with
26771         netrc-encoding-method.
26772         (netrc-parse): Add interactive parameter, added optional
26773         decoding if netrc-encoding-method is non-nil but otherwise
26774         behavior is standard.
26775         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26776         Do s/encode/encrypt/ everywhere.
26777
26778         * spam.el: Remove executable-find autoload.
26779
26780 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26781
26782         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26783
26784         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26785
26786 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26787
26788         * gnus-art.el (gnus-treat-ansi-sequences)
26789         (article-treat-ansi-sequences): New variable and function.
26790         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26791
26792         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26793         Use it.
26794
26795 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26796
26797         * mm-util.el (mm-quote-arg): Remove.
26798
26799         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26800         shell-quote-argument.
26801
26802         * gnus-uu.el (gnus-uu-command): do.
26803
26804         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26805
26806         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26807         with make-char.
26808
26809         * mm-util.el (mm-make-char): Remove.
26810
26811         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26812         add-minor-mode.
26813
26814         * gnus-undo.el (gnus-undo-mode): do.
26815
26816         * gnus-topic.el (gnus-topic-mode): do.
26817
26818         * gnus-sum.el (gnus-dead-summary-mode): do.
26819
26820         * gnus-start.el (gnus-slave-mode): do.
26821
26822         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26823
26824         * gnus-ml.el (gnus-mailing-list-mode): do.
26825
26826         * gnus-gl.el (gnus-grouplens-mode): do.
26827
26828         * gnus-draft.el (gnus-draft-mode): do.
26829
26830         * gnus-dired.el (gnus-dired-mode): do.
26831
26832         * gnus-ems.el (gnus-add-minor-mode): Remove.
26833
26834         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26835         Replace gnus-char-width with char-width.
26836
26837         * gnus-ems.el (gnus-char-width): Remove.
26838
26839         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26840         Replace gnus-char-width with char-width.
26841
26842         * gnus-ems.el (gnus-char-width): Remove.
26843
26844         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26845         definition.
26846         Remove Emacs 20 hash table compatibility code.
26847
26848         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26849         20 compatibility code.
26850
26851         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26852
26853         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26854
26855         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26856         Replace with point-at-{eol,bol}.
26857
26858         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26859
26860         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26861
26862         * flow-fill.el (fill-flowed-point-at-bol)
26863         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26864
26865         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26866         Replace with point-at-{eol,bol} throughout all files.
26867
26868 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26869
26870         * ntlm.el (ntlm-string-as-unibyte): New macro.
26871         (ntlm-build-auth-response): Use it.
26872
26873         Remove Emacs 20 stuff:
26874         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26875         (butlast, mapc, remove): Remove the compiler macros.
26876         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26877         of delq and copy-sequence.
26878         * gnus-art.el (popup-menu): Remove the compiler macro.
26879         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26880         Emacs 20.
26881
26882 2004-01-05  Simon Josefsson  <jas@extundo.com>
26883
26884         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26885         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26886         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26887         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26888         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26889         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26890         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26891         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26892         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26893         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26894         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26895         string-xor into ntlm-string-xor.
26896         Suggested by Jesper Harder <harder@myrealbox.com>.
26897
26898         * ntlm.el: Don't include poem.
26899
26900         * md4.el (print-int32, print-string-hexa): Remove.
26901         Suggested by Jesper Harder <harder@myrealbox.com>.
26902
26903         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26904
26905         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26906         probably breaks emacs with DL patch, but do we care? Is anyone
26907         still using the DL stuff?)
26908
26909         * sieve-manage.el: Use the password package.
26910         (sieve-manage-read-passwd): Remove.
26911         (sieve-manage-interactive-login): Use password.  Re-add
26912         condition-case around loop.
26913
26914         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26915         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26916         Use the password package.
26917
26918 2003-02-19  Simon Josefsson  <jas@extundo.com>
26919
26920         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26921         token.
26922
26923 2002-08-07  Simon Josefsson  <jas@extundo.com>
26924
26925         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26926         (sieve-manage-authenticators):
26927         (sieve-manage-authenticator-alist): Add some SASL mechs.
26928         (sieve-sasl-auth): New function.
26929         (sieve-manage-cram-md5-auth):
26930         (sieve-manage-plain-auth): Rewrite using SASL library.
26931         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26932         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26933         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26934         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26935
26936 2004-01-05  Simon Josefsson  <jas@extundo.com>
26937
26938         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26939         New files.
26940
26941 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26942
26943         * gnus-group.el (gnus-no-groups-message): Update.
26944
26945         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26946
26947 2003-11-09  Simon Josefsson  <jas@extundo.com>
26948
26949         * imap.el: Support for ID IMAP extension (RFC 2971).
26950         (imap-local-variables): Add imap-id.
26951         (imap-id): New variable.
26952         (imap-id): New function.
26953         (imap-parse-response): Parse untagged ID response.
26954         * nnimap.el (nnimap-id): New variable.
26955         (nnimap-open-connection): Use it.
26956
26957 2003-12-28  Simon Josefsson  <jas@extundo.com>
26958
26959         * gnus-score.el (gnus-score-edit-all-score): New.
26960         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26961
26962 2004-01-04  Simon Josefsson  <jas@extundo.com>
26963
26964         * password.el: Add.
26965
26966 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26967
26968         * dns.el (dns-query-types): Fix typo.
26969         (dns-query-types): New function.
26970         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26971         PTR and SOA replies, see RFC 1035.
26972
26973 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26974
26975         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26976
26977         * Move to Changelog.2.
26978
26979 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26980
26981         * gnus.el (gnus-version-number): Bump version.
26982
26983 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26984
26985         * gnus.el: No Gnus v0.1 is released.
26986
26987 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26988
26989         * gnus.el: No Gnus v0.0 is released.
26990
26991 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26992
26993         * gnus.el (gnus-version-number): Bump.
26994         (gnus-version): No.
26995
26996 See ChangeLog.2 for earlier changes.
26997
26998   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26999
27000   This file is part of GNU Emacs.
27001
27002   GNU Emacs is free software: you can redistribute it and/or modify
27003   it under the terms of the GNU General Public License as published by
27004   the Free Software Foundation, either version 3 of the License, or
27005   (at your option) any later version.
27006
27007   GNU Emacs is distributed in the hope that it will be useful,
27008   but WITHOUT ANY WARRANTY; without even the implied warranty of
27009   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27010   GNU General Public License for more details.
27011
27012   You should have received a copy of the GNU General Public License
27013   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27014
27015 ;; Local Variables:
27016 ;; coding: utf-8
27017 ;; fill-column: 79
27018 ;; add-log-time-zone-rule: t
27019 ;; End: