41c51606f217e913d0880c881848a8e48346c2cf
[gnus] / lisp / ChangeLog
1 2013-12-26  Sean Connor  <sconnor005@allyinics.org>
2
3         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
4         value of the parameters if the current article has a Reply-To or From
5         field.
6
7 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
8
9         * gnus.el (gnus-group-buffer): Remove duplicate definition.
10
11 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
12
13         * gnus-sum.el (gnus-summary-exit): Stop animations.
14
15 2013-12-19  Juri Linkov  <juri@jurta.org>
16
17         * gnus.el (gnus-suppress-keymap):
18         * gnus-art.el (gnus-article-mode-map):
19         * gnus-group.el (gnus-group-mode-map):
20         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
21         Remove [backspace] key binding because it shadows DEL (bug#16035).
22
23         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
24
25 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26
27         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
28         Make sure work directory exists.
29         (gnus-uu-digest-mail-forward): Store temporary files in work directory
30         rather than tmp directory.
31         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
32         not necessarily always run, with it.
33
34 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
35
36         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
37         value of gnus-icalendar-additional-identities work without restart.
38
39 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
40
41         * mm-util.el (mm-make-temp-file):
42         Alias to make-temp-file for modern Emacsen.
43
44 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
45
46         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
47         nnir-article-number and nnir-article-group.
48
49 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
50
51         * message.el (message-send-mail-with-sendmail):
52         Don't kill error buffer if sending fails.
53
54 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
55
56         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
57         (gnus-icalendar-event->org-entry)
58         (gnus-icalendar--update-org-event)
59         (gnus-icalendar-event->gnus-calendar): Distinguish between
60         required/optional/non-participant attendee status. Fix bug causing
61         the first required event participant to be omitted.
62
63 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
64
65         * gnus-art.el (article-de-quoted-unreadable)
66         (article-de-base64-unreadable, gnus-mime-copy-part)
67         * gnus-html.el (gnus-article-html)
68         * mm-view.el (mm-inline-text-html-render-with-w3)
69         (mm-inline-text-html-render-with-w3m-standalone)
70         * rfc2231.el (rfc2231-decode-encoded-string):
71         Allow overriding charset by mm-charset-override-alist.
72
73         * gnus-art.el (gnus-article-browse-html-parts):
74         Replace LWSPs with `&nbsp;'s in header.
75
76         Work for broken Chinese articles.
77
78         * gnus-art.el (gnus-article-browse-html-save-cid-content):
79         Exclude broken handles that gnus-summary-enter-digest-group may create.
80         (gnus-article-browse-html-parts):
81         Allow overriding charset by mm-charset-override-alist.
82
83 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
84
85         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
86         (gnus-icalendar-identities): Support additional-identities.
87
88 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
89
90         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
91         org-timestamp for events ending at midnight.
92
93 2013-11-21  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
94
95         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
96         .log files.
97
98 2013-11-20  David Engster  <deng@randomsample.de>
99
100         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
101
102 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
103
104         * message.el (message-beginning-of-line):
105         Use beginning-of-visual-line when visual-line-mode is turned on.
106
107 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
108
109         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
110         (gnus-icalendar-event-from-ical)
111         (gnus-icalendar-event->org-entry)
112         (gnus-icalendar--update-org-event): Required/optional participation,
113         list of attendees synced to org.
114
115 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
116
117         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
118         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
119         cancellations to be synced to org if the original appt has an org
120         outline.
121
122 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
123
124         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
125         (gnus-icalendar-event->org-entry)
126         (gnus-icalendar--update-org-event)
127         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
128
129 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
130
131         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
132         Fix timezone handling in gnus-icalendar export to org.
133
134 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
135
136         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
137
138 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
139
140         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
141
142 2013-10-30  Glenn Morris  <rgm@gnu.org>
143
144         * gnus-group.el (gnus-group-browse-foreign-server):
145         * gnus-int.el (gnus-start-news-server):
146         Silence compiler obsolescence warning.
147
148 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
149
150         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
151         `nnoo-current-server' first, then for the actual `nnimap-address' to
152         allow netrc entries for the nnoo server to coexist with netrc entries
153         for the `nnimap-address'.
154
155 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
156
157         * mm-decode.el (mm-dissect-buffer): Revert last change.
158         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
159         The problem that motivated those changes was attributed to a broken
160         mail sender, and has been fixed.
161
162 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
163
164         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
165         token is missing in the Content-Type header.
166
167         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
168
169 2013-09-18  Glenn Morris  <rgm@gnu.org>
170
171         * gnus-util.el (image-size): Declare.
172
173 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
174
175         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
176         (gnus-icalendar-event-from-ical)
177         (gnus-icalendar-event--build-reply-event-body)
178         (gnus-icalendar-event-reply-from-buffer)
179         (gnus-icalendar-find-org-event-file)
180         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
181         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
182
183         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
184
185 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
186
187         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
188         Use save-current-buffer.
189         (gnus-tree-mode-map): Initialize in the declaration.
190         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
191         (scroll-in-place): Defvar it.
192         (gnus-tmp-*): Defvar them.
193         (gnus-get-tree-buffer): Use derived-mode-p.
194         (gnus--let-eval): New macro.
195         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
196         non-prefixed variables.
197         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
198
199         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
200         vars since it doesn't seem to be available.
201         (gnus-set-global-variables, gnus-summary-read-group-1)
202         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
203         (gnus-summary-display-article, gnus-summary-select-article)
204         (gnus-summary-next-article, gnus-offer-save-summaries)
205         (gnus-summary-generic-mark): Use derived-mode-p.
206         (gnus-summary-read-group-1, gnus-summary-exit)
207         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
208         Adjust calls to gnus-tree-close and gnus-tree-open.
209
210         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
211
212         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
213         (gnus-agent-mode): Use derived-mode-p.
214         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
215         gnus-command-method and *-command-method to nil, but bind
216         gnus-command-method to *-command-method instead!
217         (gnus-agent-fetch-articles): Remove unused var `id'.
218         (gnus-agent-fetch-headers): Remove unused arg `force'.
219         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
220         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
221         (gnus-agent-short-article, gnus-agent-long-article)
222         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
223         first use.
224         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
225         `score-param'.
226         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
227         (gnus-get-predicate): Push in front of the cache, rather than end.
228         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
229         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
230         (gnus-agent-expire-unagentized-dirs): Don't rebind
231         gnus-agent-expire-current-dirs since the defvar silences the warning.
232         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
233         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
234         (gnus-agent-regenerate): Simplify interactive spec and doc.
235
236 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
237
238         * gnus-int.el (gnus-open-server): Silence compiler.
239
240         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
241
242         * message.el (message-display-completion-list): Abolish.
243         (message-completion-in-region): Use display-completion-list.
244
245 2013-09-17  Glenn Morris  <rgm@gnu.org>
246
247         * gnus-util.el (gnus-message-with-timestamp-1):
248         Use `messages-buffer' function if available.  Ignore read-only.
249
250 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
251
252         * message.el (message-expand-group, message-completion-in-region):
253         Correct the order of start and end of a region.
254
255 2013-09-13  Glenn Morris  <rgm@gnu.org>
256
257         * mml2015.el (gnus-create-image): Autoload it.
258
259         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
260
261         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
262         (image-size): Declare.
263
264 2013-09-12  Glenn Morris  <rgm@gnu.org>
265
266         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
267         Avoid using `find', which i) might not be defined at runtime;
268         ii) does not work, since its default test is eql, not equal.
269         (gnus-mime-action-alist): Declare.
270
271 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
272
273         * score-mode.el (gnus-score-mode-map): Move initialization
274         into declaration.
275         (gnus-score-mode): Use define-derived-mode.
276         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
277         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
278         into declaration.
279         (gnus-kill-file-mode): Use define-derived-mode.
280         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
281         Use derived-mode-p.
282         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
283         (gnus-group-setup-buffer, gnus-group-name-at-point)
284         (gnus-group-make-web-group, gnus-group-enter-directory)
285         (gnus-group-suspend): Use derived-mode-p.
286         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
287         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
288         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
289         (gnus-article-setup-buffer, gnus-article-prepare)
290         (gnus-article-prepare-display, gnus-sticky-article)
291         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
292         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
293         (gnus-article-read-summary-keys): Use derived-mode-p.
294
295 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
296
297         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
298
299 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
300
301         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
302         shift_jis from the default value set for Japanese users.
303
304 2013-08-13  Glenn Morris  <rgm@gnu.org>
305
306         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
307
308         * gnus.el (gnus-valid-select-methods): Fix type.
309
310         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
311
312 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
313
314         * mm-decode.el (mm-display-external): Run a timer for the temp files
315         deletion after a viewer exits; add a deletion timer for the needsterm
316         case, too.
317
318         * mm-decode.el (mm-display-external): Try to delete temporary files by
319         using a 1-min. timer.
320
321 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
322
323         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
324         New internal variables.
325         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
326         (mm-display-external): Use it to delete temporary files instead of
327         using timers.
328
329 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
330
331         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
332
333 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
334
335         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
336         with cond for backwards compatability.
337
338 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
339
340         * mm-decode.el (mm-display-external): Bind process-connection-type to
341         nil; don't delete a temp file immediately even if a viewer finishes,
342         since it may be a shell script, like xdg-open, that launches a real
343         viewer program belatedly.
344
345 2013-08-05  Dave Abrahams  <dave@boostpro.com>
346
347         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
348         that we can create nndoc groups that excerpt other groups.
349
350 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
351
352         * gnus-delay.el (gnus-delay-article): Fix typo.
353
354         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
355         articles.
356
357         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
358         we can get spell-checking etc.
359
360 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
361
362         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
363         a single one used for encoding the whole text in a header.
364
365 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
366
367         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
368         doesn't work properly on XEmacs.
369
370 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
371
372         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
373         before sending.
374
375         * dgnushack.el (dgnushack-compile): Add a temporary check for
376         gnus-icalendar.
377
378         * mm-decode.el (mm-command-output): New face.
379         (mm-display-external): Use it.
380
381 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
382
383         * nnmbox.el (nnmbox-request-article): Don't change point.
384
385 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
386
387         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
388         Include `handle' parameter.
389
390 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
391
392         * gnus-icalendar.el: New file.
393
394 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
395
396         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
397
398         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
399         dummy roots, too.
400
401 2013-08-01  David Edmondson  <dme@dme.org>
402
403         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
404         out on ttys.
405
406 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
407
408         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
409         not empty.
410
411         * nnrss.el (nnrss-discover-feed): Indent.
412
413 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
414
415         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
416
417 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
418
419         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
420         dirty to ensure nnimap data being saved.
421
422 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
423
424         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
425         menu entry.
426
427         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
428         the current thread's total score instead of the current article's
429         score.
430
431         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
432         (gnus-sort-threads-recursively): Delete defcustom.
433         (gnus-sort-threads-recursive): Adapt accordingly.
434
435 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
436
437         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
438         (gnus-sort-threads-recursive): Use it.
439         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
440         again.  Now that determines how to sort subthreads.
441
442 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
443
444         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
445         (gnus-sort-threads): Use it.
446
447 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
448
449         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
450         punctuation characters follow parentheses (bug#14950).
451
452 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
453
454         * gnus.el (gnus-continuum-version):
455         * gnus-msg.el (gnus-extended-version): Simplify.
456
457         * gnus.el (gnus-continuum-version-1): Remove.
458         * gnus-msg.el (gnus-bug): Revert.
459
460         Calculate gnus-version correctly on Cygwin.
461
462         * gnus.el (gnus-continuum-version): Do main calculations in integers.
463         (gnus-continuum-version-1): New function, return a string.
464
465         * gnus-msg.el (gnus-extended-version, gnus-bug):
466         Use gnus-continuum-version-1 instead of gnus-continuum-version.
467
468 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
469
470         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
471         (bug#13384).
472
473 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
474
475         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
476         that were only relevant in a development version a long time ago.
477
478 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
479
480         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
481         that the old Emacs 24s bundle.
482
483 2013-07-10  David Engster  <deng@randomsample.de>
484
485         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
486         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
487         fixes a bug in Emacs trunk where the 'unexist' marks were always
488         removed at startup because "Gnus v5.13" was considered smaller than "Ma
489         Gnus v0.03".
490
491 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
492
493         * gnus.el (gnus-summary-line-format): Reference
494         `gnus-user-date-format-alist' for the &user-date; format, not
495         `gnus-summary-user-date-format-alist'.
496
497 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
498
499         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
500         delete files (bug#13481).
501
502 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
503
504         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
505
506 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
507
508         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
509         display images.
510
511         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
512
513         * message.el (message-cancel-news): According to
514         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
515         preferred over "cmsg cancel" in the Subject.
516
517         * nnir.el (nnir-engines): Note that the group specs are regexps
518         (bug#13238).
519
520         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
521         gotten read-only text properties, ensure that those aren't heeded when
522         copying stuff over (bug#13434).
523
524         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
525         (bug#13762).
526
527 2013-07-05  David Kastrup  <dak@gnu.org>
528
529         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
530         authinfo file again (important for blank passwords).  This had been
531         broken with 2013-06-15 change.
532
533 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
534
535         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
536         Revert 2013-01-14 change.
537
538 2013-07-02  Daiki Ueno  <ueno@gnu.org>
539
540         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
541         of 'create-image' for XEmacs compatibility; check errors when decoding
542         image.  Reported by Uwe Brauer.
543
544 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
545
546         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
547         gnus-button-push revised at 2011-01-19.
548
549 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
550
551         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
552         now live in the lisp/net Emacs 24 repository.
553
554 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
555
556         * eww.el (eww-update-header-line-format): Quote % characters.
557
558 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
559
560         * eww.el (eww-process-text-input): Display passwords as asterisks.
561
562         * shr.el (shr-make-table-1): Protect against invalid column-spans.
563
564 2013-06-19  Tom Tromey  <tromey@redhat.com>
565
566         * eww.el (eww-top-url): Remove.
567         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
568         (eww-render): Set new variables.  Don't set eww-top-url.
569         (eww-handle-link): Handle "prev", "home", and "contents".
570         Downcase the rel text.
571         (eww-top-url): Choose best top URL.
572
573 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
574
575         * eww.el: Rewrite to implement form elements "by hand" instead of
576         relying in widget.el.  Using widget.el leads to too many
577         user interface inconsistencies.
578         (eww-self-insert): Implement entering commands in text fields.
579         (eww-process-text-input): New function to make text input field editing
580         work.
581         (eww-submit): Rewrite to use the new-style form methods.
582         (eww-select-display): Display the correct selected item.
583         (eww-change-select): Implement changing the select value.
584         (eww-toggle-checkbox): Implement radio/checkboxes.
585         (eww-update-field): Fix compilation error.
586         (eww-tag-textarea): Implement <textarea>.
587
588         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
589         don't shadow mode-specific bindings.
590
591         * eww.el (eww-browse-url): Don't push stuff onto history if there's
592         nothing to push.
593
594         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
595
596 2013-06-19  Glenn Morris  <rgm@gnu.org>
597
598         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
599
600 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
601
602         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
603
604 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
605
606         * shr.el (shr-make-table-1): Implement <td rowspan>.
607         (shr-table-horizontal-line): Allow nil as a value, and change the
608         default.
609         (shr-insert-table-ruler): Respect the nil value.
610
611 2013-06-18  Tom Tromey  <tromey@barimba>
612
613         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
614         New defvars.
615         (eww-open-file): New defun.
616         (eww-render): Initialize new variables.
617         (eww-display-html): Handle "link" and "a".
618         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
619         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
620         (eww-back-url): Rename from eww-previous-url.
621         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
622         defuns.
623
624 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
625
626         * shr.el (shr-tag-table): Insert the images after the table, so that
627         they're not covered by the table colourisation, which often looked
628         awkward.
629         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
630         <dd>.
631         (shr-make-table-1): Implement <td colspan=> support.
632         (shr-insert-document): Use one less than window width if `shr-width' is
633         nil, since otherwise things may get one character too wide.
634
635 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
636
637         * eww.el (eww-detect-charset): Improve regexp; move backward.
638
639 2013-06-18  Glenn Morris  <rgm@gnu.org>
640
641         * mm-decode.el (widget-convert-button): Autoload.
642
643         * sieve-manage.el (mm-enable-multibyte): Autoload.
644
645         * shr.el (libxml-parse-html-region): Declare.
646         (shr-render-buffer): Explicit error if no libxml2 support.
647
648 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
649
650         * auth-source.el (auth-source-current-line): New function.
651         (auth-source-netrc-parse-entries): When a data token is "machine",
652         assume we're in the wrong place and abort parsing the current line.
653
654 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
655
656         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
657         (eww-convert-widgets): Don't bug out if the first widget starts at the
658         beginning of the buffer.
659         (eww-convert-widgets): Fix last patch.
660         (eww-tag-input): Support <input type=image>.
661
662         * shr.el (shr-insert-table): Respect border-collapse: collapse.
663         (shr-tag-base): Protect against base specs that are degenerate.
664         (shr-ensure-paragraph): Don't delete empty lines that have text
665         properties, because these may be input fields.
666
667         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
668         we can navigate to them.
669
670         * shr.el (shr-colorize-region): Put the colours over the entire region.
671         (shr-inhibit-decoration): New variable.
672         (shr-add-font): Use it to inhibit text property decorations while doing
673         preliminary table renderings.  This speeds up typical Wikipedia page
674         renderings by 15%.
675         (shr-tag-span): Don't respect the <title>, because that overwrites the
676         help-echo from links inside the spans.
677         (shr-next-link): Use `help-echo' for navigation, so that we can
678         navigate to form elements, too.
679
680         * eww.el (eww-button): New face.
681         (eww-convert-widgets): Use it to make submit buttons more button-like.
682
683         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
684         that Gnus commands work.
685
686         * shr.el (shr-render-td): Support horizontal alignment.
687
688         * eww.el (eww-put-color): Removed.
689         (eww-colorize-region): Use `add-face-text-property'.
690
691         * shr.el (shr-add-font): Append face data, so that we get the correct
692         precedence: The innermost value (which is applied first) wins.
693         (shr-make-overlay): Obsolete function.
694
695         * mm-decode.el (mm-convert-shr-links): New function to convert
696         new-style shr URL links into widgets.
697         (mm-shr): Use it.
698
699         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
700         widget commands, since we're no longer using widgets for links.
701
702         * shr.el (shr-next-link): New command.
703         (shr-previous-link): New command.
704         (shr-urlify): Don't use `widget-convert', because that's slow.
705         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
706         because collecting the overlays and reapplying them when generating
707         tables is slow.
708         (shr-insert-table): Ditto.
709
710 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
711
712         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
713         * shr.el (browse-url): Require `url'.
714         * eww.el (url): Require format-spec.
715
716 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
717
718         * eww.el (eww-display-html): Default to using the entire window width.
719         (eww-browse-url): Don't add a User-Agent header (twice), because that
720         makes Bing refuse connection.
721
722         * shr.el (shr-make-table): Cache the table rendering at the table
723         level, and not the <td> level.  This is a bit faster.
724
725         * eww.el (eww-render): Go to the correct ID when given URLs ending with
726         #id.
727
728         * shr.el (shr-tag-li): Don't require a new paragraph, since other
729         browsers don't.
730         (shr-expand-url): Respect #anchor links.
731         (shr-parse-base): Chop off the anchor before using.
732         (shr-descend): Respect display: none.
733         (shr-descend): Allow marking elements that have certain IDs.
734
735         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
736
737         * shr.el (shr-expand-url): Don't bug out on zero-length links.
738
739         * eww.el (eww-tag-textarea): Support <textarea>.
740
741 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
742
743         * shr.el (shr-dom-to-xml): Fixed function call.
744
745         * eww.el (eww): New group.
746         (eww-header-line-format): New custom variable.
747         (eww-current-title): New variable.
748         (eww-display-html): Update header and handle title tag.
749         (eww-update-header-line-format): New function.
750         (eww-tag-title): New function.
751
752         * shr.el (shr-dom-to-xml): New function.
753         (shr-tag-svg): Add support for the SVG tag.
754         (shr-bullet): New custom variable.
755         (shr-tag-li): Support custom bullet in unordered lists.
756
757 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
758
759         * shr.el (shr-expand-url): Respect // URLs.
760
761         * eww.el (eww-tag-body): Override the shr body rendering so that we can
762         put a background colour onto the entire buffer.
763         (eww-render): When being redirected, use the redirect URL as the new
764         base URL.
765
766         * shr.el (shr-parse-base): Fix parsing error.
767
768         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
769
770         * shr.el (shr-parse-base): New function.
771         (shr-expand-url): Use it to expand relative URLs reliably.
772
773 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
774
775         * auth-source.el (auth-source-search-collection): Fix docstring.
776         (auth-source-netrc-parse): Refactor and improve netrc parser to support
777         single-quoted strings and multiline entries.
778         (auth-source-netrc-parse-next-interesting)
779         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
780         functions to support parser.
781
782 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
783
784         * eww.el (eww-submit): Get submit button logic right when hitting RET
785         on non-submit buttons.
786
787         * shr.el: Remove shr-preliminary-table-render, since that can't really
788         be used for anything in practice.
789
790 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
791
792         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
793         (sieve-manage-quit).
794
795 2013-06-14  Glenn Morris  <rgm@gnu.org>
796
797         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
798
799 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
800
801         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
802         control the maximum size of photo ID image.
803         (mml2015-epg-key-image-to-string): Respect it.
804
805 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
806
807         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
808         instead of the final one so that we can more easily distinguish them.
809
810         * eww.el (eww-submit): Compute the submission URL correctly.
811
812 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
813
814         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
815         Use plist-get rather than CL's getf.
816         (sieve-manage-parse-capability): Avoid CL's remove-if.
817
818 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
819
820         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
821         (sieve-manage-quit).
822
823 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
824
825         * shr.el (shr-expand-url): Expansion should chop off the bits after the
826         last slash.
827
828         * eww.el (eww-tag-select): Use the first value as the default value.
829
830 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
831
832         * eww.el (eww): Prepend urls with http:// if scheme is missing.
833         (eww-mode): Use `define-derived-mode'.
834         (eww-parse-headers): Parse headers from beginning of buffer so that
835         file:// links work.
836
837 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
838
839         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
840
841 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
842
843         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
844         to handle them at all.
845
846 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
847
848         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
849         work, too.
850         (eww-tag-select): Implement <select>.
851
852 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
853
854         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
855         stream managing functions by using open-protocol-stream to do most of
856         the work.  Has the nice benefit of enabling STARTTLS.
857         Wait for capabilities after STARTTLS: following RFC5804, the server
858         sends new capabilities after successfully establishing a TLS connection
859         with the client. The client should update the cached list of
860         capabilities, but we just ignore the answer for now.
861         (sieve-manage-network-p, sieve-manage-network-open)
862         (sieve-manage-starttls-p, sieve-manage-starttls-open)
863         (sieve-manage-forward, sieve-manage-streams)
864         (sieve-manage-stream-alist): Remove unneeded functions neither in the
865         API, nor called by any other function.
866         Enable Multibyte for SieveManage buffers: The parser won't properly
867         handle umlauts and line endings unless multibyte is turned on in the
868         process buffer.
869
870 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
871
872         * eww.el (eww-tag-input): Support password fields.
873         (eww-submit): Support POST.
874
875 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
876
877         * eww.el (eww-tag-form): Protect against degenerate forms.
878
879         * shr.el (shr-expand-url): Expand URLs that start with a slash
880         correctly.
881
882         * eww.el (eww-submit): Get submit button logic right.
883
884         * shr.el (shr-final-table-render): New variable to signal when we're
885         doing the final table rendering so that we can collect more data at
886         that point.
887
888         * eww.el (eww-submit): Make form submission work.
889         (eww-tag-input): Implement submit buttons.
890         (eww-click-radio): Implement radio and checkboxes.
891         (eww-submit): Handle hidden elements.
892
893         * shr.el (shr-descend): Allow other packages to override (or provide)
894         rendering of elements.
895         (shr-expand-url): Strip query strings from URLs before expanding them.
896
897         * eww.el: Don't require cl-lib.
898         (eww-tag-form): Start form support.
899
900         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
901
902         * eww.el: Start writing a new, tiny web browser.
903         (eww-previous-url): New command.
904         (eww-quit): New command.
905
906 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
907
908         * sieve.el: Put point at beginning of buffer when viewing a script.
909         (sieve-open-server): Respect the PORT parameter.  Show the correct port
910         number in sieve-buffer's header.  Fixed code to also work with a string
911         as port specifier. Properly close the connection on pressing 'q'.  Make
912         sieve-manage-quit close the connection and process buffer.  Also, remove
913         duplicate keybinding for 'q'.
914
915 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
916
917         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
918         make it easier to read.
919         (mm-pkcs7-enveloped-magic): Ditto.
920
921 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
922
923         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
924         before `image-type-available-p' to avoid loading the image libraries
925         needlessly.
926
927 2013-06-05  David Engster  <deng@randomsample.de>
928
929         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
930         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
931         to see whether the group was synced before.
932
933 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
934
935         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
936         when opening the connection.
937         Suggested by João Távora <joaotavora@gmail.com> in
938         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
939
940 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
941
942         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
943         assume Date header begins with "Date", that may be customized into
944         something like "X-Sent" using gnus-article-time-format.
945         (article-transform-date): Allow multi-line Date header.
946
947 2013-06-02  David Engster  <deng@randomsample.de>
948
949         * registry.el (initialize-instance, registry-lookup)
950         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
951         (registry-lookup-secondary-value, registry-search, registry-delete)
952         (registry-insert, registry-reindex, registry-size, registry-prune): Do
953         not wrap methods in `eval-and-compile'.  This breaks due to latest
954         changes in EIEIO (introduction of eieio-core.el).
955
956 2013-05-30  Glenn Morris  <rgm@gnu.org>
957
958         * nnmail.el (nnmail-fancy-expiry-target):
959         Also bind mail-dont-reply-to-names.
960
961         * spam-stat.el (spam-stat-save):
962         No need to tweak font-lock in temp buffers.
963
964         * shr.el (shr-put-image): Silence compiler.
965
966 2013-05-29  Glenn Morris  <rgm@gnu.org>
967
968         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
969
970         * gnus-group.el (gnus-sequence-of-unread-articles)
971         (gnus-summary-add-mark, gnus-mark-article-as-read)
972         (gnus-group-make-articles-read): Declare.
973
974         * gnus-sum.el (gnus-parameter-list-identifier)
975         (gnus-article-stop-animations, gnus-stop-downloads)
976         (gnus-article-only-boring-p, article-goto-body)
977         (gnus-flush-original-article-buffer, article-narrow-to-head)
978         (gnus-article-hidden-text-p, gnus-delete-wash-type)
979         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
980
981         * gnus.el: No need to eval-and-compile autoloads.
982
983         * gravatar.el (help-function-arglist): Autoload.
984
985         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
986
987         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
988
989         * spam.el: No need to load spam-report when compiling.
990         No need to eval-and-compile autoloads.
991         (spam-report-resend-to): Declare.
992         (spam-report-resend-register-routine): Require 'spam-report.
993
994 2013-05-24  Julien Danjou  <julien@danjou.info>
995
996         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
997         setup.
998
999 2013-05-23  Glenn Morris  <rgm@gnu.org>
1000
1001         * gnus-util.el (rmail-swap-buffers-maybe)
1002         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1003         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1004         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1005
1006         * mm-decode.el: No need to load term when compiling.
1007         (term-mode, term-char-mode): Declare.
1008
1009         * mm-util.el: No need to load jka-compr when compiling.
1010         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1011
1012         * nnmaildir.el: Require is automatically eval-and-compile.
1013         (nnmail): Require at run-time too.
1014
1015         * registry.el (registry-size): Move definition before use.
1016
1017 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1018
1019         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1020         signed data to conform the standard.  (Bug#14232)
1021
1022 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1023
1024         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1025         double angle quotation mark.
1026
1027 2013-05-20  Glenn Morris  <rgm@gnu.org>
1028
1029         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1030
1031 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1032
1033         * message.el (message-insert-formatted-citation-line): handle finding
1034         first/lastname when more than 2 names appear.
1035
1036 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1037
1038         * shr.el (shr-tag-span): New function.
1039
1040 2013-05-18  Glenn Morris  <rgm@gnu.org>
1041
1042         * message.el (message-mode): Use message-mode-abbrev-table,
1043         with text-mode-abbrev-table as parent.  (Bug#14413)
1044
1045 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1046
1047         * message.el (message-expand-group): Decode group names.
1048
1049 2013-05-16  Julien Danjou  <julien@danjou.info>
1050
1051         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1052         app-icon.
1053
1054 2013-05-15  Glenn Morris  <rgm@gnu.org>
1055
1056         * shr-color.el (shr-color-visible-luminance-min)
1057         (shr-color-visible-distance-min): Use shr-color group.
1058
1059 2013-05-11  Glenn Morris  <rgm@gnu.org>
1060
1061         * gnus-vm.el: Make it loadable without VM.
1062         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1063         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1064
1065 2013-05-09  Glenn Morris  <rgm@gnu.org>
1066
1067         * mml1991.el: Make it loadable.  (Bug#13456)
1068
1069         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1070         * gnus-async.el (gnus-async-post-fetch-function):
1071         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1072         * gnus-html.el (gnus-html-image-cache-ttl):
1073         * gnus-notifications.el (gnus-notifications-timeout):
1074         * gnus-picon.el (gnus-picon-properties):
1075         * gnus-util.el (gnus-completion-styles):
1076         * gnus.el (gnus-other-frame-resume-function):
1077         * message.el (message-user-organization-file)
1078         (message-cite-reply-position):
1079         * nnir.el (nnir-summary-line-format)
1080         (nnir-retrieve-headers-override-function):
1081         * shr-color.el (shr-color-visible-luminance-min):
1082         * shr.el (shr-blocked-images):
1083         * spam-report.el (spam-report-resend-to):
1084         * spam.el (spam-summary-exit-behavior): Fix custom types.
1085
1086         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1087
1088 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1089
1090         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1091         because of let-binding help-xref-following.  (Bug#14356)
1092
1093 2013-05-06  Glenn Morris  <rgm@gnu.org>
1094
1095         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1096
1097 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1098
1099         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1100         entering into the registry.
1101
1102 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1103
1104         * gnus.el: Ma Gnus v0.7 is released.
1105
1106 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1107
1108         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1109         (Bug#14304)
1110
1111 2013-04-27  Glenn Morris  <rgm@gnu.org>
1112
1113         * gnus.el (gnus-list-debbugs):
1114         Use require rather than autoload.  (Bug#14262)
1115
1116 2013-04-27  Julien Danjou  <julien@danjou.info>
1117
1118         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1119         port to "sieve" now that it has an official IANA port assigned.
1120
1121 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1122
1123         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1124         Don't set the MAILHOST environment variable permanently (Bug#14271).
1125
1126 2013-04-26  Glenn Morris  <rgm@gnu.org>
1127
1128         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1129
1130 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1131
1132         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1133         string values of 'gcc-self. Thanks to Saroj Thirumalai.
1134
1135 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1136
1137         * nnir.el (nnir-close-group): Make sure we are in the right group.
1138
1139         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1140         dependency table from all newly retrieved headers.
1141
1142 2013-04-16  David Edmondson  <dme@dme.org>
1143
1144         Support <img src="data:...">.
1145
1146         * shr.el (shr-image-from-data): New function.
1147         (shr-tag-img): Use it.
1148
1149 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1150
1151         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1152         group.
1153
1154 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1155
1156         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1157         corresponding to any existing group (Bug#14166).
1158
1159 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1160
1161         * nnir.el (number-sequence): No longer used.
1162         (nnir-request-set-mark): New function.
1163         (nnir-request-update-info): Improve marks updating.
1164         (nnir-request-scan): Don't duplicate marks updating.
1165         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1166         Use 'assq rather than 'assoc.  Quote anonymous function.
1167         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1168         Use 'gnus-group-prefixed-p.
1169         (gnus-summary-create-nnir-group): Make sure server for method is open.
1170
1171 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1172
1173         * nnir.el (gnus-nnir-group-p): New function.
1174         (nnir-possibly-change-group): Use it.
1175
1176         * gnus-msg.el (gnus-setup-message): Use it.
1177
1178 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1179
1180         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1181         `initial-input' for the argument name.
1182         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1183
1184 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1185
1186         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1187         (used by MH-E).
1188
1189 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1190
1191         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1192         group.
1193
1194         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1195         fix compilation.
1196
1197 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1198
1199         * nnir.el (nnir-method-default-engines): And another typo.
1200
1201 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1202
1203         * nnir.el (nnir-method-default-engines): Fix typo.
1204
1205 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1206
1207         * nnir.el: Define 'number-sequence for xemacs.
1208         (gnus-summary-create-nnir-group): New function to create an nnir group
1209         from an nnir summary buffer based on the current query.
1210         (nnir-request-create-group): Update to allow nnir group creation based
1211         on the current query.
1212
1213 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1214
1215         * nndraft.el (nndraft-request-expire-articles):
1216         Make expiry target always `delete'.
1217
1218 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1219
1220         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1221         buffer use the posting-style and gcc of the original article group.
1222         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1223
1224         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1225         after other deffoos.
1226
1227 2013-03-25  Andrew Cohen  <cohen@bu.edu>
1228
1229         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1230         management.  Marks are now shown in nnir summary buffers.  Rudimentary
1231         support for real (i.e. not ephemeral) nnir groups.
1232         (gnus-summary-make-nnir-group): New function for initiating searches
1233         from a summary buffer.
1234
1235 2013-03-18  Sam Steingold  <sds@gnu.org>
1236
1237         * message.el (message-bury): Minor cleanup.
1238
1239 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1240
1241         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
1242
1243 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1244
1245         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1246         nnml-request-list.  (Bug#13873)
1247         (nndir-request-newsgroups): Remove, unused.
1248
1249         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1250
1251 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1252
1253         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
1254         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
1255         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
1256
1257 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1258
1259         * shr.el: Make all the overlays set the `evaporate' property so that
1260         they're removed properly.
1261
1262 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1263
1264         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1265         shell-quote-argument.
1266
1267 2013-02-22  David Engster  <deng@randomsample.de>
1268
1269         * gnus-registry.el (gnus-registry-save): Provide class name when
1270         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
1271         `condition-case' to stay compatible with older EIEIO versions which
1272         only accept one argument.
1273
1274 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1275
1276         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1277         (epg-user-id-validity): Autoload.
1278         (mml2015-epg-check-user-id): New function.
1279         (mml2015-epg-check-sub-key): New function split from
1280         mml2015-epg-find-usable-key.
1281         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1282         optional name-is-key-id, to handle the case when user-id is unusable.
1283         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1284
1285 2013-02-17  Glenn Morris  <rgm@gnu.org>
1286
1287         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1288
1289 2013-02-16  Glenn Morris  <rgm@gnu.org>
1290
1291         * shr.el (shr-put-image): Only animate images that specify a delay.
1292         This is consistent with the old image-animated-p behavior.
1293
1294 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1295
1296         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1297         for XEmacs.
1298
1299 2013-02-13  Juri Linkov  <juri@jurta.org>
1300
1301         * gnus-art.el (gnus-article-mode-map):
1302         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1303         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1304
1305 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1306
1307         * auth-source.el (auth-source-format-prompt): Don't get confused by
1308         any "\" in replacement text.  (Bug#13637)
1309
1310 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1311
1312         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1313         (gnus-backend-trace): Honour gnus-backend-trace.
1314
1315         * mml.el (mml-insert-part): Insert closing tag.
1316
1317         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1318
1319 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1320
1321         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1322         able to find the article, which can happen in debbugs groups,
1323         apparently.
1324
1325 2013-01-16  Glenn Morris  <rgm@gnu.org>
1326
1327         * smiley.el (smiley-style): Make the file loadable in batch mode.
1328
1329 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1330
1331         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1332         imap process running.
1333
1334 2013-01-14  Julien Danjou  <julien@danjou.info>
1335
1336         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1337         Compare addresses against addresses, not against the full From field.
1338
1339 2013-01-13  Richard Stallman  <rms@gnu.org>
1340
1341         * message.el (message-forward-make-body-mime): New args BEG, END
1342         specify what part of FORWARD-BUFFER to use.  Do the work directly
1343         instead of calling `mml-insert-buffer'.
1344
1345 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1346
1347         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1348         cross-reference(s).
1349
1350         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1351         cross-reference(s).
1352
1353 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1354
1355         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1356         and point-max-marker.
1357         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1358
1359 2013-01-11  Julien Danjou  <julien@danjou.info>
1360
1361         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1362         max are almost equal. Also return the correct value for V which is
1363         already between 0 and 1.
1364
1365 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1366
1367         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1368         to mml2015-encrypt-to-self.
1369         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1370
1371 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1372
1373         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1374         mml-smime-epg-find-usable-secret-key.
1375
1376 2013-01-08  Glenn Morris  <rgm@gnu.org>
1377
1378         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1379
1380 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1381
1382         * mml-smime.el: Support signing by sender.
1383         Requested by Uwe Brauer.
1384         (mml-smime-sign-with-sender): New user option analogous
1385         to mml2015-sign-with-sender.
1386         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1387         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1388         mml2015.el.
1389
1390 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1391
1392         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1393         isn't running, because Gnus will probably not know how to handle the
1394         Gcc header (bug#11941).
1395
1396         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1397         articles.
1398
1399 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1400
1401         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1402         (nnfolder-generate-active-file): Make this function work with recursive
1403         folder names.
1404
1405 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1406
1407         * nntp.el (nntp-open-connection): Use HELP as the capability command
1408         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1409         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1410
1411 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1412
1413         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1414         place holder since this gives `Invalid face reference: nil' messages.
1415         Use the `default' face instead.  It has the same effect here, even
1416         though it is not no-op.
1417
1418         * gnus-util.el
1419         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1420
1421 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1422
1423         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1424         non-string posting styles (bug#13285).
1425
1426 2012-12-27  Glenn Morris  <rgm@gnu.org>
1427
1428         * plstore.el (plstore-passphrase-callback-function):
1429         Use plstore-get-file.
1430
1431 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1432
1433         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1434         stderr.
1435
1436 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1437
1438         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1439
1440         * gnus-compat.el (set-buffer-multibyte): Remove.
1441
1442 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1443
1444         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1445         temporary file to get PGP key image.  Pass no-show-photos when
1446         extracting image to avoid having it pop up twice.
1447
1448 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1449
1450         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1451         eligible for treatment.
1452
1453         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1454         lines.  This makes summary commands with hidden threads work more
1455         reliably.
1456
1457         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1458         button to mark the hidden citations (bug#9395).
1459
1460 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1461
1462         * mml2015.el (mml2015-epg-signature-to-string): New function.
1463         (mml2015-epg-verify-result-to-string): New function.
1464         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1465         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1466         instead of epg-verify-result-to-string.
1467         (epg-signature-key-id, epg-signature-to-string): Autoload.
1468         (epg-verify-result-to-string): Remove autoload.
1469
1470 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1471
1472         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1473         ID image from GPG public key.
1474         (mml2015-epg-key-image-to-string): New function.
1475
1476 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1477
1478         * plstore.el (plstore-passphrase-callback-function): Fix error when
1479         error when plstore-cache-passphrase-for-symmetric-encryption is set
1480         (bug#13264).
1481
1482 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1483
1484         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1485         buffer to the article buffer here, because that clobbers multiple
1486         article buffers.
1487
1488         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1489         buffer always points to the right summary buffer.
1490
1491 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1492
1493         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1494         the password (bug#12097).
1495
1496 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1497
1498         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1499         (bug#13263).
1500
1501         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1502         buffer exists before using it (bug#12475).
1503
1504         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1505         offline groups (bug#11937).
1506
1507         * message.el (message-yank-original): When using customize to set the
1508         value of `message-cite-style', the variable it set to a symbol that's
1509         the name of the variable, which must then be dereferenced (bug#12616).
1510
1511 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1512
1513         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1514         the `face' property with a list whose car is the face specified in the
1515         format string and whose cdr is (nil).
1516         * lisp/gnus-util.el
1517         (gnus-put-text-property-excluding-characters-with-faces):
1518         Change accordingly.
1519         (gnus-get-text-property-excluding-characters-with-faces): New function.
1520         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1521         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1522         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1523
1524 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1525
1526         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1527         login methods.
1528         (nnimap-login): Respect the `nnimap-authenticator' variable.
1529
1530         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1531         mark state when moving articles.  Otherwise unticked articles will get
1532         their ticks back after moving.
1533
1534 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1535
1536         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1537
1538         * message.el (message-ignored-news-headers): Always remove
1539         X-Message-SMTP-Method to avoid information leakage if the user
1540         mistakenly inserts the header into news messages.
1541
1542         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1543
1544         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1545         right than four characters, this command would move point to
1546         `point-max'.  Don't do that.
1547
1548         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1549         to nil to allow re-selecting groups that gain articles.
1550         (gnus-bug-group-download-format-alist): Update the URL.
1551
1552 2012-12-23  Andreas Schwab  <schwab@suse.de>
1553
1554         * shr.el (shr-tag-em): Render em as italic, not bold.
1555
1556 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1557
1558         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1559         for reuse.
1560         (gnus-open-server): Use it to add more tracing.
1561         (gnus-finish-retrieve-group-infos): Add backend tracing.
1562         (gnus-backend-trace): Also note the elapsed seconds.
1563
1564 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1565
1566         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1567         Set epa-file-encrypt-to from variable to avoid querying.
1568
1569 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1570
1571         * sieve-mode.el (sieve-font-lock-keywords):
1572         Keywords should be word delimited.  (Bug#13173)
1573
1574 2012-12-13  Andreas Schwab  <schwab@suse.de>
1575
1576         * tls.el (tls-program): Update customize type.
1577
1578 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1579
1580         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1581         instead of <pre> to align message header.
1582
1583 2012-12-12  Sam Steingold  <sds@gnu.org>
1584
1585         * gnus.el (gnus-other-frame-resume-function): Add user option.
1586         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1587
1588 2012-12-06  Sam Steingold  <sds@gnu.org>
1589
1590         * gnus-start.el (gnus-before-resume-hook): Add.
1591         (gnus-1): Run it when Gnus is alive.
1592
1593 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1594
1595         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
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): Use it.
1600         (message-called-interactively-p): Remove.
1601
1602         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1603         (spam-stat-score-buffer): Use it.
1604
1605         * spam.el: Silence the warnings against BBDB functions when compiling.
1606
1607         * gnus-score.el (gnus-score-decode-text-parts):
1608         Use append+mapcar instead of the cl function mapcan.
1609
1610 2012-12-05  Sam Steingold  <sds@gnu.org>
1611
1612         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1613         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1614         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1615
1616 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1617
1618         * gmm-utils.el (gmm-called-interactively-p): Revert.
1619         This seems to cause Emacs to get stuck!
1620         * gnus-art.el (article-unsplit-urls)
1621         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1622         * gnus-registry.el (gnus-registry-get-article-marks)
1623         * message.el (message-goto-body)
1624         (message-called-interactively-p): Revert.
1625
1626         * gmm-utils.el (gmm-called-interactively-p): New function.
1627         * gnus-art.el (article-unsplit-urls)
1628         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1629         * gnus-registry.el (gnus-registry-get-article-marks)
1630         * message.el (message-goto-body): Use it.
1631         (message-called-interactively-p): Remove.
1632
1633         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1634         * gnus-sync.el (gnus-sync-lesync-call)
1635         * message.el (message-read-from-minibuffer): Use it.
1636
1637 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1638
1639         * gmm-utils.el (gmm-flet): Remove.
1640         * gnus-sync.el (gnus-sync-lesync-call)
1641         * message.el (message-read-from-minibuffer): Don't use it.
1642
1643 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1644
1645         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1646
1647 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1648
1649         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1650
1651         * gnus-sync.el (gnus-sync-lesync-call)
1652         * message.el (message-read-from-minibuffer): Use gmm-flet.
1653
1654         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1655
1656         * gnus-util.el (gnus-macroexpand-all): Remove.
1657
1658 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1659
1660         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1661         to TAB, not [tab].
1662         (gnus-summary-article-map): Likewise.
1663
1664         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1665         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1666
1667 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1668
1669         * time-date.el: Commentary fix.
1670
1671 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1672
1673         * color.el: Don't require cl.
1674         (color-complement): `caddr' -> `nth 2'.
1675
1676         * time-date.el (time-to-seconds): De-obsolete.
1677
1678 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1679
1680         * message.el (message-get-reply-headers):
1681         Make sure the reply goes to the author if it is a wide reply.
1682
1683 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1684
1685         * gnus-score.el (gnus-score-body):
1686         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1687         scoring by body.
1688
1689 2012-11-16  Glenn Morris  <rgm@gnu.org>
1690
1691         * gnus-diary.el (nndiary-request-create-group-functions)
1692         (nndiary-request-update-info-functions)
1693         (gnus-subscribe-newsgroup-functions)
1694         (nndiary-request-accept-article-functions):
1695         Use new names for hooks rather than obsolete aliases.
1696
1697 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1698
1699         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1700
1701 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1702
1703         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1704         in meta tag with the one the part specifies in its header.
1705
1706 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1707
1708         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1709         by default.
1710
1711 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1712
1713         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1714         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1715
1716 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1717
1718         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1719         and a runtime function for it, of which the XEmacs version takes only
1720         two arguments.
1721
1722 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1723
1724         * nndiary.el (nndiary-request-create-group-functions)
1725         (nndiary-request-update-info-functions)
1726         (nndiary-request-accept-article-functions):
1727         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1728         "-hooks" suffix.
1729
1730 2012-10-19  Julien Danjou  <julien@danjou.info>
1731
1732         * gnus-art.el: Require gnus-util because it uses
1733         `gnus-timer--function'.
1734
1735 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1736
1737         * starttls.el (starttls-extra-arguments): Doc fix.
1738
1739 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1740
1741         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1742         it.
1743
1744 2012-10-06  Glenn Morris  <rgm@gnu.org>
1745
1746         * gnus-notifications.el (gnus-notifications):
1747         Add missing group :version tag.
1748         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1749         (gnus-gcc-post-body-encode-hook):
1750         * gnus-sync.el (gnus-sync-lesync-name)
1751         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1752
1753 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1754
1755         * color.el (color-hsl-to-rgb): Fix incorrect results for
1756         small and large hue values.  (Bug#12559)
1757
1758 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1759
1760         New UIDL implementation.
1761
1762         * mail-source.el (mail-sources, mail-source-keyword-map):
1763         Add :leave as a pop3 keyword.
1764         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1765
1766         * pop3.el (pop3-leave-mail-on-server): Allow number.
1767         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1768         (pop3-movemail): Add UIDL support.
1769         (pop3-send-streaming-command): Take a list of mail numbers instead of
1770         the number of mails.
1771         (pop3-write-to-file): Add X-UIDL header.
1772         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1773         (pop3-uidl-add-xheader): New functions.
1774
1775         * message.el (message-ignored-resent-headers):
1776         Add X-Content-Length and X-UIDL headers.
1777
1778 2012-10-05  Glenn Morris  <rgm@gnu.org>
1779
1780         * color.el (color-name-to-rgb, color-rgb-to-hex)
1781         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1782         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1783         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1784         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1785
1786 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1787
1788         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1789         a user about whether to delete temp files if once a user answered as n.
1790
1791 2012-09-25  Chong Yidong  <cyd@gnu.org>
1792
1793         * password-cache.el (password-read-and-add): Use a declare form to mark
1794         this function obsolete.
1795
1796 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1797
1798         * lpath.el: Bind mail-encode-mml for old Emacsen.
1799
1800 2012-09-17  Richard Stallman  <rms@gnu.org>
1801
1802         * message.el (message-in-body-p): Don't set mark or modify buffer.
1803
1804         * mml.el (mml-attach-file): Doc fix.
1805         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1806         Set mail-encode-mml when in Mail mode.
1807         Simplify code to set HEAD and move back to HEAD.
1808         (mml-insert-multipart, mml-insert-part):
1809         Set mail-encode-mml when in Mail mode.
1810
1811 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1812
1813         * gnus-util.el (gnus-timer--function): New function.
1814
1815         * gnus-art.el (gnus-article-stop-animations): Use it.
1816
1817 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1818
1819         Fix glitches caused by addition of psec to timers.
1820         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1821         rather than raw access to timer vector.
1822
1823 2012-09-11  Julien Danjou  <julien@danjou.info>
1824
1825         * gnus-notifications.el (gnus-notifications): Check for nil values in
1826         ignored addresses check.
1827
1828 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1829
1830         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1831
1832 2012-09-07  Chong Yidong  <cyd@gnu.org>
1833
1834         * gnus-util.el
1835         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1836
1837         * gnus-salt.el (gnus-tree-highlight-node):
1838         * gnus-sum.el (gnus-summary-highlight-line):
1839         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1840
1841 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1842
1843         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1844
1845 2012-09-06  Juri Linkov  <juri@jurta.org>
1846
1847         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1848         scheme for buffer names to be more consistent with other group and
1849         article buffer names in Gnus.
1850
1851 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1852
1853         * gnus-util.el
1854         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1855
1856         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1857         Jenkner.
1858
1859         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1860
1861         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1862
1863         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1864
1865 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1866
1867         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1868         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1869
1870         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1871         string-prefix-p in Emacs >=23.2.
1872
1873         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1874         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1875         instead of string-match-p.
1876         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1877
1878 2012-09-06  Kenichi Handa  <handa@gnu.org>
1879
1880         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1881         lowercase a..f.
1882
1883 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1884
1885         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1886
1887 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1888
1889         * nnimap.el (nnimap-request-move-article): Decode the group name when
1890         doing internal moves to avoid charset issues.
1891
1892         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1893         TIME is set.
1894
1895 2012-09-05  Juri Linkov  <juri@jurta.org>
1896
1897         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1898         than one group at a time (bug#11961).
1899
1900 2012-09-05  Julien Danjou  <julien@danjou.info>
1901
1902         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1903         this hide the real reason with a message giving absolutely no hint.
1904
1905 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1906
1907         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1908         to the backend (bug#11804).
1909
1910         * message.el (message-insert-newsgroups): Don't insert newsgroup
1911         duplicates (bug#12275).
1912
1913 2012-09-05  John Wiegley  <johnw@newartisans.com>
1914
1915         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1916         sieve rules.
1917
1918 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1919
1920         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1921         function.
1922
1923         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1924
1925         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1926
1927 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1928
1929         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1930         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1931         This should make nnmaildir more usable with offlineimap.
1932
1933 2012-09-05  Julien Danjou  <julien@danjou.info>
1934
1935         * nnimap.el (nnimap-request-list): Revert change that made listing
1936         synchronous.
1937         (nnimap-get-responses): Restore.
1938
1939 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1940
1941         * dgnushack.el: XEmacs 21.5 compilation fix.
1942
1943         * gnus-notifications.el (gnus-notifications-notify): Use it.
1944
1945         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1946         warnings on XEmacs.
1947
1948 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1949
1950         Better seeds for (random).
1951         * gnus-sync.el (gnus-sync-lesync-setup):
1952         * message.el (message-canlock-generate, message-unique-id):
1953         Change (random t) to (random), now that the latter is more random.
1954
1955 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1956
1957         * nnimap.el (nnimap-change-group): Document result value
1958
1959         * auth-source.el (auth-sources): Fix macos keychain access.
1960
1961         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1962         allow the backend `request-head' function to determine the group
1963         name on its own.
1964         (gnus-request-expire-articles): Filter out negative article numbers
1965         during expiry (Bug#11980).
1966
1967         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1968         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1969
1970         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1971         you've found the article when you haven't.
1972
1973         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1974         that nnimap-change-group can return t.
1975
1976 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1977
1978         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1979
1980 2012-08-30  Julien Danjou  <julien@danjou.info>
1981
1982         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1983         `gnus-notifications-timeout'.
1984         (gnus-notifications-timeout): Add.
1985         (gnus-notifications-action): New function.
1986         (gnus-notifications-notify): Add :action using
1987         `gnus-notifications-action'.
1988         (gnus-notifications-id-to-msg): New variable.
1989         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1990         notifications id to messages.
1991
1992 2012-08-30  Kenichi Handa  <handa@gnu.org>
1993
1994         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1995         once.
1996
1997 2012-08-29  Julien Danjou  <julien@danjou.info>
1998
1999         * gnus-notifications.el: New file.
2000         (gnus-notifications-notify): New function.
2001         (gnus-notifications): Use `gnus-notifications-notify'.
2002
2003 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2004
2005         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2006         transfer encoding first; bind gnus-newsgroup-charset to the charset
2007         that the article specifies (Bug#12209).
2008
2009 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2010
2011         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2012         (gnus-group-customize-done): Encode values posting-style holds.
2013
2014         * gnus-msg.el (gnus-summary-resend-message)
2015         (gnus-configure-posting-styles): Decode values posting-style group
2016         parameter holds.
2017
2018 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2019
2020         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2021         `name' and `address' in Resent-From header.
2022
2023 2012-08-14  Chong Yidong  <cyd@gnu.org>
2024
2025         * gnus-art.el (article-display-face): Handle failure in
2026         gnus-create-image (Bug#11802).
2027
2028 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2029
2030         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2031         Use defsetf.
2032
2033 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2034
2035         * auth-source.el (auth-source-plstore-search)
2036         (auth-source-secrets-search): Ignore :require and :type in search spec.
2037
2038 2012-08-06  Julien Danjou  <julien@danjou.info>
2039
2040         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2041         `nnimap-request-move-article'.
2042
2043         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2044         Remove autoload, already handled by gnus.el.
2045
2046         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2047
2048         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2049         supported by nnimap actually. Reverts previous change.
2050
2051         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2052         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2053         to-buffer argument that is already supported.
2054
2055 2012-08-05  Julien Danjou  <julien@danjou.info>
2056
2057         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2058         Add autoload.
2059
2060 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2061
2062         * gnus.el (gnus-valid-select-methods): Fix custom type.
2063
2064 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2065
2066         * auth-source.el (auth-sources, auth-source-backend-parse)
2067         (auth-source-macos-keychain-search)
2068         (auth-source-macos-keychain-search-items)
2069         (auth-source-macos-keychain-result-append)
2070         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2071         auth-source.el through the /usr/bin/security utility.
2072         (auth-sources): Fix syntax error.
2073         (auth-source-macos-keychain-result-append): Fix variable name.
2074         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2075
2076 2012-07-27  Julien Danjou  <julien@danjou.info>
2077
2078         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2079         Emacs < 24.1
2080
2081 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2082
2083         * message.el (message-kill-address): Don't kill last newline.
2084         (message-skip-to-next-address): Don't move to the next header.
2085         (message-fill-field-address): Work properly.
2086
2087 2012-07-25  Julien Danjou  <julien@danjou.info>
2088
2089         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2090
2091 2012-07-24  Julien Danjou  <julien@danjou.info>
2092
2093         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2094
2095         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2096         (nntp-async-timer-handler): Remove, unused.
2097
2098         * nnimap.el (nnimap-get-responses): Remove, unused.
2099
2100         * nnheader.el (mail-header-set-extra): Remove, unused.
2101
2102         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2103         unused.
2104
2105         * mm-view.el (mm-view-sound-file): Remove, unused.
2106
2107         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2108         (mm-url-encode-multipart-form-data): Remove, unused.
2109
2110         * message.el (message-remove-signature, message-make-host-name)
2111         (message-fill-address): Remove, unused.
2112
2113         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2114         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2115         unused.
2116
2117         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2118         (gnus-xmas-call-region): Remove, unused.
2119
2120         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2121
2122         * gnus-util.el (gnus-extract-address-component-name)
2123         (gnus-extract-address-component-email, gnus-sortable-date)
2124         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2125         (gnus-process-live-p): Remove, unused.
2126
2127         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2128
2129         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2130         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2131         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2132         function.
2133
2134         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2135
2136         * gnus-score.el (gnus-summary-score-crossposting)
2137         (gnus-score-regexp-bad-p): Remove, unused.
2138
2139         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2140
2141         * gnus-range.el (gnus-sublist-p): Remove, unused.
2142
2143         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2144         unused.
2145
2146         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2147
2148         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2149         (gnus-request-associate-buffer): Remove, unused.
2150
2151         * gnus-group.el (gnus-group-set-method-info)
2152         (gnus-group-set-params-info): Remove, unused.
2153
2154         * gnus-fun.el (gnus-shell-command-to-string)
2155         (gnus-shell-command-on-region): Remove, unused.
2156
2157         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2158
2159         * gnus-art.el (gnus-article-text-type-exists-p)
2160         (article-translate-characters, gnus-article-hide-text-of-type)
2161         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2162         Remove, unused.
2163
2164 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2165
2166         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2167
2168 2012-07-21  Julien Danjou  <julien@danjou.info>
2169
2170         * message.el (message-dont-reply-to-names): Replace deprecated
2171         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2172         (message-get-reply-headers): Ditto.
2173
2174 2012-07-18  Julien Danjou  <julien@danjou.info>
2175
2176         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2177         `sieve-upload-and-kill'.
2178
2179         * sieve.el (sieve-bury-buffer): Remove function.
2180         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2181         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2182
2183 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2184
2185         * shr.el (shr-expand-url): Handle URL starting with `//'.
2186
2187 2012-07-13  Chong Yidong  <cyd@gnu.org>
2188
2189         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2190         instead of calling toggle-read-only with a (bogus) argument.
2191
2192 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2193
2194         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2195         of initial input when reading the author to restrict the summary to.
2196
2197 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2198
2199         * mm-decode.el (mm-shr):
2200         Allow overriding charset by mm-charset-override-alist.
2201
2202 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2203
2204         * gnus-art.el (gnus-article-view-part):
2205         Toggle subparts of multipart/alternative part.
2206
2207 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2208
2209         * shr.el (shr-render-buffer): New command.
2210         (shr-visit-file): Use it.
2211
2212 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2213
2214         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2215         Set no-byte-compile and no-update-autoloads.
2216
2217 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2218
2219         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2220
2221 2012-06-25  Julien Danjou  <julien@danjou.info>
2222
2223         * nnimap.el (nnimap-request-articles-find-limit): Rename from
2224         `nnimap-request-move-articles-find-limit' since we do not use it only
2225         for move operations.
2226         (nnimap-request-accept-article): Use
2227         `nnimap-request-articles-find-limit' to limit search by message-id.
2228
2229 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2230
2231         Support higher-resolution time stamps (Bug#9000).
2232
2233         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
2234         VARLIST.  It's optional, for backward compatibility.
2235         (encode-time-value): New optional arg PICO.  New type 3.
2236         (time-to-seconds) [!float-time]: Support the new picoseconds
2237         component if it's used.
2238         (seconds-to-time, time-subtract, time-add):
2239         Support ps-resolution time stamps as well.
2240
2241 2012-06-19  Julien Danjou  <julien@danjou.info>
2242
2243         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
2244
2245         * nnimap.el (nnimap-log-buffer): Check that
2246         `window-point-insertion-type' is boundp, since it's not available in
2247         XEmacs.
2248
2249 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2250
2251         * nnimap.el (nnimap-log-buffer): Add this, setting
2252         `window-point-insertion-type' in the buffer to t.
2253         (nnimap-log-command): Use nnimap-log-buffer.
2254
2255 2012-06-19  Julien Danjou  <julien@danjou.info>
2256
2257         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2258         argument to be able to limit the search.
2259         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2260         (nnimap-request-move-articles-find-limit): Add this to limit the search
2261         by Message-Id after a message move.
2262         (nnimap): Add defgroup.
2263
2264 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2265
2266         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2267
2268 2012-06-15  Julien Danjou  <julien@danjou.info>
2269
2270         * nnimap.el (nnimap-find-article-by-message-id): Use
2271         `nnimap-possibly-change-group' rather than its own EXAMINE call.
2272         (nnimap-possibly-change-group): Add read-only argument.
2273         (nnimap-request-list): Use nnimap-possibly-change-group rather than
2274         issuing EXAMINE manually.
2275         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
2276         with read-only argument.
2277         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
2278         cannot possibly change because we need to be sure that it's either
2279         read-write or read-only.
2280
2281 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2282
2283         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2284         being bound to a lambda form.
2285
2286 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2287
2288         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2289         articles when fetch-old is non-nil (bug#11370).
2290
2291 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
2292
2293         * gnus-picon.el (gnus-picon-properties): New defcustom.
2294         (gnus-picon-create-glyph): Use it.
2295
2296 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2297
2298         * gnus-group.el (gnus-group-get-new-news): Respect
2299         `gnus-group-use-permanent-levels', as documented (bug#11638).
2300
2301 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2302
2303         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2304         groups (bug#11641).
2305
2306 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2307
2308         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2309         is an integer to avoid later problems.
2310
2311 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2312
2313         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2314         locales.
2315
2316         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2317         on a handle.
2318
2319         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2320         address as the default.
2321         (gnus-summary-insert-old-articles): Don't include unexisting messages.
2322
2323         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
2324         makes no sense to query the user about internal files.
2325
2326         * gnus-spec.el: Remove all the byte-compilation stuff, since
2327         benchmarking shows that it doesn't help when entering large summary
2328         buffers.
2329
2330         * gnus-xmas.el (gnus-xmas-define): Remove.
2331
2332         * gnus-util.el (gnus-byte-code): Remove.
2333
2334         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2335         grouplens stuff.
2336
2337 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2338
2339         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2340         (bug#11514).
2341
2342 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2343
2344         * message.el (message-buffers): Return all buffers derived from Message
2345         to make `gnus-dired-attach' work with mu4e.
2346
2347 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2348
2349         * nntp.el: Stop the `letf' madness.
2350         (nntp--report-1): New var.
2351         (nntp-report): Merge nntp-report-1 into it.
2352         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2353         the nntp-report function.
2354
2355         * auth-source.el: Fix comment-style to follow the convention.
2356
2357 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
2358
2359         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2360         (mm-dissect-singlepart): Don't guess the MIME type of
2361         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2362         set.
2363         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2364         toplevel MIME type is multipart/encrypted.
2365
2366 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2367
2368         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2369         a string so that Gcc works (bug#11514).
2370
2371 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2372
2373         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2374         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2375
2376 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2377
2378         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2379         jumping to *Server* from a dedicated *Group* window.
2380         (gnus-configure-frame): CSE.
2381
2382         * gnus-registry.el: Minor style cleanup.
2383         (gnus-registry--set/remove-mark): New function, extracted from
2384         gnus-registry-install-shortcuts.
2385         (gnus-registry-install-shortcuts): Use it.
2386
2387 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2388
2389         * nnspool.el (news-path): Use eval-and-compile.
2390
2391 2012-05-24  Glenn Morris  <rgm@gnu.org>
2392
2393         * nnspool.el (news-directory, news-path, news-inews-program):
2394         Move here from paths.el.  Don't see a need for these to be autoloaded.
2395
2396         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2397         Merge in doc from paths.el version.  Don't see any need for this to be
2398         autoloaded, or for the warning about users not setting it.
2399
2400 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
2401
2402         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
2403         format.  In particular, add an optional argument and a docstring.
2404
2405         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2406
2407         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2408         current before calling `gnus-groups-to-gnus-format'.
2409         Note that this was already the case for `gnus-active-to-gnus-format'.
2410
2411 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2412
2413         Fix minor Y10k bug.
2414         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2415
2416 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2417
2418         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2419         message once it's actually open.
2420
2421 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2422
2423         * gnus.el: Ma Gnus v0.5 is released.
2424
2425 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2426
2427         * auth-source.el (auth-source--aput-1, auth-source--aput)
2428         (auth-source--aget): New functions and macros.
2429         Use them instead of aput/aget.
2430
2431 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2432
2433         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2434
2435 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2436
2437         * plstore.el (plstore-called-interactively-p): New compat macro copied
2438         from message.el.
2439         (plstore-mode): Use it.
2440
2441 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2442
2443         * plstore.el: Revive the editing feature.
2444         (plstore-mode): New mode to edit plstore file.
2445         (plstore-mode-toggle-display, plstore-mode-original)
2446         (plstore-mode-decoded): New command.
2447         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2448         (plstore--insert-buffer, plstore--make): New function.
2449         (plstore-open, plstore-save): Simplify by using them.
2450
2451 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2452
2453         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2454
2455 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2456
2457         * tls.el (open-tls-stream): Remove unused binding.
2458
2459 2012-04-16  Glenn Morris  <rgm@gnu.org>
2460
2461         * nndraft.el (nndraft-request-list): Fix declaration.
2462
2463 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2464
2465         * mm-decode.el (mm-dissect-buffer): Doc fix.
2466
2467         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2468         don't have a current group.
2469
2470         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2471         buffer if it doesn't exist.
2472
2473         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2474         given, mark the group as ephemeral with the current window conf.
2475
2476         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2477         buffer exists, which it doesn't if we haven't started Gnus.
2478         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2479
2480 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2481
2482         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2483         type is.
2484
2485         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2486         `unexists' entries.
2487         (gnus-clean-old-newsrc): Fix last checkin.
2488
2489         * nnimap.el (nnimap-update-info): None of the articles below the active
2490         low-water mark exist.
2491
2492         * dgnushack.el: Get rid of XEmacs compilation warning.
2493
2494         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2495         would have gotten if we posted to the group, and use that to compare
2496         against the message we want to cancel (bug#10808).
2497
2498         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2499         on XEmacs.
2500
2501 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2502
2503         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2504         `scroll-margin'.
2505
2506 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2507
2508         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2509         citation prefix within a block of cited text should be considered part
2510         of that block *only* if it is a blank line.
2511
2512 2012-04-09  Chong Yidong  <cyd@gnu.org>
2513
2514         * binhex.el, hashcash.el, uudecode.el:
2515         Remove * characters from the front of variable docstrings.
2516
2517 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2518
2519         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2520         before kinsoku-bol characters nor within kinsoku-eol characters.
2521
2522 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2523
2524         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2525         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2526         (gnus-sync-read): Use mapc instead of mapcar.
2527
2528         * mm-archive.el: Require mm-decode for some macros.
2529         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2530         the byte compiler.
2531         (mm-archive-decoders): New function that returns the value of
2532         the mm-archive-decoders variable.
2533
2534         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2535         instead.
2536         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2537
2538         * nnimap.el (gnus-refer-thread-use-nnir):
2539         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2540
2541 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2542
2543         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2544
2545 2012-03-12  Peter Münster  <pmrb@free.fr>
2546
2547         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2548         (gnus-demon-cancel): Ditto.
2549         (gnus-demon-run-callback): When function cannot be called due to low
2550         idleness, call it when idleness reaches the expected value, instead of
2551         waiting another timer period.
2552         (gnus-demon-init): Add `time' to arguments of call-back.
2553
2554 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2555
2556         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2557
2558         * gnus.el: Register gnus-registry functions.
2559
2560         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2561         indent.
2562
2563         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2564         enabled before warping.
2565
2566 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2567
2568         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2569         registry about each article retrieved.
2570
2571         * gnus-int.el (gnus-select-group-with-message-id): New function.
2572         (gnus-try-warping-via-registry): Ditto.
2573         (gnus-warp-to-article): Fall back on the registry.
2574
2575 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2576
2577         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2578         inboxes.
2579
2580 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2581
2582         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2583
2584 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2585
2586         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2587         gnus-gcc-self-resent-messages may be a group parameter.
2588         (gnus-summary-resend-message): Don't encode encoded words in header
2589         when Gcc'ing resent message.
2590
2591 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2592
2593         * shr.el (shr-insert): Treat non-breaking space just like normal
2594         space.  This seems to produce more pleasing results.
2595         (shr-insert): Only insert a blank line if we're starting from an image.
2596         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2597         (shr-ensure-paragraph): Consider lines with white space to be blank.
2598
2599 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2600
2601         * Makefile.in: Respect DESTDIR.
2602
2603 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2604
2605         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2606         and gnus-gcc-post-body-encode-hook.
2607
2608 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2609
2610         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2611         messages that don't exist.
2612
2613         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2614
2615 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2616
2617         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2618         Remove.
2619
2620         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2621
2622         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2623
2624 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2625
2626         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2627         have a group name.
2628
2629         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2630         a multibyte buffer (bug#7410).
2631         (article-wash-html): Parse the original article buffer to get the
2632         unencoded data (bug#7410).
2633
2634         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2635         .newsrc.el files.
2636
2637 2012-04-05  Bastien Guerry  <bzg@altern.org>
2638
2639         * color.el (color-lighten-name): Fix typo.
2640
2641 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2642
2643         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2644         "#" to avoid having them interpreted as comments.
2645
2646 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2647
2648         * shr.el (shr-insert): Update the text state properly to avoid
2649         inserting spurious paragraph starts.
2650
2651 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2652
2653         * shr.el (shr-table-widths): Divide the extra width more fairly over
2654         the TDs (bug#10973).
2655         (shr-render-td): Don't delete too much padding.
2656         (shr-natural-width): Compute the natural width more correctly.
2657         (shr-insert): Allow the natural width to be computed for tables again.
2658         (shr-tag-table-1): Rework how the natural widths are computed by
2659         rendering the table a third time.
2660         (shr-natural-width): Removed.
2661         (shr-buffer-width): New function.
2662         (shr-expand-newlines): Use it.
2663
2664         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2665         using a `gnus-use-full-window' setup (bug#11013).
2666
2667 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2668
2669         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2670         24.1 release.
2671
2672 2012-03-10  David Edmondson  <dme@dme.org>
2673
2674         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2675         'Forwarded Message' header and the start of the message.
2676
2677 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2678
2679         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2680         isn't running (bug#10897).
2681
2682 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2683
2684         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2685         This is inconsistent with all the other stream functions, which leave
2686         the setting up to the higher levels (if so wanted) (bug#10931).
2687
2688 2012-02-28  Glenn Morris  <rgm@gnu.org>
2689
2690         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2691         mm-decode.el: Standardize possessive apostrophe usage.
2692
2693 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2694
2695         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2696
2697 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2698
2699         * parse-time.el (parse-time-string): Allow extractor to return nil.
2700
2701 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2702
2703         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2704
2705 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2706
2707         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2708
2709 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2710
2711         * mm-decode.el (mm-shr): Remove "soft hyphens".
2712
2713         * nnimap.el (nnimap-request-list): Return the group names encoded as
2714         utf8.  Otherwise non-European group names don't work.
2715         (nnimap-request-newgroups): Ditto.
2716
2717         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2718         the default in `read-string' (bug#10757).
2719
2720         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2721         topics (bug#10843).
2722
2723         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2724         buffer.  Suggested by Herbert Valerio Riedel.
2725         (nnimap-request-move-article): Delete the message from the correct IMAP
2726         server.
2727
2728 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2729
2730         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2731         Reported by Peter Münster.
2732
2733 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2734
2735         * shr.el (shr-image-fetched): Make sure we really kill the right
2736         buffer.
2737
2738 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2739
2740         * gnus-start.el (gnus-1): Avoid duplicate entries.
2741
2742 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2743
2744         * imap.el: Remove.
2745
2746         * nntp.el (nntp-coding-system-for-read): Remove.
2747         (nntp-coding-system-for-write): Ditto.
2748         (nntp-open-connection): Just use `binary' directly.
2749
2750         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2751         Gnus 0.3.
2752
2753 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2754
2755         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2756         application/octet-stream parts really is.
2757
2758         * gnus-sum.el (gnus-propagate-marks): Remove.
2759
2760 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2761
2762         * shr.el (shr-rescale-image): Undo previous change; see
2763         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2764
2765 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2766
2767         * gnus.el: Ma Gnus v0.3 is released.
2768
2769 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2770
2771         * gnus-sum.el (gnus-summary-local-variables): Make
2772         `gnus-newsgroup-unexist' into a local variable.
2773
2774 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2775
2776         * registry.el (registry-usage-test, registry-persistence-test): Move to
2777         tests/gnustest-registry.el.
2778         (registry-make-testable-db, registry-match-test)
2779         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2780
2781         * gnus-registry.el (gnus-registry-misc-test)
2782         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2783
2784         * tests/gnustest-registry.el: New file with the registry and
2785         gnus-registry ERT tests.
2786
2787 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2788
2789         * gnus-msg.el (gnus-summary-resend-message): Make
2790         gnus-summary-resend-message-insert-gcc be last item in
2791         message-header-setup-hook.
2792
2793 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2794
2795         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2796         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2797         Remove.
2798         (nnfolder-open-server): Don't use marks.
2799         (nnfolder-request-delete-group): Ditto.
2800         (nnfolder-request-rename-group): Ditto.
2801         (nnfolder-request-set-mark, nnfolder-request-marks)
2802         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2803         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2804
2805         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2806         (nnml-marks-modtime): Remove.
2807         (nnml-request-delete-group): Don't use marks.
2808         (nnml-request-rename-group): Ditto.
2809         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2810         (nnml-save-marks, nnml-open-marks): Remove.
2811
2812         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2813         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2814         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2815         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2816         (nntp-server-to-method-cache): Remove.
2817
2818         * shr.el (shr-rescale-image): Fix wrong merge.
2819
2820 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2821
2822         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2823         too-wide lines.
2824
2825 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2826
2827         * nnimap.el (nnimap-record-commands): New variable.
2828         (nnimap-log-command): Use it.
2829         (nnimap-make-process-buffer): Add a space to the process buffer.
2830         (nnimap-transform-headers): Don't bug out on header lines containing
2831         stuff that look like IMAP length encodings.
2832
2833         * shr.el (shr-rescale-image): Allow viewing large images.
2834
2835 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2836
2837         * nnml.el (nnml-request-compact-group): Delete the marks file after
2838         compaction (bug#10800).
2839
2840         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2841         group exit.
2842
2843         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2844         QRESYNC/FETCH output.
2845
2846 2012-02-11  Glenn Morris  <rgm@gnu.org>
2847
2848         * sieve-manage.el (sieve-manage-default-stream):
2849         * shr.el (shr):
2850         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2851         (nnir-retrieve-headers-override-function)
2852         (nnir-imap-default-search-key, nnir-notmuch-program)
2853         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2854         (nnir-method-default-engines):
2855         * message.el (message-cite-reply-position):
2856         * gssapi.el (gssapi-program):
2857         * gravatar.el (gravatar):
2858         * gnus-sum.el (gnus-refer-thread-use-nnir):
2859         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2860         (gnus-registry-max-pruned-entries):
2861         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2862         * gnus-int.el (gnus-after-set-mark-hook)
2863         (gnus-before-update-mark-hook):
2864         * gnus-async.el (gnus-async-post-fetch-function):
2865         * auth-source.el (auth-source-cache-expiry):
2866         Add missing :version tags to new defcustoms and defgroups.
2867
2868 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2869
2870         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2871         `gnus-newsgroup-unexist'.
2872
2873         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2874         marks.
2875         (gnus-article-special-mark-lists): Put the `unexist' in the special
2876         marks list instead.
2877
2878         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2879         articles in the list of articles to be selected.
2880
2881         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2882         articles.
2883         (nnimap-update-info): Keep track of unexisting articles.
2884         (nnimap-update-qresync-info): Ditto.
2885
2886 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2887
2888         * message.el (message-default-send-mail-function): Made into own
2889         function for reuse by emacsbug.el.
2890
2891 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2892
2893         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2894         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2895
2896 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2897
2898         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2899         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2900
2901         * gnus-compat.el: Define `timer-set-function'.
2902
2903         * mm-decode.el (mm-display-external): Output the text from the command
2904         in the buffer after the command finished.  This makes text-based
2905         commands behave better.
2906
2907 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2908
2909         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2910
2911 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2912
2913         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2914         23.1.
2915
2916 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2917
2918         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2919
2920 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2921
2922         * message.el (smtpmail-smtp-user): Silence compiler warning.
2923
2924 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2925
2926         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2927         SMTP user name.
2928
2929 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2930
2931         * gnus-sum.el (gnus-summary-show-thread):
2932         next-single-char-property-change may return nil in XEmacs.
2933         (gnus-summary-article-map): Fix typo.
2934
2935 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2936
2937         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2938         running.
2939
2940         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2941
2942         * gnus.el (gnus-server-extend-method): Don't add an -address component
2943         if the method already has one (bug#9676).
2944
2945 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2946
2947         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2948         of an initial-input for consistency (bug#10757).
2949
2950         * dgnushack.el: Fix XEmacs compilation warning.
2951
2952         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2953
2954         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2955
2956 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2957
2958         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2959         lines that are narrower than the window width.  Otherwise background
2960         "blocks" will look less readable.
2961
2962 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2963
2964         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2965         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2966         have newlines within the strings, and where the UID comes after the
2967         BODYSTRUCTURE element (bug#10537).
2968
2969         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2970         (bug#10732).
2971
2972         * shr.el (shr-insert-document): Add doc string.
2973         (shr-visit-file): Ditto.
2974         (shr-remove-trailing-whitespace): New function.
2975         (shr-insert-document): Use it to clean up trailing whitespace as the
2976         final step (bug#10714).
2977
2978 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2979
2980         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2981         buffer if `gnus-kill-summary-on-exit' is nil.
2982
2983 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2984
2985         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2986         when just reading a single group from "without" Gnus.
2987
2988 2012-02-06  Chong Yidong  <cyd@gnu.org>
2989
2990         * gnus-sum.el (gnus-summary-show-thread):
2991         next-single-char-property-change never returns nil (Bug#8657).
2992
2993 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2994
2995         * message.el (message-multi-smtp-send-mail): New function.
2996         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2997         header to implement multi-SMTP functionality.
2998
2999         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3000         (gnus-agentize): Don't set it.
3001         (gnus-agent-send-mail): Don't use it.
3002
3003         * gnus-sum.el (gnus-summary-widget-backward): New function and
3004         keystroke.
3005
3006         * gnus-compat.el: More the compat functions more compatible.
3007
3008         * shr.el (shr-put-image): Remove underlines from sliced images.
3009         (shr-zoom-image): Compute the region to be replaced more correctly.
3010
3011 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3012
3013         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3014         (gnus-summary-resend-message-insert-gcc): New function.
3015         (gnus-summary-resend-message): Modify message-header-setup-hook and
3016         message-sent-hook to make it work for Gcc.
3017         (gnus-inews-do-gcc): Update the number of unread articles of groups
3018         that messages are Gcc'd to.
3019
3020         * message.el (message-resend): Run message-sent-hook to do Gcc.
3021
3022 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3023
3024         * lpath.el: Fix an XEmacs compilation warning.
3025
3026         * gnus-compat.el: Require `help-fns' to fix compilation error.
3027
3028         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3029         a higher level to silence compilation.
3030
3031         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3032         parameter to allow controlling the scaling.
3033
3034         * shr.el (shr-zoom-image): New command and keystroke.
3035         (shr-put-image): Take a `size' flag to say how to scale the image.
3036
3037         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3038         deletion unless already defined.
3039
3040         * gnus.el (gnus-compat): Require it.
3041
3042         * gnus-compat.el: New file.
3043
3044         * gnus-start.el (gnus-clean-old-newsrc): New function.
3045         (gnus-read-newsrc-file): Use it.
3046
3047         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3048         Use recursive deletion.
3049         (mm-dissect-archive): Add support for zip files.
3050
3051         * gnus-util.el (gnus-recursive-directory-files): New function.
3052
3053         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3054         (mm-archive-decoders): Add tgz support.
3055
3056         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3057         Otherwise inserting text into the Gnus buffer can look odd.
3058
3059         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3060
3061         * mm-archive.el (mm-archive-decoders): Add support for tar.
3062
3063         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3064
3065         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3066
3067 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3068
3069         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3070
3071         * mm-archive.el: New file.
3072
3073         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3074
3075         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3076
3077         * message.el (message-goto-*): Make all the `message-goto-*' commands
3078         push the mark before moving point.  This makes it easier to go back to
3079         where you came from after editing whatever you jumped to.
3080
3081 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3082
3083         * gnus.el: Ma Gnus v0.1 is released.
3084
3085 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3086
3087         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3088         without reconnecting.
3089         (nnimap-possibly-change-group): Ditto.
3090         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3091         connection has died before being called.
3092
3093 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3094
3095         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3096         an initial sync unless we're really doing one.
3097
3098         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3099         address parameter if one already exists (bug#9676).
3100
3101         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3102         not the prefix, as documented (bug#10689).
3103
3104 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3105
3106         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3107         the "server".
3108
3109         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3110         the real error message with the useless "previously known to be down".
3111         Which isn't even correct.
3112
3113         * nntp.el (nntp-open-connection): Report the error message if the nntp
3114         server can't be reached.
3115
3116         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3117         groups we do a total scan for.
3118         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3119         doing that.
3120
3121 2012-01-31  Jim Meyering  <jim@meyering.net>
3122
3123         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3124         Correct a comment (insert "not") and hide nominally-doubled "to".
3125
3126 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3127
3128         * gnus.el (gnus-version): Change name to "Ma Gnus".
3129
3130 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3131
3132         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3133         section in the manual.
3134
3135 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3136
3137         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3138         words.
3139         (rfc2047-encode-string): Ditto.
3140         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3141         understand folded filename="..." parameters, for instance.
3142
3143         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3144         the message for greater debuggability.
3145
3146 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3147
3148         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3149         instead of setting it locally, since the latter doesn't seem to have
3150         any effect (most of the time).
3151
3152 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3153
3154         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3155         function call.
3156
3157 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3158
3159         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3160         seconds, and make the repeat clause with HH:MM specs work as
3161         documented.
3162
3163 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3164
3165         * proto-stream.el (proto-stream-capability-open): Fall back on
3166         :end-of-command if :end-of-capability doesn't exist.
3167
3168 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3169
3170         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3171         bound globally in old Emacsen and XEmacsen.
3172
3173 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3174
3175         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3176         so that previous errors don't prohibit getting new news.
3177
3178         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3179
3180         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3181
3182 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3183
3184         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3185         buffer, not of the string which is its name.
3186
3187 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3188
3189         * proto-stream.el (proto-stream-capability-open): Wait for
3190         :end-of-capability, not :end-of-command.
3191
3192         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3193         non-server-marks groups.
3194         (gnus-group-make-articles-read): Ditto.
3195
3196         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3197         methods (bug#9676).
3198
3199         * gnus.el (gnus-method-ephemeral-p): New function.
3200
3201 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3202
3203         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3204         left-to-right.
3205
3206 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3207
3208         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3209         warning.
3210
3211 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3212
3213         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3214         macroexpand the nnir things, since they haven't been defined yet, and
3215         nnir requires gnus-sum.
3216
3217 2012-01-24  Julien Danjou  <julien@danjou.info>
3218
3219         * color.el (color-rgb-to-hsl): Fix value computing.
3220         (color-hue-to-rgb): New function.
3221         (color-hsl-to-rgb): New function.
3222         (color-clamp, color-saturate-hsl, color-saturate-name)
3223         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3224         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3225
3226 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3227
3228         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3229
3230 2012-01-19  Julien Danjou  <julien@danjou.info>
3231
3232         * color.el (color-name-to-rgb): Use the white color to find the max
3233         color component value and return correctly computed values.
3234         (color-name-to-rgb): Add missing float conversion for max value.
3235
3236 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3237
3238         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3239         logical server name in addition to the actual machine address.
3240
3241         * auth-source.el (auth-source-user-and-password): Add convenience
3242         wrapper to search by just host and optionally user.
3243
3244 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3245
3246         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3247         after rendering.
3248
3249 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3250
3251         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3252         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3253         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3254
3255 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3256
3257         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3258         (bug#9693).
3259         (gnus-summary-setup-buffer): Document return value (bug#9697).
3260
3261         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3262         since ido doesn't work on symbols (bug#9632).
3263
3264         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3265         when getting a single value as when getting all the values.  This means
3266         that atoms like `gcc-self' work cumulatively, like variable settings,
3267         instead of getting the value from the last matching clause.
3268         (gnus-group-find-parameter): Protect against the group buffer not
3269         existing (bug#9585).
3270
3271 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3272
3273         * gnus-start.el (gnus-activate-group): Document more parameters
3274         (bug#9694).
3275
3276         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3277         (bug#9692).
3278
3279         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3280         article was fetched, so that it can be expired later (bug#9958).
3281         (gnus-agent-summary-fetch-series): Add doc string.
3282         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3283         (bug#9517).
3284
3285         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3286         retrieval is happening.
3287
3288         * gnus.el (gnus-parameters): Doc fix.
3289
3290 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3291
3292         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3293         show the thread after expansion.
3294
3295 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3296
3297         * gnus-art.el (article-narrow-to-head): If the head is completely
3298         empty, narrow to the empty region (bug#9764).
3299
3300         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3301         read, and then mark them as unread only when the unread mark is used.
3302         This makes `C-- T k' actually work, even though it's confusing.
3303
3304         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3305         alive before we try to find its window.
3306
3307 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3308
3309         * mm-decode.el (mm-display-external): Use a longer timeout for the
3310         deletion to allow slow programs to display the file.
3311
3312 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3313
3314         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3315         prompt to be less confusing.
3316
3317         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3318         argument to `message-reply'.  This broke `special-display-*' frame
3319         pop-uping (bug#10238).
3320
3321 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3322
3323         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3324         systems, since these allegedly don't work there.
3325
3326 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3327
3328         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3329         live buffer.
3330
3331 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3332
3333         * nnir.el (nnir-retrieve-headers): Protect against the article not
3334         existing on the server (bug#10335).
3335
3336 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3337
3338         * gnus-agent.el (gnus-agent-load-local): Recompute
3339         gnus-agent-article-local on changing method.
3340
3341 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3342
3343         * gnus.el (gnus-parameters): Note precedence.
3344
3345 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3346
3347         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3348         in the group buffer.
3349
3350 2012-01-04  Julien Danjou  <julien@danjou.info>
3351
3352         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3353         change.
3354
3355 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3356
3357         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3358         too.
3359
3360         * nntp.el (nntp-retrieve-group-data-early): Use it.
3361
3362 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3363
3364         * nntp.el (nntp-retrieval-in-progress): New variable.
3365         (nntp-make-process-buffer): Make it buffer-local.
3366
3367         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3368         2010.
3369         (gnus-demon-init): Use it to compute the time if time is on the form
3370         "04:23".
3371
3372         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3373
3374         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3375         status in the correct buffer.
3376
3377 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3378
3379         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3380         when opening topics (bug#10407).
3381
3382 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3383
3384         * gnus-cus.el (gnus-score-customize):
3385         * gnus-sum.el (gnus-sort-gathered-threads):
3386         * message.el (message-shorten-references):
3387         * nnmairix.el (nnmairix-request-group):
3388         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
3389
3390 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3391
3392         * gnus-agent.el (gnus-agent-regenerate-group):
3393         * gnus-int.el (gnus-retrieve-group-data-early):
3394         * mm-util.el (mm-codepage-ibm-list):
3395         * nndiary.el (Commentary, nndiary-get-new-mail):
3396         * nnir.el (nnir):
3397         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
3398
3399 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3400
3401         * mm-view.el (mm-display-inline-fontify): Add comment.
3402
3403 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3404
3405         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
3406         * ntlm.el (ntlm-smb-dohash): Spelling fix.
3407
3408 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
3409
3410         * gnus-art.el (gnus-split-methods):
3411         * gnus-msg.el (gnus-configure-posting-styles):
3412         * gnus-spec.el (gnus-parse-simple-format):
3413         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3414         * message.el (message-do-actions): Spelling fix.
3415
3416 2011-12-15  Juri Linkov  <juri@jurta.org>
3417
3418         * mm-decode.el (mm-inline-media-tests): Add missing
3419         `mm-handle-media-subtype'.
3420
3421 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3422
3423         * gnus-group.el (gnus-group-tool-bar):
3424         * gnus-sum.el (gnus-summary-tool-bar):
3425         * message.el (message-tool-bar):
3426         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3427
3428 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3429
3430         * plstore.el (plstore--insert-buffer): Spelling fix.
3431
3432 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3433
3434         * message.el (message-valid-fqdn-regexp): Update with newly approved
3435         top-level domain names ".tel" and ".asia".
3436
3437 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3438
3439         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3440         unconditionally.
3441
3442 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3443
3444         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3445         pop-to-buffer-same-window for old Emacsen.
3446
3447 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3448
3449         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3450
3451 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3452
3453         * netrc.el (netrc-credentials): Spelling fix.
3454
3455 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3456
3457         * gnus-fun.el (gnus-fun-ppm-change-string):
3458         * gnus-msg.el (gnus-inews-do-gcc):
3459         * gnus-sum.el (gnus-summary-find-for-reselect):
3460         * gnus.el (gnus-summary-cancelled):
3461         * message.el (message-cancel-hook, message-send-news):
3462         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3463         * nnir.el (nnir-run-hyrex):
3464         * nntp.el (nntp-with-open-group-function):
3465         * pgg.el (pgg-pending-timers): Spelling fix.
3466
3467 2011-12-04  Chong Yidong  <cyd@gnu.org>
3468
3469         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3470         change (Bug#10200).
3471
3472 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3473
3474         * compface.el (uncompface):
3475         * gnus-art.el (gnus-article-x-face-command): Update the header format
3476         of icon data for the most recent icontopbm program.
3477
3478 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3479
3480         * gnus-msg.el (gnus-inews-do-gcc):
3481         * message.el (message-send-mail):
3482         * mml.el (mml-generate-mime): Share the value of the buffer-local
3483         `message-options' variable between a draft buffer and temprary working
3484         buffers.
3485
3486 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3487
3488         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3489
3490 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3491
3492         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3493         for Cygwin.
3494
3495 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3496
3497         * gnus-group.el (gnus-group-prepare-flat):
3498         * mm-bodies.el (mm-encode-body):
3499         * mml.el (mml-preview):
3500         * nnml.el (nnml-request-compact-group):
3501         * pop3.el (pop3-stream-type): Spelling fix.
3502
3503 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3504
3505         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3506
3507 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3508
3509         * color.el (color-rgb-to-hsl):
3510         * gmm-utils.el (gmm-tool-bar-style):
3511         * gnus-group.el (gnus-group-prepare-flat):
3512         * gnus-topic.el (gnus-topic-prepare-topic):
3513         * mm-decode.el (mm-discouraged-alternatives):
3514         * rfc2047.el (rfc2047-encode-1):
3515         * starttls.el: Spelling fix.
3516
3517 2011-11-24  Glenn Morris  <rgm@gnu.org>
3518
3519         * binhex.el (binhex-begin-line): Give it basic doc-string.
3520
3521         * starttls.el, tls.el: Fix case of "GnuTLS".
3522
3523 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3524
3525         * gnus-group.el (gnus-group-highlight): Fix typo.
3526
3527 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3528
3529         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3530         value of `delete-file', that returns nil for a local file but returns t
3531         for a remote file using ssh.
3532
3533 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3534
3535         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3536
3537 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3538
3539         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3540         avoid later breakage.
3541
3542 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3543
3544         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3545         article buffers' name.
3546
3547 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3548
3549         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3550         by Paul Eggert's spellfixes two days ago.
3551
3552 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3553
3554         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3555         doesn't have it.
3556
3557         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3558         buffer-local instead of binding them to avoid warnings.  Also demote
3559         errors (bug#10063).
3560         (font-lock-mode-hook): Shut up byte compiler.
3561
3562 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3563
3564         * mm-util.el (mm-charset-after):
3565         * nnir.el (nnir-run-hyrex):
3566         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3567         (ntlm-get-password-hashes, ntlm-md4hash):
3568         * smime.el: Fix typo.
3569
3570 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3571
3572         * gnus-agent.el (gnus-agent-expire-group-1):
3573         * nndiary.el (nndiary-last-occurence):
3574         * nnimap.el (nnimap-request-set-mark):
3575         * nnmairix.el (nnmairix-only-use-registry):
3576         * gnus-group.el (gnus-group-prepare-flat):
3577         * gnus-sum.el (gnus-decode-encoded-word-methods):
3578         * message.el (message-wash-subject):
3579         * nntp.el (nntp-retrieve-headers-with-xover):
3580         * smime.el (smime-certificate-directory): Spelling fix.
3581
3582 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3583
3584         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3585
3586         * color.el:
3587         * gnus-agent.el (gnus-agent-possibly-alter-active):
3588         * gnus-dired.el (gnus-dired-print):
3589         * mail-parse.el:
3590         * nnmairix.el (nnmairix-request-group):
3591         * shr.el (shr-image-displayer):
3592         * sieve-manage.el:
3593         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3594
3595 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3596
3597         * gnus-sum.el (gnus-auto-select-subject):
3598         * spam-report.el (spam-report-resend): Spelling fix.
3599
3600 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3601
3602         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3603         * gnus-art.el (gnus-default-article-saver):
3604         * gnus-srvr.el (gnus-server-copy-server):
3605         * gnus.el (gnus-sloppily-equal-method-parameters):
3606         * html2text.el (html2text-format-tag-list):
3607         * message.el (message-narrow-to-head):
3608         * nndiary.el:
3609         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3610         * sieve.el: Spelling fix.
3611
3612 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3613
3614         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3615         * gnus-sum.el (gnus-summary-make-menu-bar):
3616         * gnus-uu.el (gnus-uu-decode-postscript)
3617         (gnus-uu-decode-postscript-and-save):
3618         * mailcap.el (mailcap-print-command):
3619         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3620         Fix typos.
3621
3622 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3623
3624         * gnus-art.el (gnus-article-part-wrapper):
3625         * html2text.el (html2text-fix-paragraphs):
3626         * mm-decode.el (mm-image-fit-p):
3627         * rfc2047.el (rfc2047-encode-message-header):
3628         * shr-color.el (shr-color-visible-distance-min)
3629         (shr-color-relative-to-absolute, set-minimum-interval)
3630         (shr-color-visible): Fix typos.
3631
3632 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3633
3634         * gmm-utils.el (gmm-tool-bar-item):
3635         * gnus-art.el (gnus-treat-body-boundary):
3636         * gnus-diary.el (gnus-user-format-function-d):
3637         * gnus-start.el (gnus-get-unread-articles):
3638         * pgg-gpg.el (pgg-gpg-update-agent):
3639         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3640
3641 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3642
3643         * gnus-topic.el (gnus-group-prepare-topics):
3644         * gnus-uu.el (gnus-extract-view):
3645         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3646
3647 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3648
3649         * spam.el: Move BBDB autoloads.
3650         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3651         BBDB 2 and 3.
3652         (spam-check-BBDB): Use it.
3653         (spam-enter-ham-BBDB): Use it.
3654
3655 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3656
3657         * smime.el (smime-draw-buffer): Spelling fix.
3658
3659 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3660
3661         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3662         for scanning exactly one level.
3663         * gnus-start.el (gnus-get-unread-articles): Ditto.
3664
3665 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3666
3667         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3668         slightly clearer.
3669
3670 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3671
3672         * gnus-sync.el: More commentary about setup.
3673
3674 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3675
3676         * message.el (message-send-and-exit): Document `arg'.
3677
3678 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3679
3680         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3681
3682 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3683
3684         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3685
3686         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3687         we don't use `bound-and-true-p'.
3688
3689 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3690
3691         * gnus-util.el (gnus-bound-and-true-p): Remove.
3692         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3693         * nnir.el: Use it.
3694         * nnmairix.el: Use it.
3695
3696 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3697
3698         * gnus-sync.el: Improve docs about CouchDB admins.
3699
3700         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3701         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3702         for reasons unknown.
3703         * nnir.el: Use it.
3704         * nnmairix.el: Use it.
3705
3706         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3707         * nnir.el: Ditto.
3708         * nnmairix.el: Ditto.
3709
3710         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3711
3712 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3713
3714         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3715         not needed.  Provide xmlplistread list function to produce XML plist
3716         output for non-Gnus LeSync clients.
3717
3718 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3719
3720         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3721
3722         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3723         and save against it.  Group subscriptions, read marks, other marks,
3724         subscription levels, topic names, and topic offsets (the group's
3725         position within the topic) are saved.  This is an experimental backend
3726         and may change significantly.  Load json.el from the gnus-fallback-lib
3727         if it's not available otherwise.
3728         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3729
3730 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3731
3732         * message.el (message-completion-function): Make sure
3733         message-tab-body-function is not attempted if one of
3734         message-completion-alist fails to find a completion (bug#9158).
3735
3736 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3737
3738         * mml.el (mml-quote-region): Quote <#secure> tag.
3739         (mml-generate-mime-1): Unquote <#secure> tag.
3740
3741 2011-10-20  Chong Yidong  <cyd@gnu.org>
3742
3743         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3744         calling a minor mode from Lisp with nil arg enables it, so we have to
3745         make the wording a bit ambiguous here).
3746
3747 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3748
3749         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3750         * nnir.el (nnir-mode): Use it.
3751         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3752         Use it.
3753
3754         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3755         * nnmairix.el (gnus-registry-enabled): Ditto.
3756
3757 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3758
3759         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3760         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3761         only while we need to find out if it should be t or nil.
3762         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3763         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3764         the registry is installed.  Set it to nil when it's unloaded.
3765         (gnus-registry-install-p): Provide user guidance for the initial value
3766         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3767         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3768         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3769         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3770         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3771         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3772         `gnus-registry-install'.
3773
3774 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3775
3776         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3777         previous change.
3778         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3779         primary key is marked as disabled.
3780
3781 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3782
3783         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3784         primary key is marked as disabled.
3785
3786 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3787
3788         * html2text.el (html2text-clean-anchor): Check for quotes around
3789         `href' value.
3790
3791 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3792
3793         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3794         searching.  Drop `bbdb-cache'.
3795
3796 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3797
3798         * message.el (message-signed-or-encrypted-p): Exclude header when
3799         checking if there is signed or encrypted body in text/plain message.
3800
3801 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3802
3803         * html2text.el (html2text-get-attr): Correctly handle attribute values
3804         containing "=".
3805
3806 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3807
3808         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3809         handle bindings.
3810
3811 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3812
3813         * gnus-win.el (gnus-configure-windows): Protect against reading
3814         ephemeral groups outside of Gnus.
3815
3816 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3817
3818         * shr.el (shr-tag-img): Don't get images displayed in tables.
3819
3820 2011-10-03  Glenn Morris  <rgm@gnu.org>
3821
3822         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3823         the "maintainer" version of debbugs.gnu.org reports.
3824
3825 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3826
3827         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3828         make asynchronous adjacent image insertion work better.
3829
3830 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3831
3832         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3833         documentation.
3834
3835 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3836
3837         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3838         `gnus-asynchronous' isn't shadowed.
3839
3840 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3841
3842         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3843
3844         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3845         (nnimap-insert-partial-structure): The charset parameter isn't
3846         case-sensitive.
3847
3848         * nnheader.el (nnheader-message-maybe): New function.
3849
3850         * shr.el (shr-tag-table): Render totally broken tables better.
3851
3852         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3853         computing the boundary.
3854
3855 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3856
3857         * pop3.el (pop3-number-of-responses): Remove.
3858         (pop3-wait-for-messages): Rewrite to take linear time instead of
3859         exponential time.
3860
3861 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3862
3863         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3864         re-fetch images.
3865
3866         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3867         re-fetch images when hitting `g' in Gnus.
3868
3869 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3870
3871         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3872         (mml-compute-boundary): Don't check collision if it is non-nil.
3873         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3874         before checking collision.
3875
3876 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3877
3878         * message.el (message-indent-citation): Really make sure there's a
3879         newline at the end.
3880
3881         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3882         Fix suggested by John Wiegley.
3883
3884         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3885
3886         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3887
3888         * message.el (message-default-send-rename-function): Break out into its
3889         own function.
3890
3891         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3892         doesn't work under XEmacs.
3893
3894         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3895         of "imaps" to word around Windows problems.
3896         (nnimap-open-connection-1): Use it.
3897
3898         * message.el (message-indent-citation): Revert last change which made
3899         `F' not work.
3900
3901 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3902
3903         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3904         terminal as well.
3905
3906 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3907
3908         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3909         because it displays images using overlays that aren't easy to copy to
3910         the article buffer.
3911
3912 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3913
3914         * message.el (message-indent-citation): Fix empty line removal at the
3915         end of the citation.
3916
3917 2011-09-20  Julien Danjou  <julien@danjou.info>
3918
3919         * auth-source.el (auth-source-netrc-create): Use default value for
3920         password if specified.  Evaluate default.
3921         (auth-source-plstore-create): Ditto.
3922         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3923         value evaluation.
3924         (auth-source-netrc-create): Typo fix.
3925         (auth-source-plstore-create): Ditto.
3926
3927         * password-cache.el (password-cache-remove): Remove entries even if the
3928         value is nil, so that password with a nil value (negative caching) is
3929         possible to invalidate.
3930
3931         * auth-source.el (auth-source-format-cache-entry): New function.
3932
3933 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3934
3935         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3936
3937 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3938
3939         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3940
3941 2011-09-19  Julien Danjou  <julien@danjou.info>
3942
3943         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3944         which work with things that are not ASCII.
3945
3946 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3947
3948         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3949
3950 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3951
3952         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3953         message level.
3954
3955 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3956
3957         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3958
3959 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3960
3961         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3962
3963 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3964
3965         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3966         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3967
3968 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3969
3970         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3971         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3972         articles.
3973
3974 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3975
3976         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3977         (message-mail-other-window, message-mail-other-frame)
3978         (message-news-other-window, message-news-other-frame):
3979         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3980         instead of setting buffer display varibles.
3981
3982 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3983
3984         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3985
3986         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3987
3988 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3989
3990         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3991         duplicates" to a higher level.
3992
3993         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3994         most egregious messages.
3995
3996 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3997
3998         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3999
4000 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4001
4002         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4003         up the file (bug#9351).
4004
4005 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4006
4007         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4008         it does with all other backends, but decode the names immediately after
4009         getting them.
4010
4011         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4012         decoding nnimap groups.
4013
4014         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4015         newsrc file.  It doesn't seem like an important optimization any more.
4016
4017 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4018
4019         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4020         overflows.
4021
4022 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4023
4024         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4025         (gnus-interactive-exit): Extend to `quiet'.
4026
4027         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4028
4029         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4030         string.
4031
4032         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4033         renaming function arguments from `this'.
4034
4035         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4036
4037         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4038         has been renamed.
4039         (gnus-lrm-string-p): Include RLM and PDF, too.
4040
4041         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4042         (bug#9225).
4043
4044 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4045
4046         Add autoload cookies for functions used by sendmail.el.
4047         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4048
4049         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4050
4051 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4052
4053         * gnus-art.el (article-date-ut): Work properly even when there are
4054         things like Date header in the body; work for forwarded parts.
4055
4056 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4057
4058         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4059         original-article-buffer.
4060
4061 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4062
4063         * nnir.el (nnir-compose-result): Fix matching of server type.
4064         (nnir-run-swish++): Ditto.
4065         (nnir-run-namazu): Ditto.
4066         (nnir-run-notmuch): Ditto.
4067
4068 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4069
4070         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4071         (bug#9405).
4072
4073         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4074         (bug#9421).
4075
4076         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4077         (bug#9425).
4078
4079         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4080         thing (bug#9426).
4081
4082 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4083
4084         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4085         the error message.
4086
4087 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4088
4089         * message.el (message-setup-1): Return t (Bug#9392).
4090
4091 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4092
4093         * gnus-sum.el: When adding article headers to a summary buffer also
4094         update gnus-newsgroup-articles (bug#9386).
4095
4096 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4097
4098         * auth-source.el: Autoload help-mode.
4099
4100 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4101
4102         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4103         names.
4104
4105 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4106
4107         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4108         mm-replace-in-string for compatibility issues.
4109         * mml2015.el (mml2015-epg-verify): Ditto.
4110
4111 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4112
4113         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4114
4115         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4116
4117 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4118
4119         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4120         continue on and do the clean-up phase (bug#9188).
4121
4122         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4123         just ignore groups that can't be opened instead of erroring out
4124         (bug#9225).
4125
4126         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4127         nil since some many people are fuddy-duddies.
4128
4129         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4130         images.
4131
4132         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4133         instead.
4134
4135         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4136
4137         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4138
4139         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4140         processing.
4141
4142         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4143         buffer to avoid warnings.
4144
4145 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4146
4147         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4148         specified to reduce precision.
4149
4150 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4151
4152         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4153         bodystructures (bug#9314).
4154
4155 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4156
4157         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4158         Make button keymap non-sticky after buttons.
4159
4160 2011-08-18  David Engster  <dengste@eml.cc>
4161
4162         * nnmairix.el (nnmairix-request-set-mark)
4163         (nnmairix-goto-original-article): Remove adding of article to registry,
4164         since `gnus-registry-add-group' isn't available anymore.
4165         (nnmairix-determine-original-group-from-registry):
4166         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4167         available anymore.
4168
4169 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4170
4171         * starttls.el (starttls-any-program-available): Define as obsolete
4172         function.
4173
4174 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4175
4176         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4177         versions which Gnus use when appropriate.
4178
4179         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4180         a pretty destructive command.
4181
4182         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4183
4184 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4185
4186         * message.el (message-fix-before-sending): Make a different warning
4187         about NUL characters (bug#9270).
4188
4189         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4190         from custom (bug#9260).
4191
4192         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4193         things work in Emacs 22 and XEmacs, too.
4194
4195         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4196         default From.
4197
4198         * gnus-spec.el (gnus-lrm-string-p): New macro.
4199         (gnus-lrm-string): New constant.
4200         (gnus-summary-line-format-spec): LRM-ify the from.
4201         (gnus-tilde-max-form): LRM-ify string chopping.
4202
4203         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4204
4205         * message.el (message-is-yours-p): Allow disabling canlock checking
4206         (bug#9295).
4207         (message-shoot-gnksa-feet): Add `canlock-verify'.
4208         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4209         message directory isn't writable (bug#9304).
4210
4211         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4212         non-world-readable.
4213
4214 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4215
4216         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4217         articles.
4218
4219 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4220
4221         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4222         copy-list.
4223
4224 2011-08-12  Sam Steingold  <sds@gnu.org>
4225
4226         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4227         in the reverse order to avoid modifying the cache with `nreverse'.
4228         (gnus-all-score-files): Do not modify the value returned by
4229         `gnus-score-find-alist' because it lives in a cache variable.
4230         (gnus-current-home-score-file): No need to `nreverse' the return value
4231         of `gnus-score-find-alist', it is already in the correct order.
4232
4233 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4234
4235         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4236         type MESSAGE and subtype RFC822 is slightly different from those of
4237         type TEXT.
4238
4239 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4240
4241         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4242         This allows article-referral to work from an nnir group.
4243
4244 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4245
4246         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4247
4248 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4249
4250         * mml1991.el (mml1991-epg-find-usable-key)
4251         (mml1991-epg-find-usable-secret-key): New function.
4252         (mml1991-epg-sign): Check if signing key is usable.
4253         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4254
4255 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4256
4257         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4258         server-variables only.  This should fix a bug introduced with commit
4259         e1889675b7f4adf057833c5513c9374134c4e053.
4260         (nnir-run-query): 'nnir-search-engine should not be set from the global
4261         environment.
4262
4263 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4264
4265         * nnir.el (nnir-search-thread): Position point on referring article
4266         line.
4267         (nnir-warp-to-article): Clean up summary buffers.
4268
4269         * nnimap.el (nnimap-request-thread): Whitespace fix.
4270
4271 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4272
4273         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4274
4275 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4276
4277         * starttls.el (starttls-available-p): Rename from
4278         `starttls-any-program-available' and changed return convention.
4279
4280 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4281
4282         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4283         `unix-sync' unless it's defined.
4284
4285 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4286
4287         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4288         `aref' for XEmacs compatibiltiy.
4289
4290 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4291
4292         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4293
4294 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4295
4296         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4297         closures, quote the form properly (bug#9194).
4298
4299 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4300
4301         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4302         (gnus-summary-insert-new-articles): Protect against servers that are
4303         down.
4304
4305 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4306
4307         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4308         in mm handle if none is specified.
4309
4310 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4311
4312         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4313
4314 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4315
4316         * nnir.el (nnir-search-thread): New function to make an nnir group
4317         based on a thread query.
4318
4319         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4320         of nnir in thread referral.
4321         (gnus-summary-refer-thread): Use it.
4322
4323         * nnimap.el (nnimap-request-thread): Use it.
4324
4325 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4326
4327         * shr.el (shr-tag-comment): Ignore HTML comments.
4328
4329 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4330
4331         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4332         argument.
4333         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4334         Use `nnir-address' to handle server info rather than passing an arg.
4335
4336         * nnimap.el (nnimap-make-thread-query): New utility function to format
4337         an imap thread search query.
4338         (nnimap-request-thread): Use it.
4339
4340         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4341         right select-method if we are not going back to the group buffer.
4342
4343 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4344
4345         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4346         enter invalid buffer configurations into the quit form (bug#9107).
4347         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4348         unplugged/plugged.
4349
4350         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4351         keep track of which ones are unread (bug#9061).
4352
4353         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4354         (bug#9055).
4355
4356         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4357         (bug#9041).
4358
4359         * gnus-html.el (mm-util): Require (bug#9073).
4360
4361         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4362         (gnus-summary-refer-thread): Use it to remove duplicates in the
4363         un-threaded view (bug#9053).
4364         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4365
4366 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4367
4368         * nnir.el (nnir-read-server-parm): Use default value from global
4369         variable.  Without this the default search engine parameters aren't
4370         used at all.
4371
4372 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4373
4374         * message.el (message-unique-id): Don't use the undocumented return
4375         value from (random t) (bug#9118).
4376
4377 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4378
4379         * message.el (message-auto-save-directory): If the ~/Mail directory
4380         doesn't exist, use ~ as the auto-save directory (bug#4432).
4381
4382         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4383         hasn't already been started.
4384
4385 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4386
4387         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4388
4389         * message.el (message-reply): Work around mysterious bug where
4390         `message-mode' seems to overwrite the locally bound `subject' variable.
4391
4392 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4393
4394         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4395         correct group.
4396
4397         * gnus-int.el (gnus-request-thread): Add group argument.
4398
4399         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4400
4401 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4402
4403         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
4404
4405         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4406         renamed to `debbugs-gnu-*'.
4407
4408 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4409
4410         * plstore.el: Revert the editing feature since it is not urgent.
4411         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4412         (plstore-mode-decoded): Remove.
4413
4414 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4415
4416         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4417         isn't very interesting any more, and it leaks potentially secret data.
4418         (gnus-debug): Remove.
4419
4420         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4421         use of :custom-show.
4422
4423 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4424
4425         * plstore.el: Add documentation.
4426         (plstore-mode): New mode to edit plstore file.
4427         (plstore-mode-toggle-display, plstore-mode-original)
4428         (plstore-mode-decoded): New command.
4429         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4430         (plstore--insert-buffer, plstore--make): New function.
4431         (plstore-open, plstore-save): Simplify by using them.
4432
4433 2011-07-06  Glenn Morris  <rgm@gnu.org>
4434
4435         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4436
4437 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4438
4439         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4440         no longer is much used.
4441         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4442         Articles".
4443
4444 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4445
4446         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4447         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4448         `notmuch' backend.
4449
4450 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4451
4452         * mm-decode.el (mm-text-html-renderer): Doc fix.
4453
4454         * gnus-msg.el (gnus-bug): Fix the MML tag.
4455
4456         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4457
4458 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4459
4460         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4461         secondary methods if started with `gnus-no-server'.
4462
4463 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4464
4465         * message.el (message-return-action): Fix typo in docstring.
4466
4467 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4468
4469         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4470         bug reports at once.
4471
4472         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4473
4474 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * nndraft.el: Require gnus-group.
4477         (nndraft-request-list): Declare.
4478
4479         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4480         no unread article unless it matches gnus-permanently-visible-groups.
4481
4482         * nndraft.el (nndraft-update-unread-articles): New function.
4483         (nndraft-request-associate-buffer): Use it to update the number of
4484         unread articles for the nndraft groups in the group buffer when saving
4485         or killing a draft message.
4486
4487 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4488
4489         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4490         systems to binary before writing and reading the mbox files.
4491
4492         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4493         instead of trying to list them all (bug#8978).
4494
4495 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4496
4497         * pop3.el (pop3-open-server): Use :end-of-capability.
4498
4499 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4500
4501         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4502         the id is always a number.
4503
4504         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4505
4506         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4507         debbugs mode, if possible.
4508
4509 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4510
4511         * auth-source.el (auth-source-token-passphrase-callback-function):
4512         Reindent.
4513         (epg-context-operation): Remove unnecessary autoload.
4514
4515 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4516
4517         * gnus.el (gnus-list-debbugs): New command.
4518
4519         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4520         mboxstat instead of the maintbox, since the stat seems to be fuller.
4521
4522         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4523         summary buffers.
4524
4525         * message.el (message-get-reply-headers): Delete all duplicates,
4526         instead of the first.
4527         (message-get-reply-headers): Ensure that we have progress while
4528         deleting duplicates.
4529
4530         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4531         gnus-posting-style value from the summary buffer to make it easier to
4532         make that a per-buffer conf.
4533
4534 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4535
4536         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4537         found by setting `shortcut' in 'query.
4538         (nnir-request-article): Use `shortcut' setting when requesting article
4539         by Message-ID.
4540
4541 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4542
4543         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4544         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4545         Bring the pseudo-headers back too.
4546
4547 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4548
4549         * auth-source.el (auth-source-token-passphrase-callback-function):
4550         Simplify and remove EPA dependency.
4551
4552 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4553
4554         * nnir.el (nnir-request-article): Fix error message text.
4555
4556 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4557
4558         * auth-source.el (plstore-delete): Autoload.
4559         (auth-source-plstore-search): Support delete operation.
4560         * plstore.el (plstore-delete): New function.
4561
4562 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4563
4564         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4565         mark actually existing articles as unread rather than the ones that
4566         active asserts.
4567
4568 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4569
4570         * nntp.el (nntp-record-command):
4571         * gnus-util.el (gnus-message-with-timestamp-1):
4572         Use format-time-string rather than decoding time stamps by hand.
4573         This is simpler and insulates the code from potential changes to
4574         current-time format.
4575
4576 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4577
4578         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4579
4580 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4581
4582         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4583         (plstore-save): Support public key encryption.
4584         (plstore--init-from-buffer): New function.
4585         (plstore-open): Use it; fix error when opening a non-existent file.
4586         (plstore-revert): Use plstore--init-from-buffer.
4587
4588 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4589
4590         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4591
4592 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4593
4594         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4595         for old Emacsen.
4596
4597 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4598
4599         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4600         is not fully working.
4601
4602 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4603
4604         * dgnushack.el: Autoload sha1 on XEmacs.
4605
4606         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4607         quit window configuration.
4608
4609         * auth-source.el (epg-context-set-passphrase-callback):
4610         Remove duplicate autoload.
4611
4612 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4613
4614         * nnir.el (nnir-request-article): Allow requesting articles by
4615         Message-ID with nnimap.
4616
4617         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4618         current server.
4619
4620 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4621
4622         * auth-source.el: Autoload EPA/EPG functions.
4623         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4624         changed when EPA/EPG is not available.
4625         (auth-source-backend): Rename "arg" member to "data".
4626         (auth-source-backend-parse, auth-source-plstore-search)
4627         (auth-source-plstore-create): Use it.
4628
4629 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4630
4631         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4632         `gnus-refer-article-methods'.
4633
4634 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4635
4636         * auth-source.el: Require EPA and EPG.
4637         (auth-source-passphrase-alist): New variable.
4638         (auth-source-passphrase-callback-function)
4639         (auth-source-token-passphrase-callback-function): Callbacks for the
4640         netrc field encryption (GPG tokens).
4641         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4642         Symmetric encryption and decryption of the netrc GPG tokens.
4643         (auth-source-netrc-normalize): Use them, simplifying the closure.
4644
4645 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4646
4647         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4648         is available.
4649
4650 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4651
4652         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4653         non-nil, and `nnimap-split-methods' is nil, use the former.
4654
4655 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4656
4657         * plstore.el (plstore-revert): New function.
4658         (plstore-open): Use it; hide the buffer from user.
4659
4660 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4661
4662         * auth-source.el (auth-source-backend): New member "arg".
4663         (auth-source-backend-parse): Handle new backend 'plstore.
4664         * plstore.el: New file.
4665
4666 2011-06-30  Glenn Morris  <rgm@gnu.org>
4667
4668         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4669
4670 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4671
4672         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4673         expiring articles to.
4674
4675         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4676         variations as ASCII (bug#5458).
4677
4678 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4679
4680         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4681
4682 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4683
4684         * message.el (message-point-in-header-p): Tweak the function to default
4685         to saying that we're not in the headers if there is no separator at
4686         all.  This makes it possible to use the Message version of `M-q' in
4687         buffers with no headers (bug#7987).
4688         (message-point-in-header-p): Fix last checkin to work with an empty
4689         mail-header-separator, too.
4690
4691         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4692         again, save the choice via customize.
4693
4694 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4695
4696         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4697
4698         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4699         ended the connection, bail out before waiting infinitely on a new
4700         connection.
4701
4702 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4703
4704         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4705         reports.
4706
4707         * gnus.el (gnus-bug-package): Use "gnus."
4708         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4709
4710 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4711
4712         * dgnushack.el: Make the timer warning go away on XEmacs.
4713
4714         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4715         animations going on at article exit time.
4716
4717         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4718         since removing it breaks people upgrading.
4719
4720         * shr.el (shr-put-image): Use the new interface for animating images.
4721         (shr-put-image): Animate for 60 seconds.
4722
4723         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4724         avoid compiler warnings.
4725
4726         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4727         error with `find-file-hooks' on Emacs 22.
4728         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4729         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4730         on all architectures.
4731
4732         * spam.el (spam-stat): Require in a normal fashion without binding
4733         `spam-stat-install-hooks' to avoid compilation warnings.
4734
4735         * spam-stat.el (spam-stat-install-hooks): Remove.
4736         (spam-stat-install-hooks): Don't run automatically.
4737
4738 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4739
4740         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4741         and keystroke.
4742
4743 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4744
4745         * auth-source.el (auth-source-netrc-cache): Move forward.
4746
4747 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4748
4749         * proto-stream.el (proto-stream-open-starttls): Use
4750         `gnutls-available-p' to see whether we have built-in support.
4751
4752         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4753         we already know.
4754         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4755         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4756
4757 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4758
4759         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4760         %S format, since that looks odd.
4761         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4762         file, especially when saving.
4763
4764 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4765
4766         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4767         article found.
4768
4769 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4770
4771         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4772         `auth-source-save-secrets' with a more sensitive alist that can be
4773         configured per file.  Experimental, so defaults to 'never.
4774         (auth-source-netrc-create): Use it.  Still experimental code.
4775         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4776         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4777
4778 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4779
4780         * auth-source.el (auth-source-save-secrets): New variable to control if
4781         secret tokens should be saved encrypted.
4782         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4783         to `auth-source-netrc-normalize'.
4784         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4785         on the EPA variables being defined.
4786         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4787         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4788         the lexical-let closure.
4789         (auth-source-netrc-create): Create "gpg:" tokens according to
4790         `auth-source-save-secrets'.
4791
4792 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4793
4794         * gnus-group.el (gnus-group-update-group): Add new argument
4795         `info-unchanged' that stops updating dribble buffer.
4796
4797         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4798         deletes lines matching to it in dribble buffer.
4799
4800         * gnus-agent.el (gnus-agent-fetch-group-1):
4801         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4802         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4803         * gnus-start.el (gnus-group-change-level):
4804         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4805
4806         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4807         if newsgroup info is not changed.
4808
4809         * gnus-group.el (gnus-group-get-new-news-this-group):
4810         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4811         Don't update dribble buffer.
4812
4813 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4814
4815         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4816         remove entries with groups we ignore.
4817
4818 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4819
4820         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4821         the underline comes at the bottom.
4822
4823 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4824
4825         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4826         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4827         (gnus-registry-article-marks-to-names): Rename from
4828         `gnus-registry-user-format-function-M2'.
4829
4830 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4831
4832         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4833         ephemeral group.
4834
4835 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4836
4837         * shr.el (shr-browse-image): Copy the URL if called interactively.
4838
4839 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4840
4841         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4842         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4843         done, then unselected articles may be marked as read.
4844
4845         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4846         since not doing this seems to lead to a race condition in pop3-logon.
4847
4848         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4849         so that the call chain it correct when we call "upwards".
4850
4851         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4852         in read-only groups.
4853
4854         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4855
4856         * message.el (message-cite-reply-position): Doc string fix.
4857
4858         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4859         avoid regexp overflow.
4860         (nnimap-transform-split-mail): Ditto.
4861
4862         * pop3.el (pop3-retr): Error out if the server closes the connection.
4863
4864 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4865
4866         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4867         mm-with-unibyte-current-buffer.  The buffer should not contain any
4868         multibyte chars anyway at this stage.
4869
4870 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4871
4872         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4873         at the end of lines.
4874
4875 2011-05-29  Julien Danjou  <julien@danjou.info>
4876
4877         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4878
4879 2011-05-27  Glenn Morris  <rgm@gnu.org>
4880
4881         * gnus-group.el (gnus-bug-group-download-format-alist):
4882         Use the "maintainer" version of debian reports as well.
4883
4884 2011-05-26  Glenn Morris  <rgm@gnu.org>
4885
4886         * gnus-group.el (gnus-bug-group-download-format-alist):
4887         Use the "maintainer" version of debbugs.gnu.org reports.
4888
4889 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4890
4891         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4892
4893 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4894
4895         * gnus-cus.el (gnus-agent-customize-category):
4896         * gnus-delay.el (gnus-delay-send-queue):
4897         * gnus.el (gnus-other-frame):
4898         Don't quote lambda expressions with `quote'.
4899
4900 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4901
4902         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4903         the thread moves us backwards and so we loop forever.
4904
4905 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4906
4907         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4908         whitespace in base64 data lines.
4909
4910 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4911
4912         * gnus-registry.el (gnus-registry-user-format-function-M):
4913         Use `mapconcat'.
4914         (gnus-registry-user-format-function-M2): Use to see the full text of
4915         the marks.  Make "," the mark text separator.
4916
4917         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4918         authentication with auth-source.
4919
4920 2011-05-17  Glenn Morris  <rgm@gnu.org>
4921
4922         * gnus-group.el (gnus-import-other-newsrc-file):
4923         Use insert-file-contents.
4924
4925 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4926
4927         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4928         1000 iterations.
4929
4930 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * nntp.el (nntp-open-connection): Check if process-type is available.
4933
4934 2011-05-16  Julien Danjou  <julien@danjou.info>
4935
4936         * shr.el (shr-tag-del): Add support for del tag.
4937
4938 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4939
4940         * gnus-html.el (gnus-html-put-image): Register a displayer.
4941
4942         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4943
4944 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4945
4946         * registry.el (prune-factor): New initialization parameter defaulting
4947         to 0.1.
4948         (registry-prune-hard): Use it.
4949
4950         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4951         0.1 expicitly.
4952
4953 2011-05-13  Glenn Morris  <rgm@gnu.org>
4954
4955         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4956         is bound, since this function requires sendmail.
4957
4958 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4959
4960         * registry.el (registry-usage-test): Disable pruning test.
4961
4962 2011-05-11  David Engster  <dengste@eml.cc>
4963
4964         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4965         Bind set-network-process-option for XEmacs.
4966
4967 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4968
4969         * registry.el (registry-prune-hard-candidates)
4970         (registry-prune-soft-candidates): Helper methods for registry pruning.
4971         (registry-prune): Use them.  Make the sort function optional.
4972
4973 2011-05-10  Jim Meyering  <meyering@redhat.com>
4974
4975         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4976
4977 2011-05-10  Julien Danjou  <julien@danjou.info>
4978
4979         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4980         symbol and not a list.
4981
4982 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4983
4984         * gnus-art.el (gnus-article-mode): Move binding of
4985         shr-put-image-function here from gnus-article-prepare-display.
4986
4987         * shr.el (shr-put-image-function): New variable.
4988         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4989         (shr-put-image): Return scaled image.
4990
4991         * gnus-art.el (gnus-shr-put-image): New function.
4992         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4993
4994         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4995         original ones, as deletable.
4996
4997 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4998
4999         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5000
5001 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5002
5003         * registry.el (registry-full): Add convenience method.  Fix logic.
5004         (registry-insert): Use it.  Fix logic here too.
5005
5006         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5007         `registry-prune' if `registry-full' returns t.
5008         (gnus-registry-handle-action)
5009         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5010         (gnus-registry-usage-test): Use it.
5011
5012 2011-05-07  Julien Danjou  <julien@danjou.info>
5013
5014         * shr.el (shr-link): Make shr-link inherit from link by default.
5015
5016 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5017
5018         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5019
5020 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5021
5022         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5023         error out because the face is not a list.
5024
5025 2011-05-05  Glenn Morris  <rgm@gnu.org>
5026
5027         * proto-stream.el (gnutls-negotiate): Fix declarations.
5028
5029         * gnus-start.el (gnus-propagate-marks): Declare.
5030
5031 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5032
5033         * registry.el (registry-reindex): Fix percentage message.
5034
5035         * proto-stream.el (network-stream-open-starttls): Adjust to call
5036         `gnutls-negotiate' with :process and :hostname arguments.
5037
5038 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5039
5040         * shr.el: Add shr-link face for links.
5041         (shr-urlify): Use it.
5042
5043         * registry.el (registry-insert): Make error message more helpful.
5044
5045 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5046
5047         * gnus-html.el (gnus-html-schedule-image-fetching):
5048         Use url-queue-retrieve, if it exists.
5049
5050         * shr.el (shr-tag-img): Ditto.
5051
5052         * gnus.el: Autoload more gnus-agent functions.
5053
5054         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5055         agent if we haven't already (bug#8502).
5056
5057         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5058         into the Agent, too.
5059
5060         * gnus-agent.el (gnus-agent-store-article): New function.
5061
5062         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5063         and moved from that file for reuse.
5064
5065         * pop3.el (pop3-open-server): Error messages are "-ERR".
5066
5067 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5068
5069         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5070         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5071
5072 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5073
5074         * gnus.el: No Gnus v0.17 is released.
5075
5076 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5077
5078         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5079         buffer has moved to a different frame.
5080
5081 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5082
5083         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5084         to get the conversion from unibyte to multibyte buffers to work on
5085         Emacs 22.
5086
5087         * nntp.el (nntp-request-article): Slight clean-up.
5088
5089 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5090
5091         * shr.el (shr-strike-through): New face.
5092         (shr-tag-s): Use it to provide <s> support.
5093         (shr-tag-s): Remove duplicate definition.
5094
5095 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5096
5097         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5098         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5099
5100 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5101
5102         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5103         `gnutls-negotiate'.
5104         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5105
5106 2011-04-23  Glenn Morris  <rgm@gnu.org>
5107
5108         * gnus-sum.el (gnus-extra-headers): Bump :version.
5109
5110 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5111
5112         * shr.el (shr-tag-sup): New function.
5113         (shr-tag-sub): Ditto.
5114
5115 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5116
5117         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5118         for the case where `gnus-registry-ignored-groups' is a list of lists,
5119         and don't call `gnus-parameter-registry-ignore' otherwise.
5120
5121 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5122
5123         * nnimap.el (nnimap-user): New backend variable.
5124         (nnimap-open-connection-1): Use it.
5125         (nnimap-credentials): Accept user parameter so it's explicit what user
5126         name is desired.
5127
5128         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5129         default.
5130
5131         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5132         not gnus-registry.el.
5133
5134         * gnus-registry.el: Mention in comments how to modify
5135         `gnus-extra-headers' for proper recipient tracking and that it may
5136         already have To and Cc recently, which it does as of this commit.
5137         (gnus-registry-ignored-groups): Remove defcustom.
5138         Explain why in comments.
5139         (gnus-registry-action): Fix data-header reference to use the extra
5140         headers.  Explain in package commentary how to add To and Cc headers to
5141         the gnus-extra-headers.
5142         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5143         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5144         parameter list or a string list in `gnus-registry-ignored-groups'.
5145         Fix logic error.
5146
5147 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5148
5149         * shr.el (shr-expand-url): Protect against null urls.
5150
5151 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5152
5153         * shr.el (shr-base): New binding.
5154         (shr-tag-base): Keep track of <base>.
5155         (shr-expand-url): New function used throughout.
5156
5157 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5158
5159         * gnus-registry.el
5160         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5161         (gnus-registry-ignored-groups): New variable.
5162         (gnus-registry-ignore-group-p): Use it.
5163         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5164         set the destination group to nil (same as delete) if it's ignored.
5165
5166 2011-04-20  David Engster  <dengste@eml.cc>
5167
5168         * tests/gnustest-nntp.el: New file for simple NNTP testing.
5169
5170         * Makefile.in (test-nntp): New rule.
5171         (check): Add it.
5172         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
5173
5174 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5175
5176         * gnus-registry.el (gnus-registry-action)
5177         (gnus-registry-fetch-header-fast):
5178         Don't use mail-header that looks an internal function of mailheader.el.
5179
5180 2011-04-19  Glenn Morris  <rgm@gnu.org>
5181
5182         * time-date.el (time-to-days): Remove unused local variables.
5183
5184 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * gnus-registry.el: Eliminate cl functions.
5187         (gnus-registry-sort-addresses): New function that replaces mapcan.
5188         (gnus-registry-action, gnus-registry-spool-action)
5189         (gnus-registry-split-fancy-with-parent)
5190         (gnus-registry-fetch-recipients-fast): Use it.
5191         (gnus-registry-import-eld): Replace delete* with dolist + delq.
5192
5193         * registry.el (initialize-instance, registry-lookup)
5194         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5195         (registry-lookup-secondary-value, registry-search, registry-delete)
5196         (registry-insert, registry-reindex, registry-size, registry-prune):
5197         Use eval-and-compile.
5198
5199 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5200
5201         * registry.el (registry-reindex): New method to recreate the secondary
5202         registry indices.
5203
5204         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5205         tracked field changes.
5206         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5207         (gnus-registry-action, gnus-registry-spool-action)
5208         (gnus-registry-handle-action)
5209         (gnus-registry--split-fancy-with-parent-internal)
5210         (gnus-registry-split-fancy-with-parent)
5211         (gnus-registry-register-message-ids): Add recipient tracking on spool,
5212         move, and delete actions, and for fancy splitting with parent.
5213         (gnus-registry-extract-addresses)
5214         (gnus-registry-fetch-recipients-fast)
5215         (gnus-registry-fetch-header-fast): Convenience functions.
5216         (gnus-registry-misc-test): ERT test of
5217         `gnus-registry-extract-addresses'.
5218
5219 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
5220
5221         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5222         Track by subject first, then sender.
5223
5224 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5225
5226         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5227
5228         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5229         Lisp.
5230
5231         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5232         (gnus-draft-send): Use it to avoid popping
5233         up frames from gnus-group-send-queue.
5234
5235 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5236
5237         * gnus-registry.el: Updated gnus-registry docs.
5238
5239 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5240
5241         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5242         Fix logic bug.
5243         (gnus-registry-post-process-groups): Fix logging of no results and
5244         quote sender and subject.
5245
5246 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5247
5248         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
5249         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
5250         gnutls-cli are too slow to be done opportunistically.
5251
5252         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5253         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5254         we had no early-data returned.
5255         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5256         two async commands to the same server at the same time.
5257
5258 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5259
5260         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5261
5262 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5263
5264         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5265         "warning" level.
5266
5267         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5268         (mm-url-insert-file-contents): Don't set the package names.
5269
5270 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5271
5272         * gnus-registry.el (gnus-registry-action): Remove properties and
5273         simplify subject in `gnus-registry-handle-action'.
5274         (gnus-registry-spool-action): Get subject and sender from message if
5275         they are not passed in.
5276         (gnus-registry-handle-action): Remove properties and simplify subject
5277         consistently.
5278
5279 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5280
5281         * registry.el: Require CL before using defmacro*.
5282
5283 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5284
5285         * gnus-art.el (article-treat-date): Assume that
5286         gnus-article-date-headers may be a group parameter.
5287
5288 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5289
5290         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5291
5292         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5293         interactively so the newsrc file can contain foreign groups too.
5294         Useful for debugging but not much for users.
5295
5296 2011-04-07  David Engster  <dengste@eml.cc>
5297
5298         * registry.el (registry-usage-test): Only do
5299         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5300         lexical binding.
5301
5302 2011-04-07  David Engster  <dengste@eml.cc>
5303
5304         * Makefile.in (check, test-registry): New rules for test-suite.
5305
5306 2011-04-06  David Engster  <dengste@eml.cc>
5307
5308         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5309         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5310
5311 2011-04-06  David Engster  <dengste@eml.cc>
5312
5313         * registry.el (initialize-instance): Change :after to :AFTER to be
5314         compatible with old EIEIO version in XEmacs.
5315
5316 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5317
5318         * gnus-registry.el (gnus-registry-post-process-groups)
5319         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5320         and provide better messaging.
5321
5322 2011-04-06  David Engster  <dengste@eml.cc>
5323
5324         * Makefile.in (fail-on-warning): New rule to compile with warnings as
5325         errors.
5326
5327         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
5328         dgnushack-compile with error-on-warn enabled, and to signal an error if
5329         clean compilation failed.
5330         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
5331         with `byte-compile-error-on-warn'.  Return nil if errors occured.
5332
5333 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5334
5335         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5336         unconditionally anyway, discarding errors.
5337         (gnus-registry-delete-entries): New convenience function.
5338         (gnus-registry-import-eld): Import from old .eld registry.
5339
5340         * registry.el: Don't use ERT if it's not available.  Load it
5341         unconditionally anyway, discarding errors.
5342
5343         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5344         version from the Claudio Bley GnuTLS patch (extra optional parameters
5345         and host name).
5346
5347 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5348
5349         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5350         fixup the parameters that can be customized by the user between
5351         save/read cycles.
5352         (gnus-registry-read): Use it.
5353         (gnus-registry-make-db): Use it.
5354         (gnus-registry-spool-action, gnus-registry-handle-action):
5355         Fix messaging.
5356         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5357         Map references to actual group names with sender and subject tracking.
5358         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5359         (gnus-registry-usage-test): Add subject lookup test.
5360
5361         * registry.el (registry-db, initialize-instance): Set up constructor
5362         instead of :initform arguments for the sake of older Emacsen.
5363         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5364         pre-lexbind merge bug.
5365         (registry-usage-test): Use it.
5366         (initialize-instance, registry-db): Move the non-function initforms
5367         back to the class definition.
5368
5369 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5370
5371         * registry.el: New library to manage gnus-registry-style data.
5372
5373         * gnus-registry.el: Use it (major rewrite).
5374
5375         * nnregistry.el: Use it.
5376
5377         * spam.el: Use it.
5378
5379 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5380
5381         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5382         marks on non-selected articles.
5383
5384 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5385
5386         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5387         parameter to open-protocol-stream.
5388
5389 2011-04-01  Julien Danjou  <julien@danjou.info>
5390
5391         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5392         fundamental-mode.
5393
5394 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5395
5396         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5397         servers.
5398
5399 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5400
5401         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5402         made marks not propagate, again.
5403
5404 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5405
5406         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5407         Make this the default type.
5408         (proto-stream-open-plain): Rename from proto-stream-open-default.
5409         (open-protocol-stream, proto-stream-open-starttls)
5410         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5411         with `plain'.
5412
5413         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5414         value.
5415
5416         * nntp.el (nntp-open-connection-function): Document the fact that some
5417         values are not functions but are instead handled specially.
5418         Recognize nntp-open-plain-stream value.
5419         (nntp-open-connection): Recognize that value.
5420
5421 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5422
5423         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
5424         where it seems to be needed.
5425
5426 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5427
5428         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5429         stuff.
5430
5431         * gnus-score.el (gnus-score-string): Fix calling convention of
5432         `gnus-simplify-buffer-fuzzy' after last patches.
5433
5434         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5435         server for articles we didn't get any headers for.  This is a sanity
5436         check.
5437
5438 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5439
5440         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5441         new CAPABILITY, use it.
5442
5443 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5444
5445         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5446         downloading anything.
5447
5448         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5449
5450 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5451
5452         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5453         colors.
5454         (gnus-splash-svg-color-symbols): New function.
5455
5456 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5457
5458         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5459         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5460         (gnus-simplify-subject-fuzzy): Use the local
5461         gnus-simplify-subject-fuzzy-regex instead of the global one.
5462         This makes using this variable in group parameters work.
5463
5464 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5465
5466         * gnus-registry.el (gnus-registry-unfollowed-groups):
5467         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5468         archive:sent-YYYY-MM-DD groups).
5469         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5470         tracking if there are more than `gnus-registry-max-track-groups'
5471         matches.
5472
5473 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5474
5475         * message.el (message--yank-original-internal): New function to do the
5476         insertion cleanly inside eval in `message-yank-original'.
5477         (message-yank-original): Use it.
5478
5479 2011-03-29  Julien Danjou  <julien@danjou.info>
5480
5481         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5482         local variables disabled rather than `normal-mode'.
5483
5484 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5485
5486         * imap.el (imap-shell-open, imap-process-connection-type):
5487         Use imap-process-connection-type for 'shell' streams as well as
5488         Kerberos, SSL, other subprocesses.
5489
5490 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5491
5492         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5493         with open-network-stream.
5494         (proto-stream-always-use-starttls): Option removed.
5495         (open-protocol-stream): Return a process object by default.  Provide a
5496         new parameter :return-list specifying a list-type return value, which
5497         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5498         :type `network' to `try-starttls', and `network-only' to `default'.
5499         Make `default' the default, for compatibility with open-network-stream.
5500         Handle the no-parameter case exactly as open-network-stream, with no
5501         additional stream processing.  Search plists using plist-get.
5502         Explicitly add :end-of-commend parameter if it is missing.
5503         (proto-stream-open-default): Rename from
5504         proto-stream-open-network-only.  Return 'default as the type.
5505         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5506         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5507         failed.  Always return a list with a (possibly dead) process as the
5508         first element, for compatibility with open-network-stream.
5509         (proto-stream-open-tls): Use plist-get.  Always return a list.
5510         (proto-stream-open-shell): Return `default' as connection type.
5511         (proto-stream-capability-open): Use plist-get.
5512         (proto-stream-eoc): Function deleted.
5513
5514         * nnimap.el (nnimap-stream, nnimap-open-connection)
5515         (nnimap-open-connection-1): Handle renaming of :type parameter for
5516         open-protocol-stream.
5517         (nnimap-open-connection-1): Pass a :return-list parameter
5518         open-protocol-stream to obtain a list return value.  Parse this list
5519         using plist-get.
5520
5521         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5522         for open-protocol-stream.  Accept open-protocol-stream return value
5523         that is a subprocess object instead of a list.  Handle the case of a
5524         dead returned process.
5525
5526 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5527
5528         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5529
5530         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5531
5532 2011-03-21  Julien Danjou  <julien@danjou.info>
5533
5534         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5535         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5536         query.
5537         (mm-inline-text): Render normal text with fontification whenever
5538         possible.
5539
5540         * gnus-sum.el (gnus-summary-save-parts-1):
5541         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5542         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5543         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5544         Use `mm-handle-filename'.
5545
5546         * mm-util.el (mm-handle-filename): New function, return the filename of
5547         an handle.
5548
5549 2011-03-18  Julien Danjou  <julien@danjou.info>
5550
5551         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5552         (gnus-buffer-live-p): Check that buffer is not nil.
5553
5554 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5555
5556         * gnus.el: No Gnus v0.15 is released.
5557
5558 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5559
5560         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5561         avoid warning on XEmacs.
5562
5563         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5564         on XEmacs.
5565
5566         * gnus-art.el: Require mouse, which the build bot seems to say is
5567         needed.
5568
5569         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5570
5571         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5572         XEmacs, since it doesn't have url-retrieve-synchronously.
5573
5574         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5575         since assoc-string doesn't exist in XEmacs.
5576
5577 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5578
5579         * gnus-group.el (gnus-group-list-ticked): New function.
5580         (gnus-group-make-menu-bar): Provide a menu entry for it.
5581         (gnus-group-list-map): Provide a binding for it.
5582
5583 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5584
5585         * shr.el (shr-visit-file): New command.
5586
5587         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5588
5589 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5590
5591         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5592         servers.
5593
5594 2011-03-16  Julien Danjou  <julien@danjou.info>
5595
5596         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5597         inline.
5598
5599         * gnus-art.el (article-hide-list-identifiers):
5600         Use gnus-group-get-list-identifiers.
5601
5602         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5603         (gnus-summary-remove-list-identifiers):
5604         Use gnus-group-get-list-identifiers to get regexp.
5605         (gnus-select-newsgroup, gnus-summary-insert-subject)
5606         (gnus-summary-insert-articles):
5607         Call gnus-summary-remove-list-identifiers unconditionally.
5608
5609 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5610
5611         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5612         we're selecting a group with unread articles.
5613
5614         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5615
5616         * gssapi.el: New file separated out from imap.el to provide a general
5617         Kerberos 5 connection facility for Emacs.
5618
5619         * message.el (message-elide-ellipsis): Document the format spec
5620         ellipsis.
5621
5622 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5623
5624         * message.el (message-elide-region): Allow the ellipsis to say how many
5625         lines were removed.
5626
5627 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5628
5629         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5630         window configurations containing buffers that are now dead.
5631
5632         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5633         parsing to avoid integer overflows.
5634         (nnimap-parse-flags): Simplify the last change.
5635         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5636         too large for 32-bit Emacsen.
5637
5638 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5639
5640         * auth-source.el (auth-source-netrc-create):
5641         * message.el (message-yank-original): Fix use of `case'.
5642
5643 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5644
5645         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5646         XEmacs, which was one character too wide.
5647
5648 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5649
5650         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5651         default number of articles to display.
5652         (gnus-articles-to-read): Use pretty names for prompt.
5653
5654 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5655
5656         * gnus-int.el (gnus-open-server): Ditto.
5657
5658         * gnus-start.el (gnus-activate-group): Give a backtrace if
5659         debug-on-quit is set and the user hits `C-g'.
5660         (gnus-read-active-file): Ditto.
5661
5662         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5663
5664 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5665
5666         * message.el (message-yank-original): Use cond instead of CL case.
5667
5668 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5669
5670         * auth-source.el (auth-source-netrc-create): Use usual format for the
5671         default in prompts.
5672
5673 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5674
5675         * lpath.el: Fbind read-char-choice for XEmacs.
5676
5677 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5678
5679         * auth-source.el (auth-source-netrc-create): Show the default in the
5680         prompt when prompting for token creation.
5681
5682 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5683
5684         * auth-source.el (auth-source-format-prompt): Always convert the value
5685         to a string to avoid evaluating non-string arguments.
5686         (auth-source-netrc-create): Offer default properly, not as initial
5687         content in `read-string'.
5688         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5689         of line to determine if we've been run before.  If so, don't run again,
5690         but print a trivial message to indicate the cache was hit instead.
5691
5692 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5693
5694         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5695         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5696         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5697         Gnus.
5698
5699 2011-03-11  Julien Danjou  <julien@danjou.info>
5700
5701         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5702         modified file".
5703
5704 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5705
5706         * auth-source.el (auth-source-read-char-choice): New function to read a
5707         character choice using `dropdown-list', `read-char-choice', or
5708         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5709         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5710         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5711         (auth-source-netrc-saver): Use it.
5712         (auth-source-pick-first-password): New convenience function.
5713
5714 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5715
5716         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5717         parameter in the credentials.
5718         (nnimap-open-connection-1): Use it after a successful login.
5719         (nnimap-credentials): Add IMAP-specific user and password prompt.
5720
5721         * auth-source.el (auth-source-search): Add :require parameter, taking a
5722         list.  Document it and the :save-function return token.  Pass :require
5723         down.  Change the CREATED message from a warning to a debug statement.
5724         (auth-source-search-backends): Pass :require down.
5725         (auth-source-netrc-search): Pass :require down.
5726         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5727         Change save prompt to indicate all modifications saved here are
5728         deletions.
5729         (auth-source-netrc-create): Take user login name as default in user
5730         prompt.  Move all the save functionality to a lexically bound function
5731         under the :save-function token in the returned list.  Set up clearer
5732         default prompts for user, host, port, and secret.
5733         (auth-source-netrc-saver): New function, intended to be wrapped for
5734         :save-function.
5735
5736 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5737
5738         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5739         lines to be spaces instead.
5740
5741 2011-03-07  Julien Danjou  <julien@danjou.info>
5742
5743         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5744         (sieve-sasl-auth): Check that auth-source-search did return something,
5745         or just return an empty string.
5746
5747 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5748
5749         * gnus.el (gnus-interactive): Use read-directory-name.
5750
5751         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5752         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5753         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5754         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5755         Likewise.
5756
5757         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5758
5759 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5760
5761         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5762         onto the list of killed groups, too.  This makes killed nnimap groups,
5763         for instance, more reliably not reappear.
5764
5765         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5766         the parent.
5767
5768         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5769
5770         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5771         really have server-side marks.
5772
5773         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5774         since most backends do not usefully have server-side marks.
5775         (gnus-update-read-articles): Propagate marks to all backends that
5776         really have server-side marks.
5777
5778 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5779
5780         * message.el (message-cite-reply-position, message-cite-style):
5781         New variables.
5782         (message-yank-original): Use the new citation styles.
5783
5784 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5785
5786         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5787         buffer-local issue); don't mark it buffer-local when running under
5788         XEmacs.
5789
5790 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5791
5792         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5793         numbers too big to be `read'.
5794
5795 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5796
5797         * password-cache.el (password-in-cache-p): Add autoload.
5798
5799         * message.el (message-options): Make buffer-local two ways to attempt
5800         to fix a XEmacs bug.
5801
5802 2011-03-02  Julien Danjou  <julien@danjou.info>
5803
5804         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5805
5806 2011-03-01  Julien Danjou  <julien@danjou.info>
5807
5808         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5809         group.
5810         (article-hide-list-identifiers): Use list-identifier group parameter.
5811
5812 2011-02-28  Julien Danjou  <julien@danjou.info>
5813
5814         * sieve.el (sieve-buffer-script-name): New local variable to store
5815         sieve script name.
5816         (sieve-edit-script): Store sieve script name.
5817         (sieve-upload): Use sieve script name when uploading.
5818         (sieve-upload): Use substitute-command-keys.
5819         (sieve-edit-script): Use substitute-command-keys.
5820         (sieve-refresh-scriptlist): Use substitute-command-keys.
5821         (sieve-manage-mode-map): Define keymap properly.
5822         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5823         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5824         Remove commented code about cvs.
5825         (sieve-manage-quit): New function.
5826         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5827
5828 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5829
5830         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5831
5832 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5833
5834         * auth-source.el (auth-source-search): Cache empty result sets.
5835
5836         * password-cache.el (password-in-cache-p): Convenience function to
5837         check if a key is in the cache, even if the value is nil.
5838
5839         * auth-source.el (auth-source-save-behavior): New variable to replace
5840         `auth-source-never-create'.
5841         (auth-source-netrc-create): Use it.
5842         (auth-source-never-save): Remove.
5843
5844 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5845
5846         * nnimap.el (nnimap-stream): Doc fix.
5847         (nnimap-open-connection-1): Reverse the order of the ports to that the
5848         prompted-for port is first.
5849
5850         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5851         retrieval by the no-group selection.
5852
5853         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5854         numerical parameters.
5855
5856 2011-02-25  Julien Danjou  <julien@danjou.info>
5857
5858         * gnus-gravatar.el: Use gnus-with-article-buffer.
5859
5860         * gnus-art.el (gnus-with-article-buffer): Check that the
5861         gnus-article-buffer is alive.
5862
5863 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5864
5865         * auth-source.el (auth-source-creation-prompts): New variable to manage
5866         creation-time prompts.
5867         (auth-source-search): Document it.
5868         (auth-source-format-prompt): Add utility function.
5869         (auth-source-netrc-create): Don't default the user name to
5870         user-login-name.  Use `auth-source-creation-prompts' and some default
5871         prompts for user, host, port, and password (the default generic prompt
5872         remains ugly).
5873         (auth-source-never-save): Add customizable option to never save info.
5874         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5875         mode excursion.
5876
5877 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5878
5879         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5880         argument that XEmacs doesn't support.
5881
5882         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5883         compiled for Emacsen having no `libxml-parse-html-region' support.
5884
5885         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5886
5887         * lpath.el: Bind buffer-save-without-query for XEmacs.
5888
5889 2011-02-23  Julien Danjou  <julien@danjou.info>
5890
5891         * gnus-art.el (article-make-date-line): Ignore errors if time is
5892         invalid and not convertible.
5893         (article-make-date-line): Only add lapsed time if time is not nil.
5894
5895 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5896
5897         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5898         `read-char-choice' for backwards compatibility.
5899         (auth-source-netrc-element-or-first): New function to DTRT for
5900         parameter extraction.
5901         (auth-source-netrc-create): Use it and fix multiple parameter print
5902         bug.  Use the default passed from above (given-default) or the
5903         built-in (user-login-name for :user).
5904
5905 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5906
5907         * gnus-start.el (gnus-dribble-read-file):
5908         Set buffer-save-without-query, since we always want to save the dribble
5909         file, probably.
5910
5911         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5912         nnimap.
5913
5914         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5915         -summary- since it's a user-visible variable.
5916
5917         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5918         first time you use the new Gnus.
5919
5920 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5921
5922         * auth-source.el: Don't load netrc.el.
5923         (auth-sources): Search ~/.netrc as well by default.
5924         (auth-source-debug): Add 'trivia option for extra output.
5925         (auth-source-do-trivia): Use it.
5926         (auth-source-search): Simplify logic to use
5927         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5928         appropriate.  Don't keep a running count at this level.  Layer :create
5929         and :delete options appropriately on the first and second passes.
5930         Don't track the backend with the search results.
5931         (auth-source-search-backends): New function to search a list of
5932         backends for a processed spec.
5933         (auth-source-netrc-parse): Cache all netrc files, making
5934         auth-source-netrc-cache an alist keyed by the file name and using the
5935         file mtime as the caching criterion.  Keep the obfuscated data secret
5936         with a lexical bind.
5937         (auth-source-netrc-search): Don't calculate the length of the results
5938         unnecessarily.
5939         (auth-source-search-backends): Fix bug.
5940         (auth-source-netrc-create): Rework prompts.
5941
5942 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5943
5944         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5945         Lower case names of search constraints.
5946         (nnir-run-query): Cache and reuse search constraints for all imap
5947         servers.
5948
5949 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5950
5951         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5952         after exit.
5953         (gnus-setup-message): Define missing variable from last checkin.
5954
5955         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5956         value, show the raw article.
5957
5958 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5959
5960         * gnus.el: No Gnus v0.13 is released.
5961
5962 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5963
5964         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5965         auth-source now accepts numbers.
5966
5967         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5968         spec, too.
5969         (auth-source-ensure-strings): New function.
5970
5971         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5972         (gnus-article-setup-buffer): Always restart the date timer so that user
5973         changes to the frequency is respected.
5974
5975         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5976         port numbers, so make sure it gets that if nnimap-server-port is
5977         explicit.
5978
5979 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5980
5981         * nnimap.el (nnimap-inbox): Doc fix.
5982
5983 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5984
5985         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5986         Autoload.  Add optional arg FRAME, and pass it to color-values.
5987         (color-complement): Caller changed.  Doc fix.
5988         (color-gradient): Rewrite for better clarity and efficiency.
5989
5990 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5991
5992         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5993         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5994         color-lab-to-srgb.
5995
5996 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5997
5998         * color.el: First part of merge from hexrgb.el.
5999         (color-rgb-to-hex): Rename from color-rgb->hex.
6000         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6001         saturation to zero if the value is too small.
6002         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6003         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6004         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6005         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6006         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6007         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6008         (color-cie-de2000): Doc fix.
6009
6010 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6011
6012         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6013         given method as in the group name if we're using an extended method.
6014         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6015         command, if we're using that, instead of waiting for the beginning.
6016
6017         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6018         we're sure to get unique server names, and we don't output two async
6019         commands in the same buffer.  This fixes an NNTP hang for some users.
6020
6021 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6022
6023         * gnus.el: No Gnus v0.11 is released.
6024
6025 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6026
6027         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6028         summary buffer before reading going to the next buffer.  This avoids
6029         putting the point in the group buffer if you `C-g' the command.
6030
6031         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6032         cache (for now) to make ~/.authinfo.gpg files usable.
6033
6034         * nnfolder.el (copyright-update): Define for the compiler.
6035
6036         * auth-source.el (auth-source-search): Fix unbound variable.
6037
6038 2011-02-19  Glenn Morris  <rgm@gnu.org>
6039
6040         * gnus.el (gnus-meta): Doc fix.
6041
6042 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6043
6044         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6045         in case it's not yet loaded.
6046
6047 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6048
6049         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6050         line we're waiting for.
6051
6052 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6053
6054         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6055         face with line-width greater than zero will cause RET in gnus summary
6056         buffer to scroll down article page-wise because auto vscroll happens,
6057         it should be temporally disabled when doing a scroll-up.
6058
6059 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6060
6061         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6062         outputs from the server.
6063
6064 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6065
6066         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6067         later so that bbdb can hook in easier.
6068
6069 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6070
6071         * auth-source.el (auth-source-search): Don't try to create credentials
6072         if the caller doesn't want that.
6073         (auth-source-search): If we don't find a match, don't bug out on
6074         non-bound variables.
6075         (auth-source-search): Only ask a single backend to create the
6076         credentials.
6077
6078         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6079         logging.
6080         (nnimap-credentials): Protect against auth-source-search returning nil.
6081         (nnimap-request-list): Protect against not being able to open the
6082         server.
6083
6084 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6085
6086         * auth-source.el (auth-source-search): Do a two-phase search, one with
6087         no :create to get the responses from all backends.
6088
6089         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6090         when getting credentials.
6091
6092         * gnus-util.el (gnus-delete-duplicates): New function.
6093
6094 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6095
6096         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6097         a creation default, pass the whole port list down.  It will be
6098         completed.
6099
6100         * auth-source.el (auth-source-search): Updated docs to talk about
6101         multiple creation choices.
6102         (auth-source-netrc-create): Accept a list as a value (from the search
6103         parameters) and do completion on that list.  Keep a separate netrc line
6104         with the password obscured for showing the user.
6105
6106         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6107         first choice to `auth-source-search' so it will be used for entry
6108         creation instead of the server's Gnus-specific name.
6109         (nnimap-credentials): Rely on the auth-source library to select which
6110         port is actually wanted in the new netrc entry, so don't override
6111         `auth-source-creation-defaults'.
6112
6113         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6114         :protocol and accept a missing user, host, or port as a wildcard match.
6115         (auth-source-debug): Default to off.
6116
6117         (auth-source-netrc-search, auth-source-netrc-create)
6118         (auth-source-secrets-search, auth-source-secrets-create)
6119         (auth-source-user-or-password, auth-source-backend, auth-sources)
6120         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6121         instead of :protocol.
6122
6123         * nnimap.el (nnimap-credentials): Pass a port default to
6124         `auth-source-search' in case an entry needs to be created.
6125         (nnimap-open-connection-1): Use :port instead of :protocol.
6126
6127 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6128
6129         * auth-source.el: Bind load-path when loading EIEIO from
6130         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6131         21.4 doesn't support, to `require'.
6132         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6133         delete-dups that is not available in XEmacs 21.4.
6134
6135 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6136
6137         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6138         as EIEIO must also be loaded when auth-source.el is being
6139         byte-compiled.
6140
6141 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6142
6143         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6144
6145         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6146
6147         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6148
6149         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6150
6151         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
6152
6153         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
6154
6155         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
6156
6157         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
6158         necessary.
6159
6160 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6161
6162         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6163         nil means that nnimap doesn't get updated.
6164
6165 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6166
6167         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6168         result when the user doesn't want to write to the file.
6169         (auth-source-netrc-search): Expect a synthetic result and proceed
6170         accordingly.
6171         (auth-source-cache-expiry): New variable to override
6172         `password-cache-expiry'.
6173         (auth-source-remember): Use it.
6174
6175         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6176         parameter.  Create entry if necessary by using :create t.
6177         (nnimap-open-connection-1): Don't pass `inhibit-create'.
6178
6179 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
6180
6181         * auth-source.el (auth-source-debug): Enable by default and don't
6182         mention the obsolete `auth-source-hide-passwords'.
6183         (auth-source-do-warn): New function to debug unconditionally.
6184         (auth-source-do-debug): Use it.
6185         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6186         and for Secrets API entries when the secrets.el library is not
6187         available.
6188
6189 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6190
6191         * gnus-sum.el (gnus-propagate-marks): Default to nil.
6192         (gnus-summary-exit): Kill the correct article buffer on exit from a
6193         `C-d' group.
6194
6195         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
6196         gnus-propagate-marks.
6197
6198         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6199         before killing the buffers so that a non-full window conf gets handled
6200         correctly.
6201         (gnus-summary-exit): Ditto.
6202         (gnus-summary-read-group-1): Ditto.
6203
6204         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6205         async code again so that we can debug it properly.
6206
6207         * message.el (message-reply): Take an optional switch-buffer parameter
6208         so that Gnus window confs are respected better.
6209
6210 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6211
6212         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6213         `plist-get' to accept non-list parameters (XEmacs issue).
6214         Fix docstring.
6215         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6216         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6217         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6218         Login collection is "Login" and not "login".
6219
6220 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6221
6222         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6223         multiple headers.
6224
6225         * nnimap.el (nnimap-inhibit-logging): New variable.
6226         (nnimap-log-command): Don't log login commands.
6227
6228         * auth-source.el (auth-source-netrc-search): The asserts seem to want
6229         to have more parameters.
6230
6231         * nnimap.el (nnimap-send-command): Mark the command time for each
6232         command, so that we don't get NOOPs stepping on our toes.
6233
6234         * gnus-art.el (article-date-ut): Get the date from the Date header on
6235         `t'.
6236
6237 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6238
6239         * auth-source.el (auth-source-search): Use copy-sequence instead of
6240         the cl.el copy-list.
6241
6242 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6243
6244         * imap.el: Bring it back (revert
6245         84d800cd31de3064f0ed39617d725709a2f8f42f).
6246
6247 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
6248
6249         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6250         Improve prompt.
6251
6252 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
6253
6254         * gnus-art.el (gnus-article-mode-line-format): Remove the article
6255         washing status from the default format.  It isn't very informative.
6256
6257 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6258
6259         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6260         Fix Gcc processing on imap.
6261
6262 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6263
6264         * imap.el: Remove file.  All the functionality is in nnimap.el.
6265
6266 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6267
6268         * message.el (message-bury): Don't pop up a new window when selected
6269         window is dedicated.
6270
6271 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6272
6273         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6274
6275 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
6276
6277         * sieve-manage.el: Autoload `auth-source-search'.
6278         (sieve-sasl-auth): Use it.
6279
6280 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6281
6282         * nnimap.el: Autoload `auth-source-forget+'.
6283         (nnimap-open-connection-1): Use it if the connection fails.
6284
6285         * auth-source.el: Require `password-cache'.
6286         (auth-source-hide-passwords, auth-source-cache): Remove and mark
6287         obsolete.
6288         (auth-source-magic): Marker for `password-cache' keys.
6289         (auth-source-do-cache): Update docstring.
6290         (auth-source-search): Use and check cache.
6291         (auth-source-forget-all-cached, auth-source-remember)
6292         (auth-source-recall, auth-source-forget, auth-source-forget+)
6293         (auth-source-specmatchp): Caching support functions.
6294         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6295         Remove and obsolete.
6296         (auth-source-user-or-password): Remove caching to further discourage
6297         using it.  Always hide passwords.
6298
6299         * password-cache.el (password-cache-remove): Accept secrets that are
6300         not strings.
6301
6302 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6303
6304         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6305         code for now, since it doesn't work for all users.
6306
6307 2011-02-09  Julien Danjou  <julien@danjou.info>
6308
6309         * message.el (message-options): Make message-options really buffer
6310         local.
6311
6312 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
6313
6314         * mail-source.el: Autoload `auth-source-search'.
6315         (mail-source-keyword-map): Note order matters.
6316         (mail-source-set-1): Get all the mail-source source values and
6317         defaults and search auth-source on those if needed.  This can all
6318         probably be simplified.
6319
6320         * nnimap.el: Autoload `auth-source-search'.
6321         (nnimap-credentials): Use it.
6322         (nnimap-open-connection-1): Ask for the virtual server and physical
6323         address in one shot.
6324
6325         * nntp.el: Autoload `auth-source-search'.
6326         (nntp-send-authinfo): Use it.  Note TODO.
6327
6328 2011-02-08  Julien Danjou  <julien@danjou.info>
6329
6330         * shr.el (shr-tag-body): Add support for text attribute in body
6331         markups.
6332
6333         * message.el (message-options): Make message-options a local variable.
6334
6335 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6336
6337         * auth-source.el (auth-source-secrets-search)
6338         (auth-source-user-or-password): Use `append' instead of `nconc'.
6339         (auth-source-user-or-password): Build return list better and protect
6340         against nil :secret.
6341
6342 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
6343
6344         * nnimap.el (nnimap-update-info): Refactor slightly.
6345         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6346         (nnimap-update-info): Clean up slightly.
6347         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6348         characters.
6349         (nnimap-process-quirk): Rename function to avoid collision.
6350         (nnimap-update-info): Fix macrology bug-out.
6351         (nnimap-update-info): Simplify split history test.
6352
6353 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6354
6355         * auth-source.el (top): Require 'eieio unconditionally.
6356         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6357         (auth-source-secrets-search): Limit search when `max' is greater than
6358         number of results.
6359
6360 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6361
6362         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6363         part not returning any data.
6364
6365         * proto-stream.el (open-protocol-stream): Document the return value.
6366
6367 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6368
6369         * auth-source.el (auth-source-secrets-search): Add examples.
6370
6371 2011-02-06  Julien Danjou  <julien@danjou.info>
6372
6373         * message.el (message-setup-1): Handle message-generate-headers-first
6374         set to t.
6375
6376 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6377
6378         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6379         API with a string "secrets:collection-name" and with 'default.
6380         (auth-source-backend-parse): Parse "secrets:collection-name" and
6381         'default.  Recurse on parses instead of repeating code.  Use the
6382         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6383         message when ignoring a source.
6384         (auth-source-search): List ignored search keys at the top level.
6385         (auth-source-netrc-create): Use `case' instead of `cond'.
6386         (auth-source-secrets-search): Created with TODOs.
6387         (auth-source-secrets-create): Created with TODOs.
6388         (auth-source-retrieve, auth-source-create, auth-source-delete)
6389         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6390         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6391         (auth-source-user-or-password-sftp)
6392         (auth-source-user-or-password-smtp): Remove.
6393         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6394         around `auth-source-search'.  Not tested thoroughly.
6395
6396 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6397
6398         * auth-source.el: Bring in assoc and eioeio libraries.
6399         (secrets-enabled): New variable to track the status of the Secrets API.
6400         (auth-source-backend): New EIOEIO class to represent a backend.
6401         (auth-source-creation-defaults): New variable to set prompt defaults
6402         during token creation (see the `auth-source-search' docstring for
6403         details).
6404         (auth-sources): Simplify to allow a simple string as a netrc backend
6405         spec.
6406         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6407         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6408         (auth-source-search): Main auth-source API entry point.
6409         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6410         (auth-source-search-collection): Helper function for searching.
6411         (auth-source-netrc-parse, auth-source-netrc-normalize)
6412         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6413         Supports search, create, and delete.
6414         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6415         backend stubs.
6416         (auth-source-user-or-password): Call `auth-source-search' but it's not
6417         ready yet.
6418
6419 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6420
6421         * message.el (message-setup-1): Remove the read-only stuff, since it
6422         doesn't work under XEmacs, for some reason.
6423
6424         * gnus-sum.el (gnus-user-date): Rename back from
6425         gnus-summary-user-date since user code refers to it.
6426
6427         * shr.el (shr-render-td): Store the actual background color used.
6428
6429         * message.el (message-setup-1): Don't bind the constant
6430         -forbidden-properties.
6431         (message-setup-1): Revert previous change, since it needs to bind the
6432         props to insert them.
6433         (message-resend): Allow removing the read-only separator line.
6434
6435 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6436
6437         * nnimap.el (nnimap-request-accept-article): Give an error message if
6438         the APPEND wasn't successful.
6439
6440 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6441
6442         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6443         that have no groups.
6444
6445 2011-02-03  Julien Danjou  <julien@danjou.info>
6446
6447         * gnus-draft.el: Remove progn around gnus-draft-setup.
6448
6449 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6450
6451         * gnus-start.el (gnus-read-active-for-groups): This function is never
6452         called with a nil `infos', so clean that up.
6453         (gnus-get-unread-articles): Request active files from primary/secondary
6454         methods that have no groups (yet).
6455
6456 2011-02-03  Julien Danjou  <julien@danjou.info>
6457
6458         * message.el (message-setup-1): Always generate References first.
6459         (message-mail): Return the return value of message-setup, not always t.
6460         (message-setup-1): Insert mail-header-separator with read-only and
6461         intangible properties set.
6462
6463         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6464         user-date in docstring.
6465
6466         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6467
6468         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6469         docstring.
6470
6471         * gnus.el (gnus-user-date-format-alist): Change default value.
6472         Use defcustom, with type and group. Move from gnus-util.el.
6473         Rename to gnus-summary-user-date-format-alist.
6474
6475 2011-02-03  Glenn Morris  <rgm@gnu.org>
6476
6477         * nnimap.el (gnus-fetch-headers): Declare.
6478
6479         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6480
6481 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6482
6483         * message.el (message-forward-make-body-digest-plain)
6484         (message-followup, message-reply): Clean up things noted by Stefan.
6485
6486         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6487         gnus-article-update-date-headers is nil.
6488         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6489         it didn't really work with defcustom.
6490         (article-update-date-lapsed): Make sure the window start doesn't move,
6491         either.
6492
6493 2011-02-01  Julien Danjou  <julien@danjou.info>
6494
6495         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6496         format.
6497
6498         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6499         standard in Emacs nowadays.
6500
6501         * color.el (color-gradient): Add a color-gradient function.
6502
6503 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6504
6505         * message.el (message-expand-name): Don't trust the return value of
6506         bbdb-complete-name.
6507         (message-check-news-header-syntax): Remove unused var `start'.
6508         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6509         (message-inhibit-body-encoding): Move to before first use.
6510         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6511         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6512         (Organization, Message-ID, Date, mh-previous-window-config):
6513         Defvar the vars using dynamic scoping.
6514
6515 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6516
6517         * shr.el (shr-render-td): Only do colors at the final rendering.
6518         Should be slightly faster.
6519         (shr-insert-table): Fix up TD background colors when doing the
6520         vertical padding.
6521
6522         * gnus-art.el (article-date-ut): Protect against articles with no Date
6523         header.
6524         (article-update-date-lapsed): Don't use current-column to find the
6525         horizontal position.  It's fragile in the presence of \003 characters.
6526
6527         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6528
6529 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6530
6531         * gnus-art.el (article-transform-date): Rewrite to still work when
6532         there are several rfc2822 parts.
6533         (article-transform-date): Fix infinite recursion.
6534         (article-date-ut): Replace infinitely many Date headers with a single
6535         one when called interactively.
6536
6537         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6538         secure manner.
6539
6540         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6541         move around by not using save-window-excursion.  It seems to work...
6542
6543 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6544
6545         * gnus-art.el (article-make-date-line): Work for user-defined format.
6546
6547 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6548
6549         * nntp.el (nntp-retrieve-group-data-early)
6550         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6551         fetching functions.
6552
6553         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6554         thoroughly for all backends that have no known groups.  This should
6555         allow new nnml methods to retrieve mail.
6556
6557         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6558         that Gnus doesn't know exists again.
6559
6560         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6561         (gnus-treat-date-ut): Ditto.
6562         (gnus-article-update-date-header): Rename.
6563         (gnus-treat-date-local): Remove.
6564         (gnus-treat-date-english): Remove.
6565         (gnus-treat-date-lapsed): Remove.
6566         (gnus-treat-date-combined-lapsed): Remove.
6567         (gnus-treat-date-original): Remove.
6568         (gnus-treat-date-iso8601): Remove.
6569         (gnus-treat-date-user-defined): Remove.
6570         (gnus-article-date-headers): New variable to control all the date
6571         header options.
6572         (article-date-ut): Rewrite to allow using the new way to format date
6573         headers(s).
6574
6575 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6576
6577         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6578         method.
6579         (nnmail-article-group): A better test for fanciness.
6580
6581         * nnimap.el (nnimap-request-head): Protect against not finding the
6582         article by Message-ID.
6583
6584 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6585
6586         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6587         keep point at the "same place".
6588
6589 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6590
6591         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6592         data if the group is inactive.
6593
6594 2011-01-28  Julien Danjou  <julien@danjou.info>
6595
6596         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6597         (gnus-all-windows-visible-p): Remove old compatibility code.
6598         (gnus-window-top-edge): Add docstring.
6599
6600         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6601
6602 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6603
6604         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6605         older request-update-info.
6606
6607         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6608
6609 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6610
6611         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6612         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6613
6614 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6615
6616         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6617         groups.  This makes the nndraft:queue group pop up if it's not already
6618         there.
6619
6620         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6621         messages" logic, which was reversed.
6622
6623         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6624         the "same place" even if point is on the line being replaced.
6625         (article-update-date-lapsed): Allow updating both the combined lapsed
6626         and the lapsed headers.
6627         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6628         (article-make-date-line): Limit the number of segments dynamically to
6629         avoid too-long lines.
6630
6631 2011-01-27  Julien Danjou  <julien@danjou.info>
6632
6633         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6634         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6635
6636 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6637
6638         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6639         Use plist-get instead of the cl function getf.
6640
6641 2011-01-27  Glenn Morris  <rgm@gnu.org>
6642
6643         * gnus-util.el (float-time): Get rid of compiler warning, again.
6644
6645 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6646
6647         * shr.el (shr-put-color): Special-case background colors: Do put them
6648         at the blank parts at the front of the lines.
6649
6650         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6651         exit hook to nix out all data on readedness on group exit.
6652
6653         * gnus-util.el (float-time): If float-time is bound, always use it on
6654         all Emacsen.  It's unclear why the subrp check was there.
6655         (time-date): Require to make some autoload issues on XEmacs go away.
6656
6657         * shr.el (shr-put-color): Don't do the box padding in tables, since
6658         they're already padded.
6659
6660 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6661
6662         * gnus-art.el (gnus-article-next-page): When the last line of the
6663         article is displayed, scroll down once more instead of going to the
6664         next article at once.
6665         (article-lapsed-string): Refactor out and allow specifying how many
6666         segments you want.
6667         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6668         (gnus-article-update-lapsed-header): New variable.
6669
6670         * shr.el: Revert change that made headings use different-sized faces.
6671         The Emacs display engine isn't advanced enough that, for instance,
6672         tables can comfortably use differently-sized faces.
6673
6674 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6675
6676         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6677         used.
6678         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6679         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6680         we're using an encrypted connection.
6681
6682         * proto-stream.el: Alter the interface functions to also return the
6683         actual stream type used: network or tls.
6684
6685 2011-01-25  Julien Danjou  <julien@danjou.info>
6686
6687         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6688         (mm-display-javascript-inline): New function.
6689
6690         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6691         viewing function.
6692
6693 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * shr.el (shr-expand-newlines): Fix variable name.
6696
6697 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6698
6699         * shr.el (shr-expand-newlines): Make nested boxes work.
6700
6701 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6702
6703         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6704         backgrounds.
6705         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6706         in a more sensible manner.
6707
6708 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6709
6710         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6711         if EPG is loaded.
6712
6713 2011-01-24  Julien Danjou  <julien@danjou.info>
6714
6715         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6716         tags.
6717
6718 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6719
6720         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6721         commands.
6722
6723         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6724         in the article buffer.
6725         (gnus-gravatar-insert): Use blank space from the current buffer to
6726         avoid breaking text properties.  This makes X-Sent updating work again.
6727
6728         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6729
6730 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6731
6732         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6733         fix the bug in url-http.el instead.
6734
6735         * shr.el (shr-image-fetched): Ditto.
6736
6737         * shr.el (shr-image-fetched): Avoid having point move in the article
6738         buffer.
6739
6740         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6741         buffer after being called.  It's apparently being killed by url.el, and
6742         killing it made point move to end-of-buffer in a random buffer.
6743
6744         * shr.el (shr-image-fetched): Ditto.
6745
6746 2011-01-23  Julien Danjou  <julien@danjou.info>
6747
6748         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6749
6750         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6751         text/x-org.
6752
6753 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6754
6755         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6756         (i.e., nnimap) returning nil as the article number.
6757
6758 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6759
6760         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6761         "DelSp" parameter in RFC3676.
6762
6763 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6764
6765         * message.el (message-check-recipients): Display the encoded version of
6766         the bogus address if they differ.
6767
6768         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6769         after sending.
6770
6771         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6772
6773         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6774
6775         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6776         group buffer after sending the queue.
6777
6778         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6779
6780 2011-01-22  Julien Danjou  <julien@danjou.info>
6781
6782         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6783
6784 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6785
6786         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6787         nested related parts.
6788
6789         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6790         unexpired articles.  This fixes the regression that led expiry marks to
6791         disappear from nnfolder groups.
6792
6793 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6794
6795         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6796         Don't confuse the "ret" of "retrograde" with RET.
6797
6798 2011-01-21  Julien Danjou  <julien@danjou.info>
6799
6800         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6801         than mm-insert-inline.
6802
6803 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6804
6805         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6806         Widen article buffer.
6807
6808 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6809
6810         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6811         the temp buffer.
6812         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6813
6814 2011-01-20  Julien Danjou  <julien@danjou.info>
6815
6816         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6817
6818         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6819         than mm-insert-inline to insert inline part: this respect
6820         mm-inline-media-tests displayers.
6821
6822         * mm-view.el (mm-display-shell-script-inline): New function.
6823
6824         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6825
6826         * mm-uu.el (mm-uu-type-alist): Add org block.
6827         (mm-uu-org-src-code-block-extract): New function.
6828
6829         * mm-view.el (mm-display-org-inline): New function.
6830
6831         * mm-decode.el (mm-automatic-display): Add text/org.
6832
6833         * mailcap.el (mailcap-mime-extensions): Add .org.
6834
6835 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6836
6837         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6838         gnus-article-add-buttons.
6839
6840 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6841
6842         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6843         From header with a date and "nobody" as the sender.
6844
6845 2011-01-19  Julien Danjou  <julien@danjou.info>
6846
6847         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6848         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6849         if you have the same regexp several times.
6850         (gnus-button-push): Fix matching when regexp is symbol.
6851
6852 2011-01-15  Glenn Morris  <rgm@gnu.org>
6853
6854         * message.el (message-mail): A compose-mail function should
6855         accept headers as strings.
6856
6857 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6858
6859         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6860         Add :vert-only tags.
6861         (message-mail): New arg RETURN-ACTION.
6862         (message-return-action): New var.
6863         (message-bury): Use it.
6864         (message-mode): Make it buffer-local.
6865         (message-send-and-exit): Always call message-bury.
6866
6867         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6868         message-mail.
6869
6870 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6871
6872         * nnimap.el (nnimap-convert-partial-article): Protect against
6873         zero-length body parts.
6874
6875         * mm-decode.el (mm-preferred-alternative-precedence):
6876         Discourage showing empty parts.
6877
6878         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6879         and stuff if the backend didn't return the article number.  This fixes
6880         an Exchange-related nnimap bug.
6881
6882         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6883         group window, because it does the wrong thing when a separate frame
6884         displays the group buffer.
6885
6886         * proto-stream.el (open-protocol-stream): Protect against the low-level
6887         transport functions returning nil.
6888
6889 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6890
6891         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6892         (mml2015-epg-find-usable-secret-key): New function.
6893         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6894         mml2015-epg-find-usable-key (Bug#7797).
6895         (mml2015-epg-encrypt): Ditto.
6896
6897 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6898
6899         * dgnushack.el (rot13-string): Fix the way to get the argument.
6900
6901 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6902
6903         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6904
6905 2011-01-03  Glenn Morris  <rgm@gnu.org>
6906
6907         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6908
6909         * sieve.el (sieve-open-server): Give a more explicit error if
6910         sieve-manage-open returns nil.  (Bug#7720)
6911
6912 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6913
6914         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6915
6916 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6917
6918         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6919         This avoids sending passwords in plain text over non-encrypted
6920         channels.
6921
6922         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6923
6924         * nnimap.el (nnimap-login): Refactored out into own function, and
6925         implement CRAM-MD5.
6926         (nnimap-wait-for-line): Refactored out.
6927
6928         * mm-view.el (mml-smime): Require.
6929
6930 2010-12-20  David Engster  <deng@eml.cc>
6931
6932         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6933         use EPG to decrypt S/MIME messages instead of openssl.
6934
6935 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6936
6937         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6938
6939         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6940         status is the group clearly is unreachable.
6941
6942         * auth-source.el (auth-source-create): Add the optional second
6943         parameter to `local-variable-p' to be compatible with XEmacs.
6944
6945 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6946
6947         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6948         work when using a compressed nnml folder.
6949
6950 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6951
6952         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6953         backends after sanitising on entry, because this never makes sense:
6954         If the articles have gone missing, then the data no longer exists on
6955         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6956         overwrite anything anyway.
6957
6958         * shr.el (shr-insert-document): Bind shr-width dynamically to
6959         window-width if it's nil.
6960
6961 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6962
6963         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6964         with the meaning of using the full emacs window width for rendering.
6965
6966 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6967
6968         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6969         case when sender is not given.
6970
6971 2010-12-23  Julien Danjou  <julien@danjou.info>
6972
6973         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6974         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6975         the addresses, otherwise we might misplaced the gravatar.
6976
6977 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6978
6979         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6980         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6981         obsolete in Emacs.
6982
6983 2010-12-20  Julien Danjou  <julien@danjou.info>
6984
6985         * gnus-util.el (gnus-rescale-image): Revert last change.
6986
6987 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6988
6989         * binhex.el: Improve commentary (Bug#7482).
6990
6991 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6992
6993         * gnus-group.el (gnus-group-delete-articles): New command.
6994
6995 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6996
6997         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6998
6999 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7000
7001         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7002         here, since it's up to the backends to do CRLF removal if their
7003         protocol has it.
7004
7005         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7006
7007 2010-12-17  Julien Danjou  <julien@danjou.info>
7008
7009         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7010         they are from file.  Can also scale up.
7011
7012 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7013
7014         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7015         Restore gnus-use-agent.
7016         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7017
7018         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7019
7020 2010-12-17  Julien Danjou  <julien@danjou.info>
7021
7022         * gravatar.el (gravatar-retrieve-synchronously): New function.
7023         (gravatar-get-data): Make more robust.
7024
7025 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7028
7029 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7030
7031         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7032         to really consider the last line.
7033
7034 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7035
7036         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7037         list of recipient keys, or use symmetric encryption if not a list.
7038         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7039         EPA override, replacing the call to `netrc-store-data'.
7040
7041 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7042
7043         * gnus-srvr.el: Avoid passing nil regexp argument to
7044         delete-matching-lines.
7045
7046 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7047
7048         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7049         fetching stops when Gnus exits.
7050
7051         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7052         function.
7053         (nnfolder-request-expire-articles): Save all the buffers after doing
7054         expiry.
7055
7056         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7057         the last article", since that led to serious performance regressions
7058         when expiring nnml groups.
7059
7060 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7061
7062         * nnir.el: Improve customizations.
7063
7064 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7065
7066         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7067
7068         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7069         group has been killed.
7070         (gnus-group-yank-group): Ditto.
7071
7072         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7073
7074         * nnimap.el (nnimap-request-update-group-status): New function.
7075
7076         * gnus-int.el (gnus-request-update-group-status): New interface
7077         function.
7078
7079         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7080         copying read-ness to the backends.
7081
7082         * nnimap.el (nnimap-quirk): New function.
7083         (nnimap-retrieve-group-data-early): Use it.
7084         (nnimap-quirks): New alist.
7085
7086 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7087
7088         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7089         don't delete it within indentation.
7090
7091 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7092
7093         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7094         previous line.
7095
7096 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7097
7098         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7099         QRESYNC command by deleting a superfluous space which broke Cyrus
7100         servers.  This change will break other servers that are buggy the other
7101         way around.
7102
7103 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7104
7105         * spam.el: Reindent and fix long lines.
7106         (spam-copy-or-move-routine): Exclude invalid move destinations.
7107
7108 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7109
7110         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7111         installed the registry.
7112
7113 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7114
7115         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7116
7117 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7118
7119         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7120         groupname doesn't contain "gmane".
7121
7122 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7123
7124         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7125         and netrc-bound-and-true-p bindings.
7126         (netrc-parse): Cache the netrc contents.
7127
7128         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7129         (gnus-1): Don't create the nndrafts group twice.
7130         (gnus-setup-news): There's no need to read the active file here, since
7131         that's done again later on a per-backend basis.
7132         (gnus-start-draft-setup): Make sure that the new group is started out
7133         empty.
7134
7135         * gnus-agent.el (gnus-agentize): Don't create the queue group
7136         automatically on startup.  It'll be created later, if needed.
7137
7138         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7139         of automatically subscribed groups.
7140         (gnus-auto-subscribed-categories): New variable.
7141         (gnus-matches-options-n): Use it.
7142         (gnus-default-subscribed-newsgroups): Remove unused variable.
7143         (gnus-start-draft-setup): Message a bit less.
7144
7145 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7146
7147         * nnir.el (nnir-run-imap): Return article list in order of increasing
7148         UID.
7149
7150 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7151
7152         * gnus-sum.el (gnus-summary-enter-digest-group):
7153         Mention gnus-auto-select-on-ephemeral-exit.
7154
7155         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7156         convention of the network-only option.
7157
7158 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7159
7160         * proto-stream.el (proto-stream-open-network-only): New function to
7161         have a way to specify non-STARTTLS upgrade connections.
7162
7163 2010-12-10  Julien Danjou  <julien@danjou.info>
7164
7165         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7166         email address is nil.
7167
7168         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7169
7170 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
7171
7172         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7173         deletion.
7174         (nnir-run-imap): Only need to parse list once.
7175
7176 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7177
7178         * shr.el (shr-tag-script): Ignore <script>.
7179         (shr-tag-label): Add <label> support.
7180
7181 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7182
7183         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7184
7185         * shr.el (shr-image-displayer): Work for images lined side by side.
7186
7187 2010-12-08  Robert Pluim  <rpluim@gmail.com>
7188
7189         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7190         parameter, since XEmacs doesn't accept t as a parameter.
7191
7192 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7193
7194         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7195         ids.
7196         (nnir-run-gmane): Simplify groupspec formatting.
7197         (nnir-request-expire-articles): New function.
7198
7199 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7200
7201         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7202         overflow, possibly.
7203
7204         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7205         (shr-render-td): Handle td style="" better.
7206         (shr-tag-table): Use the color from the style sheet.
7207         (shr-render-td): Make sure we copy over all the overlays, too.
7208
7209 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
7210
7211         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7212         (nnir-request-article): Improve article retrieval.
7213
7214 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7215
7216         * mm-util.el (mm-extra-numeric-entities): New variable.
7217
7218         * mm-url.el (mm-url-decode-entities):
7219         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7220
7221         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
7222
7223 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7224
7225         * message.el: Use completion-at-point.
7226         (message-completion-function): New fun, extracted from message-tab.
7227         (message-mode): Use it for completion-at-point-functions.
7228         (message-tab): Use it and completion-at-point.
7229
7230 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7231
7232         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7233         character if a non-breakable character follows.
7234
7235 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7236
7237         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7238         any stream.
7239
7240         * shr.el (shr-tag-font): Colorize the region.
7241         (shr-tag-body): Ditto.
7242         (shr-tag-font): Actually let the styles be inherited instead of
7243         overwriting them.
7244         (shr-tag-font): Get the background color right.
7245         (shr-tag-style): Ignore all <style> tags for the moment.
7246
7247         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7248         a Message-ID to avoid having nnimap depend on gnus-sum.
7249
7250         * shr.el (shr-descend): Only colorize something if we have a node that
7251         sets colors.
7252
7253 2010-12-06  Julien Danjou  <julien@danjou.info>
7254
7255         * shr.el (shr-render-td): Render td content with shr-descend, so style
7256         will be applied to <td> too.
7257         (shr-colorize-region): Colorize region even if we only have a background.
7258         (shr-tag-body): Fix color and background color inheritance.
7259         Do not recolorize after shr-generic.
7260         (shr-tag-font): Let shr-generic colorize via inheritance.
7261
7262 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7263
7264         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7265
7266 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7267
7268         * nnir.el (nnir-request-move-article): Remove obsolete code.
7269
7270 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7271
7272         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7273
7274 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7275
7276         * gnus-sum.el (gnus-summary-respool-article): The completion function
7277         expects a list instead of an alist.
7278
7279         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7280         string as the parameter.
7281
7282         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7283
7284         * shr.el (shr-stylesheet): New dynamic variable for cascading the
7285         styles.
7286         (shr-colorize-region): New function.
7287         (shr-insert-background-overlay): Remove.
7288         (shr-render-td): Background setting should be taken care of on a higher
7289         level.
7290         (shr-tag-body): Use post-hoc colorizations.
7291         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7292         (shr-put-color-1): Don't overwrite old colors.
7293         (shr-colorize-region): When the background color isn't explicit, use
7294         a fixed background.
7295
7296         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7297         nnmail variables.
7298
7299 2010-12-05  Bjørn Mork  <bjorn@mork.no>
7300
7301         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7302         unless necessary.
7303
7304 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
7305
7306         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7307         server.
7308
7309 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7310
7311         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7312         so that TAB works.
7313
7314         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7315         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7316
7317         * shr.el (shr-urlify): Show the URL before the title to avoid
7318         misleading URLs.
7319
7320 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
7321
7322         * shr.el (shr-urlify): Display the title in <a> tags.
7323
7324 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
7325
7326         * nnir.el (nnir-categorize): Replace mapcar with mapc.
7327
7328 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
7329
7330         * nnir.el: Rearrange code to allow macros to be autoloaded by
7331         gnus-sum.el.
7332         (nnir-retrieve-headers-override-function): Make this variable
7333         customizable.
7334         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7335
7336         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
7337         from nnir.el.
7338
7339 2010-12-03  Julien Danjou  <julien@danjou.info>
7340
7341         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7342
7343 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7346         allow optional argument `environment'.
7347
7348 2010-12-03  Glenn Morris  <rgm@gnu.org>
7349
7350         * mm-extern.el (message-goto-body): Update declaration.
7351
7352 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7353
7354         * gnus-util.el (gnus-macroexpand-all): New function.
7355
7356         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7357         instead of macroexpand-all that is unavailable in XEmacs.
7358
7359 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
7360
7361         * nnir.el (nnir-summary-line-format): New variable.
7362         (nnir-mode): Use it.
7363         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
7364         (nnir-article-ids): Reimplement as defsubst.
7365         (nnir-retrieve-headers): Don't mangle the subject header.
7366         (nnir-run-imap): Use 100 as RSV score.
7367         (nnir-run-find-grep): Fix for full server searching.
7368         (nnir-run-gmane): Better restriction to gmane groups.
7369
7370         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7371         summary buffers.
7372
7373 2010-12-02  Julien Danjou  <julien@danjou.info>
7374
7375         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7376
7377         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7378
7379         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7380         support.
7381
7382 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7383
7384         * nnir.el: Update to handle the registry better.
7385         (autoload): Silence byte-compiler.
7386         (nnir-open-server): Add a hook for nnir groups.
7387         (nnir-request-move-article): Don't mangle the header.  Better to use
7388         formatting variables (which will be added in the future).
7389         (nnir-registry-action): Update the registry using the original article
7390         group name.
7391         (nnir-mode): Install nnir-specific hooks for updating the registry.
7392
7393         * gnus-sum.el
7394         (gnus-article-original-subject,gnus-newsgroup-original-name):
7395         Remove obsolete variables.
7396         (gnus-summary-move-article): Remove use of obsolete variables.
7397         (gnus-summary-local-variables): Make move and delete hooks local to
7398         summary buffers.
7399
7400 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7401
7402         * rtree.el: New file.
7403
7404 2010-12-01  Julien Danjou  <julien@danjou.info>
7405
7406         * message.el (message-user-organization): Do not use
7407         gnus-local-organization.
7408
7409         * gnus.el: Remove gnus-local-organization.
7410
7411         * gnus-msg.el: Remove nastygram thing.
7412
7413 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7414
7415         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7416         funcall.
7417
7418 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7419
7420         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7421         names.
7422
7423         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7424         characters.
7425
7426         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7427         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7428         Suggested by Štěpán Němec <stepnem@gmail.com>.
7429         (gnus-gravatar-transform-address): Use mail-extract-address-components
7430         that supports non-ASCII names rather than mail-header-parse-addresses.
7431
7432 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7433
7434         * proto-stream.el (open-protocol-stream): All starttls connections are
7435         handled by the network handler.
7436
7437 2010-11-30  Julien Danjou  <julien@danjou.info>
7438
7439         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7440         (nnimap-open-connection-1): Fix PREAUTH.
7441
7442         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7443
7444 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7447         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7448         (shr-insert): Use them.
7449         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7450
7451 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7452
7453         * nnir.el (nnir-request-move-article): Bail out if original group
7454         doesn't support article moves.
7455         (nnir-get-active): Improve active list retrieval.
7456
7457 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7458
7459         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7460
7461 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7462
7463         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7464         seem to accept strings-with-numbers as port numbers.
7465
7466 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7467
7468         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7469         change the registry.
7470
7471 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7472
7473         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7474         delete-dups that is not available in XEmacs 21.4.
7475
7476         * mm-util.el (mm-delete-duplicates): Add comment.
7477
7478 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7479
7480         * nnir.el (nnir-ignored-newsgroups): New variable.
7481         (nnir-get-active): Use it.
7482
7483 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7484
7485         * proto-stream.el (proto-stream-open-network): Add some comments.
7486
7487         * nntp.el (nntp-open-connection): Provide a :success condition.
7488
7489         * nnimap.el (nnimap-open-connection-1): Ditto.
7490
7491         * proto-stream.el (proto-stream-open-network): See what the response to
7492         the STARTTLS command is.
7493
7494         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7495         backwards compatibility).
7496         (nnimap-open-connection-1): Really respect nnimap-server-port.
7497
7498         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7499         TLS upgrades we don't really care about the identity of the peer.
7500         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7501         that what we've checked for.
7502         (proto-stream-always-use-starttls): Only default to t if
7503         open-gnutls-stream exists.
7504         (proto-stream-open-network): If STARTTLS failed, then just open a
7505         normal connection.
7506         (proto-stream-open-network): Wait until the greeting before doing
7507         STARTTLS.
7508
7509         * nntp.el (nntp-open-connection): Report what the connection error is.
7510
7511         * proto-stream.el (open-protocol-stream): Rename from
7512         open-proto-stream.
7513
7514 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7515
7516         * nnimap.el (nnimap-stream): Change default to `undecided'.
7517         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7518         first, and then network.
7519         (nnimap-open-connection-1): Respect nnimap-server-port.
7520         (nnimap-open-connection): Be more backwards-compatible.
7521
7522         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7523         (proto-stream-open-starttls): De-duplicate the starttls code.
7524         (proto-stream-open-starttls): Folded back into the main function.
7525         (proto-stream-open-network): Fix typo in the gnutls path.
7526         (proto-stream-command): Refactor out.
7527
7528         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7529
7530         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7531         starttls.el STARTTLS.
7532
7533         * color.el (color-lab->srgb): Fix function call name.
7534
7535         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7536         if we're using tls.el.
7537         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7538         built in, then don't try to establish a STARTTLS connection.
7539
7540         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7541         servers.
7542
7543         * proto-stream.el (open-proto-stream): Use network, not stream.
7544         (open-proto-stream): Add a way to specify what the end of a command is.
7545
7546         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7547         connections types.
7548         (nntp-open-network-stream): Remove.
7549         (nntp-open-ssl-stream): Remove.
7550         (nntp-open-tls-stream): Remove.
7551         (nntp-ssl-program): Remove.
7552
7553         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7554
7555 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7556
7557         * nnir.el: Fix typos.
7558         (nnir-retrieve-headers-override-function): Rename variable to reflect
7559         new semantics.
7560         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7561         macros.
7562         (nnir-request-article, nnir-request-move-article): Use them.
7563         (nnir-categorize): New function.
7564         (nnir-run-query): Use it.
7565         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7566         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7567         sorted.
7568         (nnir-group-full-name): Use gnus-group-full-name instead.
7569         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7570         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7571
7572 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7573
7574         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7575
7576         * proto-stream.el: New library to provide protocol-specific
7577         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7578         protocols.
7579         (open-proto-stream): Complete the documentation.
7580         (proto-stream-open-network): Fix some typos.
7581
7582         * nnimap.el (nnimap-open-connection): Use it.
7583
7584 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7585
7586         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7587         negotiation.
7588
7589 2010-11-26  Julien Danjou  <julien@danjou.info>
7590
7591         * color.el: Rename various rgb functions to srgb.
7592
7593 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7594
7595         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7596         names.
7597
7598 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7599
7600         * shr.el (shr-insert): Revert last change.
7601         (shr-find-fill-point): Never leave point being at bol;
7602         relax the kinsoku limitation when rendering tables.
7603
7604 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7605
7606         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7607         results from -accept-article.
7608
7609         * shr-color.el: Require cl when compiling.
7610
7611         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7612         checkin.
7613
7614         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7615
7616         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7617
7618         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7619         'add and 'delete to set backend marks.
7620
7621         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7622
7623         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7624
7625         * nntp.el (nntp-request-set-mark): Use it.
7626
7627         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7628
7629         * nnml.el (nnml-request-set-mark): Ditto.
7630
7631         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7632         introduces regressions in article selection.
7633         (nnimap-find-uid-response): New function.
7634         (nnimap-request-accept-article): Use the UID returned, if any.
7635         (nnimap-request-move-article): Use the UID returned, if any.
7636         (nnimap-get-groups): Reimplement to work with folded lines.
7637         (nnimap-find-uid-response): The UID is the last element in the list.
7638         (nnimap-request-set-mark): Extend syntax with 'set.
7639
7640         * nnml.el (nnml-request-set-mark): Ditto.
7641
7642         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7643
7644         * nntp.el (nntp-request-set-mark): Ditto.
7645
7646 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7647
7648         * message.el (message-called-interactively-p): A temporary macro.
7649         (message-goto-body): Use it temporarily.
7650
7651 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7652
7653         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7654         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7655         (nnimap-last-response-string): Fix last unfolding fix.
7656
7657 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7658
7659         * shr.el (shr-insert): Fix the way to fold lines.
7660
7661 2010-11-25  Julien Danjou  <julien@danjou.info>
7662
7663         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7664
7665         * color.el: Rename from color-lab.el
7666         (color-rgb->hex): Add.
7667         (color-complement): Add.
7668         (color-complement-hex): Add.
7669
7670         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7671
7672 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7673
7674         * shr-color.el (shr-color-visible): Don't bug out if the color names
7675         don't exist.
7676
7677 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7678
7679         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7680         assuming that article displaying or another mml-preview may be
7681         interrupted for an error or for the like.
7682
7683         * shr.el (shr-get-background): Fix argument name.
7684
7685 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7686
7687         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7688
7689         * gnus-sum.el (gnus-summary-include-articles): New function.
7690
7691         * message.el (message-goto-body): called-interactively-p needs a
7692         parameter, so use `any'.
7693
7694         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7695         clear marks before moving, since they're synced from the Gnus side
7696         first.
7697
7698         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7699         (gnus-summary-move-article): Copy over all marks before moving, so that
7700         IMAP doesn't think a new article has arrived.
7701
7702 2010-11-24  Julien Danjou  <julien@danjou.info>
7703
7704         * shr.el (shr-insert-background-overlay): Fix typo.
7705         (shr-render-td): Copy the background before rendering.
7706
7707         * shr-color.el (shr-color-visible): Fix docstring.
7708
7709         * shr.el (shr-tag-table): Add bgcolor support.
7710         (shr-render-td): Add bgcolor support.
7711         (shr-get-background): Add.
7712         (shr-insert-foreground-overlay): Use shr-get-background.
7713
7714         * message.el (message-goto-body): Use called-interactively-p.
7715         (message-in-body-p): message-goto-body returns point.
7716
7717 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7718
7719         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7720         Fixes something or other in Emacs 23, and is backwards compatible.
7721
7722         * message.el (message-goto-body): Remove the <#secure special-casing,
7723         which is too special.
7724
7725         * shr.el (shr-parse-style): Drop !important from styles.
7726
7727 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7728
7729         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7730         this function to return incorrect results when calling it with an
7731         explicit article argument different from
7732         (gnus-summary-article-number).
7733
7734 2010-11-24  Julien Danjou  <julien@danjou.info>
7735
7736         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7737         (shr-tag-body): Add background support.
7738         (shr-descend): Add background support.
7739         (shr-tag-title): Add.
7740
7741         * shr-color.el (shr-color-visible): Really return original background
7742         if fixed.
7743
7744 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7745
7746         * shr.el (shr-color-check): Protect against non-existent color names.
7747
7748 2010-11-24  Julien Danjou  <julien@danjou.info>
7749
7750         * color-lab.el: Require 'cl when compiling.
7751
7752         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7753
7754         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7755         matched part.
7756
7757         * color-lab.el: Fix all expt calls to use float type.
7758
7759 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7760
7761         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7762         expression to shr-color-check as is.
7763
7764         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7765
7766         * color-lab.el: Add coding cookie.
7767         (float-pi): Use eval-and-compile.
7768
7769         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7770         compiled for Emacsen having no `libxml-parse-html-region' support.
7771
7772 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7773
7774         * shr.el (shr-insert-color-overlay): Split stuff like
7775         "#444444 !important" to find the real color.
7776         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7777         parse <font color="red"> entries.
7778
7779 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7780
7781         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7782         point when parsing headers.
7783
7784         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7785         is positioned properly when parsing headers.
7786
7787 2010-11-23  Julien Danjou  <julien@danjou.info>
7788
7789         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7790
7791         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7792
7793         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7794
7795         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7796         Use shr-color-hue-to-rgb.
7797         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7798
7799 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7800
7801         * shr.el (shr-color->hexadecimal): Autoload.
7802         (shr-descend): Add color to all tags.
7803
7804 2010-11-22  Julien Danjou  <julien@danjou.info>
7805
7806         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7807         shr-color->hexadecimal.
7808
7809         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7810         RGB() or HSL() color representation.
7811
7812         * shr.el (shr-tag-font): Add.
7813         (shr-tag-color-check): New function to get better colors.
7814         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7815         tag-span.
7816
7817         * shr-color.el: New file.
7818
7819         * color-lab.el: New file.
7820
7821         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7822
7823 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7824
7825         * nnir.el: Fix typo in comments.
7826         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7827         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7828
7829 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7830
7831         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7832
7833         * nnimap.el (nnimap-get-capabilities): Refactor out.
7834         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7835
7836 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7837
7838         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7839         appearing when `mm-uu-hide-markers' is nil.
7840
7841 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7842
7843         * nnimap.el (nnimap-unselect-group): Make into its own function.
7844         (nnimap-request-rename-group): Unselect group before renaming.
7845         This had gotten lost somewhere.
7846         (nnimap-request-accept-article): Keep track of examined groups, and
7847         unselect the group before APPENDing to read-only groups.
7848         (nnimap-request-move-article): Clear flags before moving so that they
7849         can be re-set later.
7850
7851 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7852
7853         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7854         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7855
7856 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7857
7858         * gnus-art.el (gnus-mime-display-single):
7859         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7860         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7861         parameter.
7862
7863 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7864
7865         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7866         (shr-table-vertical-line): New variable.
7867         (shr-insert-table): Use it.
7868
7869 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7870
7871         * gnus-html.el (gnus-html-wash-images): Don't display images if
7872         gnus-inhibit-images is non-nil; register displayer for cid images.
7873         (gnus-html-display-image): Work for cid image.
7874         (gnus-html-insert-image): Allow arguments.
7875         (gnus-html-put-image): Inhibit read-only.
7876         (gnus-html-prefetch-images): Don't prefetch images if
7877         gnus-inhibit-images is non-nil.
7878
7879 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7880
7881         * shr.el (shr-put-image): Break lines when inserting big pictures.
7882
7883 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7884
7885         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7886         sender, thanks Katsumi Yamaoka.
7887
7888 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7889
7890         * nnir.el (nnir-run-imap): Reverse the article list for each group
7891         rather than the whole list.
7892
7893 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7894
7895         * shr.el (shr-image-displayer): Protect function against non-existent
7896         image source.
7897
7898         * gnus-art.el (gnus-inhibit-images): New user option.
7899         (gnus-mime-display-single): Don't display image if it is non-nil.
7900
7901         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7902         gnus-inhibit-images.
7903
7904         * shr.el (shr-image-displayer): New function.
7905         (shr-tag-img): Use it.
7906
7907 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7908
7909         * mml2015.el (mml2015-epg-sign): Use From header.
7910
7911 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7912
7913         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7914
7915         * gnus-util.el (gnus-find-text-property-region): Return markers.
7916
7917         * shr.el (shr-tag-img): Put a displayer in the text property.
7918
7919         * gnus-util.el (gnus-find-text-property-region): New utility function.
7920
7921         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7922         (gnus-html-show-images): Remove.
7923
7924         * gnus-art.el (gnus-article-show-images): New, more general function.
7925
7926         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7927         image url text properties.
7928
7929         * shr.el: Ditto.
7930
7931         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7932         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7933
7934 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7935
7936         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7937         work for two or more articles.
7938
7939 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7940
7941         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7942         divide an image that's in an html article to two or more when washing
7943         non-ASCII characters in alt text of it.
7944
7945 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7946
7947         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7948         smime-decrypt-region using function argument.
7949         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7950
7951         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7952
7953         * smime.el (smime-decrypt-region): Catch it.
7954
7955 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7956
7957         * smime.el (smime-mode-map): Move initialization into declaration.
7958         (gnus-run-mode-hooks): Don't autoload.
7959         (smime-mode): Use define-derived-mode.
7960
7961 2010-11-11  Glenn Morris  <rgm@gnu.org>
7962
7963         * smime.el (from): Restrict declaration to XEmacs.
7964
7965         * nnir.el (gnus-group-topic-name): Autoload.
7966
7967 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7968
7969         * shr.el (shr-insert): Don't break long line if it is because of
7970         kinsoku-bol characters in the line end.
7971
7972 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7973
7974         * nnir.el (nnir-request-move-article): Fix to provide original group
7975         and subject.
7976         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7977         been retrieved.
7978
7979         * gnus-sum.el (gnus-summary-move-article): Use original group and
7980         subject for virtual articles such as those in an nnir summary buffer.
7981
7982 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7983
7984         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7985         least 21.5).
7986
7987         * smime.el (from): Declare it again for XEmacs.
7988
7989 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7990
7991         * message.el (message-resend): Don't disable encoding unless it's
7992         already encoded.
7993
7994         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7995         low-numbered articles.
7996
7997 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7998
7999         * rfc2047.el (rfc2047-syntax-table): Simplify.
8000
8001         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8002
8003         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8004         set-char-table-range for XEmacs.
8005
8006 2010-11-10  Glenn Morris  <rgm@gnu.org>
8007
8008         * time-date.el (time-to-seconds): Always an alias on Emacs,
8009         never a real function.
8010         (with-no-warnings): Remove compat stub, now unused.
8011         (time-less-p): Doc fix.
8012         (time-to-number-of-days): Simplify.
8013
8014         * smime.el (from): Remove unused declaration.
8015
8016         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8017         (gnus-float-time): On Emacs, always an alias.
8018
8019         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8020         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8021
8022 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * dgnushack.el: Don't use ignore-errors in the top level form since it
8025         is unavailable in XEmacs even if cl is loaded.
8026
8027         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8028
8029 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8030
8031         * shr.el (browse-url-mailto): Autoload.
8032
8033         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8034
8035         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8036         regexp doesn't need quoting.
8037
8038 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8039
8040         * message.el (message-subject-trailing-was-ask-regexp)
8041         (message-subject-trailing-was-regexp): Match was: in addition to was.
8042
8043 2010-11-09  Glenn Morris  <rgm@gnu.org>
8044
8045         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8046         (nnbabyl-check-mbox): Use point-at-bol.
8047
8048 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8049
8050         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8051
8052         * message.el (message-mailto): New function.
8053         (message-mailto): Should accept other parameters.
8054         (message-mailto): Remove since it duplicates browse-url-mailto
8055         functionality.
8056
8057 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8058
8059         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8060         methods.
8061         (gnus-read-active-file): Ditto.
8062
8063         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8064         ": " from the prompt.
8065         (gnus-group-make-group): Ditto.
8066
8067 2010-11-07  Glenn Morris  <rgm@gnu.org>
8068
8069         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8070         (gnus-bookmark-kill-line): Use point-at-eol.
8071
8072 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8073
8074         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8075         asterisks in From header.
8076
8077 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8078
8079         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8080         string to avoid making the From headers syntactically invalid.
8081
8082         * message.el (message-send-mail): Don't insert courtesy messages if the
8083         message already has List-Post and List-ID messages.
8084
8085 2010-11-06  Glenn Morris  <rgm@gnu.org>
8086
8087         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8088         `condition', `type', `length' a prefix.
8089         (gnus-treat-predicate): Update for above name changes.
8090
8091 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8092
8093         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8094         binding.  Handled by `gnus-summary-refer-thread' instead.
8095         (nnir-warp-to-article): New backend function.
8096
8097         * nnimap.el (nnimap-request-thread): Force dependency updating.
8098
8099         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8100         (gnus-summary-refer-thread): Rework to improve thread-referral.
8101
8102         * gnus-int.el (gnus-warp-to-article): New function.
8103
8104         * gnus-sum.el (gnus-summary-article-map): Bind it.
8105
8106 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8107
8108         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8109         gnus-summary-refer-thread.
8110
8111         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8112         headers.
8113         (gnus-summary-limit-include-thread): Prevent articles in thread from
8114         being cut in gnus-cut-threads.
8115         (gnus-summary-refer-thread): Limit retrieved headers to those in
8116         thread.
8117
8118 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8119
8120         * message.el (message-send-mail): Use the value of
8121         message-courtesy-message from the message buffer.
8122
8123         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8124
8125         * shr.el (shr-browse-url): Implement mailto: URLs.
8126
8127         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8128         "raw".
8129
8130         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8131         if it's already selected.
8132
8133         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8134
8135 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8136
8137         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8138         to measure the length and truncate alt text.
8139
8140 2010-11-03  Glenn Morris  <rgm@gnu.org>
8141
8142         * nndiary.el (nndiary-generate-nov-databases-1)
8143         (nndiary-generate-active-info): Rename dynamic variable `files' to
8144         something less generic.
8145
8146 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8147
8148         * nnir.el (nnir-request-move-article): Call the underlying backend to
8149         move articles from nnir.
8150
8151 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8152
8153         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8154
8155 2010-11-02  Julien Danjou  <julien@danjou.info>
8156
8157         * nnir.el: Remove wais support.
8158
8159 2010-11-02  Glenn Morris  <rgm@gnu.org>
8160
8161         * gnus-html.el: Reorder requirements to quieten compiler.
8162
8163 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8164
8165         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8166         properly for XEmacs as well.
8167         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8168         (gnus-article-natural-long-line-p): Use window-width rather than
8169         frame-width.
8170
8171 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
8172
8173         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
8174         (nnir-read-parms): Don't modify query.
8175         (nnir-run-query): Add ability to search topic on current line.
8176         (nnir-get-active): Clean up.
8177
8178 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8179
8180         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8181         degenerate articles.
8182
8183         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8184         (gnus-print-buffer): Just print the buffer as is, without any copying
8185         to a buffer and then re-highlighting.
8186
8187         * nnimap.el (nnimap-request-group): Store the new updated info.
8188         (nnimap-request-group): Select the group when we don't know whether it
8189         exists or not.
8190
8191         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8192         groups.
8193
8194         * gnus-group.el (gnus-group-find-new-groups): Display all the new
8195         groups.
8196
8197         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8198         groups.
8199
8200         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8201         long-lines case by only filling the long lines.
8202
8203         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8204         (bug #7311).
8205
8206 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8207
8208         * shr.el: No need to declare `declare-function' since shr.el is for
8209         only Emacsen that provide `libxml-parse-html-region'.
8210
8211         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
8212         effective only in a file it is referred to.
8213
8214 2010-11-01  Glenn Morris  <rgm@gnu.org>
8215
8216         * mm-util.el (gnus-completing-read): Autoload.
8217         (mm-read-coding-system): Simplify Emacs definition.
8218
8219         * nnmail.el (gnus-activate-group):
8220         * nnimap.el (gnutls-negotiate):
8221         * nntp.el (netrc-parse): Fix declarations.
8222
8223 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8224
8225         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8226         string-match-p in Emacs >=23.
8227
8228         * gnus-msg.el (gnus-configure-posting-styles):
8229         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8230
8231 2010-11-01  Glenn Morris  <rgm@gnu.org>
8232
8233         * nnir.el (declare-function): Add compat stub.
8234         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8235         (nnir-run-gmane): Require 'mm-url.
8236
8237         * mm-util.el (mm-string-to-multibyte): Simplify.
8238
8239         * shr.el (declare-function): Add compat stub.
8240         (url-cache-create-filename): Declare.
8241         (mm-disable-multibyte, widget-convert-button): Autoload.
8242
8243         * smime.el (ldap-search): Declare.
8244         (smime-cert-by-ldap-1): Require ldap on Emacs.
8245
8246         * nnimap.el: Require nnmail, and gnus-sum when compiling.
8247         (nnimap-keepalive): Use gnus-float-time.
8248
8249         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8250         (mail-source-delete-crash-box): Use gnus-float-time.
8251
8252         * gnus-dired.el (gnus-completing-read): Autoload.
8253
8254         * mm-view.el (gnus-rescale-image): Autoload.
8255
8256         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8257
8258         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8259
8260         * sieve-manage.el: Require 'cl when compiling.
8261
8262         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8263         (gnus-iswitchb-completing-read): Require iswitchb.
8264         (gnus-select-frame-set-input-focus): Silence compiler.
8265
8266 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8267
8268         * message.el (message-subject-trailing-was-query): Change default to t,
8269         since I think that's what most people want.
8270
8271         * nnimap.el (nnimap-request-accept-article): Erase buffer before
8272         appending for easier debugging.
8273         (nnimap-wait-for-connection): Take a regexp.
8274         (nnimap-request-accept-article): Wait for the continuation line before
8275         sending anything unless we're streaming.
8276
8277         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8278         leave the header washing to take place.
8279
8280 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8281
8282         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8283         regular expression match and replace in posting styles.
8284
8285 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
8286
8287         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
8288         an entire server.
8289         (nnir-get-active): New function.
8290         (nnir-run-imap): Use it.
8291         (nnir-run-gmane): Who knew, gmane search returns an article score!
8292
8293         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8294         server on the current line with nnir.
8295
8296 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8297
8298         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8299         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8300         left edge.
8301         (gnus-article-foldable-buffer): Skip past the prefix when determining
8302         raggedness.
8303
8304         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8305         the raw article, and change `C-u g' to show the article without doing
8306         treatments.
8307
8308         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8309         on to `gnus-treat-article'.
8310         (gnus-inhibit-article-treatments): New variable.
8311
8312         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8313
8314         * gnus-art.el (gnus-treatment-function-alist): Have
8315         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8316         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8317         sections.
8318
8319         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8320         parameter.
8321         (gnus-article-fill-cited-long-lines): New function.
8322         (gnus-article-fill-cited-article): Allow filling only long sections.
8323
8324         * shr.el (shr-find-fill-point): Don't break lines between punctuation
8325         and non-punctuation (like after the apostrophe in "'We").
8326
8327         * gnus-sum.el (gnus-summary-select-article): Make sure
8328         gnus-original-article-buffer is alive.
8329
8330         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8331         reflect the order they're in in the digest.
8332
8333         * gnus.el (gnus-group-startup-message): Move point to the start of the
8334         buffer.
8335
8336         * nnimap.el (nnimap-capability): New function.
8337         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8338         is set.
8339
8340 2010-10-31  David Engster  <dengste@eml.cc>
8341
8342         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8343         conform with changes to gnus-completing-read.
8344
8345 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8346
8347         * shr.el (shr-tag-img): Output "*" instead of "[img]".
8348
8349 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8350
8351         * nnir.el: Move defvar, defcustom around to keep file organized
8352         and keep byte-compiler quiet.
8353         (nnir-read-parms): Accept search-engine as arg.
8354         (nnir-run-query): Pass search-engine as arg.
8355         (nnir-search-engine): Remove.
8356
8357 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8358
8359         * shr.el (shr-generic): The text nodes should be text, not :text.
8360
8361         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8362         later in the file.
8363
8364 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8365
8366         * nnir.el: General clean up.  Allow searching with multiple engines.
8367         Allow separate extra-parameters for each engine.
8368         Batch queries when possible.
8369         (nnir-imap-default-search-key,nnir-method-default-engines):
8370         Add customize interface.
8371         (nnir-run-gmane): New engine.
8372         (nnir-engines): Use it.  Qualify all prompts with engine name.
8373         (nnir-search-engine): Remove global variable.
8374         (nnir-run-hyrex): Restore for now.
8375         (nnir-extra-parms,nnir-search-history): New variables.
8376         (gnus-group-make-nnir-group): Use them.
8377         (nnir-group-server): Remove in favor of gnus-group-server.
8378         (nnir-request-group): Avoid searching twice.
8379         (nnir-sort-groups-by-server): New function.
8380
8381 2010-10-30  Julien Danjou  <julien@danjou.info>
8382
8383         * gnus-group.el: Remove gnus-group-fetch-control.
8384
8385         * gnus-start.el (gnus-find-new-newsgroups):
8386         Remove gnus-check-first-time-used.
8387
8388         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8389
8390 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8391
8392         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8393         set on groups that don't have \* permanentflags.
8394
8395 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8396
8397         * shr.el (shr-tag-span): Drop colorization of regions since we don't
8398         control the background color.
8399         (shr-tag-img): Ignore very small web bug type images.
8400         (shr-put-image): Add help-echo alt texts to the images.
8401         (shr-tag-video): Show the video poster image.
8402
8403 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8404
8405         * shr.el (shr-table-depth): New variable.
8406         (shr-tag-table-1): Only insert the images after the top-level table.
8407
8408         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8409
8410         * gnus-util.el (gnus-list-memq-of-list): New function.
8411
8412         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8413         selected.
8414         (nnimap-unsplittable-articles): New slot.
8415         (nnimap-new-articles): Use it.
8416
8417 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8418
8419         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8420         move to the previous line on `M-g'.
8421
8422 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8423
8424         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8425         *-request-group, which seems unnecessary.
8426
8427         * nnimap.el (nnimap-quote-specials): Function copied over from
8428         imap.el.
8429         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8430         they support that.  Suggested by Tom Regner.
8431
8432 2010-10-29  Julien Danjou  <julien@danjou.info>
8433
8434         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8435         defalias.
8436         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8437
8438         * gnus.el: Remove `gnus-nntp-service' variable.
8439         (gnus-secondary-servers): Make obsolete.
8440         (gnus-nntp-server): Make obsolete.
8441
8442         * gnus-start.el (gnus-1): Remove x-splash calls.
8443
8444         * gnus-ems.el (gnus-x-splash): Remove.
8445
8446         * gnus.el (gnus-group-startup-message): Simplify/update code.
8447
8448         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
8449         definition.
8450
8451         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8452         capability before doing anything.
8453         (gnus-group-insert-group-line): Remove useless
8454         gnus-group-remove-excess-properties.
8455
8456 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8457
8458         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8459
8460 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8461
8462         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8463         config after reselecting.
8464
8465 2010-10-28  Julien Danjou  <julien@danjou.info>
8466
8467         * shr.el (shr-put-image): Use point even if only inserting text.
8468         (shr-put-image): Save excursion when inserting alt text on non-graphic
8469         display, so the behavior is the same when we are on a graphic display.
8470
8471         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8472
8473 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8474
8475         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8476         (gnus-mime-copy-part): Check coding system, not charset.
8477         (gnus-mime-view-part-externally): Never remove part.
8478         (gnus-mime-view-part-internally): Don't remove part here.
8479         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8480         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8481         multipart/alternative.
8482
8483         * mm-decode.el (mm-display-part): Take optional arg `force'.
8484
8485 2010-10-26  Julien Danjou  <julien@danjou.info>
8486
8487         * gnus-group.el (gnus-group-default-list-level): Add this function to
8488         compute the default list level.
8489         (gnus-group-default-list-level): Add possibility to use a function.
8490
8491 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8492
8493         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8494
8495         * gnus-group.el (gnus-group-completing-read)
8496         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8497         gnus-replace-in-string.
8498
8499 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8500
8501         * shr.el (shr-tag-div): Add.
8502
8503         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8504
8505 2010-10-25  Julien Danjou  <julien@danjou.info>
8506
8507         * gnus-util.el: Remove `gnus-with-local-quit'.
8508
8509         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8510
8511 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8512
8513         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8514         the original article buffer.
8515
8516 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8517
8518         * nnimap.el (nnimap-request-head): New function.
8519         (nnimap-request-move-article): Try to be slightly faster by not
8520         requesting the entire message when moving.
8521         (nnimap-transform-headers): Don't bug out on bodiless articles.
8522         (nnimap-send-command): Have no outstanding messages if the IMAP server
8523         doesn't support streaming.
8524         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8525
8526 2010-10-24  Julien Danjou  <julien@danjou.info>
8527
8528         * message.el (message-default-headers): Fix type.
8529
8530 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8531
8532         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8533         prefetching images.
8534
8535         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8536         backend for unknown groups.  This is mainly useful for nnimap groups.
8537
8538         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8539         group isn't covered by the agent.
8540
8541 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8542
8543         * nnir.el (nnir-method-default-engines): New variable.
8544         (nnir-run-query): Use it.
8545         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8546         (gnus-summary-nnir-goto-thread): Change group if needed.
8547
8548         * gnus-group.el (gnus-group-group-map): Add key binding for
8549         gnus-group-make-nnir-group.
8550
8551 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8552
8553         * shr.el (shr-tag-object): Add.
8554
8555         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8556         original article buffer live.
8557         (gnus-summary-select-article-buffer):
8558         Mention gnus-widen-article-buffer.
8559
8560 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8561
8562         * shr.el (shr-tag-strong): Add.
8563
8564 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8565
8566         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8567         group names.  They mess up the group buffer badly.
8568
8569         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8570
8571         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8572         instead of the summary one.
8573
8574 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8575
8576         * mml.el (mml-preview): Work properly when editing article.
8577
8578         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8579         gnus-have-read-active-file if it's already been in.
8580
8581 2010-10-22  Tom Tromey  <tromey@redhat.com>
8582
8583         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8584         gnus-group-completing-read.
8585
8586 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8587
8588         * message.el (message-mode-map): Don't bind M-; to comment region, to
8589         allow the global comment-dwim to work.
8590
8591 2010-10-21  Julien Danjou  <julien@danjou.info>
8592
8593         * message.el (message-setup-1): Allow message-default-headers to be a
8594         function.
8595
8596 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8597
8598         * shr.el (shr-tag-table): Simplify.
8599
8600 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8601
8602         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8603         to avoid trying to snarf invalid stuff.
8604
8605         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8606
8607         * gnus.el (gnus-message-archive-group): Quote value.
8608         (gnus-message-archive-group): Mark as changed.
8609
8610         * shr.el (shr-add-font): Don't put the font properties on the newline
8611         or the indentation.
8612
8613         * message.el (message-fix-before-sending): Change options when sending
8614         non-printable characters.
8615
8616         * gnus.el (gnus-message-archive-method): Change the default to
8617         monthly outgoing groups.
8618
8619         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8620         that have gotten new numbers.
8621
8622         * nnimap.el (nnimap-request-replace-article): New function.
8623
8624 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8625
8626         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8627         (nnrss-request-article): Don't use special html washing code.
8628
8629 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8630
8631         * shr.el (shr-tag-table): Remove useless nconc.
8632
8633 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8634
8635         * gnus-art.el (article-wash-html): Simplify and remove the charset
8636         stuff.  Use the normal html rendering code instead of the special html
8637         washing code.
8638
8639         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8640         `gnus-w3m' symbols.
8641         (mm-text-html-washer-alist): Remove.
8642
8643         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8644         (mm-inline-media-tests): Remove use.
8645         (mm-text-html-renderer): Change default to the `shr' symbol.
8646
8647         * mm-view.el (mm-inline-text-html): Remove use.
8648
8649         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8650         `gnus-blocked-images' to be a function.
8651         (gnus-article-wash-function): Remove.
8652
8653 2010-10-20  Julien Danjou  <julien@danjou.info>
8654
8655         * spam.el (spam-list-of-processors): Mark as obsolete.
8656
8657         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8658         (nnimap-insert-partial-structure): Fix boundary detection.
8659
8660 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8661
8662         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8663         run file-truename on remote files.  This can be expensive and even
8664         prevent one from editing drafts if some unrelated buffer has a stale
8665         connection.
8666
8667 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8670         kinsoku-eol regardless of shr-kinsoku-shorten.
8671         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8672         (shr-tag-table): Support caption, thead, and tfoot.
8673
8674 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8675
8676         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8677         lines.
8678         (shr-save-contents): New command and keystroke.
8679
8680         * nndoc.el (nndoc-type-alist): Add git support.
8681         (nndoc-git-type-p): New function.
8682         (nndoc-transform-git-article): Ditto.
8683         (nndoc-transform-git-headers): Ditto.
8684         (nndoc-transform-git-headers): Generate Subject headers.
8685
8686         * shr.el (shr-parse-style): New function.
8687         (shr-tag-span): Ditto.
8688
8689         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8690         to `G G' to avoid collisions.
8691
8692 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8693
8694         * shr.el: Load kinsoku if necessary.
8695         (shr-kinsoku-shorten): New internal variable.
8696         (shr-find-fill-point): Make kinsoku shorten text line if
8697         shr-kinsoku-shorten is bound to non-nil.
8698         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8699         shr-indentation too when testing if table is wider than frame width.
8700         (shr-insert-table): Use `string-width' instead of `length' to measure
8701         text width.
8702         (shr-insert-table-ruler): Make sure indentation is done at bol.
8703
8704 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8705
8706         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8707         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8708         undecoded network data.
8709
8710 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8711
8712         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8713         name in the mode line spec so that the mode line menu works
8714         (bug #2431).
8715
8716         * message.el (message-get-reply-headers): If we're fed `to-address',
8717         then always use that.
8718
8719         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8720         aren't so wide as to need to switch off the edit menu.
8721
8722         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8723         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8724
8725         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8726         `M-g'.
8727         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8728         the permanent marks.
8729
8730 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8731
8732         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8733         Splitting according to references/in-reply-to obeys the ignore-groups
8734         variable, while splitting by sender and subject do not.
8735
8736 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8737
8738         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8739         alist, so that we can look for non-Unicode chars.
8740         (article-translate-strings): Allow both character and string maps.
8741
8742 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8743
8744         * shr.el (shr-insert): Don't insert space behind a wide character
8745         categorized as kinsoku-bol, or between characters both categorized as
8746         nospace.
8747
8748 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8749
8750         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8751         headers to gnus-newsgroup-headers.
8752
8753 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8754
8755         * shr.el (shr-tag-img): Don't align images -- since we're not
8756         rescaling, this often leads to ugly displays.
8757
8758 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8759
8760         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8761         duplicates.
8762
8763 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8764
8765         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8766         call.
8767
8768 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8769
8770         * gnus.el: Autoload gnus-html-show-images.
8771
8772         * nnimap.el: Use nnheader-message throughout.
8773
8774         * shr.el (shr-tag-img): Ignore images with no data.
8775
8776 2010-10-15  Julien Danjou  <julien@danjou.info>
8777
8778         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8779         a possibility to disable format=flow encoding when using hard newlines.
8780
8781 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8782
8783         * shr.el (shr-insert): Remove space inserted before or after a
8784         breakable character or at the beginning or the end of a line.
8785         (shr-find-fill-point): Do kinsoku; find the second best point or give
8786         it up if there's no breakable point.
8787
8788 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8789
8790         * nnimap.el (nnimap-open-connection): Message when opening connection
8791         for debugging purposes.
8792
8793         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8794         on every setup buffer call to allow this to change from article to
8795         article.
8796
8797         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8798         buffers where we have a wide table.
8799
8800 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8801
8802         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8803         uses *-request-thread.
8804
8805 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8806
8807         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8808         incantation, which is no longer valid.
8809
8810 2010-10-14  Julien Danjou  <julien@danjou.info>
8811
8812         * shr.el: Fix defcustom type (char -> character).
8813
8814 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8815
8816         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8817         programs.
8818
8819 2010-10-14  Julien Danjou  <julien@danjou.info>
8820
8821         * shr.el (shr-tag-a): Use url-link as widget type.
8822
8823         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8824         `gnus-group-get-icon'.
8825
8826 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8827
8828         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8829         This should make server editing work better.
8830
8831         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8832
8833         * tls.el (tls-program): Remove spurious %s from openssl.
8834
8835         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8836         (nnimap-parse-flags): Fix regexp.
8837
8838         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8839         probably work for CJVK text, too.
8840
8841         * nnimap.el (nnimap-extend-tls-programs): Remove.
8842         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8843
8844         * tls.el (tls-starttls-switches): Remove starttls hack.
8845         (open-tls-stream): Ditto.
8846         (tls-find-starttls-argument): Ditto.
8847
8848 2010-10-13  Julien Danjou  <julien@danjou.info>
8849
8850         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8851         responses.
8852
8853 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8854
8855         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8856
8857         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8858         anything in Emacs.
8859
8860         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8861
8862 2010-10-13  Julien Danjou  <julien@danjou.info>
8863
8864         * shr.el (shr-width): Make shr-width a defcustom with default to
8865         fill-column.
8866         (shr-tag-img): Use shr-width rather than fill-column.
8867
8868 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8869
8870         * dgnushack.el (byte-optimize-apply):
8871         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8872
8873         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8874         position when (X-)Faces exist.
8875         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8876         avatars when called interactively.
8877
8878 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8879
8880         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8881         gnus-article-x-face-too-ugly is bound.
8882
8883 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8884
8885         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8886
8887         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8888         mailbox that doesn't exist.
8889
8890 2010-10-12  Julien Danjou  <julien@danjou.info>
8891
8892         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8893         (shr-get-image-data): Encode URL properly when fetching from cache.
8894         (shr-tag-img): Use aligned-to spaces to align correctly images.
8895
8896         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8897         before inserting the Gravatar.
8898
8899         * shr.el (shr-tag-img): Add align attribute support for <img>.
8900
8901 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8902
8903         * gnus-gravatar.el (gnus-art): Require.
8904
8905         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8906         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8907         Remove long obsoleted functions.
8908
8909 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8910
8911         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8912
8913         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8914
8915         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8916         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8917         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8918         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8919         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8920         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8921         * sieve-manage.el, smime.el, spam.el:
8922         Fix comment for declare-function.
8923
8924 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8925
8926         * nnimap.el (nnimap-request-rename-group): Select group read-only
8927         before renaming it.
8928
8929         * shr.el (shr-insert): Fix up the white space only regexp.
8930
8931         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8932         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8933
8934         * shr.el (shr-current-column): New function.
8935         (shr-find-fill-point): New function.
8936
8937 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8938
8939         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8940         numbers.
8941
8942 2010-10-11  Julien Danjou  <julien@danjou.info>
8943
8944         * shr.el (shr-hr-line): Add.
8945         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8946         display hr lines.
8947         (shr-max-columns): Do not change state to nil if we just inserting
8948         spaces.
8949
8950 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8951
8952         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8953         select the last group.
8954
8955 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8956
8957         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8958
8959 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8960
8961         * dig.el (dig-mode-map): Declare and define in one step.
8962
8963 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8964
8965         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8966         for Gnus.
8967         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8968         (nnimap-update-qresync-info): Mark \Seen articles as read.
8969
8970         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8971         non-variable, too.
8972
8973         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8974         available.
8975         (nnimap-update-info): Rely more on the current active than the param
8976         active to avoid marking articles as read too much.
8977
8978         * auth-source.el (auth-source-create): Use (user-login-name) for the
8979         user name default.
8980
8981         * nnimap.el (nnimap-update-info): If the server doesn't return any
8982         useful info, just use the previous info.
8983         (nnimap-update-info): Prefer old info over start-article.
8984         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8985
8986 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8987
8988         * nnir.el (autoload): Clean up autoloads.
8989         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8990         Use key rather than value.
8991         (nnir-imap-search-other): New variable.
8992         (nnir-read-parm): Use it.
8993         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8994         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8995
8996 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8997
8998         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8999         the process, too.
9000
9001 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9002
9003         * spam.el (gnus-summary-mode-map): Bind to "$".
9004         Suggested by Russ Allbery.
9005
9006         * shr.el: Rework the way things are indented by <li> slightly.
9007
9008         * gnus.el (gnus-group-set-parameter): Fix typo.
9009
9010         * nnimap.el: Start implementing QRESYNC support.
9011
9012 2010-10-09  Julien Danjou  <julien@danjou.info>
9013
9014         * nnir.el (nnir-engines): Fix too many arguments.
9015
9016 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9017
9018         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9019         group is the "last", so that the backends like nnfolder actually save
9020         their folders.
9021
9022         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9023         try to use that for the tls stream.
9024         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9025         UIDVALIDITY and find out which groups are read-only and not.
9026         (nnimap-get-flags): Use the same marks parsing code as the rest of
9027         nnimap.
9028
9029 2010-10-09  Julien Danjou  <julien@danjou.info>
9030
9031         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9032
9033         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9034         retrieving gravatars.
9035
9036         * shr.el (shr-table-corner): Add.
9037         (shr-table-line): Add.
9038         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9039
9040 2010-10-08  Julien Danjou  <julien@danjou.info>
9041
9042         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9043
9044 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9045
9046         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9047
9048         * gnus-sum.el (gnus-mark-article-as-unread)
9049         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9050         (gnus-summary-set-bookmark): Use it.
9051
9052         * gnus-msg.el (gnus-setup-message): Use it.
9053
9054         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9055
9056         * gnus.el (gnus-group-remove-parameter): Use it.
9057
9058         * gnus-group.el (gnus-group-make-web-group): Use it.
9059
9060         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9061
9062         * nnregistry.el: Update docs to mention manual.
9063
9064         * gnus-registry.el: Update docs to mention nnregistry.el.
9065         (gnus-registry-initialize): Don't install nnregistry refer method
9066         automatically.
9067         (gnus-registry-install-nnregistry): Remove it.
9068
9069 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9070
9071         * shr.el (shr-insert): Don't insert double spaces.
9072
9073 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9074
9075         * gnus-gravatar.el (gnus-treat-from-gravatar)
9076         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9077         called interactively.
9078
9079         * gnus-art.el (gnus-mime-view-part-externally)
9080         (gnus-mime-view-part-internally): Make predicate function passed to
9081         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9082         of a mime type.
9083
9084         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9085
9086 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9087
9088         * shr.el (require): Require cl when compiling.
9089         (shr-tag-hr): New function.
9090
9091         * nnimap.el (nnimap-update-info): Remove double setting of high.
9092         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9093         This makes nnimap work properly on Courier again.
9094
9095         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9096         the variable for backwards compatibility.
9097
9098         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9099         the file name before using to avoid setting mm-default-directory to
9100         nil.
9101
9102         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9103         bidning gnus-agent variables.
9104
9105         * shr.el (shr-render-td): Use a cache for the table rendering function
9106         to avoid getting an exponential rendering behavior in nested tables.
9107         (shr-insert): Rework the line-breaking algorithm.
9108         (shr-insert): Don't leave trailing spaces.
9109         (shr-insert-table): Also insert empty TDs.
9110         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9111
9112 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9113
9114         * gnus-sum.el (gnus-number): Rename from `number'.
9115         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9116         (gnus-summary-limit-children): Update uses correspondingly.
9117
9118 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9121         (gnus-gravatar-transform-address): Don't show avatars of people of
9122         which mail addresses match gnus-gravatar-too-ugly.
9123
9124 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9125
9126         * shr.el (shr-table-widths): Expand TD elements to fill available
9127         space.
9128
9129 2010-10-07  Julien Danjou  <julien@danjou.info>
9130
9131         * nnimap.el (nnimap-request-rename-group): Add this method.
9132
9133 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9134
9135         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9136         name from XEmacs' function-arglist.
9137
9138         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9139         gravatar under XEmacs.
9140
9141 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9142
9143         * auth-source.el: Update docs with TODO items.
9144
9145         * gnus-sync.el: Update docs to explain state and plans.
9146
9147         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9148         Hooks for mark updates.
9149         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9150
9151         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9152         hooks with arguments, which is needed for mark update hooks.
9153
9154 2010-10-06  Julien Danjou  <julien@danjou.info>
9155
9156         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9157         was matched.
9158
9159         * sieve-manage.el: Update example in `Commentary'.
9160
9161         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9162
9163         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9164         not 2000.
9165         (sieve-manage-authenticate): Re-add function.
9166
9167 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9168
9169         * shr.el (shr-insert): Get 'space transition right.
9170         (shr-render-td): Only delete space at the end of the TD.
9171
9172         * nnimap.el (nnimap-open-connection): Prepare to support
9173         open-gnutls-stream.
9174
9175         * shr.el: Rearrange function order to be more logical.
9176
9177 2010-10-06  Julien Danjou  <julien@danjou.info>
9178
9179         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9180         (nnrss-discover-feed): Remove 404 URL in docstring.
9181
9182         * nnir.el: Fix Swish-E URL.
9183         Fix Namazu URL.
9184
9185         * message.el (message-change-subject): Remove 404 URL in a comment.
9186
9187 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9188
9189         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9190         called interactively.
9191
9192         * gnus-util.el (gnus-remove-if): Allow hash table.
9193         (gnus-remove-if-not): New function.
9194
9195         * gnus-art.el (gnus-mime-view-part-as-type):
9196         * gnus-score.el (gnus-summary-score-effect):
9197         * gnus-sum.el (gnus-read-move-group-name):
9198         Replace remove-if-not with gnus-remove-if-not.
9199
9200         * gnus-group.el (gnus-group-completing-read):
9201         Regard collection as a hash table if it is not a list.
9202
9203 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9204
9205         * shr.el (shr-render-td): Allow blank/missing <TD>s.
9206
9207         * shr.el: Document the table-rendering algorithm.
9208
9209 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9210
9211         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
9212         for Emacsen having no `libxml-parse-html-region' support.
9213
9214 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9215
9216         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9217         invalid URLs.
9218
9219         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9220         line-broken.
9221         (shr-tag-img): Ignore image fetching errors.
9222         (shr-overlays-in-region): Compute overlay positions correctly.
9223
9224         * mm-decode.el (mm-shr): Require shr.
9225
9226         * gnus-art.el (gnus-blocked-images): Move variable here.
9227
9228         * shr.el (shr-insert-table): Bind free variable.
9229
9230         * mm-decode.el (mm-shr): Bind shr-content-function.
9231
9232         * shr.el (shr-content-function): New variable.
9233
9234         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9235         added for symmetry.
9236
9237         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9238
9239         * gnus-group.el (gnus-group-make-group): Doc fix.
9240
9241         * nnimap.el (nnimap-request-newgroups): Return success.
9242
9243         * shr.el (shr-find-elements): New function.
9244         (shr-tag-table): Put all the images after the table.
9245         (shr-tag-table): Really inhibit images inside the table.
9246         (shr-collect-overlays): Copy over overlays from the TD elements to the
9247         main document.
9248
9249         * mm-decode.el (mm-shr): Bind shr-blocked-images to
9250         gnus-blocked-images.
9251
9252 2010-10-05  Julien Danjou  <julien@danjou.info>
9253
9254         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9255
9256         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9257         (gnus-html-maximum-image-size): Add this function.
9258         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9259
9260         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9261         server-value of the capability is nil.
9262
9263 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9264
9265         * shr.el (shr-tag-em): Add <EM> tag.
9266
9267 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9268
9269         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9270         customizable.
9271
9272         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9273         handing broken links to browse-url.
9274
9275 2010-10-05  Julien Danjou  <julien@danjou.info>
9276
9277         * gnus-util.el (gnus-emacs-completing-read)
9278         (gnus-iswitchb-completing-read): Use autoload rather than require.
9279
9280 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
9283         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
9284         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
9285         iswitchb-temp-buflist for XEmacs.
9286
9287         * gnus-util.el (gnus-completing-read-function): Exclude
9288         gnus-icompleting-read and gnus-ido-completing-read from candidates for
9289         XEmacs since iswitchb.el is very old and ido.el is unavailable in
9290         XEmacs.
9291
9292         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9293         not to use `delete-dups' that is unavailable in XEmacs 21.4.
9294
9295         * gnus-html.el: Don't require help-fns under XEmacs.
9296         (gnus-html-schedule-image-fetching): Work for XEmacs.
9297
9298         * mm-decode.el (mm-shr): Decode contents by charset.
9299
9300 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9301
9302         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9303         unknown.
9304
9305         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9306         (shr-get-image-data): Ensure against the cache file missing.
9307
9308         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9309         for data.
9310
9311         * spam-report.el (spam-report-url-ping-plain): Don't query about
9312         killing the process.
9313
9314         * shr.el (shr-render-td): Protect against too-wide text.
9315
9316 2010-10-04  Julien Danjou  <julien@danjou.info>
9317
9318         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9319         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9320
9321         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9322         retrieved.
9323
9324 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9325
9326         * shr.el (browse-url): Require.
9327         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9328         lines.
9329         (shr-show-alt-text, shr-browse-image): New commands.
9330         (shr-browse-url, shr-copy-url): New commands.
9331
9332         * gnus-sum.el (gnus-widen-article-window): New variable.
9333         (gnus-summary-select-article-buffer): Use it.
9334
9335         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9336         without @ signs.
9337
9338 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9339
9340         * nnir.el (nnir-run-imap): Remove spurious space in search string.
9341
9342 2010-10-04  Julien Danjou  <julien@danjou.info>
9343
9344         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9345         for XEmacs.
9346
9347 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9348
9349         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9350
9351         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9352         (nnimap-close-server): Implement.
9353
9354         * dgnushack.el (iswitchb): Require to shut up the compiler.
9355
9356         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9357         (shr-insert): Tweak line breaking.
9358         (shr-insert): Handle <pre> better.
9359         (shr-tag-li): Get <li> indentation right.
9360         (shr-tag-li): Get <li> indentation even righter.
9361         (shr-tag-blockquote): Ensure paragraph start.
9362         (shr-make-table): Tweak table generation.
9363         (shr-make-table): Fix typo.
9364
9365         * shr.el: Implement table rendering.
9366
9367 2010-10-04  Julien Danjou  <julien@danjou.info>
9368
9369         * gnus-html.el (gnus-html-put-image): Fix resize image code.
9370
9371 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9372
9373         * shr.el (shr-insert): Use string anchors instead of line anchors.
9374
9375 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9376
9377         * shr.el: Add headings.
9378         (shr-ensure-paragraph): Actually work.
9379         (shr-tag-li): Make <ul> prettier.
9380         (shr-insert): Get white space at the beginning/end of elements right.
9381         (shr-tag-p): Collapse subsequent <p>s.
9382         (shr-ensure-paragraph): Don't insert double line feeds after blank
9383         lines.
9384         (shr-insert): \t is also space.
9385         (shr-tag-s): Fix "s" tag name function.
9386         (shr-tag-s): Fix face prop name.
9387
9388 2010-10-03  Julien Danjou  <julien@danjou.info>
9389
9390         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9391
9392         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9393         gnus-window-inside-pixel-edges.
9394
9395         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9396         gnus-ems.
9397
9398         * mm-view.el (mm-inline-image-emacs): Support image resizing.
9399
9400         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9401         function.
9402
9403         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9404         resize choice.
9405
9406 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9407
9408         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9409         beginning of the buffer.
9410
9411         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9412         article buffer again.
9413
9414         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9415
9416         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9417         when it's at the start of the buffer.
9418
9419         * shr.el (shr-tag-blockquote): Convert name.
9420         (shr-rescale-image): Use the right image-size variant.
9421
9422         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9423         buffer isn't shown, then select the current article first instead of
9424         bugging out.
9425         (gnus-summary-select-article-buffer): Show both the article and summary
9426         buffers again.
9427
9428         * shr.el (shr-fontize-cont): Protect against regions with no text.
9429         Rename tag functions to shr-tag-* for enhanced security.
9430         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9431
9432 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9433
9434         * shr.el (shr-insert):
9435         * pop3.el (pop3-movemail):
9436         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9437         loaded.
9438
9439 2010-10-03  Glenn Morris  <rgm@gnu.org>
9440
9441         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9442
9443         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9444
9445         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9446
9447         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9448
9449         * gnus-util.el (gnus-make-local-hook): Simplify.
9450
9451 2010-10-02  Julien Danjou  <julien@danjou.info>
9452
9453         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9454         (gnus-ido-completing-read): New function.
9455         (gnus-emacs-completing-read): New function.
9456         (gnus-completing-read): Use gnus-completing-read-function.
9457         Add gnus-completing-read-function.
9458
9459 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9460
9461         * shr.el (shr-insert-document): Autoload.
9462         (shr-img): Be silent.
9463         (shr-insert): Add a newline after every picture before text.
9464         (shr-add-font): Use overlays for combining faces.
9465         (shr-insert): Pass upwards the text start point.
9466
9467         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9468         possible.
9469         (mm-shr): New function.
9470
9471 2010-10-02  Julien Danjou  <julien@danjou.info>
9472
9473         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9474         should go backward.
9475
9476 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9477
9478         * shr.el (shr): Fix typo in provide call.
9479
9480 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9481
9482         * shr.el: New file.
9483
9484         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9485
9486         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9487         completing read.
9488
9489 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9490
9491         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9492         we're being queried about.  Suggested by Dan Jacobson.
9493
9494         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9495         Suggested by Jason Eisner.
9496
9497         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9498         table, too.  Suggested by Stefan Wiens.
9499         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9500         the table unnecessary.  Suggested by Stefan Wiens.
9501
9502         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9503         longer needed, and probably doesn't work either, as pointed out by
9504         Stefan Wiens.
9505         (gnus-summary-exit): Remove call to the clearing function.
9506         (gnus-summary-exit-no-update): Ditto.
9507
9508         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9509         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9510         Reported by Stefan Monnier.
9511         (gnus-summary-save-in-rmail): Ditto.
9512
9513         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9514         article buffer, instead of both the article buffer and the summary
9515         buffer.  Sort of suggested by Dan Jacobson.
9516
9517         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9518
9519         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9520         Suggested by Dan Jacobson.
9521
9522         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9523         documentation clearer.
9524
9525         * message.el (message-shorten-references): Comment on the number "21".
9526         Suggested by Stefan Monnier.
9527
9528         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9529         Suggested by Dan Jacobson.
9530
9531         * gnus.el (gnus-large-newsgroup):
9532         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9533
9534         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9535         externalize attachments.  Bug reported by Steve Wen.
9536
9537         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9538         really message anything to the user.
9539
9540         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9541         directly.
9542
9543         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9544         messages in empty groups.
9545
9546 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9547
9548         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9549         non-UIDNEXT group.
9550
9551 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9552
9553         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9554         not the value from the collection.
9555
9556         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9557         values.  This sometimes happens on some groups that have no info.
9558         (nnimap-request-newgroups): New function.
9559
9560 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9561
9562         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9563         check into `gnus-registry-initialize'.
9564         (gnus-registry-initialize): Ditto.
9565         Fix and extend header docs.
9566
9567 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9568
9569         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9570         regexp backtrace overflows.
9571
9572         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9573         for starttls that tls.el implements; i.e. openssl.
9574
9575         * tls.el (tls-starttls-switches): Give up on using starttls with
9576         gnutls-cli.
9577         (tls-program): Add --insecure to be consistent with the defaults from
9578         openssl s_client.  Now all three commands are insecure.
9579
9580 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9581
9582         * lpath.el: Bind completion-styles-alist for XEmacs.
9583
9584         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9585         (gravatar-create-image): New function that's an alias to
9586         gnus-xmas-create-image, gnus-create-image, or create-image.
9587         (gravatar-data->image): Use it.
9588
9589 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9590
9591         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9592         install the nnregistry refer method.
9593         (gnus-registry-install-hooks): Use it.
9594         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9595         unfollowed groups.
9596
9597 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9598
9599         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9600         expanding threads.
9601
9602 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9603
9604         * nnir.el: Use the server names without suffixes (bug #7009).
9605
9606         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9607         unencrypted to STARTTLS, if possible.
9608
9609 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9610
9611         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9612         headers before superseding.
9613
9614 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9615
9616         * nnrss.el (nnrss-use-local): Add documentation.
9617
9618         * nnimap.el (nnimap-extend-tls-programs): New function.
9619         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9620         (nnimap-wait-for-connection): Accept the greeting from the stupid
9621         output from openssl s_client -starttls, too.
9622
9623         * tls.el (tls-starttls-switches): New variable.
9624         (tls-find-starttls-argument): Use it.
9625         (open-tls-stream): Ditto.
9626
9627         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9628         (netrc-machine): Ditto.
9629
9630         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9631         article number.
9632         (nnimap-split-fancy): New variable.
9633         (nnimap-split-incoming-mail): Use it.
9634
9635         * nntp.el (nntp-server-list-active-group): Document.
9636
9637         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9638         SELECT to get the message-id.
9639
9640         * mail-source.el (mail-sources): Remove webmail support.
9641         (defvar): Ditto.
9642         (mail-source-fetcher-alist): Ditto.
9643         (mail-source-fetch-webmail): Remove.
9644
9645         * webmail.el: Remove -- doesn't seem relevant any more.
9646
9647         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9648
9649         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9650         the \r.
9651
9652 2010-09-30  Julien Danjou  <julien@danjou.info>
9653
9654         * gnus-agent.el (gnus-agent-add-group): Fix call to
9655         gnus-completing-read.
9656
9657 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9658
9659         * nndoc.el (nndoc-retrieve-groups): New function.
9660
9661         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9662         `default', use nnmail-split-methods.
9663         (nnimap-request-article): Downcase the NILs so that they are nil.
9664
9665         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9666         symbol.
9667
9668         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9669         code, since if the user has requested network, that's what they ought
9670         to get.
9671         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9672         (nnimap-split-rule): Mark as obsolete.
9673
9674         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9675         New variable.
9676
9677         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9678         correct slot, too.
9679
9680 2010-09-29  Julien Danjou  <julien@danjou.info>
9681
9682         * gnus.el (gnus-local-domain): Declare variable obsolete.
9683
9684         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9685         Fix history computing.
9686         (gnus-ido-completing-read): Require ido.
9687
9688 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9689
9690         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9691         build Gnus.
9692
9693         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9694         when interpreting the structures.
9695         (nnimap-request-accept-article): Add \r\n to the lines to make this
9696         work with Cyrus.
9697
9698         * nndraft.el (nndraft-request-expire-articles): Use the group name
9699         instead if "nndraft".  Fix found by Nils Ackermann.
9700
9701 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
9702
9703         * nnregistry.el: Add.
9704
9705 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9706
9707         * nnmail.el (group, group-art-list, group-art):
9708         Remove unneeded directives.
9709
9710 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9711
9712         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9713         (mm-mime-charset):
9714         * rfc2047.el (rfc2047-syntax-table):
9715         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9716
9717         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9718         rather than `insert-file-contents' and `eval-region'.
9719
9720         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9721         construction.
9722
9723         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9724
9725         * time-date.el: No need to require cl for Emacs 21.
9726
9727 2010-09-29  Julien Danjou  <julien@danjou.info>
9728
9729         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9730         replacement of `gnus-gravatar-relief' to mimic
9731         `gnus-faces-properties-alist'.
9732         Add :version property.
9733
9734 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9735
9736         * mail-source.el (mail-source-report-new-mail):
9737         * message.el (message-default-mail-headers):
9738         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9739
9740         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9741
9742 2010-09-28  Julien Danjou  <julien@danjou.info>
9743
9744         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9745         mail-address contains the same string as real-name.
9746
9747         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9748         non-blank in header, otherwise it'll get stripped.
9749
9750         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9751         real-name, and then for mail address rather than doing : or , search.
9752
9753 2010-09-27  Julien Danjou  <julien@danjou.info>
9754
9755         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9756         right completing-read function.
9757         (gnus-use-ido): New variable
9758         (gnus-completing-read-with-default): Remove.
9759         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9760         (gnus-agent-add-group):
9761         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9762         * mm-view.el (mm-view-pkcs7-decrypt):
9763         * mm-util.el (mm-codepage-setup):
9764         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9765         * mml-smime.el (mml-smime-openssl-sign-query):
9766         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9767         (mml-insert-multipart):
9768         * gnus-msg.el (gnus-summary-yank-message):
9769         * gnus-int.el (gnus-start-news-server):
9770         * mm-decode.el (mm-interactively-view-part):
9771         * gnus-dired.el (gnus-dired-attach):
9772         * gnus.el (gnus-read-method):
9773         * gnus-bookmark.el (gnus-bookmark-jump):
9774         * gnus-art.el (gnus-mime-view-part-as-type)
9775         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9776         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9777         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9778         * nnmairix.el (nnmairix-create-server-and-default-group)
9779         (nnmairix-update-groups, nnmairix-get-server)
9780         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9781         (nnmairix-get-group-from-file-path):
9782         * nnrss.el (nnrss-find-rss-via-syndic8):
9783         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9784         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9785         (gnus-group-browse-foreign-server):
9786         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9787         (gnus-summary-execute-command, gnus-summary-respool-article)
9788         (gnus-read-move-group-name):
9789         * gnus-score.el (gnus-summary-increase-score)
9790         (gnus-summary-score-effect):
9791         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9792
9793 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9794
9795         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9796         x-focus-frame.
9797
9798         * nnimap.el (auth-source-forget-user-or-password)
9799         (auth-source-user-or-password): Autoload.
9800
9801         * message.el (message-from-style, message-interactive)
9802         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9803         (message-yank-prefix, message-indentation-spaces, message-signature)
9804         (message-signature-file): Add comment.
9805
9806 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9807
9808         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9809         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9810         new articles.
9811
9812         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9813         parts.
9814         (nnimap-request-article): Work with the t setting, too.
9815
9816         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9817         that you don't get flashes of other buffers.
9818         (gnus-summary-show-complete-article): Intern before setting.
9819
9820 2010-09-27  David Engster  <dengste@eml.cc>
9821
9822         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9823         well as HEADERS.
9824         (nnmairix-retrieve-headers): Provide new argument for the above.
9825
9826 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9827
9828         * gnus-sum.el (gnus-summary-move-article): Don't alter
9829         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9830         group.
9831
9832         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9833
9834         * message.el (message-cite-prefix-regexp): Revert my last edit.
9835
9836         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9837         variable instead of the Gnus variable.
9838
9839         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9840
9841         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9842
9843         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9844         since some servers don't like it.
9845         (nnimap-open-connection): Forget credentials if the server says the
9846         password was wrong.
9847         (nnimap-parse-line): Protect against invalid data.
9848
9849         * gnus-sum.el (gnus-summary-move-article): Add comment.
9850         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9851         nothing alters it while scanning for new messages.
9852
9853         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9854         which may or may not help.
9855         (nnimap-open-connection): If we're doing a stream connection, and then
9856         discover we're on a STARTTLS-capable server, then open a STARTTLS
9857         connection instead.
9858
9859 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9860
9861         * nnimap.el (utf7): Require.
9862
9863         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9864         prefix.
9865
9866 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9867
9868         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9869
9870 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9871
9872         * nnimap.el (nnimap-request-accept-article): Message the error on
9873         error.
9874
9875 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9876
9877         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9878
9879 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9880
9881         * nndoc.el (nndoc-request-list): Return success always.
9882
9883         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9884         `fetch-old' -- we only want to fetch the articles we've requested.
9885         The rest are in the agent, probably.
9886         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9887         disappeared server" to something low.  It's not important.
9888
9889         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9890         arrived before the FETCH data.
9891
9892         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9893         target here, because we don't know the Gnus name of the group.
9894
9895         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9896         for the correct group.
9897
9898         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9899
9900         * gnus.el (gnus): Give a final warning after startup.
9901
9902         * gnus-util.el (gnus-action-message-log): New variable.
9903         (gnus-message): Use it.
9904         (gnus-final-warning): New function.
9905
9906         * nnimap.el (nnimap-open-connection): Record the greeting.
9907         (nnimap): Add greeting.
9908
9909 2010-09-26  Julien Danjou  <julien@danjou.info>
9910
9911         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9912         arguments.
9913         (gnus-html-wash-images): Fix spec computing to include start/end.
9914
9915         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9916
9917 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9918
9919         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9920         deletion.
9921         (nnimap-retrieve-headers): Don't select the group, because that's
9922         already done by nnimap-possibly-change-group.
9923
9924         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9925         (gnus-picon-transform-address): Use it.
9926
9927         * mail-source.el (mail-source-value): Revert previous patch.
9928
9929         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9930         on failure.
9931         (nnimap-open-connection): Look up both virtual and physical server name
9932         credentials.
9933
9934         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9935
9936 2009-02-07  Dave Love  <fx@gnu.org>
9937
9938         * tls.el (open-tls-stream): Don't query killing process.
9939
9940 2009-02-08  Dave Love  <fx@gnu.org>
9941
9942         * gnus-win.el (gnus-window-to-buffer-helper)
9943         (gnus-all-windows-visible-p): Function needn't be a symbol.
9944
9945         * mail-source.el (mail-source-value): Function needn't be a symbol.
9946
9947 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9948
9949         * message.el (message-cite-prefix-regexp): Remove } from the cite
9950         prefix.
9951
9952         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9953         highlight again, so that the highlight is correct.
9954
9955         * gnus-picon.el (gnus-picon): Remove again.
9956         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9957
9958         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9959         doing the header highlightling, so that the background color of the
9960         picon is correct.
9961
9962         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9963         (gnus-picon): Ditto.
9964         (gnus-picon): Reinstate.  The background color for picons is white.
9965         (gnus-picon-insert-glyph): Make the background white.
9966
9967         * nnml.el (nnml-open-nov): Don't return dead buffers.
9968
9969         * auth-source.el (auth-source-create): Query the user for whether to
9970         store the credentials.
9971
9972         * netrc.el (netrc-store-data): New function.
9973
9974         * auth-source.el (auth-source-user-or-password): Use the existing auth
9975         sources, if any, for creation.
9976
9977         * gnus.el (gnus-group-fast-parameter): Return the last matching
9978         parameter instead of the first matching parameter.
9979
9980 2010-09-26  Julien Danjou  <julien@danjou.info>
9981
9982         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9983
9984 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9985
9986         * mml2015.el (mml2015-use): Remove gpg support.
9987
9988         * mml1991.el (mml1991-function-alist): Remove gpg function.
9989         (mml1991-gpg-sign): Remove.
9990
9991 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9992
9993         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9994         (gnus-browse-unsubscribe-current-group): Document it.
9995         (gnus-browse-unsubscribe-group): Use it.
9996
9997 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9998
9999         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10000         address to the To list for easier response.
10001
10002         * gnus.el (gnus-play-startup-jingle): Remove.
10003         (gnus-splash): Don't play jingle.
10004         (gnus): Silence gnus-load message.
10005
10006         * gnus-art.el (gnus-treat-play-sounds): Remove.
10007
10008         * gnus.el (gnus-play-jingle): Remove audio support.
10009
10010         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10011
10012         * earcon.el: Remove -- no users.
10013
10014         * gnus-audio.el: Remove -- no users of this package.
10015
10016         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10017
10018         * gnus-start.el (gnus-setup-news): Remove nocem support.
10019
10020         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10021
10022         * gnus.el (gnus-use-nocem): Remove.
10023
10024         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10025         Remove.
10026
10027         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10028         uses NoCeM any more.
10029
10030         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10031         (gnus-button-ctan-handler): Ditto.
10032         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10033         (gnus-button-ctan-directory-regexp): Ditto.
10034         (gnus-button-handle-ctan): Ditto.
10035         (gnus-button-tex-level): Ditto.
10036         (gnus-button-alist): Remove CTAN stuff.
10037
10038 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10039
10040         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10041         nnimap-streaming test.
10042
10043         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10044         servers twice.
10045
10046         * nnimap.el (nnimap-open-connection): Add more error reporting when
10047         nnimap fails early.
10048
10049         * nnheader.el (nnheader-get-report-string): New function.
10050         (nnheader-get-report): Use it.
10051
10052         * gnus-int.el (gnus-check-server): Say what the error was when opening
10053         failed.
10054
10055         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10056         using streaming.
10057
10058 2010-09-25  Julien Danjou  <julien@danjou.info>
10059
10060         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10061         gnus-window-inside-pixel-edges.
10062
10063 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10064
10065         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10066
10067         * mm-decode.el (mm-save-part): Allow saving to other directories the
10068         normal Emacs way.
10069
10070         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10071         Suggested by Jay Berkenbilt.
10072
10073         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10074         there isn't a single byte.
10075
10076         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10077         just do it.  It doesn't really seem to matter what the user responds
10078         here, I think, so it's just a confusing question.
10079
10080         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10081         non-streaming case.
10082
10083         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10084         (gnus-article-encrypt-body): Use it.
10085
10086         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10087         keystroke.
10088
10089         * nnimap.el (nnimap-find-wanted-parts-1):
10090         Use gnus-fetch-partial-articles.
10091
10092         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10093
10094         * nnimap.el (nnimap-insert-partial-structure): New function.
10095         (nnimap-get-partial-article): New function.
10096         (nnimap-request-article): Use it.
10097         (nnimap-wait-for-response): Return whether the wait was successful.
10098         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10099         retrieval wasn't successful.
10100         (nnimap-retrieve-group-data-early): Allow throttling servers.
10101         (nnimap-streaming): New variable.
10102         (nnimap-fetch-partial-articles): Remove.
10103
10104         * mm-decode.el (mm-with-part): Protect against killed buffers.
10105
10106         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10107         for prettier summary display.
10108
10109 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10110
10111         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10112
10113 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10114
10115         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10116         apparently third-party libraries depend on it.
10117
10118         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10119         before starting negotiation.
10120
10121         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10122         privacy reasons.
10123         (gnus-treat-mail-gravatar): Ditto.
10124
10125         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10126         buffer when inserting images.  Inserting text into the headers, for
10127         instance, can make them invalid.
10128
10129 2010-09-25  Julien Danjou  <julien@danjou.info>
10130
10131         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10132         variables.
10133
10134         * nnheader.el: Remove useless variables news-reply-yank-from and
10135         news-reply-yank-message-id.
10136
10137         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10138         variables.
10139
10140         * mml1991.el: Remove useless mml1991-verbose.
10141
10142         * gnus.el: Remove useless variable gnus-use-generic-from.
10143         Remove obsolete variable gnus-topic-indentation.
10144
10145         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10146
10147         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10148
10149         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10150
10151         * gnus-group.el: Remove useless gnus-group-icon-cache.
10152         Remove useless gnus-ephemeral-group-server.
10153
10154         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10155
10156         * mml2015.el: Remove useless mml2015-verbose.
10157
10158         * mml-smime.el: Remove useless mml-smime-verbose.
10159
10160         * gnus.el: Remove useless gnus-local-domain.
10161
10162         * gnus-gravatar.el (gnus-gravatar-transform-address):
10163         Use gnus-gravatar-size.
10164
10165         * gnus-art.el: Remove useless gnus-treat-translate.
10166
10167 2010-09-24  Julien Danjou  <julien@danjou.info>
10168
10169         * gnus-sum.el: Add support for Gravatars.
10170
10171         * gnus-art.el: Add support for Gravatars.
10172
10173         * gnus-gravatar.el: Add this file.
10174
10175         * gravatar.el: Add this file.
10176
10177 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10178
10179         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10180
10181         * gnus-group.el (gnus-group-fetch-faq): Remove.
10182
10183         * gnus.el (gnus-group-faq-directory): Remove.
10184
10185         * gnus-group.el (gnus-group-fetch-charter): Remove.
10186
10187         * gnus.el (gnus-group-charter-alist): Remove.
10188
10189         * gnus-group.el (gnus-group-archive-directory): Remove.
10190         (gnus-group-recent-archive-directory): Ditto.
10191         (gnus-group-make-archive-group): Remove.
10192
10193         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10194
10195         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10196         use the same article number for all the cached articles.
10197
10198         * nnimap.el (nnimap-command): Register the last command time so
10199         that we can use it for idling NOOPs.
10200         (nnimap-open-connection): Start the keeplive timer.
10201         (nnimap-make-process-buffer): Store all the process buffers.
10202         (nnimap-keepalive): New function.
10203
10204         * starttls.el (starttls-open-stream): Add autoload cookie.
10205
10206 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10207
10208         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10209         handling.
10210
10211 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10212
10213         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10214         its data structures.
10215
10216         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10217         instead of the cl.el copy-list.
10218         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10219         equalp.
10220
10221 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10222
10223         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10224         and tool-bar-local-item-from-menu.
10225
10226         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10227         mode-line-highlight face for Emacs.
10228
10229         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10230         loading gnus-sum.elc; fix comment for canlock-verify.
10231         (gnus-article-jump-to-part): Use read-number.
10232         (gnus-insert-mime-button, gnus-insert-mime-security-button):
10233         Remove Emacs pre-21 compatible code for help-echo.
10234         (gnus-article-next-page-1): No need to adjust the number of lines.
10235         (gnus-article-describe-bindings): Always use help-buffer.
10236
10237         * gnus-audio.el (gnus-audio-inline-sound):
10238         * gnus-cus.el (gnus-custom-mode):
10239         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10240
10241         * gnus-sum.el (gnus-remove-overlays): Doc fix.
10242
10243         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10244         compatible code.
10245
10246 2010-09-24  Glenn Morris  <rgm@gnu.org>
10247
10248         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10249         visiting the fcc file in rmail-mode.
10250
10251         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
10252
10253 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10254
10255         * nnir.el: Silence the byte compiler.
10256
10257         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10258         alias to browse-url-url-encode-chars if any.
10259         (gnus-html-encode-url): Use it.
10260
10261 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10262
10263         * gnus-start.el (gnus-use-backend-marks): New variable.
10264         (gnus-get-unread-articles-in-group): Use it.
10265
10266         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10267         makeover.
10268
10269 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10270
10271         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10272
10273 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10274
10275         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10276         Remove.
10277         (gnus-setup-news-hook):
10278         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10279
10280         * gnus-int.el (gnus-request-update-info): Protect against backends not
10281         having the function.
10282
10283         * nnimap.el (nnimap-stream): Mention starttls.
10284         (nnimap-open-connection): Add starttls support.
10285
10286 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10287
10288         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10289
10290 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10291
10292         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10293         BODYSTRUCTUREs.
10294         (nnimap-transform-headers): Unfold quoted {42} headers.
10295
10296         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10297         the info.
10298         (gnus-get-unread-articles): Only call updatep on backends that support
10299         it.
10300
10301         * nnweb.el (nnweb-request-update-info): NOOP.
10302
10303         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10304
10305         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10306         since it only deals with marks.
10307
10308         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10309         gnus-request-marks, and make a new gnus-request-update-info.
10310
10311         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10312         the active instead of the high number, which is usually too low.
10313
10314 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
10315
10316         * netrc.el (netrc-parse): Remove encrypt.el mentions.
10317         * encrypt.el: Remove.
10318
10319 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10320
10321         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10322         server in symbolic form.
10323
10324         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10325
10326 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10327
10328         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10329         (nnimap-update-info): Fix up code slightly.
10330
10331         * gnus-int.el (gnus-open-server): Add tracing for performance
10332         debugging.
10333
10334         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10335         (gnus-group-insert-group-line): Pass the real group name so that it
10336         gets the right data.
10337
10338         * gnus-start.el (gnus-get-unread-articles): Don't have
10339         `gnus-get-unread-articles-in-group' update info, since that can be
10340         really slow and doesn't seem to be needed?
10341
10342 2010-09-22  Dan Christensen  <jdc@uwo.ca>
10343
10344         * time-date.el (date-to-time): Try using parse-time-string first before
10345         using the slower timezone-make-date-arpa-standard.
10346
10347 2010-09-22  Julien Danjou  <julien@danjou.info>
10348
10349         * gnus-group.el (gnus-group-insert-group-line):
10350         Call gnus-group-highlight-line.
10351         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10352         default hook list.
10353         (gnus-group-update-eval-form): Add new function.
10354         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10355         (gnus-group-get-icon): Use gnus-group-update-eval-form.
10356
10357 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10358
10359         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10360         immediate, then expire all articles.
10361         (nnimap-update-info): Fix off-by-one errors.
10362         (nnimap-flags-to-marks): Would return no marks lists for group with no
10363         flags.  Instead return the other data.
10364
10365 2010-09-22  Julien Danjou  <julien@danjou.info>
10366
10367         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10368         Only return an icon.
10369         (gnus-group-insert-group-line): Compute icon to return.
10370
10371         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10372         (gnus-html-image-fetched): Only cache if
10373         gnus-html-image-automatic-caching is set.
10374         (gnus-html-image-fetched): Check for errors.
10375
10376 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10377
10378         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10379         once per method on `g'.  This ensures that backends like nnfolder don't
10380         open all their folders.
10381
10382         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10383         (nnimap-request-list): Nix out group in the correct buffer.
10384         (nnimap-parse-flags): Implement by using `read' instead of
10385         hand-parsing.
10386         (nnimap-flags-to-marks): Pass on permanent-flags.
10387         (nnimap-make-process-buffer): Record the server name.
10388         (nnimap-parse-flags): Fix typo.
10389         (nnimap-request-scan): Run split on the server in general, not just a
10390         single group.
10391
10392         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10393         parameter, and propagate this downwards.
10394
10395         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10396         since EXAMINE changes it on the server.
10397
10398         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10399         this command might take a while.
10400
10401 2010-09-22  Julien Danjou  <julien@danjou.info>
10402
10403         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
10404         harmful if you have 2 images side-by-side, they can't be properly
10405         update on text deletion.  Using text-property is safer here.
10406         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10407         data.
10408
10409 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10410
10411         * nnimap.el (nnimap-expunge-inbox): Remove.
10412         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10413         (nnimap-expunge): Flip default to t.
10414
10415         * gnus.el (gnus-method-to-server): Don't push things to the cache
10416         unless it's unique.
10417         (gnus-server-to-method): Ditto.
10418
10419 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10420
10421         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10422
10423 2010-09-22  Julien Danjou  <julien@danjou.info>
10424
10425         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10426         get the start of data.
10427         (gnus-html-encode-url): Add this function to encode special chars in
10428         URL.
10429         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10430         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10431
10432         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10433         default.
10434         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10435
10436         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10437         images alt-text.
10438         (gnus-html-put-image): Put alt-text as help-echo.
10439
10440 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10441
10442         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10443         * mm-util.el (mm-decompress-buffer):
10444         * nnir.el (nnir-run-find-grep):
10445         * pop3.el (pop3-list): Use 3rd arg of split-string.
10446
10447         * time-date.el (format-seconds): Comment fix.
10448
10449         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
10450         and byte-optimize-form-code-walker.
10451         (dgnushack-make-auto-load): Don't advise make-autoload.
10452
10453         * lpath.el: Remove Emacs 21 stuff.
10454
10455 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10456
10457         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10458         outside the active range.  Suggested by Dan Christensen.
10459
10460         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10461         slightly later to avoid double-getting it.
10462
10463         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10464         previous patch.
10465
10466         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10467
10468 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10469
10470         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10471
10472 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10473
10474         * gnus-int.el (gnus-open-server): Give a better error message in the
10475         "go offline" case.
10476
10477         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10478         marks for nnimap, which is seldom the right thing to do.
10479
10480         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10481         (gnus-same-method-different-name): New function.
10482
10483         * nnimap.el (parse-time): Require.
10484
10485         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10486         method in the presence of many similar methods.
10487
10488         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10489
10490         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10491         nnml-inhibit-expiry.
10492
10493         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10494         find out whether methods are equal.
10495
10496         * nnimap.el (nnimap-find-expired-articles): New function.
10497         (nnimap-process-expiry-targets): New function.
10498         (nnimap-request-move-article): Request the article before looking at
10499         what the Message-ID is.  Fix found by Andrew Cohen.
10500         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10501
10502         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10503         for oldness in addition to being a predicate.
10504
10505         * nnimap.el (nnimap-request-group): When we have zero articles, return
10506         the right data to Gnus.
10507         (nnimap-request-expire-articles): Only delete articles immediately if
10508         the target is 'delete.
10509
10510         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10511         method, this would bug out.
10512
10513         * gnus-group.el (gnus-group-expunge-group): Rename from
10514         gnus-group-nnimap-expunge, and implemented as a normal interface
10515         function.
10516
10517         * gnus-int.el (gnus-request-expunge-group): New function.
10518
10519         * nnimap.el (nnimap-request-create-group): Implement.
10520         (nnimap-request-expunge-group): New function.
10521
10522 2010-09-21  Julien Danjou  <julien@danjou.info>
10523
10524         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10525         (gnus-html-cache-expired): Add new function.
10526         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10527         wethever we should display image for fetch it.
10528         Compute alt-text earlier to pass it to the fetching function too.
10529         (gnus-html-schedule-image-fetching): Change function argument to only
10530         get one image at a time, not a list.
10531         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10532         cache.
10533         (gnus-html-get-image-data): New function to retrieve image data from
10534         cache.
10535         (gnus-html-put-image): Change buffer argument to use image data rather
10536         than file, and place image above region rather than inserting a new
10537         one.  Do not take alt-text as argument, since it's useless now: we place
10538         the image above alt-text.
10539         (gnus-html-prune-cache): Remove.
10540         (gnus-html-show-images): Start to fetch image when we find one, do not
10541         push into a temporary list.
10542         (gnus-html-prefetch-images): Only fetch image if they have expired.
10543         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10544         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10545
10546 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10547
10548         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10549
10550 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10551
10552         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10553         spec inser "*" if the group isn't active instead of 0.
10554
10555         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10556         opening the server.
10557         (nnimap-request-delete-group): Implement group deletion.
10558         (nnimap-transform-headers): Return the size of the entire message in
10559         the Bytes header, not just the size of the first part.
10560         (nnimap-request-move-article): When moving an article from nnimap,
10561         request the article first so the accepting form has an article to
10562         accept.  Reported by Dan Christensen.
10563         (nnimap-command): Make sure that the error message doesn't error out.
10564
10565 2010-09-20  David Edmondson  <dme@dme.org>
10566
10567         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10568         we haven't requested anything.
10569
10570 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10571
10572         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10573         "".  Fix found by Andrew Cohen.
10574
10575         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10576         instead of -encode-string.
10577
10578 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10579
10580         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10581
10582         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10583         by mm-subst-char-in-string.
10584
10585 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10586
10587         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10588         waiting for the connection string.
10589
10590         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10591         arriving.
10592
10593         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10594         bogus characters.  This allows selecting certain Gmail groups.
10595
10596         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10597         (nnimap-fetch-partial-articles): New variable.
10598         (nnimap-open-connection): When looking for credentials, also use the
10599         nnimap-server-port.
10600         (nnimap-request-article): Return the group/article number, so that Gnus
10601         `^' works as expected.
10602         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10603
10604         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10605         comments.
10606         (gnus-methods-sloppily-equal): New function.
10607         (gnus): When using the development version of Gnus, load the gnus-load
10608         file.
10609
10610         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10611         `gnus-open-server' on each method before trying to scan them etc.
10612         This ensures that all the backend parameters are set correctly.
10613
10614         * nnimap.el (nnimap-authenticator): New variable.
10615         (nnimap-open-connection): Allow anonymous login.
10616         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10617         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10618
10619         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10620         patch, found by Knut Anders Hatlen.
10621
10622 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10623
10624         * gnus-agent.el (gnus-agent-batch-confirmation)
10625         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10626         to gnus-message.
10627         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10628         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10629         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10630         * gnus-int.el (gnus-open-server): Likewise.
10631         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10632         (gnus-score-check-syntax): Likewise.
10633         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10634         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10635         Likewise.
10636         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10637
10638 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10639
10640         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10641         calling conventions so that prefetch doesn't bug out.
10642
10643 2010-09-19  Julien Danjou  <julien@danjou.info>
10644
10645         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10646         rather than `subst-char-in-region' in order to be able to replace ASCII
10647         char by UTF-8 ones.
10648
10649         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10650         than curl.
10651         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10652         the right URL and ALT text on images.
10653         (gnus-html-wash-tags): Fix tag case.
10654         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10655         (gnus-article-html): Add -o display_ins_del=2 option.
10656         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10657
10658 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10659
10660         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10661         the extra mail headers, which sometimes seem to happen for unknown
10662         reasons.
10663
10664         * mail-parse.el (mail-header-encode-parameter): Define as
10665         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10666         (or most, perhaps?) mail readers don't understand the latter, but do
10667         understand the former.
10668
10669         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10670         to nil, so that no methods are automatically agentized.  I think this
10671         is probably what most users want.
10672
10673         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10674         from url-retrieve, for instance about invalid URLs.
10675
10676         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10677         groups that have no articles.
10678         (nnimap-request-article): Check that we really got an article when we
10679         requested one.
10680
10681         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10682         doesn't exist.
10683
10684         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10685         nntp buffer so the agent can save it.
10686         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10687         that CRLF doesn't get translated to \n.
10688         (nnimap-open-connection): Don't make 'shell commands only send \n.
10689
10690 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10691
10692         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10693         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10694         Update var name.
10695         (nnml-generate-nov-file): Use dolist.
10696         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10697         Use with-current-buffer.
10698
10699 2010-09-18  Julien Danjou  <julien@danjou.info>
10700
10701         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10702         parallel.
10703
10704 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10705
10706         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10707         the range update right.
10708         (nnimap-request-group): Don't make `M-g' bug out on group with no
10709         marks.
10710         (nnoo): Require, so that other packages can require nnimap.
10711         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10712         command we're looking for.  This helps when the server sends more
10713         responses after we've gotten everything we expected.
10714         (nnimap): Add a `newlinep' field to keep track of end-of-line
10715         conventions.
10716         Don't send CRLF to things that don't want it.
10717         (nnimap-request-accept-article): Ditto.
10718
10719 2010-09-18  Julien Danjou  <julien@danjou.info>
10720
10721         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10722         than curl to retrieve images.
10723
10724 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10725
10726         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10727         the marks.
10728         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10729         (nnimap-wait-for-connection): New function.
10730         (nnimap-open-connection): If we have PREAUTH, don't query for login
10731         credentials.
10732         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10733         when doing a partial update.
10734
10735 2010-09-18  Julien Danjou  <julien@danjou.info>
10736
10737         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10738         tags.
10739
10740 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10741
10742         * nnimap.el (nnimap-credentials): New function.
10743         (nnimap-open-connection): Use the new function to look for credentials
10744         also on the numeric equivalents of "imap" and "imaps".
10745
10746         * gnus-start.el (gnus-activate-group): Send the info to
10747         gnus-request-group.
10748
10749         * nnimap.el (nnimap-request-group): Have the "check" version of the
10750         function parse flags and update the info, so that a `M-g' get a total
10751         resync of all flags from the group.
10752
10753         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10754         to allow backends to alter the info on group selection.  Also alter all
10755         the backend -request-group functions to take the parameter.
10756
10757         * nnimap.el (nnimap-store-info): New function.
10758         (nnimap-update-info): Store the info for later usage.
10759         (nnimap-request-group): Use the stored info for the dont-check case, so
10760         that we don't retrieve all marks when we enter a group.
10761
10762         * nnimap.el: Use deffoo instead of defun for interface functions.
10763
10764         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10765         update the group info.  This makes the nndraft groups, for instance, go
10766         back to their old behavior.
10767
10768         * gnus-sum.el (gnus-select-newsgroup): Indent.
10769
10770         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10771         in.
10772         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10773         nothing.
10774
10775         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10776         from methods that are denied.
10777
10778         * gnus-int.el (gnus-method-denied-p): New function.
10779
10780         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10781         store the password instead of netrc.
10782         (nnimap-open-connection): Don't error out when we can't make a
10783         connections.
10784
10785         * auth-source.el (auth-source-create): In the password prompt, say what
10786         we're querying for.  Also prompt for user name if that hasn't been
10787         given.
10788
10789         * nnimap.el (nnimap-with-process-buffer): Remove.
10790
10791 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10792
10793         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10794         method when we're reading from the agent.
10795
10796         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10797
10798         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10799         that's probably most useful for users.
10800
10801         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10802         "failed" all the time.
10803
10804         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10805         ...)) with (with-current-buffer ... ).
10806
10807         * nntp.el (nntp-open-server): Return whether the open was successful or
10808         not.
10809
10810         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10811         select an unread unseen article first.
10812
10813         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10814         /etc/services, supply some sensible port defaults.
10815
10816         * dgnushack.el: Define netrc-credentials.
10817
10818 2010-09-17  Julien Danjou  <julien@danjou.info>
10819
10820         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10821
10822 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10823
10824         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10825         doesn't have any parameters.
10826
10827 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10828
10829         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10830         only upcased checks.
10831
10832         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10833
10834         * nnimap.el (nnimap-open-shell-stream): New function.
10835         (nnimap-open-connection): Use it.
10836         (nnimap-transform-headers): Get the number of lines in each message.
10837         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10838         number of lines.
10839         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10840         problem.
10841
10842         * utf7.el (utf7-encode): Autoload.
10843
10844         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10845         to allow the mail splitting to not return a default group.  This is
10846         useful for nnimap, which will leave unmatched mail in the inbox.
10847
10848         * nnimap.el: Rewritten.
10849
10850         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10851         nnimap usage.
10852
10853         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10854         if the move is internal, so that nnimap can do fast internal moves.
10855
10856         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10857         data.
10858         (gnus-read-active-for-groups): Support finishing the early retrieval of
10859         data.
10860
10861         * gnus-range.el (gnus-range-nconcat): New function.
10862
10863         * gnus-int.el (gnus-finish-retrieve-group-infos)
10864         (gnus-retrieve-group-data-early): New functions.
10865
10866 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10867
10868         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10869         (nnrss-retrieve-groups):
10870         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10871         (pop3-quit): Use with-current-buffer.
10872
10873 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10874
10875         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10876         instead of nnheader-accept-process-output.
10877
10878         * dgnushack.el (dgnushack-compile): Add comment.
10879
10880         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10881
10882         * gnus-html.el (gnus-html-schedule-image-fetching)
10883         (gnus-html-prefetch-images): Replace process-kill-without-query by
10884         gnus-set-process-query-on-exit-flag.
10885
10886 2010-09-16  Romain Francoise  <romain@orebokech.com>
10887
10888         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10889
10890 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10891
10892         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10893         parameter to unintern is mandatory-ish in Emacs 24.
10894
10895         * gnus-html.el (gnus-html-schedule-image-fetching)
10896         (gnus-html-prefetch-images): Check for curl before using it.
10897
10898         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10899         depend on curl, which isn't essential.
10900
10901         * imap.el: Revert back to version
10902         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10903         seem problematic.
10904
10905 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10906
10907         * gnus-registry.el (gnus-registry-install-shortcuts):
10908         Explicitly pass `obarray' to `unintern' to avoid a warning.
10909
10910 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10911
10912         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10913         change.
10914
10915         * nnrss.el (nnrss-request-list): Remove this function and related
10916         functions, including the moreover stuff.
10917
10918 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10919
10920         * nnrss.el (nnrss-retrieve-groups): New function.
10921
10922 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10923
10924         * .dir-locals.el: Add no-byte-compile cookie.
10925
10926 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10927
10928         * time-date.el (format-seconds): Comment fix.
10929
10930         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10931         for back end that doesn't support request-scan.
10932
10933 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10934
10935         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10936         then do request scans from the backends.
10937
10938         * netrc.el (netrc-credentials): New conveniency function.
10939
10940         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10941         avoid running a hook per line, since this takes a lot of time,
10942         profiling shows.
10943         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10944         directly if gnus-visual-p is true.
10945
10946 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10947
10948         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10949         groups; replace mapcar with dolist which is a bit faster; pass groups
10950         info to gnus-read-active-file-1.
10951         (gnus-read-active-file-1): Scan only specified groups if the new
10952         optional arg `infos' is given.
10953
10954 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10955
10956         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10957
10958         * pop3.el (pop3-movemail): Remove.
10959         (pop3-streaming-movemail): Rename to pop3-movemail.
10960
10961         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10962         don't restrict end-tag searches to the end of the line.
10963
10964 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10965
10966         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10967         articles of every unchecked group to t, which means unknown since the
10968         server has never been opened.
10969
10970 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10971
10972         * gnus-html.el (gnus-html-show-alt-text): New command.
10973         (gnus-html-browse-image): Ditto.
10974         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10975         to browse the image directly.
10976         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10977         better.
10978
10979         * gnus-async.el (gnus-async-article-callback):
10980         Call `gnus-html-prefetch-images' unconditionally.
10981
10982         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10983         before feeding URLs to curl.
10984
10985 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10986
10987         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10988         internal images as deletable by `W D D'.
10989
10990         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10991         (gnus-async-article-callback): Fix typo.
10992
10993 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10994
10995         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10996         current line to work around bugs in the output from w3m.
10997
10998         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10999         for groups that want that.
11000
11001         * nntp.el (nntp-wait-for-string): Supply a timeout for
11002         accept-process-output to ensure progress.
11003
11004         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11005         level to get unread articles from, then use that for foreign groups,
11006         too.
11007
11008         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11009         confuses the rest of the function.
11010
11011         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11012         for the methods that support -retrieve-groups, too.
11013
11014         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11015
11016 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11017
11018         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11019         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11020
11021         * pop3.el: Require cl when compiling.
11022         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11023
11024 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11025
11026         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11027         that aren't going to be activated.
11028         (gnus-get-unread-articles): Fix up the last commit.
11029
11030         * gnus-html.el (gnus-article-html): Allow calling without specifying
11031         the handle.  In that case, dissect the buffer first.
11032
11033         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11034
11035         * nnimap.el (nnimap-open-connection): Revert the change that would look
11036         into authinfo for imaps instead of imap.
11037
11038         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11039         say that you don't want to call gnus-request-group with don-check, but
11040         do check the reponse.  This is for virtual groups only.
11041         (gnus-get-unread-articles): Count the archive groups as secondary, so
11042         that they're activated the same way as before.
11043
11044         * imap.el (imap-message-map): Removed optional buffer parameter, since
11045         no callers use it.
11046         (imap-message-get): Ditto.
11047         (imap-message-put): Ditto.
11048         (imap-mailbox-map): Ditto.
11049         (imap-mailbox-put): Ditto.
11050         (imap-mailbox-get): Ditto.
11051         (imap-mailbox-get): Revert last change for this function.
11052
11053         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11054         case-insensitively.
11055         (nnimap-debug): Remove.
11056
11057         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11058         callers to use `imap-fetch' instead.  According to the comments, this
11059         should be safe, since all other IMAP clients use the 1:* syntax.
11060         (imap-enable-exchange-bug-workaround): Remove.
11061         (imap-debug): Remove -- doesn't seem very useful.
11062
11063         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11064         mail from a file, and the file doesn't exist.
11065
11066         * imap.el (imap-log): New convenience function used throughout instead
11067         of repeating the same code all over the place.
11068
11069         * pop3.el (pop3-streaming-movemail): Return t for success.
11070
11071         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11072         .authinfo if we're using ssl connection.
11073
11074         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11075         already have if we're in a main Gnus `g' run.
11076
11077         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11078
11079 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11080
11081         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11082
11083         * nnmh.el (nnmh-request-list-1): Bind `file'.
11084
11085         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11086         alias to set-process-query-on-exit-flag or process-kill-without-query.
11087         (pop3-open-server): Use it.
11088
11089 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11090
11091         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11092         box to the Incoming file.  Fixes mistake in previous checkin.
11093
11094         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11095         request loop (for debugging purposes) removed.
11096
11097         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11098         culprit is more visible.
11099         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11100         (nnml-add-incremental-nov): New functions to do "incremental" nov
11101         updates, where we just append to the end of the existing nov files
11102         without reading/writing them in full.
11103
11104         * mail-source.el (mail-source-delete-crash-box): Really only check the
11105         incoming files once in a while.
11106
11107         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11108
11109         * mail-source.el (mail-source-delete-crash-box): Only check the
11110         incoming files for deletion once per day to save a lot of file
11111         accesses.
11112
11113         * pop3.el (pop3-logon): Fix up unbound variable typo.
11114
11115         * mail-source.el (pop3-streaming-movemail): Autoload.
11116
11117         * pop3.el (pop3-streaming-movemail):
11118         Respect pop3-leave-mail-on-server.
11119
11120         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11121         retrieval.
11122
11123         * pop3.el (pop3-process-filter): Remove unused function.
11124         (pop3-streaming-movemail, pop3-send-streaming-command)
11125         (pop3-wait-for-messages, pop3-write-to-file)
11126         (pop3-number-of-responses): New functions for streaming pop3
11127         retrieval.
11128
11129         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11130         come from no known methods.
11131         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11132         list.
11133
11134         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11135         message sizes.
11136         (pop3-movemail): Use erase-buffer instead of looping and deleting
11137         regions, which seems rather odd.
11138
11139         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11140         file once per `g' run.
11141
11142         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11143         directories.  This makes the draft queue directory work.
11144
11145         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11146         data from the backends, so that we only request the list of groups from
11147         each method once.  This should speed things up considerably.
11148
11149         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11150         detect that it's not implemented.
11151
11152         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11153         we actually do recurse down into the tree, but don't stat all leaf
11154         nodes.
11155
11156         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11157         then say so instead of bugging out.
11158
11159         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11160         files exist before trying to read them.
11161
11162         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11163         around <pre_int>.
11164
11165         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11166
11167         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11168
11169 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11170
11171         * mm-util.el (mm-image-load-path): Just return the image directories,
11172         not all directories in the path in addition to the image directories.
11173         (mm-image-load-path): Maintain a cache of the image directories so that
11174         the `g' command in Gnus doesn't have to stat dozens of directories each
11175         time.
11176
11177         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11178         (gnus-html-wash-tags): Add a new `i' command to insert images.
11179         (gnus-html-insert-image): New command and keystroke.
11180         (gnus-html-redisplay-with-images): New command and keystroke.
11181         (gnus-html-show-images): Rename command.
11182         (gnus-html-wash-tags): Remove more white space before <pre_int> image
11183         spacers.
11184         (gnus-html-wash-tags): Decode entities at the end, so that entities
11185         inside the tags don't mess up the rest of the "parsing".
11186
11187         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11188         so that nnimap methods aren't agentized by default.  There's apparently
11189         many problems related to agent/imap behavior.
11190
11191         * gnus-art.el (gnus-article-copy-string): New command and key binding.
11192
11193         * gnus-html.el: Doc fix.
11194
11195 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11196
11197         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
11198         specifier-spec-list for Emacs 21.
11199
11200         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11201         glyph-width and glyph-height instead of display-graphic-p and
11202         image-size; make avoidance of displaying small images work for XEmacs.
11203
11204         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11205         for XEmacs.
11206
11207         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11208         of symbol that holds plist data.
11209         (gnus-process-plist): Remove plist of process after getting it.
11210
11211 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11212
11213         * message.el (message-generate-hashcash): Change default to
11214         'opportunistic if hashcash is installed.
11215
11216         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11217         (gnus-html-put-image): Only call image-size once, since it's somewhat
11218         time-consuming on remote X servers.
11219
11220 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11221
11222         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
11223         type on data, not a file name.
11224
11225         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
11226         window-pixel-edges for Emacs 21.
11227
11228         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11229         decoded contents.
11230         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11231
11232 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11233
11234         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11235         group line format, since it isn't very interesting.
11236
11237         * gnus-agent.el (gnus-agent-short-article),
11238         (gnus-agent-long-article): Increase values for these two variables,
11239         since most people are likely to have more network connection and
11240         storage than before.
11241
11242         * gnus.el (gnus-refer-article-method): Change default to 'current.
11243         When referring an article, the common behavior is to refer it from the
11244         current select method, not the native select method.  The chances of
11245         the native select method having the message in question is rather slim
11246         these days.
11247
11248         * gnus-sum.el (gnus-auto-select-subject): Change default to
11249         `unseen-or-unread'.  I think it's likely that most people want to
11250         select an unseen article over a previously seen, but unread one.
11251
11252         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
11253         means that in the article buffer none of the minor mode elements will
11254         be shown, usually, and this is not desirable in most cases.
11255
11256         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11257         that commands like `d' (and the like) go to the next line in the
11258         buffer, instead of the next unread article.  I think this is the
11259         behavior that is most natural for most users.
11260         (gnus-single-article-buffer): Change default to nil, so that people can
11261         have as many article buffers open as they have summary buffer.  I think
11262         this is the most natural way for the groups to behave.
11263
11264         * message.el (message-generate-new-buffers): Change default to
11265         `unsent', so that all new message buffers start their names with the
11266         string "*unsent", and it's easier to find the buffers if you move from
11267         them.
11268
11269 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11270
11271         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11272         small.  They're probably tracking images.
11273         (gnus-html-wash-tags): Remove all <pre_int> place holders.
11274         (gnus-html-rescale-image): Yet another try at getting the image sizing
11275         right.
11276
11277         * nntp.el (nntp-request-set-mark): Refuse to do marks if
11278         nntp-marks-file-name is nil.
11279
11280 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11281
11282         * gnus-html.el (gnus-html-wash-tags)
11283         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11284         Better logging.
11285
11286 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11287
11288         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11289
11290         * gnus-html.el (gnus-html-wash-tags): Check the value of
11291         gnus-blocked-images in the summary buffer.
11292
11293 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11294
11295         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11296
11297 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11298
11299         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11300         like "a", it seems like.
11301         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11302         since it needs to be picked from the correct buffer.
11303
11304         * nnwfm.el: Remove.
11305
11306         * nnlistserv.el: Remove.
11307
11308 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11309
11310         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11311         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11312
11313 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11314
11315         * nnkiboze.el: Remove.
11316
11317         * nndb.el: Remove.
11318
11319         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11320         alt text.
11321         (gnus-html-rescale-image): Try to get the rescaling logic right for
11322         images that are just wide and not tall.
11323
11324         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11325         overshadow variable bindings.
11326
11327 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11328
11329         * gnus-html.el (gnus-html-wash-tags)
11330         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11331         Add extra logging.
11332
11333 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11334
11335         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11336         (gnus-max-image-proportion): New variable.
11337         (gnus-html-rescale-image): New function.
11338         (gnus-html-put-image): Rescale images.
11339
11340 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11341
11342         Fix up some byte-compiler warnings.
11343         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11344         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11345         (gnus-article-fill-cited-article, gnus-article-hide-citation)
11346         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11347         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11348         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11349         (gnus-group-update-group): Use save-excursion and with-current-buffer.
11350
11351 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11352
11353         * gnus-html.el (gnus-article-html): Decode contents by charset.
11354
11355 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11356
11357         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11358         (gnus-html-frame-width, gnus-blocked-images):
11359         * message.el (message-prune-recipient-rules): Add custom version.
11360         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11361
11362         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11363         functions.
11364
11365         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11366         gnus-process-get.
11367
11368 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
11369
11370         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11371         instead of lsub directly.
11372
11373 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11374
11375         * nnwarchive.el: Remove.
11376
11377         * gnus-soup.el: Remove.
11378
11379         * nnsoup.el: Remove.
11380
11381         * nnultimate.el: Remove.
11382
11383         * gnus-html.el (gnus-blocked-images): New variable.
11384
11385         * message.el (message-prune-recipients): New function.
11386         (message-prune-recipient-rules): New variable.
11387
11388         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11389         guess whether a long line is natural text or not.
11390
11391         * gnus-html.el (gnus-html-schedule-image-fetching):
11392         Use gnus-process-plist and friends for compatibility.
11393
11394 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11395
11396         * gnus-html.el: Require packages that define macros used in this file.
11397         (gnus-article-mouse-face): Declare to silence byte-compiler.
11398         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11399         process-get.
11400         (gnus-html-put-image): Use plist-get to avoid getf.
11401         (gnus-html-prefetch-images): Use with-current-buffer.
11402
11403 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11404
11405         * gnus-ems.el: Provide compatibility functions for
11406         gnus-set-process-plist.
11407
11408         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
11409         header-line-format for XEmacs 21.4.
11410
11411         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11412         * gnus.el (gnus-valid-select-methods):
11413         * message.el (message-send-mail-partially-limit):
11414         * mm-decode.el (mm-text-html-renderer):
11415         * mml.el (mml-insert-mime-headers-always):
11416         * smiley.el (smiley-regexp-alist): Bump custom version.
11417
11418 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11419
11420         * gnus-html.el: Require mm-url.
11421         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11422         with the url to `url'.
11423         (gnus-html-wash-tags): Support cid: URLs/images.
11424
11425 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11426
11427         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11428         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11429         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11430
11431         * gnus-move.el: Remove file, since it doesn't really work.
11432
11433         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11434         UTF-8.  This seems to fix problems with some German web feeds.
11435
11436         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11437         at the top so that the proper colors are applied.
11438
11439         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
11440         don't have dots in their names.
11441
11442         * gnus-art.el (gnus-article-view-part): Doc fix.
11443
11444         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11445         XEmacs-compatible.
11446         (gnus-html-put-image): Don't do images on non-graphic displays.
11447
11448         * nnslashdot.el: Remove this unused backend.
11449
11450         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11451         actions.
11452         (gnus-undo-register-1): Revert last change.
11453
11454         * gnus-group.el (gnus-group-completing-read): Protect against not
11455         having completion-styles bound.
11456
11457         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11458         make broken recipients happier.
11459
11460         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11461
11462         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11463         point parameter.
11464
11465         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
11466
11467         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11468         completion-styles for group selection.
11469
11470 2009-02-04  Andreas Schwab  <schwab@suse.de>
11471
11472         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11473         headers and regexp-quote the match if necessary.
11474
11475 2009-03-24  Miles Bader  <miles@gnu.org>
11476
11477         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11478         the blinking smiley.
11479
11480 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11481
11482         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11483         blink smiley.
11484
11485 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11486
11487         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11488         where the dribbel file lives exists.
11489
11490         * message.el (message-send-mail-partially-limit): Change the default to
11491         nil, since most people don't want this.
11492
11493         * mm-url.el (mm-url-decode-entities): Also decode entities like
11494         &#x3212.
11495
11496 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11497
11498         * gnus-sum.el (gnus-summary-idna-message):
11499         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11500         Hyperlink urls in docstrings with URL `...'.
11501
11502 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11503
11504         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11505         functions.
11506
11507 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11508
11509         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11510         say what the mouseover text should be.
11511
11512         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11513         version of the mm-w3m-safe-url-regexp variable to only download images
11514         in the groups where we want that to happen.
11515
11516         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11517
11518         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11519         easier debugging.
11520         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11521         big pictures in the article buffer.
11522
11523         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11524         gnus-article-html.
11525         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11526         w3m.
11527
11528         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11529
11530 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11531
11532         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11533         which doesn't exist.
11534
11535         * message.el (message-inhibit-ecomplete): New variable to allow some
11536         function to inhibit ecomplete address storage.
11537         (message-resend): Disable ecomplete message storage when resending
11538         messages.
11539
11540         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11541
11542 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11543
11544         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11545         Save excursion while copying, moving, and deleting articles in order to
11546         prevent the cursor from jumping to unforeseen place.
11547
11548 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11549
11550         * lpath.el: No need to bind bookmark-current-buffer,
11551         bookmark-yank-point and bookmark-make-record-function.
11552
11553 2010-08-17  Glenn Morris  <rgm@gnu.org>
11554
11555         * gnus-sync.el: Require gnus components whose functions are used.
11556
11557         * gnus-art.el (bookmark-make-record-function):
11558         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11559         Declare for compiler.
11560
11561         * mm-url.el (mml-compute-boundary): Autoload.
11562
11563 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11564
11565         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11566
11567 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11568
11569         Typo fix "hoo4a" -> "hook".
11570
11571         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11572
11573 2010-08-14  Glenn Morris  <rgm@gnu.org>
11574
11575         * gnus-sync.el (gnus-sync): Fix defgroup version.
11576
11577 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11578
11579         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11580
11581         * gnus-sync.el: Fix docs.
11582         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11583         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11584
11585 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11586
11587         Optimizations for gnus-sync.el.
11588
11589         * gnus-sync.el: Add docs about gnus-sync-backend
11590         possibilities.
11591         (gnus-sync-save): Remove unnecessary message.
11592         (gnus-sync-read): Optimize and show what groups were skipped.
11593
11594 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11595
11596         Minor bug fixes for gnus-sync.el.
11597
11598         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11599         Don't read the sync on get-new-news.
11600
11601         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11602         quiet.
11603
11604         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11605         (fix typo).
11606
11607 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11608
11609         Make saving and restoring of hidden threads work with overlays.
11610         Patch applied by Ted Zlatanov.
11611
11612         * gnus-sum.el (gnus-hidden-threads-configuration)
11613         (gnus-restore-hidden-threads-configuration): Update to deal with text
11614         properties, rather than searching for a magic character.
11615
11616 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11617
11618         New gnus-sync.el library for synchronization of marks.
11619
11620         * gnus-sync.el: New library for synchronization of marks.
11621
11622         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11623         renamed from `gnus-registry-grep-in-list'.
11624
11625         * gnus-registry.el (gnus-registry-follow-group-p):
11626         Use `gnus-grep-in-list'.
11627
11628         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11629
11630 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11631
11632         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11633         determining charset of text fails.
11634
11635 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11636
11637         * nnmail.el (nnmail-get-new-mail-1): Revert.
11638
11639         * nnml.el (nnml-active-number): Make sure names of newly created groups
11640         in nnml-group-alist are encoded.
11641
11642 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11643
11644         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11645         containing non-ASCII characters in active file for nnml back end.
11646
11647 2010-07-24  David Engster  <dengste@eml.cc>
11648
11649         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11650         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11651
11652 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11653
11654         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11655         tag (Bug#6654).
11656
11657 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11658
11659         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11660         the article buffer, not the summary buffer.
11661
11662 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11663
11664         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11665         Emacs 23 as well.
11666
11667 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11668
11669         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11670         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11671
11672 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11673
11674         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11675         Patch applied by Karl Fogel.
11676
11677         * gnus-sum.el (gnus-summary-bookmark-make-record):
11678         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11679
11680 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11681
11682         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11683         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11684         C-w still not working correctly from Article buffers; Thierry's
11685         patch to fix that will be applied after this.
11686
11687         * gnus-art.el (bookmark-make-record-function): New local variable.
11688
11689         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11690         article buffer.
11691         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11692
11693 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11694
11695         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11696         on changes in bookmark.el.
11697
11698 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11699
11700         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11701         `no-log' instead of message not to log prompt string.
11702
11703 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11704
11705         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11706         the *other* type of HTML form submission.
11707
11708 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11709
11710         * auth-source.el (auth-source-pick): If choice does not contain a
11711         questioned keyword, set the check to t.
11712
11713 2010-06-12  Romain Francoise  <romain@orebokech.com>
11714
11715         * gnus-util.el (gnus-date-get-time): Move up before first use.
11716
11717 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11718
11719         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11720         (gnus-article-edit-part): Bind it to make last part that is substituted
11721         or deleted visible.
11722         (gnus-mime-display-single): Buttonize part of which id equals to
11723         gnus-mime-buttonized-part-id.
11724
11725 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11726
11727         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11728         (gnus-dd-mmm): Use gnus-date-get-time.
11729         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11730         simplify logic.
11731         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11732         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11733
11734 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11735
11736         * auth-source.el (top): Autoload `secrets-list-collections',
11737         `secrets-create-item', `secrets-delete-item'.
11738         (auth-sources): Fix tag string.
11739         (auth-get-source, auth-source-retrieve, auth-source-create)
11740         (auth-source-delete): New defuns.
11741         (auth-source-pick): Rewrite in order to avoid 2 passes.
11742         (auth-source-forget-user-or-password): New parameter USERNAME.
11743         (auth-source-user-or-password): New parameters CREATE-MISSING and
11744         DELETE-EXISTING.  Retrieve password interactively, if needed.
11745
11746 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11747
11748         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11749         deleting unused directories when gnus-expert-user is t.
11750
11751 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11752
11753         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11754         for each temp file when gnus-article-browse-delete-temp is ask.
11755
11756 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11757
11758         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11759         Replace Lisp calls to delete-backward-char by calls to delete-char.
11760
11761 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11762
11763         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11764
11765 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11766
11767         * password-cache.el (password-cache-remove): Fix docstring.
11768
11769 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11770
11771         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11772         article unless decoding article to be saved.
11773
11774 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11775
11776         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11777         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11778         generated within the mm-with-unibyte-current-buffer macro.
11779
11780 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11781
11782         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11783         to nil when we're in a mml-preview buffer and no group is selected.
11784
11785 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11786
11787         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11788         when catching the `C-g'.  Reported by "Leo".
11789
11790 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11791
11792         * message.el (message-forward-make-body-plain)
11793         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11794         multibyte-string-p.
11795
11796         * lpath.el: Revert.
11797
11798 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11799
11800         * message.el (message-forward-make-body-mml): Assume original message
11801         is multibyte string; error on unibyte.
11802         (message-forward-make-body-plain): Ditto; don't add excessive newline
11803         in body end.
11804
11805         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11806
11807 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11808
11809         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11810         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11811
11812 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * mm-extern.el (mm-extern-url): Don't use
11815         mm-with-unibyte-current-buffer.
11816         (mm-extern-cache-contents): Use with-current-buffer instead of
11817         save-excursion + set-buffer.
11818
11819 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11820
11821         * mm-util.el (mm-emacs-mule): Remove.
11822
11823 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11824
11825         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11826         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11827         change.
11828
11829 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11830
11831         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11832         bind the default value of enable-multibyte-characters to nil.
11833
11834 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11835
11836         * message.el (message-forward-make-body-plain)
11837         (message-forward-make-body-mml):
11838         Don't use mm-with-unibyte-current-buffer.
11839
11840 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11841
11842         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11843
11844 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11845
11846         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11847         (Bug#5592).
11848
11849 2010-05-07  Julien Danjou  <julien@danjou.info>
11850
11851         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11852         it to mm-pipe-part.
11853
11854         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11855         it is given.
11856
11857 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11858
11859         * binhex.el (binhex-decode-region-internal):
11860         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11861         (dns-query):
11862         * nnweb.el (nnweb-gmane-search):
11863         * pgg-parse.el (pgg-parse-armor):
11864         * pgg.el (pgg-verify-region):
11865         * sha1.el (sha1-string-external):
11866         * uudecode.el (uudecode-decode-region-internal):
11867         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11868         XEmacs.
11869
11870         * gnus-art.el (gnus-article-browse-html-parts):
11871         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11872         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11873         make-temp-file.
11874
11875         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11876         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11877         compiling.
11878
11879         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11880         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11881         XEmacs when compiling.
11882
11883         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11884         gnus-pick-mode-off-hook for XEmacs when compiling.
11885         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11886         gnus-binary-mode-off-hook for XEmacs when compiling.
11887
11888         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11889         Return nil if char-charset is not available.
11890
11891         * imap.el (imap-disable-multibyte)
11892         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11893         macros.
11894
11895         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11896         instead of encode-coding-string.
11897
11898         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11899         'xemacs) instead of mm-emacs-mule to switch function definitions.
11900         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11901
11902         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11903         bind temporary-file-directory for XEmacs;
11904         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11905         timer-set-function for XEmacs 21.4 and SXEmacs;
11906         bind timer-list for XEmacs 21.4 and SXEmacs;
11907         fbind char-charset and find-charset-region for non-Mule XEmacs;
11908         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11909         encode-coding-region and encode-coding-string for XEmacs having no
11910         file-coding feature.
11911
11912 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11913
11914         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11915
11916 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11917
11918         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11919         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11920
11921 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11922
11923         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11924         alias `jka-compr-delete-temp-file' no longer exists.
11925
11926 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11927
11928         Use define-minor-mode in Gnus where applicable.
11929         * mml.el (mml-mode): Use define-minor-mode.
11930         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11931         (gnus-undo-mode): Use define-minor-mode.
11932         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11933         (gnus-dead-summary-mode): Use define-minor-mode.
11934         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11935         Initialize in declaration.
11936         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11937         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11938         (gnus-mailing-list-mode): Use define-minor-mode.
11939         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11940         (gnus-draft-mode): Use define-minor-mode.
11941         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11942         (gnus-dired-mode): Use define-minor-mode.
11943
11944 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11945
11946         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11947         handles on recursive mml-to-mime translation and check them for
11948         boundary delimiter collisions.  Reported by Greg Troxel.
11949
11950 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11951
11952         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11953
11954 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11955
11956         * mm-util.el (mm-find-buffer-file-coding-system):
11957         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11958
11959 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11960
11961         * message.el (message-generate-headers): Record insertion of optional
11962         headers as well.  Otherwise the check to prevent repeated insertion of
11963         optional headers is a no-op.
11964
11965 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11966
11967         * smime.el: Don't mention CVS.
11968
11969         * nnrss.el (nnrss-fetch): Don't mention CVS.
11970
11971         * nnir.el: Don't mention CVS.
11972
11973 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11974
11975         * gnus-sum.el (gnus-summary-bookmark-make-record):
11976         Add `location' field.
11977
11978 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11979
11980         * lpath.el: Fbind bookmark-default-handler,
11981         bookmark-get-bookmark-record, bookmark-make-record-default,
11982         bookmark-prop-get for Emacs <23 and XEmacs.
11983
11984 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11985
11986         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11987         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11988         Use with-current-buffer to silence the byte-compiler.
11989         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11990         bother to require `gnus'.
11991         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11992
11993 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11994
11995         * gnus-sum.el (gnus-summary-bookmark-make-record)
11996         (gnus-summary-bookmark-jump): New functions.
11997         (gnus-summary-mode): Setup bookmark support.
11998
11999 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12000
12001         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12002         if set.
12003
12004 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12005
12006         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12007         gnus-article-browse-html-save-cid-image; make it work recursively for
12008         forwarded messages as well.
12009         (gnus-article-browse-html-parts): Work when prefix arg is given.
12010         (gnus-article-browse-html-article): Doc fix.
12011
12012 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12013
12014         * message.el (message-default-mail-headers):
12015         (message-default-headers): Carry the value mail-default-headers over
12016         into message-default-mail-headers, rather than message-default-headers.
12017
12018 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12019
12020         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12021         charset.
12022
12023         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12024         charset into the <meta> tag when the article is encoded to utf-8.
12025
12026 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12027
12028         * gnus-art.el (gnus-article-browse-delete-temp-files):
12029         Delete directories as well.
12030         (gnus-article-browse-html-parts): Work for images that do not specify
12031         file names; delete temp directory when quitting; insert header at the
12032         right place; use file: scheme for image files.
12033
12034 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12035
12036         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12037         (gnus-article-browse-html-parts): Use it to make temporary cid image
12038         files in addition to html file so that browser may display them.
12039
12040 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12041
12042         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12043
12044 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12045
12046         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12047
12048 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12049
12050         * auth-source.el (auth-sources): Change default to be simpler.
12051         Explain about Secret Service API sources.  Improve Customize options.
12052         (auth-source-pick): Change to accept any number of search parameters.
12053         Implement fallbacks iteratively, not recursively.  Add scoring on the
12054         second pass and sort by score.  Call Secret Service API when needed.
12055         (auth-source-user-or-password): Use it.  Call Secret Service API
12056         directly when needed to get the user name and the password.
12057
12058 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12059
12060         * message.el (message-interactive): Doc fix.
12061         (message-qmail-inject-args): Reflow.
12062         (message-kill-to-signature): Fix typo in docstring.
12063
12064         * smiley.el (smiley-buffer): Fix typo in docstring.
12065
12066 2010-03-24  Glenn Morris  <rgm@gnu.org>
12067
12068         * mail-source.el (gnus-message): Declare.
12069         (mail-source-delete-old-incoming): Require gnus-util.
12070
12071 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12072
12073         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12074
12075         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12076
12077         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12078         password-cache's default if it is not bound.
12079         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12080         password-cache-expiry's default if it is not bound.
12081
12082         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12083         available in Emacs 21.
12084
12085         * lpath.el: Suppress compiler warnings for:
12086         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12087         XEmacs;
12088         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12089         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12090         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12091
12092 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12093
12094         * auth-source.el (auth-sources): Fix up definition so extra parameters
12095         are always inline.
12096
12097 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12098
12099         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12100         wasn't updated after mismatch.  Clear cached mailbox info correctly
12101         when uidvalidity changes.
12102         (nnimap-group-prefixed-name): New function to avoid some code
12103         duplication.
12104         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12105         (nnimap-request-group): Use it.
12106         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12107         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12108         with many imap folders.  This is done by caching the group status from
12109         the imap server persistently in a group parameter `imap-status'.  (This
12110         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12111         but not persistently, so every Gnus startup was still very slow.)
12112
12113 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12114
12115         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12116         delete the extra newline.  Otherwise editing of :string and :number
12117         types don't work.
12118
12119 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12120
12121         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12122         secrets.el dependency.
12123         (auth-sources): Add optional user name.  Add secrets.el configuration
12124         choice (unused right now).
12125
12126 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12127
12128         * gnus-sum.el (gnus-summary-make-menu-bar):
12129         Let `gnus-registry-install-shortcuts' fill in the functions.
12130
12131         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12132         warnings.
12133         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12134         (gnus-registry-install-shortcuts): Populate and use it in a
12135         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12136
12137 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12138
12139         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12140         In-place substitutions for the group name encoding/decoding.
12141         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12142         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12143         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12144         (nnimap-update-unseen, nnimap-request-list)
12145         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12146         (nnimap-request-set-mark, nnimap-split-to-groups)
12147         (nnimap-split-articles, nnimap-request-newgroups)
12148         (nnimap-request-create-group, nnimap-request-accept-article)
12149         (nnimap-request-delete-group, nnimap-request-rename-group)
12150         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12151         `encoded-mbx' for consistency.
12152         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12153         variable `imap-current-mailbox'.
12154
12155         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12156         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12157
12158 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12159
12160         * pop3.el (pop3-display-message-size-flag): Display message size byte
12161         counts during POP3 download.
12162         (pop3-movemail): Use it.
12163         (pop3-list): Implement listing of available messages.
12164
12165 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12166
12167         * nnir.el (nnir-get-article-nov-override-function): New function to
12168         override the normal NOV retrieval.
12169         (nnir-retrieve-headers): Use it.
12170
12171 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
12172
12173         * auth-source.el (netrc-machine-user-or-password): Autoload.
12174
12175 2010-03-19  Glenn Morris  <rgm@gnu.org>
12176
12177         Stop message.el from loading about 40 libraries it doesn't always need.
12178         The general approach is to autoload rather than require, and to
12179         require in the specific functions rather than the file.  (Bug#5642)
12180
12181         * gmm-utils.el: Don't require wid-edit.
12182         (widget-create-child-value, widget-convert, widget-default-get):
12183         Autoload.
12184
12185         * gnus-util.el: Don't require time-date, netrc.
12186         (message-fetch-field, gnus-group-name-decode): Declare rather than
12187         autoloading.
12188         (gnus-fetch-field): Require message.
12189         (gnus-decode-newsgroups): Require gnus-group.
12190
12191         * ietf-drums.el: Don't require time-date.
12192
12193         * message.el: Don't require hashcash, canlock, ecomplete.
12194         Do require mail-utils.  Require nnheader only when compiling.
12195         (smtpmail-default-smtp-server): Remove declaration.
12196         (message-send-mail-function): Check smtpmail-default-smtp-server
12197         is bound rather than requiring smtpmail.
12198         (message-auto-save-directory, message-insert-signature):
12199         Use expand-file-name rather than nnheader-concat.
12200         (nnheader-insert-file-contents): Autoload.
12201         (hashcash-wait-async): Declare.
12202         (message-send-mail): Only call gnus-setup-posting-charset if
12203         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
12204         (message-send-mail-with-sendmail): Require sendmail.
12205         (canlock-password, canlock-password-for-verify): Declare.
12206         (message-canlock-password): Require canlock.
12207         (nnheader-get-report): Autoload.
12208         (gnus-setup-posting-charset): Declare.
12209         (message-send-news): Require gnus-msg.
12210         (message-make-references, message-make-in-reply-to): Use mail-header-id
12211         rather than the alias mail-header-message-id.
12212         (ecomplete-add-item, ecomplete-save): Declare.
12213         (message-put-addresses-in-ecomplete): Require ecomplete.
12214         (ecomplete-display-matches): Autoload.
12215
12216         * mm-decode.el: Don't require mailcap, gnus-util.
12217         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12218         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12219         Autoload.
12220         (mailcap-mime-extensions): Declare.
12221
12222         * mm-encode.el: Don't require mailcap.
12223         (mailcap-extension-to-mime): Autoload.
12224
12225         * mml-sec.el: Don't require password-cache.
12226
12227         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12228         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12229         (mml-minibuffer-read-type): Require mailcap.
12230         (mml-preview): Require gnus-msg.
12231
12232         * mml1991.el: Require password-cache.
12233         (password-cache-expiry): Remove declaration.
12234
12235         * mml2015.el: Require password-cache.
12236         (password-cache-expiry): Remove declaration.
12237
12238         * nneething.el (mailcap): Require mailcap.
12239
12240         * nnheader.el (declare-function): Add compatibility stub.
12241         (message-remove-header): Declare rather than autoload.
12242         (nnheader-replace-header): Require message.
12243
12244         * nnimap.el (declare-function): Add compatibility stub.
12245         (netrc-parse, netrc-machine-user-or-password): Declare.
12246         (nnimap-open-connection): Require netrc.
12247
12248         * nntp.el (declare-function): Add compatibility stub.
12249         (netrc-parse, netrc-machine, netrc-get): Declare.
12250         (nntp-send-authinfo): Require netrc.
12251
12252         * rfc2047.el: Don't require qp.
12253         (quoted-printable-encode-region, quoted-printable-decode-string):
12254         Autoload.
12255
12256         * sieve-mode.el: Don't require easymenu.
12257         (easy-menu-add-item): Autoload it.
12258
12259         * spam-stat.el (time-to-number-of-days): Autoload it.
12260
12261 2010-03-19  Glenn Morris  <rgm@gnu.org>
12262
12263         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12264
12265 2010-03-18  Glenn Morris  <rgm@gnu.org>
12266
12267         * hashcash.el (declare-function): Remove duplicate definition.
12268
12269 2010-03-17  Kevin Ryde  <user42@zip.com.au>
12270
12271         * mml.el (mml-read-tag): Unquote values with `read' to reverse
12272         prin1 in mml-insert-tag (just stripping the quotes gave wrong
12273         value if any backslash escapes).
12274
12275 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12276
12277         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12278         if it is available.  (bug#5647)
12279
12280         * lpath.el: Suppress compiler warning for coding-system-from-name for
12281         Emacs 21 and XEmacs.
12282
12283 2010-03-14  Juri Linkov  <juri@jurta.org>
12284
12285         * hmac-def.el:
12286         * hmac-md5.el:
12287         * netrc.el: Fix keywords.
12288
12289 2010-02-26  Glenn Morris  <rgm@gnu.org>
12290
12291         * message.el (message-send-mail-function): Change the default, so that
12292         it inherits from a customized send-mail-function.  (Bug#5643)
12293
12294 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12295
12296         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12297         shell-command-to-string signals an error (bug#5299).
12298
12299 2010-02-24  Glenn Morris  <rgm@gnu.org>
12300
12301         * message.el (message-smtpmail-send-it)
12302         (message-send-mail-with-mailclient): Doc fixes.
12303
12304 2010-02-16  Glenn Morris  <rgm@gnu.org>
12305
12306         * message.el (message-default-mail-headers): Change the default value
12307         to ease the transition from mail-mode to message-mode.  (Bug#5555)
12308
12309 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12310
12311         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
12312         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
12313
12314 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12315
12316         * time-date.el (date-to-time): Doc fix (Bug#5408).
12317
12318 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12319
12320         * message.el (message-mail): Just pass yank-action on to message-setup.
12321         (message-setup): Handle (FUN . ARGS) form of yank-action.
12322         (message-with-reply-buffer, message-widen-reply)
12323         (message-yank-original): Handle non-buffer values of
12324         message-reply-buffer (Bug#4080).
12325         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12326
12327 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12328
12329         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12330         Fix typo in docstring.
12331
12332 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12333
12334         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12335         response.
12336
12337 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12338
12339         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12340
12341         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12342
12343         * message.el (message-check-news-header-syntax): Protect against a
12344         string that `rfc822-addresses' returns when parsing fails.
12345
12346 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12347
12348         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12349         (gnus-previous-char-property-change): New functions.
12350
12351         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12352
12353 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
12354
12355         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12356         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
12357
12358 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12359
12360         * message.el (message-exchange-point-and-mark): Rework last change to
12361         avoid using optional arg of exchange-point-and-mark, for backward
12362         compatibility.
12363
12364 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12365
12366         * message.el (message-exchange-point-and-mark):
12367         Call exchange-point-and-mark with an argument rather than setting
12368         mark-active by hand (Bug#5175).
12369
12370 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12371
12372         * nntp.el (nntp-service-to-port): Work for service expressed with
12373         numeric string; replace [:digit:] with [0-9] for XEmacs.
12374
12375 2009-12-17  Glenn Morris  <rgm@gnu.org>
12376
12377         * gnus-group.el (gnus-bug-group-download-format-alist):
12378         Change emacs entry to debbugs.gnu.org.  Bump :version.
12379
12380 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12381
12382         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12383
12384 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12385
12386         * message.el (message-info): Explain why we use `Info-goto-node'.
12387
12388 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12389
12390         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
12391
12392 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12393
12394         * message.el (message-completion-in-region): New compatibility function.
12395         (message-expand-group): Use it.
12396
12397 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12398
12399         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12400         with no unread article should be listed if the 2nd arg `predicate' is
12401         given.
12402
12403 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12404
12405         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
12406
12407 2009-11-29  Juri Linkov  <juri@jurta.org>
12408
12409         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12410         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
12411         on `gnus-recenter'.  (Bug#4698, Bug#4981)
12412
12413 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12414
12415         * sha1.el (sha1-string-external): default-directory "/" in case
12416         otherwise non-existent.  process-connection-type pipe for touch of
12417         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12418
12419 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12420
12421         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
12422         it's comms related and sgml-mode.el has "comm" on that basis too.
12423
12424 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12425
12426         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12427         containing tspecial characters if they have been already quoted.
12428
12429 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12430
12431         * dns-mode.el (auto-mode-alist): Purecopy string.
12432
12433 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12434
12435         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
12436
12437 2009-10-24  Glenn Morris  <rgm@gnu.org>
12438
12439         * gnus-art.el (help-xref-stack-item): Define for compiler.
12440
12441 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12442
12443         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
12444
12445 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12446
12447         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12448
12449 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12450
12451         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12452         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12453
12454 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12455
12456         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12457         (gnus-overlays-in): New alias to overlays-in.
12458
12459         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12460         gnus-overlay-get, and gnus-delete-overlay.
12461         (gnus-summary-show-thread): Make it work as well for systems in which
12462         next-single-char-property-change is not available.
12463         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12464
12465         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
12466         (gnus-overlay-get): New alias to extent-property.
12467         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12468
12469         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12470         SXEmacs.
12471
12472         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12473         SXEmacs.
12474
12475 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12476
12477         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12478
12479 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12480
12481         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12482         and XEmacs that don't have `remove-overlays'.
12483
12484 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12485
12486         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12487         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12488         selective display.  Use overlays instead.
12489
12490 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12491
12492         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12493
12494 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12495
12496         * spam-stat.el (spam-stat-load): Fix typo in message.
12497
12498 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12499
12500         * dig.el (dig-invoke): Fix typo in docstring.
12501         (query-dig): Reflow docstring.
12502
12503 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12504
12505         * gnus-art.el (gnus-article-encrypt-body):
12506         * message.el (message-check-recipients):
12507         * mm-util.el (mm-codepage-setup):
12508         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12509         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12510
12511 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12512
12513         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12514         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12515         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12516         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12517         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12518
12519 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12520
12521         * dig.el: Add "Keywords: comm", as per net-utils.el.
12522
12523 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12524
12525         * dig.el (dig-mode): Use define-derived-mode.
12526
12527 2009-09-19  Glenn Morris  <rgm@gnu.org>
12528
12529         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12530
12531 2009-09-18  Glenn Morris  <rgm@gnu.org>
12532
12533         * gnus-diary.el (gnus-diary-check-message):
12534         * message.el (message-insert-formatted-citation-line):
12535         * nnbabyl.el (top-level):
12536         * nndiary.el (nndiary-schedule):
12537         Fix typos in condition-case handlers.
12538
12539 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12540
12541         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12542         configuration that provides the sole article window in a frame;
12543         position point correctly after deleting a part.
12544
12545 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12546
12547         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12548         (spam-resolve-registrations-routine): Use it to unregister articles
12549         that change status.
12550
12551 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12552
12553         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12554         with XEmacs.
12555         (parse-time-string-chars): Use it.
12556
12557 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12558
12559         * imap.el (imap-interactive-login): Better messages.
12560         (imap-open): Fix bug with renamed buffer on reconnect.
12561         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12562         for easier debugging and cleaner code.  On successful (guessed based on
12563         server capabilities) secondary authentication, set imap-state
12564         correctly.
12565         (imap-last-authenticator): Define imap-last-authenticator as a variable
12566         to avoid warnings.
12567
12568 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12569
12570         * nnrss.el (nnrss-request-article): Remove binding of
12571         default-enable-multibyte-characters that has gotten needless by
12572         the 2007-07-13 change in rfc2047-encode-message-header.
12573
12574         * mml.el (mml-insert-multipart): Error on the message header.
12575         (mml-insert-part): Error on the message header; position point at
12576         the end of a MIME tag.
12577
12578 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12579
12580         * time-date.el (autoload): Expand define-obsolete-function-alias into
12581         defalias and make-obsolete for old Emacsen that Gnus supports.
12582         (with-no-warnings): Define it for old Emacsen.
12583         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12584         is available.
12585         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12586         float-time is available; suppress compile warning for time-to-seconds.
12587
12588         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12589         (gnus-float-time): Alias to float-time if it exists.
12590
12591         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12592         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12593         float-time is available; suppress compile warning for time-to-seconds.
12594
12595         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12596         XEmacs.
12597
12598 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12599
12600         * imap.el (imap-message-map): Docstring fix.
12601
12602 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12603
12604         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12605         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12606         Add the optional argument `encoding' that overrides the default.
12607
12608         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12609         mm-encode-buffer.
12610
12611 2009-09-04  Glenn Morris  <rgm@gnu.org>
12612
12613         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12614         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12615         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12616         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12617         * mm-util.el (mm-with-unibyte-current-buffer)
12618         (mm-find-buffer-file-coding-system):
12619         * yenc.el (yenc-decode-region): Use default-value rather than
12620         default-enable-multibyte-characters.
12621
12622 2009-09-03  Glenn Morris  <rgm@gnu.org>
12623
12624         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12625         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12626         than default-enable-multibyte-characters.
12627
12628 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12629
12630         * gnus-art.el (gnus-article-read-summary-keys):
12631         Fix gnus-buffer-configuration's value temporarily used.
12632
12633 2009-09-02  Glenn Morris  <rgm@gnu.org>
12634
12635         * gnus-util.el (gnus-float-time): New function.
12636         * gnus-delay.el (gnus-delay-article):
12637         * gnus-sum.el (gnus-thread-latest-date):
12638         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12639         * nnspool.el (nnspool-request-newgroups):
12640         Use gnus-float-time rather than time-to-seconds.
12641         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12642
12643         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12644         (gnus-header-subject-face, gnus-header-newsgroups-face)
12645         (gnus-header-name-face, gnus-header-content-face):
12646         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12647         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12648         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12649         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12650         (gnus-cite-face-11):
12651         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12652         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12653         (gnus-server-closed-face, gnus-server-denied-face)
12654         (gnus-server-offline-face):
12655         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12656         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12657         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12658         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12659         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12660         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12661         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12662         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12663         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12664         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12665         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12666         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12667         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12668         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12669         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12670         (gnus-summary-high-undownloaded-face)
12671         (gnus-summary-low-undownloaded-face)
12672         (gnus-summary-normal-undownloaded-face)
12673         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12674         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12675         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12676         (gnus-splash-face):
12677         * message.el (message-header-to-face, message-header-cc-face)
12678         (message-header-subject-face, message-header-newsgroups-face)
12679         (message-header-other-face, message-header-name-face)
12680         (message-header-xheader-face, message-separator-face)
12681         (message-cited-text-face, message-mml-face):
12682         * sieve-mode.el (sieve-control-commands-face)
12683         (sieve-action-commands-face, sieve-test-commands-face)
12684         (sieve-tagged-arguments-face):
12685         * spam.el (spam-face):
12686         Mark face aliases with "-face" in the name as obsolete.
12687
12688 2009-09-01  Glenn Morris  <rgm@gnu.org>
12689
12690         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12691         than goto-line.
12692
12693 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12694
12695         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12696         Don't move point if the command is invoked inside the message header.
12697
12698 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12699
12700         * imap.el (imap-send-command): Simplify.
12701         (imap-wait-for-tag): point-max -> buffer-size.
12702
12703 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12704
12705         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12706         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12707         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12708         * nnir.el (nnir-swish-e-index-file):
12709         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12710         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12711         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12712         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12713         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12714         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12715
12716 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12717
12718         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12719         Don't save excursion.
12720
12721 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12722
12723         * nnheader.el (nnheader-find-file-noselect):
12724         * mm-util.el (mm-insert-file-contents):
12725         Use (default-value 'major-mode) instead of default-major-mode.
12726
12727 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12728
12729         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12730
12731 2009-08-26  Glenn Morris  <rgm@gnu.org>
12732
12733         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12734         than placing in files.el.
12735
12736 2009-08-25  Glenn Morris  <rgm@gnu.org>
12737
12738         * nnir.el (top-level): Don't require cl at run-time.
12739         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12740         Replace cl-function substitute with gnus-replace-in-string.
12741         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12742         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12743         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12744         simplified expansions.
12745
12746 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12747
12748         * dig.el (dig): Add autoload cookie.
12749
12750 2009-08-22  Glenn Morris  <rgm@gnu.org>
12751
12752         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12753         goto-line.
12754
12755 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12756
12757         * parse-time.el (parse-time-string-chars): Save match data.
12758
12759 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12760
12761         * parse-time.el (parse-time-string-chars): Compute using character
12762         classes, to handle non-ascii characters (Bug#3190).
12763
12764 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12765
12766         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12767
12768         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12769         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12770         (gnus-mm-display-part, gnus-mime-display-single)
12771         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12772         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12773
12774         * gnus-sum.el
12775         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12776         (gnus-summary-move-article): Add expirable mark to articles copied or
12777         moved to group that has auto-expire turned on if the option is non-nil.
12778
12779 2009-07-24  Glenn Morris  <rgm@gnu.org>
12780
12781         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12782         Fix typo.  (Bug#3903)
12783
12784 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12785
12786         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12787         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12788         that should not be used for draft articles.
12789         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12790         that has no concern in minor mode keys.
12791         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12792         Abolish.
12793
12794 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12795
12796         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12797         article without making inquiry to a user for unknown encoding.
12798
12799         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12800         (nnmaildir--scan): Assume i-node and device number that file-attributes
12801         returns might be cons-cell.
12802
12803         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12804
12805         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12806
12807 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12808
12809         * auth-source.el: Remove docs now in auth.texi.  Don't use
12810         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12811         `auth-source-hide-passwords' and use them.
12812
12813 2009-07-15  Glenn Morris  <rgm@gnu.org>
12814
12815         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12816
12817 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12818
12819         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12820         excessive whitespace from the default values of title and description.
12821
12822 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12823
12824         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12825         mail-fetch-field to fetch Content-Description header in order to
12826         exclude newlines.
12827
12828 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12829
12830         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12831         format used by GnuPG 2.0.11.
12832
12833 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12834
12835         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12836         to deleted part.
12837
12838 2009-05-30  David Engster  <dengste@eml.cc>
12839
12840         * nnmairix.el: Remove old documentation in the commentary block.
12841         (nnmairix-request-group): Do not update active file for nnml back ends.
12842         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12843         end so that overview files are ignored.
12844         (nnmairix-update-groups): Make updating the groups more robust by using
12845         marks.
12846         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12847         with dollar characters in message-id.
12848
12849 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12850
12851         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12852         2008-12-25 in dns.el.
12853
12854 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12855
12856         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12857         could happen if the text is only composed of spaces and/or tabs.
12858
12859 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12860
12861         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12862         when sending a queued message to avoid extra mml tags.
12863
12864 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12865
12866         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12867
12868 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12869
12870         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12871         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12872         rmail-toggle-header for XEmacs;
12873         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12874
12875 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12876
12877         * gnus-dired.el: Remove autoload for gnus-setup-message.
12878         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12879         displaying Gnus logo; always use compose-mail.
12880
12881 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12882
12883         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12884
12885 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12886
12887         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12888         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12889         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12890         available.
12891         (gnus-nocem-epg-verify): New function.
12892
12893 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12894
12895         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12896
12897 2009-02-15  Glenn Morris  <rgm@gnu.org>
12898
12899         * gnus-util.el (rmail-insert-rmail-file-header)
12900         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12901         autoloads.
12902         (rmail-default-rmail-file): Remove unnecessary declaration.
12903         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12904
12905 2009-02-14  Glenn Morris  <rgm@gnu.org>
12906
12907         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12908         variable (only used in gnus-util, which declares it anyway).
12909         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12910         which was only needed by gnus-art (changed to not use it any more).
12911         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12912         only used in gnus-util, which autoloads it itself.
12913         (rmail-update-summary): Fix autoload.
12914
12915         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12916         rather than rmail-output-to-rmail-file.
12917
12918 2009-02-07  Glenn Morris  <rgm@gnu.org>
12919
12920         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12921         autoload of function that no longer exists.
12922         (rmail-toggle-header): Declare.
12923         (message-forward-rmail-make-body): Handle mbox Rmail.
12924
12925 2009-01-31  Glenn Morris  <rgm@gnu.org>
12926
12927         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12928         2009-01-09 change.
12929
12930 2009-01-31  Dave Love  <fx@gnu.org>
12931
12932         * imap.el (imap-fetch-safe): Bind debug-on-error.
12933         (imap-debug): Add imap-fetch-safe.
12934
12935 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12936
12937         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12938         (auth-source-forget-all-cached): New convenience function.
12939         (auth-source-user-or-password): Accept list of modes or a single mode.
12940
12941         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12942         auth-source modes.
12943
12944         * netrc.el (netrc-machine-user-or-password): Use list of
12945         auth-source modes.
12946
12947         * nnimap.el (nnimap-open-connection): Use list of
12948         auth-source modes.
12949
12950         * nntp.el (nntp-send-authinfo): Use list of
12951         auth-source modes.
12952
12953 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12954
12955         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12956         now.
12957
12958 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12959
12960         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12961         coding system in XEmacs; add a workaround for XEmacs.
12962
12963         * lpath.el: Fbind coding-system-aliasee.
12964
12965 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12966
12967         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12968         of current-language-environment.
12969
12970 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12971
12972         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12973         available at runtime.
12974
12975 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12976
12977         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12978
12979 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12980
12981         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12982         the greatest positive fixnum value doesn't work under an XEmacs with
12983         bignum support; use the most-positive-fixnum constant instead,
12984         available since Emacs 21.1 with cl and XEmacs 21.1.
12985
12986 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12989         XEmacs gets not to work.
12990
12991 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12992
12993         * mm-util.el (mm-coding-system-priorities): Allow the value like
12994         "Japanese (UTF-8)" of current-language-environment.
12995
12996 2009-01-09  Glenn Morris  <rgm@gnu.org>
12997
12998         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12999         with last-command-event.
13000
13001 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13002
13003         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13004         in the doc string.
13005
13006         * message.el (message-fix-before-sending): Amend comment.
13007
13008 2009-01-08  Dave Love  <fx@gnu.org>
13009
13010         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13011
13012 2009-01-07  David Engster  <dengste@eml.cc>
13013
13014         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13015         simplified server definitions by converting it via
13016         gnus-server-to-method.
13017
13018 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13019
13020         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13021         parameter's operands.
13022
13023 2009-01-06  David Engster  <dengste@eml.cc>
13024
13025         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13026         primary select method (for gnus-group-mark-article-as-read).
13027
13028 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13029
13030         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13031         `(gnus)Face', not `(gnus)X-Face'.
13032
13033 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13034
13035         * mm-util.el (mm-ucs-to-char): New function.
13036
13037         * mm-url.el (mm-url-decode-entities): Use it.
13038
13039         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13040         unicode-to-char.
13041
13042 2009-01-05  Dave Love  <fx@gnu.org>
13043
13044         * time-date.el: Require cl for `declare'.
13045
13046 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13047
13048         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13049         Dave Love.
13050
13051 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13052
13053         * message.el (message-fix-before-sending): Add `eight-bit' to
13054         illegible-text check.
13055
13056 2009-01-03  Michael Olson  <mwolson@gnu.org>
13057
13058         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13059         `headers' is nil.  This can occur if the IMAP server does not have
13060         permissions to read messages from a folder, but can write new messages
13061         to the folder.
13062         (nnimap-request-article-part): Do not insert `data' if it is nil.
13063
13064         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13065         characters which will confuse `read', so skip past them.
13066
13067 2009-01-01  Dave Love  <fx@gnu.org>
13068
13069         * imap.el (imap-string-to-integer): Fix typo.
13070         (imap-fetch-safe): New function.
13071         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13072
13073         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13074
13075         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13076         (imap-parse-greeting): Fix doc strings.
13077         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13078         (imap-parse-flag-list): Make messages unique.
13079         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13080
13081         * nnimap.el: Fix author email.
13082         (nnimap-split-rule): Add FIXME comment.
13083         (nnimap-debug): Fix doc string.
13084
13085 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13086
13087         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13088
13089 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13090
13091         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13092         nslookup if resolv.conf isn't available.
13093         (dns-query): Rename from query-dns.
13094         (dns-query-cached): Rename from query-dns-cached.
13095
13096 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13097
13098         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13099         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13100         to check if those variables exist (first appeared in Emacs 18.50).
13101
13102 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13103
13104         * mm-util.el (mm-line-number-at-pos): New function.
13105
13106         * spam-report.el (spam-report-process-queue): Use it.
13107
13108 2008-12-24  David Engster  <dengste@eml.cc>
13109
13110         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13111         parameters that haven't existed as variables as buffer-local variables.
13112
13113 2008-12-23  Dave Love  <fx@gnu.org>
13114
13115         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13116         cadar.
13117
13118         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13119         imap-starttls-p.
13120         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13121
13122 2008-12-22  Dave Love  <fx@gnu.org>
13123
13124         * imap.el: Fix author email.  Doc fixes.
13125         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13126         reply.
13127
13128 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13129
13130         * spam-report.el (spam-report-gmane-max-requests): New constant.
13131         (spam-report-gmane-wait): New variable.
13132         (spam-report-gmane-ham, spam-report-gmane-spam)
13133         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13134         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13135         the server.
13136
13137         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13138         Add explanations.
13139
13140         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13141         nnheader-accept-process-output and nnheader-read-timeout if available.
13142         (pop3-movemail): Use it.
13143
13144         * message.el (message-check-news-body-syntax): Fix signature check if
13145         there's an attachment.
13146
13147 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13148
13149         * mm-util.el: Add comments to the mm- emulating functions.
13150
13151 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
13152
13153         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13154         Reported by Stephen Berman <stephen.berman@gmx.net>.
13155
13156 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13157
13158         * mm-util.el (mm-substring-no-properties): New function.
13159         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13160         (mm-special-display-p): Enable those lambda forms to be byte compiled.
13161         (mm-string-to-multibyte): Doc fix.
13162
13163         * mml.el (mml-attach-file): Use mm-substring-no-properties.
13164
13165 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13166
13167         * mml.el (mml-attach-file): Strip text properties from file name.
13168         (Bug#1574)
13169
13170 2008-12-16  Glenn Morris  <rgm@gnu.org>
13171
13172         * mm-util.el (mm-charset-override-alist): Declare for compiler.
13173
13174 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13177         knows since the charset specified might be a bogus alias that
13178         mm-charset-synonym-alist provides.
13179
13180 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13181
13182         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13183         "ISO_8859-1".
13184
13185         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13186
13187 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13188
13189         * mm-util.el (mm-charset-eval-alist):
13190         Define it before mm-charset-to-coding-system.
13191         (mm-charset-to-coding-system): Add optional argument `silent';
13192         define it before mm-charset-override-alist.
13193         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13194         default value if it can be used in Emacs currently running;
13195         silence mm-charset-to-coding-system.
13196
13197 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13198
13199         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13200         `allow-override' which says whether to use `mm-charset-override-alist'.
13201         (rfc2047-decode-encoded-words): Use it.
13202
13203         * mm-util.el (mm-charset-override-alist): Fix custom type;
13204         add `(gb2312 . gbk)' to choices.
13205
13206 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13207
13208         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13209         fast.
13210
13211         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13212
13213         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
13214
13215 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
13216
13217         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13218         on links.
13219
13220         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13221
13222 2008-12-03  Lute Kamstra  <lute@gnu.org>
13223
13224         * sha1.el: Remove leading * from docstrings of defcustoms,
13225         deffaces, defconsts and defuns.
13226
13227 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13228
13229         * message.el (message-idna-to-ascii-rhs-1): Protect against local
13230         users' addresses that don't have domain parts.
13231         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13232         rather than message-narrow-to-head since there will be the message
13233         header separator.
13234
13235 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13236
13237         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13238         since the result is inserted in a unibyte buffer anyway.
13239         (nnimap-demule-use-string-to-multibyte): Remove.
13240         (nnimap-demule): Alias it to mm-string-to-multibyte.
13241
13242 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13243
13244         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13245         variable for debugging bug#464 and bug#1174.
13246         (nnimap-demule): Use it.
13247
13248 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13249
13250         * gnus-score.el (gnus-score-find-trace): Handle default score in total
13251         score calculation correctly.
13252
13253 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13254
13255         * message.el (message-send-mail): Just set the buffer to unibyte
13256         rather than use mm-with-unibyte-current-buffer which does a lot more.
13257         (message-send-mail-partially): Don't bother with
13258         mm-with-unibyte-current-buffer since it's already been made unibyte by
13259         message-send-mail.
13260
13261 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13262
13263         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13264
13265 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13266
13267         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13268
13269 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13270
13271         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13272         require itself and to remove `with-no-warnings'.
13273
13274 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
13275
13276         * starttls.el (starttls-any-program-available): Get the name of the
13277         available TLS layer program.
13278         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13279         well as the host name in the "opening" message.
13280
13281         * auth-source.el (auth-source-cache, auth-source-do-cache)
13282         (auth-source-user-or-password): Cache passwords and logins by default,
13283         allow override with `auth-source-do-cache'.
13284         (auth-source-forget-user-or-password): Allow users to remove cache
13285         entries if needed.
13286
13287 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
13288
13289         * md4.el (md4-buffer): Fix typo in docstring.
13290         (md4, md4-64): Doc fixes.
13291         (md4-pack-int32): Reflow docstring.
13292
13293 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13294
13295         * ietf-drums.el (ietf-drums-remove-comments): Localize second
13296         condition-case to only the forward-sexp call.
13297
13298 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13299
13300         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13301         quotes contained.  Make it more robust regardless by an extra
13302         condition-case wrapper.
13303
13304 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13305
13306         * lpath.el: No need to fbind codepage-setup for Emacs 23.
13307
13308 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13309
13310         * nnml.el (nnml-request-expire-articles): Check if the function set to
13311         `nnmail-expiry-target' returns the symbol `delete'.
13312
13313         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13314
13315         * nnmail.el (nnmail-expiry-target): Fix custom type.
13316
13317 2008-10-02  Glenn Morris  <rgm@gnu.org>
13318
13319         * mm-util.el (mm-codepage-setup): Tweak codepage error.
13320         Silence compiler warning.
13321
13322 2008-10-01  Magnus Henoch  <mange@freemail.hu>
13323
13324         * tls.el (open-tls-stream): Show the actual command being
13325         executed, instead of the format string.
13326
13327 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13328
13329         * lpath.el: Fbind codepage-setup for Emacs 23.
13330
13331 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13332
13333         * mml.el (mml-menu): Don't assume mml2015 is bound.
13334
13335 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13336
13337         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13338         exists.
13339
13340 2008-09-27  Glenn Morris  <rgm@gnu.org>
13341
13342         * gnus-util.el (mail-header-remove-comments): Autoload it.
13343
13344 2008-09-27  Andreas Schwab  <schwab@suse.de>
13345
13346         * gnus-util.el (gnus-split-references): Strip comments.
13347         (gnus-parent-id): Likewise.
13348
13349 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
13350
13351         * message.el (message-confirm-send): Fix version.
13352
13353 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13354
13355         * message.el (message-idna-to-ascii-rhs-1): Use
13356         mail-extract-address-components rather than mail-header-parse-addresses
13357         that is an alias by default to ietf-drums-parse-addresses that does not
13358         support non-ASCII names in headers' contents.
13359
13360 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13361
13362         * message.el (message-confirm-send): Fix variable documentation to
13363         avoid the "y/n" wording.
13364
13365 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
13366
13367         * message.el (message-set-auto-save-file-name): Save to a different
13368         filename so multiple messages (especially drafts) can be recovered.
13369
13370 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
13371
13372         * message.el (message-confirm-send): Add appropriate version.
13373
13374 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
13375
13376         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13377         defvar.
13378
13379 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
13380
13381         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13382         (mm-pkcs7-enveloped-magic): Ditto.
13383
13384 2008-09-17  Simon Josefsson  <simon@josefsson.org>
13385
13386         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13387         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13388
13389 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
13390
13391         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13392         default, it's better.
13393
13394 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
13395
13396         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13397         summary line gnus-number property and ignore them (with a warning
13398         message).
13399
13400 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13401
13402         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13403         macro caddr in the interactive form since it won't be expanded.
13404
13405 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13406
13407         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13408         `charset'; fix name of function called recursively.
13409         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13410
13411 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13412
13413         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13414         (gnus-mime-set-charset-parameters): New function.
13415         (gnus-mime-view-part-as-charset): Use it to correctly display part
13416         specifying wrong charset.
13417
13418 2008-09-08  David Engster  <dengste@eml.cc>
13419
13420         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13421         in completing-read for back end server.
13422
13423 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13424
13425         * message.el (message-confirm-send): New variable to confirm sending a
13426         message.
13427         (message-send): Use it.
13428
13429 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13430
13431         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13432
13433 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13434
13435         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13436
13437 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13438
13439         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13440         prevent tracking too many groups.
13441         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13442         Use it.
13443
13444 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13445
13446         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13447         moving point to the bottom of the window in order to avoid recentering.
13448
13449 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13450
13451         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
13452
13453         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13454         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13455         (gnus-article-beginning-of-window): Fix calculation.
13456
13457 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13458
13459         * gnus-msg.el (gnus-summary-supersede-article)
13460         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13461         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13462         message header.
13463
13464 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13465
13466         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13467         pending output coming after the status change.
13468
13469 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13470
13471         * message.el:
13472         * gnus-start.el:
13473         * gnus-registry.el: Remove VMS support.
13474
13475 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13476
13477         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13478         macro.
13479         (rfc2104-hash): Use it.
13480
13481 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13482
13483         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13484         (gnus-summary-sort-by-most-recent-date): New commands.
13485         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13486         and menu entries.
13487
13488 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13489
13490         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13491         don't redisplay article for raw contents; remove plural articles stuff.
13492
13493         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13494         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13495         on gnus-summary-save-article; display results properly.
13496
13497 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13498
13499         * lpath.el: No need to fbind ns-focus-frame.
13500
13501 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13502
13503         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13504
13505 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13506
13507         * gnus-art.el (gnus-summary-save-in-pipe):
13508         Consider gnus-save-all-headers.
13509
13510 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13511
13512         * gnus-util.el (ns-focus-frame): Remove declaration.
13513         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13514         like x.
13515
13516 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13517
13518         * rfc2104.el (rfc2104-zero): Delete defconst.
13519         (rfc2104-hex-alist): Likewise.
13520         (rfc2104-hex-to-int): Delete func.
13521         (rfc2104-hexstring-to-bitstring): Likewise.
13522         (rfc2104-nybbles): New defconst.
13523         (rfc2104-hash): Rewrite for speed.
13524
13525 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13526
13527         * tls.el (open-tls-stream): Make it work with the 2nd argument
13528         BUFFER that is a string but does not exist as a buffer object, as
13529         mentioned in the doc-string.
13530
13531 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13532
13533         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13534         SXEmacs.
13535
13536 2008-07-16  Glenn Morris  <rgm@gnu.org>
13537
13538         * gnus-util.el (ns-focus-frame): Declare for compiler.
13539
13540 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13541
13542         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13543         set as a group parameter.
13544         (gnus-summary-save-in-pipe): Work when it is called independently.
13545         (gnus-summary-pipe-to-muttprint): Don't modify
13546         gnus-summary-pipe-output-default-command.
13547
13548 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13549
13550         * message.el (message-send-mail-with-sendmail):
13551         Display the error message.
13552
13553 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13554
13555         * gnus-art.el (gnus-default-article-saver):
13556         Add gnus-summary-save-in-pipe to choices.
13557         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13558         gnus-summary-pipe-output-default-command as the default command.
13559         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13560         instead of gnus-last-shell-command.
13561
13562         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13563         New user option.
13564         (gnus-summary-muttprint-program): Mention the value will be changed.
13565         (gnus-summary-save-article): Force showing of all headers.
13566         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13567
13568 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13569
13570         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13571
13572 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13573
13574         * nnimap.el (nnimap-id):
13575         * sieve-manage.el (sieve-manage-open): Doc fixes.
13576
13577 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13578
13579         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13580         if available.
13581
13582 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13583
13584         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13585
13586         * nnkiboze.el (nnkiboze-generate-group):
13587         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13588
13589         * nnmairix.el: Require CL.
13590
13591 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13592
13593         * dgnushack.el: Autoload get-display-table and put-display-table for
13594         XEmacs 21.5.
13595
13596         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13597         21.4 and SXEmacs.
13598
13599 2008-06-15  David Engster  <dengste@eml.cc>
13600
13601         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13602
13603 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13604
13605         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13606         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13607         runtime choice under XEmacs.
13608
13609         * gnus-sum.el (gnus-summary-set-display-table):
13610         Use `gnus-put-display-table', `gnus-get-display-table',
13611         `gnus-set-display-table' for the display table, instead of `aset'.
13612
13613         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13614         Use `gnus-put-display-table', `gnus-get-display-table',
13615         `gnus-set-display-table' for the display table.
13616
13617 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13618
13619         * nnmairix.el: Add autoloads.
13620
13621 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13622
13623         * nnmairix.el (nnmairix-delete-recreate-group)
13624         (nnmairix-update-and-clear-marks): Fix error messages.
13625
13626 2008-06-14  David Engster  <dengste@eml.cc>
13627
13628         * nnmairix.el: Upgrade to version 0.6.
13629         (nnmairix-group-toggle-propmarks-this-group)
13630         (nnmairix-group-toggle-readmarks-this-group)
13631         (nnmairix-group-delete-recreate-this-group)
13632         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13633         (nnmairix-remove-tick-mark-original-article): New commands.
13634         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13635         (nnmairix-propagate-marks-to-nnmairix-groups)
13636         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13637         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13638         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13639         functions needed for marks propagation and manipulation of read marks.
13640         (nnmairix-update-groups): New function.
13641         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13642         (nnmairix-determine-original-group-from-registry)
13643         (nnmairix-determine-original-group-from-path)
13644         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13645         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13646         New helper functions.
13647         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13648         keystrokes for new commands.
13649         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13650         (nnmairix-request-group): Check allow-fast group parameter.
13651         (nnmairix-request-create-group): Set allow-fast group parameter if
13652         nnmairix-allowfast-default is set.
13653         (nnmairix-close-group): Propagate marks upon closing if needed.
13654         (nnmairix-group-toggle-threads-this-group): Use new.
13655         nnmairix-group-toggle-parameter helper function.
13656         (nnmairix-search): Better check for empty search result.
13657         (nnmairix-goto-original-article): Use new helper functions for
13658         determining original article.
13659         (nnmairix-show-original-article): Make sure message-id is in brackets.
13660         (nnmairix-call-mairix-binary): Change variable name.
13661         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13662         helper function.
13663         (nnmairix-widget-toggle-activate): Fix doc string.
13664
13665 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13666
13667         * nnir.el: Require edmacro when compiling with XEmacs.
13668         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13669         available in Emacs 21.
13670
13671 2008-06-11  Glenn Morris  <rgm@gnu.org>
13672
13673         * gnus-util.el (x-focus-frame):
13674         * gnus.el (image-size):
13675         * mm-decode.el (image-size): Declare.
13676
13677         * gnus-picon.el (declare-function): Add compat definition.
13678         (image-size): Declare.
13679
13680         * gnus-group.el (tool-bar-map):
13681         * gnus-sum.el (tool-bar-map): Define for compiler.
13682
13683         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13684
13685         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13686
13687         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13688         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13689         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13690         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13691         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13692         * sieve-manage.el, spam-report.el, spam.el:
13693         Remove unnecessary eval-and-compile of autoloads.
13694
13695 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13696
13697         * auth-source.el: Precise Tramp doc.
13698
13699 2008-06-07  Glenn Morris  <rgm@gnu.org>
13700
13701         * nnmairix.el: Remove unnecessary eval-when-compile.
13702
13703 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13704
13705         * lpath.el: Fbind propertize for XEmacs 21.4.
13706
13707 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13708
13709         * nnir.el: Move here from ../contrib.
13710
13711 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13712
13713         * gnus-util.el (gnus-read-shell-command): New function.
13714         * mm-decode.el (mm-pipe-part):
13715         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13716
13717 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13718
13719         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13720
13721 2008-06-03  Glenn Morris  <rgm@gnu.org>
13722
13723         * pop3.el (nnheader-accept-process-output): Autoload it.
13724
13725 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13726
13727         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13728         are not 2-digit hexadecimal characters that follow `%'s.
13729
13730 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13731
13732         * message.el (message-bogus-recipient-p): Fix type in doc string.
13733         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13734         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13735         Improve custom options.
13736         (message-bogus-recipient-p): Adjust accordingly.
13737
13738 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13739
13740         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13741         long-form month and day names.
13742
13743 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13744
13745         * dgnushack.el: Autoload debug, eudc-expand-inline and
13746         pgg-snarf-keys-region for XEmacs.
13747
13748         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13749
13750         * nnmairix.el: Require edmacro when compiling with XEmacs.
13751
13752 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13753
13754         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13755         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13756
13757 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13758
13759         * auth-source.el: Add more docs.
13760
13761         * netrc.el (netrc-machine): Always match if the port is not given.
13762
13763 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13764
13765         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13766         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13767         retrieval faster in some cases, but might make CPU usage larger.
13768         If this has any bad side effects, we might revert this change.
13769
13770         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13771         seems to make mail retrieval much, much faster.
13772         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13773         unconditionally.
13774
13775         * gnus-draft.el (gnus-group-send-queue):
13776         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13777
13778 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13779
13780         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13781
13782         * message.el (message-bogus-address-regexp): Fix and improve custom
13783         type.
13784         (message-setup-hook): Add message-check-recipients as custom option.
13785
13786 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13787
13788         * message.el (message-cite-function): Remove bogus autoload which crept
13789         in during merge from v5-10.
13790
13791 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13792
13793         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13794
13795         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13796
13797         * auth-source.el: Preliminary Tramp docs.
13798         (auth-sources): Change the default auth-sources to use
13799         EPA .gpg files.
13800
13801 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13802
13803         * nntp.el: Autoload `auth-source-user-or-password'.
13804         (nntp-send-authinfo): Use it.
13805
13806         * nnimap.el: Autoload `auth-source-user-or-password'.
13807         (nnimap-open-connection): Use it.
13808
13809         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13810         for the gnus-message function.
13811         (auth-source-user-or-password): Use it.
13812
13813 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13814
13815         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13816         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13817         (rfc2104-hash): Use it.
13818
13819 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13820
13821         * gnus-art.el (gnus-article-toggle-truncate-lines):
13822         Don't use `iff' in docstring.
13823
13824 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13825
13826         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13827
13828         * gnus-util.el (gnus-extract-address-component-name)
13829         (gnus-extract-address-component-email): Convenience functions around
13830         `gnus-extract-address-components'.
13831
13832         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13833         Use `gnus-extract-address-component-email' to fix bug of comparing full
13834         sender name to `user-mail-address'.
13835
13836 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13837
13838         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13839         catch/throw to optimize.
13840         (gnus-registry-find-keywords): Just use member to find a keyword.
13841
13842 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13843
13844         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13845         is current before calling gnus-server-prepare.
13846         (gnus-server-setup-buffer, gnus-server-update-server)
13847         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13848
13849 2008-05-04  Juri Linkov  <juri@jurta.org>
13850
13851         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13852         (mailcap-file-default-commands): Use mailcap-replace-in-string
13853         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13854         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13855
13856 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13857
13858         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13859
13860 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13861
13862         * gnus.el: Bump version to 0.11.
13863
13864 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13865
13866         * gnus.el: No Gnus v0.10 is released.
13867
13868 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13869
13870         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13871         hooks.
13872         (gnus-update-read-articles): Speed up non-marks-using users.
13873         (gnus-use-marks): Define gnus-use-marks.
13874         (gnus-propagate-marks): Rename variable to something more sensible.
13875
13876 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13877
13878         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13879         (gmm-image-load-path-for-library): Fix typos in docstrings.
13880         (gmm-message): Reflow docstring.
13881
13882 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13883
13884         * mail-source.el (mail-source-set-1, mail-source-bind):
13885         Move auth-source code out of the macro to clean it up and fix bugs.
13886
13887 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13888
13889         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13890         by sender if it's equal to user-mail-address, it's likely to be
13891         useless.
13892
13893         * mail-source.el (mail-source-bind): Don't use user or password if they
13894         are not bound.  Unintern them if they are nil.  Don't use server unless
13895         it's bound, and default it to empty string otherwise.
13896
13897 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13898
13899         * mail-source.el: Load auth-source.el.
13900         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13901         get user name or password, if auth-sources is set up.
13902
13903         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13904         strategy of splitting with parent.
13905         (gnus-registry-split-fancy-with-parent)
13906         (gnus-registry-post-process-groups): Use it and fix prior
13907         bug (returning a list as the split result).
13908
13909         * auth-source.el (auth-sources): Remove server parameter.
13910         (auth-source-pick, auth-source-user-or-password)
13911         (auth-source-user-or-password-imap)
13912         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13913         (auth-source-user-or-password-sftp)
13914         (auth-source-user-or-password-smtp): Remove server parameter.
13915
13916 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13917
13918         * smime.el (smime-sign-region, smime-encrypt-region)
13919         (smime-decrypt-region):
13920         Remove redundant calls to `generate-new-buffer-name'.
13921
13922 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13923
13924         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13925         Don't use QP for message/rfc822.
13926         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13927
13928 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13929
13930         * sieve-manage.el (sieve-string-bytes): Remove.
13931         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13932         correct byte-length only if the process's coding-system is the same as
13933         the one used internally by Emacs to represent strings.
13934
13935 2008-04-22  Juri Linkov  <juri@jurta.org>
13936
13937         * mailcap.el (mailcap-file-default-commands): New function.
13938
13939 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13940
13941         * message.el (message-signature-separator, message-cite-function):
13942         Change custom version.
13943
13944 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13945
13946         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13947         commands.
13948         (tls-checktrust): Ditto.
13949
13950 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13951
13952         * mm-decode.el (mm-display-external): Make temp file read-only.
13953
13954 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13955
13956         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13957         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13958         `C-c C-f d'.
13959
13960 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13961
13962         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13963
13964 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13965
13966         * gnus.el: Bump version to 0.9.
13967
13968 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13969
13970         * gnus.el: No Gnus v0.8 is released.
13971
13972 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13973
13974         * mail-source.el (mail-source-value):
13975         Prefer fboundp to functionp so it works with macros as well.
13976
13977 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13978
13979         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13980         Fix last change in case the element is not even a symbol.
13981
13982 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13983
13984         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13985         Prefer fboundp to functionp so it works with macros as well.
13986
13987 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13988
13989         * auth-source.el: Add docs.
13990         (auth-sources): Modify format to support server.
13991         (auth-source-pick, auth-source-user-or-password)
13992         (auth-source-user-or-password-imap)
13993         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13994         (auth-source-user-or-password-sftp)
13995         (auth-source-user-or-password-smtp): Add server parameter.
13996
13997 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13998
13999         * gnus-registry.el: Initialize the registry when gnus-registry-install
14000         is t.
14001
14002 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14003
14004         * compface.el (uncompface): Make buffer unibyte.
14005
14006 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14007
14008         * mail-source.el (mail-source-value):
14009         Prefer fboundp to functionp so it works with macros as well.
14010
14011 2008-04-05  Glenn Morris  <rgm@gnu.org>
14012
14013         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14014
14015 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14016
14017         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14018         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14019
14020         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14021         multibyteness after rather than before erasing it.
14022
14023         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14024         mm-with-multibyte.
14025         (gnus-request-article-this-buffer): Make sure the proper decoding is
14026         used if gnus-original-article-buffer happens to be unibyte.
14027
14028         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14029         default-enable-multibyte-characters.
14030
14031         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14032         default-enable-multibyte-characters.
14033
14034         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14035
14036         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14037
14038 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14039
14040         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14041         Fix last change in case the element is not even a symbol.
14042
14043 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14044
14045         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14046         (imap-message-copyuid-1): Use it.
14047         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14048         J. Williams in
14049         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14050
14051         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14052         imap-enable-exchange-bug-workaround.
14053         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14054
14055 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14056
14057         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14058         a 100 byte status-checks into a 2-3MB transfer for each group.
14059         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14060         to enable bug workaround or not.
14061         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14062
14063 2008-03-31  Glenn Morris  <rgm@gnu.org>
14064
14065         * message.el (mml2015-use): Declare for compiler.
14066         (message-info): Require mml2015 when appropriate.
14067
14068 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14069
14070         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14071         whitespace.
14072
14073 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14074
14075         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14076         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14077         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14078         (nntp-service-to-port): New function.
14079         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14080         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14081         (nntp-open-netcat-stream): New function.
14082         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14083
14084 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14085
14086         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14087
14088 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14089
14090         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14091
14092 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14093
14094         * dns.el (dns-write): Use set-buffer-multibyte.
14095
14096 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14097
14098         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14099
14100 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14101
14102         * message.el (message-signature-separator): Change default.
14103         Improve custom type.
14104         (message-cite-function): Change default to
14105         message-cite-original-without-signature.
14106
14107         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14108         toggle.
14109
14110         * message.el (message-check-news-body-syntax): Fix signature check.
14111         (message-setup-1): Mark buffer as unmodified _after_ running
14112         message-setup-hook and handling message-alternative-emails.
14113         (message-shorten-references): Be more strict when building list of
14114         valid references to comply with GNKSA.
14115
14116         * gnus-group.el (gnus-read-ephemeral-bug-group)
14117         (gnus-read-ephemeral-debian-bug-group)
14118         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14119
14120         * message.el (message-info): Don't use booleanp which isn't supported
14121         in Emacs 21 and XEmacs.
14122
14123 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14124
14125         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14126         gnus-group-gmane-group-download-format.
14127         (gnus-group-read-ephemeral-gmane-group): Rename from
14128         gnus-group-read-ephemeral-gmane-group.
14129         (gnus-read-ephemeral-gmane-group-url): Rename from
14130         gnus-group-read-ephemeral-gmane-group-url.
14131         (gnus-bug-group-download-format-alist): New variable.
14132         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14133         (gnus-read-ephemeral-emacs-bug-group): New commands.
14134
14135 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14136
14137         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14138         (gnus-visible-headers): Improve custom type.
14139
14140 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14141
14142         * mml.el (mml-menu): Add workarounds for XEmacs.
14143
14144         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14145         X-Boundary header.
14146
14147         * message.el (message-simplify-recipients): Fix previous commit.
14148
14149 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14150
14151         * mm-util.el (mm-set-buffer-multibyte): New function.
14152         * mm-decode.el (mm-copy-to-buffer): Use it.
14153
14154         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14155         Prefer fboundp to functionp so it works with macros as well.
14156
14157 2008-03-19  Glenn Morris  <rgm@gnu.org>
14158
14159         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
14160         Accidentally removed in the sync process with Emacs.
14161
14162 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14163
14164         * message.el (message-alter-recipients-discard-bogus-full-name):
14165         New function.
14166         (message-alter-recipients-function): New variable.
14167         (message-get-reply-headers): Use it.
14168         (message-replace-header): New helper function.
14169         (message-recipients-without-full-name): New variable.
14170         (message-simplify-recipients): New command.
14171
14172         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14173
14174         * message.el (message-info): Handle EasyPG manual.
14175
14176         * mml.el (mml-menu): Add entry for EasyPG.
14177
14178 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
14179
14180         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14181         parameter.
14182
14183         * message.el (message-disassociate-draft): Specify drafts group name
14184         fully.
14185
14186 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
14187
14188         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14189         Eliminate unnecessary duplicates from the match list.
14190
14191 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14192
14193         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
14194
14195         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
14196
14197         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14198         args of `how-many' of which the XEmacs version doesn't take; declare
14199         Info-index-next as function.
14200
14201 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14202
14203         * gnus-score.el (gnus-score-headers): Fix handling of
14204         gnus-inhibit-slow-scoring.
14205
14206         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14207         string.
14208         (gnus-button-url-regexp): Improve handling of parenthesis.
14209         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14210         (gnus-button-handle-info-keystrokes): Handle index entries.
14211
14212 2008-03-15  Glenn Morris  <rgm@gnu.org>
14213
14214         * parse-time.el (parse-time-string): Simplify.
14215
14216 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14217
14218         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14219         Incoming* files.
14220
14221 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
14222
14223         * auth-source.el (auth-sources): Rename from auth-source-choices.
14224         (auth-source-pick): Use it.
14225
14226 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14227
14228         * binhex.el (binhex-decode-region-internal):
14229         * uudecode.el (uudecode-decode-region-internal):
14230         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14231         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14232         setting default-enable-multibyte-characters.
14233
14234 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14235
14236         * auth-source.el (auth-source-protocols)
14237         (auth-source-protocols-customize, auth-source-choices): Add and
14238         modified variable customizations and defaults.
14239         (auth-source-pick, auth-source-user-or-password)
14240         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14241         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14242         (auth-source-user-or-password-sftp)
14243         (auth-source-user-or-password-smtp): Use new variables and provide an
14244         interface to netrc.el.
14245
14246 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14247
14248         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14249         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14250         Make sure the nntp port to specify is a string.
14251
14252 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14253
14254         * nntp.el: Use with-current-buffer.
14255         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14256         dubious mm-with-unibyte-current-buffer.
14257         (nntp-with-open-group-function): New function extracted from
14258         nntp-with-open-group macro.
14259         (nntp-with-open-group): Use the function, so it's easier to debug.
14260         Add indentation and debugging info.
14261         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14262         Recommend the use of the netcat alternatives.
14263
14264         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14265         Avoid mm-string-as-multibyte as well.
14266
14267         * nnweb.el (nnweb-insert-html):
14268         Remove use of nnheader-string-as-multibyte.
14269
14270         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14271         (nnheader-string-as-multibyte): Remove.
14272
14273         * mm-view.el: Use inhibit-read-only.
14274         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14275         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14276         or unibyte-string.
14277
14278         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14279         (mm-uu-yenc-extract): Use with-current-buffer.
14280
14281         * gnus-soup.el (gnus-soup-send-packet): Don't use
14282         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14283
14284         * nnmh.el: Use with-current-buffer.
14285         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14286         mm-string-as-multibyte on the output of mm-encode-coding-string.
14287
14288         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14289         (nnimap-request-move-article): Use with-current-buffer.
14290
14291         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14292         inserting the handle-buffer's text, so the implicit multibyte->unibyte
14293         conversion uses string-make-unibyte rather than string-as-unibyte.
14294
14295         * gnus-msg.el: Use with-current-buffer.
14296
14297         * message.el (message-ignored-resent-headers): Add "Delivered-To".
14298
14299 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
14300
14301         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14302         string for caching if it is 'PIN.
14303
14304 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14305
14306         * lpath.el: Consider the case without Emacs/W3.
14307
14308 2008-03-08  Glenn Morris  <rgm@gnu.org>
14309
14310         * time-date.el (date-to-time, time-subtract, time-add)
14311         (safe-date-to-time): Doc fixes.
14312
14313 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14314
14315         * mail-source.el (mail-source-delete-old-incoming-confirm):
14316         Change default to nil.
14317         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14318
14319 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14320
14321         * lpath.el: Rearrange.
14322
14323         * gnus-art.el (gnus-narrow-to-page): Position point properly.
14324         (gnus-article-goto-prev-page): Work for articles having ^L's.
14325
14326         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14327
14328         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14329
14330 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14331
14332         * gnus-bookmark.el: Adjust for renames in bookmark.el.
14333         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14334         (gnus-bookmark-jump): Adjust some variable names.
14335
14336 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
14337
14338         * auth-source.el: New package.
14339         (auth-source-choices): Add customization entry point variable.
14340
14341         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14342         bug.
14343
14344 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
14345
14346         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14347         (gnus-registry-initialize, gnus-registry-install-p): Use it.
14348         (gnus-registry-install-shortcuts): Rename from
14349         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
14350         the `gnus-registry-mark-map' keymap dynamically from
14351         `gnus-registry-marks'.  The generated functions update the summary line
14352         when a registry mark is added or deleted, and will call
14353         `gnus-registry-install-p' (see the comments in the code).
14354         (gnus-registry-user-format-function-M): Use concat intelligently.
14355
14356         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14357         the registry mark functions.
14358
14359 2008-03-05  Glenn Morris  <rgm@gnu.org>
14360
14361         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14362         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14363         gnus-art.
14364         (top-level): No need to load own source when compiling.
14365
14366 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14367
14368         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14369         Suggested by <chris.anderton@zetnet.co.uk>.
14370
14371 2008-03-04  Glenn Morris  <rgm@gnu.org>
14372
14373         * gnus-sum.el (top-level): No need to require gnus when compiling,
14374         since unconditionally required near start of file.
14375         (gnus-summary-display-while-building): Move definition before use.
14376
14377 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14378
14379         * gnus-registry.el (gnus-registry-user-format-function-M):
14380         Add formatting function.
14381
14382 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14383
14384         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14385         with plists.
14386         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14387         Use new format.
14388
14389 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14390
14391         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14392         `where-is-internal' that returns a range of key sequences.
14393
14394 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14395
14396         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14397
14398         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14399         (gnus-summary-jump-to-group): Consider windows on other displayed
14400         frames as well.  Similar changes might be needed elsewhere, but that's
14401         the one I've bumped into during my use.
14402
14403         * nndoc.el (nndoc-oe-dbx-type-p):
14404         * gnus-msg.el (gnus-debug):
14405         * gnus-group.el (gnus-update-group-mark-positions):
14406         Use mm-string-to-multibyte.
14407
14408 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14409
14410         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14411         doesn't handle NotDashEscaped.
14412
14413         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
14414         (mml-dnd-attach-options): Fix typo in custom choice.
14415
14416         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14417         Change nndoc-article-type to mbox.
14418         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14419
14420         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14421         to nil, instead of html2text.
14422
14423         * imap.el (imap-debug): Add `imap-ping-server'.
14424
14425         * gnus-bookmark.el: Add FIXMEs.
14426
14427         * message.el (message-form-letter-separator)
14428         (message-send-form-letter-delay): New variables.
14429         (message-send-form-letter): Use them.  New command to send form
14430         letters.  Requested by Uwe Siart.
14431         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14432
14433 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14434
14435         * Update copyright years.
14436
14437 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14438
14439         Sync from EMACS_22_BASE.
14440
14441         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
14442
14443 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14444
14445         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14446         empty author.
14447
14448 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14449
14450         * gnus-registry.el (gnus-registry-marks): Add variable for
14451         customization of marks and their appearance.
14452         (gnus-registry-read-mark): Use it.
14453         (gnus-registry-do-marks): Add utility function to loop through
14454         `gnus-registry-marks'.
14455         (gnus-registry-install-shortcuts-and-menus): Add function to install
14456         shortcuts and menus.
14457         (gnus-registry-initialize): Use it.
14458         (gnus-registry-default-mark): Clarify documentation.
14459
14460 2008-02-29  Glenn Morris  <rgm@gnu.org>
14461
14462         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14463         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14464         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14465         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14466         Change defcustom :version from 23.0 to 23.1.
14467
14468 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14469
14470         * gnus-registry.el (gnus-registry-follow-group-p)
14471         (gnus-registry-post-process-groups): Add functions to aid registry
14472         splitting and improve logging.  Clarify behavior in function
14473         documentation.
14474         (gnus-registry-split-fancy-with-parent): Use them.
14475
14476 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14477
14478         * gnus-art.el: Use with-current-buffer.
14479
14480 2008-02-27  David Engster  <dengste@eml.cc>
14481
14482         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14483         Express real group name in the response.
14484
14485 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14486
14487         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14488         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14489         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14490         autoload gnus-registry-fetch-group when compiling.
14491         (nnmairix-request-group-with-article-number-correction):
14492         Remove unreferenced argument passed to nnmairix-call-backend.
14493
14494 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14495
14496         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14497         (mm-uu-extract): Improve face for low color ttys.
14498         Reported by Sascha Wilde.
14499
14500 2008-02-27  Glenn Morris  <rgm@gnu.org>
14501
14502         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14503         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14504         variables to defconsts.  Convert comments to doc-strings.
14505         (nnmairix-last-server, nnmairix-current-server): Convert from free
14506         variables to defvars.  Convert comments to doc-strings.
14507         (gnus-registry-fetch-group): Autoload.
14508         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14509         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14510         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14511         caddr.
14512         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14513         nnmairix-request-group-with-article-number-correction call.
14514         (nnmairix-fast, nnmairix-group): New, less general names, for free
14515         variables passed from nnmairix-request-group to
14516         nnmairix-request-group-with-article-number-correction.  Declare.
14517         (nnmairix-request-group-with-article-number-correction):
14518         Use nnmairix-fast, nnmairix-group rather than fast, group.
14519
14520 2008-02-26  David Engster  <dengste@eml.cc>
14521
14522         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14523         version 0.5.
14524
14525 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14526
14527         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14528         instead of making an extra function call.  Don't add the current group
14529         to articles only when they have the group.  Use
14530         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14531         Reported by David <de_bb@arcor.de>.
14532
14533 2008-02-24  Miles Bader  <miles@gnu.org>
14534
14535         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14536         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14537         (mm-find-mime-charset-region):
14538         * mm-bodies.el (mm-encode-body):
14539         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14540
14541 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14542
14543         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14544         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14545
14546 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14547
14548         * mail-source.el (mail-source-delete-incoming): Change default.
14549         Supplement doc string.
14550
14551         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14552
14553 2008-02-14  Glenn Morris  <rgm@gnu.org>
14554
14555         * time-date.el (format-seconds): New function.
14556
14557 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14558
14559         * nnmail.el (nnmail-message-id-cache-file): Derive from
14560         `gnus-home-directory'.
14561
14562 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14563
14564         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14565         Document negative prefix.
14566
14567         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14568
14569 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14570
14571         * message.el (message-unsent-separator): Add the Exim bounce
14572         separator.
14573
14574 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14575
14576         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14577         list.
14578         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14579         recipient/signer list.
14580
14581 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14582
14583         * Makefile.in (datarootdir): Define.
14584         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14585         name that might contain whitespace.
14586
14587 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14588
14589         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14590         fbound (Emacs 23 unicode), signal an error.
14591
14592 2008-02-08  Glenn Morris  <rgm@gnu.org>
14593
14594         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14595
14596 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14597
14598         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14599         ports to the calls to `netrc-machine-user-or-password' in addition to
14600         "imap" and "imaps".
14601
14602 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14603
14604         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14605
14606         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14607
14608 2008-02-01  Kenichi Handa  <handa@m17n.org>
14609
14610         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14611         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14612         (rfc2104-hash): Convert the result of concat to unibyte string.
14613
14614 2008-02-01  Dave Love  <fx@gnu.org>
14615
14616         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14617         coding-system-for-read.
14618         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14619
14620 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14621
14622         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14623         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14624         <hanche@math.ntnu.no>.
14625
14626 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14627
14628         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14629
14630         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14631
14632 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14633
14634         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14635         * message.el (message-beginning-of-line): Use featurep instead of bound
14636         tests in order to resolve conditionals at compile time.
14637
14638 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14639
14640         * mail-source.el (mail-sources): Add `group' choice.
14641
14642         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14643         parameter `in-group' to control into which group the articles go.
14644         Add treatment of `group' mail-source.
14645
14646 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14647
14648         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14649
14650         * mm-decode.el (mm-dissect-buffer): Decode description.
14651
14652         * mml.el (mml-to-mime): Encode message header first.
14653
14654 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14655
14656         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14657         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14658
14659         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14660         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14661
14662 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14663
14664         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14665
14666 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14667
14668         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14669         prefix keys.
14670         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14671         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14672         gnus-xmas.el.
14673
14674         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14675         (gnus-xmas-article-describe-bindings): New function.
14676         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14677         gnus-xmas-article-describe-bindings.
14678
14679         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14680
14681 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14682
14683         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14684         Add new variables for article mark management.
14685         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14686         list of extra data entries which, when present, will indicate that the
14687         article ID should not be trimmed from the registry.
14688         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14689         functions.
14690         (gnus-registry-read-mark): New function to read a mark name from the
14691         user.
14692         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14693         (gnus-registry-set-article-mark-internal): New functions to add and
14694         remove marks.
14695         (gnus-registry-get-article-marks): New function to show the marks for
14696         an article, or retrieve them for further use.
14697
14698 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14699
14700         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14701         keys when no argument is given.
14702
14703 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14704
14705         * imap.el (imap-ping-server): New variable.
14706         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14707         (imap-ping-server): Minor doc string fixes.
14708
14709 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14710
14711         * imap.el (imap-ping-server): New function.
14712         (imap-opened): Call imap-ping-server.
14713
14714 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14715
14716         * gnus-sum.el (gnus-article-sort-by-random)
14717         (gnus-thread-sort-by-random): Fix doc strings.
14718         Reported by jidanni@jidanni.org.
14719
14720 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14721
14722         * gnus-art.el (gnus-article-describe-bindings): New function.
14723         (gnus-article-read-summary-keys): Use it.
14724         (gnus-article-mode-map): Bind `C-h b' to it.
14725
14726 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14727
14728         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14729         XEmacs.
14730         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14731         Protect against non-character events.
14732
14733         * lpath.el: Fbind map-keymap for Emacs 21.
14734
14735 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14736
14737         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14738         New command.
14739         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14740         instead of END.  Change name of the temp file.
14741         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14742         customizable.
14743
14744 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14745
14746         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14747         bind `S W' to gnus-article-wide-reply-with-original; set default
14748         binding to gnus-article-read-summary-send-keys.
14749         (gnus-article-read-summary-keys): Fix the order of keys; display
14750         continuation keys correctly in the echo area; describe bindings
14751         correctly when keys end with `C-h'.
14752         (gnus-article-read-summary-send-keys): New function.
14753         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14754         Work for gnus-article-read-summary-send-keys; display continuation keys
14755         correctly in the echo area.
14756         (gnus-article-reply-with-original): Ignore prefix argument.
14757         (gnus-article-wide-reply-with-original): New function.
14758
14759         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14760         Emacs 21.
14761
14762 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14763
14764         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14765         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14766
14767 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14768
14769         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14770         (gnus-group-read-ephemeral-gmane-group): New command.
14771
14772 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14773
14774         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14775
14776 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14777
14778         * message.el (message-send-mail-function): Increase custom version.
14779
14780         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14781         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14782
14783 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14784
14785         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14786         for the cases where imap-authenticate is called with a nil buffer
14787         parameter.
14788
14789 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14790
14791         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14792         html parts correctly; support forwarded messages.
14793         (gnus-article-browse-html-article): Remove work buffers.
14794
14795         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14796         compiling.
14797         (netrc-bound-and-true-p): New macro.
14798         (netrc-parse): Use it instead of bound-and-true-p that is not available
14799         in XEmacs 21.4.
14800
14801 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14802
14803         * gnus-registry.el (gnus-registry-mark-article)
14804         (gnus-registry-article-marks): Add functionality to mark articles
14805         through the Gnus registry.
14806
14807         * encrypt.el: Clarify documentation for the new pgg method.
14808         (encrypt-file-alist): Add PGG option.
14809         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14810         functionality.  Abstract password key and messaging to external
14811         functions.
14812         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14813         (encrypt-message-method-and-cipher): Add new convenience external
14814         functions.
14815         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14816         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14817
14818         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14819         (netrc-parse): Use encrypt-file-alist to determine if
14820         encrypt-find-model or encrypt-insert-file-contents should be used.
14821
14822         * encrypt.el: Clarify documentation.  Load password-cache or
14823         password, whichever one is found first, instead of autoloading.
14824
14825 2007-12-19  Glenn Morris  <rgm@gnu.org>
14826
14827         * mml.el (message-options-set, message-narrow-to-head)
14828         (message-in-body-p, message-mail-p, message-encode-message-body):
14829         Autoload.
14830         (message-remove-header, message-narrow-to-headers-or-head)
14831         (message-subscribed-p, message-make-mail-followup-to)
14832         (message-position-on-field, message-news-p)
14833         (message-options-set-recipient, message-generate-headers)
14834         (message-sort-headers): Declare as functions.
14835
14836 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14837
14838         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14839         convention in doc string.
14840
14841 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14842
14843         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14844         title to html parts.
14845         (gnus-article-browse-html-article): Pass message header to it.
14846
14847         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14848
14849 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14850
14851         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14852         or password compatible with XEmacs.
14853
14854 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14855
14856         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14857         format document.
14858         (gnus-mime-delete-part): Don't write description line if empty.
14859         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14860
14861 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14862
14863         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14864         (gnus-summary-mark-read-and-unread-as-read)
14865         (gnus-summary-mark-current-read-and-unread-as-read)
14866         (gnus-summary-mark-unread-as-ticked): Doc fix.
14867         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14868
14869 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14870
14871         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14872         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14873
14874 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14875
14876         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14877         yes-or-no-p.
14878
14879 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14880
14881         * mm-decode.el (mm-add-meta-html-tag): New function.
14882         (mm-save-part-to-file, mm-pipe-part): Use it.
14883
14884         * gnus-art.el (gnus-article-browse-delete-temp-files):
14885         Use gnus-y-or-n-p instead of y-or-n-p.
14886         (gnus-article-browse-html-parts): Work with message/external-body; use
14887         mm-add-meta-html-tag.
14888
14889 2007-12-11  Glenn Morris  <rgm@gnu.org>
14890
14891         * gnus-cache.el: Require gnus-sum not just when compiling.
14892
14893         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14894
14895         * gnus-int.el (gnus-server-opened, gnus-status-message):
14896         Move definitions before use.
14897
14898         * mm-decode.el: Require gnus-util.
14899         (mm-remove-part): Only call delete-annotation on XEmacs.
14900
14901         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14902
14903         * nnmail.el: Require gnus-int.
14904
14905         * spam.el: Move `require's before `eval-when-compile's.
14906
14907         * gnus-ems.el (gnus-alive-p):
14908         * gnus-fun.el (message-goto-eoh):
14909         * gnus-util.el (gnus-group-name-decode):
14910         * mail-source.el (gnus-compress-sequence):
14911         * message.el (Info-goto-node, format-spec):
14912         * mm-bodies.el (message-options-get):
14913         * mm-decode.el (mm-view-pkcs7):
14914         * mm-util.el (gmm-write-region):
14915         * mml-smime.el (mml-compute-boundary)
14916         (gnus-completing-read-with-default):
14917         * mml.el (widget-button-press, gnus-make-hashtable):
14918         * mml1991.el (mm-decode-content-transfer-encoding)
14919         (mm-encode-content-transfer-encoding)
14920         (message-options-get, message-options-set):
14921         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14922         * nnfolder.el (gnus-request-group):
14923         * nnheader.el (ietf-drums-unfold-fws):
14924         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14925         * smime.el (gnus-run-mode-hooks):
14926         * spam-stat.el (gnus-message): Autoload.
14927
14928         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14929         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14930         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14931         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14932         Add declare-function compatibility definition.
14933
14934         * gnus-cache.el (nnvirtual-find-group-art):
14935         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14936         (gnus-add-image, gnus-add-wash-type):
14937         * gnus-group.el (nnkiboze-score-file):
14938         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14939         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14940         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14941         (message-tokenize-header, gnus-get-buffer-create)
14942         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14943         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14944         * gnus.el (gnus-group-decoded-name):
14945         * mail-source.el (imap-capability):
14946         * mm-bodies.el (message-options-set):
14947         * mm-decode.el (gnus-configure-windows):
14948         * mm-extern.el (message-goto-body):
14949         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14950         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14951         (epg-sub-key-validity, message-options-set):
14952         * mml.el (widget-event-point, gnus-configure-windows):
14953         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14954         * mml2015.el (epg-check-configuration, epg-configuration)
14955         (message-options-set):
14956         * nndb.el (nndb-request-article):
14957         * nnfolder.el (gnus-request-create-group):
14958         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14959         * nnmaildir.el (gnus-group-mark-article-read):
14960         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14961         * rfc1843.el (message-fetch-field):
14962         * spam.el (gnus-extract-address-components):
14963         Declare as functions.
14964
14965 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14966
14967         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14968
14969         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14970
14971         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14972         bind show-trailing-whitespace for XEmacs.
14973
14974 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14975
14976         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14977         new no-op macro for backward compatibility.
14978
14979         * imap.el (imap-string-to-integer): New function.
14980
14981 2007-12-09  Glenn Morris  <rgm@gnu.org>
14982
14983         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14984
14985         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14986         * message.el, mm-view.el, sieve-manage.el, smime.el:
14987         Add declare-function compatibility definition.
14988
14989         * gnus-art.el (w3-region, w3m-region, Info-menu):
14990         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14991         * gnus-sum.el (gnus-get-predicate):
14992         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14993         * message.el (mail-abbrev-in-expansion-header-p):
14994         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14995         (w3m-detect-meta-charset, w3m-region):
14996         * sieve-manage.el (password-read, password-cache-add)
14997         (password-cache-remove):
14998         * smime.el (password-read-and-add): Declare as functions.
14999
15000 2007-12-08  David Kastrup  <dak@gnu.org>
15001
15002         * gnus-sum.el (gnus-summary-simplify-subject-query):
15003         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15004         `message'.
15005
15006 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15007
15008         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15009         it to bind idna-program, installation-directory, defined-colors, and
15010         face-attribute for XEmacs of the version that compiles defcustom forms.
15011
15012 2007-12-07  Glenn Morris  <rgm@gnu.org>
15013
15014         * gnus-art.el (article-make-date-line): Revert previous change.
15015
15016 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15017
15018         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15019
15020 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15021
15022         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15023         Call gnus-add-to-range ranges only once with a prepared article-list.
15024
15025 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15026
15027         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15028         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15029         group names with backslashes.
15030         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15031
15032 2007-12-06  Deepak Goel  <deego3@gmail.com>
15033
15034         * gnus-art.el (article-make-date-line):
15035         * gnus-start.el (gnus-load):
15036         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15037
15038 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15039
15040         * gnus-art.el (gnus-use-idna):
15041         * gnus-start.el (gnus-site-init-file):
15042         * message.el (message-use-idna):
15043         * mm-uu.el (mm-uu-hide-markers):
15044         * smiley.el (smiley-style): Revert changes that suppress warnings.
15045
15046 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15049         specify charset to html source.
15050         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15051
15052 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15053
15054         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15055         idna-program in order to suppress byte compile warning issued by XEmacs
15056         that came to byte compile the default value section of defcustom forms
15057         recently.
15058
15059         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15060         value of installation-directory.
15061
15062         * message.el (message-use-idna): Don't directly refer to the value of
15063         idna-program.
15064
15065         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15066
15067         * smiley.el (smiley-style): Don't directly call face-attribute.
15068
15069 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15070
15071         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15072
15073         * gnus-dired.el: Reduce Gnus dependencies.
15074         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15075         Don't require.  Use autoloads instead.
15076         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15077         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15078         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15079         (gnus-dired-mode): Adjust doc string.
15080         (gnus-dired-mail-mode): New variable.
15081         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15082         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15083         (gnus-dired-mail-buffers): New function.  Return mail or message
15084         composition buffers.
15085         (gnus-dired-attach): Use it.
15086         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15087         NO-DECODE.
15088         (gnus-dired-print): Use `gnus-print-buffer' depending on
15089         `gnus-dired-mail-mode'.
15090
15091 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15092
15093         * rfc2047.el (rfc2047-encoded-word-regexp)
15094         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15095         explaining what regexp patterns are for.
15096
15097 2007-12-04  Glenn Morris  <rgm@gnu.org>
15098
15099         * password.el: Move to password-cache.el.
15100
15101         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15102         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15103         * mml-smime.el (password-read, password-cache-add)
15104         (password-cache-remove):
15105         No need to autoload, since mml-sec requires password.
15106
15107         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15108         * message.el (gnus-extract-address-components):
15109         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15110
15111         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15112         password.
15113
15114 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15115
15116         * mailcap.el: Reduce dependencies.
15117         (mail-header-parse-content-type): Autoload.
15118         (mailcap-delete-duplicates): New alias.
15119         (mailcap-mime-info): Add optional argument NO-DECODE.
15120         (mailcap-mime-types): Use mailcap-delete-duplicates.
15121
15122         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15123
15124 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15125
15126         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15127         (imap-parse-status): Upcase status-att for servers that sends them
15128         lower-case (e.g., MS Exchange 2007).
15129
15130 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15131
15132         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15133         function.
15134
15135         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15136         (gnus-uu-yenc-article): New function.
15137
15138         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15139
15140         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15141
15142 2007-12-02  Glenn Morris  <rgm@gnu.org>
15143
15144         * binhex.el (binhex): New custom group.
15145         (binhex-decoder-program, binhex-decoder-switches)
15146         (binhex-use-external): Move to the binhex custom group.
15147
15148         * uudecode.el (uudecode): New custom group.
15149         (uudecode-decoder-program, uudecode-decoder-switches)
15150         (uudecode-use-external): Move to the uudecode custom group.
15151
15152         * netrc.el (top-level): Don't load `encrypt' features.
15153         (netrc-parse): Don't use encrypt.
15154         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
15155
15156         * encrypt.el: Remove file.
15157
15158 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
15159
15160         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
15161         matches on patches.
15162
15163         * gnus-art.el (gnus-article-browse-html-article):
15164         Mention `mm-text-html-renderer' in the doc string.
15165
15166         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
15167         string.  Add comments.
15168
15169         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
15170         if rhs is ASCII.
15171
15172 2007-12-01  Glenn Morris  <rgm@gnu.org>
15173
15174         * mail-source.el (top-level): Require format-spec before
15175         eval-when-compile.
15176
15177 2007-11-30  Glenn Morris  <rgm@gnu.org>
15178
15179         * encrypt.el: Require password, rather than autoloading password-read.
15180
15181 2007-11-29  Glenn Morris  <rgm@gnu.org>
15182
15183         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
15184         (sasl-make-client, sasl-next-step, sasl-step-data)
15185         (sasl-step-set-data): Declare as functions.
15186
15187 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
15188
15189         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
15190
15191 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
15192
15193         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
15194         certs should be verified and what is to be done in the event of a
15195         verification failure.
15196
15197         * gnus.el (gnus-method-to-server): Add an optional parameter so the
15198         caller can indicate whether the cache should be disregarded for this
15199         call.  This way the result of the call is reproducible at all times and
15200         can be considered a canonical server name for the supplied method.
15201         (gnus-agent-method-p): Canonicalize server names by pushing their
15202         method through `gnus-method-to-server' using the no-cache argument.
15203
15204         * gnus-srvr.el (gnus-server-insert-server-line):
15205         Call `gnus-method-to-server' with `no-cache' argument.
15206
15207         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
15208         gnus-agent-possibly-synchronize-flags as this should be called when the
15209         server is actually being opened.
15210         (gnus-agent-possibly-synchronize-flags)
15211         (gnus-agent-possibly-synchronize-flags-server): Move check for the
15212         flags file of an agentized server to the latter function.
15213
15214         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
15215         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
15216         after a connection has been established successfully.
15217
15218 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15219
15220         * gnus-art.el (article-display-face): Force to display face if called
15221         interactively; check if gnus-article-x-face-too-ugly matches author.
15222         (article-display-x-face): Display face even if From header is missing
15223         as article-display-face does.
15224
15225 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
15226
15227         * hashcash.el (message-narrow-to-headers-or-head)
15228         (message-fetch-field, message-goto-eoh)
15229         (message-narrow-to-headers): Declare as functions.
15230
15231 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
15232
15233         * mail-source.el (mail-sources): Default to fetch from file for
15234         compatibility with default of nnmail-spool-file.
15235
15236 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15237
15238         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
15239         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
15240         to look for encoded word that should be encoded again.
15241         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
15242         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
15243         encoding pattern.
15244         (rfc2047-decode-region): Switch strict regexp and loose one according
15245         to rfc2047-allow-irregular-q-encoded-words.
15246
15247 2007-11-25  Romain Francoise  <romain@orebokech.com>
15248
15249         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
15250
15251 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15252
15253         * tls.el (tls-program): Provide more custom choices from
15254         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
15255         (tls-process-connection-type, tls-success): Remove "*" in doc string.
15256
15257 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15258
15259         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15260         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15261
15262         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15263         `nnmail-spool-file'.
15264
15265         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15266         `nnmail-spool-file'.
15267
15268         * gnus-move.el (gnus-change-server): Ditto.
15269
15270         * gnus-kill.el (gnus-batch-score): Ditto.
15271
15272         * gnus-cache.el (gnus-jog-cache): Ditto.
15273
15274         * gnus-msg.el (gnus-summary-reply):
15275         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15276
15277 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15278
15279         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
15280         version.  Minor improvement to doc strings.
15281         (tls-program): Add comment.
15282
15283 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
15284
15285         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
15286         (tls-checktrust): New variable.  Check if GNU TLS complained about a
15287         mismatch between the hostname provided in the certificate and the name
15288         of the host connnecting to.
15289         (open-tls-stream): Use them.  Check certificates against trusted root
15290         certificates.
15291
15292 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15293
15294         * gnus-cache.el (gnus-cache-generate-nov-databases):
15295         Use nnml-generate-nov-databases-directory instead of
15296         nnml-generate-nov-databases-1.
15297
15298 2007-11-24  Glenn Morris  <rgm@gnu.org>
15299
15300         * message.el (message-tool-bar-retro): Update for rename
15301         mail_send.xpm->mail-send.xpm.
15302
15303 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
15304
15305         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15306         `smime-ldap-search' for Emacs 22 and up.
15307
15308 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15309
15310         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15311
15312         * message.el (message-send-mail-function): Fix error convention.
15313         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15314         (message-widen-reply, message-send-mail, message-talkative-question)
15315         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15316         (message-clone-locals, message-send-news): Use with-current-buffer.
15317         (message-insert-or-toggle-importance): Remove unused var `valid'.
15318         (message-make-references): Remove unused var `new-references'.
15319         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15320
15321 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
15322
15323         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15324         (spam-split-symbolic-return-positive): Reflow docstring.
15325         (spam-backends, spam-summary-exit-behavior)
15326         (spam-mark-ham-unread-before-move-from-spam-group)
15327         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15328         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15329         (spam-clear-cache, spam-backend-check, spam-install-backend)
15330         (spam-install-statistical-backend, spam-list-of-processors)
15331         (spam-group-processor-p, spam-split, spam-bogofilter-score)
15332         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15333         (spam-check-crm114, spam-initialize, spam-unload-hook):
15334         Fix typos in docstrings.
15335
15336 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15337
15338         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15339         been checked if they have never been read and those group levels are
15340         higher than the one that a user specified.
15341
15342 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15343
15344         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15345         foreign groups unless a group level is specified by a user.
15346         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15347
15348 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
15349
15350         * message.el (message-send-mail-function): Require sendmail.
15351
15352 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
15353
15354         * message.el (message-send-mail-function): Check for smtpmail too.
15355
15356         * utf7.el (utf7-encode, utf7-decode): Use coding system
15357         `utf-7'/`utf-7-imap' from utf-7.el' if available.
15358
15359         * message.el (message-send-mail-function): New function.
15360         (message-send-mail-function): Set default using
15361         message-send-mail-function.  Adjust doc string.
15362         (message-send-mail-with-mailclient): New function.
15363
15364 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15365
15366         * smime.el (from):
15367         * rfc2047.el (message-posting-charset):
15368         * qp.el (mm-use-ultra-safe-encoding):
15369         * pop3.el (parse-time-months):
15370         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15371         * nnml.el (files):
15372         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15373         (jka-compr-compression-info-list, ange-ftp-path-format)
15374         (efs-path-regexp):
15375         * nndiary.el (files):
15376         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15377         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15378         (epg-digest-algorithm-alist, inhibit-redisplay)
15379         (password-cache-expiry):
15380         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15381         (pgg-output-buffer, password-cache-expiry):
15382         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15383         (efs-path-regexp):
15384         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15385         (inhibit-redisplay):
15386         * mm-uu.el (file-name, start-point, end-point, entry)
15387         (gnus-newsgroup-name, gnus-newsgroup-charset):
15388         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15389         (latin-unity-ucs-list):
15390         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15391         (mm-uu-binhex-decode-function):
15392         * message.el (gnus-message-group-art, gnus-list-identifiers)
15393         (rmail-enable-mime-composing, gnus-local-organization)
15394         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15395         (gnus-read-active-file, facemenu-add-face-function)
15396         (facemenu-remove-face-function, gnus-article-decoded-p)
15397         (tool-bar-mode):
15398         * mail-source.el (display-time-mail-function):
15399         * gnus-util.el (nnmail-pathname-coding-system)
15400         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15401         (gnus-original-article-buffer, gnus-user-agent)
15402         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15403         (xemacs-codename, sxemacs-codename, emacs-program-version):
15404         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15405         * gnus-start.el (gnus-agent-covered-methods)
15406         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15407         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15408         (gnus-newsgroup-headers, gnus-group-list-mode)
15409         (gnus-group-mark-positions, gnus-newsgroup-data)
15410         (gnus-newsgroup-unreads, nnoo-state-alist)
15411         (gnus-current-select-method, mail-sources)
15412         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15413         (nnmail-spool-file, gnus-cache-active-hashtb):
15414         * gnus-mh.el (mh-lib-progs):
15415         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15416         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15417         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15418         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15419         (gnus-group-buffer):
15420         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15421         (font-lock-set-defaults):
15422         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15423         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15424         (gnus-summary-post-menu, total-parts, type, condition, length):
15425         * gnus-agent.el (gnus-agent-read-agentview):
15426         * flow-fill.el (show-trailing-whitespace):
15427         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15428         eval-and-compile wrappers for byte compiler pacifiers.
15429
15430         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15431         (mm-display-inline-fontify): Check for featurep 'xemacs not
15432         extent-list.
15433
15434         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15435         itimer-list.
15436         (mm-create-image-xemacs): Only do something for XEmacs.
15437         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15438
15439         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15440
15441         * gnus-registry.el (gnus-adaptive-word-syntax-table):
15442         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15443
15444 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15445
15446         * nnimap.el (nnimap-split-download-body):
15447         * gnus-demon.el (gnus-demon):
15448         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15449
15450 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15451
15452         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15453         New macros.
15454         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15455         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15456         copy data from unibyte buffer to multibyte current buffer.
15457         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15458         to copy data from unibyte current buffer to multibyte buffer.
15459         (nntp-make-process-buffer): Make process buffer unibyte.
15460
15461         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15462
15463 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15464
15465         * pop3.el (pop3-open-server): Accept and process data more robustly at
15466         connection start to avoid spurious "POP SSL connection failed" errors.
15467
15468 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15469
15470         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15471         read group names.
15472
15473 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15474
15475         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15476
15477 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15478
15479         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15480         (nnmail-save-active): Use a unibyte buffer when saving active file,
15481         which may contain non-ASCII group names.
15482
15483         * nnml.el (nnml-request-group): Decode group names in messages.
15484
15485 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15486
15487         * message.el (message-citation-line-function)
15488         (message-insert-formatted-citation-line): Fix spelling of
15489         `message-insert-formated-citation-line'.
15490
15491 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15492
15493         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15494
15495 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15496
15497         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15498         nnmail-pathname-coding-system.
15499
15500         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15501         that a user enters; decode group names in messages.
15502
15503         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15504
15505 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15506
15507         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15508
15509         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15510
15511         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15512         risky local variable.
15513
15514         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15515
15516 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15517
15518         * encrypt.el: Improve documentation to fix function name typo.
15519         Reported by Daiki Ueno <ueno@unixuser.org>.
15520
15521 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15522
15523         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15524         even if the point is not in the last page of an article.
15525         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15526         back to the previous page.
15527
15528 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15529
15530         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15531
15532 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15533
15534         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15535
15536 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15537
15538         * message.el (message-check-news-body-syntax):
15539         Avoid mm-string-as-multibyte.
15540         (message-hide-headers): Don't assume (point-min)==1.
15541
15542 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15543
15544         * message.el (message-remove-blank-cited-lines): Fix if remove is
15545         given.
15546         (message-bogus-address-regexp): New variable.
15547         (message-bogus-recipient-p): New function.
15548         (message-check-recipients): New command.
15549         (message-syntax-checks): Add `bogus-recipient'.
15550         (message-fix-before-sending): Add `bogus-recipient'.
15551
15552         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15553         (gnus-treat-body-boundary): Don't test window-system.
15554
15555 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15556
15557         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15558
15559 2007-10-28  Miles Bader  <miles@gnu.org>
15560
15561         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15562         at compile-time too.
15563
15564 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15565
15566         * gnus-msg.el (gnus-message-setup-hook):
15567         Add `message-remove-blank-cited-lines' to options.
15568
15569 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15570
15571         * message.el (message-remove-blank-cited-lines): New function.
15572         Suggested by Karl Plästerer.
15573
15574 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15575
15576         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15577         mapc.
15578
15579         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15580         (top-level): Use mapc to set functions to be traced for debugging.
15581
15582         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15583         called for effect with while loop.
15584
15585         * message.el (message-talkative-question): Replace mapcar called for
15586         effect with mapc.
15587
15588         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15589         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15590         called for effect with dolist.
15591
15592         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15593
15594         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15595         gnus-extra-headers and nnmail-extra-headers.
15596
15597         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15598         called for effect with dolist.
15599         (top-level): Use mapc to set functions to be traced for debugging.
15600
15601         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15602         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15603         dolist.
15604
15605         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15606         Replace mapcar called for effect with mapc.
15607         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15608         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15609         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15610         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15611
15612         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15613         remove-if that's a cl function.
15614
15615         * webmail.el (webmail-debug): Replace mapcar called for effect with
15616         dolist.
15617
15618         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15619         with mapc.
15620
15621 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15622
15623         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15624         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15625         with while loop.
15626
15627         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15628         functions from article-* functions.
15629         (gnus-multi-decode-header): Replace mapcar called for effect with
15630         dolist.
15631
15632         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15633         (gnus-bookmark-show-details): Replace mapcar called for effect with
15634         while loop.
15635
15636         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15637         called for effect with while loop.
15638
15639         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15640         with dolist.
15641
15642         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15643         Replace mapcar called for effect with dolist.
15644
15645         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15646
15647         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15648         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15649         Replace mapcar called for effect with dolist.
15650         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15651         mapc.
15652
15653         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15654         Replace mapcar called for effect with dolist.
15655         (gnus-topic-list): Replace mapcar called for effect with mapc.
15656
15657         * gnus.el: Use mapc instead of mapcar to add autoloads.
15658
15659 2007-10-23  Richard Stallman  <rms@gnu.org>
15660
15661         * gnus-group.el (gnus-group-highlight): Mark as risky.
15662
15663 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15664
15665         * gnus.el (gnus-server-to-method): Return method found first in
15666         gnus-newsrc-alist.
15667
15668         * gnus-art.el (gnus-article-highlight-signature)
15669         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15670         button overlay without the front stickiness.
15671
15672 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15673
15674         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15675         overview buffer needed a catch to receive its throw.
15676         (gnus-agent-flush-cache): Declare as interactive to make this function
15677         easier to use.
15678
15679 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15680
15681         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15682         `next-line'.
15683
15684 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15685
15686         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15687         exclude address matching message-dont-reply-to-names.
15688
15689 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15690
15691         * gnus-util.el (gnus-string<): New function.
15692
15693         * gnus-sum.el (gnus-article-sort-by-author)
15694         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15695
15696 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15697
15698         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15699         the frame-focus tag is set in gnus-buffer-configuration.
15700
15701 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15702
15703         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15704         the front stickiness.
15705
15706 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15707
15708         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15709         url pattern; remove duplicate one.
15710         (gnus-article-extend-url-button): New function.
15711         (gnus-article-add-buttons): Use it.
15712         (gnus-button-push): Use concatenated url that it makes.
15713
15714 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15715
15716         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15717
15718 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15719
15720         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15721         Don't hardcode point-min==1.
15722
15723 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15724
15725         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15726         Fix comment about "iso8859-1".
15727
15728 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15729
15730         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15731         ones returned from the verify-function.
15732
15733         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15734         Call mml2015-extract-cleartext-signature if extraction failed.
15735
15736 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15737
15738         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15739         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15740         failed.
15741
15742 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15743
15744         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15745
15746 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15747
15748         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15749         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15750         recommends to use EasyPG instead of PGG.
15751
15752         * pgg.el: Revert to revision 6.23.2.16.
15753
15754         * pgg-def.el: Revert to revision 6.6.2.14.
15755
15756         * pgg-gpg.el: Revert to revision 6.23.2.34.
15757
15758 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15759
15760         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15761         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15762         thread for both the null and zero (kill/expire thread) universal prefix
15763         cases.
15764         (gnus-summary-expire-thread): Add new function to expire a thread,
15765         using gnus-summary-kill-thread.
15766         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15767         shortcuts for gnus-summary-expire-thread.
15768         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15769         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15770
15771 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15772
15773         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15774         extras value, so an extras entry can be deleted.
15775         (gnus-registry-delete-extra-entry): Use it.
15776         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15777         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15778         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15779         storage through the gnus-registry, and provide an appropriate API for
15780         it.
15781
15782 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15783
15784         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15785         Suggested by Leo <sdl.web@gmail.com>.
15786
15787         * gnus.el: Do.
15788
15789 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15790
15791         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15792         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15793
15794         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15795
15796         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15797         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15798
15799 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15800
15801         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15802         newline.
15803         (nnmbox-request-accept-article): Don't change article in source buffer;
15804         narrow to header to use message-fetch-field rather than
15805         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15806         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15807         as delimiters; make sure article ends with newline.
15808         (nnmbox-delete-mail): Correct last position of article to be deleted;
15809         ignore X-Gnus-Newsgroup header in article body.
15810         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15811         positions; make sure article ends with newline.
15812
15813         * message.el (message-display-abbrev): Don't infloop when a user
15814         inserts SPC in the beginning of header.
15815
15816         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15817         coding-system-for-read and coding-system-for-write for XEmacs having no
15818         file-coding feature.
15819
15820         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15821
15822 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15823
15824         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15825         list of groups not followed by default.  Fix type to be regexp.
15826         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15827
15828 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15829
15830         * hmac-def.el (define-hmac-function): Switch from old-style to
15831         new-style backquotes.
15832
15833         * md4.el (md4-make-step): Likewise.
15834
15835 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15836
15837         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15838         raw-text coding system when saving .newsrc file, which may contain
15839         non-ASCII group names.
15840
15841 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15842
15843         * gnus-cus.el (gnus-score-extra): New widget.
15844         (gnus-score-extra-convert): New function.
15845         (gnus-score-customize): Use it for Extra.
15846
15847 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15848
15849         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15850         (mml2015-mailcrypt-clear-verify): Use it.
15851         (mml2015-gpg-clear-verify): Use it.
15852         (mml2015-pgg-clear-verify): Use it.
15853         (mml2015-epg-clear-verify): Replace the current part with the output
15854         from GnuPG; don't extract the plaintext by itself.
15855
15856         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15857         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15858         mml2015-clear-verify-function; don't touch the armor headers or
15859         dash-escaped text here.
15860
15861 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15862
15863         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15864         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15865         parts, or application/octet-stream as a last resort.
15866         (gnus-mime-view-part-as-type): Don't toggle display.
15867         (gnus-mime-view-part-as-charset): Don't turn off display before
15868         querying charset.
15869
15870         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15871         stuff to undisplayer function in Emacs.
15872         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15873
15874         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15875         text/calendar parts.
15876
15877 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15878
15879         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15880         decoding text/calendar parts.
15881
15882         * message.el (message-forward-make-body-mime): Always mark body as
15883         having no illegible text; remove signed-or-encrypted argument.
15884         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15885
15886         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15887         (mml-generate-mime-1): Don't encode body if it is specified to be in
15888         raw form; don't make buffer be unibyte when inserting multibyte string.
15889
15890 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15891
15892         * sha1.el: Fix up comment style.
15893         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15894         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15895
15896         * hex-util.el: Fix up comment style.
15897         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15898
15899         * gnus-salt.el: Use with-current-buffer.
15900         (gnus-pick-setup-message): Fix long-standing typo.
15901
15902 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15903
15904         * imap.el (imap-logout-timeout): New variable.
15905         (imap-logout, imap-logout-wait): New functions.
15906         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15907
15908         * nnimap.el (nnimap-logout-timeout): New server variable.
15909         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15910         nnimap-logout-timeout.
15911
15912         * gnus-art.el (gnus-article-summary-command-nosave)
15913         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15914
15915 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15916
15917         * gnus.el (gnus-maximum-newsgroup): New variable.
15918
15919         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15920         according to gnus-maximum-newsgroup.
15921
15922         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15923         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15924         Limit the range of articles according to gnus-maximum-newsgroup.
15925
15926 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15927
15928         * gnus-art.el (gnus-sticky-article): Fix problems described in
15929         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15930         Don't perform gnus-configure-windows here; reuse existing sticky
15931         article buffer.
15932
15933         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15934         it doesn't exist in gnus-article-mode.
15935
15936 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15937
15938         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15939         (gnus-agent-decoded-group-name): New function.
15940         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15941         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15942
15943 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15944
15945         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15946         Add binding for gnus-sticky-article.
15947         (gnus-summary-exit): Don't kill sticky article buffers.
15948
15949         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15950         article buffer.
15951         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15952         (gnus-kill-sticky-article-buffers): New commands.
15953
15954 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15955
15956         * nntp.el (nntp-xref-number-is-evil): New server variable.
15957         (nntp-find-group-and-number): If it is non-nil, don't trust article
15958         numbers in the Xref header.
15959
15960 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15961
15962         * gnus-agent.el (gnus-agent-read-group): New function.
15963         (gnus-agent-flush-group, gnus-agent-expire-group)
15964         (gnus-agent-regenerate-group): Use it.
15965         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15966         nnmail-pathname-coding-system.
15967
15968 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15969
15970         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15971
15972         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15973         that are unread as unread, and also as selected so that information of
15974         marks having been changed by a user may be updated when exiting group.
15975
15976 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15977
15978         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15979
15980 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15981
15982         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15983         calculated ignoring signature parts to gnus-treat-article.
15984
15985 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15986
15987         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15988         a point here in order to keep the window start.
15989         (gnus-insert-mime-security-button): Make a button overlay without the
15990         front stickiness.
15991         (gnus-mime-display-security): Goto the end of a button.
15992
15993         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15994
15995 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15996
15997         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15998         group-name-at-point.
15999         (gnus-group-completing-read): New function that offers decoded
16000         non-ASCII group names for completion.
16001         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16002         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16003         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16004         (gnus-group-fetch-control): Use it.
16005         (gnus-fetch-group): Use group-name-at-point for the initial value
16006         rather than the default value; use gnus-alive-p.
16007
16008         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16009         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16010         (gnus-summary-post-news): Use gnus-group-completing-read.
16011
16012         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16013         (gnus-read-move-group-name): Decode group name for completion.
16014
16015 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16016
16017         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16018         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16019         Yamaoka slightly modified the code).
16020
16021 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16022
16023         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16024         (nnmail-split-incoming): Bind it.
16025
16026         * nnml.el (nnml-group-name-charset): New function.
16027         (nnml-decoded-group-name): Use it; don't decode group name if
16028         nnmail-group-names-not-encoded-p is non-nil.
16029         (nnml-encoded-group-name): New function.
16030         (nnml-group-pathname): Inline nnml-decoded-group-name.
16031         (nnml-request-expire-articles): Decode group name in message.
16032         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16033         nnmail-pathname-coding-system.
16034         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16035         not decoded ones according to nnmail-group-names-not-encoded-p.
16036         (nnml-generate-active-info): Use nnml-encoded-group-name.
16037
16038 2007-08-08  Glenn Morris  <rgm@gnu.org>
16039
16040         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16041         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16042         doc-strings and comments.
16043
16044 2007-07-25  Glenn Morris  <rgm@gnu.org>
16045
16046         * Relicense all FSF files to GPLv3 or later.
16047
16048 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16049
16050         * gnus-sum.el (gnus-summary-move-article):
16051         Make gnus-summary-respool-article work.
16052
16053 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16054
16055         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16056         string.
16057
16058 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16059
16060         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16061         that should be ignored when comparing distant RSS articles with local
16062         ones.
16063         (nnrss-make-hash-index): New function.  Create a hash index according
16064         to the ignored fields.
16065         (nnrss-check-group): Use it.
16066
16067 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16068
16069         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16070
16071         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16072
16073         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16074         the new optional argument ENCODED is non-nil.
16075         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16076         coding system for encoding group name.
16077         (gnus-group-make-rss-group): Pass un-encoded group name to
16078         gnus-group-make-group.
16079         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16080         encoded.
16081
16082         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16083         Encode group name to which articles are moved or copied.
16084         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16085         coding system for encoding Newsgroup, Followup-To and Xref headers.
16086
16087         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16088         marks; use nnheader-file-coding-system to write a file.
16089         (nnagent-retrieve-headers): Bind file-name-coding-system to
16090         nnmail-pathname-coding-system.
16091
16092         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16093
16094         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16095         (nnml-request-article, nnml-request-create-group)
16096         (nnml-request-rename-group, nnml-find-id)
16097         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16098         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16099         (nnml-save-marks): Use nnml-group-pathname instead of
16100         nnmail-group-pathname.
16101
16102         (nnml-request-create-group, nnml-request-expire-articles)
16103         (nnml-request-move-article, nnml-request-delete-group)
16104         (nnml-deletable-article-p, nnml-possibly-create-directory)
16105         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16106         (nnml-open-marks): Bind file-name-coding-system to
16107         nnmail-pathname-coding-system.
16108
16109         (nnml-request-article): Pass server argument to nnml-find-group-number.
16110         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16111         Pass server argument to nnml-possibly-create-directory.
16112         (nnml-request-accept-article): Pass server argument to
16113         nnml-active-number and nnml-save-mail.
16114         (nnml-find-group-number): Pass server argument to nnml-find-id.
16115         (nnml-request-update-info): Pass server argument to
16116         nnml-marks-changed-p.
16117
16118         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16119         (nnml-save-mail, nnml-active-number): Add server argument.
16120
16121         (nnml-request-delete-group): Warn if group is missing.
16122         (nnml-get-nov-buffer): Decode group name.
16123         (nnml-generate-active-info): Encode group name.
16124         (nnml-open-marks): Decode group name in messages.
16125
16126 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16127
16128         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16129         if it is not specified.
16130         (gnus-article-pipe-part, gnus-article-save-part)
16131         (gnus-article-interactively-view-part, gnus-article-copy-part)
16132         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16133         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16134         (gnus-article-replace-part, gnus-article-delete-part)
16135         (gnus-article-view-part-as-type): Pass raw prefix argument to
16136         gnus-article-part-wrapper.
16137
16138 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16139
16140         * gnus-agent.el (gnus-agent-save-active):
16141         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16142
16143         * gnus-cache.el (gnus-cache-save-buffers)
16144         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16145         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16146         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16147         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16148         (gnus-cache-generate-active, gnus-cache-rename-group)
16149         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16150         (gnus-cache-update-overview-total-fetched-for):
16151         Bind file-name-coding-system to nnmail-pathname-coding-system.
16152         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
16153         New variables.
16154         (gnus-cache-decoded-group-name): New function.
16155         (gnus-cache-file-name): Use it.
16156         (gnus-cache-generate-active): Use non-decoded group name for active.
16157
16158         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
16159         right place.
16160         (gnus-write-active-file): Don't break non-ASCII group names.
16161
16162         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
16163         nnmail-pathname-coding-system.
16164
16165         * lpath.el: Bind default-file-name-coding-system,
16166         file-name-coding-system and language-info-alist for XEmacs.
16167
16168         * gnus-uu.el (gnus-uu-decode-save): Typo.
16169
16170 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16171
16172         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
16173
16174 2007-07-14  David Kastrup  <dak@gnu.org>
16175
16176         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
16177         finishing actions if we did not edit the article.
16178
16179 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16180
16181         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
16182         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
16183         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
16184         (gnus-agent-flush-group, gnus-agent-flush-cache)
16185         (gnus-agent-fetch-headers, gnus-agent-load-alist)
16186         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
16187         (gnus-agent-retrieve-headers, gnus-agent-request-article)
16188         (gnus-agent-regenerate-group)
16189         (gnus-agent-update-files-total-fetched-for)
16190         (gnus-agent-update-view-total-fetched-for):
16191         Bind file-name-coding-system to nnmail-pathname-coding-system.
16192         (gnus-agent-group-pathname): Don't encode file names by
16193         nnmail-pathname-coding-system.
16194         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
16195         coding-system-for-write instead of buffer-file-coding-system to
16196         gnus-agent-file-coding-system.
16197
16198         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
16199         Decode group name.
16200
16201         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
16202
16203         * gnus-start.el (gnus-update-active-hashtb-from-killed)
16204         (gnus-read-newsrc-el-file): Make group names unibyte.
16205
16206         * nnmail.el (nnmail-group-pathname): Don't encode file names by
16207         nnmail-pathname-coding-system.
16208
16209         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
16210         (nnrss-request-delete-group): Bind file-name-coding-system to
16211         nnmail-pathname-coding-system.
16212         (nnrss-read-server-data, nnrss-read-group-data):
16213         Bind file-name-coding-system correctly.
16214         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
16215
16216         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
16217         (nntp-server-to-method-cache): New variable.
16218         (nntp-group-pathname): New function that decodes non-ASCII group names.
16219         (nntp-possibly-create-directory, nntp-marks-changed-p)
16220         (nntp-save-marks, nntp-open-marks): Use it.
16221         (nntp-possibly-create-directory, nntp-open-marks):
16222         Bind file-name-coding-system to nnmail-pathname-coding-system.
16223         (nntp-open-marks): Decode group names when bootstrapping marks.
16224
16225         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
16226         Newsgroups and Followup-To headers.
16227
16228 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16229
16230         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16231         (gnus-server-closed-face, gnus-server-denied-face)
16232         (gnus-server-offline-face): Remove variable.
16233         (gnus-server-font-lock-keywords): Use faces that are not aliases.
16234
16235         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
16236         of modifying message-stack directly for XEmacs.
16237
16238         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
16239         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
16240         if the coding-system argument is nil for XEmacs.
16241
16242         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
16243         mm-charset-override-alist.
16244
16245         * rfc2047.el: Don't require base64; require rfc2045 for the function
16246         rfc2045-encode-string.
16247         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
16248         to quote the parameter value.
16249
16250 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16251
16252         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
16253         form in gnus-group-name-charset-method-alist.
16254
16255         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
16256         overrides the default layout edit-form.
16257
16258         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
16259
16260         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
16261
16262 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16263
16264         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16265         as unfetched articles.
16266
16267 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
16268
16269         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16270
16271 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16272
16273         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16274         original back end that keeps marks in the local system.
16275
16276 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16277
16278         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16279         arg of pop-to-buffer for XEmacs.
16280         (gnus-article-read-summary-keys): Ditto; don't restore window
16281         configuration if summary command ends up with neither article buffer
16282         nor summary buffer; describe bindings if summary keys end with C-h.
16283
16284 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16285
16286         * message.el (message-fix-before-sending): Skip raw message part to be
16287         forwarded while checking illegible text.
16288         (message-forward-make-body-mime, message-forward-make-body):
16289         Mark signed or encrypted raw message as having no illegible text.
16290
16291 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16292
16293         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
16294         (gnus-message-with-timestamp-1): New macro.
16295         (gnus-message-with-timestamp): New function.
16296         (gnus-message): Use them.
16297
16298         * nnheader.el (nnheader-message): Use them.
16299
16300 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
16301
16302         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16303         .newsrc.eld file.
16304
16305 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16306
16307         * gnus-agent.el (gnus-agent-fetch-headers)
16308         (gnus-agent-retrieve-headers):
16309         Bind gnus-decode-encoded-address-function to identity.
16310
16311         * nntp.el (nntp-send-xover-command): Recognize an xover command is
16312         available also when the server returns simply a dot.
16313
16314         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16315
16316 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16317
16318         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16319
16320 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16321
16322         * gnus-ems.el (gnus-x-splash): Make it work.
16323
16324         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16325         from being used.
16326
16327         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
16328
16329 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16330
16331         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
16332         4th and the 5th arguments.
16333
16334         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16335         the front stickiness.
16336         (gnus-article-summary-command-nosave): Correct the order of the
16337         arguments passed to pop-to-buffer.
16338         (gnus-article-read-summary-keys): Ditto; make it work properly when the
16339         summary command ends up with the article buffer.
16340
16341         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16342         the same faces.
16343
16344 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
16345
16346         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16347
16348 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
16349
16350         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16351         * gnus-sum.el (gnus-summary-highlight):
16352         * pgg.el (pgg-sign-region, pgg-sign):
16353         * mail-source.el (mail-source-delete-old-incoming-confirm):
16354         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16355
16356 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16357
16358         * gnus-art.el (gnus-mime-view-part-externally)
16359         (gnus-mime-view-part-internally): Fix predicate function passed to
16360         completing-read.
16361
16362         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16363
16364         * gnus.el (gnus-update-message-archive-method): Add :version.
16365
16366 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16367
16368         * gnus.el (gnus-update-message-archive-method): New variable.
16369
16370         * gnus-start.el (gnus-setup-news): Update saved "archive" method
16371         according to gnus-message-archive-method if
16372         gnus-update-message-archive-method is non-nil.
16373
16374 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16375
16376         * gnus-sum.el (gnus-summary-limit-to-address): New function.
16377         Suggested by Loic Dachary <loic@dachary.org>.
16378         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16379
16380 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16381
16382         * message.el (message-pop-to-buffer): Add switch-function argument.
16383         (message-mail): Pass switch-function argument to it.
16384
16385 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
16386
16387         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16388         Improve doc string.
16389
16390 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16391
16392         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16393         (gnus-header-content):
16394         * gnus-cite.el (gnus-cite-10):
16395         * gnus-srvr.el (gnus-server-closed):
16396         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16397         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16398         (gnus-group-mail-3-empty, gnus-group-mail-low)
16399         (gnus-group-mail-low-empty, gnus-splash):
16400         * message.el (message-header-to, message-header-cc)
16401         (message-header-subject, message-header-other, message-header-name)
16402         (message-header-xheader, message-separator, message-cited-text)
16403         (message-mml): Lighten colors of faces used for dark background.
16404
16405 2007-05-24  Simon Josefsson  <simon@josefsson.org>
16406
16407         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16408         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
16409
16410 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16411
16412         * message.el (message-narrow-to-headers-or-head):
16413         Ignore mail-header-separator in the body.
16414
16415 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16416
16417         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16418         same as window size.
16419
16420 2007-05-22  Kevin Ryde  <user42@zip.com.au>
16421
16422         * message.el (message-font-lock-keywords): Use message-header-xheader
16423         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
16424         ahead of the anything pattern, to get it recognized.
16425
16426 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16427
16428         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
16429         spam.el loads uses it in the compiled defadvice form.
16430
16431 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
16432
16433         * gnus-sum.el (gnus-articles-to-read)
16434         (gnus-summary-insert-old-articles): Don't truncate group name for
16435         `read-string'.
16436
16437         * gnus-util.el (gnus-limit-string): Delete this function.
16438
16439         * gnus-sum.el (gnus-simplify-subject-fully):
16440         Use `truncate-string-to-width' instead.
16441
16442 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
16443
16444         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16445         Tell if, on summary exit, the next group has to be selected.
16446         (gnus-summary-exit): Use it.
16447
16448 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
16449
16450         * gnus-art.el (gnus-article-mode): Fix comment about displaying
16451         non-break space.
16452
16453 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16454
16455         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16456         Check if group is not a directory.
16457         (nnfolder-request-expire-articles): Don't delete articles if the target
16458         group is not available.
16459
16460         * nnml.el (nnml-request-create-group): Properly check if group is not a
16461         file.
16462         (nnml-request-expire-articles): Don't delete articles if the target
16463         group is not available.
16464
16465         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16466         Don't quote characters that are within parentheses.
16467
16468 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16469
16470         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16471         (gnus-handle-ephemeral-exit): Select article according to it.
16472
16473 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16474
16475         * message.el (message-insert-formated-citation-line): Remove newline.
16476         (message-citation-line-format): Add final \n here so that the user can
16477         avoid a blank line.
16478
16479 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16480
16481         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16482         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16483         Update lanl/arXiv support.
16484
16485 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16486
16487         * gnus.el: Bump version number.
16488
16489 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16490
16491         * gnus.el (gnus-version-number): Bump version.
16492
16493 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16494
16495         * gnus.el: No Gnus v0.6 is released.
16496
16497 2007-04-27  Didier Verna  <didier@xemacs.org>
16498
16499         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16500         * gmm-utils.el (gmm-regexp-concat): ... here.
16501         * message.el: Don't require 'gnus-util.
16502         (message-dont-reply-to-names): Handle name change above.
16503         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16504
16505 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16506
16507         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16508         since the initial value varies according to the system.
16509
16510 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16511
16512         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16513
16514 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16515
16516         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16517
16518 2007-04-24  Didier Verna  <didier@xemacs.org>
16519
16520         Improve the type of gnus-ignored-from-addresses.
16521         * gnus-util.el (gnus-orify-regexp): New function.
16522         * message.el (gnus-util): Require it.
16523         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16524         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16525         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16526
16527 2007-04-24  Didier Verna  <didier@xemacs.org>
16528
16529         * gnus-sum.el:
16530         * gnus-utils.el: Fix some trailing whitespaces.
16531
16532 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16533
16534         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16535         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16536         article's Message-ID; refer parent article in summary buffer.
16537
16538         * message.el (message-bounce): Call mime-to-mml.
16539
16540         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16541         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16542         optimize and/or forms properly.
16543
16544 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16545
16546         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16547         URL.
16548
16549 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16550
16551         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16552
16553 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16554
16555         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16556         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16557         displayed of multipart/alternative part if it is invoked from summary
16558         buffer.
16559
16560         * mm-view.el (mm-inline-text-html-render-with-w3m)
16561         (mm-inline-text-html-render-with-w3m-standalone)
16562         (mm-inline-render-with-function): Use mail-parse-charset by default.
16563
16564 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16565
16566         * parse-time.el (parse-time-string-chars): Check if CHAR
16567         is less than the length of parse-time-syntax.
16568
16569 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16570
16571         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16572         from gnus-newsgroup-processable.
16573
16574 2007-04-16  Didier Verna  <didier@xemacs.org>
16575
16576         * gnus-msg.el (gnus-configure-posting-styles):
16577         Handle message-signature-directory properly with :file syntax.
16578         Reported by "Leo".
16579
16580 2007-04-11  Didier Verna  <didier@xemacs.org>
16581
16582         New user option: message-signature-directory.
16583         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16584         * message.el (message-insert-signature): Ditto.
16585         * message.el (message-signature-file): Doc update.
16586         * message.el (message-signature-directory): New.
16587
16588 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16589
16590         * gnus-msg.el (gnus-inews-yank-articles):
16591         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16592
16593 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16594
16595         * message.el (message-yank-original): Make sure cited text ends with
16596         newline; don't exchange point and mark.
16597
16598 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16599
16600         * tls.el (open-tls-stream): Properly handle case where there
16601         is no associated buffer.
16602
16603 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16604
16605         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16606         message-yank-original, make sure (< mark TEXT point).
16607
16608 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16609
16610         * message.el (message-fill-column): New variable.
16611         (message-mode): Use it.  Add comment on a possible new hook.
16612
16613         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16614         (nnmail-get-new-mail): Reformat.
16615
16616         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16617
16618         * gmm-utils.el: Fix Commentary.
16619         (gmm-tool-bar-from-list): Fix typo in doc string.
16620
16621 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16622
16623         * message.el (message-yank-original): Don't switch point and mark
16624         unnecessarily to put point and mark as documented.
16625
16626 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16627
16628         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16629         from the message heads.
16630
16631 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16632
16633         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16634         article buffer does not have a window.  This may not be the best
16635         solution but is certainly better than setting the start of the null,
16636         that is the current, window.
16637
16638 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16639
16640         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16641         (gnus-draft-setup): Run it.
16642
16643         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16644         gnus-score-fast-scoring.  Allow regexp.
16645         (gnus-score-headers): Use it.
16646
16647         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16648         XEmacs.
16649
16650         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16651         string.
16652         (gnus-button-alist): Also catch `<f1> k ...'.
16653         (gnus-treat-display-x-face): Fix doc string.
16654
16655 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16656
16657         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16658         evaluation of gnus-extended-version to ensure correct generation of the
16659         User-Agent header when message-generate-headers-first is used.
16660
16661 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16662
16663         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16664         hashcash-path is nil.  Don't call callback with incorrect number of
16665         parameters if val is 0.
16666
16667 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16668
16669         * message.el (message-required-news-headers):
16670         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16671
16672 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16673
16674         * tls.el (open-tls-stream): In handshake-waiting loop,
16675         don't wait more if there is output available to process.
16676
16677 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16678
16679         * tls.el (tls-program): Doc fix.
16680
16681 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16682
16683         * message.el (message-generate-new-buffers): Change the meaning of the
16684         nil value; add `standard' to the choices; treat t as `unique'; improve
16685         doc string.
16686         (gnus-select-frame-set-input-focus): Autoload.
16687         (message-buffer-name): Search for the existing message buffer if
16688         message-generate-new-buffers is nil or `standard'; treat the value t of
16689         message-generate-new-buffers as `unique'.
16690         (message-pop-to-buffer): Raise the frame already displaying the message
16691         buffer; clear the echo area after querying.
16692         (message-setup): Pass the `continue' argument to compose-mail.
16693         (message-mail): Prefer `switch-function' if it is given; search for the
16694         existing message buffer if the `continue' argument is non-nil; pass
16695         continue and switch-function arguments to compose-mail by way of
16696         message-setup.
16697         (message-mail-other-window): Adjust argument of message-setup.
16698         (message-mail-other-frame): Ditto.
16699
16700 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16701
16702         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16703         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16704         to turn font-lock on when turning gnus-message-citation-mode on.
16705
16706 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16707
16708         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16709         (mml-smime-function-alist): New variable; add epg as the backend.
16710         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16711         mml-smime- functions instead.
16712         * mm-view.el: Require smime.
16713
16714 2007-03-05  Didier Verna  <didier@xemacs.org>
16715
16716         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16717         instead of just inheritance for posting styles.
16718         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16719
16720 2007-02-24  Chris Moore  <dooglus@gmail.com>
16721
16722         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16723         * pgg-pgp.el (pgg-pgp-encrypt-region):
16724         * pgg-gpg.el (pgg-gpg-encrypt-region):
16725         Check pgg-encrypt-for-me if no other recipients.
16726
16727 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16728
16729         * tls.el (tls-certtool-program): Fix custom type.
16730
16731 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16732
16733         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16734         and point-at-eol instead of line-(beginning|end)-position.
16735
16736         * assistant.el (assistant-parse-buffer): Ditto.
16737
16738         * netrc.el (netrc-parse-services): Ditto.
16739
16740 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16741
16742         * mml2015.el (mml2015-epg-find-usable-key): New function.
16743         (mml2015-epg-sign): Use it.
16744         (mml2015-epg-encrypt): Use it.
16745
16746 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16747
16748         * message.el (message-make-in-reply-to): Quote name containing
16749         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16750         if there are special characters.  Reported by NAKAJI Hiroyuki
16751         <nakaji@jp.freebsd.org>.
16752
16753 2007-02-27  Didier Verna  <didier@xemacs.org>
16754
16755         Include the group parameters as well as the topic ones in the
16756         inheritance filter process.
16757         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16758         argument GROUP-PARAMS-LIST.
16759         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16760
16761 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16762
16763         * nntp.el (nntp-never-echoes-commands)
16764         (nntp-open-connection-functions-never-echo-commands): New variables.
16765         (nntp-send-command): Use them.
16766
16767 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16768
16769         * mml2015.el (mml2015-epg-verify): Simplify.
16770
16771 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16772
16773         * mml.el (mml-content-disposition-alist): New user option.
16774         (mml-content-disposition): New function.
16775         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16776         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16777
16778 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16779
16780         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16781         verification.
16782
16783 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16784
16785         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16786         articles posted in the last 24 hours.
16787
16788 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16789
16790         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16791
16792 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16793
16794         * nntp.el (nntp-send-command): Don't wait for echoes when
16795         nntp-open-ssl-stream is used.
16796
16797 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16798
16799         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16800         (gnus-message-add-citation-keywords)
16801         (gnus-message-remove-citation-keywords): Remove.
16802         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16803         directly, make the variables in font-lock-defaults buffer-local, add
16804         gnus-message-citation-keywords to them and then update the value of
16805         font-lock-keywords.
16806
16807 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16808
16809         * message.el (message-cite-original-1): Don't call
16810         gnus-article-highlight-citation.
16811
16812         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16813         citations; fix line count.
16814
16815 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16816
16817         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16818         (gnus-message-add-citation-keywords)
16819         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16820         versions of font-lock-add-keywords and font-lock-remove-keywords to
16821         work with XEmacs correctly.
16822
16823 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16824
16825         * gnus-cite.el (gnus-cite-face-list): Set the values of
16826         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16827         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16828         (gnus-message-cite-prefix-regexp): New variable.
16829         (gnus-message-search-citation-line): Use it; protect against long
16830         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16831         the 0th match data for Emacs.
16832         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16833         (gnus-message-add-citation-keywords): Append keywords rather than
16834         prepending; emulate font-lock-add-keywords if it is not available.
16835         (gnus-message-remove-citation-keywords):
16836         Emulate font-lock-remove-keywords if it is not available.
16837
16838         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16839
16840         * message.el (message-cite-prefix-regexp): Set the value of
16841         gnus-message-cite-prefix-regexp.
16842
16843 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16844
16845         * nnweb.el (nnweb-google-parse-1): Update parser.
16846
16847 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16848
16849         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16850
16851 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16852
16853         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16854         regexp.
16855
16856 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16857
16858         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16859         string-to-multibyte.
16860         (uudecode-decode-region-internal): Use it.
16861
16862         * lpath.el: Fbind string-as-multibyte for XEmacs.
16863
16864 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16865
16866         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16867         Fix custom choice.
16868
16869         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16870
16871 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16872
16873         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16874
16875         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16876         `write-region' to respect `mm-inhibit-file-name-handlers'.
16877
16878 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16879
16880         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16881         Use gnus-home-directory instead of "~/" or "$HOME".
16882
16883 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16884
16885         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16886         to mention filename.
16887         Add comments at beginning regarding usage.
16888         (encrypt-write-file-contents): Change interactive so a string is
16889         acceptable.  If the file has no associated model, show an error instead
16890         of a nonsense prompt.
16891
16892 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16893
16894         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16895         Thanks to Yoshihiko Yamada for kind notification of this typo.
16896
16897 2007-01-12  Kenichi Handa  <handa@m17n.org>
16898
16899         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16900         multibyte buffer.
16901
16902 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16903
16904         * gnus-score.el (gnus-score-fast-scoring): New variable.
16905         (gnus-score-headers): Use it.
16906
16907         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16908
16909         * message.el (message-cite-original-1):
16910         Call gnus-article-highlight-citation if requested.
16911         (message-make-from): Allow name and address as optional arguments.
16912
16913         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16914
16915         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16916         bugs to doc string.
16917         (gnus-button-alist): Add mid\\|message-id.
16918         (gnus-button-fetch-group): Extend for use in
16919         `browse-url-browser-function'.
16920         (gnus-button-url-regexp): Try to catch paired parentheses like in
16921         Wikipedia URLs.
16922
16923         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16924         Suggested by Simon Krahnke <overlord@gmx.li>.
16925
16926 2007-01-13  Romain Francoise  <romain@orebokech.com>
16927
16928         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16929         Update copyright.
16930
16931 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16932
16933         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16934
16935 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16936
16937         * gnus-registry.el (gnus-registry-unfollowed-groups)
16938         (gnus-registry-split-fancy-with-parent): Fix documentation.
16939
16940 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16941
16942         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16943         from nnweb groups.
16944
16945 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16946
16947         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16948         Xref urls.  Erase buffer before requesting head.
16949
16950         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16951
16952 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16953
16954         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16955         customizable.
16956
16957 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16958
16959         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16960         no signing key is found.
16961         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16962         no encrypting and/or signing key is found.
16963
16964 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16965
16966         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16967
16968 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16969
16970         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16971         headers read from disk with the ones newly found in the current search.
16972         This should no longer cause problems, because the article numbers in
16973         Gmane's `nov.php' output are ignored since the previous change.
16974
16975 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16976
16977         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16978
16979 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16980
16981         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16982         replace-regexp-in-string; bind url-version; fbind display-images-p and
16983         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16984         find-face and set-itimer-function for Emacs; bind itimer-list for
16985         Emacs.
16986
16987         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16988
16989 2007-01-01  Romain Francoise  <romain@orebokech.com>
16990
16991         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16992
16993 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16994
16995         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16996         `define-minor-mode' macro definition expanded properly.
16997         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16998         exclude it there.
16999
17000         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17001         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17002         `fboundp' test.
17003         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17004         This is OK to autoload in (S)XEmacs now.
17005
17006 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17007
17008         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17009         keystroke.
17010         (gnus-summary-limit-to-singletons): Fix typo.
17011
17012         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17013         else fails.
17014
17015 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17016
17017         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17018         docstring.
17019
17020         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17021         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17022         (gnus-summary-insert-dormant-articles): Fix typo in message.
17023
17024 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17025
17026         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17027         nil for XEmacs.
17028         (gnus-message-citation-mode): Don't autoload in XEmacs.
17029
17030         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17031
17032 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17033
17034         * nnimap.el (nnimap-expunge-search-string):
17035         Mention nnimap-search-uids-not-since-is-evil in docstring.
17036
17037 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17038
17039         * spam.el: Revert to make-obsolete-variable because
17040         define-obsolete-variable-alias is not supported in Emacs 21.
17041
17042         * spam.el (spam-ifile-path, spam-ifile-database-path)
17043         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17044         make-obsolete-variable.
17045         (spam-bsfilter-path, spam-bsfilter-program)
17046         (spam-spamassassin-path, spam-spamassassin-program)
17047         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17048         Don't use "path" inappropriately.
17049         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17050         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17051         variable names.
17052
17053 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17054
17055         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17056         summary buffer.
17057
17058         * password.el (password-cache-remove): Use clear-string to burn
17059         password, if available.
17060
17061 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17062
17063         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17064
17065         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17066
17067         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17068         (gnus-message-highlight-citation): Move defcustom here from
17069         gnus-cite.el.
17070         (gnus-message-citation-mode): Autoload.
17071
17072         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17073         checks to make it compile with XEmacs.
17074         (gnus-message-citation-mode): New minor mode.
17075         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17076         (gnus-message-highlight-citation): New variables.
17077         (gnus-message-search-citation-line)
17078         (gnus-message-add-citation-keywords)
17079         (gnus-message-remove-citation-keywords)
17080         (turn-on-gnus-message-citation-mode)
17081         (turn-off-gnus-message-citation-mode): New functions.
17082
17083 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17084
17085         * gnus-cite.el: Enable highlighting of different citation levels in
17086         message-mode.
17087
17088 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17089
17090         * message.el (message-make-fqdn): Fix comment.
17091         (message-bogus-system-names): Add ".local".
17092
17093         * spam.el (spam-ifile-path, spam-ifile-program)
17094         (spam-ifile-database-path, spam-ifile-database)
17095         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17096         Don't use "path" inappropriately.
17097         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17098         strings.
17099         (spam-check-ifile, spam-ifile-register-with-ifile)
17100         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17101         Use new variable names.
17102
17103         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17104         (gnus-treat-display-smileys): Simplify using
17105         gnus-image-type-available-p.
17106
17107         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17108         available.
17109
17110         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17111         Use `display-images-p' if available.
17112
17113 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17114
17115         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17116         one after turning on the buffer's multibyteness instead of decoding
17117         them directly in the unibyte buffer that causes unexpected conversion
17118         in Emacs 23 (unicode).
17119
17120 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17121
17122         * message.el (message-generate-hashcash): Fix custom type.
17123
17124 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17125
17126         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17127
17128 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17129
17130         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17131         disconnect icons.  Add help text.
17132
17133 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17134
17135         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17136         negated to be consistent with the others we handle.
17137
17138 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17139
17140         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17141         version of gnus-summary-buffer to something, so that we can use two
17142         article buffers at the same time.
17143
17144 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17145
17146         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17147         trigger all the extra headers.
17148         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17149         sorting.
17150
17151 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17152
17153         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
17154         solid groups.
17155
17156 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
17157
17158         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
17159
17160 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
17161
17162         * legacy-gnus-agent.el: Add Copyright notice.
17163
17164 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
17165
17166         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
17167
17168 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17169
17170         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
17171
17172         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
17173         to make it work reliably in CVS Emacs.
17174         (gnus-summary-limit-strange-charsets-predicate)
17175         (gnus-summary-limit-to-predicate): New functions.
17176
17177 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
17178
17179         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
17180         specifying array size.
17181         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
17182         array if it is too small.
17183         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
17184         (gnus-sort-threads-loop): New function.
17185
17186 2006-12-06  Chris Moore  <dooglus@gmail.com>
17187
17188         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
17189         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
17190
17191 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
17192
17193         * mm-url.el (mm-url-predefined-programs): Call curl with correct
17194         options.
17195
17196 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17197
17198         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
17199         DOS-ing the recipient.
17200
17201         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
17202         the headers when creating the mapping to avoid mismappings.
17203         (nnweb-gmane-create-mapping): Always nix out old mapping.
17204
17205 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17206
17207         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
17208         and mm-verify-option to never.
17209
17210 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17211
17212         * message.el (message-signed-or-encrypted-p): New function.
17213         (message-forward-make-body): Use it.
17214
17215         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
17216         Replace encode-coding-string with mm-encode-coding-string.
17217
17218 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17219
17220         * nneething.el (nneething-decode-file-name):
17221         Replace decode-coding-string with mm-decode-coding-string.
17222
17223         * gnus-int.el (gnus-open-server): Say failed server's name.
17224
17225 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17226
17227         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
17228         strings to a single string.  Quote `errors-file-name'.
17229         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
17230         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
17231         Adjust calls.  Use `shell-quote-argument'.
17232
17233 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
17234
17235         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
17236         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
17237
17238         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
17239         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
17240         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
17241         (gnus-group-make-directory-group, gnus-group-transpose-groups):
17242         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
17243         (gnus-subscribe-newsgroup, gnus-1):
17244         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
17245         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
17246         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
17247         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
17248
17249 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17250
17251         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
17252         keystroke.
17253         (gnus-summary-limit-to-bodies): Implement headersp.
17254
17255 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17256
17257         * dns.el (query-dns): Protect against "Process dns deleted" strings.
17258
17259 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17260
17261         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
17262
17263 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17264
17265         * message.el (message-generate-hashcash): Expand range of values to
17266         include `opportunistic'.
17267         (message-send-mail): Use it.
17268
17269 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17270
17271         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
17272         and comment it.
17273
17274         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
17275
17276 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
17277
17278         * gnus-util.el (gnus-extract-address-components): Improve comment.
17279
17280 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17281
17282         * gnus-util.el (gnus-extract-address-components): Work with address in
17283         which the name portion contains @.
17284
17285         * lpath.el: Fbind custom-autoload.
17286
17287 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17288
17289         * gnus.el (gnus-start): Move custom group up.
17290         (gnus-select-method): Don't autoload, but make it available for
17291         `customize-variable'.
17292         (gnus-getenv-nntpserver): Don't autoload.
17293
17294 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
17295
17296         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
17297
17298 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17299
17300         * message.el (message-sendmail-extra-arguments): New variable.
17301         (message-send-mail-with-sendmail): Use it.
17302
17303 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17304
17305         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
17306         mm-with-unibyte-current-buffer to make string unibyte.
17307
17308         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
17309         mm-string-as-multibyte.
17310
17311 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
17312
17313         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
17314         Reported by Werner Koch <wk@gnupg.org>.
17315
17316 2006-11-14  Daiki Ueno  <ueno@p360>
17317
17318         * mml2015.el: Autoload epa-select-keys when compiling.
17319
17320 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17321
17322         * mml2015.el (mml2015-epg-sign): Save the signing keys in
17323         message-options.
17324         (mml2015-epg-encrypt): Save the recipient keys in message-options.
17325
17326 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17327
17328         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17329         EasyPG (< 0.0.6).
17330         (mml2015-always-trust): New user option.
17331         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17332         prompt.
17333
17334 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17335
17336         * nntp.el (nntp-authinfo-force): New variable.
17337         (nntp-send-authinfo): Use it.
17338
17339 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
17340
17341         * message.el (message-strip-subject-encoded-words): Allow _not_ to
17342         decode encoded words.  Improve prompt.  Add comment about forwarding.
17343         (message-replacement-char): Move up.
17344
17345 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17346
17347         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17348         instead of gnus-intersection because arguments of gnus-sorted-nunion
17349         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
17350
17351 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
17352
17353         * message.el (message-strip-subject-encoded-words): Reformat prompt.
17354         (message-simplify-subject-functions):
17355         Enable message-strip-subject-encoded-words by default.
17356
17357 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
17358
17359         * message.el (message-strip-subject-encoded-words): New function.
17360         (message-simplify-subject-functions): New variable.
17361         (message-simplify-subject): Use it.  Fix typo in doc string.
17362         Support message-strip-subject-encoded-words.
17363
17364 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
17365
17366         * gnus-diary.el (gnus-diary-delay-format-function):
17367         * nndiary.el (nndiary-reminders):
17368         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17369
17370 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17371
17372         * gnus-art.el (article-hide-boring-headers): Fetch date from
17373         gnus-original-article-buffer to avoid problems with localized date
17374         strings.
17375
17376 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17377
17378         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17379
17380 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
17381
17382         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17383         New variables.
17384         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17385         (mm-charset-synonym-alist): Move some entries to
17386         mm-codepage-iso-8859-list.
17387         (mm-charset-synonym-alist, mm-charset-override-alist):
17388         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17389
17390 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17391
17392         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17393
17394 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17395
17396         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17397         with Emacs 21 and XEmacs.
17398
17399 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
17400
17401         * spam.el (spam-parse-address): New function for better parsing,
17402         catching errors, etc.
17403         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17404
17405 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17406
17407         * mm-view.el: Add interactive arg to html2text autoload.
17408
17409 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17410
17411         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17412
17413 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
17414
17415         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17416         New variables.
17417         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17418         (mm-charset-synonym-alist): Move some entries to
17419         mm-codepage-iso-8859-list.
17420
17421         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17422
17423 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
17424
17425         * message.el (message-citation-line-format)
17426         (message-insert-formated-citation-line): Fix implementation of %E, %N
17427         and %n according to the doc string.
17428
17429 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
17430
17431         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17432         Use car-safe to avoid bad parses.
17433
17434 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17435
17436         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17437         names.
17438
17439         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17440
17441 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17442
17443         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17444         header.
17445
17446         * message.el (message-draft-headers): Add Date.
17447         (message-headers-to-generate): Fix typo in docstring.
17448
17449         * nndraft.el (nndraft-required-headers): New variable.
17450         (nndraft-generate-headers): Use it.
17451
17452         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17453
17454 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17455
17456         * gnus-registry.el (gnus-registry-wash-for-keywords)
17457         (gnus-registry-find-keywords): New functions to allow easy searching of
17458         articles that are in the registry.
17459
17460 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17461
17462         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17463         Use ietf-drums-parse-address instead of gnus-extract-address-components.
17464         Reported by Damien Elmes <damien@repose.cx>.
17465
17466 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17467
17468         * gnus.el (gnus-mime): Remove unused custom group.
17469
17470 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17471
17472         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17473         "blank line" when searching for end of armor headers.
17474
17475 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17476
17477         * gmm-utils.el (gmm-write-region): Fix variable name.
17478
17479 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17480
17481         * gmm-utils.el (gmm-write-region): New function based on compatibility
17482         code from `mm-make-temp-file'.
17483
17484         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17485
17486         * nnmaildir.el (nnmaildir--update-nov)
17487         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17488         Use `gmm-write-region'.
17489
17490 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17491
17492         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17493         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17494
17495         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17496
17497         * message.el (message-replacement-char): New variable.
17498         (message-fix-before-sending): Use it.
17499         (message-simplify-subject): New function to remove duplicate code.
17500         (message-reply, message-followup): Use it.
17501
17502         * gnus-sum.el (gnus-summary-make-menu-bar):
17503         Clarify gnus-summary-limit-to-articles.
17504
17505 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17506
17507         * gnus-util.el (gnus-with-local-quit): New macro.
17508
17509         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17510
17511 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17512
17513         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17514         ignore non-string data.
17515
17516 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17517
17518         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17519         non-string data (needs to be done in the registry too).
17520
17521 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17522
17523         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17524         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17525         (gnus-registry-split-fancy-with-parent)
17526         (gnus-registry-fetch-simplified-message-subject-fast)
17527         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17528         Remove text properties on ingress into the registry and when it's saved.
17529         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17530         registry from entries with no groups.
17531
17532 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17533
17534         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17535         function to remove string properties.
17536
17537 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17538
17539         * gmm-utils.el (gmm): Adjust custom version.
17540
17541         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17542         Adjust custom version.
17543
17544         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17545
17546 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17547
17548         * gnus-art.el (gnus-insert-prev-page-button)
17549         (gnus-insert-next-page-button): Simplify.  Reformat.
17550
17551 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17552
17553         * gnus-art.el (gnus-insert-prev-page-button)
17554         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17555
17556 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17557
17558         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17559
17560 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17561
17562         * gnus-art.el (gnus-insert-mime-button)
17563         (gnus-insert-mime-security-button):
17564         Apply gnus-article-button-face to MIME and security buttons.
17565
17566 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17567
17568         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17569         readable.
17570
17571 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17572
17573         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17574
17575 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17576
17577         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17578         `browse-url-of-file' instead of `browse-url'.
17579
17580 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17581
17582         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17583         regexp.  Articles containing quotation were cut prematurely.
17584
17585 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17586
17587         * message.el (message-cite-original-1): Use nobody by default for the
17588         value of From header.
17589         (message-reply): Ditto.
17590
17591 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17592
17593         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17594         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17595         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17596
17597 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17598
17599         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17600         mails in the doc string.  Add some URLs in comment.
17601         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17602
17603 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17604
17605         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17606         backslashes handling and the way to find boundaries of quoted strings.
17607
17608 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17609
17610         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17611         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17612         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17613         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17614
17615 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17616
17617         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17618         doc string.
17619         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17620
17621 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17622
17623         * lpath.el: Fbind epg-check-configuration.
17624
17625 2006-09-06  Simon Josefsson  <jas@extundo.com>
17626
17627         * mml2015.el (mml2015-use): Doc fix, mention epg.
17628
17629 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17630
17631         * mml2015.el (mml2015-use): Default to epg, if available.
17632
17633 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17634
17635         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17636         message-sender.
17637         (mml1991-epg-encrypt): Ditto.
17638         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17639         message-sender.
17640         (mml2015-epg-encrypt): Ditto.
17641
17642 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17643
17644         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17645         several common directories.
17646
17647 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17648
17649         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17650         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17651
17652 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17653
17654         * gnus-art.el (article-decode-encoded-words): Make it fast.
17655
17656 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17657
17658         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17659
17660         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17661         in quoted string into `\'.
17662
17663 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17664
17665         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17666         Use standard-syntax-table.
17667
17668 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17669
17670         * gnus-art.el (gnus-decode-address-function): New variable.
17671         (article-decode-encoded-words): Use it to decode headers which are
17672         assumed to contain addresses.
17673         (gnus-mime-delete-part): Remove useless `or'.
17674
17675         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17676         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17677         (gnus-nov-parse-line): Use it to decode From header.
17678         (gnus-get-newsgroup-headers): Ditto.
17679         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17680
17681         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17682         (mail-decode-encoded-address-string): New alias.
17683
17684         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17685         New function.
17686         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17687         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17688         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17689         (rfc2047-decode-string): Ditto.
17690         (rfc2047-decode-address-region): New function.
17691         (rfc2047-decode-address-string): New function.
17692
17693 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17694
17695         * message.el (message-caesar-buffer-body): Allow rotating headers.
17696
17697         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17698
17699         * message.el (message-insert-formated-citation-line): Fix %f.
17700         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17701
17702 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17703
17704         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17705         (gnus-bookmark-mouse-available-p): New macro.
17706         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17707         (gnus-bookmark-bmenu-show-infos): Use it.
17708         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17709         (gnus-bookmark-bmenu-hide-infos): Ditto.
17710         (gnus-bookmark-remove-properties): New function.
17711         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17712         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17713         (gnus-bookmark-write-file): Bind coding-system-for-write.
17714         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17715         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17716         group before selecting it.
17717         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17718         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17719         quit-window if it is not available; use gnus-mouse-2 and bind it to
17720         gnus-bookmark-bmenu-select-by-mouse.
17721         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17722         (gnus-bookmark-bmenu-select-by-mouse): New function.
17723
17724 2006-08-13  Romain Francoise  <romain@orebokech.com>
17725
17726         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17727         space.
17728
17729 2006-08-10  Romain Francoise  <romain@orebokech.com>
17730
17731         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17732         (dns-mode-soa-auto-increment-serial): New user option.
17733         (dns-mode-soa-maybe-increment-serial): New function.
17734         (dns-mode): Add the latter to `write-contents-functions'.
17735
17736 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17737
17738         * compface.el (uncompface): Use binary rather than raw-text-unix.
17739
17740 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17741
17742         * compface.el (uncompface): Make sure the eol conversion doesn't take
17743         place when communicating with the external programs.
17744         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17745
17746 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17747
17748         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17749
17750 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17751
17752         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17753         Make it more robust by parsing author and date independently.
17754
17755 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17756
17757         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17758
17759 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17760
17761         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17762         first matching secret key.
17763         (mml2015-epg-encrypt): Ditto.
17764
17765         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17766         first matching secret key.
17767         (mml1991-epg-encrypt): Ditto.
17768
17769         * mml2015.el (mml2015-encrypt-to-self): New user option.
17770         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17771         mml2015-epg-encrypt-to-self is set.
17772
17773         * mml1991.el (mml1991-encrypt-to-self): New variable.
17774         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17775         mml1991-epg-encrypt-to-self is set.
17776
17777         * mml2015.el (mml2015-signers): New user option.
17778         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17779         (mml2015-epg-encrypt): Allow to select signing keys.
17780
17781         * mml1991.el (mml1991-signers): New variable.
17782         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17783         (mml1991-epg-encrypt): Allow to select signing keys.
17784
17785 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17786
17787         * nnheader.el (nnheader-insert-head): Make it work even if the file
17788         uses CRLF for the line-break code.
17789
17790 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17791
17792         * mml2015.el: Require mml-sec instead of password.
17793         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17794         (mml2015-cache-passphrase): Inherit the default value from
17795         mml-secure-cache-passphrase.
17796         (mml2015-passphrase-cache-expiry): Inherit the default value from
17797         mml-secure-passphrase-cache-expiry.
17798
17799         * mml1991.el: Require mml-sec instead of password.
17800         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17801         (mml1991-cache-passphrase): Inherit the default value from
17802         mml-secure-cache-passphrase.
17803         (mml1991-passphrase-cache-expiry): Inherit the default value from
17804         mml-secure-passphrase-cache-expiry.
17805
17806         * mml-sec.el: Require password.
17807         (mml-secure-verbose): New user option.
17808         (mml-secure-cache-passphrase): New user option.
17809         (mml-secure-passphrase-cache-expiry): New user option.
17810
17811 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17812             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17813
17814         * pgg-def.el (pgg-truncate-key-identifier):
17815         Truncate the key ID to 8 letters from the end.
17816
17817 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17818
17819         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17820         workaround for the url package included with Emacs.
17821
17822         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17823
17824 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17825
17826         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17827         correctly.  This fixes a bug caused by the 2006-05-12 change.
17828
17829 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17830
17831         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17832         some information about the error when saying that the `bogus' mail
17833         group will be used.
17834
17835 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17836
17837         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17838         string.
17839
17840 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17841
17842         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17843
17844 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17845
17846         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17847
17848 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17849
17850         * mml1991.el (mml1991-function-alist): Add epg.
17851         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17852         (mml1991-epg-encrypt): New functions.
17853
17854 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17855
17856         * mml2015.el (mml2015-verbose): New variable.
17857         (mml2015-cache-passphrase): Ditto.
17858         (mml2015-passphrase-cache-expiry): Ditto.
17859         (mml2015-function-alist): Add epg.
17860         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17861         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17862         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17863         New functions.
17864
17865 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17866
17867         * message.el (message-cite-original-1): Preserve region when removing
17868         quoted text due to X-No-Archive in order to avoid bogus attribution
17869         when citing multiple messages.
17870
17871 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17872
17873         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17874         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17875
17876 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17877
17878         * gnus-diary.el (gnus-user-format-function-d)
17879         (gnus-user-format-function-D): Autoload.
17880
17881         * imap.el (Commentary): Fix typo.
17882
17883         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17884         2006-04-22 contribution.
17885
17886 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17887
17888         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17889         It didn't really fix the bogosity I'm seeing with solid web groups.
17890
17891 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17892
17893         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17894         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17895         created using server names.  If we use the feature without declaring
17896         it, Gnus does not properly manage server and group state.
17897
17898         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17899         bound.
17900
17901 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17902
17903         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17904         looking up the method using GROUP's prefix before inventing a new one.
17905         It is used on killed/unknown groups in various places where returning
17906         an all-new method isn't expected by the caller.
17907
17908         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17909         and match semantics of gnus-group-real-prefix.
17910
17911 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17912
17913         * nnmail.el (nnmail-broken-references-mailers): New variable.
17914         (nnmail-ignore-broken-references): New function generalizing
17915         nnmail-fix-eudora-headers.
17916         (nnmail-fix-eudora-headers): Now obsolete.
17917
17918         * gnus-art.el (gnus-button-handle-custom):
17919         Support `customize-apropos*'.
17920
17921 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17922
17923         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17924
17925         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17926         articles.
17927
17928 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17929
17930         * message.el (message-cite-reply-above): New variable.
17931         (message-yank-original): Use it.
17932
17933 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17934
17935         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17936
17937 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17938
17939         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17940         as read.
17941
17942         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17943
17944 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17945
17946         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17947         (gnus-bookmark-default-file): Use gnus-directory.
17948         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17949         Remove "*" in doc string.
17950         (gnus-bookmark-write-file): Simplify.
17951         (gnus-bookmark-maybe-sort-alist): Use `when'.
17952         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17953         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17954         Add FIXME about Emacs 21 and XEmacs compatibility.
17955         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17956         compatibility.
17957         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17958         compatibility.
17959         (gnus-bookmark-menu-heading): Fix version.
17960
17961 2006-06-19  Bastien Guerry  <bzg@altern.org>
17962
17963         * gnus-bookmark.el: New file.
17964
17965 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17966
17967         * message.el (message-syntax-checks): Doc fix.
17968
17969 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17970
17971         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17972         unsubscribed groups as if they were killed ones.  It causes duplicate
17973         entries in gnus-newsrc-alist.
17974
17975 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17976
17977         * message.el (message-syntax-checks): Doc fix.
17978         (message-send-mail): Add check for continuation headers.
17979         (message-check-news-header-syntax): Fix regexp used to check for
17980         continuation headers.
17981
17982 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17983
17984         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17985
17986 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17987
17988         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17989
17990 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17991
17992         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17993         default-truncate-lines.
17994
17995 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17996
17997         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17998         to fill the utf-8 entry.
17999
18000         * lpath.el: Fbind unicode-precedence-list.
18001
18002 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18003
18004         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18005
18006 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18007
18008         * gnus-agent.el (directory-files-and-attributes): Move all the way
18009         forward (the third and final move).
18010         (gnus-agent-read-agentview): Trap reconstruction errors due to
18011         nonexistent directory.  Handle by returning nil.
18012
18013 2006-05-30  Didier Verna  <didier@xemacs.org>
18014
18015         * message.el (message-dont-reply-to-names): Update the custom type.
18016         * message.el (message-dont-reply-to-names): New defsubst: potentially
18017         convert a list of regexps into a single one.
18018         * message.el (message-get-reply-headers): Use it.
18019         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18020
18021 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18022
18023         * gnus-agent.el (directory-files-and-attributes): Move forward.
18024
18025 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18026
18027         * gnus-ml.el (gnus-mailing-list-subscribe)
18028         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18029         (gnus-mailing-list-message): Fix doc strings.
18030
18031 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18032
18033         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18034         of doing it manually.
18035
18036 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18037
18038         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18039         comment.
18040
18041 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18042
18043         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18044         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18045         (gnus-agent-read-local): All symbols allocated in my-obarray.
18046         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18047         (gnus-agent-regenerate-group): Check numeric names to see if they are
18048         messages or groups.
18049         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18050         better way of do this...)
18051
18052         * gnus-cache.el (gnus-agent-total-fetched-for):
18053         Ignore 'dummy.group' (there should be a better way of do this...)
18054
18055 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18056
18057         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18058         (gnus-saved-headers): Ditto.
18059         (gnus-default-article-saver): Mention functions may have properties.
18060         (gnus-article-save): Override gnus-save-all-headers and
18061         gnus-saved-headers by :headers property which saver function may have.
18062         (gnus-summary-save-in-file): Add :headers property.
18063         (gnus-summary-write-to-file): Ditto.
18064
18065         * gnus-sum.el (gnus-summary-save-article): Bind
18066         gnus-prompt-before-saving to t when saving many articles in a file;
18067         always show all headers.
18068
18069         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18070
18071 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18072
18073         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18074         marks.
18075
18076         * message.el (message-indent-citation): Add optional arguments to allow
18077         using it outside of message buffers.
18078
18079         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18080         (gnus-article-treat-unfold-headers): Use it.
18081         (gnus-article-truncate-lines): New variable.
18082         (gnus-article-mode): Use it.
18083         (gnus-article-toggle-truncate-lines): New function.
18084
18085         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18086         Add gnus-article-toggle-truncate-lines.
18087
18088         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18089         coding system in XEmacs, use binary.
18090
18091 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18092
18093         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18094         after-load-alist.
18095
18096         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18097         this function should save decoded articles.
18098         (gnus-summary-write-to-file): Use property to specify this function
18099         should save decoded articles and specify gnus-summary-save-in-file
18100         should be used to save articles other than the first one when saving
18101         many articles.
18102         (gnus-summary-save-body-in-file): Use property to specify this
18103         function should save decoded articles.
18104         (gnus-summary-write-body-to-file): Use property to specify this
18105         function should save decoded articles and specify
18106         gnus-summary-save-body-in-file should be used to save articles other
18107         than the first one when saving many articles.
18108
18109         * gnus-sum.el (gnus-summary-save-article): Simplify.
18110
18111 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18112
18113         * gnus-art.el (gnus-default-article-saver):
18114         Add gnus-summary-write-body-to-file.
18115         (gnus-article-save-coding-system): Don't use coding system object
18116         in XEmacs.
18117         (gnus-read-save-file-name): Add optional `dir-var' argument which
18118         specifies directory in which files are saved; work even if optional
18119         `variable' argument is not specified.
18120         (gnus-summary-write-to-file): Read file name.
18121         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18122         (gnus-summary-write-body-to-file): New function.
18123
18124         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18125         (gnus-summary-local-variables): Add it.
18126         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18127         (gnus-summary-save-article): Remove optional `decode' argument;
18128         determine whether to decode articles by the value of
18129         gnus-default-article-saver; when saving many files using
18130         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18131         it first and use gnus-summary-save-in-file or
18132         gnus-summary-save-body-in-file thereafter unless
18133         gnus-prompt-before-saving is always; move point to article which
18134         will be saved.
18135         (gnus-summary-save-article-file): Revert.
18136         (gnus-summary-write-article-file): Revert.
18137         (gnus-summary-save-article-body-file): Revert.
18138         (gnus-summary-write-article-body-file): New function.
18139
18140 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18141
18142         * gnus-art.el (gnus-default-article-saver): Doc fix.
18143         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18144         from gnus-summary-save-article-coding-system, and default to a
18145         certain coding system.
18146         (gnus-output-to-file): Add coding cookie and encode text according
18147         to gnus-article-save-coding-system; don't use mm-append-to-file.
18148
18149         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18150         gnus-art.el and rename to gnus-article-save-coding-system.
18151         (gnus-summary-save-article): Require gnus-art; don't show all
18152         headers if it decodes articles; don't add coding cookie here;
18153         don't bind mm-text-coding-system-for-write.
18154         (gnus-summary-save-article-file): Save decoded articles.
18155         (gnus-summary-write-article-file): When saving many files, use
18156         gnus-summary-write-to-file first and gnus-summary-save-in-file
18157         thereafter unless gnus-prompt-before-saving is always.
18158         (gnus-summary-save-article-body-file): Save decoded articles.
18159
18160         * lpath.el: Fbind select-safe-coding-system for XEmacs.
18161
18162 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18163
18164         * nnrss.el (nnrss-check-group): Bind hash-index.
18165
18166 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
18167
18168         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
18169         its hash index.  Store this hash in `nnrss-group-data'.
18170         (nnrss-read-group-data): Update accordingly.
18171
18172 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18173
18174         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
18175         entry.
18176
18177         * gnus-sum.el (gnus-summary-make-menu-bar):
18178         Add gnus-article-browse-html-article.
18179
18180 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
18181
18182         * gnus-sum.el (gnus-summary-mime-map):
18183         Add gnus-article-browse-html-article.
18184
18185         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
18186
18187 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18188
18189         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
18190         suitable coding systems in customize.
18191
18192 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
18193
18194         * mail-source.el (mail-sources): Fix custom type.
18195
18196 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18197
18198         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
18199         (gnus-summary-expire-articles-now): Shorten prompt.
18200
18201         * gmm-utils.el (wid-edit): Require.
18202         (defun-gmm): Rename from `gmm-defun-compat'.
18203         (gmm-image-search-load-path): Use it.
18204         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
18205
18206 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18207
18208         * gnus-sum.el (gnus-summary-save-article-coding-system):
18209         New variable.
18210         (gnus-summary-save-article): Add optional `decode' argument.
18211         If it is set and gnus-summary-save-article-coding-system is non-nil,
18212         save decoded article.
18213         (gnus-summary-write-article-file): Save decoded article if
18214         gnus-summary-save-article-coding-system is non-nil.
18215
18216         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
18217         type.
18218
18219 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18220
18221         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
18222
18223 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18224
18225         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
18226         first to test gnus-single-article-buffer which may be buffer-local.
18227
18228         * gnus-sum.el (gnus-summary-setup-buffer):
18229         Make gnus-single-article-buffer buffer-local and nil in ephemeral
18230         group; make gnus-article-buffer, gnus-article-current, and
18231         gnus-original-article-buffer always buffer-local.
18232         (gnus-summary-exit): Kill article buffer belonging to ephemeral
18233         group.
18234         (gnus-handle-ephemeral-exit): Don't move to next summary line.
18235
18236 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18237
18238         * nnml.el (nnml-request-compact-group): Compressed files might not
18239         have .gz extension.
18240
18241 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18242
18243         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
18244         (mm-copy-to-buffer): Use with-current-buffer.
18245         (mm-display-part): Simplify.
18246         (mm-inlinable-p): Add optional arg `type'.
18247
18248 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18249
18250         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
18251         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
18252         Try harder to show the attachment internally or externally using
18253         gnus-mime-view-part-as-type.
18254
18255 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18256
18257         * message.el (message-from-style, message-signature-separator)
18258         (message-user-organization-file, message-send-mail-function)
18259         (message-citation-line-function, message-yank-prefix)
18260         (message-indent-citation-function, message-signature)
18261         (message-signature-file, message-signature-insert-empty-line):
18262         Remove autoloads.
18263
18264         * gnus-art.el (gnus-buttonized-mime-types):
18265         Remove "multipart/signed".  Revert 2006-04-26 change.
18266
18267 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18268
18269         * gnus.el (gnus-version-number): Bump version.
18270
18271 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18272
18273         * gnus.el: No Gnus v0.5 is released.
18274
18275 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18276
18277         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
18278         fetching articles by message-id.
18279
18280 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18281
18282         * message.el (hashcash): Require hashcash as normal.
18283
18284         * ecomplete.el (ecomplete-highlight-match-line):
18285         Use point-at-eol.
18286         (ecomplete-highlight-match-line): Use `highlight', because that
18287         face exists in both Emacs and XEmacs.
18288
18289         * message.el (message-display-abbrev): Use point-at-bol.
18290
18291         * mail-source.el: Don't require timer/timer-funcs.
18292
18293         * gnus-async.el: Ditto.
18294
18295         * password.el: Ditto.
18296
18297         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
18298
18299         * mm-url.el: Ditto.
18300
18301         * gnus-xmas.el: Don't require timer-funcs.
18302
18303         * mm-util.el: Require timer/timer-funcs.
18304
18305 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18306
18307         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
18308         Close.
18309
18310 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18311
18312         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
18313         unibyte after clear-decrypt function runs.
18314
18315         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
18316         returns as a unibyte string.
18317
18318 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18319
18320         * lpath.el: Revert.
18321
18322         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
18323         (pgg-gpg-process-sentinel): Revert.
18324
18325         * pgg-pgp.el (pgg-pgp-process-region): Revert.
18326         (pgg-pgp-lookup-key): Revert.
18327
18328         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
18329         (pgg-pgp5-lookup-key): Revert.
18330
18331         * pgg.el (pgg-fetch-key): Revert.
18332
18333 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18334
18335         * lpath.el: Fbind string-as-multibyte for XEmacs.
18336
18337         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
18338         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
18339         (mml1991-pgg-encrypt): Ditto.
18340
18341         * pgg-gpg.el (pgg-string-to-multibyte): New function.
18342         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
18343         a multibyte buffer.
18344
18345         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
18346         (pgg-pgp-lookup-key): Ditto.
18347
18348         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
18349         (pgg-pgp5-lookup-key): Ditto.
18350
18351         * pgg.el (pgg-fetch-key): Ditto.
18352
18353 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
18354
18355         * message.el (message-user-organization-file): Check several
18356         locations of the organization file.
18357
18358         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
18359         Add gnus-article-view-part-as-type.
18360
18361         * gnus-art.el (gnus-article-view-part-as-type): New function.
18362
18363         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
18364         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
18365
18366         * mml.el: Simplify autoload.
18367         (mml-mode): defvar dnd-protocol-alist instead of using
18368         symbol-value.
18369         (mml-default-directory): New variable.
18370         (mml-minibuffer-read-file): Use it.
18371         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
18372
18373         * message.el (message-citation-line-format): New variable.
18374         (message-insert-formated-citation-line): New function.
18375         (message-citation-line-function):
18376         Add `message-insert-formated-citation-line' to custom type.
18377
18378         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
18379         to doc string.
18380
18381         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18382         depending on mm-verify-option.
18383
18384 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18385
18386         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18387         binding pgg-* variables; reimplement the section which prevents
18388         MIME header from being signed.
18389         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18390         pgg-text-mode; remove a blank line at the top of body.
18391
18392         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18393         lines at the top of body; use gnus-newsgroup-charset if there's no
18394         Charset header.
18395
18396 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18397
18398         * message.el (message-self-insert-commands): Doc fix.
18399
18400         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
18401         (mm-uu-pgp-encrypted-test): Ditto.
18402         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
18403         between header and body; return application/pgp-encrypted handle
18404         if decryption failed; decode decrypted body by charset.
18405
18406         * mm-decode.el (mm-automatic-display): Don't make application/pgp
18407         element match to application/pgp-*.
18408
18409 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18410
18411         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18412         HTML.
18413
18414 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18415
18416         * mail-source.el (mail-source-call-script): Message the error
18417         string.
18418
18419 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18420
18421         * gnus-util.el (gnus-byte-compile): Use it.
18422
18423 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
18424
18425         * gnus-util.el (kill-empty-logs): New function.
18426
18427 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18428
18429         * message.el (message-mail-alias-type): Doc fix.
18430         (message-mail-alias-type-p): New function.
18431         (message-send): Use it.
18432         (message-mode): Ditto.
18433         (message-strip-forbidden-properties): Ditto.
18434
18435         * ecomplete.el (ecomplete-database-file-coding-system):
18436         New variable.
18437         (ecomplete-save): Use it.
18438         (ecomplete-setup): Use it.
18439
18440 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18441
18442         * message.el (message-self-insert-commands): New variable.
18443         (message-strip-forbidden-properties): Use it.
18444
18445 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18446
18447         * message.el (message-put-addresses-in-ecomplete): Use a regexp
18448         that doesn't make XEmacs choke.
18449
18450 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
18451
18452         * gnus-util.el (gnus-replace-in-string):
18453         Prefer replace-regexp-in-string over of replace-in-string.
18454
18455 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18456
18457         * gnus-util.el (gnus-select-frame-set-input-focus):
18458         Use select-frame-set-input-focus if it is available in XEmacs; use
18459         definition defined in Emacs 22 for old Emacsen.
18460
18461         * dgnushack.el: Autoload unmorse-region for XEmacs.
18462
18463         * lpath.el: Bind cursor-in-non-selected-windows and
18464         select-frame-set-input-focus for XEmacs.
18465
18466 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18467
18468         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18469
18470 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18471
18472         * gnus-registry.el (gnus-registry-cache-save): Remove text
18473         properties when saving via the temp buffer.
18474
18475 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18476
18477         * message.el (message-generate-hashcash): Honor custom type.
18478
18479 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18480
18481         * message.el (message-generate-hashcash): Default to non-nil when
18482         hashcash is found.
18483
18484         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18485         (gnus-refer-thread-limit): Increase default to 500.
18486
18487         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18488
18489         * flow-fill.el (fill-flowed): Allow delete-space.
18490
18491 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18492
18493         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18494         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18495         Remove autoloads.
18496
18497 2006-04-18  Simon Josefsson  <jas@extundo.com>
18498
18499         * message.el (message-generate-hashcash): Default to.
18500
18501 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18502
18503         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18504         concatenating segments rather than before concatenating them.
18505
18506 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18507
18508         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18509
18510 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18511
18512         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18513
18514         * message.el (message-forward-make-body-plain):
18515         Allow message-forward-ignored-headers to be a list.
18516         (message-remove-ignored-headers): Factor out into function.
18517         (message-forward-make-body-mml): Use it.
18518
18519         * imap.el (imap-quote-specials): New function.
18520         (imap-login-auth): Quote specials.
18521
18522         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18523         (rfc2231-parse-string): Allow concatanation of parameters that
18524         aren't contiguous.  The test case is
18525           (mail-header-parse-content-type "message/external-body;
18526             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18527             access-type=LOCAL-FILE;
18528             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18529
18530 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18531
18532         * nntp.el (nntp-accept-process-output): Return the value of
18533         `nnheader-accept-process-output'.
18534
18535 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18536
18537         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18538         (gnus-button-alist): Recognize more diff formats.
18539         (gnus-button-patch): Strip directory.
18540
18541 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18542
18543         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18544         Emacs 22 when setting focus.
18545
18546 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18547
18548         * gnus-art.el (gnus-article-treat-types): Do treatment of
18549         text/x-verbatim parts.
18550         (gnus-button-patch): New command.
18551
18552         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18553         addresses that contain invalid characters.
18554
18555 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18556
18557         * message.el (message-put-addresses-in-ecomplete):
18558         Use gnus-replace-in-string.
18559         (message-is-yours-p): Use the more correct
18560         mail-header-parse-address instead of
18561         mail-extract-address-components.
18562         (message-put-addresses-in-ecomplete): Fix typo.
18563
18564         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18565         keystroke.
18566
18567         * gnus-art.el (gnus-treatment-function-alist): Change order of
18568         newsgroups/generic header folding to avoid double-folding.
18569
18570         * message.el (message-hidden-headers): Add X-Draft-From.
18571
18572         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18573         New command.
18574         (gnus-summary-repeat-search-article-backward): New command.
18575
18576         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18577         groups in the parent topic.
18578
18579 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18580
18581         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18582         (spam-extra-header-to-number): Return the CRM114 number as a
18583         number instead of a string.
18584
18585 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18586
18587         * gnus-art.el (gnus-face-properties-alist): Move here from
18588         gnus-fun.
18589
18590         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18591
18592 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18593
18594         * message.el (message-strip-forbidden-properties): Only display on
18595         self-insert-command.
18596
18597         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18598         reindent.
18599         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18600
18601 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18602
18603         * smiley.el (smiley-style): Fix typo.
18604
18605 2006-03-23  Kenichi Handa  <handa@m17n.org>
18606
18607         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18608         instead of set-buffer-multibyte.
18609
18610 2006-03-23  Kenichi Handa  <handa@m17n.org>
18611
18612         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18613         buffer and then decode the buffer text if necessary.
18614         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18615         first, and after mm-encode-body, change the buffer to unibyte.
18616
18617 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18618
18619         * hashcash.el (hashcash-insert-payment-async-2):
18620         Use message-goto-eoh instead of doing it manually.
18621         (mail-add-payment): Use message-narrow-to-header instead of trying
18622         to do the same itself.
18623
18624         * message.el (message-hidden-headers): Add Face.
18625
18626         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18627         reparenting code.
18628         (gnus-summary-reparent-children): Refactored out code.
18629         (gnus-summary-thread-map): New keystroke.
18630         (gnus-summary-reparent-children): Make into command.
18631
18632         * smiley.el (smiley-style): Default to `medium' if using a large
18633         font.
18634
18635         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18636         does it itself.
18637
18638         * message.el (message-point-in-header-p): Simplify definition.
18639
18640 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18641
18642         * nnagent.el (nnagent-request-set-mark): Silence log file
18643         writing.
18644         (nnagent-request-set-mark): Use write-region instead of
18645         append-to-file.
18646
18647         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18648         strange select method.
18649
18650         * ecomplete.el (ecomplete-display-matches): Get highlightling
18651         right.
18652         (ecomplete-display-matches): Use literals.
18653         (ecomplete-display-matches): Disable message logging.
18654
18655         * message.el (message-display-abbrev): Small optimization.
18656
18657         * ecomplete.el (ecomplete-display-matches): Allow automatic
18658         display.
18659
18660         * message.el (message-strip-forbidden-properties):
18661         Display abbrevs.
18662         (message-display-abbrev): Get automatic display right.
18663
18664         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18665         keystrokes.
18666
18667 2006-04-13  Romain Francoise  <romain@orebokech.com>
18668
18669         TODO: Backport to v5-10!
18670
18671         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18672         Move here (and rename) from gnus-registry.el.
18673
18674         * gnus-registry.el: Require gnus-util.
18675         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18676
18677 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18678
18679         * gnus-group.el (gnus-group-catchup-current):
18680         Change if-then-else-if-then-else into cond.
18681         (gnus-group-catchup): Indent.
18682         (group-name-at-point): New function.
18683         (gnus-fetch-group): Provide default from thing at point.
18684
18685 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18686
18687         * message.el (message-display-abbrev): Fix regexp.
18688
18689         * ecomplete.el (ecomplete-highlight-match-line):
18690         Reimplement choosing.
18691         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18692         dead variables.
18693
18694         * message.el (message-newline-and-indent): Remove debugging.
18695         (message-display-abbrev): Use new implementation.
18696
18697 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18698
18699         * gnus-art.el (gnus-article-mode):
18700         Set cursor-in-non-selected-windows to nil.
18701
18702         * smiley.el: Revert previous change.
18703         (smiley-data-directory): defvar it before using it in the
18704         defcustom of `smiley-style'.
18705
18706 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18707
18708         * message.el (message-newline-and-indent): New function.
18709
18710         * ecomplete.el: Implement more bits.
18711
18712         * message.el (message-put-addresses-in-ecomplete): Clean up the
18713         string.
18714
18715         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18716
18717         * gnus-sum.el (gnus-summary-save-parts):
18718         Bind gnus-summary-save-parts-counter and use it to make unique file
18719         names.
18720
18721         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18722
18723         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18724         parameter to say whether to actually parse the individual
18725         addresses.
18726
18727         * message.el (message-put-addresses-in-ecomplete): New function.
18728         (ecomplete): Require.
18729         (message-mail-alias-type): Add ecomplete as an option.
18730
18731 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18732
18733         * flow-fill.el (fill-flowed): Remove trailing space from blank
18734         quoted lines.
18735
18736 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18737
18738         * smiley.el (smiley-style): Move definition later to avoid a
18739         compilation warning.
18740
18741 2006-04-12  Kenichi Handa  <handa@m17n.org>
18742
18743         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18744         buffer and then decode the buffer text if necessary.
18745         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18746         first, and after mm-encode-body, change the buffer to unibyte.
18747         Use mm-disable-multibyte instead of set-buffer-multibyte.
18748
18749 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18750
18751         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18752         Content-Type header instead of Content-Disposition header.
18753         (gnus-mime-inline-part): Ditto.
18754         (gnus-mime-view-part-as-charset): Ignore charset that the part
18755         specifies.
18756
18757         * mm-decode.el (mm-display-part): Work with external parts and
18758         usual parts similarly.
18759
18760         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18761         instead of gnus-display-mime.
18762
18763         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18764         instead of with-temp-buffer.
18765
18766         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18767         tag to summarized topics part in order to encode non-ASCII text.
18768
18769 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18770
18771         * smiley.el (smiley-style): New variable.
18772         (smiley-directory): New function.
18773         (smiley-data-directory): Derive from `smiley-style' using
18774         `smiley-directory'.
18775         (smiley-regexp-alist): Add new entries.
18776
18777         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18778         (gnus-article-browse-delete-temp): Add :version.
18779
18780 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18781
18782         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18783         the sieve region.
18784
18785 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18786
18787         * gnus.el (gnus-version-number): Bump version.
18788
18789 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18790
18791         * gnus.el: No Gnus v0.4 is released.
18792
18793 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18794
18795         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18796         layout.
18797
18798         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18799         unknown charset.
18800
18801         * message.el (message-header-synonyms): Add Original-To to the
18802         default.
18803
18804         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18805         optional parameter.
18806
18807 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18808
18809         * gnus-fun.el (gnus): Require it for gnus-directory.
18810
18811 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18812
18813         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18814
18815 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18816
18817         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18818
18819 2006-04-05  Simon Josefsson  <jas@extundo.com>
18820
18821         * password.el (password-reset): New function.
18822
18823 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18824
18825         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18826         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18827
18828 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18829
18830         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18831         Some whitespace was matched into the url, which broke browsing hits
18832         > 100 when mm-url-use-external was nil.
18833
18834 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18835
18836         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18837         Check gnus-extra-headers for 'Newsgroups.
18838
18839         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18840         bound.
18841
18842 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18843
18844         * pgg-gpg.el: Clean up process buffers every time gpg processes
18845         complete.
18846
18847 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18848
18849         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18850         doc string.
18851
18852 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18853
18854         * pgg-gpg.el (pgg-gpg-process-filter)
18855         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18856
18857         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18858         lines, temporary fix.
18859
18860 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18861
18862         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18863
18864 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18865
18866         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18867         default-enable-multibyte-characters.  This reverts the change from
18868         revision 6.17 which is no longer necessary because the passphrase
18869         is sent separately now.  GnuPG messages are unreadable under
18870         multibyte locales with default-enable-multibyte-characters set to
18871         nil.
18872
18873 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18874
18875         * message.el (message-tool-bar-gnome): Move "spell".
18876
18877 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18878
18879         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18880         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18881         instead.
18882
18883 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18884
18885         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18886         Improve newsgroups handling for NNTP overviews which don't include
18887         Newsgroups.
18888
18889 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18890
18891         * message.el (message-resend): Bind message-generate-hashcash to nil.
18892
18893 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18894
18895         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18896         when searching for already-paid recipients.
18897
18898 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18899
18900         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18901         passphrases when it is not needed.
18902         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18903         passphrase stuff from gpg, should only be necessary when you use
18904         gpg with a smartcard.
18905
18906 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18907
18908         * mml.el (mml-insert-mime): Ignore cached contents of
18909         message/external-body part.
18910
18911         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18912         (mm-insert-part): Ditto.
18913
18914 2006-03-23  Simon Josefsson  <jas@extundo.com>
18915
18916         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18917         Reiner.
18918         (pgg-gpg-use-agent-p): Use it again.
18919
18920 2006-03-23  Simon Josefsson  <jas@extundo.com>
18921
18922         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18923         older emacsen.
18924         (pgg-gpg-use-agent-p): Don't use it.
18925
18926 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18927
18928         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18929         if we can.
18930
18931 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18932
18933         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18934         (pgg-gpg-update-agent): New function.
18935         (pgg-gpg-use-agent-p): New function.
18936         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18937         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18938         (pgg-gpg-sign-region): Use it.
18939
18940 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18941
18942         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18943         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18944
18945 2006-03-21  Simon Josefsson  <jas@extundo.com>
18946
18947         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18948         <wilde@sha-bang.de>.
18949         (pgg-gpg-use-agent): New variable.
18950         (pgg-gpg-process-region): Use it.
18951         (pgg-gpg-encrypt-region): Likewise.
18952         (pgg-gpg-encrypt-symmetric-region): Likewise.
18953         (pgg-gpg-decrypt-region): Likewise.
18954         (pgg-gpg-sign-region): Likewise.
18955         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18956
18957 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18958
18959         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18960
18961         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18962         Add comment on version.
18963
18964 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18965
18966         * smiley.el: Add missing test smiley.
18967
18968 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18969
18970         * mm-decode.el (mm-with-part): New macro.
18971         (mm-get-part): Use it; work with message/external-body as well.
18972         (mm-save-part): Treat name and filename equally.
18973
18974         * mm-extern.el (mm-extern-cache-contents): New function.
18975         (mm-inline-external-body): Use it; force the part to be displayed;
18976         move undisplayer added to the cached handle to the parent.
18977
18978         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18979         (gnus-mime-view-part-as-type): Work with message/external-body.
18980
18981         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18982
18983 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18984
18985         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18986         images in image-load-path.  [Sync with image.el, revision 1.60, in
18987         Emacs.]
18988
18989 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18990
18991         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18992         path rather than symbol.  Always return list of directories.
18993         Guarantee that image directory comes first.  [Sync with image.el,
18994         revision 1.59, in Emacs.]
18995
18996         * message.el (message-make-tool-bar): Adjust to new API of
18997         `gmm-image-load-path-for-library'.
18998
18999         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19000
19001         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19002
19003 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19004
19005         * gnus-art.el (gnus-article-only-boring-p):
19006         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19007         intangible text.
19008         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19009
19010 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19011
19012         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19013         Use `defun' instead of `gmm-defun-compat'.
19014
19015 2006-03-14  Simon Josefsson  <jas@extundo.com>
19016
19017         * message.el (message-unique-id): Don't use message-number-base36
19018         if (user-uid) is a float.
19019         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19020
19021 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19022
19023         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19024
19025         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19026         empty line between a part and a message part.
19027
19028 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19029
19030         * smiley.el: Add more test smileys.
19031         (smiley-data-directory, smiley-regexp-alist)
19032         (gnus-smiley-file-types): Fix doc strings.
19033         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19034         adding new elements.
19035         (smiley-mouse-map): Unused code.  Make it a comment.
19036
19037 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19038
19039         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19040         scan latest NoCeM messages instead of old ones.
19041         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19042         delimiters that are recently used.
19043         (gnus-nocem-load-cache): Add autoload cookie.
19044
19045         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19046
19047         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19048         level which is larger than gnus-use-nocem is specified.
19049
19050         * gnus-group.el (gnus-group-get-new-news): Ditto.
19051
19052 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19053
19054         * gnus-util.el (gnus-tool-bar-update): New function.
19055
19056         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19057         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19058
19059         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19060
19061         * gnus-group.el (gnus-group-redraw-when-idle)
19062         (gnus-group-redraw-check): Remove.
19063         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19064
19065 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19066
19067         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19068         if optional last element is specified in splits (FIELD VALUE...).
19069
19070 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19071
19072         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19073         to gmm-image-load-path-for-library.  Call with no-error argument.
19074         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19075
19076         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19077
19078         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19079
19080         * gmm-utils.el (gmm-image-load-path): Remove alias.
19081
19082 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19083
19084         * gmm-utils.el (gmm-image-load-path): Add alias.
19085
19086         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19087         nnml-generate-nov-databases-1.
19088         (nnml-generate-nov-databases): Use it.
19089         (nnml-generate-nov-databases-directory): Document no-active
19090         argument.
19091
19092         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19093         directory if path is t.  Add no-error.
19094
19095         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19096         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19097
19098         * gnus-art.el (gnus-article-browse-delete-temp-files):
19099         Simplify resetting gnus-article-browse-html-temp-list.
19100
19101         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19102         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19103         Add example to docstring.  Rename local variables.  Move error
19104         checks to default case in cond and simplify.
19105
19106 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19107
19108         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19109         handle is multipart when calling it recursively.
19110         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19111
19112 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19113
19114         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19115         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19116
19117 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19118
19119         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19120         is loaded.
19121
19122         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19123         loaded.
19124
19125 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19126
19127         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19128         to "Emacs 23 (unicode)" in doc string.
19129
19130         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19131         "Emacs 23 (unicode)" in comment.
19132
19133 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19134
19135         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19136
19137         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19138         characters 160 through 255 in Emacs 23.
19139
19140 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19141
19142         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19143         gnus-article-browse-html-temp.
19144         (gnus-article-browse-delete-temp): Make it customizable.
19145         Add `file'.  Adjust doc string.
19146         (gnus-article-browse-delete-temp-files): Add argument.
19147         Allow query for each file.  Adjust doc string.
19148         (gnus-article-browse-html-parts):
19149         Add `gnus-article-browse-delete-temp-files' to
19150         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19151
19152 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
19153
19154         * gnus-art.el (gnus-article-browse-html-temp)
19155         (gnus-article-browse-delete-temp): New variables.
19156         (gnus-article-browse-delete-temp-files): New function.
19157         (gnus-article-browse-html-parts): Use it.
19158
19159 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19160
19161         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
19162
19163         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
19164         string.
19165
19166         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
19167         gnus-summary-insert-new-articles when unplugged.
19168         Remove gnus-summary-search-article-forward.
19169
19170         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
19171         display-visual-class instead of display-color-cells.
19172
19173 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19174
19175         * dgnushack.el: Autoload customize-group for XEmacs.
19176
19177         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
19178         message/* containing non-ASCII text properly.
19179
19180 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
19181
19182         * message.el: Require gmm-utils, remove autoloads.
19183         (message-tool-bar): Set default based on
19184         gmm-tool-bar-style.
19185         (message-tool-bar-gnome): Add gmm-customize-mode.
19186
19187         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
19188         gmm-tool-bar-style.
19189         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
19190
19191         * gnus-group.el (gnus-group-tool-bar): Set default based on
19192         gmm-tool-bar-style.
19193         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
19194
19195         * gmm-utils.el (gmm-image-directory): Rename variable from
19196         gmm-image-load-path.
19197         (gmm-image-load-path): Use gmm-image-directory.
19198         (gmm-customize-mode): New function.
19199         (gmm-tool-bar-style): New variable.
19200
19201         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
19202         gnus-group-redraw-line-number.
19203         (gnus-group-redraw-check): Simplify.
19204         (gnus-group-tool-bar-update): Remove redraw check.
19205         (gnus-group-make-tool-bar): Add redraw check.
19206
19207 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
19208
19209         * gnus-art.el (gnus-button): Add missing parentheses.
19210
19211 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19212
19213         * lpath.el: Fbind line-number-at-pos.
19214
19215 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19216
19217         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
19218
19219 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19220
19221         * gnus-art.el (gnus-button): New face.
19222         (gnus-article-button-face): Use it.
19223
19224         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19225         Add gnus-summary-next-page.  Re-order.
19226
19227         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
19228         next-node are now included.
19229         (gnus-group-redraw-line-number): New internal variable.
19230         (gnus-group-redraw-check): Helper function for updating the tool
19231         bar.
19232         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
19233
19234         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
19235
19236         * spam.el (spam-spamassassin-score-regexp): New internal variable.
19237         (spam-extra-header-to-number, spam-check-spamassassin-headers):
19238         Use it to match format of Spamassassin 3.0 and later.
19239         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
19240         (spam-check-bogofilter)
19241         (spam-bogofilter-register-with-bogofilter): Fix args of
19242         `gnus-error' calls.
19243
19244 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19245
19246         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
19247         unnecessary interaction when sending queued mails.
19248         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
19249
19250 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
19251
19252         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
19253         first or last are nil.
19254
19255 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19256
19257         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
19258
19259 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19260
19261         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
19262
19263 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19264
19265         * dns.el (query-dns): Protect more against buggy tcp output.
19266
19267 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19268
19269         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
19270         nov.php.
19271
19272 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19273
19274         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
19275         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
19276         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
19277         output on the server side.
19278         (nnweb-google-create-mapping): Update regexps and add some
19279         progress indication.
19280
19281 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
19282
19283         * gnus-group.el (gnus-group-tool-bar-gnome):
19284         Fix gnus-agent-toggle-plugged.  Re-order icons.
19285         (gnus-group-tool-bar-gnome):
19286         Add gnus-group-{prev,next}-unread-group.
19287         (gnus-group-tool-bar-gnome): Re-order icons.
19288
19289         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19290         Move gnus-summary-insert-new-articles.
19291
19292         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
19293         Fix comments.
19294
19295         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
19296         also available in Emacs 21.3.
19297
19298         * message.el (message-fix-before-sending): Change "Emacs 22" to
19299         "Emacs 23 (unicode)" in comment.
19300
19301         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
19302         "Emacs 23 (unicode)" in comment.
19303
19304         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
19305         comment.
19306         (mm-coding-system-p): Add comment about no-MULE XEmacs.
19307
19308         * mm-view.el (mm-fill-flowed): Add :version.
19309
19310 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19311
19312         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
19313         and load-path.
19314
19315 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
19316
19317         * message.el: Autoload gmm-image-load-path.
19318         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
19319         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
19320         consitency.
19321
19322         * gmm-utils.el (gmm-image-load-path): Also search in
19323         "../etc/images".  Don't set gmm-image-load-path if we don't find
19324         the image.
19325
19326 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19327
19328         * gmm-utils.el (gmm-image-load-path): Don't make
19329         `gmm-image-load-path' include subdirectories which the second arg
19330         `image' might specify.
19331
19332         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
19333         subdirectory to icon file names.
19334
19335         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
19336
19337 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19338
19339         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
19340         gmm-image-load-path calls.
19341
19342         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19343
19344         * message.el (message-make-tool-bar): Ditto.
19345
19346         * mml.el (mml-preview): Add comment concerning tool bar icons.
19347
19348         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
19349         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
19350
19351         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
19352         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
19353
19354         * message.el (message-tool-bar-gnome): Use new icon names.
19355         (message-make-tool-bar): Use `gmm-image-load-path'.
19356
19357         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
19358         New functions from MH-E.
19359         (gmm-image-load-path): New variable from MH-E.
19360         (gmm-image-load-path): New function from MH-E.  Add arguments
19361         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
19362         *-image-load-path-called-flag.
19363
19364 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
19365
19366         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
19367
19368 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
19369
19370         * nnimap.el (nnimap-request-move-article): Change folder back to
19371         source group before deleting.
19372
19373 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
19374
19375         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
19376
19377         * gnus-art.el (mm-url-insert-file-contents-external):
19378         Autoload mm-url.
19379
19380         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
19381
19382 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19383
19384         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
19385         coding system which mm-charset-to-coding-system returns for a
19386         given charset is valid.
19387
19388 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
19389
19390         * html2text.el (html2text-remove-tag-list):
19391         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19392
19393 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
19394
19395         * gnus-cus.el: Revert 2005-10-17 change.
19396
19397 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19398
19399         * gnus-art.el (article-strip-banner):
19400         Call article-really-strip-banner only when the regexp match is made.
19401
19402 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19403
19404         * gnus-art.el (article-strip-banner):
19405         Use gnus-extract-address-components instead of
19406         mail-header-parse-addresses to make it work with non-ASCII text;
19407         remove mail-encode-encoded-word-string.
19408
19409         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19410         values which are surrounded with \"...\"; make it never cause a
19411         Lisp error; give up parsing of parameters if it failed in
19412         extracting type.
19413
19414 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
19415
19416         * smime.el (smime-cert-by-ldap-1): Fix bug where
19417         `smime-ldap-search' returns results without userCertificates.
19418
19419 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19420
19421         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19422
19423 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19424
19425         * spam.el (spam-check-spamassassin-headers): Adapt format for
19426         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
19427         <ari@mbf.ocn.ne.jp>.
19428         (spam-list-of-processors): Add spam-use-gmane.
19429
19430 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19431
19432         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19433         make-temp-file; make it work with XEmacs as well.
19434
19435         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19436         mm-make-temp-file.
19437
19438         * mm-decode.el (mm-display-external): Use the 3rd arg of
19439         mm-make-temp-file.
19440         (mm-create-image-xemacs): Ditto.
19441
19442 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19443
19444         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19445         with message-narrow-to-headers.
19446         (gnus-draft-setup): Narrow to header to run message-fetch-field.
19447         (gnus-draft-check-draft-articles): New function.
19448         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19449
19450 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19451
19452         * gnus-art.el (gnus-article-browse-html-parts):
19453         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19454         Don't use suffix argument for mm-make-temp-file for Emacs 21
19455         compatibility.  Remove useless `format'.
19456
19457 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19458
19459         * nnweb.el (nnweb-google-wash-article): Update regexps.
19460         (nnweb-group-alist): Use defvoo instead of defvar.
19461
19462 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19463
19464         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19465         re-loading nn* modules.
19466
19467 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19468
19469         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19470         for `tool-bar-mode' and don't check it's default-value.
19471
19472         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19473
19474         * message.el (message-make-tool-bar): Ditto.
19475
19476         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19477         `substring'.  Shorten tmp-file name.
19478
19479         * gnus.el: Remove bogus comment.
19480
19481 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19482
19483         * gnus-art.el (gnus-article-browse-html-parts): New function.
19484         (gnus-article-browse-html-article): New function for viewing html
19485         articles with a browser.
19486
19487 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19488
19489         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19490         in elisp.
19491         (pgg-gpg-encrypt-symmetric-region): Ditto.
19492         (pgg-gpg-sign-region): Ditto.
19493
19494         * pgg-def.el (pgg-text-mode): New variable.
19495
19496         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19497         (mml2015-pgg-encrypt): Ditto.
19498
19499         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19500         (mml1991-pgg-encrypt): Ditto.
19501
19502 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19503
19504         * nnfolder.el (nnfolder-insert-newsgroup-line):
19505         Use message-make-date instead of current-time-string.
19506
19507         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19508         to gnus-decoded which mm-uu might set.
19509
19510 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19511
19512         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19513         don't decode quoted parameters; remove misimported Emacs code.
19514         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19515         (rfc2231-decode-encoded-string): Don't use split-string which
19516         behaves differently according to Emacs version; use
19517         mm-decode-coding-region to convert charset to coding-system.
19518         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19519         (rfc2231-encode-string): Remove misimported Emacs code.
19520
19521 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19522
19523         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19524         when calling mail-header-parse-content-type.
19525         (article-de-quoted-unreadable): Ditto.
19526         (article-de-base64-unreadable): Ditto.
19527         (article-wash-html): Ditto.
19528
19529         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19530         calling mail-header-parse-content-type and
19531         mail-header-parse-content-disposition.
19532         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19533         mail-header-parse-content-type.
19534
19535         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19536         insert charset and format parameters; encode description after
19537         inserting it to buffer.
19538         (mml-insert-parameter): Fold lines properly even if a parameter is
19539         segmented into two or more lines; change the max column to 76.
19540
19541         * rfc1843.el (rfc1843-decode-article-body): Don't use
19542         ignore-errors when calling mail-header-parse-content-type.
19543
19544         * rfc2231.el (rfc2231-parse-string): Return at least type if
19545         possible; don't cause an error even if it fails in parsing of
19546         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19547         (rfc2231-encode-string): Don't break lines at the beginning, leave
19548         it to mml-insert-parameter.
19549
19550         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19551         calling mail-header-parse-content-type.
19552
19553 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19554
19555         * spam-report.el (spam-report-gmane-use-article-number):
19556         Improve doc string.
19557         (spam-report-gmane-internal): Check if a suitable header was found
19558         in the article.
19559
19560 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19561
19562         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19563         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19564
19565 2006-02-05  Romain Francoise  <romain@orebokech.com>
19566
19567         Update copyright notices of all files in the gnus directory.
19568
19569 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19570
19571         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19572
19573 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19574
19575         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19576         segmented lines of parameter value to cope with Thunderbird 1.5
19577         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19578         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19579         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19580
19581 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19582
19583         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19584         parts.
19585
19586 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19587
19588         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19589         there's only one active file for all servers.
19590         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19591         solid groups.  Gnus might have used a FAST request to select the group.
19592         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19593         and nnweb-search redundantly in the active file.
19594         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19595         (nnweb-request-create-group): Don't use ARGS.
19596         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19597         initializations.  Let nnoo do the work.
19598
19599 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19600
19601         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19602         Say the part has been decoded.
19603
19604         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19605
19606 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19607
19608         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19609         mailcap-viewer-test-cache when there's no 'test clause, since that
19610         will invert the meaning of a "nil" test previously determined by
19611         mailcap-mailcap-entry-passes-test.
19612
19613 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19614
19615         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19616         compiling.
19617
19618         * gnus-sum.el: Ditto.
19619
19620         * message.el: Don't bind tool-bar-map when compiling.
19621
19622 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19623
19624         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19625
19626 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19627
19628         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19629         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19630         current Google Groups.
19631
19632 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19633
19634         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19635         and tool-bar-mode.
19636
19637         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19638         and tool-bar-mode.
19639
19640         * message.el (message-tool-bar-update): Simplify.
19641         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19642
19643         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19644         gnus-summary-buffer.
19645         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19646         gnus-summary-reply.
19647
19648         * gmm-utils.el (gmm): Add :version.
19649
19650 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19651
19652         * Makefile.in (clean): New rule.
19653         (distclean): Use it.
19654
19655 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19656
19657         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19658         Don't autoload.
19659
19660 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19661
19662         * gmm-utils.el (gmm-verbose): Add :group.
19663
19664 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19665
19666         * message.el: Change some comments WRT tool-bars.
19667
19668         * gnus-sum.el (gnus-summary-tool-bar)
19669         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19670         (gnus-summary-tool-bar-zap-list): New variables.
19671         (gnus-summary-make-tool-bar): Complete rewrite using
19672         `gmm-tool-bar-from-list'.
19673
19674         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19675         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19676         New variables.
19677         (gnus-group-make-tool-bar): Complete rewrite using
19678         `gmm-tool-bar-from-list'.
19679         (gnus-group-tool-bar-update): New function.
19680
19681         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19682
19683 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19684
19685         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19686         is dissected into a single part of which the type is the same as
19687         the given one; decode charset.
19688
19689 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19690
19691         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19692         into alists as symbol not string, since that's what
19693         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19694         look for.
19695
19696 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19697
19698         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19699         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19700
19701         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19702
19703 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19704
19705         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19706         (gnus-xmas-mime-security-button-menu): New function.
19707
19708         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19709         (gnus-mime-security-button-menu): New definition.
19710         (gnus-mime-security-button-map): Use them.
19711         (gnus-mime-security-button-menu): New function.
19712         (gnus-insert-mime-security-button): Addition to help echo.
19713         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19714         (gnus-mime-security-pipe-part): New functions.
19715
19716         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19717         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19718
19719         * mm-decode.el (mm-handle-set-disposition): Remove.
19720         (mm-handle-set-description): Remove.
19721
19722 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19723
19724         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19725         (mm-w3m-standalone-supports-m17n-p): New function.
19726         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19727         w3m usage.
19728
19729         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19730         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19731
19732 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19733
19734         * message.el (message-tool-bar-zap-list):
19735         Use gmm-tool-bar-zap-list as custom type.
19736         (message-tool-bar-update): New function.
19737         (message-tool-bar, message-tool-bar-gnome)
19738         (message-tool-bar-retro): Add message-tool-bar-update.
19739         (message-tool-bar-gnome): Add flyspell-buffer.
19740
19741         * gnus-util.el (gnus-error): Describe `args'.
19742
19743         * gmm-utils.el (gmm-error): Describe `args'.
19744         (gmm-tool-bar-zap-list): New widget.
19745         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19746
19747 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19748
19749         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19750         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19751         the number of recursive calls.
19752
19753         * mm-decode.el (mm-handle-set-disposition): New macro.
19754         (mm-handle-set-description): New macro.
19755
19756 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19757
19758         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19759         encoding.
19760
19761 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19762
19763         * message.el (message-tool-bar-zap-list, message-tool-bar)
19764         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19765         (message-tool-bar-local-item-from-menu): Remove.
19766         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19767         (message-make-tool-bar): New function.
19768         (message-mode): Use `message-make-tool-bar'.
19769
19770         * gmm-utils.el: New file.
19771         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19772         (gmm-lazy): New widget copied from `nnmail.el'.
19773         (gmm-tool-bar-from-list): New function for creating customizable
19774         tool bars.
19775         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19776         output.
19777         (gmm): Add :prefix to defgroup.
19778
19779 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19780
19781         * gmm-utils.el (gmm-widget-p): New function.
19782
19783 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19784
19785         * mml.el (mml-attach-file): Describe `description' in doc string.
19786         (mml-menu): Add Emacs MIME manual and PGG manual.
19787
19788 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19789
19790         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19791
19792 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19793
19794         * nntp.el (nntp-end-of-line): Doc fix.
19795
19796 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19797
19798         * imap.el (imap-open): Handle case where buffer is a buffer
19799         object.
19800
19801 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19802
19803         * gnus-delay.el (gnus-delay): Don't autoload.
19804         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19805         to be re-loaded when customizing the `gnus-delay' group.
19806
19807 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19808
19809         * message.el (message-insert-citation-line): Use newlines.
19810
19811 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19812
19813         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19814         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19815         these routines, so the passphrase can be managed externally and
19816         passed in to the system.
19817         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19818         pgg-add-passphrase-to-cache function.
19819
19820         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19821         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19822         these routines, so the passphrase can be managed externally and
19823         passed in to the system.
19824         (pgg-pgp5-sign-region): Use new name of
19825         pgg-add-passphrase-to-cache function.
19826
19827 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19828
19829         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19830         part of the decoded armor to find the key-identifier.
19831         (pgg-gpg-lookup-key-owner): New function to return the
19832         human-readable identifier of a key owner.
19833         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19834         itself.
19835         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19836         the key value) if we have a key and can match it against a secret
19837         key.  Also, added a note pointing out fact that the prompt only
19838         indicates the first matching key.
19839
19840         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19841         pgg-decrypt-region.
19842         (pgg-add-passphrase-to-cache): Rename from
19843         `pgg-add-passphrase-cache' to reduce confusion (all callers
19844         changed).
19845         (pgg-remove-passphrase-from-cache): Rename from
19846         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19847         changed).
19848         (pgg-read-passphrase, pgg-add-passphrase-cache)
19849         (pgg-remove-passphrase-cache): Add informative docstrings.
19850         (pgg-decrypt): Convey provided passphrase in subordinate call to
19851         pgg-decrypt-region.
19852
19853 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19854
19855         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19856         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19857         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19858         'passphrase' argument, so the passphrase can be managed externally
19859         and then passed in to the system.
19860
19861         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19862         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19863         so the passphrase cache can be used reliably with identifiers
19864         besides a pgp packet's key id.
19865
19866         * pgg-gpg.el (pgg-gpg-encrypt-region)
19867         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19868         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19869         these routines, so the passphrase can be managed externally and
19870         passed in to the system.
19871
19872         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19873         'notruncate' argument, so the passphrase cache can be used
19874         reliably with identifiers besides a pgp packet's key id.
19875
19876 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19877
19878         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19879         symmetric encryption.
19880         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19881         encrypted session key.
19882         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19883         message ask for the passphrase in a proper way.
19884
19885         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19886         New user commands for symmetric encryption.
19887
19888 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19889
19890         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19891
19892         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19893
19894 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19895
19896         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19897
19898 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19899
19900         * mm-decode.el (mm-inlined-types): Add application/pgp.
19901         (mm-automatic-display): Ditto.
19902
19903         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19904         part as text.
19905
19906 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19907
19908         * nnrss.el: Update copyright.
19909         (nnrss-opml-import): Query whether to subscribe to each entry.
19910
19911         * gnus-art.el:
19912         * gnus-sum.el:
19913         * gnus-xmas.el:
19914         * messagexmas.el:
19915         * mm-uu.el:
19916         * mm-view.el: Update copyright.
19917
19918 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19919
19920         * message.el (message-info): New function.
19921         (message-mode-menu): Add it.
19922         Update copyright.
19923
19924         * ChangeLog: Fix and update copyright.
19925
19926 2006-01-13  Romain Francoise  <romain@orebokech.com>
19927
19928         * message.el (message-forward-subject-name-subject): Prefer the
19929         address to 'nowhere' if the sender has no name.
19930         Fix typo.  Update copyright year.
19931
19932 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19933
19934         * gnus-art.el (article-wash-html):
19935         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19936         (gnus-article-wash-html-with-w3m-standalone): New function.
19937
19938         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19939         mm-inline-text-html-render-with-w3m-standalone.
19940         (mm-text-html-washer-alist): Map w3m-standalone to
19941         gnus-article-wash-html-with-w3m-standalone.
19942         (mm-inline-text-html-render-with-w3m-standalone): New function.
19943
19944 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19945
19946         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19947         Improve LaTeX.
19948
19949 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19950
19951         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19952         (nnrss-request-article): Render text/plain parts as HTML.
19953
19954         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19955         the buffer.
19956
19957 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19958
19959         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19960         custom definition of `gnus-posting-styles'.
19961
19962         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19963         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19964
19965 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19966
19967         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19968         Use nntp for bug archive.
19969
19970 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19971
19972         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19973         parts.
19974         (nnrss-normalize-date): New function converts ISO 8601 date into
19975         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19976         (nnrss-check-group): Use it.
19977
19978 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19979
19980         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19981
19982         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19983         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19984         (nnrss-insert-w3): Ditto.
19985
19986 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19987
19988         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19989         the articles to be forwarded including the case where neither a
19990         number of articles nor a region is specified.
19991
19992 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19993
19994         * nnrss.el (nnrss-request-article): Fix last change; fill
19995         text/plain parts.
19996
19997 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19998
19999         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20000         in text/plain part.
20001         (nnrss-check-group): Don't add excessive newline to dc:subject.
20002
20003 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20004
20005         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20006         article.
20007
20008 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20009
20010         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20011         (nnml-use-compressed-files, nnml-save-mail): Support other
20012         comression programs such as bzip2.
20013
20014 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20015
20016         * dns.el (query-dns): Make sure we check the buffer size before
20017         removing tcp headers.
20018
20019 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20020
20021         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20022         remove MIME buttons associated with multipart/alternative parts.
20023         (gnus-mime-display-alternative): Tag buttons using `article-type'
20024         text property.
20025
20026         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20027         associated with multipart/alternative parts.
20028
20029         * gnus-art.el (gnus-signature-separator): Fix custom type.
20030
20031         * mm-decode.el (mm-inlined-types): Fix custom type.
20032         (mm-keep-viewer-alive-types): Ditto.
20033         (mm-automatic-display): Ditto.
20034         (mm-attachment-override-types): Ditto.
20035         (mm-inline-override-types): Ditto.
20036         (mm-automatic-external-display): Ditto.
20037
20038 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20039
20040         * spam-report.el (spam-report-user-mail-address)
20041         (spam-report-user-agent): New variables.
20042         (spam-report-url-ping-plain): Use spam-report-user-agent.
20043
20044 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20045
20046         * gnus-art.el (gnus-button-handle-custom): Do not just use
20047         `customize-apropos' for any "M-x customize-*" button but the
20048         function called for.  Accept both the function name and its
20049         argument in order to achieve this.
20050         (gnus-button-alist): Remove support for "custom:" URL's.
20051         Pass function name to `gnus-button-handle-custom' in case of "M-x
20052         customize-*" buttons.
20053
20054 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20055
20056         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20057         multipart/alternative and add xref to mm-discouraged-alternatives
20058         in doc string.
20059
20060         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20061         gnus-buttonized-mime-types in doc string.
20062
20063 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20064
20065         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20066         Suggest image/.* in the doc string.
20067
20068 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20069
20070         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20071         message-marks (Debian bug #342521).
20072
20073 2005-12-12  Simon Josefsson  <jas@extundo.com>
20074
20075         * password.el (password-read-from-cache): Add.
20076         (password-read): Use it.
20077
20078 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20079
20080         * rfc2047.el (rfc2047-charset-to-coding-system):
20081         Recognize us-ascii as a MIME charset.
20082
20083         * mm-bodies.el (mm-decode-content-transfer-encoding):
20084         Protect against the case where the 2nd arg TYPE is nil.
20085
20086 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20087
20088         * pop3.el (pop3-stream-type): Fix custom version.
20089
20090         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20091
20092 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20093
20094         * mm-decode.el (mm-display-external): Add missing cdr.
20095
20096 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20097
20098         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20099         RFC1524) if it is in mailcap or add a suffix according to
20100         mailcap-mime-extensions when generating a temp filename; postpone
20101         deleting a temp file for 2 seconds for some wrappers, shell
20102         scripts, and so on, which might exit right after having started a
20103         viewer command as a background job.
20104
20105 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20106
20107         * nntp.el (nntp-marks-directory): Fix custom group.
20108
20109         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20110         steps when < 10.
20111
20112         * gnus-start.el (gnus-no-server-1):
20113         Mention `gnus-level-default-subscribed' in doc string.
20114
20115 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20116
20117         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20118         parens.
20119
20120 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20121
20122         * gnus-xmas.el (gnus-use-toolbar): Revert.
20123         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20124         gnus-use-toolbar is default.
20125
20126         * messagexmas.el (message-use-toolbar): Revert.
20127         (message-setup-toolbar): Use global default-toolbar if
20128         message-use-toolbar is default.
20129
20130 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20131
20132         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20133         according to default-toolbar-visible-p.
20134
20135         * messagexmas.el (message-use-toolbar): Ditto.
20136
20137 2005-11-26  Dave Love  <fx@gnu.org>
20138
20139         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20140         (tls-program, tls-success): Provide openssl alternative.
20141
20142         * starttls.el: Doc fixes.
20143         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20144         SERVICE to PORT.
20145
20146         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20147         port null or service name.
20148         (starttls-negotiate): Autoload.
20149
20150 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20151
20152         * message.el (message-kill-to-signature): Fix interactive spec.
20153
20154 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20155
20156         * pop3.el (pop3-open-server): Recognize a string as a service name.
20157
20158 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
20159
20160         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
20161
20162 2005-11-23  Dave Love  <fx@gnu.org>
20163
20164         Add pop3s, pop3/starttls.
20165
20166         * pop3.el (pop3-authentication-scheme): Clarify doc.
20167         (open-tls-stream, starttls-open-stream): Autoload.
20168         (pop3-stream-type): New.
20169         (pop3-open-server): Use it.
20170
20171         * mail-source.el (mail-sources): Fix some :types.  Add stream type
20172         for POP.
20173         (mail-source-keyword-map): Add :stream for POP.
20174         (mail-source-fetch-pop): Use pop3-stream-type.
20175
20176 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20177
20178         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
20179         of current-time-string.
20180
20181 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
20182
20183         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
20184         date header.
20185
20186 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20187
20188         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
20189         it can seriously impact performance as it bypasses the agent's
20190         local caches.
20191
20192 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20193
20194         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
20195         must be explicitly online rather than "not explicitly offline" for
20196         its flags to be synchronized.
20197
20198         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
20199         that gnus-uu-unmark-thread will function correctly.
20200
20201         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
20202         1024K is instead displayed as 1M.
20203
20204 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20205
20206         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
20207
20208 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
20209
20210         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
20211
20212 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
20213
20214         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
20215         error message to display actual error condition.
20216         (gnus-agent-save-local): Avoid saving symbols that are bound to
20217         nil as they simply result in a warning message in
20218         gnus-agent-read-local.
20219
20220 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20221
20222         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
20223         rather than make-variable-buffer-local for file-precious-flag.
20224
20225 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20226
20227         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
20228         for duplicates which are removed.  The invalid sort check then
20229         triggers a rescan after the sort as sorting may have moved
20230         duplicate entries such that they can be cheaply detected.
20231
20232 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20233
20234         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
20235
20236 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20237
20238         * gnus-agent.el (gnus-agent-article-alist-save-format):
20239         Change internal variable to a custom variable.  Change default value
20240         from compressed(2) to uncompressed(1).
20241         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
20242         support for uncompressed agentview files.  Taken together, reading
20243         the agentview file should now be 6-7 times faster.
20244
20245 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
20246
20247         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
20248         as a buffer-local variable.  This avoids creating truncated
20249         dribble files as a result of a hang up, eg.
20250
20251 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
20252
20253         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
20254         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
20255         XEmacs.
20256
20257 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20258
20259         * gnus-start.el (gnus-start-draft-setup):
20260         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
20261
20262         * gnus.el (gnus-splash): Change custom group.
20263         (gnus-group-get-parameter, gnus-group-parameter-value):
20264         Describe allow-list argument.
20265
20266         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
20267         string.
20268
20269 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20270
20271         * gnus-art.el (gnus-default-article-saver): Add user-defined
20272         `function' to custom type.
20273
20274 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20275
20276         * imap.el (imap-open): Handle case where buffer is a buffer
20277         object.
20278
20279 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20280
20281         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
20282         long lines.
20283         (gnus-cache-delete-group): Wrap doc strings.
20284
20285         * gnus-agent.el (gnus-agent-rename-group)
20286         (gnus-agent-delete-group): Wrap doc strings.
20287
20288 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20289
20290         * messagexmas.el (message-use-toolbar): Change the valid values
20291         into default, top, bottom, left, and right.
20292         (message-toolbar-thickness): New variable.
20293         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
20294         well.
20295         (message-setup-toolbar): Make it work.
20296
20297         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
20298         (gnus-use-toolbar): Change the valid values into default, top,
20299         bottom, left, and right.
20300         (gnus-toolbar-thickness): New variable.
20301         (gnus-xmas-setup-toolbar): New function.
20302         (gnus-xmas-setup-group-toolbar): Use it.
20303         (gnus-xmas-setup-summary-toolbar): Use it.
20304
20305 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20306
20307         * gnus-start.el (gnus-1): Add "native" to
20308         gnus-predefined-server-alist.
20309
20310         * gnus.el (gnus-method-to-server): Don't add "native" to the
20311         lists here, because that leads to problems when
20312         gnus-select-method is bound.
20313
20314 2005-11-09  Simon Josefsson  <jas@extundo.com>
20315
20316         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
20317         use (not sort-by-date) instead.
20318
20319 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20320
20321         * gnus-delay.el (gnus-delay-group): Don't autoload.
20322         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20323         to be re-loaded when customizing the `gnus-delay' group.
20324
20325 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20326
20327         * message.el: Revert last changes.
20328         (message-insert-citation-line): Use newlines.
20329
20330 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20331
20332         * message.el (message-courtesy-message)
20333         (message-mark-insert-begin, message-mark-insert-end)
20334         (message-elide-ellipsis, message-cancel-message)
20335         (message-add-header, message-change-subject)
20336         (message-cross-post-followup-to-header)
20337         (message-cross-post-insert-note, message-reduce-to-to-cc)
20338         (message-widen-reply, message-delete-not-region)
20339         (message-kill-to-signature, message-insert-signature)
20340         (message-insert-importance-high, message-insert-importance-low)
20341         (message-insert-or-toggle-importance)
20342         (message-insert-disposition-notification-to)
20343         (message-indent-citation, message-yank-original)
20344         (message-cite-original-without-signature, message-cite-original)
20345         (message-insert-citation-line, message-position-on-field)
20346         (message-fix-before-sending, message-send-mail-partially)
20347         (message-send-mail, message-send-mail-with-sendmail)
20348         (message-send-mail-with-qmail, message-send-news)
20349         (message-check-news-header-syntax, message-generate-headers)
20350         (message-insert-courtesy-copy, message-fill-address)
20351         (message-fill-header, message-shorten-references)
20352         (message-setup-1, message-cancel-news)
20353         (message-forward-make-body-plain, message-forward-make-body-mime)
20354         (message-forward-make-body-mml, message-encode-message-body)
20355         (message-forward-make-body-digest-plain)
20356         (message-forward-make-body-digest-mime)
20357         (message-use-alternative-email-as-from): Insert `hard-newline'
20358         instead of ordinary newlines.
20359
20360 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20361
20362         * message.el (message-generate-headers): Downcase the argument
20363         given to message-check-element.
20364
20365 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
20366
20367         * nntp.el (nntp-authinfo-rejected): New error condition.
20368         (nntp-wait-for): Use new error condition to signal authentication
20369         error.
20370         (nntp-retrieve-data): Rethrow new error condition to break out of
20371         recursive call to nntp-send-authinfo.
20372
20373 2005-11-08  Romain Francoise  <romain@orebokech.com>
20374
20375         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
20376         (gnus-summary-exit-map): Bind to `Z p'.
20377         (gnus-summary-make-menu-bar): Add menu item.
20378
20379 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
20380
20381         * gnus-art.el (gnus-article-treat-custom): Add `first'.
20382         (gnus-treat-*): Add `first' in all doc strings.
20383
20384         * gnus-group.el (gnus-group-compact-group): Fix typo.
20385
20386 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20387
20388         * gnus.el (gnus-parameters-case-fold-search): New variable.
20389         (gnus-parameters-get-parameter): Use it.
20390
20391         * gnus-score.el (gnus-home-score-file): Doc fix.
20392
20393 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
20394
20395         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
20396
20397 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20398
20399         * mm-util.el (mm-special-display-p): New function.
20400
20401         * mml.el (mml-preview): Use it; doc fix.
20402
20403 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20404
20405         * imap.el (imap-open): Handle case where buffer is a buffer object.
20406
20407 2005-10-29  Romain Francoise  <romain@orebokech.com>
20408
20409         * message.el (message-fix-before-sending): Fix comment.
20410
20411 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20412
20413         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
20414
20415 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20416
20417         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
20418         Used in gnus-score.el.
20419
20420 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
20421
20422         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
20423
20424 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
20425
20426         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
20427         whitespace removed in revision 7.8.  Use concatenated string to
20428         protect trailing whitespace.
20429
20430 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
20431
20432         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
20433         (nnimap-request-expire-articles): Use it to avoid sending 'UID
20434         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
20435         Courier IMAP ("some version from 2004").  Mostly based on similar
20436         code in the same function.
20437
20438 2005-10-26  Didier Verna  <didier@xemacs.org>
20439
20440         * gnus-group.el (gnus-group-compact-group): Invalidate original
20441         article buffer.
20442         * gnus-srvr.el (gnus-server-compact-server): Ditto.
20443         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
20444         NOV database and in article itself.
20445         Invalidate article backlog.
20446
20447 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20448
20449         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
20450
20451 2005-10-26  Simon Josefsson  <jas@extundo.com>
20452
20453         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
20454         part of 2004-07-25 change.
20455
20456 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20457
20458         * message.el (message-display-completion-list): New function.
20459         (message-expand-group): Use it; make sure the Completions buffer
20460         is modifiable.
20461 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20462
20463         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
20464         user-mail-name is an empty string.
20465
20466 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20467
20468         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20469         depending on gnus-score-decay-constant.
20470
20471         * encrypt.el (encrypt-insert-file-contents)
20472         (encrypt-write-file-contents): Don't use `gnus-message'.
20473
20474         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20475         arguments.
20476         (mm-uu-type-alist): Add message-marks and insert-marks.
20477         Pass arguments to mm-uu-verbatim-marks-extract.
20478         (mm-uu-hide-markers): New variable.
20479         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20480
20481         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20482         (gnus-convert-image-to-face-command): Use "convert" by default to
20483         allow other input image formats.
20484         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20485         accordingly.
20486
20487 2005-10-23  Simon Josefsson  <jas@extundo.com>
20488
20489         * imap.el (imap-gssapi-program): Align command line parameters
20490         with latest GNU SASL.
20491         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20492
20493 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20494
20495         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20496         HTML.
20497         (nnslashdot-request-article): Ditto.
20498
20499         * lpath.el (featurep): Add nobreak-char-display.
20500
20501 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20502
20503         * mail-source.el (mail-source-fetch-pop): Require pop3.
20504         (mail-source-check-pop): Ditto.
20505
20506 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20507
20508         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20509         errors.
20510
20511 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20512
20513         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20514         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20515
20516         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20517
20518         * mm-bodies.el (mm-decode-string):
20519         Call `mm-charset-to-coding-system' with allow-override argument.
20520
20521 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20522
20523         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20524         (rfc2047-charset-to-coding-system): New function.
20525         (rfc2047-decode-encoded-words): New function.
20526         (rfc2047-decode-region): Use them.
20527         (rfc2047-decode-cte): Remove.
20528         (rfc2047-parse-and-decode): Remove.
20529         (rfc2047-decode): Remove.
20530
20531 2005-10-15  Kenichi Handa  <handa@m17n.org>
20532
20533         * rfc2047.el (rfc2047-decode-cte): New function.
20534         (rfc2047-decode-region): Change the way to decode successive
20535         encoded-words: decode B- or Q-encoding in each encoded-word,
20536         concatenate them, and decode it as charset.
20537
20538 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20539
20540         * lpath.el: Fbind codepage-setup for XEmacs.
20541
20542 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20543
20544         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20545         widget-move-and-invoke.
20546         (gnus-custom-mode): Use gnus-custom-map.
20547
20548 2005-10-15  Bill Wohler  <wohler@newt.com>
20549
20550         * message.el (message-tool-bar-map): Rename image file from
20551         mail_send to mail/send.
20552
20553 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20554
20555         * message.el (message-expand-group): Pass the common
20556         prefix substring of completion to `display-completion-list'.
20557
20558 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20559
20560         * mml-sec.el (mml-secure-method): New internal variable.
20561         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20562         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20563         New functions using mml-secure-method.
20564
20565         * mml.el (mml-mode-map): Add key bindings for those functions.
20566         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20567         Harder <harder@myrealbox.com>.
20568         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20569         Goto end of message if point is the headers of the message.
20570
20571         * message.el (message-in-body-p): New function.
20572
20573         * assistant.el: Autoload gnus-util and netrc.
20574
20575         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20576         Use `mm-charset-override-alist' only when decoding.
20577
20578         * mm-bodies.el (mm-decode-body):
20579         Call `mm-charset-to-coding-system' with allow-override argument.
20580
20581         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20582         `filename' from Content-Disposition if Content-Type doesn't
20583         provide `name'.
20584         (gnus-mime-view-part-as-type): Set default instead of
20585         initial-input.
20586
20587 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20588
20589         * format-spec.el (format-spec): Propagate text properties of % spec.
20590
20591 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20592
20593         * gnus-art.el (gnus-treat-predicate): Add `first'.
20594
20595 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20596
20597         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20598         (mm-charset-override-alist): New variable.
20599         (mm-charset-to-coding-system): Use it.
20600         (mm-codepage-setup): New helper function.
20601         (mm-charset-eval-alist): New variable.
20602         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20603         Warn about unknown charsets.
20604
20605         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20606
20607 2005-10-04  David Hansen  <david.hansen@gmx.net>
20608
20609         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20610         (nnrss-check-group): Ditto.
20611
20612 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20613
20614         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20615         Rename x-gnus-verbatim to x-verbatim.
20616         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20617
20618         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20619         x-verbatim.
20620
20621         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20622
20623         * gnus-util.el (gnus-remove-duplicates): Remove.
20624
20625         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20626         instead of gnus-remove-duplicates.
20627
20628         * message.el (message-remove-duplicates): Remove.
20629         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20630         message-remove-duplicates.
20631
20632         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20633         available, else use implementation from `delete-dups'.
20634
20635         * message.el (message-insert-expires): New function.
20636         (message-mode-map): Add key binding.
20637         (message-mode-field-menu): Add menu entry.
20638         (message-mode): Document it.
20639         (message-make-expires-date): Use `message-make-date'.
20640
20641 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20642
20643         * message.el (message-make-expires-date): New function.
20644
20645 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20646
20647         * Makefile.in (list-installed-shadows): New entry.
20648         (install): Use it.
20649         (remove-installed-shadows): New entry.
20650
20651         * dgnushack.el (dgnushack-default-load-path): New variable.
20652         (dgnushack-find-lisp-shadows): New function.
20653         (dgnushack-remove-lisp-shadows): New function.
20654
20655 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20656
20657         * Makefile.in (install-el-elc): New entry.
20658         (install): Use it so that .el files are necessarily installed.
20659
20660 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20661
20662         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20663
20664 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20665
20666         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20667         function rather than the diff-mode.el package.
20668         (mm-display-external): Use with-current-buffer.
20669         (mm-viewer-completion-map, mm-viewer-completion-map):
20670         Move initialization inside declaration.
20671
20672 2005-09-29  Simon Josefsson  <jas@extundo.com>
20673
20674         * spam.el: Load hashcash when compiling, to avoid warnings.
20675         Don't autoload mail-check-payment.
20676         (spam-check-hashcash): Define unconditionally, since hashcash.el
20677         is part of Gnus now.  Ignore errors from payment checking.
20678
20679 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20680
20681         * message.el (message-bold-region, message-unbold-region):
20682         Rename from `bold-region' and `unbold-region'.
20683
20684         * message.el: Remove useless autoloads.
20685
20686 2005-09-28  Simon Josefsson  <jas@extundo.com>
20687
20688         * message.el (message-use-idna): Default to t.
20689         (message-use-idna): Test whether encoding works too.  Doc fix.
20690
20691 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20692
20693         * nntp.el (nntp-warn-about-losing-connection): Remove.
20694
20695 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20696
20697         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20698         customizable.  Change default value.
20699         (mm-uu-diff-groups-regexp): Change default value.
20700         (mm-uu-type-alist): Add doc string.
20701         (mm-uu-configure): Add doc string.  Make it interactive.
20702         (mm-uu-tex-groups-regexp): New variable.
20703         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20704         (mm-uu-type-alist): Add LaTeX documents.
20705         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20706         of "text/verbatim".
20707         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20708
20709         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20710         instead of "text/verbatim".
20711
20712         * message.el (message-mark-inserted-region)
20713         (message-mark-insert-file): Use slrn style marks when called with
20714         prefix argument.
20715
20716 2005-09-27  Simon Josefsson  <jas@extundo.com>
20717
20718         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20719
20720 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20721
20722         * message.el (message-remove-duplicates): New function.
20723         Implementation borrowed from `gnus-remove-duplicates'.
20724         (message-idna-to-ascii-rhs): Also encode idna addresses in
20725         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20726         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20727         only ask about the same idna domain once per header and also tell
20728         in what header to replace the idna domain.
20729
20730         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20731         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20732         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20733         a header is decoded and not just the last one.
20734
20735 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20736
20737         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20738         has been decoded.
20739
20740         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20741         (mm-insert-part): Don't modify text if it has been decoded.
20742
20743         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20744         decoded.
20745
20746         * mm-view.el (mm-inline-text): Don't strip text props unless
20747         decoding enriched or richtext parts.
20748
20749 2005-09-25  Romain Francoise  <romain@orebokech.com>
20750
20751         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20752         * gnus-start.el (gnus-subscribe-interactively):
20753         * gnus-uu.el (gnus-uu-grab-articles):
20754         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20755         space.
20756
20757 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20758
20759         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20760         * mm-view.el (mm-view-pkcs7-decrypt):
20761         * gnus-sum.el (gnus-summary-limit-to-extra)
20762         (gnus-summary-respool-article, gnus-read-move-group-name):
20763         * gnus-score.el (gnus-summary-increase-score):
20764         * gnus-util.el (gnus-completing-read-with-default):
20765         * gnus-art.el (gnus-read-save-file-name)
20766         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20767         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20768         * message.el (message-check-news-header-syntax):
20769         Follow convention for reading with the minibuffer.
20770
20771 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20772
20773         * spam-report.el (spam-report-url-ping-plain):
20774         Use gnus-extended-version as User-Agent.
20775
20776         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20777         default value is nil.
20778
20779         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20780         (mm-uu-verbatim-marks-extract): New function.
20781         (mm-uu-extract): New face.
20782         (mm-uu-copy-to-buffer): Use it.
20783
20784         * spam-report.el (spam-report-gmane-ham): Rename from
20785         `spam-report-gmane-unspam'.
20786         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20787         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20788
20789         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20790         Autoload.
20791         (spam-report-gmane-unregister-routine):
20792         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20793
20794 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20795
20796         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20797         (spam-report-gmane-unregister-routine): Add support for gmane
20798         unregistration.
20799
20800         * spam-report.el (spam-report-gmane-unspam)
20801         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20802         (spam-report-gmane): Change to take a single article and do unspam
20803         registration.
20804
20805 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20806
20807         * mm-url.el (mm-url-decode-entities): Fix regexp.
20808
20809 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20810
20811         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20812         default to nil, to be able to use Gnus at all.  If the default
20813         switches to something else, then the function should be fixed not
20814         be exceedingly slow.
20815
20816 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20817
20818         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20819         fail hard.
20820
20821         * spam-report.el: Add better Keywords line.
20822
20823         * spam.el: Add Maintainer and better Keywords line.
20824
20825 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20826
20827         * gnus-art.el (gnus-article-replace-part)
20828         (gnus-mime-replace-part): New functions.
20829         (gnus-mime-action-alist, gnus-mime-button-commands)
20830         (gnus-mime-save-part-and-strip): Add file argument.
20831         (gnus-article-part-wrapper): Add interactive argument.
20832
20833         * gnus-sum.el (gnus-summary-mime-map):
20834         Add `gnus-article-replace-part'.
20835
20836 2005-09-19  Didier Verna  <didier@xemacs.org>
20837
20838         The nnml compaction feature:
20839         * nnml.el (nnml-request-compact-group): New function.
20840         * nnml.el (nnml-request-compact): New function.
20841         * gnus-int.el (gnus-request-compact-group): New function.
20842         * gnus-int.el (gnus-request-compact): New function.
20843         * gnus-group.el (gnus-group-compact-group): New function.
20844         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20845         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20846         * gnus-srvr.el (gnus-server-compact-server): New function.
20847         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20848         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20849
20850 2005-09-18  Deepak Goel  <deego@gnufans.org>
20851
20852         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20853         format spec.
20854
20855 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20856
20857         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20858
20859 2005-09-15  Romain Francoise  <romain@orebokech.com>
20860
20861         * message.el (message-fill-paragraph): Clarify docstring.
20862
20863 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20864
20865         * gnus-art.el (gnus-mime-display-part): Protect against broken
20866         MIME messages.
20867
20868 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20869
20870         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20871         before parsing header.
20872
20873 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20874
20875         * html2text.el (html2text-replace-list): Add new entities.
20876
20877 2005-09-11  Romain Francoise  <romain@orebokech.com>
20878
20879         * message.el (message-alternative-emails): Improve docstring.
20880         (message-setup-1): Call `message-use-alternative-email-as-from'
20881         after `message-setup-hook' to give it precedence over posting
20882         styles, etc.
20883         (message-use-alternative-email-as-from): Add docstring.
20884         Remove the original From header if present.
20885
20886         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20887         (nnml-save-mail): Use it.
20888
20889         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20890         articles.  Add new argument `silent'.
20891         (gnus-uu-mark-all): Report the total number of marked articles.
20892
20893 2005-09-10  Romain Francoise  <romain@orebokech.com>
20894
20895         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20896         (gnus-uu-mark-series): Likewise.
20897
20898 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20899
20900         * spam-report.el (spam-report-gmane): Fix generation of spam
20901         report URL.
20902
20903 2005-09-10  Simon Josefsson  <jas@extundo.com>
20904
20905         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20906         t, based on discussion on the ding list with Robert Epprecht
20907         <epprecht@solnet.ch>.
20908
20909 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20910
20911         * spam-report.el (spam-report-gmane): Make it work without
20912         X-Report-Spam header.  Gmane now only provides Archived-At.
20913         This is only used if `spam-report-gmane-use-article-number' is nil.
20914         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20915
20916         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20917         make `gnus-summary-sort-by-recipient' work with threading.
20918
20919         * nnweb.el (nnweb-google-wash-article): Print a message if article
20920         is not available.
20921
20922 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20923
20924         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20925         change.  Decode text/* parts content before displaying.
20926
20927 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20928
20929         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20930
20931 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20932
20933         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20934
20935         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20936         url-package-name, url-package-version,
20937         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20938         w3m-display-inline-images, and w3m-minor-mode-map.
20939
20940 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20941
20942         * message.el (message-tab-body-function): Fix mismatched custom type.
20943
20944         * gnus.el (gnus-group-change-level-function): Ditto.
20945
20946         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20947
20948         * gnus-art.el (gnus-signature-limit)
20949         (gnus-article-mime-part-function): Ditto.
20950
20951 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20952
20953         * mml.el (mml-mode): Silence the byte compiler.
20954
20955         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20956         using `(sit-for 0)' before moving the point to the specified part;
20957         skip unbuttonized parts.
20958         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20959         return to the summary window if gnus-auto-select-part is non-nil.
20960
20961 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20962
20963         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20964         New variables.
20965         (mml-dnd-attach-file, mml-mode): Use them.
20966
20967         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20968         Make fetching article by MID work again for Google Groups.
20969         Add FIXME concerning gnus-group-make-web-group.
20970
20971         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20972         Don't depend on Gnus by using mail-extract-address-components if
20973         gnus-extract-address-components is not bound.
20974
20975 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20976
20977         * gnus-art.el (gnus-mime-display-security): Don't display the
20978         signature, but only the signed part.
20979
20980 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20981
20982         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20983
20984         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20985         list, not listp.
20986
20987 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20988
20989         * mm-encode.el (mm-encode-content-transfer-encoding):
20990         Likewise when encoding.
20991
20992         * mm-bodies.el (mm-decode-content-transfer-encoding):
20993         De-canonicalize CRLF for all text content types, not just
20994         text/plain.
20995
20996 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20997
20998         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20999         valid article; point arrow and cursor at the MIME button.
21000
21001 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21002
21003         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21004         Suggested by Dan Christensen <jdc@uwo.ca>.
21005
21006         * mm-decode.el (mm-save-part): Enable change of prompt.
21007
21008 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21009
21010         * gnus-msg.el (gnus-inews-add-send-actions):
21011         Make `message-post-method' lambda parameter ARG `&optional'.
21012
21013 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21014
21015         * gnus-sum.el (gnus-summary-mime-map):
21016         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21017         gnus-article-jump-to-part.
21018
21019         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21020         (gnus-article-edit-part): Use it.
21021         (gnus-article-part-wrapper): Add no-handle argument.
21022         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21023         New functions.
21024
21025 2005-08-29  Romain Francoise  <romain@orebokech.com>
21026
21027         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21028         docstring.
21029         (gnus-face-from-file): Likewise.
21030
21031 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21032
21033         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21034         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21035         non-nil.
21036         (gnus-auto-select-part): New variable.
21037         (gnus-article-jump-to-part): New function.
21038         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21039         (gnus-mime-delete-part): Allow selecting specified part after
21040         deleting or stripping parts.
21041         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21042         part if argument is bogus.
21043
21044 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21045
21046         * gnus-art.el (w3m-minor-mode-map):
21047         * gnus-spec.el (gnus-newsrc-file-version):
21048         * gnus-util.el (nnmail-active-file-coding-system)
21049         (gnus-original-article-buffer, gnus-user-agent):
21050         * gnus.el (gnus-ham-process-destinations)
21051         (gnus-parameter-ham-marks-alist)
21052         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21053         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21054         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21055         * mm-decode.el (gnus-current-window-configuration):
21056         * mm-extern.el (gnus-article-mime-handles):
21057         * mm-url.el (url-current-object, url-package-name)
21058         (url-package-version):
21059         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21060         (smime-keys, w3m-cid-retrieve-function-alist)
21061         (w3m-current-buffer, w3m-display-inline-images)
21062         (w3m-minor-mode-map):
21063         * mml-smime.el (gnus-extract-address-components):
21064         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21065         (gnus-newsrc-hashtb, message-default-charset)
21066         (message-deletable-headers, message-options)
21067         (message-posting-charset, message-required-mail-headers)
21068         (message-required-news-headers):
21069         * mml1991.el (mc-pgp-always-sign):
21070         * mml2015.el (mc-pgp-always-sign):
21071         * nnheader.el (nnmail-extra-headers):
21072         * rfc1843.el (gnus-decode-encoded-word-function)
21073         (gnus-decode-header-function, gnus-newsgroup-name):
21074         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21075
21076 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21077
21078         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21079         the end of the date treatments.
21080
21081 2005-08-15  Simon Josefsson  <jas@extundo.com>
21082
21083         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21084         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21085         Capello and Romain Francoise.
21086         (pgg-fetch-key-function): Remove, not used?
21087         (pgg-insert-url-with-w3): Require url, to get
21088         url-insert-file-contents regardless of where it is defined.
21089
21090 2005-08-13  Romain Francoise  <romain@orebokech.com>
21091
21092         * message.el (message-cite-original-1): New function.
21093         (message-cite-original): Use it.
21094         (message-cite-original-without-signature): Ditto.
21095
21096 2005-08-08  Romain Francoise  <romain@orebokech.com>
21097
21098         * message.el (message-yank-empty-prefix): New variable.
21099         (message-indent-citation): Use it.
21100         (message-cite-original-without-signature): Respect X-No-Archive.
21101
21102 2005-08-08  Simon Josefsson  <jas@extundo.com>
21103
21104         * pgg.el: Autoload url-insert-file-contents instead of loading
21105         w3/url.
21106         (pgg-insert-url-with-w3): Don't load url here.
21107
21108 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21109
21110         * message.el (message-kill-to-signature): Don't insert newline at
21111         bol.
21112         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21113
21114 2005-08-06  Romain Francoise  <romain@orebokech.com>
21115
21116         * message.el (message-user-fqdn): Fix typo in docstring.
21117
21118 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21119
21120         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21121
21122         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21123
21124 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21125
21126         * mm-bodies.el (mm-encode-body): Use coding system rather than
21127         charset to encode text.
21128
21129         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21130         number of charsets if utf-8 is available (XEmacs).
21131
21132 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21133
21134         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21135         taken from `gnus-button-mid-or-mail-regexp'.
21136         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21137         (gnus-button-alist): Improve regexp for domain part of the MIDs
21138         for news:localpart@domain buttons.
21139         (gnus-button-ctan-directory-regexp): Update.
21140
21141 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21142
21143         * sieve-manage.el (sieve-manage-interactive-login):
21144         Use make-local-variable rather than make-variable-buffer-local.
21145         (sieve-manage-open): Ditto.
21146         (sieve-manage-authenticate): Ditto.
21147
21148         * mml.el (mml-generate-mime-1): Make the content type default to
21149         text/plain if the filename is not specified.
21150
21151 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21152
21153         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
21154         instead of insert-buffer.
21155
21156         * message.el (message-yank-original): Ditto; set the mark at the
21157         end of the yanked message.
21158
21159 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21160
21161         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
21162         lines to scroll rather than to stop it.
21163
21164         * mml.el (mml-generate-default-type): Add doc string.
21165         (mml-generate-mime-1): Use mm-default-file-encoding or make it
21166         default to application/octet-stream when determining the content
21167         type if it is not specified for the part or the mml contents; add
21168         a comment about mml-generate-default-type.
21169
21170 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
21171
21172         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
21173         make it default to application/octet-stream when determining the
21174         content type if it is not specified for the external contents.
21175
21176 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21177
21178         * rfc2231.el (rfc2231-parse-string): Take care that not only a
21179         segmented parameter but also other parameters might be there.
21180
21181 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21182
21183         * mm-decode.el (mm-display-external): Delete temp file, directory
21184         and buffer immediately if the external process is exited.
21185
21186 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21187
21188         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
21189         fewer lines than that of scroll-margin.
21190         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
21191
21192 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21193
21194         * gnus-art.el (gnus-article-next-page): Revert.
21195         (gnus-article-beginning-of-window): New macro.
21196         (gnus-article-next-page-1): Use it.
21197         (gnus-article-prev-page): Ditto.
21198         (gnus-article-edit-part): Use insert-buffer-substring instead of
21199         insert-buffer.
21200         (gnus-article-edit-exit): Ditto.
21201
21202         * gnus-util.el (gnus-beginning-of-window): Remove.
21203         (gnus-end-of-window): Remove.
21204
21205         * lpath.el: Don't bind header-line-format and scroll-margin.
21206
21207 2005-07-25  Simon Josefsson  <jas@extundo.com>
21208
21209         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
21210         to have the url package without w3.  Reported by Daiki Ueno
21211         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
21212
21213 2005-07-20  Didier Verna  <didier@xemacs.org>
21214
21215         * gnus-diary.el: Remove the description comment (nndiary is now
21216         properly documented in the Gnus manual).
21217         Fix the spelling of "Back End".
21218         * nndiary.el: Ditto.
21219         Fix the copyright notice.
21220
21221 2005-07-18  Romain Francoise  <romain@orebokech.com>
21222
21223         * gnus-sum.el (gnus-summary-to-prefix)
21224         (gnus-summary-newsgroup-prefix): New variables.
21225         (gnus-summary-from-or-to-or-newsgroups): Use them.
21226
21227 2005-07-17  Romain Francoise  <romain@orebokech.com>
21228
21229         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
21230         space as it's generally not especially interesting to the user.
21231
21232 2005-07-16  Romain Francoise  <romain@orebokech.com>
21233
21234         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
21235         nil to avoid prompting and file modification if one of the
21236         messages at the top of the nnfolder file contains a copyright
21237         notice.
21238         Update copyright notice.
21239
21240         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
21241         instead of `current-time-string' as the latter creates a time
21242         string that is not RFC 2822 compliant (it lacks the zone).
21243         Update copyright notice.
21244
21245 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21246
21247         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
21248         for text/rtf.  Display default in prompt.  Pass default for M-n.
21249
21250         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
21251
21252 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21253
21254         * gnus-msg.el (gnus-button-mailto):
21255         Remove save-selected-window-window hackery because it relies on
21256         save-selected-window internals.
21257
21258 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21259
21260         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
21261         (gnus-article-next-page-1): Use gnus-beginning-of-window.
21262         (gnus-article-prev-page): Ditto.
21263
21264         * gnus-util.el (gnus-beginning-of-window): New function.
21265         (gnus-end-of-window): New function.
21266
21267         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
21268
21269 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21270
21271         * gnus-score.el (gnus-score-edit-all-score):
21272         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
21273         gnus-message.
21274
21275 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21276
21277         * gnus-msg.el (gnus-button-mailto):
21278         Remove save-selected-window-window hackery because it relies on
21279         save-selected-window internals.
21280
21281 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21282
21283         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
21284         add-minor-mode.
21285         (gnus-binary-mode): Ditto.
21286
21287         * gnus-topic.el (gnus-topic-mode): Ditto.
21288
21289 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
21290
21291         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
21292         (gnus-article-prev-page): Take scroll-margin into consideration.
21293
21294 2005-07-04  Lute Kamstra  <lute@gnu.org>
21295
21296         Update FSF's address in GPL notices.
21297
21298 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
21299
21300         * gnus.el (gnus-exit):
21301         * gnus-group.el (gnus-group-icons):
21302         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
21303
21304         * gnus-nocem.el (gnus-nocem):
21305         * message.el (message-various, message-buffers, message-sending)
21306         (message-interface, message-forwarding, message-insertion)
21307         (message-headers, message-news, message-mail):
21308         * pgg-gpg.el (pgg-gpg):
21309         * pgg-parse.el (pgg-parse):
21310         * pgg-pgp.el (pgg-pgp):
21311         * pgg-pgp5.el (pgg-pgp5):
21312         * pop3.el (pop3): Finish `defgroup' description with period.
21313
21314 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21315
21316         * gnus-art.el (article-display-face): Improve the efficiency.
21317         (article-display-x-face): Ditto; remove gray x-face stuff.
21318
21319 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21320
21321         * gnus-art.el (article-display-face): Correct the position in
21322         which Faces are inserted.
21323
21324 2005-06-29  Didier Verna  <didier@xemacs.org>
21325
21326         * gnus-art.el (article-display-face): Display faces in correct
21327         order.
21328
21329 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21330
21331         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
21332         (gnus-fill-real-hashtb): Use hash table instead of obarray.
21333         (gnus-nocem-check-article): Fetch the Type header.
21334         (gnus-nocem-message-wanted-p): Fix the way to examine types.
21335         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
21336         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
21337         make sure gnus-nocem-hashtb is initialized.
21338         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
21339         (gnus-nocem-unwanted-article-p): Ditto.
21340
21341         * pgg.el (pgg-verify): Return the verification result.
21342
21343 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21344
21345         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
21346         is ascii.
21347
21348 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
21349
21350         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
21351         `show-nonbreak-escape'.
21352
21353 2005-06-23  Lute Kamstra  <lute@gnu.org>
21354
21355         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
21356
21357         * dig.el (dig-mode):
21358         * smime.el (smime-mode): Use gnus-run-mode-hooks.
21359
21360 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
21361
21362         * nnimap.el (nnimap-split-download-body): Fix spellings.
21363
21364 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
21365
21366         * gnus-art.el (gnus-article-encrypt-body):
21367         * gnus-cus.el (gnus-score-customize):
21368         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
21369         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
21370
21371 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
21372
21373         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
21374         header by looking for magic "MII" at the beginning.
21375
21376 2005-06-16  Miles Bader  <miles@gnu.org>
21377
21378         * gnus-xmas.el (gnus-xmas-group-startup-message):
21379         Use renamed gnus-splash face.
21380
21381         * assistant.el (assistant-field): Remove "-face" suffix from face name.
21382         (assistant-field-face): New backward-compatibility alias for renamed
21383         face.
21384         (assistant-render-text): Use renamed assistant-field face.
21385
21386         * spam.el (spam): Remove "-face" suffix from face name.
21387         (spam-face): New backward-compatibility alias for renamed face.
21388         (spam-face, spam-initialize): Use renamed spam face.
21389
21390         * message.el (message-header-to, message-header-cc)
21391         (message-header-subject, message-header-newsgroups)
21392         (message-header-other, message-header-name)
21393         (message-header-xheader, message-separator, message-cited-text)
21394         (message-mml): Remove "-face" suffix from face names.
21395         (message-header-to-face, message-header-cc-face)
21396         (message-header-subject-face, message-header-newsgroups-face)
21397         (message-header-other-face, message-header-name-face)
21398         (message-header-xheader-face, message-separator-face)
21399         (message-cited-text-face, message-mml-face):
21400         New backward-compatibility aliases for renamed faces.
21401         (message-font-lock-keywords): Use renamed message faces.
21402
21403         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
21404         (sieve-test-commands, sieve-tagged-arguments):
21405         Remove "-face" suffix from face names.
21406         (sieve-control-commands-face, sieve-action-commands-face)
21407         (sieve-test-commands-face, sieve-tagged-arguments-face):
21408         New backward-compatibility aliases for renamed faces.
21409         (sieve-control-commands-face, sieve-action-commands-face)
21410         (sieve-test-commands-face, sieve-tagged-arguments-face):
21411         Use renamed sieve faces.
21412
21413         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
21414         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
21415         (gnus-group-news-3-empty, gnus-group-news-4)
21416         (gnus-group-news-4-empty, gnus-group-news-5)
21417         (gnus-group-news-5-empty, gnus-group-news-6)
21418         (gnus-group-news-6-empty, gnus-group-news-low)
21419         (gnus-group-news-low-empty, gnus-group-mail-1)
21420         (gnus-group-mail-1-empty, gnus-group-mail-2)
21421         (gnus-group-mail-2-empty, gnus-group-mail-3)
21422         (gnus-group-mail-3-empty, gnus-group-mail-low)
21423         (gnus-group-mail-low-empty, gnus-summary-selected)
21424         (gnus-summary-cancelled, gnus-summary-high-ticked)
21425         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
21426         (gnus-summary-high-ancient, gnus-summary-low-ancient)
21427         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
21428         (gnus-summary-low-undownloaded)
21429         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
21430         (gnus-summary-low-unread, gnus-summary-normal-unread)
21431         (gnus-summary-high-read, gnus-summary-low-read)
21432         (gnus-summary-normal-read, gnus-splash):
21433         Remove "-face" suffix from face names.
21434         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
21435         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
21436         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
21437         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
21438         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
21439         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
21440         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
21441         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
21442         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
21443         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
21444         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
21445         (gnus-summary-selected-face, gnus-summary-cancelled-face)
21446         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
21447         (gnus-summary-normal-ticked-face)
21448         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
21449         (gnus-summary-normal-ancient-face)
21450         (gnus-summary-high-undownloaded-face)
21451         (gnus-summary-low-undownloaded-face)
21452         (gnus-summary-normal-undownloaded-face)
21453         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
21454         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
21455         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
21456         (gnus-splash-face):
21457         New backward-compatibility aliases for renamed faces.
21458         (gnus-group-startup-message): Use renamed gnus faces.
21459
21460         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
21461         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
21462         (gnus-server-agent): Remove "-face" suffix from face names.
21463         (gnus-server-agent-face, gnus-server-opened-face)
21464         (gnus-server-closed-face, gnus-server-denied-face)
21465         (gnus-server-offline-face):
21466         New backward-compatibility aliases for renamed faces.
21467         (gnus-server-agent-face, gnus-server-opened-face)
21468         (gnus-server-closed-face, gnus-server-denied-face)
21469         (gnus-server-offline-face): Use renamed gnus faces.
21470
21471         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21472         Remove "-face" suffix from face names.
21473         (gnus-picon-xbm-face, gnus-picon-face):
21474         New backward-compatibility aliases for renamed faces.
21475
21476         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21477         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21478         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21479         (gnus-cite-11): Remove "-face" suffix from face names.
21480         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21481         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21482         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21483         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21484         New backward-compatibility aliases for renamed faces.
21485         (gnus-cite-attribution-face, gnus-cite-face-list)
21486         (gnus-article-boring-faces): Use renamed gnus faces.
21487
21488         * gnus-art.el (gnus-signature, gnus-header-from)
21489         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21490         (gnus-header-content): Remove "-face" suffix from face names.
21491         (gnus-signature-face, gnus-header-from-face)
21492         (gnus-header-subject-face, gnus-header-newsgroups-face)
21493         (gnus-header-name-face, gnus-header-content-face):
21494         New backward-compatibility aliases for renamed faces.
21495         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21496
21497         * gnus-sum.el (gnus-summary-selected-face)
21498         (gnus-summary-highlight): Use renamed gnus faces.
21499         * gnus-group.el (gnus-group-highlight): Likewise.
21500
21501 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21502
21503         * gnus-sieve.el (gnus-sieve-article-add-rule):
21504         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21505         * spam-stat.el (spam-stat-buffer-change-to-spam)
21506         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21507
21508         * message.el (message-is-yours-p):
21509         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21510
21511 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21512
21513         * mm-view.el (mm-inline-text): Withdraw the last change.
21514
21515 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21516
21517         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
21518         executing enriched-decode.
21519
21520 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21521
21522         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21523         charset of tar files.
21524
21525 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21526
21527         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21528
21529 2005-06-04  Lute Kamstra  <lute@gnu.org>
21530
21531         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21532         information is never recorded.
21533
21534 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21535
21536         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21537
21538 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21539
21540         * pop3.el (pop3-apop): Run md5 in the binary mode.
21541
21542         * starttls.el (starttls-set-process-query-on-exit-flag):
21543         Use eval-and-compile.
21544
21545 2005-05-31  Simon Josefsson  <jas@extundo.com>
21546
21547         * smime.el (smime-replace-in-string): Define.
21548         (smime-cert-by-ldap-1): Use it.
21549
21550 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21551
21552         * gnus-art.el (article-display-x-face): Replace
21553         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21554
21555         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21556         set-process-query-on-exit-flag or process-kill-without-query.
21557
21558         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21559         loop instead of replace-regexp.
21560
21561         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21562         instead of process-kill-without-query if it is available.
21563
21564         * lpath.el: Fbind ldap-search-entries.
21565
21566         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21567         instead of find-file-hooks if it is available.
21568
21569         * mml1991.el: Bind pgg-default-user-id when compiling.
21570
21571         * mml2015.el: Bind pgg-default-user-id when compiling.
21572
21573         * nndraft.el (nndraft-request-associate-buffer):
21574         Use write-contents-functions instead of write-contents-hooks if it is
21575         available.
21576
21577         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21578         instead of find-file-hooks if it is available.
21579
21580         * nntp.el (nntp-open-connection): Replace
21581         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21582         (nntp-open-ssl-stream): Ditto.
21583         (nntp-open-tls-stream): Ditto.
21584
21585         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21586         set-process-query-on-exit-flag or process-kill-without-query.
21587         (starttls-open-stream-gnutls): Use it instead of
21588         process-kill-without-query.
21589         (starttls-open-stream): Ditto.
21590
21591 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21592
21593         * smime.el (smime-cert-by-ldap-1): Don't use
21594         replace-regexp-in-string.
21595
21596 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21597
21598         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21599
21600         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21601         in PEM format.  Adjust to the XEmacs compatibility.
21602
21603 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21604
21605         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21606         by `string-to-number'.
21607         * gnus-agent.el (gnus-agent-regenerate-group)
21608         (gnus-agent-fetch-articles): Ditto.
21609         * gnus-art.el (gnus-button-fetch-group): Ditto.
21610         * gnus-cache.el (gnus-cache-generate-active)
21611         (gnus-cache-articles-in-group): Ditto.
21612         * gnus-group.el (gnus-group-set-current-level)
21613         (gnus-group-insert-group-line): Ditto.
21614         * gnus-score.el (gnus-score-set-expunge-below)
21615         (gnus-score-set-mark-below, gnus-summary-score-effect)
21616         (gnus-summary-score-entry): Ditto.
21617         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21618         (gnus-soup-pack): Ditto.
21619         * gnus-spec.el (gnus-xmas-format): Ditto.
21620         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21621         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21622         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21623         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21624         * nndb.el (nndb-get-remote-expire-response): Ditto.
21625         * nndiary.el (nndiary-parse-schedule-value)
21626         (nndiary-string-to-number, nndiary-request-replace-article)
21627         (nndiary-request-article): Ditto.
21628         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21629         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21630         * nneething.el (nneething-make-head): Ditto.
21631         * nnfolder.el (nnfolder-request-article)
21632         (nnfolder-retrieve-headers): Ditto.
21633         * nnheader.el (nnheader-file-to-number): Ditto.
21634         * nnkiboze.el (nnkiboze-request-article): Ditto.
21635         * nnmail.el (nnmail-process-unix-mail-format)
21636         (nnmail-process-babyl-mail-format): Ditto.
21637         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21638         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21639         (nnmh-request-create-group, nnmh-request-list-1)
21640         (nnmh-request-group, nnmh-request-article): Ditto.
21641         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21642         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21643         * nnsoup.el (nnsoup-make-active): Ditto.
21644         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21645         * nntp.el (nntp-find-group-and-number)
21646         (nntp-retrieve-headers-with-xover): Ditto.
21647         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21648         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21649         (pgg-format-key-identifier): Ditto.
21650         * pop3.el (pop3-last, pop3-stat): Ditto.
21651         * qp.el (quoted-printable-decode-region): Ditto.
21652
21653         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21654         of concat.
21655
21656 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21657
21658         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21659
21660         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21661
21662         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21663
21664         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21665
21666         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21667
21668         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21669
21670         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21671         (gnus-carpal-mode): Ditto.
21672
21673         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21674         (gnus-browse-mode): Ditto.
21675
21676         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21677
21678         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21679
21680 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21681
21682         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21683
21684 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21685
21686         * gnus-util.el (gnus-run-mode-hooks): New function.
21687
21688         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21689
21690         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21691         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21692
21693 2005-05-27  Lute Kamstra  <lute@gnu.org>
21694
21695         * dns-mode.el (dns-mode): Specify customization group.
21696
21697 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21698
21699         * gnus-agent.el (gnus-agent-make-mode-line-string):
21700         Use mode-line-highlight as mouse-face.
21701
21702 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21703
21704         * canlock.el (canlock): Change the parent group to news.
21705
21706         * deuglify.el (gnus-outlook-deuglify): Add :group.
21707
21708         * dig.el (dig): Add :group.
21709
21710         * dns-mode.el (dns-mode): Add :group.
21711
21712         * encrypt.el (encrypt): Add :group.
21713
21714         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21715         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21716         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21717         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21718         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21719
21720         * gnus-diary.el (gnus-diary): Add :group.
21721
21722         * gnus.el (gnus-group-news-1-face): Add :group.
21723         (gnus-group-news-1-empty-face): Ditto.
21724         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21725         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21726         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21727         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21728         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21729         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21730         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21731         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21732         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21733         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21734         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21735         (gnus-summary-high-ticked-face): Ditto.
21736         (gnus-summary-low-ticked-face): Ditto.
21737         (gnus-summary-normal-ticked-face): Ditto.
21738         (gnus-summary-high-ancient-face): Ditto.
21739         (gnus-summary-low-ancient-face): Ditto.
21740         (gnus-summary-normal-ancient-face): Ditto.
21741         (gnus-summary-high-undownloaded-face): Ditto.
21742         (gnus-summary-low-undownloaded-face): Ditto.
21743         (gnus-summary-normal-undownloaded-face): Ditto.
21744         (gnus-summary-high-unread-face): Ditto.
21745         (gnus-summary-low-unread-face): Ditto.
21746         (gnus-summary-normal-unread-face): Ditto.
21747         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21748         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21749
21750         * hashcash.el (hashcash): New custom group.
21751         (hashcash-default-payment): Add :group.
21752         (hashcash-payment-alist): Ditto.
21753         (hashcash-default-accept-payment): Ditto.
21754         (hashcash-accept-resources): Ditto.
21755         (hashcash-path): Ditto.
21756         (hashcash-extra-generate-parameters): Ditto.
21757         (hashcash-double-spend-database): Ditto.
21758         (hashcash-in-news): Ditto.
21759
21760         * message.el (message-minibuffer-local-map): Add :group.
21761
21762         * netrc.el (netrc): Add :group.
21763
21764         * sieve-manage.el (sieve-manage-log): Add :group.
21765         (sieve-manage-default-user): Diito.
21766         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21767         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21768         (sieve-manage-authenticators): Ditto.
21769         (sieve-manage-authenticator-alist): Ditto.
21770         (sieve-manage-default-port): Ditto.
21771
21772         * sieve-mode.el (sieve-control-commands-face): Add :group.
21773         (sieve-action-commands-face): Ditto.
21774         (sieve-test-commands-face): Ditto.
21775         (sieve-tagged-arguments-face): Ditto.
21776
21777         * smime.el (smime): Add :group.
21778
21779         * spam-report.el (spam-report): Add :group.
21780
21781         * spam.el (spam, spam-face): Add :group.
21782
21783 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21784
21785         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21786         return \n.\n.\n at the end of articles.  Protect against that.
21787         (nntp-with-open-group): Allow debugging.
21788
21789         * nnheader.el (mail-header-set-extra): Make into a function
21790         because I just could't understand how to quote the list properly.
21791
21792         * dns.el (query-dns-cached): New function.
21793
21794 2005-05-26  Lute Kamstra  <lute@gnu.org>
21795
21796         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21797
21798 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21799
21800         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21801
21802         * gnus-art.el: Don't autoload mail-extract-address-components.
21803
21804         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21805         eval-and-compile to evaluate it.
21806
21807         * hashcash.el: Don't autoload executable-find.
21808
21809         * nndb.el: Don't declare the nndb back end two or more times; don't
21810         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21811
21812         * nntp.el: Autoload format-spec instead of format; use
21813         eval-and-compile to evaluate autoload forms.
21814
21815 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21816
21817         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21818
21819 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21820
21821         * gnus.el (gnus-version-number): Bump version.
21822
21823 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21824
21825         * gnus.el: No Gnus v0.3 is released.
21826
21827 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21828
21829         * lpath.el (featurep): Bind show-nonbreak-escape.
21830
21831 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21832
21833         * gnus-art.el (gnus-article-edit-part): Disable undo.
21834
21835 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21836
21837         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21838         gnus-article-date-lapsed-new-header is t if date timer is active;
21839         skip headers in which the original date value is empty.
21840         (gnus-article-save-original-date): Redefine it as a macro.
21841         (gnus-display-mime): Use it.
21842
21843 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21844
21845         * gnus-art.el (article-date-ut): Support converting date in
21846         forwarded parts as well.
21847         (gnus-article-save-original-date): New function.
21848         (gnus-display-mime): Use it.
21849
21850 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21851
21852         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21853         enclosure element of <item>.
21854
21855 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21856
21857         * message.el (message-kill-buffer-query): Rename from
21858         `message-kill-buffer-query-if-modified'.  Add :version.
21859
21860 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21861
21862         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21863         window layout.
21864
21865 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21866
21867         * mml.el: Autoload dnd when compiling.
21868
21869 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21870
21871         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21872         x-dnd-*.
21873
21874 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21875
21876         * qp.el (quoted-printable-encode-region): Save excursion.
21877
21878 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21879
21880         * message.el (message-kill-buffer-query-if-modified): Add new variable
21881         so the user can kill a modified message buffer quickly.
21882         (message-kill-buffer): Use it.
21883
21884 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21885
21886         * lpath.el: Fbind display-time-event-handler; don't fbind
21887         string-to-multibyte.
21888
21889         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21890
21891 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21892
21893         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21894         contained in text because xml.el decodes entities) with LFs.
21895
21896 2005-04-11  Lute Kamstra  <lute@gnu.org>
21897
21898         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21899         differently.
21900
21901 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21902
21903         * mm-util.el (mm-detect-coding-region): Typo.
21904
21905 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21906
21907         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21908
21909 2005-04-06  Deepak Goel  <deego@gnufans.org>
21910
21911         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21912         user-function allow user modifications of the scores.
21913         (spam-stat-score-buffer-user): New function, to allow
21914         user-computed modifications to the score.
21915         (spam-stat-score-buffer-user-functions): List of additional
21916         scoring functions.
21917         (spam-stat-error-holder): Global temporary error holder.
21918         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21919         variable.
21920
21921 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21922
21923         * gnus-registry.el (gnus-registry-clean-empty-function)
21924         (gnus-registry-trim, gnus-registry-fetch-groups)
21925         (gnus-registry-delete-group): Groups that match
21926         `gnus-registry-ignored-groups' are removed from the registry
21927         entries, not just ignored for splitting.  This helps clean up the
21928         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21929         to get all the groups a message ID is in.
21930
21931         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21932         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21933         (spam-stat-score-buffer-user-functions): Add :number custom type.
21934
21935 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21936
21937         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21938         argument in XEmacs.
21939
21940         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21941         (nnrss-request-group): Decode group name first.
21942         (nnrss-request-article): Make a text/plain article if mml-to-mime
21943         failed.
21944         (nnrss-get-encoding): Return a compatible encoding according to
21945         nnrss-compatible-encoding-alist.
21946         (nnrss-find-el): Use consp instead of listp.
21947         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21948
21949 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21950
21951         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21952         which Emacs 20 doesn't support.
21953         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21954
21955 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21956
21957         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21958         silence the byte compiler inside the defun.
21959
21960         * gnus-demon.el (parse-time-string): Add autoload.
21961
21962         * gnus-delay.el (parse-time-string): Add autoload.
21963
21964         * gnus-art.el (parse-time-string): Add autoload.
21965
21966         * nnultimate.el (parse-time): Require for `parse-time-string'.
21967
21968 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21969
21970         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21971
21972         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21973
21974         * smime.el (smime-ldap-host-list): Add :version.
21975
21976 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21977
21978         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21979         pass it to `gnus-browse-read-group'.
21980         (gnus-browse-read-group): Add NUMBER argument and pass it to
21981         `gnus-group-read-ephemeral-group'.
21982
21983         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21984         argument and pass it to `gnus-group-read-group'.
21985
21986 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21987
21988         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21989         mm-xemacs-find-mime-charset-1 if we have the mule feature
21990         available at runtime.
21991
21992 2005-03-25  Werner Lemberg  <wl@gnu.org>
21993
21994         * nnmaildir.el: Replace `illegal' with `invalid'.
21995
21996 2005-03-23  Lute Kamstra  <lute@gnu.org>
21997
21998         * time-date.el: Add comment on time value formats.
21999         Don't require parse-time.
22000         (with-decoded-time-value): New macro.
22001         (encode-time-value): New function.
22002         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22003         (days-to-time): Return a valid time value when arg is huge.
22004         (time-since): Use time-subtract.
22005         (time-to-number-of-days): Use time-to-seconds.
22006
22007 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22008
22009         * gnus-start.el (gnus-display-time-event-handler):
22010         Check display-time-timer at runtime rather than only at load time
22011         in case display-time-mode is turned off in the mean time.
22012
22013 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22014
22015         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22016         used.
22017
22018         * nneething.el (nneething-map-file-directory): Derive from
22019         `gnus-directory'.
22020
22021         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22022         the To/Cc button.
22023
22024 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22025
22026         * nnmaildir.el (nnmaildir-request-accept-article):
22027         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22028
22029 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22030
22031         * gnus-async.el: Require timer-funcs at compile time when in
22032         XEmacs for `run-with-idle-timer'.
22033
22034 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22035
22036         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22037         autoloaded function.
22038
22039 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22040
22041         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22042
22043 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22044
22045         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22046
22047 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22048
22049         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22050         Add gnus-expert-user to default.
22051
22052 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22053
22054         * nnimap.el (nnimap-open-server): Ditto.
22055
22056         * imap.el (imap-authenticate): Fix typo.
22057
22058 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22059
22060         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22061         buffer (since IMAP server might return FETCH response out of
22062         order, and the nntp buffer must be sorted).
22063
22064 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22065
22066         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22067         comparison on string.
22068
22069         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22070         (gnus-agent-score): Rename category keywords to match gnus-cus.
22071         (gnus-agent-summary-fetch-series): Modify to protect against
22072         gnus-agent-summary-fetch-group clearing processable flags.
22073         (gnus-agent-synchronize-group-flags): Update live group buffer as
22074         synchronization may occur due to the user toggle the plugged
22075         status.
22076         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22077         successfully downloaded.
22078         (gnus-agent-expire-group-1): Avoid using markers when the overview
22079         is in ascending order; greatly improves performance.
22080         (gnus-agent-regenerate-group):
22081         Use gnus-agent-synchronize-group-flags to reset read status in both
22082         gnus and server.
22083         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22084
22085 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22086
22087         * message.el: Don't autoload former message-utils variables.
22088         (message-strip-subject-trailing-was): Change doc string.
22089
22090         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22091         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22092         (nnweb-google-search): Add "hl=en" here.
22093         (nnweb-google-parse-1, nnweb-google-create-mapping):
22094         Don't hardcode URL.
22095
22096 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22097
22098         * message.el (message-get-reply-headers, message-followup):
22099         Mention related variables `message-use-followup-to' and
22100         `message-use-mail-followup-to', in the information buffer.
22101
22102         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22103         of broken groups(-beta).google.com.
22104
22105 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22106
22107         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22108         parameter to invoked gnus-request-move-article; remove the
22109         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22110         all at once instead of once per article.
22111         (gnus-summary-remove-process-mark): Accept a list of articles as
22112         well as a single article for processing.
22113
22114         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22115         parameter.
22116
22117         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22118
22119         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22120
22121         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22122         parameter.
22123
22124         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22125         parameter.
22126
22127         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22128         parameter and remove the gnus-sum-hint-move-is-internal variable.
22129
22130         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22131         parameter.
22132
22133         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22134         parameter.
22135
22136         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22137         parameter.
22138
22139         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22140
22141         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22142         parameter.
22143
22144         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22145         parameter.
22146
22147 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22148
22149         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22150         a more conservative way.
22151
22152 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22153
22154         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
22155         buffer, so it moves the window's cursor.
22156
22157 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
22158
22159         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
22160         `mm-dissect-multipart' and receive the from field as an (optional)
22161         argument from `mm-dissect-multipart'.
22162         (mm-dissect-multipart): Receive the from field as an argument and
22163         pass it on when we call `mm-dissect-buffer' on MIME parts.
22164         Fixes verification/decryption of signed/encrypted MIME parts.
22165
22166 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22167
22168         * gnus-sum.el (gnus-summary-move-article):
22169         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
22170         whatever it calls (right now, only nnimap-request-move article
22171         respects it).
22172
22173         * nnimap.el (nnimap-request-move-article):
22174         When gnus-sum-hint-move-is-internal is set, don't do the extra
22175         nnimap-request-article.
22176
22177 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22178
22179         * nnheader.el (nnheader-find-file-noselect): Add doc string.
22180
22181         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
22182         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
22183
22184         * gnus-sum.el (gnus-summary-caesar-message):
22185         Apply `gnus-treat-article' after rotation.
22186
22187         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
22188         doc string.
22189
22190 2005-02-22  Simon Josefsson  <jas@extundo.com>
22191
22192         * encrypt.el (encrypt-password-cache-expiry): Remove (use
22193         `password-cache-expiry' instead).  Reported by Arne Jørgensen
22194         <arne@arnested.dk>.
22195         (encrypt): Add password-cache and password-cache-expiry as group
22196         members.
22197
22198 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
22199
22200         * smime.el (smime-ldap-host-list): Doc fix.
22201         (smime-ask-passphrase): Use `password-read-and-add' to read (and
22202         cache) password.
22203         (smime-sign-region): Use it.
22204         (smime-decrypt-region): Use it.
22205         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
22206         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
22207         fails.
22208         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
22209         certificate from DER to PEM format rather than calling openssl.
22210
22211         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
22212
22213         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
22214         for signing/encryption.
22215
22216         * mml.el (mml-parse-1): Use them.
22217
22218 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
22219
22220         * nnrss.el (nnrss-verbose): Remove.
22221         (nnrss-request-group): Use `nnheader-message' instead.
22222
22223 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
22224
22225         * nnrss.el (nnrss-verbose): New variable.
22226         (nnrss-request-group): Make it say nnrss is requesting a group.
22227
22228 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
22229
22230         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
22231         Handle news URL with given port correctly.
22232
22233 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22234
22235         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
22236         containing special characters.
22237
22238         * gnus-sum.el (gnus-summary-edit-article): Ditto.
22239
22240         * mml.el (mime-to-mml): Ditto.
22241
22242         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
22243         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
22244         (rfc2047-decode-region): Quote decoded words containing special
22245         characters when rfc2047-quote-decoded-words-containing-tspecials
22246         is non-nil.
22247
22248 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
22249
22250         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
22251
22252         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
22253
22254 2005-02-15  Simon Josefsson  <jas@extundo.com>
22255
22256         * nnimap.el (nnimap-debug): Doc fix.
22257
22258         * imap.el (imap-debug): Doc fix.
22259
22260 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22261
22262         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
22263
22264 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
22265
22266         * gnus.el (spam-contents): Improve docs for spam-contents
22267         parameter in its variable incarnation.
22268
22269 2005-02-14  Simon Josefsson  <jas@extundo.com>
22270
22271         * smime-ldap.el: Use require instead of load-library for ldap.
22272         (smime-ldap-search): Indent.
22273         (smime-ldap-search-internal): Shorten line.
22274
22275         * smime.el (smime-cert-by-dns): Add doc-string.
22276         (smime-cert-by-ldap-1): Indent.
22277
22278         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
22279         mml-smime-get-dns-ldap.
22280         (mml-smime-encrypt-query): Use new function.  Default to ldap.
22281
22282 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
22283
22284         * smime.el: Require smime-ldap.
22285         (smime-ldap-host-list): New variable.
22286         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
22287
22288         * mml-smime.el (mml-smime-encrypt-query): New function.
22289         (mml-smime-encrypt-query): Use it.
22290
22291         * smime-ldap.el: New file.
22292
22293 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22294
22295         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
22296
22297 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
22298
22299         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
22300         argument in doc string.  Make query for type more clear.
22301
22302 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
22303
22304         * gnus.el (gnus-group-startup-message): Search for gnus images in
22305         etc/images/gnus.
22306         * mm-util.el (mm-image-load-path): Likewise.
22307         * smiley.el (smiley-data-directory): Search for smilies in
22308         etc/images/smilies.
22309
22310 2005-02-09  Kim F. Storm  <storm@cua.dk>
22311
22312         Change Emacs release version from 21.4 to 22.1 throughout.
22313         Change Emacs development version from 21.3.50 to 22.0.50.
22314
22315 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22316
22317         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
22318
22319         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
22320         non-Mule XEmacs as well.
22321         (mm-decompress-buffer): Signal an error intentionally if it does
22322         not decompress compressed data because auto-compression-mode is
22323         disabled.
22324
22325 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
22326
22327         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
22328         an ID in the registry even if it has no groups.
22329
22330 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22331
22332         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
22333         merge it into mm-decompress-buffer.
22334         (gnus-mime-copy-part): Use the MIME part charset, the value which
22335         a user specified or gnus-newsgroup-charset for decoding, like
22336         gnus-mime-inline-part does; set buffer-file-coding-system to tell
22337         save-buffer what was used.  Suggested by Kevin Ryde
22338         <user42@zip.com.au>.
22339         (gnus-mime-inline-part): Allow the name parameter as well as the
22340         filename parameter; force decompressing of compressed data; always
22341         display contents being not decoded as unibyte.
22342
22343         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
22344         as well as the filename parameter.
22345
22346         * mm-util.el (mm-decompress-buffer):
22347         Merge gnus-mime-jka-compr-maybe-uncompress.
22348         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
22349         of compressed data.
22350
22351 2005-02-08  Simon Josefsson  <jas@extundo.com>
22352
22353         * imap.el (imap-log): Doc fix.
22354
22355 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22356
22357         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
22358         the coding cookies; decompress compressed parts.
22359
22360         * mml.el (mml-generate-mime-1): Add the charset parameter according
22361         to the value which a user specified manually or the coding cookie.
22362
22363         * mm-util.el (mm-string-to-multibyte): New function.
22364         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
22365         (mm-coding-system-to-mime-charset): New function.
22366         (mm-decompress-buffer): New function.
22367         (mm-find-buffer-file-coding-system): New function.
22368
22369         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
22370         (mm-display-inline-fontify): Rewrite for decoding and decompressing
22371         parts.
22372
22373 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22374
22375         * mm-view.el (mm-display-inline-fontify): Decode a part according
22376         to the charset parameter.
22377
22378 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22379
22380         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
22381         prefix arg is neither nil nor a number, as info specifies.
22382
22383 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22384
22385         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
22386         timestamps.
22387
22388 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
22389
22390         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
22391         groups error checking and notify user.
22392
22393 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
22394
22395         * message.el (message-send-mail-function): Check existence of
22396         sendmail-program first before using default value
22397         `message-send-mail-with-sendmail'.  Otherwise use more generic
22398         `smtpmail-send-it'.
22399
22400 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22401
22402         * nntp.el (nntp-request-update-info): Always return nil.
22403
22404 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22405
22406         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
22407
22408 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22409
22410         * message.el (message-beginning-of-line): Change the behavior when
22411         invoked between BOL and : so that it first moves backward.
22412
22413 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22414
22415         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
22416         article buffer when editing of the article is discarded.
22417         (gnus-article-prepare): Revert.
22418
22419 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22420
22421         * gnus-art.el (gnus-article-prepare):
22422         Remove message-strip-forbidden-properties from the local hook.
22423
22424 2005-01-27  Simon Josefsson  <jas@extundo.com>
22425
22426         * password.el (password-cache-add): Only start one timer per key.
22427         Reported by Derek Atkins <warlord@MIT.EDU>.
22428
22429 2005-01-26  Steve Youngs  <steve@sxemacs.org>
22430
22431         * run-at-time.el: Remove.  It is no longer needed as
22432         timer-funcs.el in the xemacs-base package has a working version of
22433         `run-at-time'.
22434
22435         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
22436
22437         * password.el: Require timer-funcs instead of run-at-time in
22438         XEmacs.
22439         Remove `password-run-at-time' macro.
22440         (password-cache-add): Use `run-at-time' instead of
22441         `password-run-at-time'.
22442
22443         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
22444         Remove `nnheader-cancel-function-timers' alias,
22445         `cancel-function-timers' exists in XEmacs in timer-funcs.
22446
22447         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
22448         for `run-with-idle-timer'.
22449
22450         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
22451         for `run-at-time'.
22452
22453         * mm-url.el: Require timer-funcs at compile time when in XEmacs
22454         for `with-timeout'.
22455
22456         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
22457         the same as for XEmacs 21.4.
22458         No need to ignore `run-with-idle-timer', this function exists in
22459         XEmacs now in timer-funcs.el in the xemacs-base package.
22460         (dgnushack-compile): No need to delete
22461         run-at-time.el from the list of files to compile because it
22462         doesn't exist anymore.
22463
22464 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22465
22466         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22467         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22468
22469 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22470
22471         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22472         sensitively.
22473
22474 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22475
22476         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22477
22478 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22479
22480         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22481         which will be inserted according to the multibyteness of a buffer
22482         rather than the type of contents.  Suggested by ARISAWA Akihiro
22483         <ari@mbf.ocn.ne.jp>.
22484
22485         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22486         of string which old xml.el may return rather than a string.
22487
22488 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22489
22490         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22491
22492 2005-01-16  Simon Josefsson  <jas@extundo.com>
22493
22494         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22495         idn/idna.el isn't available.
22496         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22497         <michael@waxrat.com>.
22498
22499         * hashcash.el: Remove non-FSF copyright header.
22500
22501         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22502         (hashcash-generate-payment): Use it.
22503         (hashcash-generate-payment-async): Use it.
22504
22505 2005-01-15  Simon Josefsson  <jas@extundo.com>
22506
22507         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22508         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22509
22510         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22511         gnus-summary-idna-message.
22512         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22513         (gnus-summary-idna-message): New function.
22514
22515 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
22516
22517         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
22518         gnus-novice-user.
22519
22520 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22521
22522         * nnrss.el (nnrss-request-delete-group): Delete entries in
22523         nnrss-group-alist as well.
22524         (nnrss-save-server-data): Insert newline.
22525
22526 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22527
22528         * gnus.el (gnus-user-agent): Use list of symbols instead of
22529         symbols.  Display full version number for (S)XEmacs.
22530         Optionally display (S)XEmacs codename.
22531
22532         * gnus-util.el (gnus-emacs-version): Update for new
22533         `gnus-user-agent'.
22534
22535         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22536         Gnus version.
22537
22538 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22539
22540         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22541         which is unreadable in some setups.
22542
22543 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22544
22545         * gnus-spec.el (gnus-update-format-specifications): Flush the
22546         group format spec cache if it doesn't support decoded group names.
22547
22548 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22549
22550         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22551         Allow to apply decay on score files matching a regexp.
22552
22553 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22554
22555         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22556         compatibility in %g and %c.
22557
22558 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22559
22560         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22561         name for only %g and %c.
22562         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22563         of gnus-tmp-group to decoded group name.
22564         (gnus-group-make-rss-group): Exclude `/'s from group names.
22565
22566 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22567
22568         * nnrss.el (nnrss-get-encoding): Fix regexp.
22569
22570 2004-12-27  Simon Josefsson  <jas@extundo.com>
22571
22572         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22573         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22574         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22575
22576 2004-12-17  Kim F. Storm  <storm@cua.dk>
22577
22578         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22579
22580         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22581
22582 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22583
22584         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22585
22586 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22587
22588         * nnrss.el: Require rfc2047 and mml.
22589         (nnrss-file-coding-system): New variable.
22590         (nnrss-format-string): Redefine it as an inline function.
22591         (nnrss-decode-group-name): New function.
22592         (nnrss-string-as-multibyte): Remove.
22593         (nnrss-retrieve-headers): Decode group name; don't use
22594         nnrss-format-string.
22595         (nnrss-request-group): Decode group name.
22596         (nnrss-request-article): Decode group name; allow a Message-ID as
22597         well as an article number; don't use nnrss-format-string; encode a
22598         Message-ID string which may contain non-ASCII characters; use
22599         mml-to-mime to compose a MIME article.
22600         (nnrss-request-expire-articles): Decode group name.
22601         (nnrss-request-delete-group): Decode group name.
22602         (nnrss-fetch): Clarify error message.
22603         (nnrss-read-server-data): Use insert-file-contents instead of load;
22604         bind file-name-coding-system; use multibyte buffer.
22605         (nnrss-save-server-data): Bind coding-system-for-write to the
22606         value of nnrss-file-coding-system; bind file-name-coding-system;
22607         add coding cookie.
22608         (nnrss-read-group-data): Use insert-file-contents instead of load;
22609         bind file-name-coding-system; use multibyte buffer.
22610         (nnrss-save-group-data): Bind coding-system-for-write to the
22611         value of nnrss-file-coding-system; bind file-name-coding-system.
22612         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22613         make it work with non-ASCII text.
22614         (nnrss-find-el): Make it work with old xml.el as well.
22615
22616 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22617
22618         * nnrss.el (nnrss-get-encoding): New function.
22619         (nnrss-fetch): Use unibyte buffer initially; bind
22620         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22621         decode contents according to the encoding attribute.
22622         (nnrss-save-group-data): Add coding cookie.
22623         (nnrss-mime-encode-string): New function.
22624         (nnrss-check-group): Use it to encode subject and author.
22625
22626 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22627
22628         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22629         imaginary variable.
22630
22631 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22632
22633         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22634         correctly even if there are wide characters.
22635
22636 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22637
22638         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22639         downcased symbol names; make a new cache instead of reusing
22640         bbdb-hashtable.
22641
22642 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22643
22644         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22645         concatenating segments rather than before concatenating them.
22646         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22647
22648         * message.el (message-get-reply-headers): Bind `extra'.
22649
22650 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22651
22652         * message.el (message-extra-wide-headers): New variable.
22653         (message-get-reply-headers): Use it.
22654
22655 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22656
22657         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22658         (gnus-agent-group-pathname): Ditto.
22659
22660         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22661
22662         * gnus-group.el (gnus-group-make-group): Decode group name.
22663         (gnus-group-make-rss-group): Register the group data after opening
22664         the nnrss group.
22665
22666 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22667
22668         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22669         by expiry now get marked as read.
22670
22671 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22672
22673         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22674
22675 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22676
22677         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22678         unify Latin characters in XEmacs.
22679         (mm-find-mime-charset-region): Use it.
22680
22681 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22682
22683         * gnus-util.el (gnus-delete-directory): New function.
22684
22685         * gnus-agent.el (gnus-agent-delete-group): Use it.
22686
22687         * gnus-cache.el (gnus-cache-delete-group): Use it.
22688
22689 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22690
22691         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22692         names.
22693
22694 2004-12-16  Simon Josefsson  <jas@extundo.com>
22695
22696         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22697
22698 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22699
22700         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22701
22702         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22703         (gnus-group-set-current-level): Decode group name.
22704
22705 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22706
22707         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22708         failed.
22709
22710 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22711
22712         * gnus-group.el (gnus-group-delete-group): Decode group name.
22713         (gnus-group-make-rss-group): Encode group name.
22714         (gnus-group-catchup-current): Decode group name.
22715         (gnus-group-kill-group): Decode group name.
22716
22717 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22718
22719         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22720
22721 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22722
22723         * gnus-group.el (gnus-group-make-rss-group):
22724         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22725
22726         * gnus-start.el (gnus-setup-news): Honor user's setting to
22727         gnus-message-archive-method.  Suggested by Lute Kamstra
22728         <lute@gnu.org>.
22729
22730 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22731
22732         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22733         global counterparts of the buffer-local variables.
22734
22735 2004-11-16  Romain Francoise  <romain@orebokech.com>
22736
22737         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22738         counterparts of the buffer-local variables.
22739
22740 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22741
22742         * message.el (message-forbidden-properties): Fix typo in doc
22743         string.
22744
22745 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22746
22747         * gnus-util.el (gnus-replace-in-string): Add doc string.
22748
22749         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22750         to avoid problems when splitting mails with many recipients.
22751
22752 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22753
22754         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22755         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22756
22757 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22758
22759         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22760         if there is no hashtable in memory or file modification time is
22761         newer than cached timestamp.
22762
22763 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22764
22765         * gnus-sum.el (gnus-summary-limit-to-recipient):
22766         Implement not-matching option.
22767
22768 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22769
22770         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22771         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22772         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22773         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22774         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22775         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22776
22777 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22778
22779         * message.el (message-forward-make-body-mml): Remove headers
22780         according to message-forward-ignored-headers if a message is decoded.
22781
22782 2004-12-02  Romain Francoise  <romain@orebokech.com>
22783
22784         * message.el (message-forward-make-body-plain): Always remove
22785         headers according to message-forward-ignored-headers.
22786
22787 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22788
22789         * spam.el (spam-summary-prepare-exit): Remove the
22790         gnus-summary-limit pop for now, it has problems with ham marks for
22791         me.
22792
22793 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22794
22795         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22796         correctly.
22797
22798 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22799
22800         * format-spec.el (format-spec): Message the char.
22801
22802 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22803
22804         * gnus-art.el (gnus-split-methods): Reformat comments.
22805
22806         * spam.el (spam-summary-prepare-exit): Remove article limits
22807         before exiting the summary buffer.
22808
22809 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22810
22811         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22812         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22813
22814         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22815         order to silence the byte compiler.
22816
22817         * spam.el: Fix the way to silence the byte compiler, which
22818         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22819         bbdb-search-simple, spam-BBDB-register-routine,
22820         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22821         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22822         spam-stat-buffer-is-spam, spam-stat-load,
22823         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22824         spam-stat-save and spam-stat-split-fancy.
22825
22826 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22827
22828         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22829         which may confuse users.
22830         (canlock-password-for-verify): Ditto.
22831
22832         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22833
22834         * gnus-art.el (gnus-emphasis-alist): Ditto.
22835
22836         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22837
22838         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22839
22840         * gnus-start.el (gnus-save-killed-list): Ditto.
22841
22842         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22843         (gnus-sum-thread-tree-root): Ditto.
22844         (gnus-sum-thread-tree-false-root): Ditto.
22845         (gnus-sum-thread-tree-single-indent): Ditto.
22846
22847         * message.el (message-courtesy-message): Ditto.
22848         (message-archive-note): Ditto.
22849         (message-subscribed-address-file): Ditto.
22850         (message-user-fqdn): Ditto.
22851
22852         * spam-report.el (spam-report-gmane-regex): Ditto.
22853
22854         * spam.el (spam-blackhole-good-server-regex): Ditto.
22855
22856 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22857
22858         * mml.el (mml-preview): Widen the message buffer before copying
22859         the contents to the preview buffer; sort headers before previewing.
22860
22861         * message.el (message-hidden-headers): Fix the way to avoid a bug
22862         in the `repeat' widget in Emacs 21.3 or earlier.
22863
22864 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22865
22866         * message.el (message-hidden-headers): Default to "^References:".
22867         Improve customization type.  Suggested by Reiner Steib
22868         <Reiner.Steib@gmx.de>.
22869
22870 2004-11-25  Romain Francoise  <romain@orebokech.com>
22871
22872         * message.el (message-strip-forbidden-properties): Remove check for
22873         obsolete `message-hidden' text property, hidden headers are not
22874         accessible in the buffer anymore.
22875
22876 2004-11-22  Romain Francoise  <romain@orebokech.com>
22877
22878         * message.el (message-header-format-alist): Add `From' in list
22879         so that it can be sorted.
22880         (message-fix-before-sending): Widen and sort headers before
22881         sending.
22882         (message-hide-headers): Use narrowing to hide headers by moving
22883         them to the top of the buffer and narrowing to the region
22884         underneath.
22885
22886 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22887
22888         * message.el (message-strip-forbidden-properties):
22889         Bind buffer-read-only (etc) to nil.
22890
22891 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22892
22893         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22894         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22895
22896 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22897
22898         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22899
22900 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22901
22902         * dns.el (query-dns): Use sit-for to time instead of
22903         accept-process-output, since that doesn't seem to work on udp
22904         sockets.
22905
22906 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22907
22908         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22909
22910 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22911
22912         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22913         doc string.  Improve doc string.
22914
22915 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22916
22917         * nntp.el (nntp-request-update-info): Return nil if
22918         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22919         may not call gnus-activate-group which uselessly issues the GROUP
22920         commands for all nntp groups and wastes time.  Reported by Romain
22921         Francoise <romain@orebokech.com>.
22922
22923         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22924
22925 2004-11-15  Simon Josefsson  <jas@extundo.com>
22926
22927         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22928         headers separately.
22929         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22930         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22931
22932 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22933
22934         * gnus-start.el (gnus-convert-old-newsrc):
22935         Assign legacy-gnus-agent to 5.10.7.
22936
22937 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22938
22939         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22940         start of the lines.
22941
22942 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22943
22944         * hashcash.el (hashcash-default-payment): Change default to 20.
22945         (hashcash-default-accept-payment): Change default to 20.
22946         (hashcash-process-alist): New variable.
22947         (hashcash-generate-payment-async): Add.
22948         (hashcash-already-paid-p): Add.
22949         (hashcash-insert-payment): Don't generate payments twice.
22950         (hashcash-insert-payment-async): Add.
22951         (hashcash-insert-payment-async-2): Add.
22952         (hashcash-cancel-async): Add.
22953         (hashcash-wait-async): Add.
22954         (hashcash-processes-running-p): Add.
22955         (hashcash-wait-or-cancel): Add.
22956         (mail-add-payment): New optional argument.  Conditionally start
22957         asynchronous calculation.
22958         (mail-add-payment-async): Add.
22959
22960         * message.el (message-send-mail): Wait for asynchronous hashcash
22961         results.  Don't clobber existing X-Hashcash headers.
22962         (message-setup-1): Call mail-add-payment-async when
22963         message-generate-hashcash is non-nil.
22964
22965 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22966
22967         * message.el (message-use-alternative-email-as-from): Examine the
22968         From header as well; use message-make-from in order to include a
22969         user's full name.
22970
22971 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22972
22973         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22974         default; improve customization type.
22975         (gnus-emphasis-custom-with-format): New macro.
22976         (gnus-emphasis-custom-value-to-external): New function.
22977         (gnus-emphasis-custom-value-to-internal): New function.
22978
22979 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22980
22981         * dns.el (query-dns): Resolve reverse addresses.
22982
22983 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22984
22985         * gnus-group.el (gnus-group-get-new-news): Use it.
22986
22987         * gnus-start.el (gnus-check-reasonable-setup): New function.
22988
22989 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22990
22991         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22992         "Args out of range" error.  Reported by Arnaud Giersch
22993         <arnaud.giersch@free.fr>.
22994
22995 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22996
22997         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22998
22999 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23000
23001         * spam.el (spam group): Add :version.
23002
23003         * pgg-def.el (pgg group): Add :version.
23004
23005 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23006
23007         * gnus-art.el (gnus-article-edit-article): Don't associate the
23008         article buffer with a draft file.  This is a temporary measure
23009         against the 2004-08-22 change to gnus-article-edit-mode.
23010
23011 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23012
23013         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23014         (html2text-format-tags): Remove unused variable `attr'.
23015
23016 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23017
23018         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23019
23020         * tls.el (tls-process-connection-type, tls-success)
23021         (tls-certtool-program): Add :version.
23022
23023         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23024         (starttls-extra-arguments, starttls-process-connection-type)
23025         (starttls-connect, starttls-failure, starttls-success): Add :version.
23026
23027         * spam-stat.el (spam-stat): Add :version.
23028
23029         * sieve.el (sieve): Add :version.
23030
23031         * sha1.el (sha1): Add :version.
23032         (sha1-use-external): Remove redundant version.
23033
23034         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23035         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23036         (nnmail-split-fancy-match-partial-words)
23037         (nnmail-split-lowercase-expanded): Add :version.
23038
23039         * nndiary.el (nndiary): Add :version.
23040
23041         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23042
23043         * mml-sec.el (mml-default-sign-method)
23044         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23045         Add :version.
23046
23047         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23048
23049         * mm-url.el (mm-url-use-external, mm-url-program)
23050         (mm-url-arguments): Add :version.
23051
23052         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23053         (mm-attachment-file-modes, mm-decrypt-option)
23054         (mm-w3m-safe-url-regexp): Add :version.
23055
23056         * message.el (message-cite-prefix-regexp)
23057         (message-sendmail-envelope-from, message-minibuffer-local-map)
23058         (message-user-fqdn, message-completion-alist): Add :version.
23059
23060         * gnus-win.el (gnus-configure-windows-hook)
23061         (gnus-use-frames-on-any-display): Add :version.
23062
23063         * gnus-art.el (gnus-article-address-banner-alist)
23064         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23065         (gnus-treat-from-picon, gnus-treat-mail-picon)
23066         (gnus-treat-x-pgp-sig): Add :version.
23067
23068         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23069         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23070         (gnus-summary-article-delete-hook)
23071         (gnus-summary-display-while-building): Add :version.
23072
23073         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23074         (gnus-get-top-new-news-hook): Add :version.
23075
23076         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23077         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23078
23079         * gnus-registry.el (gnus-registry): Add :version.
23080
23081         * gnus-spec.el (gnus-use-correct-string-widths)
23082         (gnus-make-format-preserve-properties): Add :version.
23083
23084         * gnus.el (gnus-group-charter-alist)
23085         (gnus-group-fetch-control-use-browse-url)
23086         (gnus-install-group-spam-parameters): Add :version.
23087
23088         * gnus-diary.el (gnus-diary): Add :version.
23089
23090         * gnus-delay.el (gnus-delay): Add :version.
23091
23092         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23093         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23094         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23095         Add :version.
23096
23097         * gnus-agent.el (gnus-agent-max-fetch-size)
23098         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23099         (gnus-agent-prompt-send-queue): Add :version.
23100
23101         * deuglify.el (gnus-outlook-deuglify): Add :version.
23102
23103         * html2text.el: Beautify code.  Improve doc strings.
23104         Some checkdoc cleanup.
23105         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23106
23107 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23108
23109         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23110
23111 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23112
23113         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23114         when package is loaded.
23115
23116         * spam.el (spam-summary-score-preferred-header): Add global preference
23117         for people who want to override the default SpamAssassin over
23118         Bogofilter preference (when both are set).
23119         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23120         (spam-user-format-function-S):
23121         Check spam-summary-score-preferred-header.
23122         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23123         (spam-user-format-function-S): Format the score correctly.
23124
23125 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23126
23127         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23128         signature file.  Suggested by Manoj Srivastava
23129         <srivasta@golden-gryphon.com>.
23130
23131         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23132         iso-2022-jp even in the Japanese language environment.
23133         Suggested by Jason Rumney <jasonr@gnu.org>.
23134
23135 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23136
23137         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23138         use the same characters as the dummy marks; make it free from
23139         getting affected by the language environment.
23140         (gnus-summary-read-group-1): Update mark positions only when the
23141         format spec is updated.
23142
23143         * gnus-spec.el (gnus-update-format-specifications): Return a list
23144         of updated types.
23145
23146 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23147
23148         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23149         of boundp to check if display-warning is available.
23150
23151 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
23152
23153         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
23154
23155 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23156
23157         * nnspool.el (nnspool-spool-directory): Use news-path if the
23158         news-directory variable is not bound.
23159
23160         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
23161         function instead of display-warning if it is not available.
23162
23163 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
23164
23165         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
23166         v5-10: Use `point-at-bol'.
23167
23168 2004-10-26  Simon Josefsson  <jas@extundo.com>
23169
23170         * hashcash.el: Fix URL in comment, reported by Cheng Gao
23171         <chenggao@gmail.com>.
23172
23173 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23174
23175         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
23176         instead.
23177
23178 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
23179
23180         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
23181         to remove a server from the nnimap-server-buffer-alist.
23182         (nnimap-open-connection, nnimap-close-server): Use it.
23183
23184         * gnus-encrypt.el: Remove file in favor of encrypt.el.
23185
23186 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23187
23188         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
23189         running the major-mode function.
23190
23191 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23192
23193         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
23194         dummy marks in the right way.
23195
23196 2004-10-18  David Edmondson  <dme@dme.org>
23197
23198         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
23199         excessively.
23200
23201 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
23202
23203         * gnus-util.el (gnus-split-references): Accept a nil references
23204         string and go on blissfully.
23205
23206         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
23207         cases where the references string is non-nil but has no references.
23208
23209         * encrypt.el: Add autoload tags.
23210
23211         * spam.el (spam-resolve-registrations-routine): Remove article
23212         from unregistration list too.  Reported by David Hanak
23213         <dhanak@isis.vanderbilt.edu>
23214
23215 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
23216
23217         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
23218         nil.  Change custom type.
23219
23220 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
23221
23222         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
23223
23224         * gnus-sum.el (gnus-summary-move-article): Use it.
23225
23226 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
23227
23228         * encrypt.el: Add autoload cookies.
23229
23230         * spam.el (spam-backend-article-list-property)
23231         (spam-backend-get-article-todo-list)
23232         (spam-backend-put-article-todo-list)
23233         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
23234         Resolve registrations separately.
23235         (spam-register-routine): Format comments.
23236         (spam-unregister-routine, spam-register-routine): Always call with
23237         specific-articles, no default list.
23238         (spam-summary-prepare-exit): Use the spam-classifications function.
23239
23240         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
23241         gnus-encrypt.el.
23242
23243         * encrypt.el: Copied from gnus-encrypt.el.
23244
23245         * gnus-encrypt.el: Commented that it's obsolete.
23246
23247 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23248
23249         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
23250         (gnus-score-save): Use it.
23251
23252         * message.el (message-bury): Use `window-dedicated-p'.
23253
23254 2004-10-15  Simon Josefsson  <jas@extundo.com>
23255
23256         * pop3.el (top-level): Don't require nnheader.
23257         (pop3-read-timeout): Add.
23258         (pop3-accept-process-output): Add.
23259         (pop3-read-response, pop3-retr): Use it.
23260
23261 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
23262
23263         * spam.el (spam-register-routine): Move comment.
23264         (spam-verify-bogofilter): Use 'unknown for the initial
23265         spam-bogofilter-valid state, not 'never.
23266
23267         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
23268         for netrc-machine.
23269
23270         * nnimap.el (nnimap-open-connection):
23271         Use netrc-machine-user-or-password.
23272
23273 2004-10-17  Richard M. Stallman  <rms@gnu.org>
23274
23275         * gnus-registry.el (gnus-registry-unload-hook):
23276         Set as a variable with add-hook.
23277
23278         * nnspool.el (nnspool-spool-directory): Use news-directory instead
23279         of news-path.
23280
23281         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
23282
23283         * spam.el: Delete duplicate `provide'.
23284         (spam-unload-hook): Set as a variable with add-hook.
23285
23286 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23287
23288         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
23289         in the doc string.
23290
23291         * message.el (message-ignored-news-headers)
23292         (message-ignored-supersedes-headers)
23293         (message-ignored-resent-headers)
23294         (message-forward-ignored-headers): Improve custom type.
23295
23296 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23297
23298         * message.el (message-tokenize-header): Fix 2004-09-06 change
23299         which used point-min in the wrong place.
23300
23301 2004-10-12  Simon Josefsson  <jas@extundo.com>
23302
23303         * tls.el (tls-certtool-program): New variable.
23304         (tls-certificate-information): New function, based on
23305         ssl-certificate-information.
23306
23307 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23308
23309         * compface.el: Move the version of ELisp-based uncompface program
23310         to the contrib directory because of the copyright problem.
23311
23312 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23313
23314         * message.el (message-kill-buffer): Raise the current frame.
23315
23316 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
23317
23318         * gnus-sum.el: Mention that multibyte characters don't work as marks.
23319
23320         * gnus.el (message-y-or-n-p): Autoload.
23321
23322         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
23323         (pop3-password-required, pop3-authentication-scheme)
23324         (pop3-leave-mail-on-server): Make customizable.
23325         (pop3): New custom group.
23326         (pop3-retr): Remove `sleep-for' statements.
23327         Suggested by Dave Love <fx@gnu.org>.
23328
23329         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
23330         Windows/DOS.
23331
23332         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23333         (imap-parse-body): Fix incorrect use of `assert'.
23334         Suggested by Dave Love <fx@gnu.org>.
23335
23336         * mml.el (mml-minibuffer-read-disposition): Require match.
23337         Suggested by Dave Love <fx@gnu.org>.
23338
23339 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
23340
23341         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
23342         doc string.
23343
23344 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23345
23346         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
23347
23348 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23349
23350         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
23351         instead of calling `mm-insert-inline', to decode text/* parts
23352         before displaying them.
23353
23354 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23355
23356         * mm-uu.el (mm-uu-text-plain-type): New variable.
23357         (mm-uu-pgp-signed-extract-1): Use it.
23358         (mm-uu-pgp-encrypted-extract-1): Use it.
23359         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
23360         bind mm-uu-text-plain-type with that value.
23361         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
23362         mm-uu-dissect.
23363
23364 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23365
23366         * gnus-group.el (gnus-update-group-mark-positions):
23367         * gnus-sum.el (gnus-update-summary-mark-positions):
23368         * message.el (message-check-news-body-syntax):
23369         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
23370         of string-as-multibyte.
23371
23372 2004-10-05  Juri Linkov  <juri@jurta.org>
23373
23374         * gnus-group.el (gnus-update-group-mark-positions):
23375         * gnus-sum.el (gnus-update-summary-mark-positions):
23376         * message.el (message-check-news-body-syntax):
23377         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
23378         8-bit unibyte values to a multibyte string for search functions.
23379
23380 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23381
23382         * mm-uu.el (mm-uu-dissect): Allow optional arg.
23383         (mm-uu-dissect-text-parts): New function.
23384
23385         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
23386         dissect text parts.
23387
23388         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
23389         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
23390
23391         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
23392
23393         * gnus-topic.el (gnus-topic-hierarchical-parameters):
23394         Use gnus-current-topics instead of gnus-current-topic.
23395
23396 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
23397
23398         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
23399
23400 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
23401
23402         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
23403         where appropriate.
23404
23405         * nnml.el (nnml-generate-active-info): do.
23406
23407         * nndiary.el (nndiary-generate-active-info): do.
23408
23409         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
23410         (gnus-topic-move): do.
23411
23412         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
23413         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
23414
23415         * gnus-srvr.el (gnus-server-prepare)
23416         (gnus-server-open-all-servers): do.
23417
23418         * gnus-msg.el (gnus-summary-cancel-article)
23419         (gnus-summary-resend-message)
23420         (gnus-summary-mail-crosspost-complaint): do.
23421
23422         * gnus-move.el (gnus-change-server): do.
23423
23424         * gnus-group.el (gnus-group-unmark-all-groups)
23425         (gnus-group-set-current-level): do.
23426
23427 2004-10-04  Simon Josefsson  <jas@extundo.com>
23428
23429         * message.el (message-generate-hashcash): Doc fix.
23430
23431 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
23432
23433         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
23434         avoid infinite recursion via gnus-get-function.
23435
23436 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
23437
23438         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
23439
23440         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
23441
23442         * nnmail.el (nnmail-split-history): do.
23443
23444         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
23445         (nnml-request-delete-group): do.
23446
23447         * nnslashdot.el (nnslashdot-read-groups): do.
23448
23449         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
23450         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
23451
23452         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
23453         (nnspool-sift-nov-with-sed): Use last.
23454         (nnspool-retrieve-headers-with-nov): Use mapc.
23455         (nnspool-request-newgroups): Use dolist.
23456         (nnspool-request-group): Use last.
23457
23458         * nntp.el (nntp-read-server-type): Use dolist.
23459
23460         * nnvirtual.el (nnvirtual-create-mapping)
23461         (nnvirtual-update-read-and-marked): Use dolist.
23462         (nnvirtual-convert-headers): Simplify.
23463
23464 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23465
23466         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23467         Add support for sync'ing tick marks.
23468
23469 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23470
23471         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23472         there's no visible header.
23473
23474 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23475
23476         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23477         When necessary, pass full group name to gnus-request-set-marks.
23478
23479 2004-10-01  Simon Josefsson  <jas@extundo.com>
23480
23481         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23482         acroread.
23483
23484 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23485
23486         * spam-report.el (spam-report-gmane): Fix interactive.
23487
23488         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23489
23490         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23491         when writing file.
23492         (gnus-agent-synchronize-flags): Don't default to being
23493         interactive.
23494
23495 2004-09-30  Simon Josefsson  <jas@extundo.com>
23496
23497         * message.el (message-generate-hashcash): Add.
23498         (message-send-mail): Use it, call mail-add-payment.
23499
23500 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23501
23502         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23503
23504 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23505
23506         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23507         gnus-requst-update-info with explicit code to sync the in-memory
23508         info read flags with the marks being sync'd to the backend.
23509
23510         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23511
23512 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23513
23514         * spam.el (spam-verify-bogofilter): Add new function.
23515         (spam-check-bogofilter)
23516         (spam-bogofilter-register-with-bogofilter): Use it.
23517         (spam-verify-bogofilter): Add small fixes.
23518
23519 2004-09-28  Simon Josefsson  <jas@extundo.com>
23520
23521         * hashcash.el (hashcash-generate-payment): Revert.
23522
23523 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23524
23525         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23526         Use gnus-extract-references instead of gnus-split-references.
23527
23528         * gnus-util.el (gnus-extract-references): Add new function, analogous
23529         to gnus-split-references but extracts only the message-ID without
23530         anything extra.
23531
23532         * hashcash.el (hashcash-generate-payment)
23533         (hashcash-check-payment): Do the right thing if hashcash-path is
23534         nil (because the hashcash program could not be found).
23535
23536         * spam.el (spam-use-hashcash): Remove comment.
23537
23538 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23539
23540         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23541         (gnus-cache-enter-article, gnus-cache-remove-article)
23542         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23543
23544         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23545
23546         * gnus-art.el (article-hide-boring-headers)
23547         (article-translate-strings, article-display-face)
23548         (gnus-article-mime-match-handle-first)
23549         (gnus-article-highlight-headers)
23550         (gnus-article-add-buttons-to-head): do.
23551
23552 2004-09-27  Simon Josefsson  <jas@extundo.com>
23553
23554         * hashcash.el: New version, from
23555         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23556         ../contrib/.
23557
23558 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23559
23560         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23561
23562 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23563
23564         * gnus-dup.el (gnus-dup-open): Use mapc.
23565         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23566
23567         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23568         Reported by Stefan Wiens <s.wi@gmx.net>.
23569
23570         * gnus.el (gnus-shutdown): Use dolist.
23571
23572         * gnus-undo.el (gnus-undo): Use mapc.
23573
23574         * nnrss.el (nnrss-generate-active): do.
23575
23576         * message.el (message-cite-original-without-signature)
23577         (message-cite-original): Use mapc.
23578         (message-do-actions, message-make-forward-subject): Use dolist.
23579
23580 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23581
23582         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23583         deletion to remove entire duplicate line.  Fixes merged article
23584         number bug.
23585
23586 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23587
23588         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23589         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23590         first ask if you want to open a server and then, even when you
23591         responded with no, asking if you want to synchronize the server's
23592         flags.
23593         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23594         multi-line expressions.
23595         (gnus-agent-synchronize-group-flags): New internal function.
23596         Updates marks in memory (in the info structure) AND in the
23597         backend.
23598
23599         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23600
23601         * nnagent.el (nnagent-request-set-mark):
23602         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23603         method, to ensure that synchronization updates marks in the
23604         backend and in the info (in memory) structure.
23605
23606 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23607
23608         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23609         convention fully; don't miss the root article of a thread; make
23610         the X-Draft-From header with correct article numbers.
23611
23612 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23613
23614         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23615         unless plugged.  Disable the agent so that an open failure causes
23616         an error.
23617
23618         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23619         Revert 2004-09-21 change.  The backend must be opened while
23620         synchronizing flags even when the backend stores the flags
23621         locally.
23622
23623 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23624
23625         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23626         in `header' match.  Reported by Svend Tollak Munkejord.
23627
23628         * message.el (message-cite-original): Fix use of
23629         `message-cite-articles-with-x-no-archive'.
23630
23631 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23632
23633         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23634         (gnus-window-to-buffer): Ditto.
23635
23636         * mml.el (mml-preview-buffer): New variable.
23637         (mml-preview): Manage window layout with gnus-buffer-configuration.
23638
23639         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23640         X-Draft-From header even if those articles aren't quoted.
23641
23642 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23643
23644         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23645         (gnus-request-set-mark, gnus-request-update-mark): Use new
23646         g-s-t-u-l-m to decide to use backend even when unplugged.
23647
23648 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23649
23650         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23651         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23652
23653 2004-09-20  Simon Josefsson  <jas@extundo.com>
23654
23655         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23656         "utf-16-le".
23657
23658 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23659
23660         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23661
23662 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23663
23664         * uudecode.el (uudecode-use-external): Add :version.
23665
23666         * smime.el (smime-CA-file, smime-encrypt-cipher)
23667         (smime-dns-server): Add :version.
23668
23669         * smiley.el (gnus-smiley-file-types): Add :version.
23670
23671         * sha1.el (sha1-use-external): Add :version.
23672
23673         * pgg-def.el (pgg-query-keyserver): Add :version.
23674
23675         * nnmail.el (nnmail-fancy-expiry-targets)
23676         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23677         Add :version.
23678
23679         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23680         (nnimap-retrieve-groups-asynchronous): Add :version.
23681         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23682
23683         * mml.el (mml-content-disposition-parameters)
23684         (mml-insert-mime-headers-always): Add :version.
23685
23686         * mm-util.el (mm-coding-system-priorities): Add :version.
23687
23688         * mm-decode.el (mm-inline-text-html-with-images)
23689         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23690         (mm-verify-option): Add :version.
23691         (mm-text-html-renderer): Change :version.
23692
23693         * message.el (message-fcc-externalize-attachments)
23694         (message-required-headers, message-draft-headers)
23695         (message-subject-trailing-was-query)
23696         (message-subject-trailing-was-ask-regexp)
23697         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23698         (message-mark-insert-end, message-archive-header)
23699         (message-archive-note, message-cross-post-default)
23700         (message-cross-post-note, message-followup-to-note)
23701         (message-cross-post-note-function, message-use-mail-followup-to)
23702         (message-subscribed-address-functions)
23703         (message-subscribed-address-file, message-subscribed-addresses)
23704         (message-subscribed-regexps, message-allow-no-recipients)
23705         (message-yank-cited-prefix, message-signature-insert-empty-line)
23706         (message-hidden-headers, message-hierarchical-addresses)
23707         (message-mail-user-agent, message-use-idna)
23708         (message-valid-fqdn-regexp)
23709         (message-strip-special-text-properties, message-header-synonyms)
23710         (message-beginning-of-line, message-tab-body-function): Add :version.
23711         (message-insert-canlock, message-wide-reply-confirm-recipients):
23712         Change :version.
23713
23714         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23715         and :version.
23716         (mail-source-delete-old-incoming-confirm)
23717         (mail-source-movemail-program): Add :version.
23718
23719         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23720         (gnus-agent-cache, gnus-agent): Change :version.
23721
23722         * gnus-util.el (gnus-use-byte-compile): Change :version.
23723
23724         * gnus-sum.el (gnus-summary-make-false-root-always)
23725         (gnus-summary-default-high-score)
23726         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23727         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23728         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23729         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23730         (gnus-sum-thread-tree-single-indent)
23731         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23732         (gnus-sum-thread-tree-leaf-with-other)
23733         (gnus-sum-thread-tree-single-leaf): Add :version.
23734         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23735         (gnus-article-loose-mime): Change :version.
23736
23737         * gnus-start.el (gnus-backup-startup-file)
23738         (gnus-save-startup-file-via-temp-buffer): Add :version.
23739
23740         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23741         (gnus-server-offline-face): Add :version.
23742
23743         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23744
23745         * gnus-msg.el (gnus-gcc-externalize-attachments)
23746         (gnus-debug-files, gnus-debug-exclude-variables)
23747         (gnus-discouraged-post-methods): Change :version.
23748         (gnus-confirm-mail-reply-to-news)
23749         (gnus-confirm-treat-mail-like-news): Add :version.
23750
23751         * gnus-int.el (gnus-server-unopen-status): Add :version.
23752
23753         * gnus-group.el (gnus-group-jump-to-group-prompt)
23754         (gnus-large-ephemeral-newsgroup)
23755         (gnus-fetch-old-ephemeral-headers): Add :version.
23756
23757         * gnus-fun.el (gnus-x-face-directory)
23758         (gnus-convert-pbm-to-x-face-command)
23759         (gnus-convert-image-to-x-face-command)
23760         (gnus-convert-image-to-face-command): Add :version.
23761
23762         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23763
23764         * gnus-cite.el (gnus-cite-blank-line-after-header)
23765         (gnus-article-boring-faces): Add :version.
23766
23767         * gnus-art.el (gnus-buttonized-mime-types)
23768         (gnus-inhibit-mime-unbuttonizing)
23769         (gnus-treat-display-face)
23770         (gnus-treat-body-boundary): Change :version.
23771         (gnus-body-boundary-delimiter, gnus-picon-databases)
23772         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23773         (gnus-treat-date-english, gnus-treat-fold-headers)
23774         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23775         (gnus-treat-mail-picon, gnus-treat-wash-html)
23776         (gnus-article-encrypt-protocol)
23777         (gnus-use-idna, gnus-article-over-scroll)
23778         (gnus-mime-display-multipart-alternative-as-mixed)
23779         (gnus-mime-display-multipart-related-as-mixed)
23780         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23781         (gnus-ctan-url, gnus-button-ctan-handler)
23782         (gnus-button-handle-ctan-bogus-regexp)
23783         (gnus-button-ctan-directory-regexp)
23784         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23785         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23786         (gnus-button-man-level, gnus-button-emacs-level)
23787         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23788
23789         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23790         (gnus-agent-go-online): Change :version.
23791         (gnus-agent-expire-unagentized-dirs)
23792         (gnus-agent-auto-agentize-methods): Add :version.
23793
23794         * flow-fill.el (fill-flowed-display-column)
23795         (fill-flowed-encode-column): Add :version.
23796
23797         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23798         (gnus-outlook-deuglify-unwrap-max)
23799         (gnus-outlook-deuglify-cite-marks)
23800         (gnus-outlook-deuglify-unwrap-stop-chars)
23801         (gnus-outlook-deuglify-no-wrap-chars)
23802         (gnus-outlook-deuglify-attrib-cut-regexp)
23803         (gnus-outlook-deuglify-attrib-verb-regexp)
23804         (gnus-outlook-deuglify-attrib-end-regexp)
23805         (gnus-outlook-display-hook): Add :version.
23806
23807         * binhex.el (binhex-use-external): Add :version.
23808
23809 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23810
23811         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23812         and `invisible'.
23813
23814 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23815
23816         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23817         in gnus-registry-trim.
23818
23819 2004-09-13  Simon Josefsson  <jas@extundo.com>
23820
23821         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23822
23823         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23824
23825         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23826         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23827         <yamaoka@jpl.org>.
23828         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23829         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23830         <yamaoka@jpl.org>.
23831
23832         * sieve.el (sieve-manage-mode): Ditto.
23833
23834 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23835
23836         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23837
23838 2004-09-11  Simon Josefsson  <jas@extundo.com>
23839
23840         * dns-mode.el: Add.
23841
23842         * mm-view.el (mm-display-dns-inline): Add.
23843
23844         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23845         (mm-automatic-display): Ditto.
23846
23847         * mailcap.el (mailcap-mime-data): Add text/dns.
23848         (mailcap-mime-extensions): Map .soa to text/dns.
23849
23850 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23851
23852         * gnus-art.el (article-decode-mime-words, article-babel)
23853         (gnus-article-highlight-signature, gnus-article-add-buttons)
23854         (gnus-signature-toggle): Remove unnecessary bindings of
23855         `inhibit-read-only' inherited from v5.10 merge.
23856
23857 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23858
23859         * nntp.el (nntp): New customization group.
23860         (nntp-authinfo-file): Add customization group.
23861
23862         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23863
23864         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23865
23866         * gnus.el (to-address, to-list, subscribed)
23867         (large-newsgroup-initial): Ditto.
23868
23869         * flow-fill.el (fill-flowed-display-column)
23870         (fill-flowed-encode-column): Ditto.
23871
23872 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23873
23874         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23875         Use point-min rather than 1.
23876         (message-send-mail): Use buffer-size rather than point-max.
23877
23878         * gnus-sum.el (gnus-summary-search-article-forward):
23879         Signal a specific `search-failed' rather than a generic `error'.
23880
23881         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23882         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23883         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23884
23885 2004-09-10  Simon Josefsson  <jas@extundo.com>
23886
23887         * nndb.el (require): Remove tcp and duplicate cl.
23888
23889 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23890
23891         * gnus-agent.el (directory-files-and-attributes): Move forward.
23892
23893 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23894
23895         * gnus-agent.el (directory-files-and-attributes):
23896         Optionally defined to support XEmacs.
23897
23898 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23899
23900         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23901         to avoid run-time CL dependencies.
23902         (gnus-agent-unfetch-articles): New function.
23903         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23904         article numbers even when local .overview file is missing.
23905         (gnus-agent-read-article-number): New function.  Only accepts
23906         27-bit article numbers.
23907         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23908         Use gnus-agent-read-article-number.
23909         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23910         from backend while recognizing that article numbers in .overview
23911         must be valid.
23912         (gnus-agent-update-files-total-fetched-for):
23913         Use directory-files-and-attributes to improve performance.
23914         * gnus-int.el (gnus-request-move-article):
23915         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23916         improve performance.
23917
23918         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23919         some users confused by references to .newsrc when they only have a
23920         .newsrc.eld file.
23921         (gnus-convert-mark-converter-prompt)
23922         (gnus-convert-converter-needs-prompt): Fix use of property list.
23923         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23924         New function.  Used internally to only display 'gnus converting
23925         files' message when actually necessary.
23926
23927         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23928         methods now autoloaded.
23929
23930 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23931
23932         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23933         identifiers.
23934
23935 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23936
23937         * gnus-picon.el: Fix indentation and closing parenthesis.
23938
23939 2004-09-01  Simon Josefsson  <jas@extundo.com>
23940
23941         * message.el (message-canlock-generate): Require sha1, not
23942         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23943         to require within a function.  Sadly, if sha1.el isn't loaded, the
23944         let binding in m-c-g will hide the defcustom definition, which is
23945         bad.)
23946
23947         * canlock.el: Require sha1, not sha1-el.
23948
23949         * message.el: Don't autoload sha1 (there is a autoload cookie in
23950         sha1.el).
23951
23952         * sha1-el.el: Rename to sha1.el.
23953
23954 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23955
23956         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23957
23958 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23959
23960         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23961
23962 2004-08-30  Kim F. Storm  <storm@cua.dk>
23963
23964         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23965
23966         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23967         Add :group 'nnimap.
23968
23969 2004-08-30  Andreas Schwab  <schwab@suse.de>
23970
23971         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23972         ?* and ?\;.
23973
23974         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23975         and ?\' to symbol instead of whitespace.
23976
23977 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23978
23979         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23980
23981         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23982         instead of re-search-forward.
23983
23984         * gnus-uu.el (gnus-uu-save-article): Ditto.
23985         (gnus-uu-post-encode-uuencode): Ditto.
23986
23987         * html2text.el (html2text-clean-list-items): Ditto.
23988         (html2text-clean-dtdd): Ditto.
23989         (html2text-format-tags): Ditto.
23990
23991         * message.el (message-send-mail-with-sendmail): Fix regexp.
23992         (message-fill-field-general): Use search-forward instead of
23993         re-search-forward.
23994         (unbold-region): Ditto.
23995
23996         * nnrss.el (nnrss-request-article): Ditto.
23997
23998         * nnslashdot.el (nnslashdot-request-article): Ditto.
23999
24000         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24001
24002         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24003         "Unrecognized menu descriptor" error in XEmacs.
24004
24005 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24006
24007         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24008         parent article of a sparse article in the thread hashtb.
24009
24010 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24011
24012         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24013         (nnmail-expand-newtext): Lowercase expanded entries if
24014         nnmail-split-lowercase-expanded is non-nil.
24015
24016 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24017
24018         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24019
24020         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24021         of gnus-tmp-news-method into string under XEmacs.  It will be
24022         passed to gnus-correct-length which takes only a string argument.
24023
24024 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24025
24026         * gnus-util.el (gnus-bind-print-variables): New macro.
24027         (gnus-prin1): Use it.
24028         (gnus-prin1-to-string): Use it.
24029         (gnus-pp): New function.
24030         (gnus-pp-to-string): New function.
24031
24032         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24033         Replace pp-to-string with gnus-pp-to-string.
24034         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24035         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24036         * gnus-msg.el (gnus-debug): Ditto.
24037         * gnus-score.el (gnus-score-save): Ditto.
24038         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24039         gnus-pp-to-string.
24040         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24041         with gnus-pp.
24042         * score-mode.el (gnus-score-pretty-print): Ditto.
24043         * webmail.el (webmail-debug): Ditto.
24044
24045 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24046
24047         * gnus-art.el (article-display-face, article-display-x-face):
24048         Use buffer-read-only.
24049
24050 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24051
24052         * gnus-art.el (article-hide-list-identifiers):
24053         Bind inhibit-read-only as t.
24054
24055 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24056
24057         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24058
24059 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24060
24061         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24062         (gnus-narrow-to-page): Don't assume point-min == 1.
24063         (gnus-article-edit-mode): Derive from message-mode.
24064
24065         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24066         point-min == 1.
24067
24068         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24069         Disable incorrect use of `assert'.
24070
24071         * message.el (message-mode): Set comment-start-skip.
24072
24073
24074 2004-08-22  Sam Steingold  <sds@gnu.org>
24075
24076         * pop3.el (pop3-leave-mail-on-server): New user variable.
24077         (pop3-movemail): Delete mail only when it is nil.
24078
24079 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24080
24081         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24082
24083         * mml.el (mml-preview): Use `pop-to-buffer'.
24084
24085         * message.el (message-goto-mail-followup-to): Insert after "To".
24086         (message-carefully-insert-headers): Add comment.
24087
24088         * gnus.el: Remove unused variable `gnus-article-check-size'.
24089
24090         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24091
24092         * gnus-art.el (gnus-button-alist):
24093         Improve `gnus-button-handle-library' entry.
24094
24095 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24096
24097         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24098         Use downcase, since XEmacs capitalizes error messages differently.
24099
24100 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24101
24102         * nntp.el: Add (require 'gnus) due to reference to
24103         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24104
24105 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24106
24107         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24108         Bind `mm-fill-flowed'.
24109
24110         * mm-decode.el (mm-dissect-singlepart): Check it.
24111
24112 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24113
24114         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24115         'imap' for netrc parsing.
24116
24117 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24118
24119         * mailcap.el (mailcap-mime-data): Mark as risky.
24120
24121 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24122
24123         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24124         may be included in the encoded word.
24125         (rfc2047-encode): Don't append a space if the encoded word
24126         includes close parenthesis.
24127
24128 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24129
24130         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24131         of text within parentheses.
24132
24133 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24134
24135         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24136         (gnus-encrypt-write-file-contents): Make the password key the file
24137         name PLUS the cipher, not just the cipher.  Also remove failed
24138         passwords from the cache.
24139
24140 2004-08-06  Simon Josefsson  <jas@extundo.com>
24141
24142         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24143         Doc fix.
24144
24145 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24146
24147         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24148         LWSP.
24149
24150 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24151
24152         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24153         Try to append in-reply-to: data to the references: header.
24154
24155         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
24156         (netrc-parse): Use gnus-encrypt.el functions.
24157
24158         * gnus-encrypt.el: Add new file for encryption support; currently
24159         does only a few GPG ciphers and an internal XOR cipher.
24160
24161         * password.el: Add comments on using password-read-and-add.
24162         (password-read-and-add): Add function to read and add the
24163         password to the cache at once.
24164
24165 2004-07-28  Simon Josefsson  <jas@extundo.com>
24166
24167         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
24168         parameter (but don't use it, for now).
24169
24170         * imap.el (imap-ssl-open): Use imap-process-connection-type,
24171         instead of hard coding to nil.
24172
24173 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24174
24175         * mm-view.el (mm-inline-image-emacs): Open lines under an image
24176         as mm-inline-image-xemacs does.
24177
24178 2004-07-26  Simon Josefsson  <jas@extundo.com>
24179
24180         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
24181         Revert part of 2004-07-17 change below.
24182
24183 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24184
24185         * rfc2047.el (rfc2047-encode-region): Don't infloop.
24186         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24187
24188 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24189
24190         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
24191         quotes that actually start with ">" at the beginning of the
24192         lines.
24193
24194 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24195
24196         * rfc2047.el (rfc2047-encode-region): Fix last change.
24197         (rfc2047-encode-parameter): Remove useless concat.
24198
24199 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24200
24201         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
24202         encode special characters; fix some kind of misconfigured headers;
24203         signal a real error if debug-on-quit or debug-on-error is non-nil.
24204         (rfc2047-encode-max-chars): New variable.
24205         (rfc2047-encode-1): Use it.
24206         (rfc2047-encode-parameter): New function.
24207
24208         * mml.el (mml-insert-parameter): Remove an excessive space.
24209
24210 2004-07-17  Simon Josefsson  <jas@extundo.com>
24211
24212         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
24213         Kai Grossjohann <kai@emptydomain.de>.
24214         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
24215         (gnus-group-make-menu-bar): Ditto.
24216
24217         * gnus-util.el (gnus-group-server): Add.
24218
24219 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
24220
24221         * message.el (message-clone-locals): Clone sendmail and smtp
24222         variables.
24223
24224 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24225
24226         * rfc2047.el (rfc2047-encode-region): Fix last change.
24227
24228 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24229
24230         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
24231         characters as non-special.
24232
24233 2004-07-09  Simon Josefsson  <jas@extundo.com>
24234
24235         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
24236         Users will lose all flag changes made while unplugged with
24237         e.g. nntp unless flag synchronization happens, thus `nil' is not a
24238         good default.  See numerous reports on ding mailing list.
24239
24240 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24241
24242         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
24243         add generate-head-function and generate-article-function to the
24244         rfc822-forward entry.
24245         (nndoc-rfc822-forward-generate-article): New function.
24246         (nndoc-rfc822-forward-generate-head): New function.
24247
24248         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
24249
24250 2004-07-06  Dan Christensen  <jdc@uwo.ca>
24251
24252         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
24253         respect display group parameter and gnus-summary-expunge-below.
24254         (gnus-articles-to-read): Remove unused reference to display group
24255         parameter.
24256
24257 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24258
24259         * nnheader.el (nnheader-uniquify-message-id): New experimental
24260         variable.
24261         (nnheader-nov-read-message-id): Use it.
24262
24263         * spam-report.el (spam-report-gmane): Add interactive.
24264
24265 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24266
24267         * mm-encode.el (mm-content-transfer-encoding-defaults):
24268         Use qp-or-base64 for the application/* types.
24269
24270 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
24271
24272         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
24273
24274 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
24275
24276         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
24277         trim value.
24278
24279 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24280
24281         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
24282         New macro and function.
24283         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
24284
24285 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24286
24287         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
24288         after-load-alist.
24289
24290 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24291
24292         * gnus-group.el (gnus-group-get-new-news-this-group):
24293         Don't update info that isn't there.
24294
24295 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
24296
24297         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
24298         entry.
24299
24300 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24301
24302         * mm-view.el (mm-inline-render-with-function): Use multibyte
24303         buffer; decode html source by charset.
24304
24305         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
24306
24307         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
24308         Mule-UCS is loaded under XEmacs.
24309         (mm-mime-mule-charset-alist): Avoid duplicated entries.
24310
24311 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
24312
24313         * nnheader.el (nnheader-max-head-length): Increase to 8192.
24314
24315 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24316
24317         * mm-util.el (mm-coding-system-p): Return a coding-system.
24318         (mm-mime-mule-charset-alist): Use shift_jis instead of
24319         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
24320         entries for the mime charsets iso-2022-jp-3 and shift_jis.
24321         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
24322         instead of japanese-shift-jis and iso-latin-1 respectively in
24323         order to share the default value with both Emacs and XEmacs-mule.
24324         (mm-mule-charset-to-mime-charset):
24325         Make mm-coding-system-priorities effective.
24326         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
24327         while predicating of candidates upon the priorities.
24328
24329 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
24330
24331         * gnus-sum.el (gnus-summary-make-menu-bar):
24332         Add gnus-uu-invert-processable.
24333
24334         * gnus.el: Autoload gnus-uu-invert-processable.
24335
24336 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24337
24338         * mm-util.el (mm-with-multibyte-buffer): New macro.
24339
24340         * rfc2047.el (rfc2047-encode-string): Use it.
24341         (rfc2047-encode-region): Move point to the end of the region after
24342         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
24343
24344 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24345
24346         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
24347         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
24348
24349 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24350
24351         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
24352         (gnus-cite-parse): Ignore quoted envelope From_.
24353         Suggested by Karl Chen <quarl@nospam.quarl.org>.
24354
24355 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
24356
24357         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
24358         invalid addresses.
24359
24360 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
24361
24362         * spam.el: Change section markers, revise TODO list.
24363         (spam-backends): Make new master list of all installed backends.
24364         (spam-summary-exit-behavior): Add new variable to determine how
24365         messages moves are done at summary exit.
24366         (spam-move-spam-nonspam-groups-only)
24367         (spam-process-ham-in-nonham-groups)
24368         (spam-process-ham-in-spam-groups): Remove variables, the
24369         spam-summary-exit-behavior variable should be used to manage this
24370         behavior.
24371         (spam-old-ham-articles, spam-old-spam-articles): Remove.
24372         (spam-old-articles): Add variable, replacing spam-old-ham-articles
24373         and spam-old-spam-articles.
24374         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
24375         Add empty variables, placeholders for the backends they represent.
24376         (spam-set-difference): Move, unchanged.
24377         (spam-list-of-processors): Declare OBSOLETE, not used anymore
24378         unless the user has a processor variable.
24379         (spam-classifications, spam-classification-valid-p)
24380         (spam-backend-properties, spam-backend-property-valid-p)
24381         (spam-backend-function-type-valid-p)
24382         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
24383         (spam-report-articles-gmane, spam-report-articles-resend):
24384         Remove functions, they are not needed.
24385         (spam-install-backend-super, spam-backend-list)
24386         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
24387         (spam-backend-function, spam-backend-ham-registration-function)
24388         (spam-backend-spam-registration-function)
24389         (spam-backend-ham-unregistration-function)
24390         (spam-backend-spam-unregistration-function)
24391         (spam-backend-statistical-p, spam-backend-mover-p)
24392         (spam-install-backend-alias, spam-install-checkonly-backend)
24393         (spam-install-mover-backend, spam-install-nocheck-backend)
24394         (spam-install-backend, spam-install-statistical-backend)
24395         (spam-install-statistical-checkonly-backend): Add backend installation
24396         support.
24397         (spam-summary-prepare-exit): Rewrite to use the new backend code.
24398         (spam-group-processor-p): Use the new backend code and respect the
24399         summary exit behavior.
24400         (spam-mark-spam-as-expired-and-move-routine): Remove.
24401         (spam-summary-prepare): Change to use the new spam-old-articles
24402         variable.
24403         (spam-copy-or-move-routine, spam-copy-spam-routine)
24404         (spam-move-spam-routine, spam-copy-ham-routine)
24405         (spam-move-ham-routine): Add code to copy/move ham or spam.
24406         (spam-fetch-field-fast): Improve doc and code, plus allow the
24407         'number request.
24408         (spam-list-of-checks, spam-list-of-statistical-checks):
24409         Remove variables.
24410         (spam-split, spam-find-spam): Use the new backend code.
24411         (spam-registration-functions): Remove variable.
24412         (spam-unregister-routine): Add convenience wrapper.
24413         (spam-log-undo-registration, spam-register-routine)
24414         (spam-log-processing-to-registry)
24415         (spam-log-unregistration-needed-p): Rename "check" to "backend"
24416         where possible.
24417         (spam-check-gmane-xref, spam-check-regex-headers)
24418         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
24419         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
24420         (spam-check-bogofilter-headers, spam-check-spamoracle)
24421         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
24422         (spam-check-crm114-headers): Use the spam-split-group that
24423         spam-split prepares, no need to determine it every time.
24424
24425         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
24426         to the nnheader-parse-naked-head call.
24427
24428         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
24429
24430         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
24431         the nnheader-nov-read-message-id call.
24432
24433 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24434
24435         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
24436         gnus-activate-group twice.  Suggested by Markus Peter
24437         <warp@spin.de>.
24438
24439 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24440
24441         * gnus-art.el (gnus-article-time-format): Exchange the order of
24442         day and month in the default value; fix customization type.
24443         (article-date-ut): Use add-text-properties.
24444         (article-make-date-line): Use message-make-date instead of
24445         current-time-string.
24446
24447         * message.el (message-fetch-field): Don't use set-text-properties.
24448         (message-make-date): Simplify.
24449
24450         * messagexmas.el (message-xmas-make-date): New function.
24451         (message-xmas-redefine): Defalias message-make-date to it.
24452
24453 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24454
24455         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
24456         (rfc2047-encode-region): Treat text within parentheses as special;
24457         show the original text when error has occurred.
24458
24459         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
24460         already-computed method to gnus-activate-group.
24461
24462         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
24463         same select-methods identical Lisp objects.
24464
24465         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
24466         object when modifying the info.
24467
24468 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24469
24470         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24471         gnus-opened-servers since it has never been opened with the new
24472         configuration yet.
24473
24474 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24475
24476         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24477         arg to nnheader-generate-fake-message-id.
24478
24479 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24480
24481         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24482         number and build a fake message ID localized to a group and
24483         article number (so it's repeatable from that point on).
24484         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24485         ID format.
24486
24487         * gnus-sum.el (gnus-get-newsgroup-headers):
24488         Call nnheader-generate-fake-message-id with the article number.
24489
24490 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24491
24492         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24493         end-of-buffer.
24494
24495 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24496
24497         * message.el (message-ignored-supersedes-headers): Add Approved.
24498
24499 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24500
24501         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24502         goto-char.
24503         (rfc2047-encode): Fold the line before encoding.
24504
24505 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24506
24507         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24508         folding -- not all headers can be folded, and this should be done
24509         by the message composition mode.  Probably.  I think.
24510
24511 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24512
24513         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24514         fast.
24515
24516         * gnus-ems.el (gnus-remove-image): Don't use
24517         message-text-with-property; remove only the image found first.
24518
24519         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
24520         found first.
24521
24522 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24523
24524         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24525
24526 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24527
24528         * message.el (message-text-with-property): Make it fast and accept
24529         optional arguments.
24530         (message-strip-forbidden-properties): Use it.
24531         (message-fix-before-sending): Follow the m-t-w-p change.
24532
24533         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24534
24535 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24536
24537         * gnus-art.el (article-hide-headers): Don't change the buffer
24538         mistakenly when performing mml-preview even if
24539         gnus-single-article-buffer is nil.
24540
24541 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24542
24543         * message.el (message-expand-name-databases): New user option.
24544         (message-expand-name): Use it.
24545
24546 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24547
24548         * spam.el (spam-report-articles-resend)
24549         (spam-report-resend-register-routine): Allow ham reporting.
24550         (spam-report-resend-register-ham-routine): Add wrapper.
24551         (spam-registration-functions): Add ham resending functions.
24552         (spam-list-of-processors): Add ham resend processor.
24553
24554         * gnus.el (ham-resend-to): Add new group parameter.
24555         (spam-process): Add ham resend option.
24556
24557         * spam-report.el (spam-report-resend): Allow reporting ham.
24558         (spam-report-resend-ham): Add wrapper.
24559
24560 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24561
24562         * message.el (message-cite-articles-with-x-no-archive):
24563         New variable.
24564         (message-cite-original): Use it.
24565
24566 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24567
24568         * message.el (message-cite-original): Respect X-No-Archive.
24569
24570 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24571
24572         * gnus-art.el (article-hide-headers): Refer to the values for
24573         gnus-ignored-headers and gnus-visible-headers in the summary
24574         buffer since a user may have set them as group parameters.
24575
24576 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24577
24578         * assistant.el (assistant-node-name): Add convenience function.
24579         (assistant-render-text, assistant-render-node): Add error handling,
24580         plus handle multiple next nodes.
24581         (assistant-find-next-node): Comment out for now.
24582         (assistant-find-next-nodes): Add function, returns list of next
24583         nodes.
24584
24585 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24586
24587         * mail-source.el (mail-source-directory): Fix doc-string.
24588
24589 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24590
24591         * assistant.el (assistant-render-text, assistant-eval): Add :set
24592         widget type, which is different because it takes and returns a
24593         list.  Much hilarity ensues.
24594
24595 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24596
24597         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24598
24599         * gnus-group.el (gnus-group-get-new-news-this-group):
24600         Add doc-string.
24601
24602         * gnus-start.el (gnus-activate-group): Add doc-string.
24603
24604 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24605
24606         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24607
24608 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24609
24610         * assistant.el (assistant-render-text): Try to add a :set
24611         widget, more to come.
24612
24613         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24614         strings.
24615         (spam-report-articles-resend)
24616         (spam-register-routine): Do registration iff any articles warrant
24617         it.
24618         (spam-summary-prepare-exit): Change log message for nil group
24619         destinations.
24620
24621 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24622
24623         * spam.el (spam-report-resend-register-routine):
24624         Allow spam-report-resend-to to be a group parameter or a global value.
24625
24626 2004-05-26  Simon Josefsson  <jas@extundo.com>
24627
24628         * starttls.el: Merge with my GNUTLS based starttls.el.
24629         (starttls-gnutls-program, starttls-use-gnutls)
24630         (starttls-extra-arguments, starttls-process-connection-type)
24631         (starttls-connect, starttls-failure, starttls-success):
24632         New variables.
24633         (starttls-program, starttls-extra-args): Doc fix.
24634         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24635         New functions.
24636         (starttls-negotiate, starttls-open-stream):
24637         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24638         function if it is set.
24639
24640 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24641
24642         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24643         structured fields.
24644
24645 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24646
24647         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24648
24649 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24650
24651         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24652         Add variable.
24653         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24654         assigning the spam-mark to new messages.
24655
24656 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24657
24658         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24659
24660 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24661
24662         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24663
24664         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24665         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24666         default.
24667
24668 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24669
24670         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24671         correct data.
24672
24673 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24674
24675         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24676         (spam-group-processor-p): Fix function.
24677         (spam-group-processor-multiple-p)
24678         (spam-group-spam-processor-report-gmane-p)
24679         (spam-group-spam-processor-report-resend-p)
24680         (spam-group-spam-processor-bogofilter-p)
24681         (spam-group-spam-processor-blacklist-p)
24682         (spam-group-spam-processor-ifile-p)
24683         (spam-group-ham-processor-ifile-p)
24684         (spam-group-spam-processor-spamoracle-p)
24685         (spam-group-spam-processor-crm114-p)
24686         (spam-group-ham-processor-bogofilter-p)
24687         (spam-group-spam-processor-stat-p)
24688         (spam-group-ham-processor-stat-p)
24689         (spam-group-ham-processor-whitelist-p)
24690         (spam-group-ham-processor-BBDB-p)
24691         (spam-group-ham-processor-spamoracle-p)
24692         (spam-group-ham-processor-copy-p): Remove functions with some
24693         prejudice against unneeded code.
24694         (spam-report-articles-resend)
24695         (spam-report-resend-register-routine): Allow the group/topic
24696         spam-resend-to value to override spam-report-resend-to.
24697         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24698         properly now.
24699
24700         * gnus.el (spam-resend-to): Add group/topic parameter.
24701         (spam-process): Move the OBSOLETE processors to the end of the
24702         choices.
24703
24704 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24705
24706         * spam-report.el (spam-report-resend-to, spam-report-resend):
24707         Start with resend-to set to nil, and then ask the user if necessary.
24708         (spam-report-resend): spam-report-resend takes a list of articles, not
24709         separate article numbers.
24710
24711 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24712
24713         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24714         addition to emacs-w3m.
24715
24716 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24717
24718         * assistant.el (assistant-authinfo-data): New function.
24719         (assistant-eval): Eval for entire assistant.
24720
24721         * netrc.el (netrc-services-file): New variable.
24722         (netrc-parse-services): New function.
24723         (netrc-find-service-name): New function.
24724         (netrc-find-service-number): New function.
24725         (netrc-port-equal): New function.
24726         (netrc-machine): Use it.
24727
24728         * nnimap.el (nnimap-open-connection): Use netrc.
24729
24730         * gnus-util.el (gnus-netrc-get): Remove aliases.
24731
24732         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24733
24734         * assistant.el (wid-edit): Fix compilation.
24735
24736         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24737
24738 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24739
24740         * gnus-util.el (gnus-set-file-modes): New function.  (small
24741         patch).
24742
24743 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24744
24745         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24746
24747         * assistant.el (assistant-render-node): Fix up rendering and
24748         read-only text.
24749         (assistant-render-node): Reset.
24750         (assistant-make-read-only): Not sticky.
24751
24752 2004-05-20  Danny Siu  <dsiu@adobe.com>
24753
24754         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24755         centered even when gnus-auto-center-summary is t.
24756
24757 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24758
24759         * dns.el (dns-get-txt-answer): New function.
24760         (dns-read-txt): Ditto.
24761         (query-dns): Use it.
24762
24763 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24764
24765         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24766         active for foreign groups even if the group level is higher than
24767         the specified value.
24768
24769 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24770
24771         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24772         non-active groups.
24773
24774         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24775
24776 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24777
24778         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24779
24780 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24781
24782         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24783         (spam-crm114-header, spam-crm114-spam-switch)
24784         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24785         (spam-crm114-positive-spam-header)
24786         (spam-crm114-database-directory, spam-list-of-processors)
24787         (spam-group-spam-processor-crm114-p)
24788         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24789         (spam-generic-score, spam-list-of-checks)
24790         (spam-list-of-statistical-checks, spam-registration-functions)
24791         (spam-check-crm114-headers, spam-crm114-score)
24792         (spam-check-crm114, spam-crm114-register-with-crm114)
24793         (spam-crm114-register-spam-routine)
24794         (spam-crm114-unregister-spam-routine)
24795         (spam-crm114-register-ham-routine)
24796         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24797
24798 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24799
24800         * gnus.el: Add spam-use-crm114.
24801
24802         * spam.el (spam-list-of-processors, spam-registration-functions):
24803         Add spam-use-resend.
24804         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24805         (spam-report-articles-gmane): Add doc fix.
24806         (spam-report-articles-resend, spam-report-resend-register-routine):
24807         Add wrappers around spam-report-resend-to.
24808
24809         * spam-report.el (spam-report-resend-to, spam-report-resend):
24810         Add support for resending spam.
24811         (spam-report-gmane): Fix line length >80.
24812
24813         * gnus.el (spam-process): Add spam-use-resend.
24814
24815 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24816
24817         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24818         number of processed spam messages.
24819         (spam-ham-copy-or-move-routine): Return the number of processed
24820         ham messages.
24821         (spam-summary-prepare-exit): Use the above values to decide
24822         whether status messages shouled be displayed.
24823
24824 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24825
24826         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24827         `rfc2047-encoding-function-alist' in order to avoid conflicting
24828         with the old version.
24829         (rfc2047-encode-region): Concatenate words containing non-ASCII
24830         characters in structured fields; don't encode space-delimited
24831         ASCII words even in unstructured fields; don't break words at
24832         char-category boundaries.
24833         (rfc2047-encode-1): New function.
24834         (rfc2047-encode): Use it; encode text so that it occupies the
24835         maximum width within 76-column; work correctly on Q encoding for
24836         iso-2022-* charsets.
24837         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24838         sure not to break a line just after the header name.
24839         (rfc2047-b-encode-region): Remove.
24840         (rfc2047-b-encode-string): New function.
24841         (rfc2047-q-encode-region): Remove.
24842         (rfc2047-q-encode-string): New function.
24843
24844         * mm-util.el (mm-replace-in-string): New function.
24845
24846 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24847
24848         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24849         Really get it right.
24850         (gnus-inews-make-draft): Really.
24851
24852 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24853
24854         * nnmh.el (nnmh-request-list-1): Don't check the link count
24855         before descending.  (small patch)
24856
24857 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24858
24859         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24860         stuff.
24861
24862         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24863         Match on real group name.
24864
24865         * gnus-art.el (gnus-signature-limit): Doc fix.
24866
24867         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24868
24869         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24870
24871 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24872
24873         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24874         isn't a string.
24875
24876 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24877
24878         * gnus-draft.el (gnus-draft-send):
24879         Bind rfc2047-encode-encoded-words.
24880
24881         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24882         (rfc2047-encodable-p): Say that =? needs encoding.
24883         (rfc2047-encode-encoded-words): New variable.
24884
24885         * gnus-group.el (gnus-group-select-group): Doc fix.
24886
24887         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24888
24889         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24890         to nil.
24891
24892         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24893
24894         * nnheader.el (nnheader-get-lines-and-char): New function.
24895
24896 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24897
24898         * gnus-msg.el (gnus-summary-followup-with-original):
24899         Document yanking of region when active.
24900
24901 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24902
24903         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24904         groups if the group level is higher than the specified value.
24905
24906 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24907
24908         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24909         (gnus-group-jump-to-group): Add prefix argument using
24910         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24911         non-active group.
24912
24913         * compface.el (uncompface): Be verbose when changing
24914         `uncompface-use-external'.
24915
24916         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24917         handle manual section.
24918
24919 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24920
24921         * gnus-art.el (gnus-button-alist): Revert previous change.
24922
24923 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24924
24925         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24926
24927 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24928
24929         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24930         whether backend can accept message.
24931
24932         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24933
24934 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24935
24936         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24937         Avoid creating directory when nntp-marks-is-evil is true.
24938         Reported by Reiner Steib.
24939
24940 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24941
24942         * gnus-picon.el (gnus-picon-insert-glyph):
24943         Add optional `nostring' argument.
24944
24945 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24946
24947         * gnus-picon.el (gnus-picon-style): New variable.
24948         (gnus-picon-transform-address): Support `gnus-picon-style'.
24949
24950 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24951
24952         * message.el (message-fill-field): Return point.
24953         (message-generate-headers): Go to end of field.
24954
24955         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24956         stuff for non-living groups.
24957
24958 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24959
24960         * gnus-art.el (gnus-article-followup-with-original)
24961         (gnus-article-reply-with-original): gnus-mark-active-p ->
24962         gnus-region-active-p.
24963
24964 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24965
24966         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24967         only when there is spam or ham to be processed.
24968
24969 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24970
24971         * mail-source.el (mail-source-delete-crash-box): Refactor.
24972         (mail-source-fetch): Use it.
24973         (mail-source-fetch-file): Ditto.
24974         (mail-source-fetch-directory): Run postscript in loop.
24975         (mail-source-fetch-pop): Delete.
24976         (mail-source-fetch-maildir): Ditto.
24977         (mail-source-fetch-imap): Ditto.
24978
24979         * imap.el (imap-authenticators): Comment out sasl.
24980
24981         * message.el (message-skip-to-next-address): New function.
24982         (message-fill-header-address): Refactor.
24983         (message-fill-address): Use it.
24984         (message-delete-address): Use it.
24985         (message-fill-header-general): Refactor.
24986         (message-fill-field-address): Rename.
24987         (message-narrow-to-field): Find the start of the header.
24988         (message-header-format-alist): Don't pre-fill.
24989         (message-fill-header): Remove.
24990         (message-insert-header): New function.
24991         (message-shorten-references): Use it.
24992
24993         * rfc2047.el (rfc2047-field-value): Strip props.
24994
24995         * mail-parse.el (mail-header-make-address): New alias.
24996
24997         * ietf-drums.el (ietf-drums-make-address): New function.
24998
24999         * imap.el: Add compiler directives.
25000
25001         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25002
25003         * gnus-art.el (article-decode-idna-rhs): Don't use
25004         message-idna-inside-rhs-p.
25005
25006 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25007
25008         * message.el (message-idna-inside-rhs-p): Remove.
25009         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25010
25011         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25012         false positives.
25013
25014 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25015
25016         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25017
25018 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25019
25020         * nneething.el (nneething-file-name): Don't create spurious
25021         files.
25022
25023         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25024         (gnus-inews-do-gcc): Remove sleep.
25025
25026         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25027         part under point.
25028
25029         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25030         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25031
25032 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25033
25034         * spam.el (spam-summary-prepare-exit): Fix (length).
25035
25036 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25037
25038         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25039         as expired without moving it" message when there are spam
25040         messages left.
25041
25042 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25043
25044         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25045         header is not nil.
25046
25047 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25048
25049         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25050         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25051         (nntp-marks-changed-p): New arg SERVER.
25052         (nntp-request-update-info): Adjust caller.
25053
25054 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25055
25056         * nntp.el (nntp-save-marks): Pass missing arg.
25057
25058 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25059
25060         * nntp.el: Support marks.
25061         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25062         (nntp-marks-modtime, nntp-marks-directory): New variables.
25063         (nntp-request-set-mark, nntp-request-update-info)
25064         (nntp-possibly-create-directory, nntp-marks-changed-p)
25065         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25066         New functions.
25067
25068 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25069
25070         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25071         (gnus-xmas-redefine): Rename.
25072
25073         * gnus-score.el (gnus-score-insert-help):
25074         Use gnus-select-lowest-window.
25075
25076         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25077         appt-select-lowest-window and rename to gnus-select-lowest-window.
25078
25079         * gnus.el: do.
25080
25081 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25082
25083         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25084         encodings of MIME-encoded words, in order to improve
25085         interoperability with several broken MUAs.
25086
25087 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25088
25089         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25090         tags, only when charsets are not specified in headers.
25091         (mm-inline-text-html-render-with-w3m): Ditto.
25092
25093         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25094         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25095
25096 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25097
25098         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25099         instead of MIME-decoded from fields when checking
25100         `gnus-article-address-banner-alist'.
25101
25102 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25103
25104         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25105         description rather than subject.
25106
25107 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25108
25109         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25110
25111 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25112
25113         * gnus.el (gnus-version-number): Bump.
25114
25115 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25116
25117         * gnus.el: No Gnus v0.2 is released.
25118
25119 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25120
25121         * gnus-agent.el (gnus-agent-read-agentview):
25122         Inline gnus-uncompress-range.
25123
25124 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25125
25126         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25127         `exec-installed-p'.
25128
25129 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25130
25131         * gnus.el (spam-process, spam-autodetect-methods):
25132         Add bsfilter and bsfilter-headers.
25133
25134         * spam.el (spam-bsfilter): New customize group.
25135         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25136         (spam-bsfilter-header, spam-bsfilter-probability-header)
25137         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25138         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25139         (spam-bsfilter-database-directory): New options.
25140         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25141         (spam-list-of-statistical-checks, spam-registration-functions):
25142         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25143         (spam-bsfilter-score): New command.
25144         (spam-check-bsfilter-headers, spam-check-bsfilter)
25145         (spam-bsfilter-register-with-bsfilter)
25146         (spam-bsfilter-register-spam-routine)
25147         (spam-bsfilter-unregister-spam-routine)
25148         (spam-bsfilter-register-ham-routine)
25149         (spam-bsfilter-unregister-ham-routine): New functions.
25150         (spam-generic-score): Support bsfilter; Accept an optional argument
25151         to recalcurate spam score even if scoring header has already been
25152         added.
25153         (spam-bogofilter-score, spam-spamassassin-score): Accept an
25154         optional argument to recalcurate spam score even if scoring header
25155         has already been added.
25156
25157 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
25158
25159         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
25160         strings!  Reported by David D. Smith <davidsmith@acm.org>.
25161         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
25162         link is missing.
25163
25164 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
25165
25166         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
25167         (html2text-get-attr): Rewrite.
25168
25169         * message.el (message-setup-1): Remove redundant put-text-property
25170         on mail-header-separator.
25171
25172 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
25173
25174         * gnus-registry.el (gnus-registry-cache-whitespace)
25175         (gnus-registry-action, gnus-registry-spool-action)
25176         (gnus-registry-split-fancy-with-parent): Change message levels
25177         from 5 to 3 or 7, as needed.
25178
25179         * spam.el (spam-summary-prepare-exit)
25180         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
25181         (spam-split, spam-find-spam, spam-log-undo-registration)
25182         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
25183         level from 5 to 6.
25184
25185 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25186
25187         * gnus-ems.el: Autoload appt-select-lowest-window (revert
25188         2004-03-04 change).
25189
25190 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
25191
25192         * sieve-manage.el (sieve-manage-open):
25193         * nnweb.el (nnweb-insert-html):
25194         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
25195         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
25196         * nnspool.el (nnspool-request-group):
25197         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
25198         * nnml.el (nnml-request-update-info):
25199         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
25200         (nnmh-request-create-group, nnmh-update-gnus-unreads):
25201         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
25202         (nnimap-request-set-mark):
25203         * nnfolder.el (nnfolder-request-update-info):
25204         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
25205         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
25206         * gnus-uu.el (gnus-uu-find-articles-matching):
25207         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
25208         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
25209         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
25210         * gnus-nocem.el (gnus-nocem-scan-groups):
25211         * gnus-int.el (gnus-start-news-server):
25212         * gnus-group.el (gnus-group-make-kiboze-group)
25213         (gnus-group-browse-foreign-server):
25214         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
25215         Use mapc when appropriate.
25216
25217 2004-04-22  Dan Christensen  <jdc@uwo.ca>
25218             Adam Sjøgren  <asjo@koldfront.dk>
25219             Wes Hardaker  <wes@hardakers.net>
25220             Michael Shields  <shields@msrl.com>
25221
25222         * spam.el (spam-necessary-extra-headers): Get the extra headers we
25223         may need for spam sorting and scoring.
25224         (spam-user-format-function-S): Add user format function suitable for
25225         general use.
25226         (spam-article-sort-by-spam-status): Add sorting function for summary
25227         sorting.
25228         (spam-extra-header-to-number): Add function to get a score from a
25229         header.
25230         (spam-summary-score): Add function to get a numeric score from the
25231         headers.
25232         (spam-generic-score): Fix function doc, was in wrong place.
25233         (spam-initialize): Take symbols when it's run, and install the
25234         extra headers that spam-necessary-extra-headers thinks we need.
25235
25236 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
25237
25238         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
25239         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25240
25241 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
25242
25243         * gnus-sum.el (gnus-set-global-variables)
25244         (gnus-build-all-threads, gnus-get-newsgroup-headers)
25245         (gnus-article-get-xrefs, gnus-summary-best-group)
25246         (gnus-summary-next-article, gnus-summary-enter-digest-group)
25247         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
25248         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
25249         Use with-current-buffer.
25250
25251 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
25252
25253         * spam.el (spam-summary-prepare-exit): Simplify logic.
25254         (spam-fetch-article-header): Read the article header if it's not
25255         available.
25256         (spam-list-articles): Simplify logic.
25257         (spam-filelist-register-routine): Fix bug with unregister-list.
25258
25259         * gnus-registry.el: Fix comments at beginning.
25260
25261 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
25262
25263         * message.el (message-cater-to-broken-inn): Remove.
25264         (message-shorten-references): Make sure the total folded length of
25265         References is shorter than 998 characters to cater to a bug in INN
25266         2.3.  Also, don't pretend that references aren't folded -- this
25267         hasn't worked for a while.
25268
25269 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25270
25271         * gnus-agent.el (gnus-agentize):
25272         gnus-agent-send-mail-real-function no longer set to current value
25273         of message-send-mail-function but rather a lambda that calls
25274         message-send-mail-function.  The change makes the agent real-time
25275         responsive to user changes to message-send-mail-function.
25276
25277 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25278
25279         * legacy-gnus-agent.el
25280         (gnus-agent-convert-to-compressed-agentview): Fix typos with
25281         help from Florian Weimer <fw@deneb.enyo.de>
25282
25283 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25284
25285         * nnmail.el (nnmail-cache-insert): Revert last change.
25286
25287 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25288
25289         * nnmail.el (nnmail-cache-insert): Always check whether
25290         nnmail-cache-ignore-groups matches a group name.
25291
25292 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
25293
25294         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
25295         (spam-find-spam, spam-log-processing-to-registry)
25296         (spam-log-registered-p, spam-log-unregistration-needed-p)
25297         (spam-log-undo-registration): Use gnus-message instead of
25298         gnus-error, none of these errors are fatal.
25299
25300         * gnus-registry.el (gnus-registry-clean-empty-function)
25301         (gnus-registry-clean-empty): Remove only empty entries without
25302         extra data.
25303
25304 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
25305
25306         * spam-stat.el (spam-stat-buffer-change-to-spam)
25307         (spam-stat-buffer-change-to-non-spam): Change (error) to
25308         (gnus-message 8) invocation.
25309
25310 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25311
25312         * nntp.el (nntp-via-netcat-command): New variable.
25313         (nntp-via-netcat-switches): New variable.
25314         (nntp-open-via-rlogin-and-netcat): New function.
25315         (nntp-open-connection-function): Doc fix.
25316         (nntp-telnet-command): Doc fix.
25317         (nntp-end-of-line): Doc fix.
25318         (nntp-via-rlogin-command): Doc fix.
25319         (nntp-via-user-name): Doc fix.
25320         (nntp-via-address): Doc fix.
25321
25322 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25323
25324         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
25325         error in Emacs 21.1.
25326
25327 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
25328
25329         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
25330
25331 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25332
25333         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
25334         (gnus-agent-with-refreshed-group): New macro.
25335         (gnus-agent-rename-group): New function.
25336         (gnus-agent-delete-group): New function.
25337         (gnus-agent-save-group-info): Use gnus-command-method when
25338         `method' parameter is nil.  Don't write nil entries into the
25339         active file.
25340         (gnus-agent-get-group-info): New function.
25341         (gnus-agent-fetch-articles):
25342         Use gnus-agent-update-files-total-fetched-for to increment disk space
25343         used.
25344         (gnus-agent-fetch-headers, gnus-agent-save-alist):
25345         Use gnus-agent-update-view-total-fetched-for to increment disk space
25346         used.
25347         (gnus-agent-get-local): Add optional parameters to avoid calling
25348         gnus-group-real-name and gnus-find-method-for-group.
25349         (gnus-agent-set-local): Delete stored entry if either min, or max,
25350         are nil.
25351         (gnus-agent-fetch-session): Reworded error/quit messages.
25352         On quit, use gnus-agent-regenerate-group to record existance of any
25353         articles fetched to disk before the quit occurred.
25354         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
25355         gnus-agent-update-view-total-fetched-for, and
25356         gnus-agent-update-files-total-fetched-for to decrement disk space
25357         used.
25358         (gnus-agent-retrieve-headers):
25359         Use gnus-agent-update-view-total-fetched-for to increment disk space
25360         used.
25361         (gnus-agent-regenerate-group): Replace gnus-group-update-group
25362         with gnus-agent-update-files-total-fetched-for to decrement disk
25363         space and fresh group buffer.
25364         (gnus-agent-inhibit-update-total-fetched-for): New variable.
25365         (gnus-agent-need-update-total-fetched-for): New variable.
25366         (gnus-agent-update-files-total-fetched-for): New function.
25367         (gnus-agent-update-view-total-fetched-for): New function.
25368         (gnus-agent-total-fetched-for): New function.
25369
25370         * gnus-cache.el (gnus-cache-save-buffers):
25371         Use gnus-cache-update-overview-total-fetched-for to change disk space
25372         used by this group.
25373         (gnus-cache-possibly-enter-article):
25374         Use gnus-cache-update-file-total-fetched-for to increment disk space
25375         used by this group.
25376         (gnus-cache-possibly-remove-article):
25377         Use gnus-cache-update-file-total-fetched-for to decrement disk space
25378         used by this group.
25379         (gnus-cache-generate-nov-databases): Purge total fetched cache.
25380         (gnus-cache-rename-group): New function.
25381         (gnus-cache-delete-group): New function.
25382         (gnus-cache-inhibit-update-total-fetched-for): New variable.
25383         (gnus-cache-need-update-total-fetched-for): New variable.
25384         (gnus-cache-with-refreshed-group): New macro.
25385         (gnus-cache-update-file-total-fetched-for): New function.
25386         (gnus-cache-update-overview-total-fetched-for): New function.
25387         (gnus-cache-rename-group-total-fetched-for): New function.
25388         (gnus-cache-delete-group-total-fetched-for): New function.
25389         (gnus-cache-total-fetched-for): New function.
25390
25391         * gnus-group.el: Require gnus-sum and autoload functions to
25392         resolve warnings when gnus-group.el compiled alone.
25393         (gnus-group-line-format): Documented new %F.
25394         (size of Fetched data) group line format; identifies disk space
25395         used by agent and cache.
25396         (gnus-group-line-format-alist): Defined new F format.
25397         (gnus-total-fetched-for): New function.
25398         (gnus-group-delete-group): No longer update
25399         gnus-cache-active-altered as gnus-request-delete-group now keeps
25400         the cache in sync.
25401         (gnus-group-list-active): Let the agent store a server's active
25402         list if currently plugged.
25403
25404         * gnus-int.el (gnus-request-delete-group):
25405         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
25406         local disk in sync with the server.
25407         (gnus-request-rename-group):
25408         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
25409         local disk in sync with the server.
25410
25411         * gnus-start.el (gnus-get-unread-articles):
25412         Cosmetic simplification to logic.
25413
25414         * gnus-util.el (gnus-rename-file): New function.
25415
25416 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
25417
25418         * mm-util.el (mm-image-load-path): Handle nil in load-path.
25419
25420 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
25421
25422         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
25423         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
25424
25425 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
25426
25427         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
25428         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
25429
25430 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
25431
25432         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
25433
25434 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
25435
25436         * spam.el (spam-set-difference): Add function to replace
25437         gnus-set-difference in spam.el.
25438         (spam-summary-prepare-exit): Use spam-set-difference.
25439
25440 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
25441
25442         * gnus-registry.el (gnus-registry-cache-file): Update to use
25443         gnus-dribble-directory OR gnus-home-directory OR ~.
25444         (gnus-registry-split-fancy-with-parent): Fix doc.
25445
25446 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25447
25448         * message.el (message-exchange-point-and-mark):
25449         Use message-mark-active-p.  Suggested by Jesper Harder
25450         <harder@ifa.au.dk>.
25451
25452 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25453
25454         * message.el (message-exchange-point-and-mark): Don't activate
25455         region if it was inactive.  Suggested by Hiroshi Fujishima
25456         <pooh@nature.tsukuba.ac.jp>.
25457
25458 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25459
25460         * gnus-art.el (article-display-face): Display Faces in the same
25461         order as X-Faces.
25462
25463 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25464
25465         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
25466
25467 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25468
25469         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25470         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25471         (gnus-article-mime-hierarchy): Remove.
25472         (gnus-article-mime-hierarchy-next): Remove.
25473         (gnus-article-mode): Revert 2004-03-19 change.
25474         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25475         (gnus-insert-mime-button): Revert 2004-03-19 change.
25476         (gnus-mime-accumulate-hierarchy): Remove.
25477         (gnus-mime-enter-multipart): Remove.
25478         (gnus-mime-leave-multipart): Remove.
25479         (gnus-mime-display-part): Revert 2004-03-19 change.
25480         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25481
25482         * mml.el (mml-preview): Revert 2004-03-19 change.
25483
25484 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25485
25486         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25487
25488 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25489
25490         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25491         t while entering a file name using the mm-with-multibyte macro.
25492         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25493
25494         * mm-util.el (mm-with-multibyte): New macro.
25495
25496 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25497
25498         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25499         New user option.
25500         (gnus-mime-multipart-functions): Doc and customization fix.
25501         (gnus-article-mime-hierarchy): New variable.
25502         (gnus-article-mime-hierarchy-next): New variable.
25503         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25504         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25505         gnus-article-mime-hierarchy-next to nil.
25506         (gnus-insert-mime-button): Show hierarchy numbers.
25507         (gnus-mime-accumulate-hierarchy): New function.
25508         (gnus-mime-enter-multipart): New function.
25509         (gnus-mime-leave-multipart): New function.
25510         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25511         (gnus-mime-display-alternative): Show hierarchy numbers.
25512
25513         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25514         gnus-article-mime-hierarchy-next to nil.
25515
25516 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
25517
25518         * dns.el: Don't require gnus-xmas.
25519
25520 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25521
25522         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25523         inline PGP.
25524         (mml-menu): Disable mml-quote-region if mark is inactive.
25525
25526 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25527
25528         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25529         when the group's active is not available.
25530
25531 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25532
25533         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25534         error.
25535
25536 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25537
25538         * imap.el (imap-store-password): New variable.
25539         (imap-interactive-login): Use it.
25540         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25541
25542 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25543
25544         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25545         window-start and hscroll to summary window.
25546
25547 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25548
25549         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25550         conversion message to newsrc-dribble when an actual conversion is
25551         performed.
25552
25553 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25554
25555         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25556
25557 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25558
25559         * mm-decode.el (mm-complicated-handles): New function reviving
25560         former definition of mm-multiple-handles.
25561
25562         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25563         (gnus-mime-delete-part): Use it.
25564
25565 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25566
25567         * gnus-agent.el (gnus-agent-read-local):
25568         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25569         avoid the implicit assumption that they will always be equal.
25570         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25571         coding-system-for-write, as the with-temp-file macro first prints
25572         to a buffer then saves the buffer.
25573
25574 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25575
25576         * gnus-art.el (gnus-article-edit-part): New function.
25577         (gnus-mime-save-part-and-strip): Use it; do query instead of
25578         signaling an error; don't use mm-multiple-handles.
25579         (gnus-mime-delete-part): Ditto.
25580
25581 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25582
25583         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25584         old file versions.
25585         (gnus-group-prepare-hook): Remove function that converted list
25586         form of gnus-agent-expire-days to group properties.
25587
25588         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25589         (gnus-request-accept-article): Re-indented.
25590
25591         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25592         converters to handle old agent file formats.  Add logic for a
25593         "backup before upgrading warning".
25594         (gnus-convert-mark-converter-prompt): Developers can mark
25595         functions as needing (default), or not needing,
25596         gnus-convert-old-newsrc's "backup before upgrading warning".
25597         (gnus-convert-converter-needs-prompt): Tests whether the user
25598         should be protected from potentially irreversable changes by the
25599         function.
25600
25601         * legacy-gnus-agent.el: New.  Provides converters that are only
25602         loaded when gnus-convert-old-newsrc needs to call them.
25603
25604 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25605
25606         * mail-source.el (mail-source-touch-pop): Doc fix.
25607
25608         * message.el (message-smtpmail-send-it): Doc fix.
25609
25610 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25611
25612         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25613
25614         * nnmail.el (nnmail-split-fancy): do.
25615
25616         * gnus-kill.el (gnus-kill, gnus-execute): do.
25617
25618 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25619
25620         * gnus-sum.el (gnus-widget-reversible-match)
25621         (gnus-widget-reversible-to-internal)
25622         (gnus-widget-reversible-to-external): New functions.
25623         (gnus-widget-reversible): New widget.
25624         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25625
25626 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25627
25628         * gnus-sum.el (gnus-thread-sort-functions)
25629         (gnus-article-sort-functions): Document `(not F)' items.
25630
25631 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25632
25633         * spam.el (spam-use-gmane-xref): Add new backend.
25634         (spam-gmane-xref-spam-group): Add variable to control the name of the
25635         Gmane spam group.
25636         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25637         (spam-regex-headers-spam, spam-regex-headers-ham)
25638         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25639         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25640         backends and checks.
25641         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25642
25643         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25644         an autodetect method.
25645
25646 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25647
25648         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25649         articles are being added to a group.
25650         (gnus-request-replace-article): Inform the agent that articles
25651         need to be uncached as the cached contents are no longer valid.
25652
25653 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25654
25655         * binhex.el: Don't autoload executable-find.
25656
25657         * canlock.el: Don't autoload mail-fetch-field.
25658
25659         * dgnushack.el: Autoload c-mode for XEmacs.
25660
25661         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25662
25663         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25664         rmail-dont-reply-to and rmail-output.
25665
25666         * gnus-score.el: Don't autoload ffap-string-at-point.
25667
25668         * gnus-setup.el: Don't autoload sc-cite-original.
25669
25670         * imap.el: Don't autoload base64-decode-string,
25671         base64-encode-string and md5.
25672
25673         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25674         and rmail-msg-restore-non-pruned-header.
25675
25676         * mm-decode.el: Don't autoload executable-find.
25677
25678         * mm-url.el: Don't autoload executable-find.
25679
25680         * mm-view.el: Don't autoload diff-mode.
25681
25682         * nndb.el: Don't autoload news-reply-mode, news-setup,
25683         cancel-timer and telnet.
25684
25685         * password.el: Don't autoload run-at-time for Emacs.
25686
25687         * sha1-el.el: Don't autoload executable-find.
25688
25689         * sieve-mode.el: Don't autoload c-mode.
25690
25691         * uudecode.el: Don't autoload executable-find.
25692
25693 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25694
25695         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25696         (gnus-agent-possibly-alter-active): Avoid null in numeric
25697         comparison.
25698         (gnus-agent-set-local): Refuse to save null in local object table.
25699         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25700         list of articles that will be marked as unread.
25701
25702 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25703
25704         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25705
25706 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25707
25708         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25709         language tags.
25710
25711 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25712
25713         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25714         Don't bind "obarray".
25715
25716         * gnus-sum.el (gnus-thread-sort-functions):
25717         Add `gnus-thread-sort-by-most-recent-number' and
25718         `gnus-thread-sort-by-most-recent-date'.
25719         Reported by Kai Grossjohann <kai@emptydomain.de>.
25720
25721 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25722
25723         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25724
25725 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25726
25727         * gnus-cus.el (gnus-agent-customize-category):
25728         Remove ignore-errors macro reference that required cl to be loaded at
25729         run-time.
25730
25731         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25732         single-interval range of the form (min . max).  Previously the
25733         range had to look like ((min . max)).  Likewise, return
25734         (min . max) rather than ((min . max)).
25735         (gnus-range-map): Use gnus-range-normalize to accept
25736         single-interval range.
25737
25738         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25739         the cache, but not the agent, now appear with their usual face.
25740
25741         * dgnushack.el (loaddir): New variable that is bound to the
25742         directory containing the dgnushack.el file. Use loaddir, rather
25743         than srcdir, to update load-path. Change lets dgnushack compile
25744         code in directories other than GNUS/lisp.
25745
25746 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25747
25748         * lpath.el: Don't bind w3m-safe-url-regexp.
25749
25750         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25751         w3m-safe-url-regexp variable buffer-local.
25752
25753         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25754
25755 2004-02-27  Simon Josefsson  <jas@extundo.com>
25756
25757         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25758         gnus-group-real-prefix.
25759         (gnus-summary-move-article): Use it, instead of
25760         gnus-group-real-prefix.
25761
25762 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25763
25764         * lpath.el: Bind w3m-safe-url-regexp.
25765
25766         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25767         w3m-safe-url-regexp variable buffer-local and set it as the value
25768         of mm-w3m-safe-url-regexp.
25769
25770         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25771
25772         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25773         parsing gnus-posting-styles when the message is not for replying.
25774
25775         * dgnushack.el: Autoload sgml-mode for XEmacs.
25776
25777         * nnrss.el (nnrss-opml-export):
25778         Use mm-set-buffer-file-coding-system instead of
25779         set-buffer-file-coding-system.
25780
25781 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25782
25783         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25784         of checkdoc.el).
25785         * nnrss.el: do.
25786         * gnus-mlspl.el: do.
25787         * gnus-ml.el: do.
25788         * gnus-srvr.el: do.
25789
25790         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25791
25792 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25793
25794         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25795         Corrections to custom-manual links.
25796
25797         * gnus-art.el (gnus-article): Ditto.
25798
25799         * mm-decode.el (mime-display, mime-security): Ditto.
25800
25801 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25802
25803         * flow-fill.el: Typo.
25804
25805 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25806
25807         * spam-wash.el: New file.
25808
25809 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25810
25811         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25812
25813 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25814
25815         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25816         to be run with new-articles as LIST1, not LIST2.
25817         (spam-registration-functions): Add spam-use-ham-copy as a nil
25818         registration backend.
25819
25820 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25821
25822         * spam-stat.el (spam-stat-washing-hook): New option.
25823         (spam-stat-buffer-words): Use it.
25824         (spam-stat-process-directory, spam-stat-test-directory):
25825         Use insert-file-contents-literally.
25826         (spam-stat-coding-system): New variable.
25827         (spam-stat-load, spam-stat-save): Use it.
25828
25829 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25830
25831         * spam-report.el (spam-report-plug-agent):
25832         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25833
25834 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25835
25836         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25837         Allow / in mailto URLs.
25838
25839 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25840
25841         * spam-report.el (spam-report-process-queue): Fix interactive use.
25842         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25843         (spam-report-unplug-agent): Doc fixes.
25844         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25845         (spam-report-agentize, spam-report-deagentize): Autoload.
25846
25847 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25848
25849         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25850
25851         * message.el (message-setup-fill-variables): Add mml tags to
25852         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25853         <ajk@iu.edu>.
25854         (message-mode): Don't modify paragraph-separate there.
25855
25856 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25857
25858         * compface.el (uncompface-use-external): Default to undecided.
25859         (uncompface-use-external-threshold): New variable.
25860         (uncompface-float-time): New macro.
25861         (uncompface): Determine whether to use the external decoder if
25862         uncompface-use-external is undecided.
25863
25864 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25865
25866         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25867         after images.
25868
25869         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25870
25871 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25872
25873         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25874
25875         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25876
25877         * gnus-sum.el (gnus-summary-limit-to-age)
25878         (gnus-summary-limit-children): do.
25879
25880         * gnus-int.el (gnus-request-scan): do.
25881
25882         * gnus-group.el (gnus-group-suspend): do.
25883
25884         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25885
25886         * gnus-cite.el (gnus-cite-parse-attributions): do.
25887
25888         * gnus-agent.el (gnus-summary-set-agent-mark)
25889         (gnus-agent-regenerate-group): do.
25890
25891         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25892
25893         * binhex.el (binhex-decode-region-internal): do.
25894
25895 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25896
25897         * gnus-fun.el (gnus-face-properties-alist): New user option.
25898         (gnus-display-x-face-in-from): Use it.
25899
25900         * gnus-art.el (article-display-face): Ditto.
25901
25902         * compface.el (uncompface-use-external): Default to nil.
25903
25904 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25905
25906         * nntp.el (nntp-erase-buffer): New function.
25907         (nntp-retrieve-data, nntp-send-command)
25908         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25909         (nntp-possibly-change-group): Use it.
25910
25911         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25912         Use with-current-buffer.
25913
25914 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25915
25916         * compface.el: Merge the ELisp-based uncompface program.
25917         (compface): New customization group.
25918         (uncompface-use-external): New user option.
25919         (uncompface): Call uncompface-internal if uncompface-use-external
25920         is nil.
25921         (uncompface-internal): New function.  Note that there are also
25922         some other functions and variables added for this function.
25923
25924 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25925
25926         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25927         if necessary.
25928
25929 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25930
25931         * spam-report.el (spam-report-unplug-agent)
25932         (spam-report-plug-agent, spam-report-deagentize)
25933         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25934         Add support for the Agent in spam-report: when unplugged, report to a
25935         file; when plugged, submit all the requests.
25936
25937         * spam.el (spam-register-routine): Fix message about
25938         registration.
25939
25940 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25941
25942         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25943         dependencies.
25944         (rfc2047-encode): Use it.
25945
25946         * gnus-art.el (gnus-button-marker-list): Move before first
25947         reference.
25948
25949         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25950         (imap-parse-body): Fix format string mismatch.
25951
25952         * gnus-score.el (gnus-summary-increase-score): do.
25953
25954         * nnrss.el (nnrss-close): New function.
25955
25956 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25957
25958         * nnrss.el (nnrss-make-filename): New function.
25959         (nnrss-request-delete-group, nnrss-read-server-data)
25960         (nnrss-save-server-data, nnrss-read-group-data)
25961         (nnrss-save-group-data): Use it.
25962         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25963         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25964         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25965
25966 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25967
25968         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25969
25970 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25971
25972         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25973         files.
25974
25975         * message.el (message-generate-headers-first): Don't quote nil
25976         and t in docstrings.
25977
25978         * imap.el (imap-id): do.
25979
25980         * gnus-agent.el (gnus-agent-consider-all-articles)
25981         (gnus-agent-queue-mail): do.
25982
25983 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25984
25985         * spam-report.el (spam-report-process-queue): New function.
25986         Process requests from `spam-report-requests-file'.
25987         (spam-report-process-queue): Doc fix.
25988
25989 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25990
25991         * spam.el (spam-register-routine)
25992         (spam-log-processing-to-registry, spam-log-registered-p)
25993         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25994         Change "check" to "spam-check" for semi-clarity.
25995
25996 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25997
25998         * pop3.el: Require nnheader.
25999
26000         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26001
26002         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26003
26004         * gnus-picon.el: Require cl.
26005
26006         * gnus-fun.el: Require gnus-ems and gnus-util.
26007
26008         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26009
26010         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26011
26012         * gnus-art.el (gnus-article-edit-mode): Define before first
26013         reference.
26014
26015 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26016
26017         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26018         (gnus-uu-post-encoded): Use point-at-bol.
26019
26020         * gnus-topic.el (gnus-group-active-topic-p): do.
26021
26022         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26023
26024         * gnus-group.el (gnus-group-kill-region): do.
26025
26026         * gnus-art.el (article-date-ut): do.
26027
26028         * message.el (message-fetch-field): Remove redundant
26029         case-fold-search binding.
26030         (message-narrow-to-field): Simplify.
26031
26032 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26033
26034         * spam.el (spam-directory): Derive from `gnus-directory'.
26035
26036         * spam-report.el (spam-report-url-to-file)
26037         (spam-report-requests-file): New function and variable for offline
26038         reporting.
26039         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26040         and user defined function.
26041         (spam-report-url-ping-mm-url): Remove doubled slash.
26042
26043 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26044
26045         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26046
26047 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26048
26049         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26050         Fix format string mismatch.
26051
26052         * sieve.el (sieve-deactivate-all): do.
26053
26054         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26055
26056         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26057
26058         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26059
26060         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26061
26062 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26063
26064         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26065         the list of checks.
26066
26067 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26068
26069         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26070         padding.
26071
26072 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26073
26074         * mm-view.el (mm-fill-flowed): New variable.
26075         (mm-inline-text): Use it.
26076
26077 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26078
26079         * spam.el (spam-spamassassin-register-ham-routine)
26080         (spam-spamassassin-register-spam-routine): Fix function names.
26081
26082 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26083
26084         * gnus.el (gnus-tmp-grouplens): Remove.
26085         (gnus-summary-line-format): Remove grouplens.
26086
26087         * gnus-group.el (gnus-group-line-format): Ditto.
26088
26089         * gnus-spec.el (gnus-format-specs): Ditto.
26090         (gnus-update-format-specifications): Flush the group format spec
26091         cache if there's the grouplens stuff.
26092         (gnus-parse-simple-format): Replace %l with the empty string.
26093
26094 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26095
26096         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26097         omission.
26098
26099 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26100
26101         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26102         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26103
26104 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26105
26106         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26107         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26108         New macros and functions.
26109         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26110         Handle > NLINK_MAX messages.
26111         * nnmaildir.el (nnmaildir-request-set-mark):
26112         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26113
26114 2004-01-25  Alex Schroeder  <alex@gnu.org>
26115
26116         * spam-stat.el (spam-stat-process-directory-age): New option.
26117         (spam-stat-process-directory): Use it.
26118
26119 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26120
26121         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26122         (spam-stat-save): Accept prefix argument.
26123
26124 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26125
26126         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26127         links" error.
26128
26129 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26130
26131         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26132         the rest of the and/or forms.
26133
26134 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26135
26136         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26137         compatibility with old .newsrc.eld files.
26138
26139         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26140
26141         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26142
26143         * gnus-start.el (gnus-1): do.
26144
26145         * gnus-group.el (gnus-group-line-format-alist): do.
26146
26147         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26148
26149         * gnus-gl.el: Remove.
26150
26151 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26152
26153         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
26154         marks consisting of a single range {for example, (3 . 5)} rather
26155         than a list of a single range { ((3 . 5)) }.
26156
26157 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26158
26159         * spam-stat.el (spam-stat-store-gnus-article-buffer):
26160         Use with-current-buffer.
26161         (spam-stat-store-current-buffer): Use insert-buffer-substring to
26162         avoid consing a string.
26163
26164         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
26165         Remove obsolete entries for big5 and gb2312.
26166
26167 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26168
26169         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
26170         uncompressed list.
26171
26172 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
26173
26174         * spam-stat.el (spam-stat-strip-xref): New function.
26175         (spam-stat-process-directory): Use it.
26176
26177         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
26178         here -- it's done in message-fetch-field.
26179
26180 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26181
26182         * gnus-agent.el (gnus-agent-queue-mail)
26183         (gnus-agent-prompt-send-queue): New variables.
26184         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
26185         * gnus-draft.el (gnus-group-send-queue): Pass the group name
26186         "nndraft:queue" along to gnus-draft-send.
26187         Use gnus-agent-prompt-send-queue.
26188         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
26189         is "nndraft:queue".  Suggested by Gaute Strokkenes
26190         <gs234@srcf.ucam.org>
26191
26192         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
26193         (agent-enable-undownloaded-faces): Add.
26194         (gnus-agent-cat-groups): Use eval-and-compile, not
26195         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
26196         method of gnus-agent-cat-groups even when the buffer has been
26197         evaled.
26198         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
26199         delete gnus-agent-save-active-1.
26200         (gnus-agent-save-groups): Delete.  Identical to
26201         gnus-agent-save-active.
26202         (gnus-agent-write-active): No longer adjust agent's copy of active
26203         file as agent's adjustments are now stored in their own
26204         file.  Remove optional parameter.
26205         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
26206         servers.  Add use of min/max range limits from server's local
26207         file.
26208         (gnus-agent-save-alist): Remove unused optional argument.
26209         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
26210         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
26211         (gnus-agent-set-local): A per-server file that keeps min/max range
26212         limits for articles known to the agent.  Provides a fast mechanism
26213         for altering many active ranges.
26214         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
26215         active file (local makes it unnecessary).
26216         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
26217
26218         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
26219         (agent-enable-undownloaded-faces): Add.
26220
26221         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
26222         disable it when sending to "nndraft:queue".
26223         (gnus-group-send-queue): Add safety check to avoid sending queue
26224         when unplugged.
26225
26226         * gnus-group.el (gnus-group-catchup): Use new
26227         gnus-sequence-of-unread-articles, not
26228         gnus-list-of-unread-articles, to avoid exhausting memory with huge
26229         numbers of articles.  Use gnus-range-map to avoid having to
26230         uncompress the unread list.
26231         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
26232         Fix invalid ange-ftp reference.
26233
26234         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
26235         (gnus-sorted-range-intersection): Intersection of two ranges
26236         without requiring that they first be uncompressed.
26237
26238         * gnus-start.el (gnus-activate-group): Unless blocked by the
26239         caller, possibly expand the active range to include both cached
26240         and agentized articles.
26241         (gnus-convert-old-newsrc): Rewrote in anticipation of having
26242         multiple version-dependent converters.
26243         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
26244         gnus-agent-save-active.
26245         (gnus-save-newsrc-file): Save dirty agent range limits.
26246
26247         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
26248         gnus-agent-possibly-alter-active.
26249         (gnus-adjust-marked-articles): Faster handling of simple lists.
26250
26251 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
26252
26253         * spam-stat.el (spam-stat-test-directory): New optional argument
26254         displays a list of files detected.  Suggested by Andrew Cohen
26255         <cohen@andy.bu.edu>.
26256         (spam-stat-buffer-words-with-scores): Don't narrow and change
26257         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
26258
26259 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
26260
26261         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
26262         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
26263         (spam-spamassassin-arguments)
26264         (spam-spamassassin-spam-flag-header)
26265         (spam-spamassassin-positive-spam-flag-header)
26266         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
26267         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
26268         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
26269         (spam-list-of-processors, spam-list-of-checks)
26270         (spam-list-of-statistical-checks, spam-registration-functions)
26271         (spam-check-spamassassin-headers, spam-check-spamassassin)
26272         (spam-spamassassin-score)
26273         (spam-spamassassin-register-with-sa-learn)
26274         (spam-spamassassin-register-spam-routine)
26275         (spam-spamassassin-register-ham-routine)
26276         (spam-assassin-register-spam-routine)
26277         (spam-assassin-register-ham-routine): Add SpamAssassin support.
26278         (spam-bogofilter-score): Fix to show article before scoring.
26279
26280 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
26281
26282         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
26283         default scoring function.
26284         (spam-generic-score): Call spam-spamassassin-score if
26285         spam-use-spamassassin or spam-use-spamassassin-headers is on;
26286         spam-bogofilter-score otherwise.
26287
26288         * gnus.el (spam-process, spam-autodetect-methods):
26289         Add spamassassin and spamassassin-headers.
26290
26291 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
26292
26293         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26294         Suppress unnecessary messages.
26295
26296 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
26297
26298         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
26299         make-hash-table.
26300
26301 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26302
26303         * canlock.el (base64-encode-string): Don't autoload it.
26304
26305 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26306
26307         * run-at-time.el: Remove useless (require 'itimer),
26308         eval-and-compile and (featurep 'xemacs).
26309
26310 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
26311
26312         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
26313         GROUP is a virtual group.
26314
26315 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
26316
26317         * gnus.el: Autoload `message-y-or-n-p'.
26318
26319 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
26320
26321         * pgg-parse.el: Remove unnecessary (require 'custom).
26322
26323         * pgg-def.el: do.
26324
26325         * nnmail.el: do.
26326
26327         * gnus-undo.el: do.
26328
26329         * gnus-picon.el: do.
26330
26331         * gnus-util.el: do.
26332
26333 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
26334
26335         * gnus-sum.el (gnus-pick-line-number): Add autoload.
26336
26337 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26338
26339         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
26340         handle, as well as a list.
26341
26342         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
26343         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
26344         (mm-w3m-cid-retrieve): Simplify.
26345
26346 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
26347
26348         * message.el (message-kill-to-signature): Allow prefix arg to
26349         specify number of lines to keep before signature.
26350
26351 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
26352
26353         * message.el (message-kill-to-signature): Change docstring.
26354
26355 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26356
26357         * canlock.el: Always require sha1-el.
26358         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
26359
26360         * message.el: Autoload sha1 only when compiling.
26361
26362         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
26363         eudc-expand-inline for XEmacs.
26364
26365 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
26366
26367         * message.el (message-canlock-generate): Require sha1-el.
26368
26369 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
26370
26371         * message.el (message-expand-name): Silence the byte compiler.
26372
26373         * lpath.el: Add detect-coding-system.
26374
26375         * dgnushack.el (dgnushack-compile): Remove obsolete check for
26376         cus-edit.
26377
26378 2004-01-13  Simon Josefsson  <jas@extundo.com>
26379
26380         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
26381         Invoke gnus-score-mode.
26382         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26383
26384         * gnus-range.el (gnus-compress-sequence): Doc fix.
26385         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
26386
26387 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26388
26389         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
26390
26391 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
26392
26393         * spam.el (spam-get-article-as-string): Update to use
26394         gnus-request-article-this-buffer, much simpler.
26395         (spam-get-article-as-buffer): Remove.
26396
26397 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
26398
26399         * message.el (message-expand-name): Use EUDC if the user uses that.
26400
26401 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26402
26403         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
26404         character for the encoding to avoid consing a string.
26405
26406         * rfc2047.el (rfc2047-decode-string): Don't cons a string
26407         unnecessarily.
26408
26409         * mm-util.el (mm-replace-chars-in-string): Remove.
26410
26411         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
26412         of mm-replace-chars-in-string.
26413
26414 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
26415
26416         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
26417
26418         * mm-util.el (mm-subst-char-in-string): Support inplace.
26419
26420         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
26421         a new string in every iteration.  Use shy groups.
26422
26423 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
26424
26425         * gnus-srvr.el (gnus-browse-unsubscribe-group):
26426         * gnus-soup.el (gnus-soup-group-brew):
26427         * gnus-msg.el (gnus-put-message):
26428         * gnus-move.el (gnus-group-move-group-to-server):
26429         * gnus-kill.el (gnus-batch-score):
26430         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
26431         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
26432         (gnus-group-update-group, gnus-group-read-group)
26433         (gnus-group-make-group, gnus-group-make-help-group)
26434         (gnus-group-make-archive-group, gnus-group-make-directory-group)
26435         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
26436         (gnus-group-sort-by-unread, gnus-group-catchup)
26437         (gnus-group-unsubscribe-group, gnus-group-kill-group)
26438         (gnus-group-yank-group, gnus-group-set-info)
26439         (gnus-group-list-groups):
26440         * gnus.el (gnus-generate-new-group-name):
26441         * gnus-delay.el (gnus-delay-send-queue):
26442         * nnvirtual.el (nnvirtual-catchup-group):
26443         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
26444         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
26445         (gnus-group-prepare-topics, gnus-topic-check-topology):
26446         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
26447         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
26448         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
26449         (gnus-group-make-articles-read):
26450         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
26451         (gnus-group-change-level, gnus-kill-newsgroup)
26452         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
26453         (gnus-get-unread-articles, gnus-make-articles-unread)
26454         (gnus-make-ascending-articles-unread): Use accessor
26455         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
26456         to get group information for improved readability.
26457
26458
26459 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26460
26461         * gnus-art.el (article-decode-mime-words, article-babel)
26462         (gnus-article-highlight-signature, gnus-article-add-buttons)
26463         (gnus-signature-toggle): Use gnus-with-article-buffer.
26464
26465         * gnus-art.el (gnus-article-highlight-headers)
26466         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26467
26468         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26469         (gnus-article-set-globals, gnus-request-article-this-buffer)
26470         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26471         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26472         (gnus-mime-display-alternative): Use with-current-buffer.
26473
26474 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26475
26476         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26477         also under 80 char limit, and call gnus-error if needed.
26478         (spam-fetch-article-header): Fix - it was a
26479         buffer-local variable (gnus-newsgroup-data).
26480         (spam-find-spam): Use spam-generate-fake-headers, forget about
26481         spam-insert-fake-headers.
26482         (spam-insert-fake-headers): Remove.
26483
26484 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26485
26486         * deuglify.el (gnus-article-outlook-unwrap-lines)
26487         (gnus-outlook-rearrange-article)
26488         (gnus-outlook-repair-attribution-outlook)
26489         (gnus-outlook-repair-attribution-block)
26490         (gnus-outlook-repair-attribution-other): Remove redundant
26491         save-excursion.
26492
26493 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26494
26495         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26496         (spam-fetch-field-subject-fast)
26497         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26498         (spam-fetch-article-header): Add functions to deal with Gnus
26499         internals for fast retrieval of article header data.
26500         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26501
26502 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26503
26504         * pop3.el (pop3-md5): Remove.
26505         (pop3-apop): Replace pop3-md5 with md5.
26506
26507         * mm-bodies.el: base64 is always built-in.
26508
26509         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26510         Use with-current-buffer.
26511
26512 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26513
26514         * canlock.el (canlock-insert-header): Remove excessive grouping in
26515         regexp.
26516
26517         * gnus-sum.el (gnus-summary-read-document): Ditto.
26518
26519         * gnus-uu.el (gnus-uu-part-number): Ditto.
26520
26521         * html2text.el (html2text-remove-tags): Ditto.
26522         (html2text-format-tags): Ditto.
26523         (html2text-format-single-elements): Ditto.
26524
26525         * mml.el (mml-parse-1): Ditto.
26526
26527 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26528
26529         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26530
26531         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26532
26533         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26534
26535         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26536
26537 2003-11-15  Simon Josefsson  <jas@extundo.com>
26538
26539         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26540         (pgg-gpg-lookup-key): Use regexp match instead of
26541         split-string (split-string is different between emacs 21.2 and
26542         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26543
26544 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26545
26546         * gnus-art.el (gnus-mime-view-all-parts)
26547         (gnus-article-part-wrapper, gnus-article-view-part):
26548         Use with-current-buffer.
26549
26550 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26551
26552         * spam.el (spam-disable-spam-split-during-ham-respool)
26553         (spam-spamoracle-database, spam-cache-lookups)
26554         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26555         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26556         (spam-group-ham-marks, spam-group-spam-marks)
26557         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26558         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26559         also add spam-use-blackholes to the statistical checks.
26560         (spam-fetch-field-fast): Add interface to fetching fields, may
26561         become a macro.
26562         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26563         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26564         (spam-insert-fake-headers): Fake an article when needed.
26565         (spam-find-spam): Fake article when possible.
26566         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26567         (spam-check-bogofilter-headers): Use message-fetch-field instead
26568         of nnmail-fetch-field.
26569
26570 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26571
26572         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26573
26574 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26575
26576         * spam.el (spam-split): Do not require spam-use-CHECK to be
26577         enabled if that check is passed to spam-split explicitly; also
26578         fix so 'spam doesn't get converted to spam-split-group when
26579         spam-split-symbolic-return is t.
26580         (spam-find-spam): Find registrations of the article and use those
26581         instead of re-running spam-split to find the spam/ham
26582         classification of the article.
26583         (spam-log-processing-to-registry, spam-log-registered-p)
26584         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26585         Use gnus-error instead of gnus-message.
26586         (spam-log-registration-type): Add function to determine the
26587         classification of a message based on registry entries; will
26588         return nil if both 'spam and 'ham are found.
26589         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26590         a reasonably fast local cache without the loading errors.
26591         (spam-cache-lookups): Set to t by default.
26592         (spam-find-spam): Don't try to guess spam-cache-lookups.
26593         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26594         spam-caches entry.
26595         (spam-filelist-build-cache, spam-filelist-check-cache):
26596         Fix caching of whitelist/blacklist entries.
26597         (spam-check-whitelist, spam-check-blacklist):
26598         Invoke spam-from-listed-p with a type, not a cache variable.
26599         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26600
26601 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26602
26603         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26604
26605         * nnmail.el (nnmail-split-fancy): do.
26606
26607         * mml.el (mml-parse): do.
26608
26609         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26610         (gnus-score-adaptive): do.
26611
26612 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26613
26614         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26615         (gnus-mime-button-map): Don't set keymap parent.
26616         (gnus-button-ctan-directory-regexp): Use shy grouping.
26617         (gnus-prev-page-map): Don't set keymap parent.
26618         (gnus-prev-page-map): Remove duplicated one.
26619         (gnus-next-page-map): Don't set keymap parent.
26620         (gnus-mime-security-button-map): Ditto.
26621
26622         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26623         version number.
26624
26625         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26626
26627 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26628
26629         * canlock.el (canlock-sha1-function): Remove.
26630         (canlock-sha1-function-for-verify): Remove.
26631         (canlock-openssl-program): Remove.
26632         (canlock-openssl-args): Remove.
26633         (canlock-ignore-errors): Remove.
26634         (canlock-sha1-with-openssl): Remove.
26635         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26636         (canlock-verify): Don't use canlock-ignore-errors.
26637
26638         * sha1-el.el (sha1-string-external): Make it can return a string
26639         in binary form.
26640         (sha1-region-external): Ditto.
26641         (sha1-string-internal): Ditto.
26642         (sha1-region-internal): Ditto.
26643         (sha1-region): Ditto.
26644         (sha1-string): Ditto.
26645         (sha1): Ditto.
26646
26647 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26648
26649         * spam.el (spam-report-articles-gmane): New command.
26650
26651 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26652
26653         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26654
26655         * run-at-time.el (run-at-time-saved): Remove.
26656         (run-at-time): Doc fix.
26657
26658 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26659
26660         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26661         (gnus-summary-limit-map): Add it.
26662         (gnus-summary-make-menu-bar): do.
26663
26664 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26665
26666         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26667         Make attempt at some caching support (done for BBDB only now).
26668         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26669         addresses to be checked.
26670         (spam-clear-cache-BBDB): Add function, to be invoked by
26671         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26672         (spam-check-BBDB): Check and use the caches, if
26673         spam-cache-lookups is on, remove superfluous (provide).
26674
26675 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26676
26677         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26678
26679 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26680
26681         * run-at-time.el (run-at-time-saved): Move to after the definition
26682         of `run-at-time'.
26683
26684         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26685
26686 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26687
26688         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26689         mm-w3m-local-map-property.
26690
26691         * mm-view.el (mm-w3m-mode-map): Remove.
26692         (mm-w3m-local-map-property): Remove.
26693         (mm-inline-text-html-render-with-w3m): Don't use
26694         mm-w3m-local-map-property.
26695
26696 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26697
26698         * run-at-time.el: New file.
26699
26700         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26701         under Emacs.
26702
26703         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26704         of gnus-set-text-properties.
26705
26706         * gnus-uu.el (gnus-uu-save-article): Ditto.
26707
26708         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26709
26710         * gnus-cite.el (gnus-cite-parse): Ditto.
26711
26712         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26713         of gnus-.
26714
26715         * gnus-xmas.el (run-at-time): Require run-at-time.
26716
26717         * gnus.el: Change calls to nnheader-run-at-time and
26718         password-run-at-time throughout to use run-at-time directly.
26719
26720         * password.el: Remove definition of run-at-time.
26721
26722         * nnheaderxm.el: Remove definition of run-at-time.
26723
26724 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26725
26726         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26727         in prompt.
26728
26729 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26730
26731         * messagexmas.el (message-xmas-redefine): Alias
26732         `message-make-caesar-translation-table' to
26733         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26734         version.
26735
26736         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26737         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26738         `gnus-xmas-set-text-properties'.
26739         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26740         `gnus-xmas-completing-read'.
26741         (gnus-xmas-completing-read): Removed.
26742         (gnus-xmas-open-network-stream): Removed.
26743
26744         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26745         XEmacs version.
26746
26747         * dns.el (dns-make-network-process): Use `open-network-stream'
26748         instead of `gnus-xmas-open-network-stream'.
26749
26750         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26751
26752         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26753
26754 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26755
26756         * gnus-art.el (gnus-mime-display-alternative)
26757         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26758         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26759         Don't use gnus-local-map-property.
26760
26761         * gnus-util.el (gnus-local-map-property): Remove.
26762
26763         * mm-view.el (mm-view-pkcs7-decrypt):
26764         Replace gnus-completing-read-maybe-default with completing-read.
26765
26766         * gnus-util.el (gnus-completing-read): do.
26767         (gnus-completing-read-maybe-default): Remove.
26768
26769 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26770
26771         * password.el: Only autoload `run-at-time' if not XEmacs.
26772         Only autoload the itimer functions if XEmacs.
26773
26774 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26775
26776         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26777         XEmacsen.
26778
26779         * dgnushack.el: Autoload executable-find for XEmacs.
26780
26781 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26782
26783         * gnus-art.el (gnus-read-string): Remove.
26784         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26785         read-string.
26786
26787 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26788
26789         * netrc.el: Autoload password-read.
26790         (netrc): Add configuration group.
26791         (netrc-encoding-method, netrc-openssl-path):
26792         Add variables for encoding and decoding of files with symmetric
26793         ciphers.
26794         (netrc-encode): Add assistant function to encode a file with
26795         netrc-encoding-method.
26796         (netrc-parse): Add interactive parameter, added optional
26797         decoding if netrc-encoding-method is non-nil but otherwise
26798         behavior is standard.
26799         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26800         Do s/encode/encrypt/ everywhere.
26801
26802         * spam.el: Remove executable-find autoload.
26803
26804 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26805
26806         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26807
26808         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26809
26810 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26811
26812         * gnus-art.el (gnus-treat-ansi-sequences)
26813         (article-treat-ansi-sequences): New variable and function.
26814         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26815
26816         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26817         Use it.
26818
26819 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26820
26821         * mm-util.el (mm-quote-arg): Remove.
26822
26823         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26824         shell-quote-argument.
26825
26826         * gnus-uu.el (gnus-uu-command): do.
26827
26828         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26829
26830         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26831         with make-char.
26832
26833         * mm-util.el (mm-make-char): Remove.
26834
26835         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26836         add-minor-mode.
26837
26838         * gnus-undo.el (gnus-undo-mode): do.
26839
26840         * gnus-topic.el (gnus-topic-mode): do.
26841
26842         * gnus-sum.el (gnus-dead-summary-mode): do.
26843
26844         * gnus-start.el (gnus-slave-mode): do.
26845
26846         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26847
26848         * gnus-ml.el (gnus-mailing-list-mode): do.
26849
26850         * gnus-gl.el (gnus-grouplens-mode): do.
26851
26852         * gnus-draft.el (gnus-draft-mode): do.
26853
26854         * gnus-dired.el (gnus-dired-mode): do.
26855
26856         * gnus-ems.el (gnus-add-minor-mode): Remove.
26857
26858         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26859         Replace gnus-char-width with char-width.
26860
26861         * gnus-ems.el (gnus-char-width): Remove.
26862
26863         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26864         Replace gnus-char-width with char-width.
26865
26866         * gnus-ems.el (gnus-char-width): Remove.
26867
26868         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26869         definition.
26870         Remove Emacs 20 hash table compatibility code.
26871
26872         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26873         20 compatibility code.
26874
26875         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26876
26877         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26878
26879         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26880         Replace with point-at-{eol,bol}.
26881
26882         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26883
26884         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26885
26886         * flow-fill.el (fill-flowed-point-at-bol)
26887         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26888
26889         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26890         Replace with point-at-{eol,bol} throughout all files.
26891
26892 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26893
26894         * ntlm.el (ntlm-string-as-unibyte): New macro.
26895         (ntlm-build-auth-response): Use it.
26896
26897         Remove Emacs 20 stuff:
26898         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26899         (butlast, mapc, remove): Remove the compiler macros.
26900         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26901         of delq and copy-sequence.
26902         * gnus-art.el (popup-menu): Remove the compiler macro.
26903         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26904         Emacs 20.
26905
26906 2004-01-05  Simon Josefsson  <jas@extundo.com>
26907
26908         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26909         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26910         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26911         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26912         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26913         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26914         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26915         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26916         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26917         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26918         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26919         string-xor into ntlm-string-xor.
26920         Suggested by Jesper Harder <harder@myrealbox.com>.
26921
26922         * ntlm.el: Don't include poem.
26923
26924         * md4.el (print-int32, print-string-hexa): Remove.
26925         Suggested by Jesper Harder <harder@myrealbox.com>.
26926
26927         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26928
26929         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26930         probably breaks emacs with DL patch, but do we care? Is anyone
26931         still using the DL stuff?)
26932
26933         * sieve-manage.el: Use the password package.
26934         (sieve-manage-read-passwd): Remove.
26935         (sieve-manage-interactive-login): Use password.  Re-add
26936         condition-case around loop.
26937
26938         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26939         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26940         Use the password package.
26941
26942 2003-02-19  Simon Josefsson  <jas@extundo.com>
26943
26944         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26945         token.
26946
26947 2002-08-07  Simon Josefsson  <jas@extundo.com>
26948
26949         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26950         (sieve-manage-authenticators):
26951         (sieve-manage-authenticator-alist): Add some SASL mechs.
26952         (sieve-sasl-auth): New function.
26953         (sieve-manage-cram-md5-auth):
26954         (sieve-manage-plain-auth): Rewrite using SASL library.
26955         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26956         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26957         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26958         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26959
26960 2004-01-05  Simon Josefsson  <jas@extundo.com>
26961
26962         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26963         New files.
26964
26965 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26966
26967         * gnus-group.el (gnus-no-groups-message): Update.
26968
26969         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26970
26971 2003-11-09  Simon Josefsson  <jas@extundo.com>
26972
26973         * imap.el: Support for ID IMAP extension (RFC 2971).
26974         (imap-local-variables): Add imap-id.
26975         (imap-id): New variable.
26976         (imap-id): New function.
26977         (imap-parse-response): Parse untagged ID response.
26978         * nnimap.el (nnimap-id): New variable.
26979         (nnimap-open-connection): Use it.
26980
26981 2003-12-28  Simon Josefsson  <jas@extundo.com>
26982
26983         * gnus-score.el (gnus-score-edit-all-score): New.
26984         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26985
26986 2004-01-04  Simon Josefsson  <jas@extundo.com>
26987
26988         * password.el: Add.
26989
26990 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26991
26992         * dns.el (dns-query-types): Fix typo.
26993         (dns-query-types): New function.
26994         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26995         PTR and SOA replies, see RFC 1035.
26996
26997 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26998
26999         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27000
27001         * Move to Changelog.2.
27002
27003 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27004
27005         * gnus.el (gnus-version-number): Bump version.
27006
27007 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27008
27009         * gnus.el: No Gnus v0.1 is released.
27010
27011 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27012
27013         * gnus.el: No Gnus v0.0 is released.
27014
27015 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27016
27017         * gnus.el (gnus-version-number): Bump.
27018         (gnus-version): No.
27019
27020 See ChangeLog.2 for earlier changes.
27021
27022   Copyright (C) 2004-2013 Free Software Foundation, Inc.
27023
27024   This file is part of GNU Emacs.
27025
27026   GNU Emacs is free software: you can redistribute it and/or modify
27027   it under the terms of the GNU General Public License as published by
27028   the Free Software Foundation, either version 3 of the License, or
27029   (at your option) any later version.
27030
27031   GNU Emacs is distributed in the hope that it will be useful,
27032   but WITHOUT ANY WARRANTY; without even the implied warranty of
27033   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27034   GNU General Public License for more details.
27035
27036   You should have received a copy of the GNU General Public License
27037   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27038
27039 ;; Local Variables:
27040 ;; coding: utf-8
27041 ;; fill-column: 79
27042 ;; add-log-time-zone-rule: t
27043 ;; End: