* dgnushack.el: Silence XEmacs dns.el warning.
[gnus] / lisp / ChangeLog
1 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * dgnushack.el: Silence XEmacs dns.el warning.
4
5         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
6         instead of in all files.
7
8         * dns.el (network-interface-list): Define for XEmacs.
9
10         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
11         XEmacs.
12
13         * nnrss.el (libxml-parse-html-region): Silence compilation error.
14
15 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
16
17         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
18         `gnus-group-split-fancy'.
19
20 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
21
22         * message.el (message-remove-header): Doc fix.
23         (message-forward-included-headers): New variable.
24         (message-remove-ignored-headers): Use it.
25
26 2014-01-31  Dave Abrahams  <dave@boostpro.com>
27
28         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
29
30 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
31
32         * dns.el (dns-servers-up-to-date-p): New function to see whether the
33         network interfaces changed.
34         (dns-query): Use it to flush the data.
35
36 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
37
38         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
39         from random face commands.
40         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
41         Face.
42         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
43         (gnus--random-face-with-type): Generic function returning a face-type
44         as a string.
45         (gnus--insert-random-face-with-type): Generic function inserting a face
46         in a message buffer header.
47         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
48         (gnus-insert-random-x-face-header): Rewritten to use
49         `gnus--insert-random-face-with-type`.
50         (gnus-random-face): Return random (png) Face as string.
51         (nus-insert-random-face-header): Insert random (png) Face in a message
52         buffer.
53
54 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
55
56         * mm-url.el: Remove all usage of w3.
57
58         * nnrss.el: Ditto.
59
60         * mm-decode.el: Ditto.
61
62         * mm-view.el: Ditto.
63
64         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
65         outdated and all Emacsen have url.el built-in.
66
67         * gnus-setup.el: Remove outdated file.
68
69 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
70
71         * gnus.el: Ma Gnus v0.9 is released.
72
73 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
74
75         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
76
77 2014-01-31  Dave Abrahams  <dave@boostpro.com>
78
79         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
80         in the summary buffer (bug#13769).
81
82 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
83
84         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
85         name if we're using a single article buffer.  Otherwise, it may point
86         to a killed buffer (bug#13756).
87
88 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
89
90         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
91         the match data, just save and restore it explictly (bug#12375).
92
93         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
94         that's needed.
95
96         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
97         the code once (bug#9069).
98
99 2014-01-18  Steinar Bang  <sb@dod.no>
100
101         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
102         reading.
103
104 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
105
106         * message.el (message-bury): Call bury-buffer with no argument
107         in the message-return-action case too.
108
109 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
110
111         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
112         (nnimap-split-fancy, nnimap-split-methods): Declare.
113
114         * mm-util.el (help-function-arglist): Declare.
115
116 2013-12-28  Glenn Morris  <rgm@gnu.org>
117
118         * gnus-sieve.el (gnus-sieve-select-method):
119         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
120         (gravatar-rating, gravatar-size):
121         * message.el (message-minibuffer-local-map):
122         * sieve-manage.el (sieve-manage-authenticators)
123         (sieve-manage-authenticator-alist): Specify custom types.
124
125         * hashcash.el (hashcash-program): Rename from hashcash-path.
126         Update callers.
127
128         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
129         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
130         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
131
132         * auth-source.el (auth-sources):
133         * nnmairix.el (nnmairix-propagate-marks-upon-close):
134         Fix custom types.
135
136         * tls.el (tls-certtool-program): Fix default value.
137
138 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
139
140         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
141         we get proper traces there, too.
142
143 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
144
145         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
146         value of the parameters if the current article has a Reply-To or From
147         field.
148
149 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
150
151         * gnus.el (gnus-group-buffer): Remove duplicate definition.
152
153 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
154
155         * gnus-sum.el (gnus-summary-exit): Stop animations.
156
157 2013-12-19  Juri Linkov  <juri@jurta.org>
158
159         * gnus.el (gnus-suppress-keymap):
160         * gnus-art.el (gnus-article-mode-map):
161         * gnus-group.el (gnus-group-mode-map):
162         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
163         Remove [backspace] key binding because it shadows DEL (bug#16035).
164
165         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
166
167 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
168
169         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
170         Make sure work directory exists.
171         (gnus-uu-digest-mail-forward): Store temporary files in work directory
172         rather than tmp directory.
173         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
174         not necessarily always run, with it.
175
176 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
177
178         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
179         value of gnus-icalendar-additional-identities work without restart.
180
181 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
182
183         * mm-util.el (mm-make-temp-file):
184         Alias to make-temp-file for modern Emacsen.
185
186 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
187
188         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
189         nnir-article-number and nnir-article-group.
190
191 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
192
193         * message.el (message-send-mail-with-sendmail):
194         Don't kill error buffer if sending fails.
195
196 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
197
198         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
199         (gnus-icalendar-event->org-entry)
200         (gnus-icalendar--update-org-event)
201         (gnus-icalendar-event->gnus-calendar): Distinguish between
202         required/optional/non-participant attendee status. Fix bug causing
203         the first required event participant to be omitted.
204
205 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
206
207         * gnus-art.el (article-de-quoted-unreadable)
208         (article-de-base64-unreadable, gnus-mime-copy-part)
209         * gnus-html.el (gnus-article-html)
210         * mm-view.el (mm-inline-text-html-render-with-w3)
211         (mm-inline-text-html-render-with-w3m-standalone)
212         * rfc2231.el (rfc2231-decode-encoded-string):
213         Allow overriding charset by mm-charset-override-alist.
214
215         * gnus-art.el (gnus-article-browse-html-parts):
216         Replace LWSPs with `&nbsp;'s in header.
217
218         Work for broken Chinese articles.
219
220         * gnus-art.el (gnus-article-browse-html-save-cid-content):
221         Exclude broken handles that gnus-summary-enter-digest-group may create.
222         (gnus-article-browse-html-parts):
223         Allow overriding charset by mm-charset-override-alist.
224
225 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
226
227         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
228         (gnus-icalendar-identities): Support additional-identities.
229
230 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
231
232         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
233         org-timestamp for events ending at midnight.
234
235 2013-11-21  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
236
237         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
238         .log files.
239
240 2013-11-20  David Engster  <deng@randomsample.de>
241
242         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
243
244 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
245
246         * message.el (message-beginning-of-line):
247         Use beginning-of-visual-line when visual-line-mode is turned on.
248
249 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
250
251         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
252         (gnus-icalendar-event-from-ical)
253         (gnus-icalendar-event->org-entry)
254         (gnus-icalendar--update-org-event): Required/optional participation,
255         list of attendees synced to org.
256
257 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
258
259         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
260         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
261         cancellations to be synced to org if the original appt has an org
262         outline.
263
264 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
265
266         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
267         (gnus-icalendar-event->org-entry)
268         (gnus-icalendar--update-org-event)
269         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
270
271 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
272
273         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
274         Fix timezone handling in gnus-icalendar export to org.
275
276 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
277
278         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
279
280 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
281
282         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
283
284 2013-10-30  Glenn Morris  <rgm@gnu.org>
285
286         * gnus-group.el (gnus-group-browse-foreign-server):
287         * gnus-int.el (gnus-start-news-server):
288         Silence compiler obsolescence warning.
289
290 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
291
292         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
293         `nnoo-current-server' first, then for the actual `nnimap-address' to
294         allow netrc entries for the nnoo server to coexist with netrc entries
295         for the `nnimap-address'.
296
297 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
298
299         * mm-decode.el (mm-dissect-buffer): Revert last change.
300         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
301         The problem that motivated those changes was attributed to a broken
302         mail sender, and has been fixed.
303
304 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
305
306         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
307         token is missing in the Content-Type header.
308
309         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
310
311 2013-09-18  Glenn Morris  <rgm@gnu.org>
312
313         * gnus-util.el (image-size): Declare.
314
315 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
316
317         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
318         (gnus-icalendar-event-from-ical)
319         (gnus-icalendar-event--build-reply-event-body)
320         (gnus-icalendar-event-reply-from-buffer)
321         (gnus-icalendar-find-org-event-file)
322         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
323         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
324
325         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
326
327 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
328
329         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
330         Use save-current-buffer.
331         (gnus-tree-mode-map): Initialize in the declaration.
332         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
333         (scroll-in-place): Defvar it.
334         (gnus-tmp-*): Defvar them.
335         (gnus-get-tree-buffer): Use derived-mode-p.
336         (gnus--let-eval): New macro.
337         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
338         non-prefixed variables.
339         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
340
341         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
342         vars since it doesn't seem to be available.
343         (gnus-set-global-variables, gnus-summary-read-group-1)
344         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
345         (gnus-summary-display-article, gnus-summary-select-article)
346         (gnus-summary-next-article, gnus-offer-save-summaries)
347         (gnus-summary-generic-mark): Use derived-mode-p.
348         (gnus-summary-read-group-1, gnus-summary-exit)
349         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
350         Adjust calls to gnus-tree-close and gnus-tree-open.
351
352         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
353
354         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
355         (gnus-agent-mode): Use derived-mode-p.
356         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
357         gnus-command-method and *-command-method to nil, but bind
358         gnus-command-method to *-command-method instead!
359         (gnus-agent-fetch-articles): Remove unused var `id'.
360         (gnus-agent-fetch-headers): Remove unused arg `force'.
361         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
362         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
363         (gnus-agent-short-article, gnus-agent-long-article)
364         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
365         first use.
366         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
367         `score-param'.
368         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
369         (gnus-get-predicate): Push in front of the cache, rather than end.
370         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
371         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
372         (gnus-agent-expire-unagentized-dirs): Don't rebind
373         gnus-agent-expire-current-dirs since the defvar silences the warning.
374         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
375         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
376         (gnus-agent-regenerate): Simplify interactive spec and doc.
377
378 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
379
380         * gnus-int.el (gnus-open-server): Silence compiler.
381
382         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
383
384         * message.el (message-display-completion-list): Abolish.
385         (message-completion-in-region): Use display-completion-list.
386
387 2013-09-17  Glenn Morris  <rgm@gnu.org>
388
389         * gnus-util.el (gnus-message-with-timestamp-1):
390         Use `messages-buffer' function if available.  Ignore read-only.
391
392 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
393
394         * message.el (message-expand-group, message-completion-in-region):
395         Correct the order of start and end of a region.
396
397 2013-09-13  Glenn Morris  <rgm@gnu.org>
398
399         * mml2015.el (gnus-create-image): Autoload it.
400
401         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
402
403         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
404         (image-size): Declare.
405
406 2013-09-12  Glenn Morris  <rgm@gnu.org>
407
408         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
409         Avoid using `find', which i) might not be defined at runtime;
410         ii) does not work, since its default test is eql, not equal.
411         (gnus-mime-action-alist): Declare.
412
413 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
414
415         * score-mode.el (gnus-score-mode-map): Move initialization
416         into declaration.
417         (gnus-score-mode): Use define-derived-mode.
418         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
419         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
420         into declaration.
421         (gnus-kill-file-mode): Use define-derived-mode.
422         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
423         Use derived-mode-p.
424         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
425         (gnus-group-setup-buffer, gnus-group-name-at-point)
426         (gnus-group-make-web-group, gnus-group-enter-directory)
427         (gnus-group-suspend): Use derived-mode-p.
428         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
429         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
430         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
431         (gnus-article-setup-buffer, gnus-article-prepare)
432         (gnus-article-prepare-display, gnus-sticky-article)
433         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
434         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
435         (gnus-article-read-summary-keys): Use derived-mode-p.
436
437 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
438
439         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
440
441 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
442
443         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
444         shift_jis from the default value set for Japanese users.
445
446 2013-08-13  Glenn Morris  <rgm@gnu.org>
447
448         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
449
450         * gnus.el (gnus-valid-select-methods): Fix type.
451
452         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
453
454 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
455
456         * mm-decode.el (mm-display-external): Run a timer for the temp files
457         deletion after a viewer exits; add a deletion timer for the needsterm
458         case, too.
459
460         * mm-decode.el (mm-display-external): Try to delete temporary files by
461         using a 1-min. timer.
462
463 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
464
465         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
466         New internal variables.
467         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
468         (mm-display-external): Use it to delete temporary files instead of
469         using timers.
470
471 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
472
473         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
474
475 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
476
477         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
478         with cond for backwards compatability.
479
480 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
481
482         * mm-decode.el (mm-display-external): Bind process-connection-type to
483         nil; don't delete a temp file immediately even if a viewer finishes,
484         since it may be a shell script, like xdg-open, that launches a real
485         viewer program belatedly.
486
487 2013-08-05  Dave Abrahams  <dave@boostpro.com>
488
489         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
490         that we can create nndoc groups that excerpt other groups.
491
492 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
493
494         * gnus-delay.el (gnus-delay-article): Fix typo.
495
496         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
497         articles.
498
499         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
500         we can get spell-checking etc.
501
502 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
503
504         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
505         a single one used for encoding the whole text in a header.
506
507 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
508
509         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
510         doesn't work properly on XEmacs.
511
512 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
513
514         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
515         before sending.
516
517         * dgnushack.el (dgnushack-compile): Add a temporary check for
518         gnus-icalendar.
519
520         * mm-decode.el (mm-command-output): New face.
521         (mm-display-external): Use it.
522
523 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
524
525         * nnmbox.el (nnmbox-request-article): Don't change point.
526
527 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
528
529         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
530         Include `handle' parameter.
531
532 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
533
534         * gnus-icalendar.el: New file.
535
536 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
537
538         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
539
540         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
541         dummy roots, too.
542
543 2013-08-01  David Edmondson  <dme@dme.org>
544
545         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
546         out on ttys.
547
548 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
549
550         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
551         not empty.
552
553         * nnrss.el (nnrss-discover-feed): Indent.
554
555 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
556
557         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
558
559 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
560
561         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
562         dirty to ensure nnimap data being saved.
563
564 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
565
566         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
567         menu entry.
568
569         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
570         the current thread's total score instead of the current article's
571         score.
572
573         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
574         (gnus-sort-threads-recursively): Delete defcustom.
575         (gnus-sort-threads-recursive): Adapt accordingly.
576
577 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
578
579         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
580         (gnus-sort-threads-recursive): Use it.
581         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
582         again.  Now that determines how to sort subthreads.
583
584 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
585
586         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
587         (gnus-sort-threads): Use it.
588
589 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
590
591         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
592         punctuation characters follow parentheses (bug#14950).
593
594 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
595
596         * gnus.el (gnus-continuum-version):
597         * gnus-msg.el (gnus-extended-version): Simplify.
598
599         * gnus.el (gnus-continuum-version-1): Remove.
600         * gnus-msg.el (gnus-bug): Revert.
601
602         Calculate gnus-version correctly on Cygwin.
603
604         * gnus.el (gnus-continuum-version): Do main calculations in integers.
605         (gnus-continuum-version-1): New function, return a string.
606
607         * gnus-msg.el (gnus-extended-version, gnus-bug):
608         Use gnus-continuum-version-1 instead of gnus-continuum-version.
609
610 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
611
612         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
613         (bug#13384).
614
615 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
616
617         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
618         that were only relevant in a development version a long time ago.
619
620 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
621
622         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
623         that the old Emacs 24s bundle.
624
625 2013-07-10  David Engster  <deng@randomsample.de>
626
627         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
628         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
629         fixes a bug in Emacs trunk where the 'unexist' marks were always
630         removed at startup because "Gnus v5.13" was considered smaller than "Ma
631         Gnus v0.03".
632
633 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
634
635         * gnus.el (gnus-summary-line-format): Reference
636         `gnus-user-date-format-alist' for the &user-date; format, not
637         `gnus-summary-user-date-format-alist'.
638
639 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
640
641         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
642         delete files (bug#13481).
643
644 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
645
646         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
647
648 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
649
650         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
651         display images.
652
653         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
654
655         * message.el (message-cancel-news): According to
656         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
657         preferred over "cmsg cancel" in the Subject.
658
659         * nnir.el (nnir-engines): Note that the group specs are regexps
660         (bug#13238).
661
662         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
663         gotten read-only text properties, ensure that those aren't heeded when
664         copying stuff over (bug#13434).
665
666         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
667         (bug#13762).
668
669 2013-07-05  David Kastrup  <dak@gnu.org>
670
671         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
672         authinfo file again (important for blank passwords).  This had been
673         broken with 2013-06-15 change.
674
675 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
676
677         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
678         Revert 2013-01-14 change.
679
680 2013-07-02  Daiki Ueno  <ueno@gnu.org>
681
682         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
683         of 'create-image' for XEmacs compatibility; check errors when decoding
684         image.  Reported by Uwe Brauer.
685
686 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
687
688         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
689         gnus-button-push revised at 2011-01-19.
690
691 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
692
693         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
694         now live in the lisp/net Emacs 24 repository.
695
696 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
697
698         * eww.el (eww-update-header-line-format): Quote % characters.
699
700 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
701
702         * eww.el (eww-process-text-input): Display passwords as asterisks.
703
704         * shr.el (shr-make-table-1): Protect against invalid column-spans.
705
706 2013-06-19  Tom Tromey  <tromey@redhat.com>
707
708         * eww.el (eww-top-url): Remove.
709         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
710         (eww-render): Set new variables.  Don't set eww-top-url.
711         (eww-handle-link): Handle "prev", "home", and "contents".
712         Downcase the rel text.
713         (eww-top-url): Choose best top URL.
714
715 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
716
717         * eww.el: Rewrite to implement form elements "by hand" instead of
718         relying in widget.el.  Using widget.el leads to too many
719         user interface inconsistencies.
720         (eww-self-insert): Implement entering commands in text fields.
721         (eww-process-text-input): New function to make text input field editing
722         work.
723         (eww-submit): Rewrite to use the new-style form methods.
724         (eww-select-display): Display the correct selected item.
725         (eww-change-select): Implement changing the select value.
726         (eww-toggle-checkbox): Implement radio/checkboxes.
727         (eww-update-field): Fix compilation error.
728         (eww-tag-textarea): Implement <textarea>.
729
730         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
731         don't shadow mode-specific bindings.
732
733         * eww.el (eww-browse-url): Don't push stuff onto history if there's
734         nothing to push.
735
736         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
737
738 2013-06-19  Glenn Morris  <rgm@gnu.org>
739
740         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
741
742 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
743
744         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
745
746 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747
748         * shr.el (shr-make-table-1): Implement <td rowspan>.
749         (shr-table-horizontal-line): Allow nil as a value, and change the
750         default.
751         (shr-insert-table-ruler): Respect the nil value.
752
753 2013-06-18  Tom Tromey  <tromey@barimba>
754
755         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
756         New defvars.
757         (eww-open-file): New defun.
758         (eww-render): Initialize new variables.
759         (eww-display-html): Handle "link" and "a".
760         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
761         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
762         (eww-back-url): Rename from eww-previous-url.
763         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
764         defuns.
765
766 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
767
768         * shr.el (shr-tag-table): Insert the images after the table, so that
769         they're not covered by the table colourisation, which often looked
770         awkward.
771         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
772         <dd>.
773         (shr-make-table-1): Implement <td colspan=> support.
774         (shr-insert-document): Use one less than window width if `shr-width' is
775         nil, since otherwise things may get one character too wide.
776
777 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
778
779         * eww.el (eww-detect-charset): Improve regexp; move backward.
780
781 2013-06-18  Glenn Morris  <rgm@gnu.org>
782
783         * mm-decode.el (widget-convert-button): Autoload.
784
785         * sieve-manage.el (mm-enable-multibyte): Autoload.
786
787         * shr.el (libxml-parse-html-region): Declare.
788         (shr-render-buffer): Explicit error if no libxml2 support.
789
790 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
791
792         * auth-source.el (auth-source-current-line): New function.
793         (auth-source-netrc-parse-entries): When a data token is "machine",
794         assume we're in the wrong place and abort parsing the current line.
795
796 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
797
798         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
799         (eww-convert-widgets): Don't bug out if the first widget starts at the
800         beginning of the buffer.
801         (eww-convert-widgets): Fix last patch.
802         (eww-tag-input): Support <input type=image>.
803
804         * shr.el (shr-insert-table): Respect border-collapse: collapse.
805         (shr-tag-base): Protect against base specs that are degenerate.
806         (shr-ensure-paragraph): Don't delete empty lines that have text
807         properties, because these may be input fields.
808
809         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
810         we can navigate to them.
811
812         * shr.el (shr-colorize-region): Put the colours over the entire region.
813         (shr-inhibit-decoration): New variable.
814         (shr-add-font): Use it to inhibit text property decorations while doing
815         preliminary table renderings.  This speeds up typical Wikipedia page
816         renderings by 15%.
817         (shr-tag-span): Don't respect the <title>, because that overwrites the
818         help-echo from links inside the spans.
819         (shr-next-link): Use `help-echo' for navigation, so that we can
820         navigate to form elements, too.
821
822         * eww.el (eww-button): New face.
823         (eww-convert-widgets): Use it to make submit buttons more button-like.
824
825         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
826         that Gnus commands work.
827
828         * shr.el (shr-render-td): Support horizontal alignment.
829
830         * eww.el (eww-put-color): Removed.
831         (eww-colorize-region): Use `add-face-text-property'.
832
833         * shr.el (shr-add-font): Append face data, so that we get the correct
834         precedence: The innermost value (which is applied first) wins.
835         (shr-make-overlay): Obsolete function.
836
837         * mm-decode.el (mm-convert-shr-links): New function to convert
838         new-style shr URL links into widgets.
839         (mm-shr): Use it.
840
841         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
842         widget commands, since we're no longer using widgets for links.
843
844         * shr.el (shr-next-link): New command.
845         (shr-previous-link): New command.
846         (shr-urlify): Don't use `widget-convert', because that's slow.
847         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
848         because collecting the overlays and reapplying them when generating
849         tables is slow.
850         (shr-insert-table): Ditto.
851
852 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
853
854         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
855         * shr.el (browse-url): Require `url'.
856         * eww.el (url): Require format-spec.
857
858 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
859
860         * eww.el (eww-display-html): Default to using the entire window width.
861         (eww-browse-url): Don't add a User-Agent header (twice), because that
862         makes Bing refuse connection.
863
864         * shr.el (shr-make-table): Cache the table rendering at the table
865         level, and not the <td> level.  This is a bit faster.
866
867         * eww.el (eww-render): Go to the correct ID when given URLs ending with
868         #id.
869
870         * shr.el (shr-tag-li): Don't require a new paragraph, since other
871         browsers don't.
872         (shr-expand-url): Respect #anchor links.
873         (shr-parse-base): Chop off the anchor before using.
874         (shr-descend): Respect display: none.
875         (shr-descend): Allow marking elements that have certain IDs.
876
877         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
878
879         * shr.el (shr-expand-url): Don't bug out on zero-length links.
880
881         * eww.el (eww-tag-textarea): Support <textarea>.
882
883 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
884
885         * shr.el (shr-dom-to-xml): Fixed function call.
886
887         * eww.el (eww): New group.
888         (eww-header-line-format): New custom variable.
889         (eww-current-title): New variable.
890         (eww-display-html): Update header and handle title tag.
891         (eww-update-header-line-format): New function.
892         (eww-tag-title): New function.
893
894         * shr.el (shr-dom-to-xml): New function.
895         (shr-tag-svg): Add support for the SVG tag.
896         (shr-bullet): New custom variable.
897         (shr-tag-li): Support custom bullet in unordered lists.
898
899 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
900
901         * shr.el (shr-expand-url): Respect // URLs.
902
903         * eww.el (eww-tag-body): Override the shr body rendering so that we can
904         put a background colour onto the entire buffer.
905         (eww-render): When being redirected, use the redirect URL as the new
906         base URL.
907
908         * shr.el (shr-parse-base): Fix parsing error.
909
910         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
911
912         * shr.el (shr-parse-base): New function.
913         (shr-expand-url): Use it to expand relative URLs reliably.
914
915 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
916
917         * auth-source.el (auth-source-search-collection): Fix docstring.
918         (auth-source-netrc-parse): Refactor and improve netrc parser to support
919         single-quoted strings and multiline entries.
920         (auth-source-netrc-parse-next-interesting)
921         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
922         functions to support parser.
923
924 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
925
926         * eww.el (eww-submit): Get submit button logic right when hitting RET
927         on non-submit buttons.
928
929         * shr.el: Remove shr-preliminary-table-render, since that can't really
930         be used for anything in practice.
931
932 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
933
934         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
935         (sieve-manage-quit).
936
937 2013-06-14  Glenn Morris  <rgm@gnu.org>
938
939         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
940
941 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
942
943         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
944         control the maximum size of photo ID image.
945         (mml2015-epg-key-image-to-string): Respect it.
946
947 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
948
949         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
950         instead of the final one so that we can more easily distinguish them.
951
952         * eww.el (eww-submit): Compute the submission URL correctly.
953
954 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
955
956         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
957         Use plist-get rather than CL's getf.
958         (sieve-manage-parse-capability): Avoid CL's remove-if.
959
960 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
961
962         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
963         (sieve-manage-quit).
964
965 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
966
967         * shr.el (shr-expand-url): Expansion should chop off the bits after the
968         last slash.
969
970         * eww.el (eww-tag-select): Use the first value as the default value.
971
972 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
973
974         * eww.el (eww): Prepend urls with http:// if scheme is missing.
975         (eww-mode): Use `define-derived-mode'.
976         (eww-parse-headers): Parse headers from beginning of buffer so that
977         file:// links work.
978
979 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
980
981         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
982
983 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984
985         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
986         to handle them at all.
987
988 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
989
990         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
991         work, too.
992         (eww-tag-select): Implement <select>.
993
994 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
995
996         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
997         stream managing functions by using open-protocol-stream to do most of
998         the work.  Has the nice benefit of enabling STARTTLS.
999         Wait for capabilities after STARTTLS: following RFC5804, the server
1000         sends new capabilities after successfully establishing a TLS connection
1001         with the client. The client should update the cached list of
1002         capabilities, but we just ignore the answer for now.
1003         (sieve-manage-network-p, sieve-manage-network-open)
1004         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1005         (sieve-manage-forward, sieve-manage-streams)
1006         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1007         API, nor called by any other function.
1008         Enable Multibyte for SieveManage buffers: The parser won't properly
1009         handle umlauts and line endings unless multibyte is turned on in the
1010         process buffer.
1011
1012 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1013
1014         * eww.el (eww-tag-input): Support password fields.
1015         (eww-submit): Support POST.
1016
1017 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1018
1019         * eww.el (eww-tag-form): Protect against degenerate forms.
1020
1021         * shr.el (shr-expand-url): Expand URLs that start with a slash
1022         correctly.
1023
1024         * eww.el (eww-submit): Get submit button logic right.
1025
1026         * shr.el (shr-final-table-render): New variable to signal when we're
1027         doing the final table rendering so that we can collect more data at
1028         that point.
1029
1030         * eww.el (eww-submit): Make form submission work.
1031         (eww-tag-input): Implement submit buttons.
1032         (eww-click-radio): Implement radio and checkboxes.
1033         (eww-submit): Handle hidden elements.
1034
1035         * shr.el (shr-descend): Allow other packages to override (or provide)
1036         rendering of elements.
1037         (shr-expand-url): Strip query strings from URLs before expanding them.
1038
1039         * eww.el: Don't require cl-lib.
1040         (eww-tag-form): Start form support.
1041
1042         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1043
1044         * eww.el: Start writing a new, tiny web browser.
1045         (eww-previous-url): New command.
1046         (eww-quit): New command.
1047
1048 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1049
1050         * sieve.el: Put point at beginning of buffer when viewing a script.
1051         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1052         number in sieve-buffer's header.  Fixed code to also work with a string
1053         as port specifier. Properly close the connection on pressing 'q'.  Make
1054         sieve-manage-quit close the connection and process buffer.  Also, remove
1055         duplicate keybinding for 'q'.
1056
1057 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1058
1059         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1060         make it easier to read.
1061         (mm-pkcs7-enveloped-magic): Ditto.
1062
1063 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1064
1065         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1066         before `image-type-available-p' to avoid loading the image libraries
1067         needlessly.
1068
1069 2013-06-05  David Engster  <deng@randomsample.de>
1070
1071         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1072         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1073         to see whether the group was synced before.
1074
1075 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1076
1077         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1078         when opening the connection.
1079         Suggested by João Távora <joaotavora@gmail.com> in
1080         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1081
1082 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1083
1084         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1085         assume Date header begins with "Date", that may be customized into
1086         something like "X-Sent" using gnus-article-time-format.
1087         (article-transform-date): Allow multi-line Date header.
1088
1089 2013-06-02  David Engster  <deng@randomsample.de>
1090
1091         * registry.el (initialize-instance, registry-lookup)
1092         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1093         (registry-lookup-secondary-value, registry-search, registry-delete)
1094         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1095         not wrap methods in `eval-and-compile'.  This breaks due to latest
1096         changes in EIEIO (introduction of eieio-core.el).
1097
1098 2013-05-30  Glenn Morris  <rgm@gnu.org>
1099
1100         * nnmail.el (nnmail-fancy-expiry-target):
1101         Also bind mail-dont-reply-to-names.
1102
1103         * spam-stat.el (spam-stat-save):
1104         No need to tweak font-lock in temp buffers.
1105
1106         * shr.el (shr-put-image): Silence compiler.
1107
1108 2013-05-29  Glenn Morris  <rgm@gnu.org>
1109
1110         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1111
1112         * gnus-group.el (gnus-sequence-of-unread-articles)
1113         (gnus-summary-add-mark, gnus-mark-article-as-read)
1114         (gnus-group-make-articles-read): Declare.
1115
1116         * gnus-sum.el (gnus-parameter-list-identifier)
1117         (gnus-article-stop-animations, gnus-stop-downloads)
1118         (gnus-article-only-boring-p, article-goto-body)
1119         (gnus-flush-original-article-buffer, article-narrow-to-head)
1120         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1121         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1122
1123         * gnus.el: No need to eval-and-compile autoloads.
1124
1125         * gravatar.el (help-function-arglist): Autoload.
1126
1127         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1128
1129         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1130
1131         * spam.el: No need to load spam-report when compiling.
1132         No need to eval-and-compile autoloads.
1133         (spam-report-resend-to): Declare.
1134         (spam-report-resend-register-routine): Require 'spam-report.
1135
1136 2013-05-24  Julien Danjou  <julien@danjou.info>
1137
1138         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1139         setup.
1140
1141 2013-05-23  Glenn Morris  <rgm@gnu.org>
1142
1143         * gnus-util.el (rmail-swap-buffers-maybe)
1144         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1145         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1146         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1147
1148         * mm-decode.el: No need to load term when compiling.
1149         (term-mode, term-char-mode): Declare.
1150
1151         * mm-util.el: No need to load jka-compr when compiling.
1152         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1153
1154         * nnmaildir.el: Require is automatically eval-and-compile.
1155         (nnmail): Require at run-time too.
1156
1157         * registry.el (registry-size): Move definition before use.
1158
1159 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1160
1161         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1162         signed data to conform the standard.  (Bug#14232)
1163
1164 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1165
1166         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1167         double angle quotation mark.
1168
1169 2013-05-20  Glenn Morris  <rgm@gnu.org>
1170
1171         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1172
1173 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1174
1175         * message.el (message-insert-formatted-citation-line): handle finding
1176         first/lastname when more than 2 names appear.
1177
1178 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1179
1180         * shr.el (shr-tag-span): New function.
1181
1182 2013-05-18  Glenn Morris  <rgm@gnu.org>
1183
1184         * message.el (message-mode): Use message-mode-abbrev-table,
1185         with text-mode-abbrev-table as parent.  (Bug#14413)
1186
1187 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1188
1189         * message.el (message-expand-group): Decode group names.
1190
1191 2013-05-16  Julien Danjou  <julien@danjou.info>
1192
1193         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1194         app-icon.
1195
1196 2013-05-15  Glenn Morris  <rgm@gnu.org>
1197
1198         * shr-color.el (shr-color-visible-luminance-min)
1199         (shr-color-visible-distance-min): Use shr-color group.
1200
1201 2013-05-11  Glenn Morris  <rgm@gnu.org>
1202
1203         * gnus-vm.el: Make it loadable without VM.
1204         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1205         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1206
1207 2013-05-09  Glenn Morris  <rgm@gnu.org>
1208
1209         * mml1991.el: Make it loadable.  (Bug#13456)
1210
1211         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1212         * gnus-async.el (gnus-async-post-fetch-function):
1213         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1214         * gnus-html.el (gnus-html-image-cache-ttl):
1215         * gnus-notifications.el (gnus-notifications-timeout):
1216         * gnus-picon.el (gnus-picon-properties):
1217         * gnus-util.el (gnus-completion-styles):
1218         * gnus.el (gnus-other-frame-resume-function):
1219         * message.el (message-user-organization-file)
1220         (message-cite-reply-position):
1221         * nnir.el (nnir-summary-line-format)
1222         (nnir-retrieve-headers-override-function):
1223         * shr-color.el (shr-color-visible-luminance-min):
1224         * shr.el (shr-blocked-images):
1225         * spam-report.el (spam-report-resend-to):
1226         * spam.el (spam-summary-exit-behavior): Fix custom types.
1227
1228         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1229
1230 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1231
1232         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1233         because of let-binding help-xref-following.  (Bug#14356)
1234
1235 2013-05-06  Glenn Morris  <rgm@gnu.org>
1236
1237         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1238
1239 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1240
1241         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1242         entering into the registry.
1243
1244 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1245
1246         * gnus.el: Ma Gnus v0.7 is released.
1247
1248 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1249
1250         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1251         (Bug#14304)
1252
1253 2013-04-27  Glenn Morris  <rgm@gnu.org>
1254
1255         * gnus.el (gnus-list-debbugs):
1256         Use require rather than autoload.  (Bug#14262)
1257
1258 2013-04-27  Julien Danjou  <julien@danjou.info>
1259
1260         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1261         port to "sieve" now that it has an official IANA port assigned.
1262
1263 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1264
1265         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1266         Don't set the MAILHOST environment variable permanently (Bug#14271).
1267
1268 2013-04-26  Glenn Morris  <rgm@gnu.org>
1269
1270         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1271
1272 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1273
1274         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1275         string values of 'gcc-self. Thanks to Saroj Thirumalai.
1276
1277 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1278
1279         * nnir.el (nnir-close-group): Make sure we are in the right group.
1280
1281         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1282         dependency table from all newly retrieved headers.
1283
1284 2013-04-16  David Edmondson  <dme@dme.org>
1285
1286         Support <img src="data:...">.
1287
1288         * shr.el (shr-image-from-data): New function.
1289         (shr-tag-img): Use it.
1290
1291 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1292
1293         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1294         group.
1295
1296 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1297
1298         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1299         corresponding to any existing group (Bug#14166).
1300
1301 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1302
1303         * nnir.el (number-sequence): No longer used.
1304         (nnir-request-set-mark): New function.
1305         (nnir-request-update-info): Improve marks updating.
1306         (nnir-request-scan): Don't duplicate marks updating.
1307         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1308         Use 'assq rather than 'assoc.  Quote anonymous function.
1309         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1310         Use 'gnus-group-prefixed-p.
1311         (gnus-summary-create-nnir-group): Make sure server for method is open.
1312
1313 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1314
1315         * nnir.el (gnus-nnir-group-p): New function.
1316         (nnir-possibly-change-group): Use it.
1317
1318         * gnus-msg.el (gnus-setup-message): Use it.
1319
1320 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1321
1322         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1323         `initial-input' for the argument name.
1324         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1325
1326 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1327
1328         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1329         (used by MH-E).
1330
1331 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1332
1333         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1334         group.
1335
1336         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1337         fix compilation.
1338
1339 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1340
1341         * nnir.el (nnir-method-default-engines): And another typo.
1342
1343 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1344
1345         * nnir.el (nnir-method-default-engines): Fix typo.
1346
1347 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1348
1349         * nnir.el: Define 'number-sequence for xemacs.
1350         (gnus-summary-create-nnir-group): New function to create an nnir group
1351         from an nnir summary buffer based on the current query.
1352         (nnir-request-create-group): Update to allow nnir group creation based
1353         on the current query.
1354
1355 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1356
1357         * nndraft.el (nndraft-request-expire-articles):
1358         Make expiry target always `delete'.
1359
1360 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1361
1362         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1363         buffer use the posting-style and gcc of the original article group.
1364         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1365
1366         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1367         after other deffoos.
1368
1369 2013-03-25  Andrew Cohen  <cohen@bu.edu>
1370
1371         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1372         management.  Marks are now shown in nnir summary buffers.  Rudimentary
1373         support for real (i.e. not ephemeral) nnir groups.
1374         (gnus-summary-make-nnir-group): New function for initiating searches
1375         from a summary buffer.
1376
1377 2013-03-18  Sam Steingold  <sds@gnu.org>
1378
1379         * message.el (message-bury): Minor cleanup.
1380
1381 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1382
1383         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
1384
1385 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1386
1387         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1388         nnml-request-list.  (Bug#13873)
1389         (nndir-request-newsgroups): Remove, unused.
1390
1391         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1392
1393 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1394
1395         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
1396         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
1397         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
1398
1399 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1400
1401         * shr.el: Make all the overlays set the `evaporate' property so that
1402         they're removed properly.
1403
1404 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1405
1406         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1407         shell-quote-argument.
1408
1409 2013-02-22  David Engster  <deng@randomsample.de>
1410
1411         * gnus-registry.el (gnus-registry-save): Provide class name when
1412         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
1413         `condition-case' to stay compatible with older EIEIO versions which
1414         only accept one argument.
1415
1416 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1417
1418         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1419         (epg-user-id-validity): Autoload.
1420         (mml2015-epg-check-user-id): New function.
1421         (mml2015-epg-check-sub-key): New function split from
1422         mml2015-epg-find-usable-key.
1423         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1424         optional name-is-key-id, to handle the case when user-id is unusable.
1425         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1426
1427 2013-02-17  Glenn Morris  <rgm@gnu.org>
1428
1429         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1430
1431 2013-02-16  Glenn Morris  <rgm@gnu.org>
1432
1433         * shr.el (shr-put-image): Only animate images that specify a delay.
1434         This is consistent with the old image-animated-p behavior.
1435
1436 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1437
1438         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1439         for XEmacs.
1440
1441 2013-02-13  Juri Linkov  <juri@jurta.org>
1442
1443         * gnus-art.el (gnus-article-mode-map):
1444         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1445         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1446
1447 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1448
1449         * auth-source.el (auth-source-format-prompt): Don't get confused by
1450         any "\" in replacement text.  (Bug#13637)
1451
1452 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1453
1454         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1455         (gnus-backend-trace): Honour gnus-backend-trace.
1456
1457         * mml.el (mml-insert-part): Insert closing tag.
1458
1459         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1460
1461 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1462
1463         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1464         able to find the article, which can happen in debbugs groups,
1465         apparently.
1466
1467 2013-01-16  Glenn Morris  <rgm@gnu.org>
1468
1469         * smiley.el (smiley-style): Make the file loadable in batch mode.
1470
1471 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1472
1473         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1474         imap process running.
1475
1476 2013-01-14  Julien Danjou  <julien@danjou.info>
1477
1478         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1479         Compare addresses against addresses, not against the full From field.
1480
1481 2013-01-13  Richard Stallman  <rms@gnu.org>
1482
1483         * message.el (message-forward-make-body-mime): New args BEG, END
1484         specify what part of FORWARD-BUFFER to use.  Do the work directly
1485         instead of calling `mml-insert-buffer'.
1486
1487 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1488
1489         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1490         cross-reference(s).
1491
1492         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1493         cross-reference(s).
1494
1495 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1496
1497         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1498         and point-max-marker.
1499         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1500
1501 2013-01-11  Julien Danjou  <julien@danjou.info>
1502
1503         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1504         max are almost equal. Also return the correct value for V which is
1505         already between 0 and 1.
1506
1507 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1508
1509         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1510         to mml2015-encrypt-to-self.
1511         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1512
1513 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1514
1515         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1516         mml-smime-epg-find-usable-secret-key.
1517
1518 2013-01-08  Glenn Morris  <rgm@gnu.org>
1519
1520         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1521
1522 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1523
1524         * mml-smime.el: Support signing by sender.
1525         Requested by Uwe Brauer.
1526         (mml-smime-sign-with-sender): New user option analogous
1527         to mml2015-sign-with-sender.
1528         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1529         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1530         mml2015.el.
1531
1532 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1533
1534         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1535         isn't running, because Gnus will probably not know how to handle the
1536         Gcc header (bug#11941).
1537
1538         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1539         articles.
1540
1541 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1542
1543         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1544         (nnfolder-generate-active-file): Make this function work with recursive
1545         folder names.
1546
1547 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1548
1549         * nntp.el (nntp-open-connection): Use HELP as the capability command
1550         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1551         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1552
1553 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1554
1555         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1556         place holder since this gives `Invalid face reference: nil' messages.
1557         Use the `default' face instead.  It has the same effect here, even
1558         though it is not no-op.
1559
1560         * gnus-util.el
1561         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1562
1563 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1564
1565         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1566         non-string posting styles (bug#13285).
1567
1568 2012-12-27  Glenn Morris  <rgm@gnu.org>
1569
1570         * plstore.el (plstore-passphrase-callback-function):
1571         Use plstore-get-file.
1572
1573 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1574
1575         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1576         stderr.
1577
1578 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1579
1580         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1581
1582         * gnus-compat.el (set-buffer-multibyte): Remove.
1583
1584 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1585
1586         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1587         temporary file to get PGP key image.  Pass no-show-photos when
1588         extracting image to avoid having it pop up twice.
1589
1590 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1591
1592         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1593         eligible for treatment.
1594
1595         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1596         lines.  This makes summary commands with hidden threads work more
1597         reliably.
1598
1599         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1600         button to mark the hidden citations (bug#9395).
1601
1602 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1603
1604         * mml2015.el (mml2015-epg-signature-to-string): New function.
1605         (mml2015-epg-verify-result-to-string): New function.
1606         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1607         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1608         instead of epg-verify-result-to-string.
1609         (epg-signature-key-id, epg-signature-to-string): Autoload.
1610         (epg-verify-result-to-string): Remove autoload.
1611
1612 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1613
1614         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1615         ID image from GPG public key.
1616         (mml2015-epg-key-image-to-string): New function.
1617
1618 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1619
1620         * plstore.el (plstore-passphrase-callback-function): Fix error when
1621         error when plstore-cache-passphrase-for-symmetric-encryption is set
1622         (bug#13264).
1623
1624 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1625
1626         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1627         buffer to the article buffer here, because that clobbers multiple
1628         article buffers.
1629
1630         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1631         buffer always points to the right summary buffer.
1632
1633 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1634
1635         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1636         the password (bug#12097).
1637
1638 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1639
1640         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1641         (bug#13263).
1642
1643         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1644         buffer exists before using it (bug#12475).
1645
1646         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1647         offline groups (bug#11937).
1648
1649         * message.el (message-yank-original): When using customize to set the
1650         value of `message-cite-style', the variable it set to a symbol that's
1651         the name of the variable, which must then be dereferenced (bug#12616).
1652
1653 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1654
1655         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1656         the `face' property with a list whose car is the face specified in the
1657         format string and whose cdr is (nil).
1658         * lisp/gnus-util.el
1659         (gnus-put-text-property-excluding-characters-with-faces):
1660         Change accordingly.
1661         (gnus-get-text-property-excluding-characters-with-faces): New function.
1662         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1663         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1664         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1665
1666 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1667
1668         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1669         login methods.
1670         (nnimap-login): Respect the `nnimap-authenticator' variable.
1671
1672         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1673         mark state when moving articles.  Otherwise unticked articles will get
1674         their ticks back after moving.
1675
1676 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1677
1678         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1679
1680         * message.el (message-ignored-news-headers): Always remove
1681         X-Message-SMTP-Method to avoid information leakage if the user
1682         mistakenly inserts the header into news messages.
1683
1684         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1685
1686         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1687         right than four characters, this command would move point to
1688         `point-max'.  Don't do that.
1689
1690         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1691         to nil to allow re-selecting groups that gain articles.
1692         (gnus-bug-group-download-format-alist): Update the URL.
1693
1694 2012-12-23  Andreas Schwab  <schwab@suse.de>
1695
1696         * shr.el (shr-tag-em): Render em as italic, not bold.
1697
1698 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1699
1700         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1701         for reuse.
1702         (gnus-open-server): Use it to add more tracing.
1703         (gnus-finish-retrieve-group-infos): Add backend tracing.
1704         (gnus-backend-trace): Also note the elapsed seconds.
1705
1706 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1707
1708         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1709         Set epa-file-encrypt-to from variable to avoid querying.
1710
1711 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1712
1713         * sieve-mode.el (sieve-font-lock-keywords):
1714         Keywords should be word delimited.  (Bug#13173)
1715
1716 2012-12-13  Andreas Schwab  <schwab@suse.de>
1717
1718         * tls.el (tls-program): Update customize type.
1719
1720 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1721
1722         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1723         instead of <pre> to align message header.
1724
1725 2012-12-12  Sam Steingold  <sds@gnu.org>
1726
1727         * gnus.el (gnus-other-frame-resume-function): Add user option.
1728         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1729
1730 2012-12-06  Sam Steingold  <sds@gnu.org>
1731
1732         * gnus-start.el (gnus-before-resume-hook): Add.
1733         (gnus-1): Run it when Gnus is alive.
1734
1735 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1736
1737         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1738         * gnus-art.el (article-unsplit-urls)
1739         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1740         * gnus-registry.el (gnus-registry-get-article-marks)
1741         * message.el (message-goto-body): Use it.
1742         (message-called-interactively-p): Remove.
1743
1744         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1745         (spam-stat-score-buffer): Use it.
1746
1747         * spam.el: Silence the warnings against BBDB functions when compiling.
1748
1749         * gnus-score.el (gnus-score-decode-text-parts):
1750         Use append+mapcar instead of the cl function mapcan.
1751
1752 2012-12-05  Sam Steingold  <sds@gnu.org>
1753
1754         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1755         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1756         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1757
1758 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1759
1760         * gmm-utils.el (gmm-called-interactively-p): Revert.
1761         This seems to cause Emacs to get stuck!
1762         * gnus-art.el (article-unsplit-urls)
1763         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1764         * gnus-registry.el (gnus-registry-get-article-marks)
1765         * message.el (message-goto-body)
1766         (message-called-interactively-p): Revert.
1767
1768         * gmm-utils.el (gmm-called-interactively-p): New function.
1769         * gnus-art.el (article-unsplit-urls)
1770         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1771         * gnus-registry.el (gnus-registry-get-article-marks)
1772         * message.el (message-goto-body): Use it.
1773         (message-called-interactively-p): Remove.
1774
1775         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1776         * gnus-sync.el (gnus-sync-lesync-call)
1777         * message.el (message-read-from-minibuffer): Use it.
1778
1779 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1780
1781         * gmm-utils.el (gmm-flet): Remove.
1782         * gnus-sync.el (gnus-sync-lesync-call)
1783         * message.el (message-read-from-minibuffer): Don't use it.
1784
1785 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1786
1787         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1788
1789 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1790
1791         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1792
1793         * gnus-sync.el (gnus-sync-lesync-call)
1794         * message.el (message-read-from-minibuffer): Use gmm-flet.
1795
1796         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1797
1798         * gnus-util.el (gnus-macroexpand-all): Remove.
1799
1800 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1801
1802         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1803         to TAB, not [tab].
1804         (gnus-summary-article-map): Likewise.
1805
1806         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1807         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1808
1809 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1810
1811         * time-date.el: Commentary fix.
1812
1813 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1814
1815         * color.el: Don't require cl.
1816         (color-complement): `caddr' -> `nth 2'.
1817
1818         * time-date.el (time-to-seconds): De-obsolete.
1819
1820 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1821
1822         * message.el (message-get-reply-headers):
1823         Make sure the reply goes to the author if it is a wide reply.
1824
1825 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1826
1827         * gnus-score.el (gnus-score-body):
1828         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1829         scoring by body.
1830
1831 2012-11-16  Glenn Morris  <rgm@gnu.org>
1832
1833         * gnus-diary.el (nndiary-request-create-group-functions)
1834         (nndiary-request-update-info-functions)
1835         (gnus-subscribe-newsgroup-functions)
1836         (nndiary-request-accept-article-functions):
1837         Use new names for hooks rather than obsolete aliases.
1838
1839 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1840
1841         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1842
1843 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1844
1845         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1846         in meta tag with the one the part specifies in its header.
1847
1848 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1849
1850         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1851         by default.
1852
1853 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1854
1855         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1856         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1857
1858 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1859
1860         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1861         and a runtime function for it, of which the XEmacs version takes only
1862         two arguments.
1863
1864 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1865
1866         * nndiary.el (nndiary-request-create-group-functions)
1867         (nndiary-request-update-info-functions)
1868         (nndiary-request-accept-article-functions):
1869         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1870         "-hooks" suffix.
1871
1872 2012-10-19  Julien Danjou  <julien@danjou.info>
1873
1874         * gnus-art.el: Require gnus-util because it uses
1875         `gnus-timer--function'.
1876
1877 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1878
1879         * starttls.el (starttls-extra-arguments): Doc fix.
1880
1881 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1882
1883         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1884         it.
1885
1886 2012-10-06  Glenn Morris  <rgm@gnu.org>
1887
1888         * gnus-notifications.el (gnus-notifications):
1889         Add missing group :version tag.
1890         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1891         (gnus-gcc-post-body-encode-hook):
1892         * gnus-sync.el (gnus-sync-lesync-name)
1893         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1894
1895 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1896
1897         * color.el (color-hsl-to-rgb): Fix incorrect results for
1898         small and large hue values.  (Bug#12559)
1899
1900 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1901
1902         New UIDL implementation.
1903
1904         * mail-source.el (mail-sources, mail-source-keyword-map):
1905         Add :leave as a pop3 keyword.
1906         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1907
1908         * pop3.el (pop3-leave-mail-on-server): Allow number.
1909         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1910         (pop3-movemail): Add UIDL support.
1911         (pop3-send-streaming-command): Take a list of mail numbers instead of
1912         the number of mails.
1913         (pop3-write-to-file): Add X-UIDL header.
1914         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1915         (pop3-uidl-add-xheader): New functions.
1916
1917         * message.el (message-ignored-resent-headers):
1918         Add X-Content-Length and X-UIDL headers.
1919
1920 2012-10-05  Glenn Morris  <rgm@gnu.org>
1921
1922         * color.el (color-name-to-rgb, color-rgb-to-hex)
1923         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1924         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1925         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1926         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1927
1928 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1929
1930         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1931         a user about whether to delete temp files if once a user answered as n.
1932
1933 2012-09-25  Chong Yidong  <cyd@gnu.org>
1934
1935         * password-cache.el (password-read-and-add): Use a declare form to mark
1936         this function obsolete.
1937
1938 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1939
1940         * lpath.el: Bind mail-encode-mml for old Emacsen.
1941
1942 2012-09-17  Richard Stallman  <rms@gnu.org>
1943
1944         * message.el (message-in-body-p): Don't set mark or modify buffer.
1945
1946         * mml.el (mml-attach-file): Doc fix.
1947         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1948         Set mail-encode-mml when in Mail mode.
1949         Simplify code to set HEAD and move back to HEAD.
1950         (mml-insert-multipart, mml-insert-part):
1951         Set mail-encode-mml when in Mail mode.
1952
1953 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1954
1955         * gnus-util.el (gnus-timer--function): New function.
1956
1957         * gnus-art.el (gnus-article-stop-animations): Use it.
1958
1959 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1960
1961         Fix glitches caused by addition of psec to timers.
1962         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1963         rather than raw access to timer vector.
1964
1965 2012-09-11  Julien Danjou  <julien@danjou.info>
1966
1967         * gnus-notifications.el (gnus-notifications): Check for nil values in
1968         ignored addresses check.
1969
1970 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1971
1972         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1973
1974 2012-09-07  Chong Yidong  <cyd@gnu.org>
1975
1976         * gnus-util.el
1977         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1978
1979         * gnus-salt.el (gnus-tree-highlight-node):
1980         * gnus-sum.el (gnus-summary-highlight-line):
1981         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1982
1983 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1984
1985         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1986
1987 2012-09-06  Juri Linkov  <juri@jurta.org>
1988
1989         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1990         scheme for buffer names to be more consistent with other group and
1991         article buffer names in Gnus.
1992
1993 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1994
1995         * gnus-util.el
1996         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1997
1998         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1999         Jenkner.
2000
2001         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2002
2003         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2004
2005         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2006
2007 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2008
2009         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2010         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2011
2012         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2013         string-prefix-p in Emacs >=23.2.
2014
2015         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2016         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2017         instead of string-match-p.
2018         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2019
2020 2012-09-06  Kenichi Handa  <handa@gnu.org>
2021
2022         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2023         lowercase a..f.
2024
2025 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2026
2027         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2028
2029 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2030
2031         * nnimap.el (nnimap-request-move-article): Decode the group name when
2032         doing internal moves to avoid charset issues.
2033
2034         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2035         TIME is set.
2036
2037 2012-09-05  Juri Linkov  <juri@jurta.org>
2038
2039         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2040         than one group at a time (bug#11961).
2041
2042 2012-09-05  Julien Danjou  <julien@danjou.info>
2043
2044         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2045         this hide the real reason with a message giving absolutely no hint.
2046
2047 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2048
2049         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2050         to the backend (bug#11804).
2051
2052         * message.el (message-insert-newsgroups): Don't insert newsgroup
2053         duplicates (bug#12275).
2054
2055 2012-09-05  John Wiegley  <johnw@newartisans.com>
2056
2057         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2058         sieve rules.
2059
2060 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2061
2062         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2063         function.
2064
2065         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2066
2067         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2068
2069 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2070
2071         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2072         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2073         This should make nnmaildir more usable with offlineimap.
2074
2075 2012-09-05  Julien Danjou  <julien@danjou.info>
2076
2077         * nnimap.el (nnimap-request-list): Revert change that made listing
2078         synchronous.
2079         (nnimap-get-responses): Restore.
2080
2081 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2082
2083         * dgnushack.el: XEmacs 21.5 compilation fix.
2084
2085         * gnus-notifications.el (gnus-notifications-notify): Use it.
2086
2087         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2088         warnings on XEmacs.
2089
2090 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2091
2092         Better seeds for (random).
2093         * gnus-sync.el (gnus-sync-lesync-setup):
2094         * message.el (message-canlock-generate, message-unique-id):
2095         Change (random t) to (random), now that the latter is more random.
2096
2097 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2098
2099         * nnimap.el (nnimap-change-group): Document result value
2100
2101         * auth-source.el (auth-sources): Fix macos keychain access.
2102
2103         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2104         allow the backend `request-head' function to determine the group
2105         name on its own.
2106         (gnus-request-expire-articles): Filter out negative article numbers
2107         during expiry (Bug#11980).
2108
2109         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2110         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2111
2112         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2113         you've found the article when you haven't.
2114
2115         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2116         that nnimap-change-group can return t.
2117
2118 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2119
2120         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2121
2122 2012-08-30  Julien Danjou  <julien@danjou.info>
2123
2124         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2125         `gnus-notifications-timeout'.
2126         (gnus-notifications-timeout): Add.
2127         (gnus-notifications-action): New function.
2128         (gnus-notifications-notify): Add :action using
2129         `gnus-notifications-action'.
2130         (gnus-notifications-id-to-msg): New variable.
2131         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2132         notifications id to messages.
2133
2134 2012-08-30  Kenichi Handa  <handa@gnu.org>
2135
2136         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2137         once.
2138
2139 2012-08-29  Julien Danjou  <julien@danjou.info>
2140
2141         * gnus-notifications.el: New file.
2142         (gnus-notifications-notify): New function.
2143         (gnus-notifications): Use `gnus-notifications-notify'.
2144
2145 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2146
2147         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2148         transfer encoding first; bind gnus-newsgroup-charset to the charset
2149         that the article specifies (Bug#12209).
2150
2151 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2152
2153         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2154         (gnus-group-customize-done): Encode values posting-style holds.
2155
2156         * gnus-msg.el (gnus-summary-resend-message)
2157         (gnus-configure-posting-styles): Decode values posting-style group
2158         parameter holds.
2159
2160 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2161
2162         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2163         `name' and `address' in Resent-From header.
2164
2165 2012-08-14  Chong Yidong  <cyd@gnu.org>
2166
2167         * gnus-art.el (article-display-face): Handle failure in
2168         gnus-create-image (Bug#11802).
2169
2170 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2171
2172         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2173         Use defsetf.
2174
2175 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2176
2177         * auth-source.el (auth-source-plstore-search)
2178         (auth-source-secrets-search): Ignore :require and :type in search spec.
2179
2180 2012-08-06  Julien Danjou  <julien@danjou.info>
2181
2182         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2183         `nnimap-request-move-article'.
2184
2185         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2186         Remove autoload, already handled by gnus.el.
2187
2188         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2189
2190         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2191         supported by nnimap actually. Reverts previous change.
2192
2193         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2194         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2195         to-buffer argument that is already supported.
2196
2197 2012-08-05  Julien Danjou  <julien@danjou.info>
2198
2199         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2200         Add autoload.
2201
2202 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2203
2204         * gnus.el (gnus-valid-select-methods): Fix custom type.
2205
2206 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2207
2208         * auth-source.el (auth-sources, auth-source-backend-parse)
2209         (auth-source-macos-keychain-search)
2210         (auth-source-macos-keychain-search-items)
2211         (auth-source-macos-keychain-result-append)
2212         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2213         auth-source.el through the /usr/bin/security utility.
2214         (auth-sources): Fix syntax error.
2215         (auth-source-macos-keychain-result-append): Fix variable name.
2216         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2217
2218 2012-07-27  Julien Danjou  <julien@danjou.info>
2219
2220         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2221         Emacs < 24.1
2222
2223 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2224
2225         * message.el (message-kill-address): Don't kill last newline.
2226         (message-skip-to-next-address): Don't move to the next header.
2227         (message-fill-field-address): Work properly.
2228
2229 2012-07-25  Julien Danjou  <julien@danjou.info>
2230
2231         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2232
2233 2012-07-24  Julien Danjou  <julien@danjou.info>
2234
2235         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2236
2237         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2238         (nntp-async-timer-handler): Remove, unused.
2239
2240         * nnimap.el (nnimap-get-responses): Remove, unused.
2241
2242         * nnheader.el (mail-header-set-extra): Remove, unused.
2243
2244         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2245         unused.
2246
2247         * mm-view.el (mm-view-sound-file): Remove, unused.
2248
2249         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2250         (mm-url-encode-multipart-form-data): Remove, unused.
2251
2252         * message.el (message-remove-signature, message-make-host-name)
2253         (message-fill-address): Remove, unused.
2254
2255         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2256         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2257         unused.
2258
2259         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2260         (gnus-xmas-call-region): Remove, unused.
2261
2262         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2263
2264         * gnus-util.el (gnus-extract-address-component-name)
2265         (gnus-extract-address-component-email, gnus-sortable-date)
2266         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2267         (gnus-process-live-p): Remove, unused.
2268
2269         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2270
2271         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2272         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2273         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2274         function.
2275
2276         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2277
2278         * gnus-score.el (gnus-summary-score-crossposting)
2279         (gnus-score-regexp-bad-p): Remove, unused.
2280
2281         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2282
2283         * gnus-range.el (gnus-sublist-p): Remove, unused.
2284
2285         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2286         unused.
2287
2288         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2289
2290         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2291         (gnus-request-associate-buffer): Remove, unused.
2292
2293         * gnus-group.el (gnus-group-set-method-info)
2294         (gnus-group-set-params-info): Remove, unused.
2295
2296         * gnus-fun.el (gnus-shell-command-to-string)
2297         (gnus-shell-command-on-region): Remove, unused.
2298
2299         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2300
2301         * gnus-art.el (gnus-article-text-type-exists-p)
2302         (article-translate-characters, gnus-article-hide-text-of-type)
2303         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2304         Remove, unused.
2305
2306 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2307
2308         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2309
2310 2012-07-21  Julien Danjou  <julien@danjou.info>
2311
2312         * message.el (message-dont-reply-to-names): Replace deprecated
2313         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2314         (message-get-reply-headers): Ditto.
2315
2316 2012-07-18  Julien Danjou  <julien@danjou.info>
2317
2318         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2319         `sieve-upload-and-kill'.
2320
2321         * sieve.el (sieve-bury-buffer): Remove function.
2322         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2323         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2324
2325 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2326
2327         * shr.el (shr-expand-url): Handle URL starting with `//'.
2328
2329 2012-07-13  Chong Yidong  <cyd@gnu.org>
2330
2331         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2332         instead of calling toggle-read-only with a (bogus) argument.
2333
2334 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2335
2336         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2337         of initial input when reading the author to restrict the summary to.
2338
2339 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2340
2341         * mm-decode.el (mm-shr):
2342         Allow overriding charset by mm-charset-override-alist.
2343
2344 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2345
2346         * gnus-art.el (gnus-article-view-part):
2347         Toggle subparts of multipart/alternative part.
2348
2349 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2350
2351         * shr.el (shr-render-buffer): New command.
2352         (shr-visit-file): Use it.
2353
2354 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2355
2356         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2357         Set no-byte-compile and no-update-autoloads.
2358
2359 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2360
2361         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2362
2363 2012-06-25  Julien Danjou  <julien@danjou.info>
2364
2365         * nnimap.el (nnimap-request-articles-find-limit): Rename from
2366         `nnimap-request-move-articles-find-limit' since we do not use it only
2367         for move operations.
2368         (nnimap-request-accept-article): Use
2369         `nnimap-request-articles-find-limit' to limit search by message-id.
2370
2371 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2372
2373         Support higher-resolution time stamps (Bug#9000).
2374
2375         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
2376         VARLIST.  It's optional, for backward compatibility.
2377         (encode-time-value): New optional arg PICO.  New type 3.
2378         (time-to-seconds) [!float-time]: Support the new picoseconds
2379         component if it's used.
2380         (seconds-to-time, time-subtract, time-add):
2381         Support ps-resolution time stamps as well.
2382
2383 2012-06-19  Julien Danjou  <julien@danjou.info>
2384
2385         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
2386
2387         * nnimap.el (nnimap-log-buffer): Check that
2388         `window-point-insertion-type' is boundp, since it's not available in
2389         XEmacs.
2390
2391 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2392
2393         * nnimap.el (nnimap-log-buffer): Add this, setting
2394         `window-point-insertion-type' in the buffer to t.
2395         (nnimap-log-command): Use nnimap-log-buffer.
2396
2397 2012-06-19  Julien Danjou  <julien@danjou.info>
2398
2399         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2400         argument to be able to limit the search.
2401         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2402         (nnimap-request-move-articles-find-limit): Add this to limit the search
2403         by Message-Id after a message move.
2404         (nnimap): Add defgroup.
2405
2406 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2407
2408         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2409
2410 2012-06-15  Julien Danjou  <julien@danjou.info>
2411
2412         * nnimap.el (nnimap-find-article-by-message-id): Use
2413         `nnimap-possibly-change-group' rather than its own EXAMINE call.
2414         (nnimap-possibly-change-group): Add read-only argument.
2415         (nnimap-request-list): Use nnimap-possibly-change-group rather than
2416         issuing EXAMINE manually.
2417         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
2418         with read-only argument.
2419         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
2420         cannot possibly change because we need to be sure that it's either
2421         read-write or read-only.
2422
2423 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2424
2425         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2426         being bound to a lambda form.
2427
2428 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2429
2430         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2431         articles when fetch-old is non-nil (bug#11370).
2432
2433 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
2434
2435         * gnus-picon.el (gnus-picon-properties): New defcustom.
2436         (gnus-picon-create-glyph): Use it.
2437
2438 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2439
2440         * gnus-group.el (gnus-group-get-new-news): Respect
2441         `gnus-group-use-permanent-levels', as documented (bug#11638).
2442
2443 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2444
2445         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2446         groups (bug#11641).
2447
2448 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2449
2450         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2451         is an integer to avoid later problems.
2452
2453 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2454
2455         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2456         locales.
2457
2458         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2459         on a handle.
2460
2461         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2462         address as the default.
2463         (gnus-summary-insert-old-articles): Don't include unexisting messages.
2464
2465         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
2466         makes no sense to query the user about internal files.
2467
2468         * gnus-spec.el: Remove all the byte-compilation stuff, since
2469         benchmarking shows that it doesn't help when entering large summary
2470         buffers.
2471
2472         * gnus-xmas.el (gnus-xmas-define): Remove.
2473
2474         * gnus-util.el (gnus-byte-code): Remove.
2475
2476         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2477         grouplens stuff.
2478
2479 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2480
2481         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2482         (bug#11514).
2483
2484 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2485
2486         * message.el (message-buffers): Return all buffers derived from Message
2487         to make `gnus-dired-attach' work with mu4e.
2488
2489 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2490
2491         * nntp.el: Stop the `letf' madness.
2492         (nntp--report-1): New var.
2493         (nntp-report): Merge nntp-report-1 into it.
2494         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2495         the nntp-report function.
2496
2497         * auth-source.el: Fix comment-style to follow the convention.
2498
2499 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
2500
2501         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2502         (mm-dissect-singlepart): Don't guess the MIME type of
2503         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2504         set.
2505         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2506         toplevel MIME type is multipart/encrypted.
2507
2508 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2509
2510         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2511         a string so that Gcc works (bug#11514).
2512
2513 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2514
2515         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2516         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2517
2518 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2519
2520         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2521         jumping to *Server* from a dedicated *Group* window.
2522         (gnus-configure-frame): CSE.
2523
2524         * gnus-registry.el: Minor style cleanup.
2525         (gnus-registry--set/remove-mark): New function, extracted from
2526         gnus-registry-install-shortcuts.
2527         (gnus-registry-install-shortcuts): Use it.
2528
2529 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2530
2531         * nnspool.el (news-path): Use eval-and-compile.
2532
2533 2012-05-24  Glenn Morris  <rgm@gnu.org>
2534
2535         * nnspool.el (news-directory, news-path, news-inews-program):
2536         Move here from paths.el.  Don't see a need for these to be autoloaded.
2537
2538         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2539         Merge in doc from paths.el version.  Don't see any need for this to be
2540         autoloaded, or for the warning about users not setting it.
2541
2542 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
2543
2544         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
2545         format.  In particular, add an optional argument and a docstring.
2546
2547         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2548
2549         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2550         current before calling `gnus-groups-to-gnus-format'.
2551         Note that this was already the case for `gnus-active-to-gnus-format'.
2552
2553 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2554
2555         Fix minor Y10k bug.
2556         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2557
2558 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2559
2560         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2561         message once it's actually open.
2562
2563 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2564
2565         * gnus.el: Ma Gnus v0.5 is released.
2566
2567 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2568
2569         * auth-source.el (auth-source--aput-1, auth-source--aput)
2570         (auth-source--aget): New functions and macros.
2571         Use them instead of aput/aget.
2572
2573 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2574
2575         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2576
2577 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2578
2579         * plstore.el (plstore-called-interactively-p): New compat macro copied
2580         from message.el.
2581         (plstore-mode): Use it.
2582
2583 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2584
2585         * plstore.el: Revive the editing feature.
2586         (plstore-mode): New mode to edit plstore file.
2587         (plstore-mode-toggle-display, plstore-mode-original)
2588         (plstore-mode-decoded): New command.
2589         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2590         (plstore--insert-buffer, plstore--make): New function.
2591         (plstore-open, plstore-save): Simplify by using them.
2592
2593 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2594
2595         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2596
2597 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2598
2599         * tls.el (open-tls-stream): Remove unused binding.
2600
2601 2012-04-16  Glenn Morris  <rgm@gnu.org>
2602
2603         * nndraft.el (nndraft-request-list): Fix declaration.
2604
2605 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2606
2607         * mm-decode.el (mm-dissect-buffer): Doc fix.
2608
2609         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2610         don't have a current group.
2611
2612         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2613         buffer if it doesn't exist.
2614
2615         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2616         given, mark the group as ephemeral with the current window conf.
2617
2618         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2619         buffer exists, which it doesn't if we haven't started Gnus.
2620         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2621
2622 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2623
2624         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2625         type is.
2626
2627         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2628         `unexists' entries.
2629         (gnus-clean-old-newsrc): Fix last checkin.
2630
2631         * nnimap.el (nnimap-update-info): None of the articles below the active
2632         low-water mark exist.
2633
2634         * dgnushack.el: Get rid of XEmacs compilation warning.
2635
2636         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2637         would have gotten if we posted to the group, and use that to compare
2638         against the message we want to cancel (bug#10808).
2639
2640         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2641         on XEmacs.
2642
2643 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2644
2645         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2646         `scroll-margin'.
2647
2648 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2649
2650         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2651         citation prefix within a block of cited text should be considered part
2652         of that block *only* if it is a blank line.
2653
2654 2012-04-09  Chong Yidong  <cyd@gnu.org>
2655
2656         * binhex.el, hashcash.el, uudecode.el:
2657         Remove * characters from the front of variable docstrings.
2658
2659 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2660
2661         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2662         before kinsoku-bol characters nor within kinsoku-eol characters.
2663
2664 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2665
2666         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2667         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2668         (gnus-sync-read): Use mapc instead of mapcar.
2669
2670         * mm-archive.el: Require mm-decode for some macros.
2671         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2672         the byte compiler.
2673         (mm-archive-decoders): New function that returns the value of
2674         the mm-archive-decoders variable.
2675
2676         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2677         instead.
2678         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2679
2680         * nnimap.el (gnus-refer-thread-use-nnir):
2681         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2682
2683 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2684
2685         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2686
2687 2012-03-12  Peter Münster  <pmrb@free.fr>
2688
2689         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2690         (gnus-demon-cancel): Ditto.
2691         (gnus-demon-run-callback): When function cannot be called due to low
2692         idleness, call it when idleness reaches the expected value, instead of
2693         waiting another timer period.
2694         (gnus-demon-init): Add `time' to arguments of call-back.
2695
2696 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2697
2698         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2699
2700         * gnus.el: Register gnus-registry functions.
2701
2702         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2703         indent.
2704
2705         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2706         enabled before warping.
2707
2708 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2709
2710         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2711         registry about each article retrieved.
2712
2713         * gnus-int.el (gnus-select-group-with-message-id): New function.
2714         (gnus-try-warping-via-registry): Ditto.
2715         (gnus-warp-to-article): Fall back on the registry.
2716
2717 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2718
2719         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2720         inboxes.
2721
2722 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2723
2724         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2725
2726 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2727
2728         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2729         gnus-gcc-self-resent-messages may be a group parameter.
2730         (gnus-summary-resend-message): Don't encode encoded words in header
2731         when Gcc'ing resent message.
2732
2733 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2734
2735         * shr.el (shr-insert): Treat non-breaking space just like normal
2736         space.  This seems to produce more pleasing results.
2737         (shr-insert): Only insert a blank line if we're starting from an image.
2738         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2739         (shr-ensure-paragraph): Consider lines with white space to be blank.
2740
2741 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2742
2743         * Makefile.in: Respect DESTDIR.
2744
2745 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2746
2747         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2748         and gnus-gcc-post-body-encode-hook.
2749
2750 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2751
2752         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2753         messages that don't exist.
2754
2755         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2756
2757 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2758
2759         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2760         Remove.
2761
2762         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2763
2764         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2765
2766 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2767
2768         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2769         have a group name.
2770
2771         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2772         a multibyte buffer (bug#7410).
2773         (article-wash-html): Parse the original article buffer to get the
2774         unencoded data (bug#7410).
2775
2776         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2777         .newsrc.el files.
2778
2779 2012-04-05  Bastien Guerry  <bzg@altern.org>
2780
2781         * color.el (color-lighten-name): Fix typo.
2782
2783 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2784
2785         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2786         "#" to avoid having them interpreted as comments.
2787
2788 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2789
2790         * shr.el (shr-insert): Update the text state properly to avoid
2791         inserting spurious paragraph starts.
2792
2793 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2794
2795         * shr.el (shr-table-widths): Divide the extra width more fairly over
2796         the TDs (bug#10973).
2797         (shr-render-td): Don't delete too much padding.
2798         (shr-natural-width): Compute the natural width more correctly.
2799         (shr-insert): Allow the natural width to be computed for tables again.
2800         (shr-tag-table-1): Rework how the natural widths are computed by
2801         rendering the table a third time.
2802         (shr-natural-width): Removed.
2803         (shr-buffer-width): New function.
2804         (shr-expand-newlines): Use it.
2805
2806         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2807         using a `gnus-use-full-window' setup (bug#11013).
2808
2809 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2810
2811         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2812         24.1 release.
2813
2814 2012-03-10  David Edmondson  <dme@dme.org>
2815
2816         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2817         'Forwarded Message' header and the start of the message.
2818
2819 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2820
2821         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2822         isn't running (bug#10897).
2823
2824 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2825
2826         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2827         This is inconsistent with all the other stream functions, which leave
2828         the setting up to the higher levels (if so wanted) (bug#10931).
2829
2830 2012-02-28  Glenn Morris  <rgm@gnu.org>
2831
2832         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2833         mm-decode.el: Standardize possessive apostrophe usage.
2834
2835 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2836
2837         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2838
2839 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2840
2841         * parse-time.el (parse-time-string): Allow extractor to return nil.
2842
2843 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2844
2845         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2846
2847 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2848
2849         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2850
2851 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2852
2853         * mm-decode.el (mm-shr): Remove "soft hyphens".
2854
2855         * nnimap.el (nnimap-request-list): Return the group names encoded as
2856         utf8.  Otherwise non-European group names don't work.
2857         (nnimap-request-newgroups): Ditto.
2858
2859         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2860         the default in `read-string' (bug#10757).
2861
2862         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2863         topics (bug#10843).
2864
2865         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2866         buffer.  Suggested by Herbert Valerio Riedel.
2867         (nnimap-request-move-article): Delete the message from the correct IMAP
2868         server.
2869
2870 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2871
2872         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2873         Reported by Peter Münster.
2874
2875 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2876
2877         * shr.el (shr-image-fetched): Make sure we really kill the right
2878         buffer.
2879
2880 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2881
2882         * gnus-start.el (gnus-1): Avoid duplicate entries.
2883
2884 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2885
2886         * imap.el: Remove.
2887
2888         * nntp.el (nntp-coding-system-for-read): Remove.
2889         (nntp-coding-system-for-write): Ditto.
2890         (nntp-open-connection): Just use `binary' directly.
2891
2892         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2893         Gnus 0.3.
2894
2895 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2896
2897         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2898         application/octet-stream parts really is.
2899
2900         * gnus-sum.el (gnus-propagate-marks): Remove.
2901
2902 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2903
2904         * shr.el (shr-rescale-image): Undo previous change; see
2905         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2906
2907 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2908
2909         * gnus.el: Ma Gnus v0.3 is released.
2910
2911 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2912
2913         * gnus-sum.el (gnus-summary-local-variables): Make
2914         `gnus-newsgroup-unexist' into a local variable.
2915
2916 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2917
2918         * registry.el (registry-usage-test, registry-persistence-test): Move to
2919         tests/gnustest-registry.el.
2920         (registry-make-testable-db, registry-match-test)
2921         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2922
2923         * gnus-registry.el (gnus-registry-misc-test)
2924         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2925
2926         * tests/gnustest-registry.el: New file with the registry and
2927         gnus-registry ERT tests.
2928
2929 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2930
2931         * gnus-msg.el (gnus-summary-resend-message): Make
2932         gnus-summary-resend-message-insert-gcc be last item in
2933         message-header-setup-hook.
2934
2935 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2936
2937         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2938         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2939         Remove.
2940         (nnfolder-open-server): Don't use marks.
2941         (nnfolder-request-delete-group): Ditto.
2942         (nnfolder-request-rename-group): Ditto.
2943         (nnfolder-request-set-mark, nnfolder-request-marks)
2944         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2945         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2946
2947         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2948         (nnml-marks-modtime): Remove.
2949         (nnml-request-delete-group): Don't use marks.
2950         (nnml-request-rename-group): Ditto.
2951         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2952         (nnml-save-marks, nnml-open-marks): Remove.
2953
2954         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2955         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2956         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2957         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2958         (nntp-server-to-method-cache): Remove.
2959
2960         * shr.el (shr-rescale-image): Fix wrong merge.
2961
2962 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2963
2964         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2965         too-wide lines.
2966
2967 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2968
2969         * nnimap.el (nnimap-record-commands): New variable.
2970         (nnimap-log-command): Use it.
2971         (nnimap-make-process-buffer): Add a space to the process buffer.
2972         (nnimap-transform-headers): Don't bug out on header lines containing
2973         stuff that look like IMAP length encodings.
2974
2975         * shr.el (shr-rescale-image): Allow viewing large images.
2976
2977 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2978
2979         * nnml.el (nnml-request-compact-group): Delete the marks file after
2980         compaction (bug#10800).
2981
2982         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2983         group exit.
2984
2985         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2986         QRESYNC/FETCH output.
2987
2988 2012-02-11  Glenn Morris  <rgm@gnu.org>
2989
2990         * sieve-manage.el (sieve-manage-default-stream):
2991         * shr.el (shr):
2992         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2993         (nnir-retrieve-headers-override-function)
2994         (nnir-imap-default-search-key, nnir-notmuch-program)
2995         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2996         (nnir-method-default-engines):
2997         * message.el (message-cite-reply-position):
2998         * gssapi.el (gssapi-program):
2999         * gravatar.el (gravatar):
3000         * gnus-sum.el (gnus-refer-thread-use-nnir):
3001         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3002         (gnus-registry-max-pruned-entries):
3003         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3004         * gnus-int.el (gnus-after-set-mark-hook)
3005         (gnus-before-update-mark-hook):
3006         * gnus-async.el (gnus-async-post-fetch-function):
3007         * auth-source.el (auth-source-cache-expiry):
3008         Add missing :version tags to new defcustoms and defgroups.
3009
3010 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3011
3012         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3013         `gnus-newsgroup-unexist'.
3014
3015         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3016         marks.
3017         (gnus-article-special-mark-lists): Put the `unexist' in the special
3018         marks list instead.
3019
3020         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3021         articles in the list of articles to be selected.
3022
3023         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3024         articles.
3025         (nnimap-update-info): Keep track of unexisting articles.
3026         (nnimap-update-qresync-info): Ditto.
3027
3028 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3029
3030         * message.el (message-default-send-mail-function): Made into own
3031         function for reuse by emacsbug.el.
3032
3033 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3034
3035         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3036         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3037
3038 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3039
3040         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3041         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3042
3043         * gnus-compat.el: Define `timer-set-function'.
3044
3045         * mm-decode.el (mm-display-external): Output the text from the command
3046         in the buffer after the command finished.  This makes text-based
3047         commands behave better.
3048
3049 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3050
3051         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3052
3053 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3054
3055         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3056         23.1.
3057
3058 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3059
3060         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3061
3062 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3063
3064         * message.el (smtpmail-smtp-user): Silence compiler warning.
3065
3066 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3067
3068         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3069         SMTP user name.
3070
3071 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3072
3073         * gnus-sum.el (gnus-summary-show-thread):
3074         next-single-char-property-change may return nil in XEmacs.
3075         (gnus-summary-article-map): Fix typo.
3076
3077 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3078
3079         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3080         running.
3081
3082         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3083
3084         * gnus.el (gnus-server-extend-method): Don't add an -address component
3085         if the method already has one (bug#9676).
3086
3087 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3088
3089         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3090         of an initial-input for consistency (bug#10757).
3091
3092         * dgnushack.el: Fix XEmacs compilation warning.
3093
3094         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3095
3096         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3097
3098 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3099
3100         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3101         lines that are narrower than the window width.  Otherwise background
3102         "blocks" will look less readable.
3103
3104 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3105
3106         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3107         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3108         have newlines within the strings, and where the UID comes after the
3109         BODYSTRUCTURE element (bug#10537).
3110
3111         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3112         (bug#10732).
3113
3114         * shr.el (shr-insert-document): Add doc string.
3115         (shr-visit-file): Ditto.
3116         (shr-remove-trailing-whitespace): New function.
3117         (shr-insert-document): Use it to clean up trailing whitespace as the
3118         final step (bug#10714).
3119
3120 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3121
3122         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3123         buffer if `gnus-kill-summary-on-exit' is nil.
3124
3125 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3126
3127         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3128         when just reading a single group from "without" Gnus.
3129
3130 2012-02-06  Chong Yidong  <cyd@gnu.org>
3131
3132         * gnus-sum.el (gnus-summary-show-thread):
3133         next-single-char-property-change never returns nil (Bug#8657).
3134
3135 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3136
3137         * message.el (message-multi-smtp-send-mail): New function.
3138         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3139         header to implement multi-SMTP functionality.
3140
3141         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3142         (gnus-agentize): Don't set it.
3143         (gnus-agent-send-mail): Don't use it.
3144
3145         * gnus-sum.el (gnus-summary-widget-backward): New function and
3146         keystroke.
3147
3148         * gnus-compat.el: More the compat functions more compatible.
3149
3150         * shr.el (shr-put-image): Remove underlines from sliced images.
3151         (shr-zoom-image): Compute the region to be replaced more correctly.
3152
3153 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3154
3155         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3156         (gnus-summary-resend-message-insert-gcc): New function.
3157         (gnus-summary-resend-message): Modify message-header-setup-hook and
3158         message-sent-hook to make it work for Gcc.
3159         (gnus-inews-do-gcc): Update the number of unread articles of groups
3160         that messages are Gcc'd to.
3161
3162         * message.el (message-resend): Run message-sent-hook to do Gcc.
3163
3164 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3165
3166         * lpath.el: Fix an XEmacs compilation warning.
3167
3168         * gnus-compat.el: Require `help-fns' to fix compilation error.
3169
3170         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3171         a higher level to silence compilation.
3172
3173         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3174         parameter to allow controlling the scaling.
3175
3176         * shr.el (shr-zoom-image): New command and keystroke.
3177         (shr-put-image): Take a `size' flag to say how to scale the image.
3178
3179         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3180         deletion unless already defined.
3181
3182         * gnus.el (gnus-compat): Require it.
3183
3184         * gnus-compat.el: New file.
3185
3186         * gnus-start.el (gnus-clean-old-newsrc): New function.
3187         (gnus-read-newsrc-file): Use it.
3188
3189         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3190         Use recursive deletion.
3191         (mm-dissect-archive): Add support for zip files.
3192
3193         * gnus-util.el (gnus-recursive-directory-files): New function.
3194
3195         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3196         (mm-archive-decoders): Add tgz support.
3197
3198         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3199         Otherwise inserting text into the Gnus buffer can look odd.
3200
3201         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3202
3203         * mm-archive.el (mm-archive-decoders): Add support for tar.
3204
3205         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3206
3207         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3208
3209 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3210
3211         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3212
3213         * mm-archive.el: New file.
3214
3215         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3216
3217         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3218
3219         * message.el (message-goto-*): Make all the `message-goto-*' commands
3220         push the mark before moving point.  This makes it easier to go back to
3221         where you came from after editing whatever you jumped to.
3222
3223 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3224
3225         * gnus.el: Ma Gnus v0.1 is released.
3226
3227 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3228
3229         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3230         without reconnecting.
3231         (nnimap-possibly-change-group): Ditto.
3232         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3233         connection has died before being called.
3234
3235 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3236
3237         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3238         an initial sync unless we're really doing one.
3239
3240         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3241         address parameter if one already exists (bug#9676).
3242
3243         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3244         not the prefix, as documented (bug#10689).
3245
3246 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3247
3248         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3249         the "server".
3250
3251         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3252         the real error message with the useless "previously known to be down".
3253         Which isn't even correct.
3254
3255         * nntp.el (nntp-open-connection): Report the error message if the nntp
3256         server can't be reached.
3257
3258         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3259         groups we do a total scan for.
3260         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3261         doing that.
3262
3263 2012-01-31  Jim Meyering  <jim@meyering.net>
3264
3265         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3266         Correct a comment (insert "not") and hide nominally-doubled "to".
3267
3268 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3269
3270         * gnus.el (gnus-version): Change name to "Ma Gnus".
3271
3272 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3273
3274         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3275         section in the manual.
3276
3277 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3278
3279         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3280         words.
3281         (rfc2047-encode-string): Ditto.
3282         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3283         understand folded filename="..." parameters, for instance.
3284
3285         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3286         the message for greater debuggability.
3287
3288 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3289
3290         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3291         instead of setting it locally, since the latter doesn't seem to have
3292         any effect (most of the time).
3293
3294 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3295
3296         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3297         function call.
3298
3299 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3300
3301         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3302         seconds, and make the repeat clause with HH:MM specs work as
3303         documented.
3304
3305 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3306
3307         * proto-stream.el (proto-stream-capability-open): Fall back on
3308         :end-of-command if :end-of-capability doesn't exist.
3309
3310 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3311
3312         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3313         bound globally in old Emacsen and XEmacsen.
3314
3315 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3316
3317         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3318         so that previous errors don't prohibit getting new news.
3319
3320         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3321
3322         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3323
3324 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3325
3326         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3327         buffer, not of the string which is its name.
3328
3329 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3330
3331         * proto-stream.el (proto-stream-capability-open): Wait for
3332         :end-of-capability, not :end-of-command.
3333
3334         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3335         non-server-marks groups.
3336         (gnus-group-make-articles-read): Ditto.
3337
3338         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3339         methods (bug#9676).
3340
3341         * gnus.el (gnus-method-ephemeral-p): New function.
3342
3343 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3344
3345         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3346         left-to-right.
3347
3348 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3349
3350         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3351         warning.
3352
3353 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3354
3355         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3356         macroexpand the nnir things, since they haven't been defined yet, and
3357         nnir requires gnus-sum.
3358
3359 2012-01-24  Julien Danjou  <julien@danjou.info>
3360
3361         * color.el (color-rgb-to-hsl): Fix value computing.
3362         (color-hue-to-rgb): New function.
3363         (color-hsl-to-rgb): New function.
3364         (color-clamp, color-saturate-hsl, color-saturate-name)
3365         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3366         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3367
3368 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3369
3370         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3371
3372 2012-01-19  Julien Danjou  <julien@danjou.info>
3373
3374         * color.el (color-name-to-rgb): Use the white color to find the max
3375         color component value and return correctly computed values.
3376         (color-name-to-rgb): Add missing float conversion for max value.
3377
3378 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3379
3380         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3381         logical server name in addition to the actual machine address.
3382
3383         * auth-source.el (auth-source-user-and-password): Add convenience
3384         wrapper to search by just host and optionally user.
3385
3386 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3387
3388         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3389         after rendering.
3390
3391 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3392
3393         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3394         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3395         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3396
3397 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3398
3399         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3400         (bug#9693).
3401         (gnus-summary-setup-buffer): Document return value (bug#9697).
3402
3403         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3404         since ido doesn't work on symbols (bug#9632).
3405
3406         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3407         when getting a single value as when getting all the values.  This means
3408         that atoms like `gcc-self' work cumulatively, like variable settings,
3409         instead of getting the value from the last matching clause.
3410         (gnus-group-find-parameter): Protect against the group buffer not
3411         existing (bug#9585).
3412
3413 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3414
3415         * gnus-start.el (gnus-activate-group): Document more parameters
3416         (bug#9694).
3417
3418         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3419         (bug#9692).
3420
3421         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3422         article was fetched, so that it can be expired later (bug#9958).
3423         (gnus-agent-summary-fetch-series): Add doc string.
3424         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3425         (bug#9517).
3426
3427         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3428         retrieval is happening.
3429
3430         * gnus.el (gnus-parameters): Doc fix.
3431
3432 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3433
3434         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3435         show the thread after expansion.
3436
3437 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3438
3439         * gnus-art.el (article-narrow-to-head): If the head is completely
3440         empty, narrow to the empty region (bug#9764).
3441
3442         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3443         read, and then mark them as unread only when the unread mark is used.
3444         This makes `C-- T k' actually work, even though it's confusing.
3445
3446         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3447         alive before we try to find its window.
3448
3449 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3450
3451         * mm-decode.el (mm-display-external): Use a longer timeout for the
3452         deletion to allow slow programs to display the file.
3453
3454 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3455
3456         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3457         prompt to be less confusing.
3458
3459         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3460         argument to `message-reply'.  This broke `special-display-*' frame
3461         pop-uping (bug#10238).
3462
3463 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3464
3465         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3466         systems, since these allegedly don't work there.
3467
3468 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3469
3470         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3471         live buffer.
3472
3473 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3474
3475         * nnir.el (nnir-retrieve-headers): Protect against the article not
3476         existing on the server (bug#10335).
3477
3478 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3479
3480         * gnus-agent.el (gnus-agent-load-local): Recompute
3481         gnus-agent-article-local on changing method.
3482
3483 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3484
3485         * gnus.el (gnus-parameters): Note precedence.
3486
3487 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3488
3489         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3490         in the group buffer.
3491
3492 2012-01-04  Julien Danjou  <julien@danjou.info>
3493
3494         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3495         change.
3496
3497 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3498
3499         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3500         too.
3501
3502         * nntp.el (nntp-retrieve-group-data-early): Use it.
3503
3504 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3505
3506         * nntp.el (nntp-retrieval-in-progress): New variable.
3507         (nntp-make-process-buffer): Make it buffer-local.
3508
3509         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3510         2010.
3511         (gnus-demon-init): Use it to compute the time if time is on the form
3512         "04:23".
3513
3514         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3515
3516         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3517         status in the correct buffer.
3518
3519 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3520
3521         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3522         when opening topics (bug#10407).
3523
3524 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3525
3526         * gnus-cus.el (gnus-score-customize):
3527         * gnus-sum.el (gnus-sort-gathered-threads):
3528         * message.el (message-shorten-references):
3529         * nnmairix.el (nnmairix-request-group):
3530         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
3531
3532 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3533
3534         * gnus-agent.el (gnus-agent-regenerate-group):
3535         * gnus-int.el (gnus-retrieve-group-data-early):
3536         * mm-util.el (mm-codepage-ibm-list):
3537         * nndiary.el (Commentary, nndiary-get-new-mail):
3538         * nnir.el (nnir):
3539         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
3540
3541 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3542
3543         * mm-view.el (mm-display-inline-fontify): Add comment.
3544
3545 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3546
3547         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
3548         * ntlm.el (ntlm-smb-dohash): Spelling fix.
3549
3550 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
3551
3552         * gnus-art.el (gnus-split-methods):
3553         * gnus-msg.el (gnus-configure-posting-styles):
3554         * gnus-spec.el (gnus-parse-simple-format):
3555         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3556         * message.el (message-do-actions): Spelling fix.
3557
3558 2011-12-15  Juri Linkov  <juri@jurta.org>
3559
3560         * mm-decode.el (mm-inline-media-tests): Add missing
3561         `mm-handle-media-subtype'.
3562
3563 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3564
3565         * gnus-group.el (gnus-group-tool-bar):
3566         * gnus-sum.el (gnus-summary-tool-bar):
3567         * message.el (message-tool-bar):
3568         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3569
3570 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3571
3572         * plstore.el (plstore--insert-buffer): Spelling fix.
3573
3574 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3575
3576         * message.el (message-valid-fqdn-regexp): Update with newly approved
3577         top-level domain names ".tel" and ".asia".
3578
3579 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3580
3581         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3582         unconditionally.
3583
3584 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3585
3586         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3587         pop-to-buffer-same-window for old Emacsen.
3588
3589 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3590
3591         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3592
3593 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3594
3595         * netrc.el (netrc-credentials): Spelling fix.
3596
3597 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3598
3599         * gnus-fun.el (gnus-fun-ppm-change-string):
3600         * gnus-msg.el (gnus-inews-do-gcc):
3601         * gnus-sum.el (gnus-summary-find-for-reselect):
3602         * gnus.el (gnus-summary-cancelled):
3603         * message.el (message-cancel-hook, message-send-news):
3604         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3605         * nnir.el (nnir-run-hyrex):
3606         * nntp.el (nntp-with-open-group-function):
3607         * pgg.el (pgg-pending-timers): Spelling fix.
3608
3609 2011-12-04  Chong Yidong  <cyd@gnu.org>
3610
3611         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3612         change (Bug#10200).
3613
3614 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3615
3616         * compface.el (uncompface):
3617         * gnus-art.el (gnus-article-x-face-command): Update the header format
3618         of icon data for the most recent icontopbm program.
3619
3620 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3621
3622         * gnus-msg.el (gnus-inews-do-gcc):
3623         * message.el (message-send-mail):
3624         * mml.el (mml-generate-mime): Share the value of the buffer-local
3625         `message-options' variable between a draft buffer and temprary working
3626         buffers.
3627
3628 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3629
3630         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3631
3632 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3633
3634         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3635         for Cygwin.
3636
3637 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3638
3639         * gnus-group.el (gnus-group-prepare-flat):
3640         * mm-bodies.el (mm-encode-body):
3641         * mml.el (mml-preview):
3642         * nnml.el (nnml-request-compact-group):
3643         * pop3.el (pop3-stream-type): Spelling fix.
3644
3645 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3646
3647         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3648
3649 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3650
3651         * color.el (color-rgb-to-hsl):
3652         * gmm-utils.el (gmm-tool-bar-style):
3653         * gnus-group.el (gnus-group-prepare-flat):
3654         * gnus-topic.el (gnus-topic-prepare-topic):
3655         * mm-decode.el (mm-discouraged-alternatives):
3656         * rfc2047.el (rfc2047-encode-1):
3657         * starttls.el: Spelling fix.
3658
3659 2011-11-24  Glenn Morris  <rgm@gnu.org>
3660
3661         * binhex.el (binhex-begin-line): Give it basic doc-string.
3662
3663         * starttls.el, tls.el: Fix case of "GnuTLS".
3664
3665 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3666
3667         * gnus-group.el (gnus-group-highlight): Fix typo.
3668
3669 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3670
3671         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3672         value of `delete-file', that returns nil for a local file but returns t
3673         for a remote file using ssh.
3674
3675 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3676
3677         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3678
3679 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3680
3681         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3682         avoid later breakage.
3683
3684 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3685
3686         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3687         article buffers' name.
3688
3689 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3690
3691         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3692         by Paul Eggert's spellfixes two days ago.
3693
3694 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3695
3696         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3697         doesn't have it.
3698
3699         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3700         buffer-local instead of binding them to avoid warnings.  Also demote
3701         errors (bug#10063).
3702         (font-lock-mode-hook): Shut up byte compiler.
3703
3704 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3705
3706         * mm-util.el (mm-charset-after):
3707         * nnir.el (nnir-run-hyrex):
3708         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3709         (ntlm-get-password-hashes, ntlm-md4hash):
3710         * smime.el: Fix typo.
3711
3712 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3713
3714         * gnus-agent.el (gnus-agent-expire-group-1):
3715         * nndiary.el (nndiary-last-occurence):
3716         * nnimap.el (nnimap-request-set-mark):
3717         * nnmairix.el (nnmairix-only-use-registry):
3718         * gnus-group.el (gnus-group-prepare-flat):
3719         * gnus-sum.el (gnus-decode-encoded-word-methods):
3720         * message.el (message-wash-subject):
3721         * nntp.el (nntp-retrieve-headers-with-xover):
3722         * smime.el (smime-certificate-directory): Spelling fix.
3723
3724 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3725
3726         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3727
3728         * color.el:
3729         * gnus-agent.el (gnus-agent-possibly-alter-active):
3730         * gnus-dired.el (gnus-dired-print):
3731         * mail-parse.el:
3732         * nnmairix.el (nnmairix-request-group):
3733         * shr.el (shr-image-displayer):
3734         * sieve-manage.el:
3735         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3736
3737 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3738
3739         * gnus-sum.el (gnus-auto-select-subject):
3740         * spam-report.el (spam-report-resend): Spelling fix.
3741
3742 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3743
3744         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3745         * gnus-art.el (gnus-default-article-saver):
3746         * gnus-srvr.el (gnus-server-copy-server):
3747         * gnus.el (gnus-sloppily-equal-method-parameters):
3748         * html2text.el (html2text-format-tag-list):
3749         * message.el (message-narrow-to-head):
3750         * nndiary.el:
3751         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3752         * sieve.el: Spelling fix.
3753
3754 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3755
3756         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3757         * gnus-sum.el (gnus-summary-make-menu-bar):
3758         * gnus-uu.el (gnus-uu-decode-postscript)
3759         (gnus-uu-decode-postscript-and-save):
3760         * mailcap.el (mailcap-print-command):
3761         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3762         Fix typos.
3763
3764 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3765
3766         * gnus-art.el (gnus-article-part-wrapper):
3767         * html2text.el (html2text-fix-paragraphs):
3768         * mm-decode.el (mm-image-fit-p):
3769         * rfc2047.el (rfc2047-encode-message-header):
3770         * shr-color.el (shr-color-visible-distance-min)
3771         (shr-color-relative-to-absolute, set-minimum-interval)
3772         (shr-color-visible): Fix typos.
3773
3774 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3775
3776         * gmm-utils.el (gmm-tool-bar-item):
3777         * gnus-art.el (gnus-treat-body-boundary):
3778         * gnus-diary.el (gnus-user-format-function-d):
3779         * gnus-start.el (gnus-get-unread-articles):
3780         * pgg-gpg.el (pgg-gpg-update-agent):
3781         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3782
3783 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3784
3785         * gnus-topic.el (gnus-group-prepare-topics):
3786         * gnus-uu.el (gnus-extract-view):
3787         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3788
3789 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3790
3791         * spam.el: Move BBDB autoloads.
3792         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3793         BBDB 2 and 3.
3794         (spam-check-BBDB): Use it.
3795         (spam-enter-ham-BBDB): Use it.
3796
3797 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3798
3799         * smime.el (smime-draw-buffer): Spelling fix.
3800
3801 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3802
3803         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3804         for scanning exactly one level.
3805         * gnus-start.el (gnus-get-unread-articles): Ditto.
3806
3807 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3808
3809         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3810         slightly clearer.
3811
3812 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3813
3814         * gnus-sync.el: More commentary about setup.
3815
3816 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3817
3818         * message.el (message-send-and-exit): Document `arg'.
3819
3820 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3821
3822         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3823
3824 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3825
3826         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3827
3828         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3829         we don't use `bound-and-true-p'.
3830
3831 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3832
3833         * gnus-util.el (gnus-bound-and-true-p): Remove.
3834         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3835         * nnir.el: Use it.
3836         * nnmairix.el: Use it.
3837
3838 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3839
3840         * gnus-sync.el: Improve docs about CouchDB admins.
3841
3842         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3843         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3844         for reasons unknown.
3845         * nnir.el: Use it.
3846         * nnmairix.el: Use it.
3847
3848         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3849         * nnir.el: Ditto.
3850         * nnmairix.el: Ditto.
3851
3852         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3853
3854 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3855
3856         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3857         not needed.  Provide xmlplistread list function to produce XML plist
3858         output for non-Gnus LeSync clients.
3859
3860 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3861
3862         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3863
3864         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3865         and save against it.  Group subscriptions, read marks, other marks,
3866         subscription levels, topic names, and topic offsets (the group's
3867         position within the topic) are saved.  This is an experimental backend
3868         and may change significantly.  Load json.el from the gnus-fallback-lib
3869         if it's not available otherwise.
3870         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3871
3872 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3873
3874         * message.el (message-completion-function): Make sure
3875         message-tab-body-function is not attempted if one of
3876         message-completion-alist fails to find a completion (bug#9158).
3877
3878 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3879
3880         * mml.el (mml-quote-region): Quote <#secure> tag.
3881         (mml-generate-mime-1): Unquote <#secure> tag.
3882
3883 2011-10-20  Chong Yidong  <cyd@gnu.org>
3884
3885         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3886         calling a minor mode from Lisp with nil arg enables it, so we have to
3887         make the wording a bit ambiguous here).
3888
3889 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3890
3891         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3892         * nnir.el (nnir-mode): Use it.
3893         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3894         Use it.
3895
3896         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3897         * nnmairix.el (gnus-registry-enabled): Ditto.
3898
3899 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3900
3901         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3902         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3903         only while we need to find out if it should be t or nil.
3904         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3905         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3906         the registry is installed.  Set it to nil when it's unloaded.
3907         (gnus-registry-install-p): Provide user guidance for the initial value
3908         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3909         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3910         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3911         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3912         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3913         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3914         `gnus-registry-install'.
3915
3916 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3917
3918         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3919         previous change.
3920         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3921         primary key is marked as disabled.
3922
3923 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3924
3925         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3926         primary key is marked as disabled.
3927
3928 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3929
3930         * html2text.el (html2text-clean-anchor): Check for quotes around
3931         `href' value.
3932
3933 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3934
3935         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3936         searching.  Drop `bbdb-cache'.
3937
3938 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3939
3940         * message.el (message-signed-or-encrypted-p): Exclude header when
3941         checking if there is signed or encrypted body in text/plain message.
3942
3943 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3944
3945         * html2text.el (html2text-get-attr): Correctly handle attribute values
3946         containing "=".
3947
3948 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3949
3950         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3951         handle bindings.
3952
3953 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3954
3955         * gnus-win.el (gnus-configure-windows): Protect against reading
3956         ephemeral groups outside of Gnus.
3957
3958 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3959
3960         * shr.el (shr-tag-img): Don't get images displayed in tables.
3961
3962 2011-10-03  Glenn Morris  <rgm@gnu.org>
3963
3964         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3965         the "maintainer" version of debbugs.gnu.org reports.
3966
3967 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3968
3969         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3970         make asynchronous adjacent image insertion work better.
3971
3972 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3973
3974         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3975         documentation.
3976
3977 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3978
3979         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3980         `gnus-asynchronous' isn't shadowed.
3981
3982 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3983
3984         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3985
3986         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3987         (nnimap-insert-partial-structure): The charset parameter isn't
3988         case-sensitive.
3989
3990         * nnheader.el (nnheader-message-maybe): New function.
3991
3992         * shr.el (shr-tag-table): Render totally broken tables better.
3993
3994         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3995         computing the boundary.
3996
3997 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3998
3999         * pop3.el (pop3-number-of-responses): Remove.
4000         (pop3-wait-for-messages): Rewrite to take linear time instead of
4001         exponential time.
4002
4003 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4004
4005         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4006         re-fetch images.
4007
4008         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4009         re-fetch images when hitting `g' in Gnus.
4010
4011 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4012
4013         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4014         (mml-compute-boundary): Don't check collision if it is non-nil.
4015         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4016         before checking collision.
4017
4018 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4019
4020         * message.el (message-indent-citation): Really make sure there's a
4021         newline at the end.
4022
4023         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4024         Fix suggested by John Wiegley.
4025
4026         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4027
4028         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4029
4030         * message.el (message-default-send-rename-function): Break out into its
4031         own function.
4032
4033         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4034         doesn't work under XEmacs.
4035
4036         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4037         of "imaps" to word around Windows problems.
4038         (nnimap-open-connection-1): Use it.
4039
4040         * message.el (message-indent-citation): Revert last change which made
4041         `F' not work.
4042
4043 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4044
4045         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4046         terminal as well.
4047
4048 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4049
4050         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4051         because it displays images using overlays that aren't easy to copy to
4052         the article buffer.
4053
4054 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4055
4056         * message.el (message-indent-citation): Fix empty line removal at the
4057         end of the citation.
4058
4059 2011-09-20  Julien Danjou  <julien@danjou.info>
4060
4061         * auth-source.el (auth-source-netrc-create): Use default value for
4062         password if specified.  Evaluate default.
4063         (auth-source-plstore-create): Ditto.
4064         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4065         value evaluation.
4066         (auth-source-netrc-create): Typo fix.
4067         (auth-source-plstore-create): Ditto.
4068
4069         * password-cache.el (password-cache-remove): Remove entries even if the
4070         value is nil, so that password with a nil value (negative caching) is
4071         possible to invalidate.
4072
4073         * auth-source.el (auth-source-format-cache-entry): New function.
4074
4075 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4076
4077         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4078
4079 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4080
4081         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4082
4083 2011-09-19  Julien Danjou  <julien@danjou.info>
4084
4085         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4086         which work with things that are not ASCII.
4087
4088 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4089
4090         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4091
4092 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4093
4094         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4095         message level.
4096
4097 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4098
4099         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4100
4101 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4102
4103         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4104
4105 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4106
4107         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4108         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4109
4110 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4111
4112         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4113         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4114         articles.
4115
4116 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4117
4118         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4119         (message-mail-other-window, message-mail-other-frame)
4120         (message-news-other-window, message-news-other-frame):
4121         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4122         instead of setting buffer display varibles.
4123
4124 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4125
4126         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4127
4128         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4129
4130 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4131
4132         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4133         duplicates" to a higher level.
4134
4135         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4136         most egregious messages.
4137
4138 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4139
4140         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4141
4142 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4143
4144         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4145         up the file (bug#9351).
4146
4147 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4148
4149         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4150         it does with all other backends, but decode the names immediately after
4151         getting them.
4152
4153         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4154         decoding nnimap groups.
4155
4156         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4157         newsrc file.  It doesn't seem like an important optimization any more.
4158
4159 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4160
4161         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4162         overflows.
4163
4164 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4165
4166         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4167         (gnus-interactive-exit): Extend to `quiet'.
4168
4169         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4170
4171         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4172         string.
4173
4174         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4175         renaming function arguments from `this'.
4176
4177         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4178
4179         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4180         has been renamed.
4181         (gnus-lrm-string-p): Include RLM and PDF, too.
4182
4183         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4184         (bug#9225).
4185
4186 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4187
4188         Add autoload cookies for functions used by sendmail.el.
4189         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4190
4191         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4192
4193 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4194
4195         * gnus-art.el (article-date-ut): Work properly even when there are
4196         things like Date header in the body; work for forwarded parts.
4197
4198 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4199
4200         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4201         original-article-buffer.
4202
4203 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4204
4205         * nnir.el (nnir-compose-result): Fix matching of server type.
4206         (nnir-run-swish++): Ditto.
4207         (nnir-run-namazu): Ditto.
4208         (nnir-run-notmuch): Ditto.
4209
4210 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4211
4212         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4213         (bug#9405).
4214
4215         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4216         (bug#9421).
4217
4218         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4219         (bug#9425).
4220
4221         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4222         thing (bug#9426).
4223
4224 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4225
4226         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4227         the error message.
4228
4229 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4230
4231         * message.el (message-setup-1): Return t (Bug#9392).
4232
4233 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4234
4235         * gnus-sum.el: When adding article headers to a summary buffer also
4236         update gnus-newsgroup-articles (bug#9386).
4237
4238 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4239
4240         * auth-source.el: Autoload help-mode.
4241
4242 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4243
4244         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4245         names.
4246
4247 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4248
4249         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4250         mm-replace-in-string for compatibility issues.
4251         * mml2015.el (mml2015-epg-verify): Ditto.
4252
4253 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4254
4255         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4256
4257         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4258
4259 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4260
4261         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4262         continue on and do the clean-up phase (bug#9188).
4263
4264         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4265         just ignore groups that can't be opened instead of erroring out
4266         (bug#9225).
4267
4268         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4269         nil since some many people are fuddy-duddies.
4270
4271         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4272         images.
4273
4274         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4275         instead.
4276
4277         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4278
4279         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4280
4281         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4282         processing.
4283
4284         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4285         buffer to avoid warnings.
4286
4287 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4288
4289         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4290         specified to reduce precision.
4291
4292 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4293
4294         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4295         bodystructures (bug#9314).
4296
4297 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4298
4299         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4300         Make button keymap non-sticky after buttons.
4301
4302 2011-08-18  David Engster  <dengste@eml.cc>
4303
4304         * nnmairix.el (nnmairix-request-set-mark)
4305         (nnmairix-goto-original-article): Remove adding of article to registry,
4306         since `gnus-registry-add-group' isn't available anymore.
4307         (nnmairix-determine-original-group-from-registry):
4308         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4309         available anymore.
4310
4311 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4312
4313         * starttls.el (starttls-any-program-available): Define as obsolete
4314         function.
4315
4316 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4317
4318         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4319         versions which Gnus use when appropriate.
4320
4321         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4322         a pretty destructive command.
4323
4324         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4325
4326 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4327
4328         * message.el (message-fix-before-sending): Make a different warning
4329         about NUL characters (bug#9270).
4330
4331         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4332         from custom (bug#9260).
4333
4334         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4335         things work in Emacs 22 and XEmacs, too.
4336
4337         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4338         default From.
4339
4340         * gnus-spec.el (gnus-lrm-string-p): New macro.
4341         (gnus-lrm-string): New constant.
4342         (gnus-summary-line-format-spec): LRM-ify the from.
4343         (gnus-tilde-max-form): LRM-ify string chopping.
4344
4345         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4346
4347         * message.el (message-is-yours-p): Allow disabling canlock checking
4348         (bug#9295).
4349         (message-shoot-gnksa-feet): Add `canlock-verify'.
4350         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4351         message directory isn't writable (bug#9304).
4352
4353         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4354         non-world-readable.
4355
4356 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4359         articles.
4360
4361 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4362
4363         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4364         copy-list.
4365
4366 2011-08-12  Sam Steingold  <sds@gnu.org>
4367
4368         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4369         in the reverse order to avoid modifying the cache with `nreverse'.
4370         (gnus-all-score-files): Do not modify the value returned by
4371         `gnus-score-find-alist' because it lives in a cache variable.
4372         (gnus-current-home-score-file): No need to `nreverse' the return value
4373         of `gnus-score-find-alist', it is already in the correct order.
4374
4375 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4376
4377         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4378         type MESSAGE and subtype RFC822 is slightly different from those of
4379         type TEXT.
4380
4381 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4382
4383         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4384         This allows article-referral to work from an nnir group.
4385
4386 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4387
4388         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4389
4390 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4391
4392         * mml1991.el (mml1991-epg-find-usable-key)
4393         (mml1991-epg-find-usable-secret-key): New function.
4394         (mml1991-epg-sign): Check if signing key is usable.
4395         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4396
4397 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4398
4399         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4400         server-variables only.  This should fix a bug introduced with commit
4401         e1889675b7f4adf057833c5513c9374134c4e053.
4402         (nnir-run-query): 'nnir-search-engine should not be set from the global
4403         environment.
4404
4405 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4406
4407         * nnir.el (nnir-search-thread): Position point on referring article
4408         line.
4409         (nnir-warp-to-article): Clean up summary buffers.
4410
4411         * nnimap.el (nnimap-request-thread): Whitespace fix.
4412
4413 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4414
4415         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4416
4417 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4418
4419         * starttls.el (starttls-available-p): Rename from
4420         `starttls-any-program-available' and changed return convention.
4421
4422 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4423
4424         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4425         `unix-sync' unless it's defined.
4426
4427 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4428
4429         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4430         `aref' for XEmacs compatibiltiy.
4431
4432 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4433
4434         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4435
4436 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4437
4438         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4439         closures, quote the form properly (bug#9194).
4440
4441 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4442
4443         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4444         (gnus-summary-insert-new-articles): Protect against servers that are
4445         down.
4446
4447 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4448
4449         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4450         in mm handle if none is specified.
4451
4452 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4453
4454         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4455
4456 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4457
4458         * nnir.el (nnir-search-thread): New function to make an nnir group
4459         based on a thread query.
4460
4461         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4462         of nnir in thread referral.
4463         (gnus-summary-refer-thread): Use it.
4464
4465         * nnimap.el (nnimap-request-thread): Use it.
4466
4467 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4468
4469         * shr.el (shr-tag-comment): Ignore HTML comments.
4470
4471 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4472
4473         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4474         argument.
4475         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4476         Use `nnir-address' to handle server info rather than passing an arg.
4477
4478         * nnimap.el (nnimap-make-thread-query): New utility function to format
4479         an imap thread search query.
4480         (nnimap-request-thread): Use it.
4481
4482         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4483         right select-method if we are not going back to the group buffer.
4484
4485 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4486
4487         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4488         enter invalid buffer configurations into the quit form (bug#9107).
4489         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4490         unplugged/plugged.
4491
4492         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4493         keep track of which ones are unread (bug#9061).
4494
4495         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4496         (bug#9055).
4497
4498         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4499         (bug#9041).
4500
4501         * gnus-html.el (mm-util): Require (bug#9073).
4502
4503         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4504         (gnus-summary-refer-thread): Use it to remove duplicates in the
4505         un-threaded view (bug#9053).
4506         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4507
4508 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4509
4510         * nnir.el (nnir-read-server-parm): Use default value from global
4511         variable.  Without this the default search engine parameters aren't
4512         used at all.
4513
4514 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4515
4516         * message.el (message-unique-id): Don't use the undocumented return
4517         value from (random t) (bug#9118).
4518
4519 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4520
4521         * message.el (message-auto-save-directory): If the ~/Mail directory
4522         doesn't exist, use ~ as the auto-save directory (bug#4432).
4523
4524         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4525         hasn't already been started.
4526
4527 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4528
4529         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4530
4531         * message.el (message-reply): Work around mysterious bug where
4532         `message-mode' seems to overwrite the locally bound `subject' variable.
4533
4534 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4535
4536         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4537         correct group.
4538
4539         * gnus-int.el (gnus-request-thread): Add group argument.
4540
4541         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4542
4543 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4544
4545         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
4546
4547         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4548         renamed to `debbugs-gnu-*'.
4549
4550 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4551
4552         * plstore.el: Revert the editing feature since it is not urgent.
4553         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4554         (plstore-mode-decoded): Remove.
4555
4556 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4557
4558         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4559         isn't very interesting any more, and it leaks potentially secret data.
4560         (gnus-debug): Remove.
4561
4562         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4563         use of :custom-show.
4564
4565 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4566
4567         * plstore.el: Add documentation.
4568         (plstore-mode): New mode to edit plstore file.
4569         (plstore-mode-toggle-display, plstore-mode-original)
4570         (plstore-mode-decoded): New command.
4571         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4572         (plstore--insert-buffer, plstore--make): New function.
4573         (plstore-open, plstore-save): Simplify by using them.
4574
4575 2011-07-06  Glenn Morris  <rgm@gnu.org>
4576
4577         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4578
4579 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4580
4581         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4582         no longer is much used.
4583         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4584         Articles".
4585
4586 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4587
4588         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4589         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4590         `notmuch' backend.
4591
4592 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4593
4594         * mm-decode.el (mm-text-html-renderer): Doc fix.
4595
4596         * gnus-msg.el (gnus-bug): Fix the MML tag.
4597
4598         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4599
4600 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4601
4602         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4603         secondary methods if started with `gnus-no-server'.
4604
4605 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4606
4607         * message.el (message-return-action): Fix typo in docstring.
4608
4609 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4610
4611         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4612         bug reports at once.
4613
4614         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4615
4616 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4617
4618         * nndraft.el: Require gnus-group.
4619         (nndraft-request-list): Declare.
4620
4621         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4622         no unread article unless it matches gnus-permanently-visible-groups.
4623
4624         * nndraft.el (nndraft-update-unread-articles): New function.
4625         (nndraft-request-associate-buffer): Use it to update the number of
4626         unread articles for the nndraft groups in the group buffer when saving
4627         or killing a draft message.
4628
4629 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4630
4631         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4632         systems to binary before writing and reading the mbox files.
4633
4634         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4635         instead of trying to list them all (bug#8978).
4636
4637 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4638
4639         * pop3.el (pop3-open-server): Use :end-of-capability.
4640
4641 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4642
4643         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4644         the id is always a number.
4645
4646         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4647
4648         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4649         debbugs mode, if possible.
4650
4651 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4652
4653         * auth-source.el (auth-source-token-passphrase-callback-function):
4654         Reindent.
4655         (epg-context-operation): Remove unnecessary autoload.
4656
4657 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4658
4659         * gnus.el (gnus-list-debbugs): New command.
4660
4661         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4662         mboxstat instead of the maintbox, since the stat seems to be fuller.
4663
4664         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4665         summary buffers.
4666
4667         * message.el (message-get-reply-headers): Delete all duplicates,
4668         instead of the first.
4669         (message-get-reply-headers): Ensure that we have progress while
4670         deleting duplicates.
4671
4672         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4673         gnus-posting-style value from the summary buffer to make it easier to
4674         make that a per-buffer conf.
4675
4676 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4677
4678         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4679         found by setting `shortcut' in 'query.
4680         (nnir-request-article): Use `shortcut' setting when requesting article
4681         by Message-ID.
4682
4683 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4684
4685         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4686         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4687         Bring the pseudo-headers back too.
4688
4689 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4690
4691         * auth-source.el (auth-source-token-passphrase-callback-function):
4692         Simplify and remove EPA dependency.
4693
4694 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4695
4696         * nnir.el (nnir-request-article): Fix error message text.
4697
4698 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4699
4700         * auth-source.el (plstore-delete): Autoload.
4701         (auth-source-plstore-search): Support delete operation.
4702         * plstore.el (plstore-delete): New function.
4703
4704 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4705
4706         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4707         mark actually existing articles as unread rather than the ones that
4708         active asserts.
4709
4710 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4711
4712         * nntp.el (nntp-record-command):
4713         * gnus-util.el (gnus-message-with-timestamp-1):
4714         Use format-time-string rather than decoding time stamps by hand.
4715         This is simpler and insulates the code from potential changes to
4716         current-time format.
4717
4718 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4719
4720         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4721
4722 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4723
4724         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4725         (plstore-save): Support public key encryption.
4726         (plstore--init-from-buffer): New function.
4727         (plstore-open): Use it; fix error when opening a non-existent file.
4728         (plstore-revert): Use plstore--init-from-buffer.
4729
4730 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4731
4732         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4733
4734 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4735
4736         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4737         for old Emacsen.
4738
4739 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4740
4741         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4742         is not fully working.
4743
4744 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4745
4746         * dgnushack.el: Autoload sha1 on XEmacs.
4747
4748         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4749         quit window configuration.
4750
4751         * auth-source.el (epg-context-set-passphrase-callback):
4752         Remove duplicate autoload.
4753
4754 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4755
4756         * nnir.el (nnir-request-article): Allow requesting articles by
4757         Message-ID with nnimap.
4758
4759         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4760         current server.
4761
4762 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4763
4764         * auth-source.el: Autoload EPA/EPG functions.
4765         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4766         changed when EPA/EPG is not available.
4767         (auth-source-backend): Rename "arg" member to "data".
4768         (auth-source-backend-parse, auth-source-plstore-search)
4769         (auth-source-plstore-create): Use it.
4770
4771 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4772
4773         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4774         `gnus-refer-article-methods'.
4775
4776 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4777
4778         * auth-source.el: Require EPA and EPG.
4779         (auth-source-passphrase-alist): New variable.
4780         (auth-source-passphrase-callback-function)
4781         (auth-source-token-passphrase-callback-function): Callbacks for the
4782         netrc field encryption (GPG tokens).
4783         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4784         Symmetric encryption and decryption of the netrc GPG tokens.
4785         (auth-source-netrc-normalize): Use them, simplifying the closure.
4786
4787 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4790         is available.
4791
4792 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4793
4794         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4795         non-nil, and `nnimap-split-methods' is nil, use the former.
4796
4797 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4798
4799         * plstore.el (plstore-revert): New function.
4800         (plstore-open): Use it; hide the buffer from user.
4801
4802 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4803
4804         * auth-source.el (auth-source-backend): New member "arg".
4805         (auth-source-backend-parse): Handle new backend 'plstore.
4806         * plstore.el: New file.
4807
4808 2011-06-30  Glenn Morris  <rgm@gnu.org>
4809
4810         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4811
4812 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4813
4814         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4815         expiring articles to.
4816
4817         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4818         variations as ASCII (bug#5458).
4819
4820 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4821
4822         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4823
4824 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4825
4826         * message.el (message-point-in-header-p): Tweak the function to default
4827         to saying that we're not in the headers if there is no separator at
4828         all.  This makes it possible to use the Message version of `M-q' in
4829         buffers with no headers (bug#7987).
4830         (message-point-in-header-p): Fix last checkin to work with an empty
4831         mail-header-separator, too.
4832
4833         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4834         again, save the choice via customize.
4835
4836 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4837
4838         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4839
4840         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4841         ended the connection, bail out before waiting infinitely on a new
4842         connection.
4843
4844 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4845
4846         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4847         reports.
4848
4849         * gnus.el (gnus-bug-package): Use "gnus."
4850         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4851
4852 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4853
4854         * dgnushack.el: Make the timer warning go away on XEmacs.
4855
4856         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4857         animations going on at article exit time.
4858
4859         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4860         since removing it breaks people upgrading.
4861
4862         * shr.el (shr-put-image): Use the new interface for animating images.
4863         (shr-put-image): Animate for 60 seconds.
4864
4865         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4866         avoid compiler warnings.
4867
4868         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4869         error with `find-file-hooks' on Emacs 22.
4870         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4871         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4872         on all architectures.
4873
4874         * spam.el (spam-stat): Require in a normal fashion without binding
4875         `spam-stat-install-hooks' to avoid compilation warnings.
4876
4877         * spam-stat.el (spam-stat-install-hooks): Remove.
4878         (spam-stat-install-hooks): Don't run automatically.
4879
4880 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4881
4882         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4883         and keystroke.
4884
4885 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4886
4887         * auth-source.el (auth-source-netrc-cache): Move forward.
4888
4889 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4890
4891         * proto-stream.el (proto-stream-open-starttls): Use
4892         `gnutls-available-p' to see whether we have built-in support.
4893
4894         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4895         we already know.
4896         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4897         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4898
4899 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4900
4901         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4902         %S format, since that looks odd.
4903         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4904         file, especially when saving.
4905
4906 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4907
4908         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4909         article found.
4910
4911 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4912
4913         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4914         `auth-source-save-secrets' with a more sensitive alist that can be
4915         configured per file.  Experimental, so defaults to 'never.
4916         (auth-source-netrc-create): Use it.  Still experimental code.
4917         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4918         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4919
4920 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4921
4922         * auth-source.el (auth-source-save-secrets): New variable to control if
4923         secret tokens should be saved encrypted.
4924         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4925         to `auth-source-netrc-normalize'.
4926         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4927         on the EPA variables being defined.
4928         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4929         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4930         the lexical-let closure.
4931         (auth-source-netrc-create): Create "gpg:" tokens according to
4932         `auth-source-save-secrets'.
4933
4934 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4935
4936         * gnus-group.el (gnus-group-update-group): Add new argument
4937         `info-unchanged' that stops updating dribble buffer.
4938
4939         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4940         deletes lines matching to it in dribble buffer.
4941
4942         * gnus-agent.el (gnus-agent-fetch-group-1):
4943         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4944         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4945         * gnus-start.el (gnus-group-change-level):
4946         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4947
4948         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4949         if newsgroup info is not changed.
4950
4951         * gnus-group.el (gnus-group-get-new-news-this-group):
4952         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4953         Don't update dribble buffer.
4954
4955 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4956
4957         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4958         remove entries with groups we ignore.
4959
4960 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4961
4962         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4963         the underline comes at the bottom.
4964
4965 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4966
4967         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4968         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4969         (gnus-registry-article-marks-to-names): Rename from
4970         `gnus-registry-user-format-function-M2'.
4971
4972 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4973
4974         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4975         ephemeral group.
4976
4977 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4978
4979         * shr.el (shr-browse-image): Copy the URL if called interactively.
4980
4981 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4982
4983         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4984         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4985         done, then unselected articles may be marked as read.
4986
4987         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4988         since not doing this seems to lead to a race condition in pop3-logon.
4989
4990         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4991         so that the call chain it correct when we call "upwards".
4992
4993         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4994         in read-only groups.
4995
4996         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4997
4998         * message.el (message-cite-reply-position): Doc string fix.
4999
5000         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5001         avoid regexp overflow.
5002         (nnimap-transform-split-mail): Ditto.
5003
5004         * pop3.el (pop3-retr): Error out if the server closes the connection.
5005
5006 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5007
5008         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5009         mm-with-unibyte-current-buffer.  The buffer should not contain any
5010         multibyte chars anyway at this stage.
5011
5012 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5013
5014         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5015         at the end of lines.
5016
5017 2011-05-29  Julien Danjou  <julien@danjou.info>
5018
5019         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5020
5021 2011-05-27  Glenn Morris  <rgm@gnu.org>
5022
5023         * gnus-group.el (gnus-bug-group-download-format-alist):
5024         Use the "maintainer" version of debian reports as well.
5025
5026 2011-05-26  Glenn Morris  <rgm@gnu.org>
5027
5028         * gnus-group.el (gnus-bug-group-download-format-alist):
5029         Use the "maintainer" version of debbugs.gnu.org reports.
5030
5031 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5032
5033         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5034
5035 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5036
5037         * gnus-cus.el (gnus-agent-customize-category):
5038         * gnus-delay.el (gnus-delay-send-queue):
5039         * gnus.el (gnus-other-frame):
5040         Don't quote lambda expressions with `quote'.
5041
5042 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5043
5044         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5045         the thread moves us backwards and so we loop forever.
5046
5047 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5048
5049         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5050         whitespace in base64 data lines.
5051
5052 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5053
5054         * gnus-registry.el (gnus-registry-user-format-function-M):
5055         Use `mapconcat'.
5056         (gnus-registry-user-format-function-M2): Use to see the full text of
5057         the marks.  Make "," the mark text separator.
5058
5059         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5060         authentication with auth-source.
5061
5062 2011-05-17  Glenn Morris  <rgm@gnu.org>
5063
5064         * gnus-group.el (gnus-import-other-newsrc-file):
5065         Use insert-file-contents.
5066
5067 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5068
5069         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5070         1000 iterations.
5071
5072 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * nntp.el (nntp-open-connection): Check if process-type is available.
5075
5076 2011-05-16  Julien Danjou  <julien@danjou.info>
5077
5078         * shr.el (shr-tag-del): Add support for del tag.
5079
5080 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5081
5082         * gnus-html.el (gnus-html-put-image): Register a displayer.
5083
5084         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5085
5086 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5087
5088         * registry.el (prune-factor): New initialization parameter defaulting
5089         to 0.1.
5090         (registry-prune-hard): Use it.
5091
5092         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5093         0.1 expicitly.
5094
5095 2011-05-13  Glenn Morris  <rgm@gnu.org>
5096
5097         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5098         is bound, since this function requires sendmail.
5099
5100 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5101
5102         * registry.el (registry-usage-test): Disable pruning test.
5103
5104 2011-05-11  David Engster  <dengste@eml.cc>
5105
5106         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5107         Bind set-network-process-option for XEmacs.
5108
5109 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5110
5111         * registry.el (registry-prune-hard-candidates)
5112         (registry-prune-soft-candidates): Helper methods for registry pruning.
5113         (registry-prune): Use them.  Make the sort function optional.
5114
5115 2011-05-10  Jim Meyering  <meyering@redhat.com>
5116
5117         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5118
5119 2011-05-10  Julien Danjou  <julien@danjou.info>
5120
5121         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5122         symbol and not a list.
5123
5124 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5125
5126         * gnus-art.el (gnus-article-mode): Move binding of
5127         shr-put-image-function here from gnus-article-prepare-display.
5128
5129         * shr.el (shr-put-image-function): New variable.
5130         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5131         (shr-put-image): Return scaled image.
5132
5133         * gnus-art.el (gnus-shr-put-image): New function.
5134         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5135
5136         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5137         original ones, as deletable.
5138
5139 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5140
5141         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5142
5143 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5144
5145         * registry.el (registry-full): Add convenience method.  Fix logic.
5146         (registry-insert): Use it.  Fix logic here too.
5147
5148         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5149         `registry-prune' if `registry-full' returns t.
5150         (gnus-registry-handle-action)
5151         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5152         (gnus-registry-usage-test): Use it.
5153
5154 2011-05-07  Julien Danjou  <julien@danjou.info>
5155
5156         * shr.el (shr-link): Make shr-link inherit from link by default.
5157
5158 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5159
5160         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5161
5162 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5163
5164         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5165         error out because the face is not a list.
5166
5167 2011-05-05  Glenn Morris  <rgm@gnu.org>
5168
5169         * proto-stream.el (gnutls-negotiate): Fix declarations.
5170
5171         * gnus-start.el (gnus-propagate-marks): Declare.
5172
5173 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5174
5175         * registry.el (registry-reindex): Fix percentage message.
5176
5177         * proto-stream.el (network-stream-open-starttls): Adjust to call
5178         `gnutls-negotiate' with :process and :hostname arguments.
5179
5180 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5181
5182         * shr.el: Add shr-link face for links.
5183         (shr-urlify): Use it.
5184
5185         * registry.el (registry-insert): Make error message more helpful.
5186
5187 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5188
5189         * gnus-html.el (gnus-html-schedule-image-fetching):
5190         Use url-queue-retrieve, if it exists.
5191
5192         * shr.el (shr-tag-img): Ditto.
5193
5194         * gnus.el: Autoload more gnus-agent functions.
5195
5196         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5197         agent if we haven't already (bug#8502).
5198
5199         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5200         into the Agent, too.
5201
5202         * gnus-agent.el (gnus-agent-store-article): New function.
5203
5204         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5205         and moved from that file for reuse.
5206
5207         * pop3.el (pop3-open-server): Error messages are "-ERR".
5208
5209 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5210
5211         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5212         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5213
5214 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5215
5216         * gnus.el: No Gnus v0.17 is released.
5217
5218 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5219
5220         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5221         buffer has moved to a different frame.
5222
5223 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5224
5225         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5226         to get the conversion from unibyte to multibyte buffers to work on
5227         Emacs 22.
5228
5229         * nntp.el (nntp-request-article): Slight clean-up.
5230
5231 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5232
5233         * shr.el (shr-strike-through): New face.
5234         (shr-tag-s): Use it to provide <s> support.
5235         (shr-tag-s): Remove duplicate definition.
5236
5237 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5238
5239         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5240         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5241
5242 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5243
5244         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5245         `gnutls-negotiate'.
5246         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5247
5248 2011-04-23  Glenn Morris  <rgm@gnu.org>
5249
5250         * gnus-sum.el (gnus-extra-headers): Bump :version.
5251
5252 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5253
5254         * shr.el (shr-tag-sup): New function.
5255         (shr-tag-sub): Ditto.
5256
5257 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5258
5259         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5260         for the case where `gnus-registry-ignored-groups' is a list of lists,
5261         and don't call `gnus-parameter-registry-ignore' otherwise.
5262
5263 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5264
5265         * nnimap.el (nnimap-user): New backend variable.
5266         (nnimap-open-connection-1): Use it.
5267         (nnimap-credentials): Accept user parameter so it's explicit what user
5268         name is desired.
5269
5270         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5271         default.
5272
5273         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5274         not gnus-registry.el.
5275
5276         * gnus-registry.el: Mention in comments how to modify
5277         `gnus-extra-headers' for proper recipient tracking and that it may
5278         already have To and Cc recently, which it does as of this commit.
5279         (gnus-registry-ignored-groups): Remove defcustom.
5280         Explain why in comments.
5281         (gnus-registry-action): Fix data-header reference to use the extra
5282         headers.  Explain in package commentary how to add To and Cc headers to
5283         the gnus-extra-headers.
5284         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5285         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5286         parameter list or a string list in `gnus-registry-ignored-groups'.
5287         Fix logic error.
5288
5289 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5290
5291         * shr.el (shr-expand-url): Protect against null urls.
5292
5293 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5294
5295         * shr.el (shr-base): New binding.
5296         (shr-tag-base): Keep track of <base>.
5297         (shr-expand-url): New function used throughout.
5298
5299 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5300
5301         * gnus-registry.el
5302         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5303         (gnus-registry-ignored-groups): New variable.
5304         (gnus-registry-ignore-group-p): Use it.
5305         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5306         set the destination group to nil (same as delete) if it's ignored.
5307
5308 2011-04-20  David Engster  <dengste@eml.cc>
5309
5310         * tests/gnustest-nntp.el: New file for simple NNTP testing.
5311
5312         * Makefile.in (test-nntp): New rule.
5313         (check): Add it.
5314         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
5315
5316 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5317
5318         * gnus-registry.el (gnus-registry-action)
5319         (gnus-registry-fetch-header-fast):
5320         Don't use mail-header that looks an internal function of mailheader.el.
5321
5322 2011-04-19  Glenn Morris  <rgm@gnu.org>
5323
5324         * time-date.el (time-to-days): Remove unused local variables.
5325
5326 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5327
5328         * gnus-registry.el: Eliminate cl functions.
5329         (gnus-registry-sort-addresses): New function that replaces mapcan.
5330         (gnus-registry-action, gnus-registry-spool-action)
5331         (gnus-registry-split-fancy-with-parent)
5332         (gnus-registry-fetch-recipients-fast): Use it.
5333         (gnus-registry-import-eld): Replace delete* with dolist + delq.
5334
5335         * registry.el (initialize-instance, registry-lookup)
5336         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5337         (registry-lookup-secondary-value, registry-search, registry-delete)
5338         (registry-insert, registry-reindex, registry-size, registry-prune):
5339         Use eval-and-compile.
5340
5341 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5342
5343         * registry.el (registry-reindex): New method to recreate the secondary
5344         registry indices.
5345
5346         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5347         tracked field changes.
5348         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5349         (gnus-registry-action, gnus-registry-spool-action)
5350         (gnus-registry-handle-action)
5351         (gnus-registry--split-fancy-with-parent-internal)
5352         (gnus-registry-split-fancy-with-parent)
5353         (gnus-registry-register-message-ids): Add recipient tracking on spool,
5354         move, and delete actions, and for fancy splitting with parent.
5355         (gnus-registry-extract-addresses)
5356         (gnus-registry-fetch-recipients-fast)
5357         (gnus-registry-fetch-header-fast): Convenience functions.
5358         (gnus-registry-misc-test): ERT test of
5359         `gnus-registry-extract-addresses'.
5360
5361 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
5362
5363         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5364         Track by subject first, then sender.
5365
5366 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5367
5368         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5369
5370         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5371         Lisp.
5372
5373         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5374         (gnus-draft-send): Use it to avoid popping
5375         up frames from gnus-group-send-queue.
5376
5377 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5378
5379         * gnus-registry.el: Updated gnus-registry docs.
5380
5381 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5382
5383         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5384         Fix logic bug.
5385         (gnus-registry-post-process-groups): Fix logging of no results and
5386         quote sender and subject.
5387
5388 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5389
5390         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
5391         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
5392         gnutls-cli are too slow to be done opportunistically.
5393
5394         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5395         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5396         we had no early-data returned.
5397         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5398         two async commands to the same server at the same time.
5399
5400 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5401
5402         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5403
5404 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5405
5406         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5407         "warning" level.
5408
5409         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5410         (mm-url-insert-file-contents): Don't set the package names.
5411
5412 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5413
5414         * gnus-registry.el (gnus-registry-action): Remove properties and
5415         simplify subject in `gnus-registry-handle-action'.
5416         (gnus-registry-spool-action): Get subject and sender from message if
5417         they are not passed in.
5418         (gnus-registry-handle-action): Remove properties and simplify subject
5419         consistently.
5420
5421 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5422
5423         * registry.el: Require CL before using defmacro*.
5424
5425 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5426
5427         * gnus-art.el (article-treat-date): Assume that
5428         gnus-article-date-headers may be a group parameter.
5429
5430 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5431
5432         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5433
5434         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5435         interactively so the newsrc file can contain foreign groups too.
5436         Useful for debugging but not much for users.
5437
5438 2011-04-07  David Engster  <dengste@eml.cc>
5439
5440         * registry.el (registry-usage-test): Only do
5441         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5442         lexical binding.
5443
5444 2011-04-07  David Engster  <dengste@eml.cc>
5445
5446         * Makefile.in (check, test-registry): New rules for test-suite.
5447
5448 2011-04-06  David Engster  <dengste@eml.cc>
5449
5450         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5451         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5452
5453 2011-04-06  David Engster  <dengste@eml.cc>
5454
5455         * registry.el (initialize-instance): Change :after to :AFTER to be
5456         compatible with old EIEIO version in XEmacs.
5457
5458 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5459
5460         * gnus-registry.el (gnus-registry-post-process-groups)
5461         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5462         and provide better messaging.
5463
5464 2011-04-06  David Engster  <dengste@eml.cc>
5465
5466         * Makefile.in (fail-on-warning): New rule to compile with warnings as
5467         errors.
5468
5469         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
5470         dgnushack-compile with error-on-warn enabled, and to signal an error if
5471         clean compilation failed.
5472         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
5473         with `byte-compile-error-on-warn'.  Return nil if errors occured.
5474
5475 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5476
5477         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5478         unconditionally anyway, discarding errors.
5479         (gnus-registry-delete-entries): New convenience function.
5480         (gnus-registry-import-eld): Import from old .eld registry.
5481
5482         * registry.el: Don't use ERT if it's not available.  Load it
5483         unconditionally anyway, discarding errors.
5484
5485         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5486         version from the Claudio Bley GnuTLS patch (extra optional parameters
5487         and host name).
5488
5489 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5490
5491         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5492         fixup the parameters that can be customized by the user between
5493         save/read cycles.
5494         (gnus-registry-read): Use it.
5495         (gnus-registry-make-db): Use it.
5496         (gnus-registry-spool-action, gnus-registry-handle-action):
5497         Fix messaging.
5498         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5499         Map references to actual group names with sender and subject tracking.
5500         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5501         (gnus-registry-usage-test): Add subject lookup test.
5502
5503         * registry.el (registry-db, initialize-instance): Set up constructor
5504         instead of :initform arguments for the sake of older Emacsen.
5505         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5506         pre-lexbind merge bug.
5507         (registry-usage-test): Use it.
5508         (initialize-instance, registry-db): Move the non-function initforms
5509         back to the class definition.
5510
5511 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5512
5513         * registry.el: New library to manage gnus-registry-style data.
5514
5515         * gnus-registry.el: Use it (major rewrite).
5516
5517         * nnregistry.el: Use it.
5518
5519         * spam.el: Use it.
5520
5521 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5522
5523         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5524         marks on non-selected articles.
5525
5526 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5527
5528         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5529         parameter to open-protocol-stream.
5530
5531 2011-04-01  Julien Danjou  <julien@danjou.info>
5532
5533         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5534         fundamental-mode.
5535
5536 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5537
5538         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5539         servers.
5540
5541 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5542
5543         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5544         made marks not propagate, again.
5545
5546 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5547
5548         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5549         Make this the default type.
5550         (proto-stream-open-plain): Rename from proto-stream-open-default.
5551         (open-protocol-stream, proto-stream-open-starttls)
5552         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5553         with `plain'.
5554
5555         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5556         value.
5557
5558         * nntp.el (nntp-open-connection-function): Document the fact that some
5559         values are not functions but are instead handled specially.
5560         Recognize nntp-open-plain-stream value.
5561         (nntp-open-connection): Recognize that value.
5562
5563 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5564
5565         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
5566         where it seems to be needed.
5567
5568 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5569
5570         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5571         stuff.
5572
5573         * gnus-score.el (gnus-score-string): Fix calling convention of
5574         `gnus-simplify-buffer-fuzzy' after last patches.
5575
5576         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5577         server for articles we didn't get any headers for.  This is a sanity
5578         check.
5579
5580 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5581
5582         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5583         new CAPABILITY, use it.
5584
5585 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5586
5587         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5588         downloading anything.
5589
5590         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5591
5592 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5593
5594         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5595         colors.
5596         (gnus-splash-svg-color-symbols): New function.
5597
5598 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5599
5600         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5601         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5602         (gnus-simplify-subject-fuzzy): Use the local
5603         gnus-simplify-subject-fuzzy-regex instead of the global one.
5604         This makes using this variable in group parameters work.
5605
5606 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5607
5608         * gnus-registry.el (gnus-registry-unfollowed-groups):
5609         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5610         archive:sent-YYYY-MM-DD groups).
5611         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5612         tracking if there are more than `gnus-registry-max-track-groups'
5613         matches.
5614
5615 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5616
5617         * message.el (message--yank-original-internal): New function to do the
5618         insertion cleanly inside eval in `message-yank-original'.
5619         (message-yank-original): Use it.
5620
5621 2011-03-29  Julien Danjou  <julien@danjou.info>
5622
5623         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5624         local variables disabled rather than `normal-mode'.
5625
5626 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5627
5628         * imap.el (imap-shell-open, imap-process-connection-type):
5629         Use imap-process-connection-type for 'shell' streams as well as
5630         Kerberos, SSL, other subprocesses.
5631
5632 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5633
5634         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5635         with open-network-stream.
5636         (proto-stream-always-use-starttls): Option removed.
5637         (open-protocol-stream): Return a process object by default.  Provide a
5638         new parameter :return-list specifying a list-type return value, which
5639         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5640         :type `network' to `try-starttls', and `network-only' to `default'.
5641         Make `default' the default, for compatibility with open-network-stream.
5642         Handle the no-parameter case exactly as open-network-stream, with no
5643         additional stream processing.  Search plists using plist-get.
5644         Explicitly add :end-of-commend parameter if it is missing.
5645         (proto-stream-open-default): Rename from
5646         proto-stream-open-network-only.  Return 'default as the type.
5647         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5648         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5649         failed.  Always return a list with a (possibly dead) process as the
5650         first element, for compatibility with open-network-stream.
5651         (proto-stream-open-tls): Use plist-get.  Always return a list.
5652         (proto-stream-open-shell): Return `default' as connection type.
5653         (proto-stream-capability-open): Use plist-get.
5654         (proto-stream-eoc): Function deleted.
5655
5656         * nnimap.el (nnimap-stream, nnimap-open-connection)
5657         (nnimap-open-connection-1): Handle renaming of :type parameter for
5658         open-protocol-stream.
5659         (nnimap-open-connection-1): Pass a :return-list parameter
5660         open-protocol-stream to obtain a list return value.  Parse this list
5661         using plist-get.
5662
5663         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5664         for open-protocol-stream.  Accept open-protocol-stream return value
5665         that is a subprocess object instead of a list.  Handle the case of a
5666         dead returned process.
5667
5668 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5669
5670         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5671
5672         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5673
5674 2011-03-21  Julien Danjou  <julien@danjou.info>
5675
5676         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5677         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5678         query.
5679         (mm-inline-text): Render normal text with fontification whenever
5680         possible.
5681
5682         * gnus-sum.el (gnus-summary-save-parts-1):
5683         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5684         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5685         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5686         Use `mm-handle-filename'.
5687
5688         * mm-util.el (mm-handle-filename): New function, return the filename of
5689         an handle.
5690
5691 2011-03-18  Julien Danjou  <julien@danjou.info>
5692
5693         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5694         (gnus-buffer-live-p): Check that buffer is not nil.
5695
5696 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5697
5698         * gnus.el: No Gnus v0.15 is released.
5699
5700 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5701
5702         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5703         avoid warning on XEmacs.
5704
5705         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5706         on XEmacs.
5707
5708         * gnus-art.el: Require mouse, which the build bot seems to say is
5709         needed.
5710
5711         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5712
5713         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5714         XEmacs, since it doesn't have url-retrieve-synchronously.
5715
5716         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5717         since assoc-string doesn't exist in XEmacs.
5718
5719 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5720
5721         * gnus-group.el (gnus-group-list-ticked): New function.
5722         (gnus-group-make-menu-bar): Provide a menu entry for it.
5723         (gnus-group-list-map): Provide a binding for it.
5724
5725 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5726
5727         * shr.el (shr-visit-file): New command.
5728
5729         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5730
5731 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5732
5733         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5734         servers.
5735
5736 2011-03-16  Julien Danjou  <julien@danjou.info>
5737
5738         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5739         inline.
5740
5741         * gnus-art.el (article-hide-list-identifiers):
5742         Use gnus-group-get-list-identifiers.
5743
5744         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5745         (gnus-summary-remove-list-identifiers):
5746         Use gnus-group-get-list-identifiers to get regexp.
5747         (gnus-select-newsgroup, gnus-summary-insert-subject)
5748         (gnus-summary-insert-articles):
5749         Call gnus-summary-remove-list-identifiers unconditionally.
5750
5751 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5752
5753         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5754         we're selecting a group with unread articles.
5755
5756         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5757
5758         * gssapi.el: New file separated out from imap.el to provide a general
5759         Kerberos 5 connection facility for Emacs.
5760
5761         * message.el (message-elide-ellipsis): Document the format spec
5762         ellipsis.
5763
5764 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5765
5766         * message.el (message-elide-region): Allow the ellipsis to say how many
5767         lines were removed.
5768
5769 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5770
5771         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5772         window configurations containing buffers that are now dead.
5773
5774         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5775         parsing to avoid integer overflows.
5776         (nnimap-parse-flags): Simplify the last change.
5777         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5778         too large for 32-bit Emacsen.
5779
5780 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5781
5782         * auth-source.el (auth-source-netrc-create):
5783         * message.el (message-yank-original): Fix use of `case'.
5784
5785 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5786
5787         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5788         XEmacs, which was one character too wide.
5789
5790 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5791
5792         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5793         default number of articles to display.
5794         (gnus-articles-to-read): Use pretty names for prompt.
5795
5796 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5797
5798         * gnus-int.el (gnus-open-server): Ditto.
5799
5800         * gnus-start.el (gnus-activate-group): Give a backtrace if
5801         debug-on-quit is set and the user hits `C-g'.
5802         (gnus-read-active-file): Ditto.
5803
5804         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5805
5806 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5807
5808         * message.el (message-yank-original): Use cond instead of CL case.
5809
5810 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5811
5812         * auth-source.el (auth-source-netrc-create): Use usual format for the
5813         default in prompts.
5814
5815 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5816
5817         * lpath.el: Fbind read-char-choice for XEmacs.
5818
5819 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5820
5821         * auth-source.el (auth-source-netrc-create): Show the default in the
5822         prompt when prompting for token creation.
5823
5824 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5825
5826         * auth-source.el (auth-source-format-prompt): Always convert the value
5827         to a string to avoid evaluating non-string arguments.
5828         (auth-source-netrc-create): Offer default properly, not as initial
5829         content in `read-string'.
5830         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5831         of line to determine if we've been run before.  If so, don't run again,
5832         but print a trivial message to indicate the cache was hit instead.
5833
5834 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5835
5836         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5837         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5838         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5839         Gnus.
5840
5841 2011-03-11  Julien Danjou  <julien@danjou.info>
5842
5843         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5844         modified file".
5845
5846 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5847
5848         * auth-source.el (auth-source-read-char-choice): New function to read a
5849         character choice using `dropdown-list', `read-char-choice', or
5850         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5851         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5852         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5853         (auth-source-netrc-saver): Use it.
5854         (auth-source-pick-first-password): New convenience function.
5855
5856 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5857
5858         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5859         parameter in the credentials.
5860         (nnimap-open-connection-1): Use it after a successful login.
5861         (nnimap-credentials): Add IMAP-specific user and password prompt.
5862
5863         * auth-source.el (auth-source-search): Add :require parameter, taking a
5864         list.  Document it and the :save-function return token.  Pass :require
5865         down.  Change the CREATED message from a warning to a debug statement.
5866         (auth-source-search-backends): Pass :require down.
5867         (auth-source-netrc-search): Pass :require down.
5868         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5869         Change save prompt to indicate all modifications saved here are
5870         deletions.
5871         (auth-source-netrc-create): Take user login name as default in user
5872         prompt.  Move all the save functionality to a lexically bound function
5873         under the :save-function token in the returned list.  Set up clearer
5874         default prompts for user, host, port, and secret.
5875         (auth-source-netrc-saver): New function, intended to be wrapped for
5876         :save-function.
5877
5878 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5879
5880         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5881         lines to be spaces instead.
5882
5883 2011-03-07  Julien Danjou  <julien@danjou.info>
5884
5885         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5886         (sieve-sasl-auth): Check that auth-source-search did return something,
5887         or just return an empty string.
5888
5889 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5890
5891         * gnus.el (gnus-interactive): Use read-directory-name.
5892
5893         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5894         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5895         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5896         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5897         Likewise.
5898
5899         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5900
5901 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5902
5903         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5904         onto the list of killed groups, too.  This makes killed nnimap groups,
5905         for instance, more reliably not reappear.
5906
5907         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5908         the parent.
5909
5910         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5911
5912         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5913         really have server-side marks.
5914
5915         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5916         since most backends do not usefully have server-side marks.
5917         (gnus-update-read-articles): Propagate marks to all backends that
5918         really have server-side marks.
5919
5920 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5921
5922         * message.el (message-cite-reply-position, message-cite-style):
5923         New variables.
5924         (message-yank-original): Use the new citation styles.
5925
5926 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5927
5928         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5929         buffer-local issue); don't mark it buffer-local when running under
5930         XEmacs.
5931
5932 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5933
5934         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5935         numbers too big to be `read'.
5936
5937 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5938
5939         * password-cache.el (password-in-cache-p): Add autoload.
5940
5941         * message.el (message-options): Make buffer-local two ways to attempt
5942         to fix a XEmacs bug.
5943
5944 2011-03-02  Julien Danjou  <julien@danjou.info>
5945
5946         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5947
5948 2011-03-01  Julien Danjou  <julien@danjou.info>
5949
5950         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5951         group.
5952         (article-hide-list-identifiers): Use list-identifier group parameter.
5953
5954 2011-02-28  Julien Danjou  <julien@danjou.info>
5955
5956         * sieve.el (sieve-buffer-script-name): New local variable to store
5957         sieve script name.
5958         (sieve-edit-script): Store sieve script name.
5959         (sieve-upload): Use sieve script name when uploading.
5960         (sieve-upload): Use substitute-command-keys.
5961         (sieve-edit-script): Use substitute-command-keys.
5962         (sieve-refresh-scriptlist): Use substitute-command-keys.
5963         (sieve-manage-mode-map): Define keymap properly.
5964         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5965         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5966         Remove commented code about cvs.
5967         (sieve-manage-quit): New function.
5968         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5969
5970 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5971
5972         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5973
5974 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5975
5976         * auth-source.el (auth-source-search): Cache empty result sets.
5977
5978         * password-cache.el (password-in-cache-p): Convenience function to
5979         check if a key is in the cache, even if the value is nil.
5980
5981         * auth-source.el (auth-source-save-behavior): New variable to replace
5982         `auth-source-never-create'.
5983         (auth-source-netrc-create): Use it.
5984         (auth-source-never-save): Remove.
5985
5986 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5987
5988         * nnimap.el (nnimap-stream): Doc fix.
5989         (nnimap-open-connection-1): Reverse the order of the ports to that the
5990         prompted-for port is first.
5991
5992         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5993         retrieval by the no-group selection.
5994
5995         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5996         numerical parameters.
5997
5998 2011-02-25  Julien Danjou  <julien@danjou.info>
5999
6000         * gnus-gravatar.el: Use gnus-with-article-buffer.
6001
6002         * gnus-art.el (gnus-with-article-buffer): Check that the
6003         gnus-article-buffer is alive.
6004
6005 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6006
6007         * auth-source.el (auth-source-creation-prompts): New variable to manage
6008         creation-time prompts.
6009         (auth-source-search): Document it.
6010         (auth-source-format-prompt): Add utility function.
6011         (auth-source-netrc-create): Don't default the user name to
6012         user-login-name.  Use `auth-source-creation-prompts' and some default
6013         prompts for user, host, port, and password (the default generic prompt
6014         remains ugly).
6015         (auth-source-never-save): Add customizable option to never save info.
6016         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6017         mode excursion.
6018
6019 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6020
6021         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6022         argument that XEmacs doesn't support.
6023
6024         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6025         compiled for Emacsen having no `libxml-parse-html-region' support.
6026
6027         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6028
6029         * lpath.el: Bind buffer-save-without-query for XEmacs.
6030
6031 2011-02-23  Julien Danjou  <julien@danjou.info>
6032
6033         * gnus-art.el (article-make-date-line): Ignore errors if time is
6034         invalid and not convertible.
6035         (article-make-date-line): Only add lapsed time if time is not nil.
6036
6037 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6038
6039         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6040         `read-char-choice' for backwards compatibility.
6041         (auth-source-netrc-element-or-first): New function to DTRT for
6042         parameter extraction.
6043         (auth-source-netrc-create): Use it and fix multiple parameter print
6044         bug.  Use the default passed from above (given-default) or the
6045         built-in (user-login-name for :user).
6046
6047 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6048
6049         * gnus-start.el (gnus-dribble-read-file):
6050         Set buffer-save-without-query, since we always want to save the dribble
6051         file, probably.
6052
6053         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6054         nnimap.
6055
6056         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6057         -summary- since it's a user-visible variable.
6058
6059         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6060         first time you use the new Gnus.
6061
6062 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6063
6064         * auth-source.el: Don't load netrc.el.
6065         (auth-sources): Search ~/.netrc as well by default.
6066         (auth-source-debug): Add 'trivia option for extra output.
6067         (auth-source-do-trivia): Use it.
6068         (auth-source-search): Simplify logic to use
6069         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6070         appropriate.  Don't keep a running count at this level.  Layer :create
6071         and :delete options appropriately on the first and second passes.
6072         Don't track the backend with the search results.
6073         (auth-source-search-backends): New function to search a list of
6074         backends for a processed spec.
6075         (auth-source-netrc-parse): Cache all netrc files, making
6076         auth-source-netrc-cache an alist keyed by the file name and using the
6077         file mtime as the caching criterion.  Keep the obfuscated data secret
6078         with a lexical bind.
6079         (auth-source-netrc-search): Don't calculate the length of the results
6080         unnecessarily.
6081         (auth-source-search-backends): Fix bug.
6082         (auth-source-netrc-create): Rework prompts.
6083
6084 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6085
6086         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
6087         Lower case names of search constraints.
6088         (nnir-run-query): Cache and reuse search constraints for all imap
6089         servers.
6090
6091 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6092
6093         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6094         after exit.
6095         (gnus-setup-message): Define missing variable from last checkin.
6096
6097         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6098         value, show the raw article.
6099
6100 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6101
6102         * gnus.el: No Gnus v0.13 is released.
6103
6104 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6105
6106         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6107         auth-source now accepts numbers.
6108
6109         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6110         spec, too.
6111         (auth-source-ensure-strings): New function.
6112
6113         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6114         (gnus-article-setup-buffer): Always restart the date timer so that user
6115         changes to the frequency is respected.
6116
6117         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6118         port numbers, so make sure it gets that if nnimap-server-port is
6119         explicit.
6120
6121 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6122
6123         * nnimap.el (nnimap-inbox): Doc fix.
6124
6125 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6126
6127         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6128         Autoload.  Add optional arg FRAME, and pass it to color-values.
6129         (color-complement): Caller changed.  Doc fix.
6130         (color-gradient): Rewrite for better clarity and efficiency.
6131
6132 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6133
6134         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6135         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6136         color-lab-to-srgb.
6137
6138 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6139
6140         * color.el: First part of merge from hexrgb.el.
6141         (color-rgb-to-hex): Rename from color-rgb->hex.
6142         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6143         saturation to zero if the value is too small.
6144         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6145         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6146         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6147         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6148         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6149         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6150         (color-cie-de2000): Doc fix.
6151
6152 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6153
6154         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6155         given method as in the group name if we're using an extended method.
6156         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6157         command, if we're using that, instead of waiting for the beginning.
6158
6159         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6160         we're sure to get unique server names, and we don't output two async
6161         commands in the same buffer.  This fixes an NNTP hang for some users.
6162
6163 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6164
6165         * gnus.el: No Gnus v0.11 is released.
6166
6167 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6168
6169         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6170         summary buffer before reading going to the next buffer.  This avoids
6171         putting the point in the group buffer if you `C-g' the command.
6172
6173         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6174         cache (for now) to make ~/.authinfo.gpg files usable.
6175
6176         * nnfolder.el (copyright-update): Define for the compiler.
6177
6178         * auth-source.el (auth-source-search): Fix unbound variable.
6179
6180 2011-02-19  Glenn Morris  <rgm@gnu.org>
6181
6182         * gnus.el (gnus-meta): Doc fix.
6183
6184 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6185
6186         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6187         in case it's not yet loaded.
6188
6189 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6190
6191         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6192         line we're waiting for.
6193
6194 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6195
6196         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6197         face with line-width greater than zero will cause RET in gnus summary
6198         buffer to scroll down article page-wise because auto vscroll happens,
6199         it should be temporally disabled when doing a scroll-up.
6200
6201 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6202
6203         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6204         outputs from the server.
6205
6206 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6207
6208         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6209         later so that bbdb can hook in easier.
6210
6211 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6212
6213         * auth-source.el (auth-source-search): Don't try to create credentials
6214         if the caller doesn't want that.
6215         (auth-source-search): If we don't find a match, don't bug out on
6216         non-bound variables.
6217         (auth-source-search): Only ask a single backend to create the
6218         credentials.
6219
6220         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6221         logging.
6222         (nnimap-credentials): Protect against auth-source-search returning nil.
6223         (nnimap-request-list): Protect against not being able to open the
6224         server.
6225
6226 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6227
6228         * auth-source.el (auth-source-search): Do a two-phase search, one with
6229         no :create to get the responses from all backends.
6230
6231         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6232         when getting credentials.
6233
6234         * gnus-util.el (gnus-delete-duplicates): New function.
6235
6236 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6237
6238         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6239         a creation default, pass the whole port list down.  It will be
6240         completed.
6241
6242         * auth-source.el (auth-source-search): Updated docs to talk about
6243         multiple creation choices.
6244         (auth-source-netrc-create): Accept a list as a value (from the search
6245         parameters) and do completion on that list.  Keep a separate netrc line
6246         with the password obscured for showing the user.
6247
6248         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6249         first choice to `auth-source-search' so it will be used for entry
6250         creation instead of the server's Gnus-specific name.
6251         (nnimap-credentials): Rely on the auth-source library to select which
6252         port is actually wanted in the new netrc entry, so don't override
6253         `auth-source-creation-defaults'.
6254
6255         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6256         :protocol and accept a missing user, host, or port as a wildcard match.
6257         (auth-source-debug): Default to off.
6258
6259         (auth-source-netrc-search, auth-source-netrc-create)
6260         (auth-source-secrets-search, auth-source-secrets-create)
6261         (auth-source-user-or-password, auth-source-backend, auth-sources)
6262         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6263         instead of :protocol.
6264
6265         * nnimap.el (nnimap-credentials): Pass a port default to
6266         `auth-source-search' in case an entry needs to be created.
6267         (nnimap-open-connection-1): Use :port instead of :protocol.
6268
6269 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6270
6271         * auth-source.el: Bind load-path when loading EIEIO from
6272         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6273         21.4 doesn't support, to `require'.
6274         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6275         delete-dups that is not available in XEmacs 21.4.
6276
6277 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6278
6279         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6280         as EIEIO must also be loaded when auth-source.el is being
6281         byte-compiled.
6282
6283 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6284
6285         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6286
6287         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6288
6289         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6290
6291         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6292
6293         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
6294
6295         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
6296
6297         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
6298
6299         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
6300         necessary.
6301
6302 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6303
6304         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6305         nil means that nnimap doesn't get updated.
6306
6307 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6308
6309         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6310         result when the user doesn't want to write to the file.
6311         (auth-source-netrc-search): Expect a synthetic result and proceed
6312         accordingly.
6313         (auth-source-cache-expiry): New variable to override
6314         `password-cache-expiry'.
6315         (auth-source-remember): Use it.
6316
6317         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6318         parameter.  Create entry if necessary by using :create t.
6319         (nnimap-open-connection-1): Don't pass `inhibit-create'.
6320
6321 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
6322
6323         * auth-source.el (auth-source-debug): Enable by default and don't
6324         mention the obsolete `auth-source-hide-passwords'.
6325         (auth-source-do-warn): New function to debug unconditionally.
6326         (auth-source-do-debug): Use it.
6327         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6328         and for Secrets API entries when the secrets.el library is not
6329         available.
6330
6331 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6332
6333         * gnus-sum.el (gnus-propagate-marks): Default to nil.
6334         (gnus-summary-exit): Kill the correct article buffer on exit from a
6335         `C-d' group.
6336
6337         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
6338         gnus-propagate-marks.
6339
6340         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6341         before killing the buffers so that a non-full window conf gets handled
6342         correctly.
6343         (gnus-summary-exit): Ditto.
6344         (gnus-summary-read-group-1): Ditto.
6345
6346         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6347         async code again so that we can debug it properly.
6348
6349         * message.el (message-reply): Take an optional switch-buffer parameter
6350         so that Gnus window confs are respected better.
6351
6352 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6353
6354         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6355         `plist-get' to accept non-list parameters (XEmacs issue).
6356         Fix docstring.
6357         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6358         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6359         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6360         Login collection is "Login" and not "login".
6361
6362 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6363
6364         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6365         multiple headers.
6366
6367         * nnimap.el (nnimap-inhibit-logging): New variable.
6368         (nnimap-log-command): Don't log login commands.
6369
6370         * auth-source.el (auth-source-netrc-search): The asserts seem to want
6371         to have more parameters.
6372
6373         * nnimap.el (nnimap-send-command): Mark the command time for each
6374         command, so that we don't get NOOPs stepping on our toes.
6375
6376         * gnus-art.el (article-date-ut): Get the date from the Date header on
6377         `t'.
6378
6379 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6380
6381         * auth-source.el (auth-source-search): Use copy-sequence instead of
6382         the cl.el copy-list.
6383
6384 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6385
6386         * imap.el: Bring it back (revert
6387         84d800cd31de3064f0ed39617d725709a2f8f42f).
6388
6389 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
6390
6391         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6392         Improve prompt.
6393
6394 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
6395
6396         * gnus-art.el (gnus-article-mode-line-format): Remove the article
6397         washing status from the default format.  It isn't very informative.
6398
6399 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6400
6401         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6402         Fix Gcc processing on imap.
6403
6404 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6405
6406         * imap.el: Remove file.  All the functionality is in nnimap.el.
6407
6408 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6409
6410         * message.el (message-bury): Don't pop up a new window when selected
6411         window is dedicated.
6412
6413 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6414
6415         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6416
6417 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
6418
6419         * sieve-manage.el: Autoload `auth-source-search'.
6420         (sieve-sasl-auth): Use it.
6421
6422 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6423
6424         * nnimap.el: Autoload `auth-source-forget+'.
6425         (nnimap-open-connection-1): Use it if the connection fails.
6426
6427         * auth-source.el: Require `password-cache'.
6428         (auth-source-hide-passwords, auth-source-cache): Remove and mark
6429         obsolete.
6430         (auth-source-magic): Marker for `password-cache' keys.
6431         (auth-source-do-cache): Update docstring.
6432         (auth-source-search): Use and check cache.
6433         (auth-source-forget-all-cached, auth-source-remember)
6434         (auth-source-recall, auth-source-forget, auth-source-forget+)
6435         (auth-source-specmatchp): Caching support functions.
6436         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6437         Remove and obsolete.
6438         (auth-source-user-or-password): Remove caching to further discourage
6439         using it.  Always hide passwords.
6440
6441         * password-cache.el (password-cache-remove): Accept secrets that are
6442         not strings.
6443
6444 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6445
6446         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6447         code for now, since it doesn't work for all users.
6448
6449 2011-02-09  Julien Danjou  <julien@danjou.info>
6450
6451         * message.el (message-options): Make message-options really buffer
6452         local.
6453
6454 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
6455
6456         * mail-source.el: Autoload `auth-source-search'.
6457         (mail-source-keyword-map): Note order matters.
6458         (mail-source-set-1): Get all the mail-source source values and
6459         defaults and search auth-source on those if needed.  This can all
6460         probably be simplified.
6461
6462         * nnimap.el: Autoload `auth-source-search'.
6463         (nnimap-credentials): Use it.
6464         (nnimap-open-connection-1): Ask for the virtual server and physical
6465         address in one shot.
6466
6467         * nntp.el: Autoload `auth-source-search'.
6468         (nntp-send-authinfo): Use it.  Note TODO.
6469
6470 2011-02-08  Julien Danjou  <julien@danjou.info>
6471
6472         * shr.el (shr-tag-body): Add support for text attribute in body
6473         markups.
6474
6475         * message.el (message-options): Make message-options a local variable.
6476
6477 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6478
6479         * auth-source.el (auth-source-secrets-search)
6480         (auth-source-user-or-password): Use `append' instead of `nconc'.
6481         (auth-source-user-or-password): Build return list better and protect
6482         against nil :secret.
6483
6484 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
6485
6486         * nnimap.el (nnimap-update-info): Refactor slightly.
6487         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6488         (nnimap-update-info): Clean up slightly.
6489         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6490         characters.
6491         (nnimap-process-quirk): Rename function to avoid collision.
6492         (nnimap-update-info): Fix macrology bug-out.
6493         (nnimap-update-info): Simplify split history test.
6494
6495 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6496
6497         * auth-source.el (top): Require 'eieio unconditionally.
6498         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6499         (auth-source-secrets-search): Limit search when `max' is greater than
6500         number of results.
6501
6502 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6503
6504         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6505         part not returning any data.
6506
6507         * proto-stream.el (open-protocol-stream): Document the return value.
6508
6509 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6510
6511         * auth-source.el (auth-source-secrets-search): Add examples.
6512
6513 2011-02-06  Julien Danjou  <julien@danjou.info>
6514
6515         * message.el (message-setup-1): Handle message-generate-headers-first
6516         set to t.
6517
6518 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6519
6520         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6521         API with a string "secrets:collection-name" and with 'default.
6522         (auth-source-backend-parse): Parse "secrets:collection-name" and
6523         'default.  Recurse on parses instead of repeating code.  Use the
6524         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6525         message when ignoring a source.
6526         (auth-source-search): List ignored search keys at the top level.
6527         (auth-source-netrc-create): Use `case' instead of `cond'.
6528         (auth-source-secrets-search): Created with TODOs.
6529         (auth-source-secrets-create): Created with TODOs.
6530         (auth-source-retrieve, auth-source-create, auth-source-delete)
6531         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6532         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6533         (auth-source-user-or-password-sftp)
6534         (auth-source-user-or-password-smtp): Remove.
6535         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6536         around `auth-source-search'.  Not tested thoroughly.
6537
6538 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6539
6540         * auth-source.el: Bring in assoc and eioeio libraries.
6541         (secrets-enabled): New variable to track the status of the Secrets API.
6542         (auth-source-backend): New EIOEIO class to represent a backend.
6543         (auth-source-creation-defaults): New variable to set prompt defaults
6544         during token creation (see the `auth-source-search' docstring for
6545         details).
6546         (auth-sources): Simplify to allow a simple string as a netrc backend
6547         spec.
6548         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6549         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6550         (auth-source-search): Main auth-source API entry point.
6551         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6552         (auth-source-search-collection): Helper function for searching.
6553         (auth-source-netrc-parse, auth-source-netrc-normalize)
6554         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6555         Supports search, create, and delete.
6556         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6557         backend stubs.
6558         (auth-source-user-or-password): Call `auth-source-search' but it's not
6559         ready yet.
6560
6561 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6562
6563         * message.el (message-setup-1): Remove the read-only stuff, since it
6564         doesn't work under XEmacs, for some reason.
6565
6566         * gnus-sum.el (gnus-user-date): Rename back from
6567         gnus-summary-user-date since user code refers to it.
6568
6569         * shr.el (shr-render-td): Store the actual background color used.
6570
6571         * message.el (message-setup-1): Don't bind the constant
6572         -forbidden-properties.
6573         (message-setup-1): Revert previous change, since it needs to bind the
6574         props to insert them.
6575         (message-resend): Allow removing the read-only separator line.
6576
6577 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6578
6579         * nnimap.el (nnimap-request-accept-article): Give an error message if
6580         the APPEND wasn't successful.
6581
6582 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6583
6584         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6585         that have no groups.
6586
6587 2011-02-03  Julien Danjou  <julien@danjou.info>
6588
6589         * gnus-draft.el: Remove progn around gnus-draft-setup.
6590
6591 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6592
6593         * gnus-start.el (gnus-read-active-for-groups): This function is never
6594         called with a nil `infos', so clean that up.
6595         (gnus-get-unread-articles): Request active files from primary/secondary
6596         methods that have no groups (yet).
6597
6598 2011-02-03  Julien Danjou  <julien@danjou.info>
6599
6600         * message.el (message-setup-1): Always generate References first.
6601         (message-mail): Return the return value of message-setup, not always t.
6602         (message-setup-1): Insert mail-header-separator with read-only and
6603         intangible properties set.
6604
6605         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6606         user-date in docstring.
6607
6608         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6609
6610         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6611         docstring.
6612
6613         * gnus.el (gnus-user-date-format-alist): Change default value.
6614         Use defcustom, with type and group. Move from gnus-util.el.
6615         Rename to gnus-summary-user-date-format-alist.
6616
6617 2011-02-03  Glenn Morris  <rgm@gnu.org>
6618
6619         * nnimap.el (gnus-fetch-headers): Declare.
6620
6621         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6622
6623 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6624
6625         * message.el (message-forward-make-body-digest-plain)
6626         (message-followup, message-reply): Clean up things noted by Stefan.
6627
6628         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6629         gnus-article-update-date-headers is nil.
6630         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6631         it didn't really work with defcustom.
6632         (article-update-date-lapsed): Make sure the window start doesn't move,
6633         either.
6634
6635 2011-02-01  Julien Danjou  <julien@danjou.info>
6636
6637         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6638         format.
6639
6640         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6641         standard in Emacs nowadays.
6642
6643         * color.el (color-gradient): Add a color-gradient function.
6644
6645 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6646
6647         * message.el (message-expand-name): Don't trust the return value of
6648         bbdb-complete-name.
6649         (message-check-news-header-syntax): Remove unused var `start'.
6650         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6651         (message-inhibit-body-encoding): Move to before first use.
6652         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6653         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6654         (Organization, Message-ID, Date, mh-previous-window-config):
6655         Defvar the vars using dynamic scoping.
6656
6657 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6658
6659         * shr.el (shr-render-td): Only do colors at the final rendering.
6660         Should be slightly faster.
6661         (shr-insert-table): Fix up TD background colors when doing the
6662         vertical padding.
6663
6664         * gnus-art.el (article-date-ut): Protect against articles with no Date
6665         header.
6666         (article-update-date-lapsed): Don't use current-column to find the
6667         horizontal position.  It's fragile in the presence of \003 characters.
6668
6669         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6670
6671 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6672
6673         * gnus-art.el (article-transform-date): Rewrite to still work when
6674         there are several rfc2822 parts.
6675         (article-transform-date): Fix infinite recursion.
6676         (article-date-ut): Replace infinitely many Date headers with a single
6677         one when called interactively.
6678
6679         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6680         secure manner.
6681
6682         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6683         move around by not using save-window-excursion.  It seems to work...
6684
6685 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6686
6687         * gnus-art.el (article-make-date-line): Work for user-defined format.
6688
6689 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6690
6691         * nntp.el (nntp-retrieve-group-data-early)
6692         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6693         fetching functions.
6694
6695         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6696         thoroughly for all backends that have no known groups.  This should
6697         allow new nnml methods to retrieve mail.
6698
6699         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6700         that Gnus doesn't know exists again.
6701
6702         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6703         (gnus-treat-date-ut): Ditto.
6704         (gnus-article-update-date-header): Rename.
6705         (gnus-treat-date-local): Remove.
6706         (gnus-treat-date-english): Remove.
6707         (gnus-treat-date-lapsed): Remove.
6708         (gnus-treat-date-combined-lapsed): Remove.
6709         (gnus-treat-date-original): Remove.
6710         (gnus-treat-date-iso8601): Remove.
6711         (gnus-treat-date-user-defined): Remove.
6712         (gnus-article-date-headers): New variable to control all the date
6713         header options.
6714         (article-date-ut): Rewrite to allow using the new way to format date
6715         headers(s).
6716
6717 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6718
6719         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6720         method.
6721         (nnmail-article-group): A better test for fanciness.
6722
6723         * nnimap.el (nnimap-request-head): Protect against not finding the
6724         article by Message-ID.
6725
6726 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6727
6728         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6729         keep point at the "same place".
6730
6731 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6732
6733         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6734         data if the group is inactive.
6735
6736 2011-01-28  Julien Danjou  <julien@danjou.info>
6737
6738         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6739         (gnus-all-windows-visible-p): Remove old compatibility code.
6740         (gnus-window-top-edge): Add docstring.
6741
6742         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6743
6744 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6745
6746         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6747         older request-update-info.
6748
6749         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6750
6751 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6752
6753         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6754         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6755
6756 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6757
6758         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6759         groups.  This makes the nndraft:queue group pop up if it's not already
6760         there.
6761
6762         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6763         messages" logic, which was reversed.
6764
6765         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6766         the "same place" even if point is on the line being replaced.
6767         (article-update-date-lapsed): Allow updating both the combined lapsed
6768         and the lapsed headers.
6769         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6770         (article-make-date-line): Limit the number of segments dynamically to
6771         avoid too-long lines.
6772
6773 2011-01-27  Julien Danjou  <julien@danjou.info>
6774
6775         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6776         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6777
6778 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6779
6780         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6781         Use plist-get instead of the cl function getf.
6782
6783 2011-01-27  Glenn Morris  <rgm@gnu.org>
6784
6785         * gnus-util.el (float-time): Get rid of compiler warning, again.
6786
6787 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6788
6789         * shr.el (shr-put-color): Special-case background colors: Do put them
6790         at the blank parts at the front of the lines.
6791
6792         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6793         exit hook to nix out all data on readedness on group exit.
6794
6795         * gnus-util.el (float-time): If float-time is bound, always use it on
6796         all Emacsen.  It's unclear why the subrp check was there.
6797         (time-date): Require to make some autoload issues on XEmacs go away.
6798
6799         * shr.el (shr-put-color): Don't do the box padding in tables, since
6800         they're already padded.
6801
6802 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6803
6804         * gnus-art.el (gnus-article-next-page): When the last line of the
6805         article is displayed, scroll down once more instead of going to the
6806         next article at once.
6807         (article-lapsed-string): Refactor out and allow specifying how many
6808         segments you want.
6809         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6810         (gnus-article-update-lapsed-header): New variable.
6811
6812         * shr.el: Revert change that made headings use different-sized faces.
6813         The Emacs display engine isn't advanced enough that, for instance,
6814         tables can comfortably use differently-sized faces.
6815
6816 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6817
6818         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6819         used.
6820         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6821         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6822         we're using an encrypted connection.
6823
6824         * proto-stream.el: Alter the interface functions to also return the
6825         actual stream type used: network or tls.
6826
6827 2011-01-25  Julien Danjou  <julien@danjou.info>
6828
6829         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6830         (mm-display-javascript-inline): New function.
6831
6832         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6833         viewing function.
6834
6835 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6836
6837         * shr.el (shr-expand-newlines): Fix variable name.
6838
6839 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6840
6841         * shr.el (shr-expand-newlines): Make nested boxes work.
6842
6843 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6844
6845         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6846         backgrounds.
6847         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6848         in a more sensible manner.
6849
6850 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6851
6852         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6853         if EPG is loaded.
6854
6855 2011-01-24  Julien Danjou  <julien@danjou.info>
6856
6857         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6858         tags.
6859
6860 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6861
6862         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6863         commands.
6864
6865         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6866         in the article buffer.
6867         (gnus-gravatar-insert): Use blank space from the current buffer to
6868         avoid breaking text properties.  This makes X-Sent updating work again.
6869
6870         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6871
6872 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6873
6874         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6875         fix the bug in url-http.el instead.
6876
6877         * shr.el (shr-image-fetched): Ditto.
6878
6879         * shr.el (shr-image-fetched): Avoid having point move in the article
6880         buffer.
6881
6882         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6883         buffer after being called.  It's apparently being killed by url.el, and
6884         killing it made point move to end-of-buffer in a random buffer.
6885
6886         * shr.el (shr-image-fetched): Ditto.
6887
6888 2011-01-23  Julien Danjou  <julien@danjou.info>
6889
6890         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6891
6892         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6893         text/x-org.
6894
6895 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6896
6897         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6898         (i.e., nnimap) returning nil as the article number.
6899
6900 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6901
6902         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6903         "DelSp" parameter in RFC3676.
6904
6905 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6906
6907         * message.el (message-check-recipients): Display the encoded version of
6908         the bogus address if they differ.
6909
6910         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6911         after sending.
6912
6913         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6914
6915         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6916
6917         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6918         group buffer after sending the queue.
6919
6920         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6921
6922 2011-01-22  Julien Danjou  <julien@danjou.info>
6923
6924         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6925
6926 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6927
6928         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6929         nested related parts.
6930
6931         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6932         unexpired articles.  This fixes the regression that led expiry marks to
6933         disappear from nnfolder groups.
6934
6935 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6936
6937         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6938         Don't confuse the "ret" of "retrograde" with RET.
6939
6940 2011-01-21  Julien Danjou  <julien@danjou.info>
6941
6942         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6943         than mm-insert-inline.
6944
6945 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6946
6947         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6948         Widen article buffer.
6949
6950 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6951
6952         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6953         the temp buffer.
6954         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6955
6956 2011-01-20  Julien Danjou  <julien@danjou.info>
6957
6958         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6959
6960         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6961         than mm-insert-inline to insert inline part: this respect
6962         mm-inline-media-tests displayers.
6963
6964         * mm-view.el (mm-display-shell-script-inline): New function.
6965
6966         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6967
6968         * mm-uu.el (mm-uu-type-alist): Add org block.
6969         (mm-uu-org-src-code-block-extract): New function.
6970
6971         * mm-view.el (mm-display-org-inline): New function.
6972
6973         * mm-decode.el (mm-automatic-display): Add text/org.
6974
6975         * mailcap.el (mailcap-mime-extensions): Add .org.
6976
6977 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6978
6979         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6980         gnus-article-add-buttons.
6981
6982 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6983
6984         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6985         From header with a date and "nobody" as the sender.
6986
6987 2011-01-19  Julien Danjou  <julien@danjou.info>
6988
6989         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6990         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6991         if you have the same regexp several times.
6992         (gnus-button-push): Fix matching when regexp is symbol.
6993
6994 2011-01-15  Glenn Morris  <rgm@gnu.org>
6995
6996         * message.el (message-mail): A compose-mail function should
6997         accept headers as strings.
6998
6999 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7000
7001         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7002         Add :vert-only tags.
7003         (message-mail): New arg RETURN-ACTION.
7004         (message-return-action): New var.
7005         (message-bury): Use it.
7006         (message-mode): Make it buffer-local.
7007         (message-send-and-exit): Always call message-bury.
7008
7009         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7010         message-mail.
7011
7012 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7013
7014         * nnimap.el (nnimap-convert-partial-article): Protect against
7015         zero-length body parts.
7016
7017         * mm-decode.el (mm-preferred-alternative-precedence):
7018         Discourage showing empty parts.
7019
7020         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7021         and stuff if the backend didn't return the article number.  This fixes
7022         an Exchange-related nnimap bug.
7023
7024         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7025         group window, because it does the wrong thing when a separate frame
7026         displays the group buffer.
7027
7028         * proto-stream.el (open-protocol-stream): Protect against the low-level
7029         transport functions returning nil.
7030
7031 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7032
7033         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7034         (mml2015-epg-find-usable-secret-key): New function.
7035         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7036         mml2015-epg-find-usable-key (Bug#7797).
7037         (mml2015-epg-encrypt): Ditto.
7038
7039 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7040
7041         * dgnushack.el (rot13-string): Fix the way to get the argument.
7042
7043 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7044
7045         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7046
7047 2011-01-03  Glenn Morris  <rgm@gnu.org>
7048
7049         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7050
7051         * sieve.el (sieve-open-server): Give a more explicit error if
7052         sieve-manage-open returns nil.  (Bug#7720)
7053
7054 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7055
7056         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7057
7058 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7059
7060         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7061         This avoids sending passwords in plain text over non-encrypted
7062         channels.
7063
7064         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7065
7066         * nnimap.el (nnimap-login): Refactored out into own function, and
7067         implement CRAM-MD5.
7068         (nnimap-wait-for-line): Refactored out.
7069
7070         * mm-view.el (mml-smime): Require.
7071
7072 2010-12-20  David Engster  <deng@eml.cc>
7073
7074         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7075         use EPG to decrypt S/MIME messages instead of openssl.
7076
7077 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7078
7079         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7080
7081         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7082         status is the group clearly is unreachable.
7083
7084         * auth-source.el (auth-source-create): Add the optional second
7085         parameter to `local-variable-p' to be compatible with XEmacs.
7086
7087 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7088
7089         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7090         work when using a compressed nnml folder.
7091
7092 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7093
7094         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7095         backends after sanitising on entry, because this never makes sense:
7096         If the articles have gone missing, then the data no longer exists on
7097         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7098         overwrite anything anyway.
7099
7100         * shr.el (shr-insert-document): Bind shr-width dynamically to
7101         window-width if it's nil.
7102
7103 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7104
7105         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7106         with the meaning of using the full emacs window width for rendering.
7107
7108 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7109
7110         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7111         case when sender is not given.
7112
7113 2010-12-23  Julien Danjou  <julien@danjou.info>
7114
7115         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7116         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7117         the addresses, otherwise we might misplaced the gravatar.
7118
7119 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7120
7121         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7122         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7123         obsolete in Emacs.
7124
7125 2010-12-20  Julien Danjou  <julien@danjou.info>
7126
7127         * gnus-util.el (gnus-rescale-image): Revert last change.
7128
7129 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7130
7131         * binhex.el: Improve commentary (Bug#7482).
7132
7133 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7134
7135         * gnus-group.el (gnus-group-delete-articles): New command.
7136
7137 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7138
7139         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7140
7141 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7142
7143         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7144         here, since it's up to the backends to do CRLF removal if their
7145         protocol has it.
7146
7147         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7148
7149 2010-12-17  Julien Danjou  <julien@danjou.info>
7150
7151         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7152         they are from file.  Can also scale up.
7153
7154 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7155
7156         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7157         Restore gnus-use-agent.
7158         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7159
7160         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7161
7162 2010-12-17  Julien Danjou  <julien@danjou.info>
7163
7164         * gravatar.el (gravatar-retrieve-synchronously): New function.
7165         (gravatar-get-data): Make more robust.
7166
7167 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7170
7171 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7172
7173         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7174         to really consider the last line.
7175
7176 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7177
7178         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7179         list of recipient keys, or use symmetric encryption if not a list.
7180         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7181         EPA override, replacing the call to `netrc-store-data'.
7182
7183 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7184
7185         * gnus-srvr.el: Avoid passing nil regexp argument to
7186         delete-matching-lines.
7187
7188 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7189
7190         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7191         fetching stops when Gnus exits.
7192
7193         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7194         function.
7195         (nnfolder-request-expire-articles): Save all the buffers after doing
7196         expiry.
7197
7198         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7199         the last article", since that led to serious performance regressions
7200         when expiring nnml groups.
7201
7202 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7203
7204         * nnir.el: Improve customizations.
7205
7206 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7207
7208         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7209
7210         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7211         group has been killed.
7212         (gnus-group-yank-group): Ditto.
7213
7214         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7215
7216         * nnimap.el (nnimap-request-update-group-status): New function.
7217
7218         * gnus-int.el (gnus-request-update-group-status): New interface
7219         function.
7220
7221         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7222         copying read-ness to the backends.
7223
7224         * nnimap.el (nnimap-quirk): New function.
7225         (nnimap-retrieve-group-data-early): Use it.
7226         (nnimap-quirks): New alist.
7227
7228 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7229
7230         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7231         don't delete it within indentation.
7232
7233 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7234
7235         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7236         previous line.
7237
7238 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7239
7240         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7241         QRESYNC command by deleting a superfluous space which broke Cyrus
7242         servers.  This change will break other servers that are buggy the other
7243         way around.
7244
7245 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7246
7247         * spam.el: Reindent and fix long lines.
7248         (spam-copy-or-move-routine): Exclude invalid move destinations.
7249
7250 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7251
7252         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7253         installed the registry.
7254
7255 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7256
7257         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7258
7259 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7260
7261         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7262         groupname doesn't contain "gmane".
7263
7264 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7265
7266         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7267         and netrc-bound-and-true-p bindings.
7268         (netrc-parse): Cache the netrc contents.
7269
7270         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7271         (gnus-1): Don't create the nndrafts group twice.
7272         (gnus-setup-news): There's no need to read the active file here, since
7273         that's done again later on a per-backend basis.
7274         (gnus-start-draft-setup): Make sure that the new group is started out
7275         empty.
7276
7277         * gnus-agent.el (gnus-agentize): Don't create the queue group
7278         automatically on startup.  It'll be created later, if needed.
7279
7280         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7281         of automatically subscribed groups.
7282         (gnus-auto-subscribed-categories): New variable.
7283         (gnus-matches-options-n): Use it.
7284         (gnus-default-subscribed-newsgroups): Remove unused variable.
7285         (gnus-start-draft-setup): Message a bit less.
7286
7287 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7288
7289         * nnir.el (nnir-run-imap): Return article list in order of increasing
7290         UID.
7291
7292 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7293
7294         * gnus-sum.el (gnus-summary-enter-digest-group):
7295         Mention gnus-auto-select-on-ephemeral-exit.
7296
7297         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7298         convention of the network-only option.
7299
7300 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7301
7302         * proto-stream.el (proto-stream-open-network-only): New function to
7303         have a way to specify non-STARTTLS upgrade connections.
7304
7305 2010-12-10  Julien Danjou  <julien@danjou.info>
7306
7307         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7308         email address is nil.
7309
7310         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7311
7312 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
7313
7314         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7315         deletion.
7316         (nnir-run-imap): Only need to parse list once.
7317
7318 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7319
7320         * shr.el (shr-tag-script): Ignore <script>.
7321         (shr-tag-label): Add <label> support.
7322
7323 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7324
7325         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7326
7327         * shr.el (shr-image-displayer): Work for images lined side by side.
7328
7329 2010-12-08  Robert Pluim  <rpluim@gmail.com>
7330
7331         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7332         parameter, since XEmacs doesn't accept t as a parameter.
7333
7334 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7335
7336         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7337         ids.
7338         (nnir-run-gmane): Simplify groupspec formatting.
7339         (nnir-request-expire-articles): New function.
7340
7341 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7342
7343         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7344         overflow, possibly.
7345
7346         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7347         (shr-render-td): Handle td style="" better.
7348         (shr-tag-table): Use the color from the style sheet.
7349         (shr-render-td): Make sure we copy over all the overlays, too.
7350
7351 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
7352
7353         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7354         (nnir-request-article): Improve article retrieval.
7355
7356 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7357
7358         * mm-util.el (mm-extra-numeric-entities): New variable.
7359
7360         * mm-url.el (mm-url-decode-entities):
7361         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7362
7363         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
7364
7365 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7366
7367         * message.el: Use completion-at-point.
7368         (message-completion-function): New fun, extracted from message-tab.
7369         (message-mode): Use it for completion-at-point-functions.
7370         (message-tab): Use it and completion-at-point.
7371
7372 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7373
7374         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7375         character if a non-breakable character follows.
7376
7377 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7378
7379         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7380         any stream.
7381
7382         * shr.el (shr-tag-font): Colorize the region.
7383         (shr-tag-body): Ditto.
7384         (shr-tag-font): Actually let the styles be inherited instead of
7385         overwriting them.
7386         (shr-tag-font): Get the background color right.
7387         (shr-tag-style): Ignore all <style> tags for the moment.
7388
7389         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7390         a Message-ID to avoid having nnimap depend on gnus-sum.
7391
7392         * shr.el (shr-descend): Only colorize something if we have a node that
7393         sets colors.
7394
7395 2010-12-06  Julien Danjou  <julien@danjou.info>
7396
7397         * shr.el (shr-render-td): Render td content with shr-descend, so style
7398         will be applied to <td> too.
7399         (shr-colorize-region): Colorize region even if we only have a background.
7400         (shr-tag-body): Fix color and background color inheritance.
7401         Do not recolorize after shr-generic.
7402         (shr-tag-font): Let shr-generic colorize via inheritance.
7403
7404 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7405
7406         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7407
7408 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7409
7410         * nnir.el (nnir-request-move-article): Remove obsolete code.
7411
7412 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7413
7414         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7415
7416 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7417
7418         * gnus-sum.el (gnus-summary-respool-article): The completion function
7419         expects a list instead of an alist.
7420
7421         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7422         string as the parameter.
7423
7424         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7425
7426         * shr.el (shr-stylesheet): New dynamic variable for cascading the
7427         styles.
7428         (shr-colorize-region): New function.
7429         (shr-insert-background-overlay): Remove.
7430         (shr-render-td): Background setting should be taken care of on a higher
7431         level.
7432         (shr-tag-body): Use post-hoc colorizations.
7433         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7434         (shr-put-color-1): Don't overwrite old colors.
7435         (shr-colorize-region): When the background color isn't explicit, use
7436         a fixed background.
7437
7438         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7439         nnmail variables.
7440
7441 2010-12-05  Bjørn Mork  <bjorn@mork.no>
7442
7443         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7444         unless necessary.
7445
7446 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
7447
7448         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7449         server.
7450
7451 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7452
7453         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7454         so that TAB works.
7455
7456         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7457         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7458
7459         * shr.el (shr-urlify): Show the URL before the title to avoid
7460         misleading URLs.
7461
7462 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
7463
7464         * shr.el (shr-urlify): Display the title in <a> tags.
7465
7466 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
7467
7468         * nnir.el (nnir-categorize): Replace mapcar with mapc.
7469
7470 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
7471
7472         * nnir.el: Rearrange code to allow macros to be autoloaded by
7473         gnus-sum.el.
7474         (nnir-retrieve-headers-override-function): Make this variable
7475         customizable.
7476         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7477
7478         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
7479         from nnir.el.
7480
7481 2010-12-03  Julien Danjou  <julien@danjou.info>
7482
7483         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7484
7485 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7486
7487         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7488         allow optional argument `environment'.
7489
7490 2010-12-03  Glenn Morris  <rgm@gnu.org>
7491
7492         * mm-extern.el (message-goto-body): Update declaration.
7493
7494 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7495
7496         * gnus-util.el (gnus-macroexpand-all): New function.
7497
7498         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7499         instead of macroexpand-all that is unavailable in XEmacs.
7500
7501 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
7502
7503         * nnir.el (nnir-summary-line-format): New variable.
7504         (nnir-mode): Use it.
7505         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
7506         (nnir-article-ids): Reimplement as defsubst.
7507         (nnir-retrieve-headers): Don't mangle the subject header.
7508         (nnir-run-imap): Use 100 as RSV score.
7509         (nnir-run-find-grep): Fix for full server searching.
7510         (nnir-run-gmane): Better restriction to gmane groups.
7511
7512         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7513         summary buffers.
7514
7515 2010-12-02  Julien Danjou  <julien@danjou.info>
7516
7517         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7518
7519         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7520
7521         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7522         support.
7523
7524 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7525
7526         * nnir.el: Update to handle the registry better.
7527         (autoload): Silence byte-compiler.
7528         (nnir-open-server): Add a hook for nnir groups.
7529         (nnir-request-move-article): Don't mangle the header.  Better to use
7530         formatting variables (which will be added in the future).
7531         (nnir-registry-action): Update the registry using the original article
7532         group name.
7533         (nnir-mode): Install nnir-specific hooks for updating the registry.
7534
7535         * gnus-sum.el
7536         (gnus-article-original-subject,gnus-newsgroup-original-name):
7537         Remove obsolete variables.
7538         (gnus-summary-move-article): Remove use of obsolete variables.
7539         (gnus-summary-local-variables): Make move and delete hooks local to
7540         summary buffers.
7541
7542 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7543
7544         * rtree.el: New file.
7545
7546 2010-12-01  Julien Danjou  <julien@danjou.info>
7547
7548         * message.el (message-user-organization): Do not use
7549         gnus-local-organization.
7550
7551         * gnus.el: Remove gnus-local-organization.
7552
7553         * gnus-msg.el: Remove nastygram thing.
7554
7555 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7556
7557         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7558         funcall.
7559
7560 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7561
7562         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7563         names.
7564
7565         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7566         characters.
7567
7568         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7569         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7570         Suggested by Štěpán Němec <stepnem@gmail.com>.
7571         (gnus-gravatar-transform-address): Use mail-extract-address-components
7572         that supports non-ASCII names rather than mail-header-parse-addresses.
7573
7574 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7575
7576         * proto-stream.el (open-protocol-stream): All starttls connections are
7577         handled by the network handler.
7578
7579 2010-11-30  Julien Danjou  <julien@danjou.info>
7580
7581         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7582         (nnimap-open-connection-1): Fix PREAUTH.
7583
7584         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7585
7586 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7589         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7590         (shr-insert): Use them.
7591         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7592
7593 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7594
7595         * nnir.el (nnir-request-move-article): Bail out if original group
7596         doesn't support article moves.
7597         (nnir-get-active): Improve active list retrieval.
7598
7599 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7600
7601         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7602
7603 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7604
7605         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7606         seem to accept strings-with-numbers as port numbers.
7607
7608 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7609
7610         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7611         change the registry.
7612
7613 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7614
7615         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7616         delete-dups that is not available in XEmacs 21.4.
7617
7618         * mm-util.el (mm-delete-duplicates): Add comment.
7619
7620 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7621
7622         * nnir.el (nnir-ignored-newsgroups): New variable.
7623         (nnir-get-active): Use it.
7624
7625 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7626
7627         * proto-stream.el (proto-stream-open-network): Add some comments.
7628
7629         * nntp.el (nntp-open-connection): Provide a :success condition.
7630
7631         * nnimap.el (nnimap-open-connection-1): Ditto.
7632
7633         * proto-stream.el (proto-stream-open-network): See what the response to
7634         the STARTTLS command is.
7635
7636         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7637         backwards compatibility).
7638         (nnimap-open-connection-1): Really respect nnimap-server-port.
7639
7640         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7641         TLS upgrades we don't really care about the identity of the peer.
7642         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7643         that what we've checked for.
7644         (proto-stream-always-use-starttls): Only default to t if
7645         open-gnutls-stream exists.
7646         (proto-stream-open-network): If STARTTLS failed, then just open a
7647         normal connection.
7648         (proto-stream-open-network): Wait until the greeting before doing
7649         STARTTLS.
7650
7651         * nntp.el (nntp-open-connection): Report what the connection error is.
7652
7653         * proto-stream.el (open-protocol-stream): Rename from
7654         open-proto-stream.
7655
7656 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7657
7658         * nnimap.el (nnimap-stream): Change default to `undecided'.
7659         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7660         first, and then network.
7661         (nnimap-open-connection-1): Respect nnimap-server-port.
7662         (nnimap-open-connection): Be more backwards-compatible.
7663
7664         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7665         (proto-stream-open-starttls): De-duplicate the starttls code.
7666         (proto-stream-open-starttls): Folded back into the main function.
7667         (proto-stream-open-network): Fix typo in the gnutls path.
7668         (proto-stream-command): Refactor out.
7669
7670         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7671
7672         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7673         starttls.el STARTTLS.
7674
7675         * color.el (color-lab->srgb): Fix function call name.
7676
7677         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7678         if we're using tls.el.
7679         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7680         built in, then don't try to establish a STARTTLS connection.
7681
7682         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7683         servers.
7684
7685         * proto-stream.el (open-proto-stream): Use network, not stream.
7686         (open-proto-stream): Add a way to specify what the end of a command is.
7687
7688         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7689         connections types.
7690         (nntp-open-network-stream): Remove.
7691         (nntp-open-ssl-stream): Remove.
7692         (nntp-open-tls-stream): Remove.
7693         (nntp-ssl-program): Remove.
7694
7695         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7696
7697 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7698
7699         * nnir.el: Fix typos.
7700         (nnir-retrieve-headers-override-function): Rename variable to reflect
7701         new semantics.
7702         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7703         macros.
7704         (nnir-request-article, nnir-request-move-article): Use them.
7705         (nnir-categorize): New function.
7706         (nnir-run-query): Use it.
7707         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7708         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7709         sorted.
7710         (nnir-group-full-name): Use gnus-group-full-name instead.
7711         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7712         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7713
7714 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7715
7716         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7717
7718         * proto-stream.el: New library to provide protocol-specific
7719         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7720         protocols.
7721         (open-proto-stream): Complete the documentation.
7722         (proto-stream-open-network): Fix some typos.
7723
7724         * nnimap.el (nnimap-open-connection): Use it.
7725
7726 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7727
7728         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7729         negotiation.
7730
7731 2010-11-26  Julien Danjou  <julien@danjou.info>
7732
7733         * color.el: Rename various rgb functions to srgb.
7734
7735 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7736
7737         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7738         names.
7739
7740 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7741
7742         * shr.el (shr-insert): Revert last change.
7743         (shr-find-fill-point): Never leave point being at bol;
7744         relax the kinsoku limitation when rendering tables.
7745
7746 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7747
7748         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7749         results from -accept-article.
7750
7751         * shr-color.el: Require cl when compiling.
7752
7753         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7754         checkin.
7755
7756         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7757
7758         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7759
7760         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7761         'add and 'delete to set backend marks.
7762
7763         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7764
7765         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7766
7767         * nntp.el (nntp-request-set-mark): Use it.
7768
7769         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7770
7771         * nnml.el (nnml-request-set-mark): Ditto.
7772
7773         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7774         introduces regressions in article selection.
7775         (nnimap-find-uid-response): New function.
7776         (nnimap-request-accept-article): Use the UID returned, if any.
7777         (nnimap-request-move-article): Use the UID returned, if any.
7778         (nnimap-get-groups): Reimplement to work with folded lines.
7779         (nnimap-find-uid-response): The UID is the last element in the list.
7780         (nnimap-request-set-mark): Extend syntax with 'set.
7781
7782         * nnml.el (nnml-request-set-mark): Ditto.
7783
7784         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7785
7786         * nntp.el (nntp-request-set-mark): Ditto.
7787
7788 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7789
7790         * message.el (message-called-interactively-p): A temporary macro.
7791         (message-goto-body): Use it temporarily.
7792
7793 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7794
7795         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7796         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7797         (nnimap-last-response-string): Fix last unfolding fix.
7798
7799 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7800
7801         * shr.el (shr-insert): Fix the way to fold lines.
7802
7803 2010-11-25  Julien Danjou  <julien@danjou.info>
7804
7805         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7806
7807         * color.el: Rename from color-lab.el
7808         (color-rgb->hex): Add.
7809         (color-complement): Add.
7810         (color-complement-hex): Add.
7811
7812         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7813
7814 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7815
7816         * shr-color.el (shr-color-visible): Don't bug out if the color names
7817         don't exist.
7818
7819 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7820
7821         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7822         assuming that article displaying or another mml-preview may be
7823         interrupted for an error or for the like.
7824
7825         * shr.el (shr-get-background): Fix argument name.
7826
7827 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7828
7829         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7830
7831         * gnus-sum.el (gnus-summary-include-articles): New function.
7832
7833         * message.el (message-goto-body): called-interactively-p needs a
7834         parameter, so use `any'.
7835
7836         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7837         clear marks before moving, since they're synced from the Gnus side
7838         first.
7839
7840         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7841         (gnus-summary-move-article): Copy over all marks before moving, so that
7842         IMAP doesn't think a new article has arrived.
7843
7844 2010-11-24  Julien Danjou  <julien@danjou.info>
7845
7846         * shr.el (shr-insert-background-overlay): Fix typo.
7847         (shr-render-td): Copy the background before rendering.
7848
7849         * shr-color.el (shr-color-visible): Fix docstring.
7850
7851         * shr.el (shr-tag-table): Add bgcolor support.
7852         (shr-render-td): Add bgcolor support.
7853         (shr-get-background): Add.
7854         (shr-insert-foreground-overlay): Use shr-get-background.
7855
7856         * message.el (message-goto-body): Use called-interactively-p.
7857         (message-in-body-p): message-goto-body returns point.
7858
7859 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7860
7861         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7862         Fixes something or other in Emacs 23, and is backwards compatible.
7863
7864         * message.el (message-goto-body): Remove the <#secure special-casing,
7865         which is too special.
7866
7867         * shr.el (shr-parse-style): Drop !important from styles.
7868
7869 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7870
7871         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7872         this function to return incorrect results when calling it with an
7873         explicit article argument different from
7874         (gnus-summary-article-number).
7875
7876 2010-11-24  Julien Danjou  <julien@danjou.info>
7877
7878         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7879         (shr-tag-body): Add background support.
7880         (shr-descend): Add background support.
7881         (shr-tag-title): Add.
7882
7883         * shr-color.el (shr-color-visible): Really return original background
7884         if fixed.
7885
7886 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7887
7888         * shr.el (shr-color-check): Protect against non-existent color names.
7889
7890 2010-11-24  Julien Danjou  <julien@danjou.info>
7891
7892         * color-lab.el: Require 'cl when compiling.
7893
7894         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7895
7896         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7897         matched part.
7898
7899         * color-lab.el: Fix all expt calls to use float type.
7900
7901 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7904         expression to shr-color-check as is.
7905
7906         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7907
7908         * color-lab.el: Add coding cookie.
7909         (float-pi): Use eval-and-compile.
7910
7911         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7912         compiled for Emacsen having no `libxml-parse-html-region' support.
7913
7914 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7915
7916         * shr.el (shr-insert-color-overlay): Split stuff like
7917         "#444444 !important" to find the real color.
7918         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7919         parse <font color="red"> entries.
7920
7921 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7922
7923         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7924         point when parsing headers.
7925
7926         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7927         is positioned properly when parsing headers.
7928
7929 2010-11-23  Julien Danjou  <julien@danjou.info>
7930
7931         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7932
7933         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7934
7935         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7936
7937         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7938         Use shr-color-hue-to-rgb.
7939         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7940
7941 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7942
7943         * shr.el (shr-color->hexadecimal): Autoload.
7944         (shr-descend): Add color to all tags.
7945
7946 2010-11-22  Julien Danjou  <julien@danjou.info>
7947
7948         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7949         shr-color->hexadecimal.
7950
7951         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7952         RGB() or HSL() color representation.
7953
7954         * shr.el (shr-tag-font): Add.
7955         (shr-tag-color-check): New function to get better colors.
7956         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7957         tag-span.
7958
7959         * shr-color.el: New file.
7960
7961         * color-lab.el: New file.
7962
7963         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7964
7965 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7966
7967         * nnir.el: Fix typo in comments.
7968         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7969         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7970
7971 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7972
7973         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7974
7975         * nnimap.el (nnimap-get-capabilities): Refactor out.
7976         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7977
7978 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7979
7980         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7981         appearing when `mm-uu-hide-markers' is nil.
7982
7983 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7984
7985         * nnimap.el (nnimap-unselect-group): Make into its own function.
7986         (nnimap-request-rename-group): Unselect group before renaming.
7987         This had gotten lost somewhere.
7988         (nnimap-request-accept-article): Keep track of examined groups, and
7989         unselect the group before APPENDing to read-only groups.
7990         (nnimap-request-move-article): Clear flags before moving so that they
7991         can be re-set later.
7992
7993 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7994
7995         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7996         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7997
7998 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7999
8000         * gnus-art.el (gnus-mime-display-single):
8001         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8002         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8003         parameter.
8004
8005 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8006
8007         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8008         (shr-table-vertical-line): New variable.
8009         (shr-insert-table): Use it.
8010
8011 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8012
8013         * gnus-html.el (gnus-html-wash-images): Don't display images if
8014         gnus-inhibit-images is non-nil; register displayer for cid images.
8015         (gnus-html-display-image): Work for cid image.
8016         (gnus-html-insert-image): Allow arguments.
8017         (gnus-html-put-image): Inhibit read-only.
8018         (gnus-html-prefetch-images): Don't prefetch images if
8019         gnus-inhibit-images is non-nil.
8020
8021 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8022
8023         * shr.el (shr-put-image): Break lines when inserting big pictures.
8024
8025 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8026
8027         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8028         sender, thanks Katsumi Yamaoka.
8029
8030 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8031
8032         * nnir.el (nnir-run-imap): Reverse the article list for each group
8033         rather than the whole list.
8034
8035 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8036
8037         * shr.el (shr-image-displayer): Protect function against non-existent
8038         image source.
8039
8040         * gnus-art.el (gnus-inhibit-images): New user option.
8041         (gnus-mime-display-single): Don't display image if it is non-nil.
8042
8043         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8044         gnus-inhibit-images.
8045
8046         * shr.el (shr-image-displayer): New function.
8047         (shr-tag-img): Use it.
8048
8049 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8050
8051         * mml2015.el (mml2015-epg-sign): Use From header.
8052
8053 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8054
8055         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8056
8057         * gnus-util.el (gnus-find-text-property-region): Return markers.
8058
8059         * shr.el (shr-tag-img): Put a displayer in the text property.
8060
8061         * gnus-util.el (gnus-find-text-property-region): New utility function.
8062
8063         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8064         (gnus-html-show-images): Remove.
8065
8066         * gnus-art.el (gnus-article-show-images): New, more general function.
8067
8068         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8069         image url text properties.
8070
8071         * shr.el: Ditto.
8072
8073         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8074         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8075
8076 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8077
8078         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8079         work for two or more articles.
8080
8081 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8082
8083         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8084         divide an image that's in an html article to two or more when washing
8085         non-ASCII characters in alt text of it.
8086
8087 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8088
8089         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8090         smime-decrypt-region using function argument.
8091         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8092
8093         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8094
8095         * smime.el (smime-decrypt-region): Catch it.
8096
8097 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8098
8099         * smime.el (smime-mode-map): Move initialization into declaration.
8100         (gnus-run-mode-hooks): Don't autoload.
8101         (smime-mode): Use define-derived-mode.
8102
8103 2010-11-11  Glenn Morris  <rgm@gnu.org>
8104
8105         * smime.el (from): Restrict declaration to XEmacs.
8106
8107         * nnir.el (gnus-group-topic-name): Autoload.
8108
8109 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8110
8111         * shr.el (shr-insert): Don't break long line if it is because of
8112         kinsoku-bol characters in the line end.
8113
8114 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8115
8116         * nnir.el (nnir-request-move-article): Fix to provide original group
8117         and subject.
8118         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8119         been retrieved.
8120
8121         * gnus-sum.el (gnus-summary-move-article): Use original group and
8122         subject for virtual articles such as those in an nnir summary buffer.
8123
8124 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8127         least 21.5).
8128
8129         * smime.el (from): Declare it again for XEmacs.
8130
8131 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8132
8133         * message.el (message-resend): Don't disable encoding unless it's
8134         already encoded.
8135
8136         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8137         low-numbered articles.
8138
8139 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8140
8141         * rfc2047.el (rfc2047-syntax-table): Simplify.
8142
8143         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8144
8145         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8146         set-char-table-range for XEmacs.
8147
8148 2010-11-10  Glenn Morris  <rgm@gnu.org>
8149
8150         * time-date.el (time-to-seconds): Always an alias on Emacs,
8151         never a real function.
8152         (with-no-warnings): Remove compat stub, now unused.
8153         (time-less-p): Doc fix.
8154         (time-to-number-of-days): Simplify.
8155
8156         * smime.el (from): Remove unused declaration.
8157
8158         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8159         (gnus-float-time): On Emacs, always an alias.
8160
8161         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8162         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8163
8164 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8165
8166         * dgnushack.el: Don't use ignore-errors in the top level form since it
8167         is unavailable in XEmacs even if cl is loaded.
8168
8169         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8170
8171 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8172
8173         * shr.el (browse-url-mailto): Autoload.
8174
8175         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8176
8177         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8178         regexp doesn't need quoting.
8179
8180 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8181
8182         * message.el (message-subject-trailing-was-ask-regexp)
8183         (message-subject-trailing-was-regexp): Match was: in addition to was.
8184
8185 2010-11-09  Glenn Morris  <rgm@gnu.org>
8186
8187         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8188         (nnbabyl-check-mbox): Use point-at-bol.
8189
8190 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8191
8192         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8193
8194         * message.el (message-mailto): New function.
8195         (message-mailto): Should accept other parameters.
8196         (message-mailto): Remove since it duplicates browse-url-mailto
8197         functionality.
8198
8199 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8200
8201         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8202         methods.
8203         (gnus-read-active-file): Ditto.
8204
8205         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8206         ": " from the prompt.
8207         (gnus-group-make-group): Ditto.
8208
8209 2010-11-07  Glenn Morris  <rgm@gnu.org>
8210
8211         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8212         (gnus-bookmark-kill-line): Use point-at-eol.
8213
8214 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8215
8216         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8217         asterisks in From header.
8218
8219 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8220
8221         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8222         string to avoid making the From headers syntactically invalid.
8223
8224         * message.el (message-send-mail): Don't insert courtesy messages if the
8225         message already has List-Post and List-ID messages.
8226
8227 2010-11-06  Glenn Morris  <rgm@gnu.org>
8228
8229         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8230         `condition', `type', `length' a prefix.
8231         (gnus-treat-predicate): Update for above name changes.
8232
8233 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8234
8235         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8236         binding.  Handled by `gnus-summary-refer-thread' instead.
8237         (nnir-warp-to-article): New backend function.
8238
8239         * nnimap.el (nnimap-request-thread): Force dependency updating.
8240
8241         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8242         (gnus-summary-refer-thread): Rework to improve thread-referral.
8243
8244         * gnus-int.el (gnus-warp-to-article): New function.
8245
8246         * gnus-sum.el (gnus-summary-article-map): Bind it.
8247
8248 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8249
8250         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8251         gnus-summary-refer-thread.
8252
8253         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8254         headers.
8255         (gnus-summary-limit-include-thread): Prevent articles in thread from
8256         being cut in gnus-cut-threads.
8257         (gnus-summary-refer-thread): Limit retrieved headers to those in
8258         thread.
8259
8260 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8261
8262         * message.el (message-send-mail): Use the value of
8263         message-courtesy-message from the message buffer.
8264
8265         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8266
8267         * shr.el (shr-browse-url): Implement mailto: URLs.
8268
8269         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8270         "raw".
8271
8272         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8273         if it's already selected.
8274
8275         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8276
8277 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8278
8279         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8280         to measure the length and truncate alt text.
8281
8282 2010-11-03  Glenn Morris  <rgm@gnu.org>
8283
8284         * nndiary.el (nndiary-generate-nov-databases-1)
8285         (nndiary-generate-active-info): Rename dynamic variable `files' to
8286         something less generic.
8287
8288 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8289
8290         * nnir.el (nnir-request-move-article): Call the underlying backend to
8291         move articles from nnir.
8292
8293 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8294
8295         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8296
8297 2010-11-02  Julien Danjou  <julien@danjou.info>
8298
8299         * nnir.el: Remove wais support.
8300
8301 2010-11-02  Glenn Morris  <rgm@gnu.org>
8302
8303         * gnus-html.el: Reorder requirements to quieten compiler.
8304
8305 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8306
8307         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8308         properly for XEmacs as well.
8309         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8310         (gnus-article-natural-long-line-p): Use window-width rather than
8311         frame-width.
8312
8313 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
8314
8315         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
8316         (nnir-read-parms): Don't modify query.
8317         (nnir-run-query): Add ability to search topic on current line.
8318         (nnir-get-active): Clean up.
8319
8320 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8321
8322         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8323         degenerate articles.
8324
8325         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8326         (gnus-print-buffer): Just print the buffer as is, without any copying
8327         to a buffer and then re-highlighting.
8328
8329         * nnimap.el (nnimap-request-group): Store the new updated info.
8330         (nnimap-request-group): Select the group when we don't know whether it
8331         exists or not.
8332
8333         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8334         groups.
8335
8336         * gnus-group.el (gnus-group-find-new-groups): Display all the new
8337         groups.
8338
8339         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8340         groups.
8341
8342         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8343         long-lines case by only filling the long lines.
8344
8345         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8346         (bug #7311).
8347
8348 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8349
8350         * shr.el: No need to declare `declare-function' since shr.el is for
8351         only Emacsen that provide `libxml-parse-html-region'.
8352
8353         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
8354         effective only in a file it is referred to.
8355
8356 2010-11-01  Glenn Morris  <rgm@gnu.org>
8357
8358         * mm-util.el (gnus-completing-read): Autoload.
8359         (mm-read-coding-system): Simplify Emacs definition.
8360
8361         * nnmail.el (gnus-activate-group):
8362         * nnimap.el (gnutls-negotiate):
8363         * nntp.el (netrc-parse): Fix declarations.
8364
8365 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8366
8367         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8368         string-match-p in Emacs >=23.
8369
8370         * gnus-msg.el (gnus-configure-posting-styles):
8371         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8372
8373 2010-11-01  Glenn Morris  <rgm@gnu.org>
8374
8375         * nnir.el (declare-function): Add compat stub.
8376         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8377         (nnir-run-gmane): Require 'mm-url.
8378
8379         * mm-util.el (mm-string-to-multibyte): Simplify.
8380
8381         * shr.el (declare-function): Add compat stub.
8382         (url-cache-create-filename): Declare.
8383         (mm-disable-multibyte, widget-convert-button): Autoload.
8384
8385         * smime.el (ldap-search): Declare.
8386         (smime-cert-by-ldap-1): Require ldap on Emacs.
8387
8388         * nnimap.el: Require nnmail, and gnus-sum when compiling.
8389         (nnimap-keepalive): Use gnus-float-time.
8390
8391         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8392         (mail-source-delete-crash-box): Use gnus-float-time.
8393
8394         * gnus-dired.el (gnus-completing-read): Autoload.
8395
8396         * mm-view.el (gnus-rescale-image): Autoload.
8397
8398         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8399
8400         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8401
8402         * sieve-manage.el: Require 'cl when compiling.
8403
8404         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8405         (gnus-iswitchb-completing-read): Require iswitchb.
8406         (gnus-select-frame-set-input-focus): Silence compiler.
8407
8408 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8409
8410         * message.el (message-subject-trailing-was-query): Change default to t,
8411         since I think that's what most people want.
8412
8413         * nnimap.el (nnimap-request-accept-article): Erase buffer before
8414         appending for easier debugging.
8415         (nnimap-wait-for-connection): Take a regexp.
8416         (nnimap-request-accept-article): Wait for the continuation line before
8417         sending anything unless we're streaming.
8418
8419         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8420         leave the header washing to take place.
8421
8422 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8423
8424         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8425         regular expression match and replace in posting styles.
8426
8427 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
8428
8429         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
8430         an entire server.
8431         (nnir-get-active): New function.
8432         (nnir-run-imap): Use it.
8433         (nnir-run-gmane): Who knew, gmane search returns an article score!
8434
8435         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8436         server on the current line with nnir.
8437
8438 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8439
8440         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8441         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8442         left edge.
8443         (gnus-article-foldable-buffer): Skip past the prefix when determining
8444         raggedness.
8445
8446         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8447         the raw article, and change `C-u g' to show the article without doing
8448         treatments.
8449
8450         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8451         on to `gnus-treat-article'.
8452         (gnus-inhibit-article-treatments): New variable.
8453
8454         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8455
8456         * gnus-art.el (gnus-treatment-function-alist): Have
8457         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8458         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8459         sections.
8460
8461         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8462         parameter.
8463         (gnus-article-fill-cited-long-lines): New function.
8464         (gnus-article-fill-cited-article): Allow filling only long sections.
8465
8466         * shr.el (shr-find-fill-point): Don't break lines between punctuation
8467         and non-punctuation (like after the apostrophe in "'We").
8468
8469         * gnus-sum.el (gnus-summary-select-article): Make sure
8470         gnus-original-article-buffer is alive.
8471
8472         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8473         reflect the order they're in in the digest.
8474
8475         * gnus.el (gnus-group-startup-message): Move point to the start of the
8476         buffer.
8477
8478         * nnimap.el (nnimap-capability): New function.
8479         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8480         is set.
8481
8482 2010-10-31  David Engster  <dengste@eml.cc>
8483
8484         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8485         conform with changes to gnus-completing-read.
8486
8487 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8488
8489         * shr.el (shr-tag-img): Output "*" instead of "[img]".
8490
8491 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8492
8493         * nnir.el: Move defvar, defcustom around to keep file organized
8494         and keep byte-compiler quiet.
8495         (nnir-read-parms): Accept search-engine as arg.
8496         (nnir-run-query): Pass search-engine as arg.
8497         (nnir-search-engine): Remove.
8498
8499 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8500
8501         * shr.el (shr-generic): The text nodes should be text, not :text.
8502
8503         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8504         later in the file.
8505
8506 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8507
8508         * nnir.el: General clean up.  Allow searching with multiple engines.
8509         Allow separate extra-parameters for each engine.
8510         Batch queries when possible.
8511         (nnir-imap-default-search-key,nnir-method-default-engines):
8512         Add customize interface.
8513         (nnir-run-gmane): New engine.
8514         (nnir-engines): Use it.  Qualify all prompts with engine name.
8515         (nnir-search-engine): Remove global variable.
8516         (nnir-run-hyrex): Restore for now.
8517         (nnir-extra-parms,nnir-search-history): New variables.
8518         (gnus-group-make-nnir-group): Use them.
8519         (nnir-group-server): Remove in favor of gnus-group-server.
8520         (nnir-request-group): Avoid searching twice.
8521         (nnir-sort-groups-by-server): New function.
8522
8523 2010-10-30  Julien Danjou  <julien@danjou.info>
8524
8525         * gnus-group.el: Remove gnus-group-fetch-control.
8526
8527         * gnus-start.el (gnus-find-new-newsgroups):
8528         Remove gnus-check-first-time-used.
8529
8530         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8531
8532 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8533
8534         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8535         set on groups that don't have \* permanentflags.
8536
8537 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8538
8539         * shr.el (shr-tag-span): Drop colorization of regions since we don't
8540         control the background color.
8541         (shr-tag-img): Ignore very small web bug type images.
8542         (shr-put-image): Add help-echo alt texts to the images.
8543         (shr-tag-video): Show the video poster image.
8544
8545 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8546
8547         * shr.el (shr-table-depth): New variable.
8548         (shr-tag-table-1): Only insert the images after the top-level table.
8549
8550         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8551
8552         * gnus-util.el (gnus-list-memq-of-list): New function.
8553
8554         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8555         selected.
8556         (nnimap-unsplittable-articles): New slot.
8557         (nnimap-new-articles): Use it.
8558
8559 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8560
8561         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8562         move to the previous line on `M-g'.
8563
8564 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8565
8566         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8567         *-request-group, which seems unnecessary.
8568
8569         * nnimap.el (nnimap-quote-specials): Function copied over from
8570         imap.el.
8571         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8572         they support that.  Suggested by Tom Regner.
8573
8574 2010-10-29  Julien Danjou  <julien@danjou.info>
8575
8576         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8577         defalias.
8578         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8579
8580         * gnus.el: Remove `gnus-nntp-service' variable.
8581         (gnus-secondary-servers): Make obsolete.
8582         (gnus-nntp-server): Make obsolete.
8583
8584         * gnus-start.el (gnus-1): Remove x-splash calls.
8585
8586         * gnus-ems.el (gnus-x-splash): Remove.
8587
8588         * gnus.el (gnus-group-startup-message): Simplify/update code.
8589
8590         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
8591         definition.
8592
8593         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8594         capability before doing anything.
8595         (gnus-group-insert-group-line): Remove useless
8596         gnus-group-remove-excess-properties.
8597
8598 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8601
8602 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8603
8604         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8605         config after reselecting.
8606
8607 2010-10-28  Julien Danjou  <julien@danjou.info>
8608
8609         * shr.el (shr-put-image): Use point even if only inserting text.
8610         (shr-put-image): Save excursion when inserting alt text on non-graphic
8611         display, so the behavior is the same when we are on a graphic display.
8612
8613         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8614
8615 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8616
8617         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8618         (gnus-mime-copy-part): Check coding system, not charset.
8619         (gnus-mime-view-part-externally): Never remove part.
8620         (gnus-mime-view-part-internally): Don't remove part here.
8621         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8622         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8623         multipart/alternative.
8624
8625         * mm-decode.el (mm-display-part): Take optional arg `force'.
8626
8627 2010-10-26  Julien Danjou  <julien@danjou.info>
8628
8629         * gnus-group.el (gnus-group-default-list-level): Add this function to
8630         compute the default list level.
8631         (gnus-group-default-list-level): Add possibility to use a function.
8632
8633 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8634
8635         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8636
8637         * gnus-group.el (gnus-group-completing-read)
8638         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8639         gnus-replace-in-string.
8640
8641 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * shr.el (shr-tag-div): Add.
8644
8645         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8646
8647 2010-10-25  Julien Danjou  <julien@danjou.info>
8648
8649         * gnus-util.el: Remove `gnus-with-local-quit'.
8650
8651         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8652
8653 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8654
8655         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8656         the original article buffer.
8657
8658 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8659
8660         * nnimap.el (nnimap-request-head): New function.
8661         (nnimap-request-move-article): Try to be slightly faster by not
8662         requesting the entire message when moving.
8663         (nnimap-transform-headers): Don't bug out on bodiless articles.
8664         (nnimap-send-command): Have no outstanding messages if the IMAP server
8665         doesn't support streaming.
8666         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8667
8668 2010-10-24  Julien Danjou  <julien@danjou.info>
8669
8670         * message.el (message-default-headers): Fix type.
8671
8672 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8673
8674         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8675         prefetching images.
8676
8677         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8678         backend for unknown groups.  This is mainly useful for nnimap groups.
8679
8680         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8681         group isn't covered by the agent.
8682
8683 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8684
8685         * nnir.el (nnir-method-default-engines): New variable.
8686         (nnir-run-query): Use it.
8687         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8688         (gnus-summary-nnir-goto-thread): Change group if needed.
8689
8690         * gnus-group.el (gnus-group-group-map): Add key binding for
8691         gnus-group-make-nnir-group.
8692
8693 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8694
8695         * shr.el (shr-tag-object): Add.
8696
8697         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8698         original article buffer live.
8699         (gnus-summary-select-article-buffer):
8700         Mention gnus-widen-article-buffer.
8701
8702 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8703
8704         * shr.el (shr-tag-strong): Add.
8705
8706 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8707
8708         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8709         group names.  They mess up the group buffer badly.
8710
8711         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8712
8713         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8714         instead of the summary one.
8715
8716 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8717
8718         * mml.el (mml-preview): Work properly when editing article.
8719
8720         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8721         gnus-have-read-active-file if it's already been in.
8722
8723 2010-10-22  Tom Tromey  <tromey@redhat.com>
8724
8725         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8726         gnus-group-completing-read.
8727
8728 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8729
8730         * message.el (message-mode-map): Don't bind M-; to comment region, to
8731         allow the global comment-dwim to work.
8732
8733 2010-10-21  Julien Danjou  <julien@danjou.info>
8734
8735         * message.el (message-setup-1): Allow message-default-headers to be a
8736         function.
8737
8738 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8739
8740         * shr.el (shr-tag-table): Simplify.
8741
8742 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8743
8744         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8745         to avoid trying to snarf invalid stuff.
8746
8747         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8748
8749         * gnus.el (gnus-message-archive-group): Quote value.
8750         (gnus-message-archive-group): Mark as changed.
8751
8752         * shr.el (shr-add-font): Don't put the font properties on the newline
8753         or the indentation.
8754
8755         * message.el (message-fix-before-sending): Change options when sending
8756         non-printable characters.
8757
8758         * gnus.el (gnus-message-archive-method): Change the default to
8759         monthly outgoing groups.
8760
8761         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8762         that have gotten new numbers.
8763
8764         * nnimap.el (nnimap-request-replace-article): New function.
8765
8766 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8767
8768         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8769         (nnrss-request-article): Don't use special html washing code.
8770
8771 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8772
8773         * shr.el (shr-tag-table): Remove useless nconc.
8774
8775 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8776
8777         * gnus-art.el (article-wash-html): Simplify and remove the charset
8778         stuff.  Use the normal html rendering code instead of the special html
8779         washing code.
8780
8781         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8782         `gnus-w3m' symbols.
8783         (mm-text-html-washer-alist): Remove.
8784
8785         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8786         (mm-inline-media-tests): Remove use.
8787         (mm-text-html-renderer): Change default to the `shr' symbol.
8788
8789         * mm-view.el (mm-inline-text-html): Remove use.
8790
8791         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8792         `gnus-blocked-images' to be a function.
8793         (gnus-article-wash-function): Remove.
8794
8795 2010-10-20  Julien Danjou  <julien@danjou.info>
8796
8797         * spam.el (spam-list-of-processors): Mark as obsolete.
8798
8799         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8800         (nnimap-insert-partial-structure): Fix boundary detection.
8801
8802 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8803
8804         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8805         run file-truename on remote files.  This can be expensive and even
8806         prevent one from editing drafts if some unrelated buffer has a stale
8807         connection.
8808
8809 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8810
8811         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8812         kinsoku-eol regardless of shr-kinsoku-shorten.
8813         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8814         (shr-tag-table): Support caption, thead, and tfoot.
8815
8816 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8817
8818         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8819         lines.
8820         (shr-save-contents): New command and keystroke.
8821
8822         * nndoc.el (nndoc-type-alist): Add git support.
8823         (nndoc-git-type-p): New function.
8824         (nndoc-transform-git-article): Ditto.
8825         (nndoc-transform-git-headers): Ditto.
8826         (nndoc-transform-git-headers): Generate Subject headers.
8827
8828         * shr.el (shr-parse-style): New function.
8829         (shr-tag-span): Ditto.
8830
8831         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8832         to `G G' to avoid collisions.
8833
8834 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8835
8836         * shr.el: Load kinsoku if necessary.
8837         (shr-kinsoku-shorten): New internal variable.
8838         (shr-find-fill-point): Make kinsoku shorten text line if
8839         shr-kinsoku-shorten is bound to non-nil.
8840         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8841         shr-indentation too when testing if table is wider than frame width.
8842         (shr-insert-table): Use `string-width' instead of `length' to measure
8843         text width.
8844         (shr-insert-table-ruler): Make sure indentation is done at bol.
8845
8846 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8847
8848         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8849         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8850         undecoded network data.
8851
8852 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8853
8854         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8855         name in the mode line spec so that the mode line menu works
8856         (bug #2431).
8857
8858         * message.el (message-get-reply-headers): If we're fed `to-address',
8859         then always use that.
8860
8861         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8862         aren't so wide as to need to switch off the edit menu.
8863
8864         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8865         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8866
8867         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8868         `M-g'.
8869         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8870         the permanent marks.
8871
8872 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8873
8874         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8875         Splitting according to references/in-reply-to obeys the ignore-groups
8876         variable, while splitting by sender and subject do not.
8877
8878 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8879
8880         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8881         alist, so that we can look for non-Unicode chars.
8882         (article-translate-strings): Allow both character and string maps.
8883
8884 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * shr.el (shr-insert): Don't insert space behind a wide character
8887         categorized as kinsoku-bol, or between characters both categorized as
8888         nospace.
8889
8890 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8891
8892         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8893         headers to gnus-newsgroup-headers.
8894
8895 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8896
8897         * shr.el (shr-tag-img): Don't align images -- since we're not
8898         rescaling, this often leads to ugly displays.
8899
8900 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8901
8902         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8903         duplicates.
8904
8905 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8906
8907         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8908         call.
8909
8910 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8911
8912         * gnus.el: Autoload gnus-html-show-images.
8913
8914         * nnimap.el: Use nnheader-message throughout.
8915
8916         * shr.el (shr-tag-img): Ignore images with no data.
8917
8918 2010-10-15  Julien Danjou  <julien@danjou.info>
8919
8920         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8921         a possibility to disable format=flow encoding when using hard newlines.
8922
8923 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8924
8925         * shr.el (shr-insert): Remove space inserted before or after a
8926         breakable character or at the beginning or the end of a line.
8927         (shr-find-fill-point): Do kinsoku; find the second best point or give
8928         it up if there's no breakable point.
8929
8930 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8931
8932         * nnimap.el (nnimap-open-connection): Message when opening connection
8933         for debugging purposes.
8934
8935         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8936         on every setup buffer call to allow this to change from article to
8937         article.
8938
8939         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8940         buffers where we have a wide table.
8941
8942 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8943
8944         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8945         uses *-request-thread.
8946
8947 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8948
8949         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8950         incantation, which is no longer valid.
8951
8952 2010-10-14  Julien Danjou  <julien@danjou.info>
8953
8954         * shr.el: Fix defcustom type (char -> character).
8955
8956 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8957
8958         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8959         programs.
8960
8961 2010-10-14  Julien Danjou  <julien@danjou.info>
8962
8963         * shr.el (shr-tag-a): Use url-link as widget type.
8964
8965         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8966         `gnus-group-get-icon'.
8967
8968 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8969
8970         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8971         This should make server editing work better.
8972
8973         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8974
8975         * tls.el (tls-program): Remove spurious %s from openssl.
8976
8977         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8978         (nnimap-parse-flags): Fix regexp.
8979
8980         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8981         probably work for CJVK text, too.
8982
8983         * nnimap.el (nnimap-extend-tls-programs): Remove.
8984         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8985
8986         * tls.el (tls-starttls-switches): Remove starttls hack.
8987         (open-tls-stream): Ditto.
8988         (tls-find-starttls-argument): Ditto.
8989
8990 2010-10-13  Julien Danjou  <julien@danjou.info>
8991
8992         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8993         responses.
8994
8995 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8996
8997         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8998
8999         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9000         anything in Emacs.
9001
9002         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9003
9004 2010-10-13  Julien Danjou  <julien@danjou.info>
9005
9006         * shr.el (shr-width): Make shr-width a defcustom with default to
9007         fill-column.
9008         (shr-tag-img): Use shr-width rather than fill-column.
9009
9010 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9011
9012         * dgnushack.el (byte-optimize-apply):
9013         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9014
9015         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9016         position when (X-)Faces exist.
9017         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9018         avatars when called interactively.
9019
9020 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9021
9022         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9023         gnus-article-x-face-too-ugly is bound.
9024
9025 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9026
9027         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9028
9029         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9030         mailbox that doesn't exist.
9031
9032 2010-10-12  Julien Danjou  <julien@danjou.info>
9033
9034         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9035         (shr-get-image-data): Encode URL properly when fetching from cache.
9036         (shr-tag-img): Use aligned-to spaces to align correctly images.
9037
9038         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9039         before inserting the Gravatar.
9040
9041         * shr.el (shr-tag-img): Add align attribute support for <img>.
9042
9043 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9044
9045         * gnus-gravatar.el (gnus-art): Require.
9046
9047         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9048         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9049         Remove long obsoleted functions.
9050
9051 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9052
9053         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9054
9055         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9056
9057         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9058         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9059         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9060         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9061         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9062         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9063         * sieve-manage.el, smime.el, spam.el:
9064         Fix comment for declare-function.
9065
9066 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9067
9068         * nnimap.el (nnimap-request-rename-group): Select group read-only
9069         before renaming it.
9070
9071         * shr.el (shr-insert): Fix up the white space only regexp.
9072
9073         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9074         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9075
9076         * shr.el (shr-current-column): New function.
9077         (shr-find-fill-point): New function.
9078
9079 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9080
9081         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9082         numbers.
9083
9084 2010-10-11  Julien Danjou  <julien@danjou.info>
9085
9086         * shr.el (shr-hr-line): Add.
9087         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9088         display hr lines.
9089         (shr-max-columns): Do not change state to nil if we just inserting
9090         spaces.
9091
9092 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9093
9094         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9095         select the last group.
9096
9097 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9098
9099         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9100
9101 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9102
9103         * dig.el (dig-mode-map): Declare and define in one step.
9104
9105 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9106
9107         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9108         for Gnus.
9109         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9110         (nnimap-update-qresync-info): Mark \Seen articles as read.
9111
9112         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9113         non-variable, too.
9114
9115         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9116         available.
9117         (nnimap-update-info): Rely more on the current active than the param
9118         active to avoid marking articles as read too much.
9119
9120         * auth-source.el (auth-source-create): Use (user-login-name) for the
9121         user name default.
9122
9123         * nnimap.el (nnimap-update-info): If the server doesn't return any
9124         useful info, just use the previous info.
9125         (nnimap-update-info): Prefer old info over start-article.
9126         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9127
9128 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9129
9130         * nnir.el (autoload): Clean up autoloads.
9131         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9132         Use key rather than value.
9133         (nnir-imap-search-other): New variable.
9134         (nnir-read-parm): Use it.
9135         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9136         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9137
9138 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9139
9140         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9141         the process, too.
9142
9143 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9144
9145         * spam.el (gnus-summary-mode-map): Bind to "$".
9146         Suggested by Russ Allbery.
9147
9148         * shr.el: Rework the way things are indented by <li> slightly.
9149
9150         * gnus.el (gnus-group-set-parameter): Fix typo.
9151
9152         * nnimap.el: Start implementing QRESYNC support.
9153
9154 2010-10-09  Julien Danjou  <julien@danjou.info>
9155
9156         * nnir.el (nnir-engines): Fix too many arguments.
9157
9158 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9159
9160         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9161         group is the "last", so that the backends like nnfolder actually save
9162         their folders.
9163
9164         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9165         try to use that for the tls stream.
9166         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9167         UIDVALIDITY and find out which groups are read-only and not.
9168         (nnimap-get-flags): Use the same marks parsing code as the rest of
9169         nnimap.
9170
9171 2010-10-09  Julien Danjou  <julien@danjou.info>
9172
9173         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9174
9175         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9176         retrieving gravatars.
9177
9178         * shr.el (shr-table-corner): Add.
9179         (shr-table-line): Add.
9180         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9181
9182 2010-10-08  Julien Danjou  <julien@danjou.info>
9183
9184         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9185
9186 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9187
9188         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9189
9190         * gnus-sum.el (gnus-mark-article-as-unread)
9191         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9192         (gnus-summary-set-bookmark): Use it.
9193
9194         * gnus-msg.el (gnus-setup-message): Use it.
9195
9196         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9197
9198         * gnus.el (gnus-group-remove-parameter): Use it.
9199
9200         * gnus-group.el (gnus-group-make-web-group): Use it.
9201
9202         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9203
9204         * nnregistry.el: Update docs to mention manual.
9205
9206         * gnus-registry.el: Update docs to mention nnregistry.el.
9207         (gnus-registry-initialize): Don't install nnregistry refer method
9208         automatically.
9209         (gnus-registry-install-nnregistry): Remove it.
9210
9211 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9212
9213         * shr.el (shr-insert): Don't insert double spaces.
9214
9215 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9216
9217         * gnus-gravatar.el (gnus-treat-from-gravatar)
9218         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9219         called interactively.
9220
9221         * gnus-art.el (gnus-mime-view-part-externally)
9222         (gnus-mime-view-part-internally): Make predicate function passed to
9223         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9224         of a mime type.
9225
9226         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9227
9228 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9229
9230         * shr.el (require): Require cl when compiling.
9231         (shr-tag-hr): New function.
9232
9233         * nnimap.el (nnimap-update-info): Remove double setting of high.
9234         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9235         This makes nnimap work properly on Courier again.
9236
9237         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9238         the variable for backwards compatibility.
9239
9240         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9241         the file name before using to avoid setting mm-default-directory to
9242         nil.
9243
9244         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9245         bidning gnus-agent variables.
9246
9247         * shr.el (shr-render-td): Use a cache for the table rendering function
9248         to avoid getting an exponential rendering behavior in nested tables.
9249         (shr-insert): Rework the line-breaking algorithm.
9250         (shr-insert): Don't leave trailing spaces.
9251         (shr-insert-table): Also insert empty TDs.
9252         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9253
9254 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9255
9256         * gnus-sum.el (gnus-number): Rename from `number'.
9257         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9258         (gnus-summary-limit-children): Update uses correspondingly.
9259
9260 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9261
9262         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9263         (gnus-gravatar-transform-address): Don't show avatars of people of
9264         which mail addresses match gnus-gravatar-too-ugly.
9265
9266 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9267
9268         * shr.el (shr-table-widths): Expand TD elements to fill available
9269         space.
9270
9271 2010-10-07  Julien Danjou  <julien@danjou.info>
9272
9273         * nnimap.el (nnimap-request-rename-group): Add this method.
9274
9275 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9276
9277         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9278         name from XEmacs' function-arglist.
9279
9280         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9281         gravatar under XEmacs.
9282
9283 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9284
9285         * auth-source.el: Update docs with TODO items.
9286
9287         * gnus-sync.el: Update docs to explain state and plans.
9288
9289         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9290         Hooks for mark updates.
9291         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9292
9293         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9294         hooks with arguments, which is needed for mark update hooks.
9295
9296 2010-10-06  Julien Danjou  <julien@danjou.info>
9297
9298         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9299         was matched.
9300
9301         * sieve-manage.el: Update example in `Commentary'.
9302
9303         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9304
9305         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9306         not 2000.
9307         (sieve-manage-authenticate): Re-add function.
9308
9309 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9310
9311         * shr.el (shr-insert): Get 'space transition right.
9312         (shr-render-td): Only delete space at the end of the TD.
9313
9314         * nnimap.el (nnimap-open-connection): Prepare to support
9315         open-gnutls-stream.
9316
9317         * shr.el: Rearrange function order to be more logical.
9318
9319 2010-10-06  Julien Danjou  <julien@danjou.info>
9320
9321         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9322         (nnrss-discover-feed): Remove 404 URL in docstring.
9323
9324         * nnir.el: Fix Swish-E URL.
9325         Fix Namazu URL.
9326
9327         * message.el (message-change-subject): Remove 404 URL in a comment.
9328
9329 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9330
9331         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9332         called interactively.
9333
9334         * gnus-util.el (gnus-remove-if): Allow hash table.
9335         (gnus-remove-if-not): New function.
9336
9337         * gnus-art.el (gnus-mime-view-part-as-type):
9338         * gnus-score.el (gnus-summary-score-effect):
9339         * gnus-sum.el (gnus-read-move-group-name):
9340         Replace remove-if-not with gnus-remove-if-not.
9341
9342         * gnus-group.el (gnus-group-completing-read):
9343         Regard collection as a hash table if it is not a list.
9344
9345 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9346
9347         * shr.el (shr-render-td): Allow blank/missing <TD>s.
9348
9349         * shr.el: Document the table-rendering algorithm.
9350
9351 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9352
9353         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
9354         for Emacsen having no `libxml-parse-html-region' support.
9355
9356 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9357
9358         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9359         invalid URLs.
9360
9361         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9362         line-broken.
9363         (shr-tag-img): Ignore image fetching errors.
9364         (shr-overlays-in-region): Compute overlay positions correctly.
9365
9366         * mm-decode.el (mm-shr): Require shr.
9367
9368         * gnus-art.el (gnus-blocked-images): Move variable here.
9369
9370         * shr.el (shr-insert-table): Bind free variable.
9371
9372         * mm-decode.el (mm-shr): Bind shr-content-function.
9373
9374         * shr.el (shr-content-function): New variable.
9375
9376         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9377         added for symmetry.
9378
9379         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9380
9381         * gnus-group.el (gnus-group-make-group): Doc fix.
9382
9383         * nnimap.el (nnimap-request-newgroups): Return success.
9384
9385         * shr.el (shr-find-elements): New function.
9386         (shr-tag-table): Put all the images after the table.
9387         (shr-tag-table): Really inhibit images inside the table.
9388         (shr-collect-overlays): Copy over overlays from the TD elements to the
9389         main document.
9390
9391         * mm-decode.el (mm-shr): Bind shr-blocked-images to
9392         gnus-blocked-images.
9393
9394 2010-10-05  Julien Danjou  <julien@danjou.info>
9395
9396         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9397
9398         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9399         (gnus-html-maximum-image-size): Add this function.
9400         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9401
9402         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9403         server-value of the capability is nil.
9404
9405 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9406
9407         * shr.el (shr-tag-em): Add <EM> tag.
9408
9409 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9410
9411         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9412         customizable.
9413
9414         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9415         handing broken links to browse-url.
9416
9417 2010-10-05  Julien Danjou  <julien@danjou.info>
9418
9419         * gnus-util.el (gnus-emacs-completing-read)
9420         (gnus-iswitchb-completing-read): Use autoload rather than require.
9421
9422 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9423
9424         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
9425         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
9426         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
9427         iswitchb-temp-buflist for XEmacs.
9428
9429         * gnus-util.el (gnus-completing-read-function): Exclude
9430         gnus-icompleting-read and gnus-ido-completing-read from candidates for
9431         XEmacs since iswitchb.el is very old and ido.el is unavailable in
9432         XEmacs.
9433
9434         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9435         not to use `delete-dups' that is unavailable in XEmacs 21.4.
9436
9437         * gnus-html.el: Don't require help-fns under XEmacs.
9438         (gnus-html-schedule-image-fetching): Work for XEmacs.
9439
9440         * mm-decode.el (mm-shr): Decode contents by charset.
9441
9442 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9443
9444         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9445         unknown.
9446
9447         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9448         (shr-get-image-data): Ensure against the cache file missing.
9449
9450         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9451         for data.
9452
9453         * spam-report.el (spam-report-url-ping-plain): Don't query about
9454         killing the process.
9455
9456         * shr.el (shr-render-td): Protect against too-wide text.
9457
9458 2010-10-04  Julien Danjou  <julien@danjou.info>
9459
9460         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9461         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9462
9463         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9464         retrieved.
9465
9466 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9467
9468         * shr.el (browse-url): Require.
9469         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9470         lines.
9471         (shr-show-alt-text, shr-browse-image): New commands.
9472         (shr-browse-url, shr-copy-url): New commands.
9473
9474         * gnus-sum.el (gnus-widen-article-window): New variable.
9475         (gnus-summary-select-article-buffer): Use it.
9476
9477         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9478         without @ signs.
9479
9480 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9481
9482         * nnir.el (nnir-run-imap): Remove spurious space in search string.
9483
9484 2010-10-04  Julien Danjou  <julien@danjou.info>
9485
9486         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9487         for XEmacs.
9488
9489 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9490
9491         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9492
9493         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9494         (nnimap-close-server): Implement.
9495
9496         * dgnushack.el (iswitchb): Require to shut up the compiler.
9497
9498         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9499         (shr-insert): Tweak line breaking.
9500         (shr-insert): Handle <pre> better.
9501         (shr-tag-li): Get <li> indentation right.
9502         (shr-tag-li): Get <li> indentation even righter.
9503         (shr-tag-blockquote): Ensure paragraph start.
9504         (shr-make-table): Tweak table generation.
9505         (shr-make-table): Fix typo.
9506
9507         * shr.el: Implement table rendering.
9508
9509 2010-10-04  Julien Danjou  <julien@danjou.info>
9510
9511         * gnus-html.el (gnus-html-put-image): Fix resize image code.
9512
9513 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9514
9515         * shr.el (shr-insert): Use string anchors instead of line anchors.
9516
9517 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9518
9519         * shr.el: Add headings.
9520         (shr-ensure-paragraph): Actually work.
9521         (shr-tag-li): Make <ul> prettier.
9522         (shr-insert): Get white space at the beginning/end of elements right.
9523         (shr-tag-p): Collapse subsequent <p>s.
9524         (shr-ensure-paragraph): Don't insert double line feeds after blank
9525         lines.
9526         (shr-insert): \t is also space.
9527         (shr-tag-s): Fix "s" tag name function.
9528         (shr-tag-s): Fix face prop name.
9529
9530 2010-10-03  Julien Danjou  <julien@danjou.info>
9531
9532         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9533
9534         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9535         gnus-window-inside-pixel-edges.
9536
9537         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9538         gnus-ems.
9539
9540         * mm-view.el (mm-inline-image-emacs): Support image resizing.
9541
9542         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9543         function.
9544
9545         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9546         resize choice.
9547
9548 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9549
9550         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9551         beginning of the buffer.
9552
9553         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9554         article buffer again.
9555
9556         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9557
9558         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9559         when it's at the start of the buffer.
9560
9561         * shr.el (shr-tag-blockquote): Convert name.
9562         (shr-rescale-image): Use the right image-size variant.
9563
9564         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9565         buffer isn't shown, then select the current article first instead of
9566         bugging out.
9567         (gnus-summary-select-article-buffer): Show both the article and summary
9568         buffers again.
9569
9570         * shr.el (shr-fontize-cont): Protect against regions with no text.
9571         Rename tag functions to shr-tag-* for enhanced security.
9572         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9573
9574 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9575
9576         * shr.el (shr-insert):
9577         * pop3.el (pop3-movemail):
9578         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9579         loaded.
9580
9581 2010-10-03  Glenn Morris  <rgm@gnu.org>
9582
9583         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9584
9585         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9586
9587         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9588
9589         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9590
9591         * gnus-util.el (gnus-make-local-hook): Simplify.
9592
9593 2010-10-02  Julien Danjou  <julien@danjou.info>
9594
9595         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9596         (gnus-ido-completing-read): New function.
9597         (gnus-emacs-completing-read): New function.
9598         (gnus-completing-read): Use gnus-completing-read-function.
9599         Add gnus-completing-read-function.
9600
9601 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9602
9603         * shr.el (shr-insert-document): Autoload.
9604         (shr-img): Be silent.
9605         (shr-insert): Add a newline after every picture before text.
9606         (shr-add-font): Use overlays for combining faces.
9607         (shr-insert): Pass upwards the text start point.
9608
9609         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9610         possible.
9611         (mm-shr): New function.
9612
9613 2010-10-02  Julien Danjou  <julien@danjou.info>
9614
9615         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9616         should go backward.
9617
9618 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9619
9620         * shr.el (shr): Fix typo in provide call.
9621
9622 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9623
9624         * shr.el: New file.
9625
9626         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9627
9628         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9629         completing read.
9630
9631 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9632
9633         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9634         we're being queried about.  Suggested by Dan Jacobson.
9635
9636         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9637         Suggested by Jason Eisner.
9638
9639         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9640         table, too.  Suggested by Stefan Wiens.
9641         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9642         the table unnecessary.  Suggested by Stefan Wiens.
9643
9644         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9645         longer needed, and probably doesn't work either, as pointed out by
9646         Stefan Wiens.
9647         (gnus-summary-exit): Remove call to the clearing function.
9648         (gnus-summary-exit-no-update): Ditto.
9649
9650         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9651         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9652         Reported by Stefan Monnier.
9653         (gnus-summary-save-in-rmail): Ditto.
9654
9655         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9656         article buffer, instead of both the article buffer and the summary
9657         buffer.  Sort of suggested by Dan Jacobson.
9658
9659         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9660
9661         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9662         Suggested by Dan Jacobson.
9663
9664         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9665         documentation clearer.
9666
9667         * message.el (message-shorten-references): Comment on the number "21".
9668         Suggested by Stefan Monnier.
9669
9670         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9671         Suggested by Dan Jacobson.
9672
9673         * gnus.el (gnus-large-newsgroup):
9674         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9675
9676         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9677         externalize attachments.  Bug reported by Steve Wen.
9678
9679         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9680         really message anything to the user.
9681
9682         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9683         directly.
9684
9685         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9686         messages in empty groups.
9687
9688 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9689
9690         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9691         non-UIDNEXT group.
9692
9693 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9694
9695         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9696         not the value from the collection.
9697
9698         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9699         values.  This sometimes happens on some groups that have no info.
9700         (nnimap-request-newgroups): New function.
9701
9702 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9703
9704         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9705         check into `gnus-registry-initialize'.
9706         (gnus-registry-initialize): Ditto.
9707         Fix and extend header docs.
9708
9709 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9710
9711         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9712         regexp backtrace overflows.
9713
9714         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9715         for starttls that tls.el implements; i.e. openssl.
9716
9717         * tls.el (tls-starttls-switches): Give up on using starttls with
9718         gnutls-cli.
9719         (tls-program): Add --insecure to be consistent with the defaults from
9720         openssl s_client.  Now all three commands are insecure.
9721
9722 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9723
9724         * lpath.el: Bind completion-styles-alist for XEmacs.
9725
9726         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9727         (gravatar-create-image): New function that's an alias to
9728         gnus-xmas-create-image, gnus-create-image, or create-image.
9729         (gravatar-data->image): Use it.
9730
9731 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9732
9733         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9734         install the nnregistry refer method.
9735         (gnus-registry-install-hooks): Use it.
9736         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9737         unfollowed groups.
9738
9739 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9740
9741         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9742         expanding threads.
9743
9744 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9745
9746         * nnir.el: Use the server names without suffixes (bug #7009).
9747
9748         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9749         unencrypted to STARTTLS, if possible.
9750
9751 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9752
9753         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9754         headers before superseding.
9755
9756 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9757
9758         * nnrss.el (nnrss-use-local): Add documentation.
9759
9760         * nnimap.el (nnimap-extend-tls-programs): New function.
9761         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9762         (nnimap-wait-for-connection): Accept the greeting from the stupid
9763         output from openssl s_client -starttls, too.
9764
9765         * tls.el (tls-starttls-switches): New variable.
9766         (tls-find-starttls-argument): Use it.
9767         (open-tls-stream): Ditto.
9768
9769         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9770         (netrc-machine): Ditto.
9771
9772         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9773         article number.
9774         (nnimap-split-fancy): New variable.
9775         (nnimap-split-incoming-mail): Use it.
9776
9777         * nntp.el (nntp-server-list-active-group): Document.
9778
9779         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9780         SELECT to get the message-id.
9781
9782         * mail-source.el (mail-sources): Remove webmail support.
9783         (defvar): Ditto.
9784         (mail-source-fetcher-alist): Ditto.
9785         (mail-source-fetch-webmail): Remove.
9786
9787         * webmail.el: Remove -- doesn't seem relevant any more.
9788
9789         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9790
9791         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9792         the \r.
9793
9794 2010-09-30  Julien Danjou  <julien@danjou.info>
9795
9796         * gnus-agent.el (gnus-agent-add-group): Fix call to
9797         gnus-completing-read.
9798
9799 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9800
9801         * nndoc.el (nndoc-retrieve-groups): New function.
9802
9803         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9804         `default', use nnmail-split-methods.
9805         (nnimap-request-article): Downcase the NILs so that they are nil.
9806
9807         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9808         symbol.
9809
9810         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9811         code, since if the user has requested network, that's what they ought
9812         to get.
9813         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9814         (nnimap-split-rule): Mark as obsolete.
9815
9816         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9817         New variable.
9818
9819         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9820         correct slot, too.
9821
9822 2010-09-29  Julien Danjou  <julien@danjou.info>
9823
9824         * gnus.el (gnus-local-domain): Declare variable obsolete.
9825
9826         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9827         Fix history computing.
9828         (gnus-ido-completing-read): Require ido.
9829
9830 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9831
9832         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9833         build Gnus.
9834
9835         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9836         when interpreting the structures.
9837         (nnimap-request-accept-article): Add \r\n to the lines to make this
9838         work with Cyrus.
9839
9840         * nndraft.el (nndraft-request-expire-articles): Use the group name
9841         instead if "nndraft".  Fix found by Nils Ackermann.
9842
9843 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
9844
9845         * nnregistry.el: Add.
9846
9847 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9848
9849         * nnmail.el (group, group-art-list, group-art):
9850         Remove unneeded directives.
9851
9852 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9855         (mm-mime-charset):
9856         * rfc2047.el (rfc2047-syntax-table):
9857         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9858
9859         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9860         rather than `insert-file-contents' and `eval-region'.
9861
9862         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9863         construction.
9864
9865         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9866
9867         * time-date.el: No need to require cl for Emacs 21.
9868
9869 2010-09-29  Julien Danjou  <julien@danjou.info>
9870
9871         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9872         replacement of `gnus-gravatar-relief' to mimic
9873         `gnus-faces-properties-alist'.
9874         Add :version property.
9875
9876 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9877
9878         * mail-source.el (mail-source-report-new-mail):
9879         * message.el (message-default-mail-headers):
9880         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9881
9882         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9883
9884 2010-09-28  Julien Danjou  <julien@danjou.info>
9885
9886         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9887         mail-address contains the same string as real-name.
9888
9889         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9890         non-blank in header, otherwise it'll get stripped.
9891
9892         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9893         real-name, and then for mail address rather than doing : or , search.
9894
9895 2010-09-27  Julien Danjou  <julien@danjou.info>
9896
9897         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9898         right completing-read function.
9899         (gnus-use-ido): New variable
9900         (gnus-completing-read-with-default): Remove.
9901         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9902         (gnus-agent-add-group):
9903         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9904         * mm-view.el (mm-view-pkcs7-decrypt):
9905         * mm-util.el (mm-codepage-setup):
9906         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9907         * mml-smime.el (mml-smime-openssl-sign-query):
9908         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9909         (mml-insert-multipart):
9910         * gnus-msg.el (gnus-summary-yank-message):
9911         * gnus-int.el (gnus-start-news-server):
9912         * mm-decode.el (mm-interactively-view-part):
9913         * gnus-dired.el (gnus-dired-attach):
9914         * gnus.el (gnus-read-method):
9915         * gnus-bookmark.el (gnus-bookmark-jump):
9916         * gnus-art.el (gnus-mime-view-part-as-type)
9917         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9918         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9919         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9920         * nnmairix.el (nnmairix-create-server-and-default-group)
9921         (nnmairix-update-groups, nnmairix-get-server)
9922         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9923         (nnmairix-get-group-from-file-path):
9924         * nnrss.el (nnrss-find-rss-via-syndic8):
9925         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9926         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9927         (gnus-group-browse-foreign-server):
9928         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9929         (gnus-summary-execute-command, gnus-summary-respool-article)
9930         (gnus-read-move-group-name):
9931         * gnus-score.el (gnus-summary-increase-score)
9932         (gnus-summary-score-effect):
9933         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9934
9935 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9936
9937         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9938         x-focus-frame.
9939
9940         * nnimap.el (auth-source-forget-user-or-password)
9941         (auth-source-user-or-password): Autoload.
9942
9943         * message.el (message-from-style, message-interactive)
9944         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9945         (message-yank-prefix, message-indentation-spaces, message-signature)
9946         (message-signature-file): Add comment.
9947
9948 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9949
9950         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9951         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9952         new articles.
9953
9954         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9955         parts.
9956         (nnimap-request-article): Work with the t setting, too.
9957
9958         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9959         that you don't get flashes of other buffers.
9960         (gnus-summary-show-complete-article): Intern before setting.
9961
9962 2010-09-27  David Engster  <dengste@eml.cc>
9963
9964         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9965         well as HEADERS.
9966         (nnmairix-retrieve-headers): Provide new argument for the above.
9967
9968 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9969
9970         * gnus-sum.el (gnus-summary-move-article): Don't alter
9971         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9972         group.
9973
9974         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9975
9976         * message.el (message-cite-prefix-regexp): Revert my last edit.
9977
9978         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9979         variable instead of the Gnus variable.
9980
9981         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9982
9983         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9984
9985         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9986         since some servers don't like it.
9987         (nnimap-open-connection): Forget credentials if the server says the
9988         password was wrong.
9989         (nnimap-parse-line): Protect against invalid data.
9990
9991         * gnus-sum.el (gnus-summary-move-article): Add comment.
9992         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9993         nothing alters it while scanning for new messages.
9994
9995         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9996         which may or may not help.
9997         (nnimap-open-connection): If we're doing a stream connection, and then
9998         discover we're on a STARTTLS-capable server, then open a STARTTLS
9999         connection instead.
10000
10001 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10002
10003         * nnimap.el (utf7): Require.
10004
10005         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10006         prefix.
10007
10008 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10009
10010         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10011
10012 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10013
10014         * nnimap.el (nnimap-request-accept-article): Message the error on
10015         error.
10016
10017 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10018
10019         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10020
10021 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10022
10023         * nndoc.el (nndoc-request-list): Return success always.
10024
10025         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10026         `fetch-old' -- we only want to fetch the articles we've requested.
10027         The rest are in the agent, probably.
10028         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10029         disappeared server" to something low.  It's not important.
10030
10031         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10032         arrived before the FETCH data.
10033
10034         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10035         target here, because we don't know the Gnus name of the group.
10036
10037         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10038         for the correct group.
10039
10040         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10041
10042         * gnus.el (gnus): Give a final warning after startup.
10043
10044         * gnus-util.el (gnus-action-message-log): New variable.
10045         (gnus-message): Use it.
10046         (gnus-final-warning): New function.
10047
10048         * nnimap.el (nnimap-open-connection): Record the greeting.
10049         (nnimap): Add greeting.
10050
10051 2010-09-26  Julien Danjou  <julien@danjou.info>
10052
10053         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10054         arguments.
10055         (gnus-html-wash-images): Fix spec computing to include start/end.
10056
10057         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10058
10059 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10060
10061         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10062         deletion.
10063         (nnimap-retrieve-headers): Don't select the group, because that's
10064         already done by nnimap-possibly-change-group.
10065
10066         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10067         (gnus-picon-transform-address): Use it.
10068
10069         * mail-source.el (mail-source-value): Revert previous patch.
10070
10071         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10072         on failure.
10073         (nnimap-open-connection): Look up both virtual and physical server name
10074         credentials.
10075
10076         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10077
10078 2009-02-07  Dave Love  <fx@gnu.org>
10079
10080         * tls.el (open-tls-stream): Don't query killing process.
10081
10082 2009-02-08  Dave Love  <fx@gnu.org>
10083
10084         * gnus-win.el (gnus-window-to-buffer-helper)
10085         (gnus-all-windows-visible-p): Function needn't be a symbol.
10086
10087         * mail-source.el (mail-source-value): Function needn't be a symbol.
10088
10089 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10090
10091         * message.el (message-cite-prefix-regexp): Remove } from the cite
10092         prefix.
10093
10094         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10095         highlight again, so that the highlight is correct.
10096
10097         * gnus-picon.el (gnus-picon): Remove again.
10098         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10099
10100         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10101         doing the header highlightling, so that the background color of the
10102         picon is correct.
10103
10104         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10105         (gnus-picon): Ditto.
10106         (gnus-picon): Reinstate.  The background color for picons is white.
10107         (gnus-picon-insert-glyph): Make the background white.
10108
10109         * nnml.el (nnml-open-nov): Don't return dead buffers.
10110
10111         * auth-source.el (auth-source-create): Query the user for whether to
10112         store the credentials.
10113
10114         * netrc.el (netrc-store-data): New function.
10115
10116         * auth-source.el (auth-source-user-or-password): Use the existing auth
10117         sources, if any, for creation.
10118
10119         * gnus.el (gnus-group-fast-parameter): Return the last matching
10120         parameter instead of the first matching parameter.
10121
10122 2010-09-26  Julien Danjou  <julien@danjou.info>
10123
10124         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10125
10126 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10127
10128         * mml2015.el (mml2015-use): Remove gpg support.
10129
10130         * mml1991.el (mml1991-function-alist): Remove gpg function.
10131         (mml1991-gpg-sign): Remove.
10132
10133 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10134
10135         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10136         (gnus-browse-unsubscribe-current-group): Document it.
10137         (gnus-browse-unsubscribe-group): Use it.
10138
10139 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10140
10141         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10142         address to the To list for easier response.
10143
10144         * gnus.el (gnus-play-startup-jingle): Remove.
10145         (gnus-splash): Don't play jingle.
10146         (gnus): Silence gnus-load message.
10147
10148         * gnus-art.el (gnus-treat-play-sounds): Remove.
10149
10150         * gnus.el (gnus-play-jingle): Remove audio support.
10151
10152         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10153
10154         * earcon.el: Remove -- no users.
10155
10156         * gnus-audio.el: Remove -- no users of this package.
10157
10158         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10159
10160         * gnus-start.el (gnus-setup-news): Remove nocem support.
10161
10162         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10163
10164         * gnus.el (gnus-use-nocem): Remove.
10165
10166         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10167         Remove.
10168
10169         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10170         uses NoCeM any more.
10171
10172         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10173         (gnus-button-ctan-handler): Ditto.
10174         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10175         (gnus-button-ctan-directory-regexp): Ditto.
10176         (gnus-button-handle-ctan): Ditto.
10177         (gnus-button-tex-level): Ditto.
10178         (gnus-button-alist): Remove CTAN stuff.
10179
10180 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10181
10182         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10183         nnimap-streaming test.
10184
10185         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10186         servers twice.
10187
10188         * nnimap.el (nnimap-open-connection): Add more error reporting when
10189         nnimap fails early.
10190
10191         * nnheader.el (nnheader-get-report-string): New function.
10192         (nnheader-get-report): Use it.
10193
10194         * gnus-int.el (gnus-check-server): Say what the error was when opening
10195         failed.
10196
10197         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10198         using streaming.
10199
10200 2010-09-25  Julien Danjou  <julien@danjou.info>
10201
10202         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10203         gnus-window-inside-pixel-edges.
10204
10205 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10206
10207         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10208
10209         * mm-decode.el (mm-save-part): Allow saving to other directories the
10210         normal Emacs way.
10211
10212         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10213         Suggested by Jay Berkenbilt.
10214
10215         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10216         there isn't a single byte.
10217
10218         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10219         just do it.  It doesn't really seem to matter what the user responds
10220         here, I think, so it's just a confusing question.
10221
10222         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10223         non-streaming case.
10224
10225         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10226         (gnus-article-encrypt-body): Use it.
10227
10228         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10229         keystroke.
10230
10231         * nnimap.el (nnimap-find-wanted-parts-1):
10232         Use gnus-fetch-partial-articles.
10233
10234         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10235
10236         * nnimap.el (nnimap-insert-partial-structure): New function.
10237         (nnimap-get-partial-article): New function.
10238         (nnimap-request-article): Use it.
10239         (nnimap-wait-for-response): Return whether the wait was successful.
10240         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10241         retrieval wasn't successful.
10242         (nnimap-retrieve-group-data-early): Allow throttling servers.
10243         (nnimap-streaming): New variable.
10244         (nnimap-fetch-partial-articles): Remove.
10245
10246         * mm-decode.el (mm-with-part): Protect against killed buffers.
10247
10248         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10249         for prettier summary display.
10250
10251 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10252
10253         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10254
10255 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10256
10257         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10258         apparently third-party libraries depend on it.
10259
10260         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10261         before starting negotiation.
10262
10263         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10264         privacy reasons.
10265         (gnus-treat-mail-gravatar): Ditto.
10266
10267         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10268         buffer when inserting images.  Inserting text into the headers, for
10269         instance, can make them invalid.
10270
10271 2010-09-25  Julien Danjou  <julien@danjou.info>
10272
10273         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10274         variables.
10275
10276         * nnheader.el: Remove useless variables news-reply-yank-from and
10277         news-reply-yank-message-id.
10278
10279         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10280         variables.
10281
10282         * mml1991.el: Remove useless mml1991-verbose.
10283
10284         * gnus.el: Remove useless variable gnus-use-generic-from.
10285         Remove obsolete variable gnus-topic-indentation.
10286
10287         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10288
10289         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10290
10291         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10292
10293         * gnus-group.el: Remove useless gnus-group-icon-cache.
10294         Remove useless gnus-ephemeral-group-server.
10295
10296         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10297
10298         * mml2015.el: Remove useless mml2015-verbose.
10299
10300         * mml-smime.el: Remove useless mml-smime-verbose.
10301
10302         * gnus.el: Remove useless gnus-local-domain.
10303
10304         * gnus-gravatar.el (gnus-gravatar-transform-address):
10305         Use gnus-gravatar-size.
10306
10307         * gnus-art.el: Remove useless gnus-treat-translate.
10308
10309 2010-09-24  Julien Danjou  <julien@danjou.info>
10310
10311         * gnus-sum.el: Add support for Gravatars.
10312
10313         * gnus-art.el: Add support for Gravatars.
10314
10315         * gnus-gravatar.el: Add this file.
10316
10317         * gravatar.el: Add this file.
10318
10319 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10320
10321         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10322
10323         * gnus-group.el (gnus-group-fetch-faq): Remove.
10324
10325         * gnus.el (gnus-group-faq-directory): Remove.
10326
10327         * gnus-group.el (gnus-group-fetch-charter): Remove.
10328
10329         * gnus.el (gnus-group-charter-alist): Remove.
10330
10331         * gnus-group.el (gnus-group-archive-directory): Remove.
10332         (gnus-group-recent-archive-directory): Ditto.
10333         (gnus-group-make-archive-group): Remove.
10334
10335         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10336
10337         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10338         use the same article number for all the cached articles.
10339
10340         * nnimap.el (nnimap-command): Register the last command time so
10341         that we can use it for idling NOOPs.
10342         (nnimap-open-connection): Start the keeplive timer.
10343         (nnimap-make-process-buffer): Store all the process buffers.
10344         (nnimap-keepalive): New function.
10345
10346         * starttls.el (starttls-open-stream): Add autoload cookie.
10347
10348 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10349
10350         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10351         handling.
10352
10353 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10354
10355         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10356         its data structures.
10357
10358         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10359         instead of the cl.el copy-list.
10360         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10361         equalp.
10362
10363 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10364
10365         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10366         and tool-bar-local-item-from-menu.
10367
10368         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10369         mode-line-highlight face for Emacs.
10370
10371         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10372         loading gnus-sum.elc; fix comment for canlock-verify.
10373         (gnus-article-jump-to-part): Use read-number.
10374         (gnus-insert-mime-button, gnus-insert-mime-security-button):
10375         Remove Emacs pre-21 compatible code for help-echo.
10376         (gnus-article-next-page-1): No need to adjust the number of lines.
10377         (gnus-article-describe-bindings): Always use help-buffer.
10378
10379         * gnus-audio.el (gnus-audio-inline-sound):
10380         * gnus-cus.el (gnus-custom-mode):
10381         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10382
10383         * gnus-sum.el (gnus-remove-overlays): Doc fix.
10384
10385         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10386         compatible code.
10387
10388 2010-09-24  Glenn Morris  <rgm@gnu.org>
10389
10390         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10391         visiting the fcc file in rmail-mode.
10392
10393         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
10394
10395 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10396
10397         * nnir.el: Silence the byte compiler.
10398
10399         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10400         alias to browse-url-url-encode-chars if any.
10401         (gnus-html-encode-url): Use it.
10402
10403 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10404
10405         * gnus-start.el (gnus-use-backend-marks): New variable.
10406         (gnus-get-unread-articles-in-group): Use it.
10407
10408         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10409         makeover.
10410
10411 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10412
10413         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10414
10415 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10416
10417         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10418         Remove.
10419         (gnus-setup-news-hook):
10420         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10421
10422         * gnus-int.el (gnus-request-update-info): Protect against backends not
10423         having the function.
10424
10425         * nnimap.el (nnimap-stream): Mention starttls.
10426         (nnimap-open-connection): Add starttls support.
10427
10428 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10429
10430         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10431
10432 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10433
10434         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10435         BODYSTRUCTUREs.
10436         (nnimap-transform-headers): Unfold quoted {42} headers.
10437
10438         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10439         the info.
10440         (gnus-get-unread-articles): Only call updatep on backends that support
10441         it.
10442
10443         * nnweb.el (nnweb-request-update-info): NOOP.
10444
10445         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10446
10447         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10448         since it only deals with marks.
10449
10450         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10451         gnus-request-marks, and make a new gnus-request-update-info.
10452
10453         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10454         the active instead of the high number, which is usually too low.
10455
10456 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
10457
10458         * netrc.el (netrc-parse): Remove encrypt.el mentions.
10459         * encrypt.el: Remove.
10460
10461 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10462
10463         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10464         server in symbolic form.
10465
10466         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10467
10468 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10469
10470         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10471         (nnimap-update-info): Fix up code slightly.
10472
10473         * gnus-int.el (gnus-open-server): Add tracing for performance
10474         debugging.
10475
10476         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10477         (gnus-group-insert-group-line): Pass the real group name so that it
10478         gets the right data.
10479
10480         * gnus-start.el (gnus-get-unread-articles): Don't have
10481         `gnus-get-unread-articles-in-group' update info, since that can be
10482         really slow and doesn't seem to be needed?
10483
10484 2010-09-22  Dan Christensen  <jdc@uwo.ca>
10485
10486         * time-date.el (date-to-time): Try using parse-time-string first before
10487         using the slower timezone-make-date-arpa-standard.
10488
10489 2010-09-22  Julien Danjou  <julien@danjou.info>
10490
10491         * gnus-group.el (gnus-group-insert-group-line):
10492         Call gnus-group-highlight-line.
10493         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10494         default hook list.
10495         (gnus-group-update-eval-form): Add new function.
10496         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10497         (gnus-group-get-icon): Use gnus-group-update-eval-form.
10498
10499 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10500
10501         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10502         immediate, then expire all articles.
10503         (nnimap-update-info): Fix off-by-one errors.
10504         (nnimap-flags-to-marks): Would return no marks lists for group with no
10505         flags.  Instead return the other data.
10506
10507 2010-09-22  Julien Danjou  <julien@danjou.info>
10508
10509         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10510         Only return an icon.
10511         (gnus-group-insert-group-line): Compute icon to return.
10512
10513         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10514         (gnus-html-image-fetched): Only cache if
10515         gnus-html-image-automatic-caching is set.
10516         (gnus-html-image-fetched): Check for errors.
10517
10518 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10519
10520         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10521         once per method on `g'.  This ensures that backends like nnfolder don't
10522         open all their folders.
10523
10524         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10525         (nnimap-request-list): Nix out group in the correct buffer.
10526         (nnimap-parse-flags): Implement by using `read' instead of
10527         hand-parsing.
10528         (nnimap-flags-to-marks): Pass on permanent-flags.
10529         (nnimap-make-process-buffer): Record the server name.
10530         (nnimap-parse-flags): Fix typo.
10531         (nnimap-request-scan): Run split on the server in general, not just a
10532         single group.
10533
10534         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10535         parameter, and propagate this downwards.
10536
10537         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10538         since EXAMINE changes it on the server.
10539
10540         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10541         this command might take a while.
10542
10543 2010-09-22  Julien Danjou  <julien@danjou.info>
10544
10545         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
10546         harmful if you have 2 images side-by-side, they can't be properly
10547         update on text deletion.  Using text-property is safer here.
10548         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10549         data.
10550
10551 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10552
10553         * nnimap.el (nnimap-expunge-inbox): Remove.
10554         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10555         (nnimap-expunge): Flip default to t.
10556
10557         * gnus.el (gnus-method-to-server): Don't push things to the cache
10558         unless it's unique.
10559         (gnus-server-to-method): Ditto.
10560
10561 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10562
10563         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10564
10565 2010-09-22  Julien Danjou  <julien@danjou.info>
10566
10567         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10568         get the start of data.
10569         (gnus-html-encode-url): Add this function to encode special chars in
10570         URL.
10571         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10572         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10573
10574         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10575         default.
10576         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10577
10578         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10579         images alt-text.
10580         (gnus-html-put-image): Put alt-text as help-echo.
10581
10582 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10583
10584         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10585         * mm-util.el (mm-decompress-buffer):
10586         * nnir.el (nnir-run-find-grep):
10587         * pop3.el (pop3-list): Use 3rd arg of split-string.
10588
10589         * time-date.el (format-seconds): Comment fix.
10590
10591         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
10592         and byte-optimize-form-code-walker.
10593         (dgnushack-make-auto-load): Don't advise make-autoload.
10594
10595         * lpath.el: Remove Emacs 21 stuff.
10596
10597 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10598
10599         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10600         outside the active range.  Suggested by Dan Christensen.
10601
10602         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10603         slightly later to avoid double-getting it.
10604
10605         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10606         previous patch.
10607
10608         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10609
10610 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10611
10612         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10613
10614 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10615
10616         * gnus-int.el (gnus-open-server): Give a better error message in the
10617         "go offline" case.
10618
10619         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10620         marks for nnimap, which is seldom the right thing to do.
10621
10622         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10623         (gnus-same-method-different-name): New function.
10624
10625         * nnimap.el (parse-time): Require.
10626
10627         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10628         method in the presence of many similar methods.
10629
10630         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10631
10632         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10633         nnml-inhibit-expiry.
10634
10635         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10636         find out whether methods are equal.
10637
10638         * nnimap.el (nnimap-find-expired-articles): New function.
10639         (nnimap-process-expiry-targets): New function.
10640         (nnimap-request-move-article): Request the article before looking at
10641         what the Message-ID is.  Fix found by Andrew Cohen.
10642         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10643
10644         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10645         for oldness in addition to being a predicate.
10646
10647         * nnimap.el (nnimap-request-group): When we have zero articles, return
10648         the right data to Gnus.
10649         (nnimap-request-expire-articles): Only delete articles immediately if
10650         the target is 'delete.
10651
10652         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10653         method, this would bug out.
10654
10655         * gnus-group.el (gnus-group-expunge-group): Rename from
10656         gnus-group-nnimap-expunge, and implemented as a normal interface
10657         function.
10658
10659         * gnus-int.el (gnus-request-expunge-group): New function.
10660
10661         * nnimap.el (nnimap-request-create-group): Implement.
10662         (nnimap-request-expunge-group): New function.
10663
10664 2010-09-21  Julien Danjou  <julien@danjou.info>
10665
10666         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10667         (gnus-html-cache-expired): Add new function.
10668         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10669         wethever we should display image for fetch it.
10670         Compute alt-text earlier to pass it to the fetching function too.
10671         (gnus-html-schedule-image-fetching): Change function argument to only
10672         get one image at a time, not a list.
10673         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10674         cache.
10675         (gnus-html-get-image-data): New function to retrieve image data from
10676         cache.
10677         (gnus-html-put-image): Change buffer argument to use image data rather
10678         than file, and place image above region rather than inserting a new
10679         one.  Do not take alt-text as argument, since it's useless now: we place
10680         the image above alt-text.
10681         (gnus-html-prune-cache): Remove.
10682         (gnus-html-show-images): Start to fetch image when we find one, do not
10683         push into a temporary list.
10684         (gnus-html-prefetch-images): Only fetch image if they have expired.
10685         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10686         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10687
10688 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10689
10690         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10691
10692 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10693
10694         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10695         spec inser "*" if the group isn't active instead of 0.
10696
10697         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10698         opening the server.
10699         (nnimap-request-delete-group): Implement group deletion.
10700         (nnimap-transform-headers): Return the size of the entire message in
10701         the Bytes header, not just the size of the first part.
10702         (nnimap-request-move-article): When moving an article from nnimap,
10703         request the article first so the accepting form has an article to
10704         accept.  Reported by Dan Christensen.
10705         (nnimap-command): Make sure that the error message doesn't error out.
10706
10707 2010-09-20  David Edmondson  <dme@dme.org>
10708
10709         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10710         we haven't requested anything.
10711
10712 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10713
10714         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10715         "".  Fix found by Andrew Cohen.
10716
10717         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10718         instead of -encode-string.
10719
10720 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10721
10722         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10723
10724         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10725         by mm-subst-char-in-string.
10726
10727 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10728
10729         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10730         waiting for the connection string.
10731
10732         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10733         arriving.
10734
10735         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10736         bogus characters.  This allows selecting certain Gmail groups.
10737
10738         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10739         (nnimap-fetch-partial-articles): New variable.
10740         (nnimap-open-connection): When looking for credentials, also use the
10741         nnimap-server-port.
10742         (nnimap-request-article): Return the group/article number, so that Gnus
10743         `^' works as expected.
10744         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10745
10746         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10747         comments.
10748         (gnus-methods-sloppily-equal): New function.
10749         (gnus): When using the development version of Gnus, load the gnus-load
10750         file.
10751
10752         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10753         `gnus-open-server' on each method before trying to scan them etc.
10754         This ensures that all the backend parameters are set correctly.
10755
10756         * nnimap.el (nnimap-authenticator): New variable.
10757         (nnimap-open-connection): Allow anonymous login.
10758         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10759         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10760
10761         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10762         patch, found by Knut Anders Hatlen.
10763
10764 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10765
10766         * gnus-agent.el (gnus-agent-batch-confirmation)
10767         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10768         to gnus-message.
10769         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10770         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10771         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10772         * gnus-int.el (gnus-open-server): Likewise.
10773         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10774         (gnus-score-check-syntax): Likewise.
10775         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10776         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10777         Likewise.
10778         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10779
10780 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10781
10782         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10783         calling conventions so that prefetch doesn't bug out.
10784
10785 2010-09-19  Julien Danjou  <julien@danjou.info>
10786
10787         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10788         rather than `subst-char-in-region' in order to be able to replace ASCII
10789         char by UTF-8 ones.
10790
10791         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10792         than curl.
10793         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10794         the right URL and ALT text on images.
10795         (gnus-html-wash-tags): Fix tag case.
10796         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10797         (gnus-article-html): Add -o display_ins_del=2 option.
10798         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10799
10800 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10801
10802         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10803         the extra mail headers, which sometimes seem to happen for unknown
10804         reasons.
10805
10806         * mail-parse.el (mail-header-encode-parameter): Define as
10807         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10808         (or most, perhaps?) mail readers don't understand the latter, but do
10809         understand the former.
10810
10811         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10812         to nil, so that no methods are automatically agentized.  I think this
10813         is probably what most users want.
10814
10815         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10816         from url-retrieve, for instance about invalid URLs.
10817
10818         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10819         groups that have no articles.
10820         (nnimap-request-article): Check that we really got an article when we
10821         requested one.
10822
10823         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10824         doesn't exist.
10825
10826         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10827         nntp buffer so the agent can save it.
10828         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10829         that CRLF doesn't get translated to \n.
10830         (nnimap-open-connection): Don't make 'shell commands only send \n.
10831
10832 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10833
10834         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10835         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10836         Update var name.
10837         (nnml-generate-nov-file): Use dolist.
10838         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10839         Use with-current-buffer.
10840
10841 2010-09-18  Julien Danjou  <julien@danjou.info>
10842
10843         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10844         parallel.
10845
10846 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10847
10848         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10849         the range update right.
10850         (nnimap-request-group): Don't make `M-g' bug out on group with no
10851         marks.
10852         (nnoo): Require, so that other packages can require nnimap.
10853         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10854         command we're looking for.  This helps when the server sends more
10855         responses after we've gotten everything we expected.
10856         (nnimap): Add a `newlinep' field to keep track of end-of-line
10857         conventions.
10858         Don't send CRLF to things that don't want it.
10859         (nnimap-request-accept-article): Ditto.
10860
10861 2010-09-18  Julien Danjou  <julien@danjou.info>
10862
10863         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10864         than curl to retrieve images.
10865
10866 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10867
10868         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10869         the marks.
10870         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10871         (nnimap-wait-for-connection): New function.
10872         (nnimap-open-connection): If we have PREAUTH, don't query for login
10873         credentials.
10874         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10875         when doing a partial update.
10876
10877 2010-09-18  Julien Danjou  <julien@danjou.info>
10878
10879         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10880         tags.
10881
10882 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10883
10884         * nnimap.el (nnimap-credentials): New function.
10885         (nnimap-open-connection): Use the new function to look for credentials
10886         also on the numeric equivalents of "imap" and "imaps".
10887
10888         * gnus-start.el (gnus-activate-group): Send the info to
10889         gnus-request-group.
10890
10891         * nnimap.el (nnimap-request-group): Have the "check" version of the
10892         function parse flags and update the info, so that a `M-g' get a total
10893         resync of all flags from the group.
10894
10895         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10896         to allow backends to alter the info on group selection.  Also alter all
10897         the backend -request-group functions to take the parameter.
10898
10899         * nnimap.el (nnimap-store-info): New function.
10900         (nnimap-update-info): Store the info for later usage.
10901         (nnimap-request-group): Use the stored info for the dont-check case, so
10902         that we don't retrieve all marks when we enter a group.
10903
10904         * nnimap.el: Use deffoo instead of defun for interface functions.
10905
10906         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10907         update the group info.  This makes the nndraft groups, for instance, go
10908         back to their old behavior.
10909
10910         * gnus-sum.el (gnus-select-newsgroup): Indent.
10911
10912         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10913         in.
10914         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10915         nothing.
10916
10917         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10918         from methods that are denied.
10919
10920         * gnus-int.el (gnus-method-denied-p): New function.
10921
10922         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10923         store the password instead of netrc.
10924         (nnimap-open-connection): Don't error out when we can't make a
10925         connections.
10926
10927         * auth-source.el (auth-source-create): In the password prompt, say what
10928         we're querying for.  Also prompt for user name if that hasn't been
10929         given.
10930
10931         * nnimap.el (nnimap-with-process-buffer): Remove.
10932
10933 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10934
10935         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10936         method when we're reading from the agent.
10937
10938         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10939
10940         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10941         that's probably most useful for users.
10942
10943         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10944         "failed" all the time.
10945
10946         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10947         ...)) with (with-current-buffer ... ).
10948
10949         * nntp.el (nntp-open-server): Return whether the open was successful or
10950         not.
10951
10952         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10953         select an unread unseen article first.
10954
10955         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10956         /etc/services, supply some sensible port defaults.
10957
10958         * dgnushack.el: Define netrc-credentials.
10959
10960 2010-09-17  Julien Danjou  <julien@danjou.info>
10961
10962         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10963
10964 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10965
10966         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10967         doesn't have any parameters.
10968
10969 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10970
10971         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10972         only upcased checks.
10973
10974         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10975
10976         * nnimap.el (nnimap-open-shell-stream): New function.
10977         (nnimap-open-connection): Use it.
10978         (nnimap-transform-headers): Get the number of lines in each message.
10979         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10980         number of lines.
10981         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10982         problem.
10983
10984         * utf7.el (utf7-encode): Autoload.
10985
10986         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10987         to allow the mail splitting to not return a default group.  This is
10988         useful for nnimap, which will leave unmatched mail in the inbox.
10989
10990         * nnimap.el: Rewritten.
10991
10992         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10993         nnimap usage.
10994
10995         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10996         if the move is internal, so that nnimap can do fast internal moves.
10997
10998         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10999         data.
11000         (gnus-read-active-for-groups): Support finishing the early retrieval of
11001         data.
11002
11003         * gnus-range.el (gnus-range-nconcat): New function.
11004
11005         * gnus-int.el (gnus-finish-retrieve-group-infos)
11006         (gnus-retrieve-group-data-early): New functions.
11007
11008 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11009
11010         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11011         (nnrss-retrieve-groups):
11012         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11013         (pop3-quit): Use with-current-buffer.
11014
11015 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11016
11017         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11018         instead of nnheader-accept-process-output.
11019
11020         * dgnushack.el (dgnushack-compile): Add comment.
11021
11022         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11023
11024         * gnus-html.el (gnus-html-schedule-image-fetching)
11025         (gnus-html-prefetch-images): Replace process-kill-without-query by
11026         gnus-set-process-query-on-exit-flag.
11027
11028 2010-09-16  Romain Francoise  <romain@orebokech.com>
11029
11030         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11031
11032 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11033
11034         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11035         parameter to unintern is mandatory-ish in Emacs 24.
11036
11037         * gnus-html.el (gnus-html-schedule-image-fetching)
11038         (gnus-html-prefetch-images): Check for curl before using it.
11039
11040         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11041         depend on curl, which isn't essential.
11042
11043         * imap.el: Revert back to version
11044         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11045         seem problematic.
11046
11047 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11048
11049         * gnus-registry.el (gnus-registry-install-shortcuts):
11050         Explicitly pass `obarray' to `unintern' to avoid a warning.
11051
11052 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11053
11054         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11055         change.
11056
11057         * nnrss.el (nnrss-request-list): Remove this function and related
11058         functions, including the moreover stuff.
11059
11060 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11061
11062         * nnrss.el (nnrss-retrieve-groups): New function.
11063
11064 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11065
11066         * .dir-locals.el: Add no-byte-compile cookie.
11067
11068 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11069
11070         * time-date.el (format-seconds): Comment fix.
11071
11072         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11073         for back end that doesn't support request-scan.
11074
11075 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11076
11077         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11078         then do request scans from the backends.
11079
11080         * netrc.el (netrc-credentials): New conveniency function.
11081
11082         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11083         avoid running a hook per line, since this takes a lot of time,
11084         profiling shows.
11085         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11086         directly if gnus-visual-p is true.
11087
11088 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11089
11090         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11091         groups; replace mapcar with dolist which is a bit faster; pass groups
11092         info to gnus-read-active-file-1.
11093         (gnus-read-active-file-1): Scan only specified groups if the new
11094         optional arg `infos' is given.
11095
11096 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11097
11098         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11099
11100         * pop3.el (pop3-movemail): Remove.
11101         (pop3-streaming-movemail): Rename to pop3-movemail.
11102
11103         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11104         don't restrict end-tag searches to the end of the line.
11105
11106 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11107
11108         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11109         articles of every unchecked group to t, which means unknown since the
11110         server has never been opened.
11111
11112 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11113
11114         * gnus-html.el (gnus-html-show-alt-text): New command.
11115         (gnus-html-browse-image): Ditto.
11116         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11117         to browse the image directly.
11118         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11119         better.
11120
11121         * gnus-async.el (gnus-async-article-callback):
11122         Call `gnus-html-prefetch-images' unconditionally.
11123
11124         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11125         before feeding URLs to curl.
11126
11127 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11128
11129         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11130         internal images as deletable by `W D D'.
11131
11132         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11133         (gnus-async-article-callback): Fix typo.
11134
11135 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11136
11137         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11138         current line to work around bugs in the output from w3m.
11139
11140         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11141         for groups that want that.
11142
11143         * nntp.el (nntp-wait-for-string): Supply a timeout for
11144         accept-process-output to ensure progress.
11145
11146         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11147         level to get unread articles from, then use that for foreign groups,
11148         too.
11149
11150         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11151         confuses the rest of the function.
11152
11153         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11154         for the methods that support -retrieve-groups, too.
11155
11156         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11157
11158 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11159
11160         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11161         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11162
11163         * pop3.el: Require cl when compiling.
11164         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11165
11166 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11167
11168         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11169         that aren't going to be activated.
11170         (gnus-get-unread-articles): Fix up the last commit.
11171
11172         * gnus-html.el (gnus-article-html): Allow calling without specifying
11173         the handle.  In that case, dissect the buffer first.
11174
11175         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11176
11177         * nnimap.el (nnimap-open-connection): Revert the change that would look
11178         into authinfo for imaps instead of imap.
11179
11180         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11181         say that you don't want to call gnus-request-group with don-check, but
11182         do check the reponse.  This is for virtual groups only.
11183         (gnus-get-unread-articles): Count the archive groups as secondary, so
11184         that they're activated the same way as before.
11185
11186         * imap.el (imap-message-map): Removed optional buffer parameter, since
11187         no callers use it.
11188         (imap-message-get): Ditto.
11189         (imap-message-put): Ditto.
11190         (imap-mailbox-map): Ditto.
11191         (imap-mailbox-put): Ditto.
11192         (imap-mailbox-get): Ditto.
11193         (imap-mailbox-get): Revert last change for this function.
11194
11195         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11196         case-insensitively.
11197         (nnimap-debug): Remove.
11198
11199         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11200         callers to use `imap-fetch' instead.  According to the comments, this
11201         should be safe, since all other IMAP clients use the 1:* syntax.
11202         (imap-enable-exchange-bug-workaround): Remove.
11203         (imap-debug): Remove -- doesn't seem very useful.
11204
11205         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11206         mail from a file, and the file doesn't exist.
11207
11208         * imap.el (imap-log): New convenience function used throughout instead
11209         of repeating the same code all over the place.
11210
11211         * pop3.el (pop3-streaming-movemail): Return t for success.
11212
11213         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11214         .authinfo if we're using ssl connection.
11215
11216         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11217         already have if we're in a main Gnus `g' run.
11218
11219         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11220
11221 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11222
11223         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11224
11225         * nnmh.el (nnmh-request-list-1): Bind `file'.
11226
11227         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11228         alias to set-process-query-on-exit-flag or process-kill-without-query.
11229         (pop3-open-server): Use it.
11230
11231 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11232
11233         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11234         box to the Incoming file.  Fixes mistake in previous checkin.
11235
11236         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11237         request loop (for debugging purposes) removed.
11238
11239         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11240         culprit is more visible.
11241         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11242         (nnml-add-incremental-nov): New functions to do "incremental" nov
11243         updates, where we just append to the end of the existing nov files
11244         without reading/writing them in full.
11245
11246         * mail-source.el (mail-source-delete-crash-box): Really only check the
11247         incoming files once in a while.
11248
11249         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11250
11251         * mail-source.el (mail-source-delete-crash-box): Only check the
11252         incoming files for deletion once per day to save a lot of file
11253         accesses.
11254
11255         * pop3.el (pop3-logon): Fix up unbound variable typo.
11256
11257         * mail-source.el (pop3-streaming-movemail): Autoload.
11258
11259         * pop3.el (pop3-streaming-movemail):
11260         Respect pop3-leave-mail-on-server.
11261
11262         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11263         retrieval.
11264
11265         * pop3.el (pop3-process-filter): Remove unused function.
11266         (pop3-streaming-movemail, pop3-send-streaming-command)
11267         (pop3-wait-for-messages, pop3-write-to-file)
11268         (pop3-number-of-responses): New functions for streaming pop3
11269         retrieval.
11270
11271         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11272         come from no known methods.
11273         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11274         list.
11275
11276         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11277         message sizes.
11278         (pop3-movemail): Use erase-buffer instead of looping and deleting
11279         regions, which seems rather odd.
11280
11281         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11282         file once per `g' run.
11283
11284         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11285         directories.  This makes the draft queue directory work.
11286
11287         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11288         data from the backends, so that we only request the list of groups from
11289         each method once.  This should speed things up considerably.
11290
11291         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11292         detect that it's not implemented.
11293
11294         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11295         we actually do recurse down into the tree, but don't stat all leaf
11296         nodes.
11297
11298         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11299         then say so instead of bugging out.
11300
11301         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11302         files exist before trying to read them.
11303
11304         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11305         around <pre_int>.
11306
11307         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11308
11309         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11310
11311 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11312
11313         * mm-util.el (mm-image-load-path): Just return the image directories,
11314         not all directories in the path in addition to the image directories.
11315         (mm-image-load-path): Maintain a cache of the image directories so that
11316         the `g' command in Gnus doesn't have to stat dozens of directories each
11317         time.
11318
11319         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11320         (gnus-html-wash-tags): Add a new `i' command to insert images.
11321         (gnus-html-insert-image): New command and keystroke.
11322         (gnus-html-redisplay-with-images): New command and keystroke.
11323         (gnus-html-show-images): Rename command.
11324         (gnus-html-wash-tags): Remove more white space before <pre_int> image
11325         spacers.
11326         (gnus-html-wash-tags): Decode entities at the end, so that entities
11327         inside the tags don't mess up the rest of the "parsing".
11328
11329         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11330         so that nnimap methods aren't agentized by default.  There's apparently
11331         many problems related to agent/imap behavior.
11332
11333         * gnus-art.el (gnus-article-copy-string): New command and key binding.
11334
11335         * gnus-html.el: Doc fix.
11336
11337 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11338
11339         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
11340         specifier-spec-list for Emacs 21.
11341
11342         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11343         glyph-width and glyph-height instead of display-graphic-p and
11344         image-size; make avoidance of displaying small images work for XEmacs.
11345
11346         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11347         for XEmacs.
11348
11349         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11350         of symbol that holds plist data.
11351         (gnus-process-plist): Remove plist of process after getting it.
11352
11353 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11354
11355         * message.el (message-generate-hashcash): Change default to
11356         'opportunistic if hashcash is installed.
11357
11358         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11359         (gnus-html-put-image): Only call image-size once, since it's somewhat
11360         time-consuming on remote X servers.
11361
11362 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
11365         type on data, not a file name.
11366
11367         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
11368         window-pixel-edges for Emacs 21.
11369
11370         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11371         decoded contents.
11372         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11373
11374 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11375
11376         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11377         group line format, since it isn't very interesting.
11378
11379         * gnus-agent.el (gnus-agent-short-article),
11380         (gnus-agent-long-article): Increase values for these two variables,
11381         since most people are likely to have more network connection and
11382         storage than before.
11383
11384         * gnus.el (gnus-refer-article-method): Change default to 'current.
11385         When referring an article, the common behavior is to refer it from the
11386         current select method, not the native select method.  The chances of
11387         the native select method having the message in question is rather slim
11388         these days.
11389
11390         * gnus-sum.el (gnus-auto-select-subject): Change default to
11391         `unseen-or-unread'.  I think it's likely that most people want to
11392         select an unseen article over a previously seen, but unread one.
11393
11394         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
11395         means that in the article buffer none of the minor mode elements will
11396         be shown, usually, and this is not desirable in most cases.
11397
11398         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11399         that commands like `d' (and the like) go to the next line in the
11400         buffer, instead of the next unread article.  I think this is the
11401         behavior that is most natural for most users.
11402         (gnus-single-article-buffer): Change default to nil, so that people can
11403         have as many article buffers open as they have summary buffer.  I think
11404         this is the most natural way for the groups to behave.
11405
11406         * message.el (message-generate-new-buffers): Change default to
11407         `unsent', so that all new message buffers start their names with the
11408         string "*unsent", and it's easier to find the buffers if you move from
11409         them.
11410
11411 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11412
11413         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11414         small.  They're probably tracking images.
11415         (gnus-html-wash-tags): Remove all <pre_int> place holders.
11416         (gnus-html-rescale-image): Yet another try at getting the image sizing
11417         right.
11418
11419         * nntp.el (nntp-request-set-mark): Refuse to do marks if
11420         nntp-marks-file-name is nil.
11421
11422 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11423
11424         * gnus-html.el (gnus-html-wash-tags)
11425         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11426         Better logging.
11427
11428 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11429
11430         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11431
11432         * gnus-html.el (gnus-html-wash-tags): Check the value of
11433         gnus-blocked-images in the summary buffer.
11434
11435 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11436
11437         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11438
11439 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11440
11441         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11442         like "a", it seems like.
11443         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11444         since it needs to be picked from the correct buffer.
11445
11446         * nnwfm.el: Remove.
11447
11448         * nnlistserv.el: Remove.
11449
11450 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11451
11452         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11453         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11454
11455 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11456
11457         * nnkiboze.el: Remove.
11458
11459         * nndb.el: Remove.
11460
11461         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11462         alt text.
11463         (gnus-html-rescale-image): Try to get the rescaling logic right for
11464         images that are just wide and not tall.
11465
11466         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11467         overshadow variable bindings.
11468
11469 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11470
11471         * gnus-html.el (gnus-html-wash-tags)
11472         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11473         Add extra logging.
11474
11475 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11476
11477         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11478         (gnus-max-image-proportion): New variable.
11479         (gnus-html-rescale-image): New function.
11480         (gnus-html-put-image): Rescale images.
11481
11482 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11483
11484         Fix up some byte-compiler warnings.
11485         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11486         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11487         (gnus-article-fill-cited-article, gnus-article-hide-citation)
11488         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11489         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11490         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11491         (gnus-group-update-group): Use save-excursion and with-current-buffer.
11492
11493 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11494
11495         * gnus-html.el (gnus-article-html): Decode contents by charset.
11496
11497 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11498
11499         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11500         (gnus-html-frame-width, gnus-blocked-images):
11501         * message.el (message-prune-recipient-rules): Add custom version.
11502         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11503
11504         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11505         functions.
11506
11507         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11508         gnus-process-get.
11509
11510 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
11511
11512         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11513         instead of lsub directly.
11514
11515 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11516
11517         * nnwarchive.el: Remove.
11518
11519         * gnus-soup.el: Remove.
11520
11521         * nnsoup.el: Remove.
11522
11523         * nnultimate.el: Remove.
11524
11525         * gnus-html.el (gnus-blocked-images): New variable.
11526
11527         * message.el (message-prune-recipients): New function.
11528         (message-prune-recipient-rules): New variable.
11529
11530         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11531         guess whether a long line is natural text or not.
11532
11533         * gnus-html.el (gnus-html-schedule-image-fetching):
11534         Use gnus-process-plist and friends for compatibility.
11535
11536 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11537
11538         * gnus-html.el: Require packages that define macros used in this file.
11539         (gnus-article-mouse-face): Declare to silence byte-compiler.
11540         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11541         process-get.
11542         (gnus-html-put-image): Use plist-get to avoid getf.
11543         (gnus-html-prefetch-images): Use with-current-buffer.
11544
11545 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11546
11547         * gnus-ems.el: Provide compatibility functions for
11548         gnus-set-process-plist.
11549
11550         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
11551         header-line-format for XEmacs 21.4.
11552
11553         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11554         * gnus.el (gnus-valid-select-methods):
11555         * message.el (message-send-mail-partially-limit):
11556         * mm-decode.el (mm-text-html-renderer):
11557         * mml.el (mml-insert-mime-headers-always):
11558         * smiley.el (smiley-regexp-alist): Bump custom version.
11559
11560 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11561
11562         * gnus-html.el: Require mm-url.
11563         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11564         with the url to `url'.
11565         (gnus-html-wash-tags): Support cid: URLs/images.
11566
11567 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11568
11569         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11570         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11571         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11572
11573         * gnus-move.el: Remove file, since it doesn't really work.
11574
11575         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11576         UTF-8.  This seems to fix problems with some German web feeds.
11577
11578         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11579         at the top so that the proper colors are applied.
11580
11581         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
11582         don't have dots in their names.
11583
11584         * gnus-art.el (gnus-article-view-part): Doc fix.
11585
11586         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11587         XEmacs-compatible.
11588         (gnus-html-put-image): Don't do images on non-graphic displays.
11589
11590         * nnslashdot.el: Remove this unused backend.
11591
11592         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11593         actions.
11594         (gnus-undo-register-1): Revert last change.
11595
11596         * gnus-group.el (gnus-group-completing-read): Protect against not
11597         having completion-styles bound.
11598
11599         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11600         make broken recipients happier.
11601
11602         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11603
11604         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11605         point parameter.
11606
11607         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
11608
11609         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11610         completion-styles for group selection.
11611
11612 2009-02-04  Andreas Schwab  <schwab@suse.de>
11613
11614         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11615         headers and regexp-quote the match if necessary.
11616
11617 2009-03-24  Miles Bader  <miles@gnu.org>
11618
11619         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11620         the blinking smiley.
11621
11622 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11623
11624         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11625         blink smiley.
11626
11627 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11628
11629         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11630         where the dribbel file lives exists.
11631
11632         * message.el (message-send-mail-partially-limit): Change the default to
11633         nil, since most people don't want this.
11634
11635         * mm-url.el (mm-url-decode-entities): Also decode entities like
11636         &#x3212.
11637
11638 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11639
11640         * gnus-sum.el (gnus-summary-idna-message):
11641         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11642         Hyperlink urls in docstrings with URL `...'.
11643
11644 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11645
11646         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11647         functions.
11648
11649 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11650
11651         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11652         say what the mouseover text should be.
11653
11654         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11655         version of the mm-w3m-safe-url-regexp variable to only download images
11656         in the groups where we want that to happen.
11657
11658         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11659
11660         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11661         easier debugging.
11662         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11663         big pictures in the article buffer.
11664
11665         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11666         gnus-article-html.
11667         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11668         w3m.
11669
11670         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11671
11672 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11673
11674         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11675         which doesn't exist.
11676
11677         * message.el (message-inhibit-ecomplete): New variable to allow some
11678         function to inhibit ecomplete address storage.
11679         (message-resend): Disable ecomplete message storage when resending
11680         messages.
11681
11682         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11683
11684 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11685
11686         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11687         Save excursion while copying, moving, and deleting articles in order to
11688         prevent the cursor from jumping to unforeseen place.
11689
11690 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11691
11692         * lpath.el: No need to bind bookmark-current-buffer,
11693         bookmark-yank-point and bookmark-make-record-function.
11694
11695 2010-08-17  Glenn Morris  <rgm@gnu.org>
11696
11697         * gnus-sync.el: Require gnus components whose functions are used.
11698
11699         * gnus-art.el (bookmark-make-record-function):
11700         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11701         Declare for compiler.
11702
11703         * mm-url.el (mml-compute-boundary): Autoload.
11704
11705 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11706
11707         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11708
11709 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11710
11711         Typo fix "hoo4a" -> "hook".
11712
11713         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11714
11715 2010-08-14  Glenn Morris  <rgm@gnu.org>
11716
11717         * gnus-sync.el (gnus-sync): Fix defgroup version.
11718
11719 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11720
11721         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11722
11723         * gnus-sync.el: Fix docs.
11724         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11725         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11726
11727 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11728
11729         Optimizations for gnus-sync.el.
11730
11731         * gnus-sync.el: Add docs about gnus-sync-backend
11732         possibilities.
11733         (gnus-sync-save): Remove unnecessary message.
11734         (gnus-sync-read): Optimize and show what groups were skipped.
11735
11736 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11737
11738         Minor bug fixes for gnus-sync.el.
11739
11740         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11741         Don't read the sync on get-new-news.
11742
11743         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11744         quiet.
11745
11746         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11747         (fix typo).
11748
11749 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11750
11751         Make saving and restoring of hidden threads work with overlays.
11752         Patch applied by Ted Zlatanov.
11753
11754         * gnus-sum.el (gnus-hidden-threads-configuration)
11755         (gnus-restore-hidden-threads-configuration): Update to deal with text
11756         properties, rather than searching for a magic character.
11757
11758 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11759
11760         New gnus-sync.el library for synchronization of marks.
11761
11762         * gnus-sync.el: New library for synchronization of marks.
11763
11764         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11765         renamed from `gnus-registry-grep-in-list'.
11766
11767         * gnus-registry.el (gnus-registry-follow-group-p):
11768         Use `gnus-grep-in-list'.
11769
11770         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11771
11772 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11773
11774         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11775         determining charset of text fails.
11776
11777 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11778
11779         * nnmail.el (nnmail-get-new-mail-1): Revert.
11780
11781         * nnml.el (nnml-active-number): Make sure names of newly created groups
11782         in nnml-group-alist are encoded.
11783
11784 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11785
11786         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11787         containing non-ASCII characters in active file for nnml back end.
11788
11789 2010-07-24  David Engster  <dengste@eml.cc>
11790
11791         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11792         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11793
11794 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11795
11796         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11797         tag (Bug#6654).
11798
11799 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11800
11801         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11802         the article buffer, not the summary buffer.
11803
11804 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11805
11806         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11807         Emacs 23 as well.
11808
11809 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11810
11811         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11812         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11813
11814 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11815
11816         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11817         Patch applied by Karl Fogel.
11818
11819         * gnus-sum.el (gnus-summary-bookmark-make-record):
11820         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11821
11822 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11823
11824         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11825         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11826         C-w still not working correctly from Article buffers; Thierry's
11827         patch to fix that will be applied after this.
11828
11829         * gnus-art.el (bookmark-make-record-function): New local variable.
11830
11831         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11832         article buffer.
11833         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11834
11835 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11836
11837         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11838         on changes in bookmark.el.
11839
11840 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11841
11842         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11843         `no-log' instead of message not to log prompt string.
11844
11845 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11846
11847         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11848         the *other* type of HTML form submission.
11849
11850 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11851
11852         * auth-source.el (auth-source-pick): If choice does not contain a
11853         questioned keyword, set the check to t.
11854
11855 2010-06-12  Romain Francoise  <romain@orebokech.com>
11856
11857         * gnus-util.el (gnus-date-get-time): Move up before first use.
11858
11859 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11860
11861         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11862         (gnus-article-edit-part): Bind it to make last part that is substituted
11863         or deleted visible.
11864         (gnus-mime-display-single): Buttonize part of which id equals to
11865         gnus-mime-buttonized-part-id.
11866
11867 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11868
11869         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11870         (gnus-dd-mmm): Use gnus-date-get-time.
11871         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11872         simplify logic.
11873         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11874         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11875
11876 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11877
11878         * auth-source.el (top): Autoload `secrets-list-collections',
11879         `secrets-create-item', `secrets-delete-item'.
11880         (auth-sources): Fix tag string.
11881         (auth-get-source, auth-source-retrieve, auth-source-create)
11882         (auth-source-delete): New defuns.
11883         (auth-source-pick): Rewrite in order to avoid 2 passes.
11884         (auth-source-forget-user-or-password): New parameter USERNAME.
11885         (auth-source-user-or-password): New parameters CREATE-MISSING and
11886         DELETE-EXISTING.  Retrieve password interactively, if needed.
11887
11888 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11889
11890         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11891         deleting unused directories when gnus-expert-user is t.
11892
11893 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11896         for each temp file when gnus-article-browse-delete-temp is ask.
11897
11898 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11899
11900         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11901         Replace Lisp calls to delete-backward-char by calls to delete-char.
11902
11903 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11904
11905         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11906
11907 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11908
11909         * password-cache.el (password-cache-remove): Fix docstring.
11910
11911 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11912
11913         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11914         article unless decoding article to be saved.
11915
11916 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11917
11918         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11919         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11920         generated within the mm-with-unibyte-current-buffer macro.
11921
11922 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11923
11924         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11925         to nil when we're in a mml-preview buffer and no group is selected.
11926
11927 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11928
11929         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11930         when catching the `C-g'.  Reported by "Leo".
11931
11932 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11933
11934         * message.el (message-forward-make-body-plain)
11935         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11936         multibyte-string-p.
11937
11938         * lpath.el: Revert.
11939
11940 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11941
11942         * message.el (message-forward-make-body-mml): Assume original message
11943         is multibyte string; error on unibyte.
11944         (message-forward-make-body-plain): Ditto; don't add excessive newline
11945         in body end.
11946
11947         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11948
11949 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11950
11951         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11952         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11953
11954 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11955
11956         * mm-extern.el (mm-extern-url): Don't use
11957         mm-with-unibyte-current-buffer.
11958         (mm-extern-cache-contents): Use with-current-buffer instead of
11959         save-excursion + set-buffer.
11960
11961 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11962
11963         * mm-util.el (mm-emacs-mule): Remove.
11964
11965 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11966
11967         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11968         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11969         change.
11970
11971 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11972
11973         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11974         bind the default value of enable-multibyte-characters to nil.
11975
11976 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11977
11978         * message.el (message-forward-make-body-plain)
11979         (message-forward-make-body-mml):
11980         Don't use mm-with-unibyte-current-buffer.
11981
11982 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11983
11984         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11985
11986 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11987
11988         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11989         (Bug#5592).
11990
11991 2010-05-07  Julien Danjou  <julien@danjou.info>
11992
11993         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11994         it to mm-pipe-part.
11995
11996         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11997         it is given.
11998
11999 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12000
12001         * binhex.el (binhex-decode-region-internal):
12002         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12003         (dns-query):
12004         * nnweb.el (nnweb-gmane-search):
12005         * pgg-parse.el (pgg-parse-armor):
12006         * pgg.el (pgg-verify-region):
12007         * sha1.el (sha1-string-external):
12008         * uudecode.el (uudecode-decode-region-internal):
12009         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12010         XEmacs.
12011
12012         * gnus-art.el (gnus-article-browse-html-parts):
12013         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12014         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12015         make-temp-file.
12016
12017         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12018         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12019         compiling.
12020
12021         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12022         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12023         XEmacs when compiling.
12024
12025         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12026         gnus-pick-mode-off-hook for XEmacs when compiling.
12027         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12028         gnus-binary-mode-off-hook for XEmacs when compiling.
12029
12030         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12031         Return nil if char-charset is not available.
12032
12033         * imap.el (imap-disable-multibyte)
12034         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12035         macros.
12036
12037         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12038         instead of encode-coding-string.
12039
12040         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12041         'xemacs) instead of mm-emacs-mule to switch function definitions.
12042         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12043
12044         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12045         bind temporary-file-directory for XEmacs;
12046         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12047         timer-set-function for XEmacs 21.4 and SXEmacs;
12048         bind timer-list for XEmacs 21.4 and SXEmacs;
12049         fbind char-charset and find-charset-region for non-Mule XEmacs;
12050         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12051         encode-coding-region and encode-coding-string for XEmacs having no
12052         file-coding feature.
12053
12054 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12055
12056         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12057
12058 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12059
12060         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12061         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12062
12063 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12064
12065         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12066         alias `jka-compr-delete-temp-file' no longer exists.
12067
12068 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12069
12070         Use define-minor-mode in Gnus where applicable.
12071         * mml.el (mml-mode): Use define-minor-mode.
12072         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12073         (gnus-undo-mode): Use define-minor-mode.
12074         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12075         (gnus-dead-summary-mode): Use define-minor-mode.
12076         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12077         Initialize in declaration.
12078         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12079         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12080         (gnus-mailing-list-mode): Use define-minor-mode.
12081         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12082         (gnus-draft-mode): Use define-minor-mode.
12083         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12084         (gnus-dired-mode): Use define-minor-mode.
12085
12086 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12087
12088         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
12089         handles on recursive mml-to-mime translation and check them for
12090         boundary delimiter collisions.  Reported by Greg Troxel.
12091
12092 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12095
12096 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12097
12098         * mm-util.el (mm-find-buffer-file-coding-system):
12099         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12100
12101 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12102
12103         * message.el (message-generate-headers): Record insertion of optional
12104         headers as well.  Otherwise the check to prevent repeated insertion of
12105         optional headers is a no-op.
12106
12107 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12108
12109         * smime.el: Don't mention CVS.
12110
12111         * nnrss.el (nnrss-fetch): Don't mention CVS.
12112
12113         * nnir.el: Don't mention CVS.
12114
12115 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12116
12117         * gnus-sum.el (gnus-summary-bookmark-make-record):
12118         Add `location' field.
12119
12120 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12121
12122         * lpath.el: Fbind bookmark-default-handler,
12123         bookmark-get-bookmark-record, bookmark-make-record-default,
12124         bookmark-prop-get for Emacs <23 and XEmacs.
12125
12126 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12127
12128         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12129         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12130         Use with-current-buffer to silence the byte-compiler.
12131         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12132         bother to require `gnus'.
12133         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12134
12135 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12136
12137         * gnus-sum.el (gnus-summary-bookmark-make-record)
12138         (gnus-summary-bookmark-jump): New functions.
12139         (gnus-summary-mode): Setup bookmark support.
12140
12141 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12142
12143         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12144         if set.
12145
12146 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12147
12148         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12149         gnus-article-browse-html-save-cid-image; make it work recursively for
12150         forwarded messages as well.
12151         (gnus-article-browse-html-parts): Work when prefix arg is given.
12152         (gnus-article-browse-html-article): Doc fix.
12153
12154 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12155
12156         * message.el (message-default-mail-headers):
12157         (message-default-headers): Carry the value mail-default-headers over
12158         into message-default-mail-headers, rather than message-default-headers.
12159
12160 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12161
12162         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12163         charset.
12164
12165         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12166         charset into the <meta> tag when the article is encoded to utf-8.
12167
12168 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12169
12170         * gnus-art.el (gnus-article-browse-delete-temp-files):
12171         Delete directories as well.
12172         (gnus-article-browse-html-parts): Work for images that do not specify
12173         file names; delete temp directory when quitting; insert header at the
12174         right place; use file: scheme for image files.
12175
12176 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12177
12178         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12179         (gnus-article-browse-html-parts): Use it to make temporary cid image
12180         files in addition to html file so that browser may display them.
12181
12182 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12183
12184         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12185
12186 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12187
12188         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12189
12190 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12191
12192         * auth-source.el (auth-sources): Change default to be simpler.
12193         Explain about Secret Service API sources.  Improve Customize options.
12194         (auth-source-pick): Change to accept any number of search parameters.
12195         Implement fallbacks iteratively, not recursively.  Add scoring on the
12196         second pass and sort by score.  Call Secret Service API when needed.
12197         (auth-source-user-or-password): Use it.  Call Secret Service API
12198         directly when needed to get the user name and the password.
12199
12200 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12201
12202         * message.el (message-interactive): Doc fix.
12203         (message-qmail-inject-args): Reflow.
12204         (message-kill-to-signature): Fix typo in docstring.
12205
12206         * smiley.el (smiley-buffer): Fix typo in docstring.
12207
12208 2010-03-24  Glenn Morris  <rgm@gnu.org>
12209
12210         * mail-source.el (gnus-message): Declare.
12211         (mail-source-delete-old-incoming): Require gnus-util.
12212
12213 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12214
12215         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12216
12217         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12218
12219         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12220         password-cache's default if it is not bound.
12221         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12222         password-cache-expiry's default if it is not bound.
12223
12224         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12225         available in Emacs 21.
12226
12227         * lpath.el: Suppress compiler warnings for:
12228         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12229         XEmacs;
12230         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12231         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12232         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12233
12234 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12235
12236         * auth-source.el (auth-sources): Fix up definition so extra parameters
12237         are always inline.
12238
12239 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12240
12241         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12242         wasn't updated after mismatch.  Clear cached mailbox info correctly
12243         when uidvalidity changes.
12244         (nnimap-group-prefixed-name): New function to avoid some code
12245         duplication.
12246         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12247         (nnimap-request-group): Use it.
12248         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12249         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12250         with many imap folders.  This is done by caching the group status from
12251         the imap server persistently in a group parameter `imap-status'.  (This
12252         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12253         but not persistently, so every Gnus startup was still very slow.)
12254
12255 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12256
12257         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12258         delete the extra newline.  Otherwise editing of :string and :number
12259         types don't work.
12260
12261 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12262
12263         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12264         secrets.el dependency.
12265         (auth-sources): Add optional user name.  Add secrets.el configuration
12266         choice (unused right now).
12267
12268 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12269
12270         * gnus-sum.el (gnus-summary-make-menu-bar):
12271         Let `gnus-registry-install-shortcuts' fill in the functions.
12272
12273         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12274         warnings.
12275         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12276         (gnus-registry-install-shortcuts): Populate and use it in a
12277         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12278
12279 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12280
12281         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12282         In-place substitutions for the group name encoding/decoding.
12283         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12284         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12285         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12286         (nnimap-update-unseen, nnimap-request-list)
12287         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12288         (nnimap-request-set-mark, nnimap-split-to-groups)
12289         (nnimap-split-articles, nnimap-request-newgroups)
12290         (nnimap-request-create-group, nnimap-request-accept-article)
12291         (nnimap-request-delete-group, nnimap-request-rename-group)
12292         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12293         `encoded-mbx' for consistency.
12294         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12295         variable `imap-current-mailbox'.
12296
12297         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12298         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12299
12300 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12301
12302         * pop3.el (pop3-display-message-size-flag): Display message size byte
12303         counts during POP3 download.
12304         (pop3-movemail): Use it.
12305         (pop3-list): Implement listing of available messages.
12306
12307 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12308
12309         * nnir.el (nnir-get-article-nov-override-function): New function to
12310         override the normal NOV retrieval.
12311         (nnir-retrieve-headers): Use it.
12312
12313 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
12314
12315         * auth-source.el (netrc-machine-user-or-password): Autoload.
12316
12317 2010-03-19  Glenn Morris  <rgm@gnu.org>
12318
12319         Stop message.el from loading about 40 libraries it doesn't always need.
12320         The general approach is to autoload rather than require, and to
12321         require in the specific functions rather than the file.  (Bug#5642)
12322
12323         * gmm-utils.el: Don't require wid-edit.
12324         (widget-create-child-value, widget-convert, widget-default-get):
12325         Autoload.
12326
12327         * gnus-util.el: Don't require time-date, netrc.
12328         (message-fetch-field, gnus-group-name-decode): Declare rather than
12329         autoloading.
12330         (gnus-fetch-field): Require message.
12331         (gnus-decode-newsgroups): Require gnus-group.
12332
12333         * ietf-drums.el: Don't require time-date.
12334
12335         * message.el: Don't require hashcash, canlock, ecomplete.
12336         Do require mail-utils.  Require nnheader only when compiling.
12337         (smtpmail-default-smtp-server): Remove declaration.
12338         (message-send-mail-function): Check smtpmail-default-smtp-server
12339         is bound rather than requiring smtpmail.
12340         (message-auto-save-directory, message-insert-signature):
12341         Use expand-file-name rather than nnheader-concat.
12342         (nnheader-insert-file-contents): Autoload.
12343         (hashcash-wait-async): Declare.
12344         (message-send-mail): Only call gnus-setup-posting-charset if
12345         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
12346         (message-send-mail-with-sendmail): Require sendmail.
12347         (canlock-password, canlock-password-for-verify): Declare.
12348         (message-canlock-password): Require canlock.
12349         (nnheader-get-report): Autoload.
12350         (gnus-setup-posting-charset): Declare.
12351         (message-send-news): Require gnus-msg.
12352         (message-make-references, message-make-in-reply-to): Use mail-header-id
12353         rather than the alias mail-header-message-id.
12354         (ecomplete-add-item, ecomplete-save): Declare.
12355         (message-put-addresses-in-ecomplete): Require ecomplete.
12356         (ecomplete-display-matches): Autoload.
12357
12358         * mm-decode.el: Don't require mailcap, gnus-util.
12359         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12360         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12361         Autoload.
12362         (mailcap-mime-extensions): Declare.
12363
12364         * mm-encode.el: Don't require mailcap.
12365         (mailcap-extension-to-mime): Autoload.
12366
12367         * mml-sec.el: Don't require password-cache.
12368
12369         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12370         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12371         (mml-minibuffer-read-type): Require mailcap.
12372         (mml-preview): Require gnus-msg.
12373
12374         * mml1991.el: Require password-cache.
12375         (password-cache-expiry): Remove declaration.
12376
12377         * mml2015.el: Require password-cache.
12378         (password-cache-expiry): Remove declaration.
12379
12380         * nneething.el (mailcap): Require mailcap.
12381
12382         * nnheader.el (declare-function): Add compatibility stub.
12383         (message-remove-header): Declare rather than autoload.
12384         (nnheader-replace-header): Require message.
12385
12386         * nnimap.el (declare-function): Add compatibility stub.
12387         (netrc-parse, netrc-machine-user-or-password): Declare.
12388         (nnimap-open-connection): Require netrc.
12389
12390         * nntp.el (declare-function): Add compatibility stub.
12391         (netrc-parse, netrc-machine, netrc-get): Declare.
12392         (nntp-send-authinfo): Require netrc.
12393
12394         * rfc2047.el: Don't require qp.
12395         (quoted-printable-encode-region, quoted-printable-decode-string):
12396         Autoload.
12397
12398         * sieve-mode.el: Don't require easymenu.
12399         (easy-menu-add-item): Autoload it.
12400
12401         * spam-stat.el (time-to-number-of-days): Autoload it.
12402
12403 2010-03-19  Glenn Morris  <rgm@gnu.org>
12404
12405         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12406
12407 2010-03-18  Glenn Morris  <rgm@gnu.org>
12408
12409         * hashcash.el (declare-function): Remove duplicate definition.
12410
12411 2010-03-17  Kevin Ryde  <user42@zip.com.au>
12412
12413         * mml.el (mml-read-tag): Unquote values with `read' to reverse
12414         prin1 in mml-insert-tag (just stripping the quotes gave wrong
12415         value if any backslash escapes).
12416
12417 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12418
12419         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12420         if it is available.  (bug#5647)
12421
12422         * lpath.el: Suppress compiler warning for coding-system-from-name for
12423         Emacs 21 and XEmacs.
12424
12425 2010-03-14  Juri Linkov  <juri@jurta.org>
12426
12427         * hmac-def.el:
12428         * hmac-md5.el:
12429         * netrc.el: Fix keywords.
12430
12431 2010-02-26  Glenn Morris  <rgm@gnu.org>
12432
12433         * message.el (message-send-mail-function): Change the default, so that
12434         it inherits from a customized send-mail-function.  (Bug#5643)
12435
12436 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12437
12438         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12439         shell-command-to-string signals an error (bug#5299).
12440
12441 2010-02-24  Glenn Morris  <rgm@gnu.org>
12442
12443         * message.el (message-smtpmail-send-it)
12444         (message-send-mail-with-mailclient): Doc fixes.
12445
12446 2010-02-16  Glenn Morris  <rgm@gnu.org>
12447
12448         * message.el (message-default-mail-headers): Change the default value
12449         to ease the transition from mail-mode to message-mode.  (Bug#5555)
12450
12451 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12452
12453         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
12454         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
12455
12456 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12457
12458         * time-date.el (date-to-time): Doc fix (Bug#5408).
12459
12460 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12461
12462         * message.el (message-mail): Just pass yank-action on to message-setup.
12463         (message-setup): Handle (FUN . ARGS) form of yank-action.
12464         (message-with-reply-buffer, message-widen-reply)
12465         (message-yank-original): Handle non-buffer values of
12466         message-reply-buffer (Bug#4080).
12467         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12468
12469 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12470
12471         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12472         Fix typo in docstring.
12473
12474 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12475
12476         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12477         response.
12478
12479 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12480
12481         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12482
12483         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12484
12485         * message.el (message-check-news-header-syntax): Protect against a
12486         string that `rfc822-addresses' returns when parsing fails.
12487
12488 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12489
12490         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12491         (gnus-previous-char-property-change): New functions.
12492
12493         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12494
12495 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
12496
12497         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12498         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
12499
12500 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12501
12502         * message.el (message-exchange-point-and-mark): Rework last change to
12503         avoid using optional arg of exchange-point-and-mark, for backward
12504         compatibility.
12505
12506 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12507
12508         * message.el (message-exchange-point-and-mark):
12509         Call exchange-point-and-mark with an argument rather than setting
12510         mark-active by hand (Bug#5175).
12511
12512 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12513
12514         * nntp.el (nntp-service-to-port): Work for service expressed with
12515         numeric string; replace [:digit:] with [0-9] for XEmacs.
12516
12517 2009-12-17  Glenn Morris  <rgm@gnu.org>
12518
12519         * gnus-group.el (gnus-bug-group-download-format-alist):
12520         Change emacs entry to debbugs.gnu.org.  Bump :version.
12521
12522 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12523
12524         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12525
12526 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12527
12528         * message.el (message-info): Explain why we use `Info-goto-node'.
12529
12530 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12531
12532         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
12533
12534 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12535
12536         * message.el (message-completion-in-region): New compatibility function.
12537         (message-expand-group): Use it.
12538
12539 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12540
12541         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12542         with no unread article should be listed if the 2nd arg `predicate' is
12543         given.
12544
12545 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12546
12547         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
12548
12549 2009-11-29  Juri Linkov  <juri@jurta.org>
12550
12551         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12552         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
12553         on `gnus-recenter'.  (Bug#4698, Bug#4981)
12554
12555 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12556
12557         * sha1.el (sha1-string-external): default-directory "/" in case
12558         otherwise non-existent.  process-connection-type pipe for touch of
12559         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12560
12561 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12562
12563         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
12564         it's comms related and sgml-mode.el has "comm" on that basis too.
12565
12566 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12567
12568         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12569         containing tspecial characters if they have been already quoted.
12570
12571 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12572
12573         * dns-mode.el (auto-mode-alist): Purecopy string.
12574
12575 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12576
12577         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
12578
12579 2009-10-24  Glenn Morris  <rgm@gnu.org>
12580
12581         * gnus-art.el (help-xref-stack-item): Define for compiler.
12582
12583 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12584
12585         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
12586
12587 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12588
12589         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12590
12591 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12592
12593         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12594         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12595
12596 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12597
12598         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12599         (gnus-overlays-in): New alias to overlays-in.
12600
12601         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12602         gnus-overlay-get, and gnus-delete-overlay.
12603         (gnus-summary-show-thread): Make it work as well for systems in which
12604         next-single-char-property-change is not available.
12605         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12606
12607         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
12608         (gnus-overlay-get): New alias to extent-property.
12609         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12610
12611         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12612         SXEmacs.
12613
12614         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12615         SXEmacs.
12616
12617 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12618
12619         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12620
12621 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12622
12623         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12624         and XEmacs that don't have `remove-overlays'.
12625
12626 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12627
12628         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12629         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12630         selective display.  Use overlays instead.
12631
12632 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12633
12634         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12635
12636 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12637
12638         * spam-stat.el (spam-stat-load): Fix typo in message.
12639
12640 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12641
12642         * dig.el (dig-invoke): Fix typo in docstring.
12643         (query-dig): Reflow docstring.
12644
12645 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12646
12647         * gnus-art.el (gnus-article-encrypt-body):
12648         * message.el (message-check-recipients):
12649         * mm-util.el (mm-codepage-setup):
12650         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12651         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12652
12653 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12654
12655         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12656         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12657         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12658         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12659         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12660
12661 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12662
12663         * dig.el: Add "Keywords: comm", as per net-utils.el.
12664
12665 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12666
12667         * dig.el (dig-mode): Use define-derived-mode.
12668
12669 2009-09-19  Glenn Morris  <rgm@gnu.org>
12670
12671         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12672
12673 2009-09-18  Glenn Morris  <rgm@gnu.org>
12674
12675         * gnus-diary.el (gnus-diary-check-message):
12676         * message.el (message-insert-formatted-citation-line):
12677         * nnbabyl.el (top-level):
12678         * nndiary.el (nndiary-schedule):
12679         Fix typos in condition-case handlers.
12680
12681 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12682
12683         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12684         configuration that provides the sole article window in a frame;
12685         position point correctly after deleting a part.
12686
12687 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12688
12689         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12690         (spam-resolve-registrations-routine): Use it to unregister articles
12691         that change status.
12692
12693 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12694
12695         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12696         with XEmacs.
12697         (parse-time-string-chars): Use it.
12698
12699 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12700
12701         * imap.el (imap-interactive-login): Better messages.
12702         (imap-open): Fix bug with renamed buffer on reconnect.
12703         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12704         for easier debugging and cleaner code.  On successful (guessed based on
12705         server capabilities) secondary authentication, set imap-state
12706         correctly.
12707         (imap-last-authenticator): Define imap-last-authenticator as a variable
12708         to avoid warnings.
12709
12710 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * nnrss.el (nnrss-request-article): Remove binding of
12713         default-enable-multibyte-characters that has gotten needless by
12714         the 2007-07-13 change in rfc2047-encode-message-header.
12715
12716         * mml.el (mml-insert-multipart): Error on the message header.
12717         (mml-insert-part): Error on the message header; position point at
12718         the end of a MIME tag.
12719
12720 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12721
12722         * time-date.el (autoload): Expand define-obsolete-function-alias into
12723         defalias and make-obsolete for old Emacsen that Gnus supports.
12724         (with-no-warnings): Define it for old Emacsen.
12725         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12726         is available.
12727         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12728         float-time is available; suppress compile warning for time-to-seconds.
12729
12730         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12731         (gnus-float-time): Alias to float-time if it exists.
12732
12733         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12734         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12735         float-time is available; suppress compile warning for time-to-seconds.
12736
12737         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12738         XEmacs.
12739
12740 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12741
12742         * imap.el (imap-message-map): Docstring fix.
12743
12744 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12745
12746         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12747         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12748         Add the optional argument `encoding' that overrides the default.
12749
12750         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12751         mm-encode-buffer.
12752
12753 2009-09-04  Glenn Morris  <rgm@gnu.org>
12754
12755         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12756         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12757         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12758         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12759         * mm-util.el (mm-with-unibyte-current-buffer)
12760         (mm-find-buffer-file-coding-system):
12761         * yenc.el (yenc-decode-region): Use default-value rather than
12762         default-enable-multibyte-characters.
12763
12764 2009-09-03  Glenn Morris  <rgm@gnu.org>
12765
12766         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12767         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12768         than default-enable-multibyte-characters.
12769
12770 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12771
12772         * gnus-art.el (gnus-article-read-summary-keys):
12773         Fix gnus-buffer-configuration's value temporarily used.
12774
12775 2009-09-02  Glenn Morris  <rgm@gnu.org>
12776
12777         * gnus-util.el (gnus-float-time): New function.
12778         * gnus-delay.el (gnus-delay-article):
12779         * gnus-sum.el (gnus-thread-latest-date):
12780         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12781         * nnspool.el (nnspool-request-newgroups):
12782         Use gnus-float-time rather than time-to-seconds.
12783         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12784
12785         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12786         (gnus-header-subject-face, gnus-header-newsgroups-face)
12787         (gnus-header-name-face, gnus-header-content-face):
12788         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12789         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12790         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12791         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12792         (gnus-cite-face-11):
12793         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12794         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12795         (gnus-server-closed-face, gnus-server-denied-face)
12796         (gnus-server-offline-face):
12797         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12798         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12799         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12800         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12801         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12802         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12803         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12804         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12805         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12806         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12807         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12808         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12809         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12810         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12811         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12812         (gnus-summary-high-undownloaded-face)
12813         (gnus-summary-low-undownloaded-face)
12814         (gnus-summary-normal-undownloaded-face)
12815         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12816         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12817         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12818         (gnus-splash-face):
12819         * message.el (message-header-to-face, message-header-cc-face)
12820         (message-header-subject-face, message-header-newsgroups-face)
12821         (message-header-other-face, message-header-name-face)
12822         (message-header-xheader-face, message-separator-face)
12823         (message-cited-text-face, message-mml-face):
12824         * sieve-mode.el (sieve-control-commands-face)
12825         (sieve-action-commands-face, sieve-test-commands-face)
12826         (sieve-tagged-arguments-face):
12827         * spam.el (spam-face):
12828         Mark face aliases with "-face" in the name as obsolete.
12829
12830 2009-09-01  Glenn Morris  <rgm@gnu.org>
12831
12832         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12833         than goto-line.
12834
12835 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12836
12837         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12838         Don't move point if the command is invoked inside the message header.
12839
12840 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12841
12842         * imap.el (imap-send-command): Simplify.
12843         (imap-wait-for-tag): point-max -> buffer-size.
12844
12845 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12846
12847         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12848         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12849         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12850         * nnir.el (nnir-swish-e-index-file):
12851         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12852         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12853         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12854         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12855         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12856         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12857
12858 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12859
12860         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12861         Don't save excursion.
12862
12863 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12864
12865         * nnheader.el (nnheader-find-file-noselect):
12866         * mm-util.el (mm-insert-file-contents):
12867         Use (default-value 'major-mode) instead of default-major-mode.
12868
12869 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12870
12871         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12872
12873 2009-08-26  Glenn Morris  <rgm@gnu.org>
12874
12875         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12876         than placing in files.el.
12877
12878 2009-08-25  Glenn Morris  <rgm@gnu.org>
12879
12880         * nnir.el (top-level): Don't require cl at run-time.
12881         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12882         Replace cl-function substitute with gnus-replace-in-string.
12883         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12884         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12885         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12886         simplified expansions.
12887
12888 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12889
12890         * dig.el (dig): Add autoload cookie.
12891
12892 2009-08-22  Glenn Morris  <rgm@gnu.org>
12893
12894         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12895         goto-line.
12896
12897 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12898
12899         * parse-time.el (parse-time-string-chars): Save match data.
12900
12901 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12902
12903         * parse-time.el (parse-time-string-chars): Compute using character
12904         classes, to handle non-ascii characters (Bug#3190).
12905
12906 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12907
12908         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12909
12910         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12911         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12912         (gnus-mm-display-part, gnus-mime-display-single)
12913         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12914         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12915
12916         * gnus-sum.el
12917         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12918         (gnus-summary-move-article): Add expirable mark to articles copied or
12919         moved to group that has auto-expire turned on if the option is non-nil.
12920
12921 2009-07-24  Glenn Morris  <rgm@gnu.org>
12922
12923         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12924         Fix typo.  (Bug#3903)
12925
12926 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12927
12928         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12929         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12930         that should not be used for draft articles.
12931         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12932         that has no concern in minor mode keys.
12933         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12934         Abolish.
12935
12936 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12937
12938         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12939         article without making inquiry to a user for unknown encoding.
12940
12941         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12942         (nnmaildir--scan): Assume i-node and device number that file-attributes
12943         returns might be cons-cell.
12944
12945         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12946
12947         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12948
12949 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12950
12951         * auth-source.el: Remove docs now in auth.texi.  Don't use
12952         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12953         `auth-source-hide-passwords' and use them.
12954
12955 2009-07-15  Glenn Morris  <rgm@gnu.org>
12956
12957         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12958
12959 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12960
12961         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12962         excessive whitespace from the default values of title and description.
12963
12964 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12965
12966         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12967         mail-fetch-field to fetch Content-Description header in order to
12968         exclude newlines.
12969
12970 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12971
12972         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12973         format used by GnuPG 2.0.11.
12974
12975 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12976
12977         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12978         to deleted part.
12979
12980 2009-05-30  David Engster  <dengste@eml.cc>
12981
12982         * nnmairix.el: Remove old documentation in the commentary block.
12983         (nnmairix-request-group): Do not update active file for nnml back ends.
12984         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12985         end so that overview files are ignored.
12986         (nnmairix-update-groups): Make updating the groups more robust by using
12987         marks.
12988         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12989         with dollar characters in message-id.
12990
12991 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12992
12993         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12994         2008-12-25 in dns.el.
12995
12996 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12997
12998         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12999         could happen if the text is only composed of spaces and/or tabs.
13000
13001 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13002
13003         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13004         when sending a queued message to avoid extra mml tags.
13005
13006 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13007
13008         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13009
13010 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13011
13012         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13013         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13014         rmail-toggle-header for XEmacs;
13015         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13016
13017 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13018
13019         * gnus-dired.el: Remove autoload for gnus-setup-message.
13020         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13021         displaying Gnus logo; always use compose-mail.
13022
13023 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13024
13025         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13026
13027 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13028
13029         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13030         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13031         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13032         available.
13033         (gnus-nocem-epg-verify): New function.
13034
13035 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13036
13037         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13038
13039 2009-02-15  Glenn Morris  <rgm@gnu.org>
13040
13041         * gnus-util.el (rmail-insert-rmail-file-header)
13042         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13043         autoloads.
13044         (rmail-default-rmail-file): Remove unnecessary declaration.
13045         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13046
13047 2009-02-14  Glenn Morris  <rgm@gnu.org>
13048
13049         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13050         variable (only used in gnus-util, which declares it anyway).
13051         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13052         which was only needed by gnus-art (changed to not use it any more).
13053         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13054         only used in gnus-util, which autoloads it itself.
13055         (rmail-update-summary): Fix autoload.
13056
13057         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13058         rather than rmail-output-to-rmail-file.
13059
13060 2009-02-07  Glenn Morris  <rgm@gnu.org>
13061
13062         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13063         autoload of function that no longer exists.
13064         (rmail-toggle-header): Declare.
13065         (message-forward-rmail-make-body): Handle mbox Rmail.
13066
13067 2009-01-31  Glenn Morris  <rgm@gnu.org>
13068
13069         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13070         2009-01-09 change.
13071
13072 2009-01-31  Dave Love  <fx@gnu.org>
13073
13074         * imap.el (imap-fetch-safe): Bind debug-on-error.
13075         (imap-debug): Add imap-fetch-safe.
13076
13077 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13078
13079         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13080         (auth-source-forget-all-cached): New convenience function.
13081         (auth-source-user-or-password): Accept list of modes or a single mode.
13082
13083         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13084         auth-source modes.
13085
13086         * netrc.el (netrc-machine-user-or-password): Use list of
13087         auth-source modes.
13088
13089         * nnimap.el (nnimap-open-connection): Use list of
13090         auth-source modes.
13091
13092         * nntp.el (nntp-send-authinfo): Use list of
13093         auth-source modes.
13094
13095 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13096
13097         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13098         now.
13099
13100 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13101
13102         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13103         coding system in XEmacs; add a workaround for XEmacs.
13104
13105         * lpath.el: Fbind coding-system-aliasee.
13106
13107 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13108
13109         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13110         of current-language-environment.
13111
13112 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13113
13114         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13115         available at runtime.
13116
13117 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13118
13119         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13120
13121 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13122
13123         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13124         the greatest positive fixnum value doesn't work under an XEmacs with
13125         bignum support; use the most-positive-fixnum constant instead,
13126         available since Emacs 21.1 with cl and XEmacs 21.1.
13127
13128 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13129
13130         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13131         XEmacs gets not to work.
13132
13133 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13134
13135         * mm-util.el (mm-coding-system-priorities): Allow the value like
13136         "Japanese (UTF-8)" of current-language-environment.
13137
13138 2009-01-09  Glenn Morris  <rgm@gnu.org>
13139
13140         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13141         with last-command-event.
13142
13143 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13144
13145         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13146         in the doc string.
13147
13148         * message.el (message-fix-before-sending): Amend comment.
13149
13150 2009-01-08  Dave Love  <fx@gnu.org>
13151
13152         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13153
13154 2009-01-07  David Engster  <dengste@eml.cc>
13155
13156         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13157         simplified server definitions by converting it via
13158         gnus-server-to-method.
13159
13160 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13161
13162         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13163         parameter's operands.
13164
13165 2009-01-06  David Engster  <dengste@eml.cc>
13166
13167         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13168         primary select method (for gnus-group-mark-article-as-read).
13169
13170 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13171
13172         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13173         `(gnus)Face', not `(gnus)X-Face'.
13174
13175 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13176
13177         * mm-util.el (mm-ucs-to-char): New function.
13178
13179         * mm-url.el (mm-url-decode-entities): Use it.
13180
13181         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13182         unicode-to-char.
13183
13184 2009-01-05  Dave Love  <fx@gnu.org>
13185
13186         * time-date.el: Require cl for `declare'.
13187
13188 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13189
13190         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13191         Dave Love.
13192
13193 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13194
13195         * message.el (message-fix-before-sending): Add `eight-bit' to
13196         illegible-text check.
13197
13198 2009-01-03  Michael Olson  <mwolson@gnu.org>
13199
13200         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13201         `headers' is nil.  This can occur if the IMAP server does not have
13202         permissions to read messages from a folder, but can write new messages
13203         to the folder.
13204         (nnimap-request-article-part): Do not insert `data' if it is nil.
13205
13206         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13207         characters which will confuse `read', so skip past them.
13208
13209 2009-01-01  Dave Love  <fx@gnu.org>
13210
13211         * imap.el (imap-string-to-integer): Fix typo.
13212         (imap-fetch-safe): New function.
13213         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13214
13215         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13216
13217         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13218         (imap-parse-greeting): Fix doc strings.
13219         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13220         (imap-parse-flag-list): Make messages unique.
13221         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13222
13223         * nnimap.el: Fix author email.
13224         (nnimap-split-rule): Add FIXME comment.
13225         (nnimap-debug): Fix doc string.
13226
13227 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13228
13229         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13230
13231 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13232
13233         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13234         nslookup if resolv.conf isn't available.
13235         (dns-query): Rename from query-dns.
13236         (dns-query-cached): Rename from query-dns-cached.
13237
13238 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13239
13240         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13241         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13242         to check if those variables exist (first appeared in Emacs 18.50).
13243
13244 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13245
13246         * mm-util.el (mm-line-number-at-pos): New function.
13247
13248         * spam-report.el (spam-report-process-queue): Use it.
13249
13250 2008-12-24  David Engster  <dengste@eml.cc>
13251
13252         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13253         parameters that haven't existed as variables as buffer-local variables.
13254
13255 2008-12-23  Dave Love  <fx@gnu.org>
13256
13257         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13258         cadar.
13259
13260         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13261         imap-starttls-p.
13262         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13263
13264 2008-12-22  Dave Love  <fx@gnu.org>
13265
13266         * imap.el: Fix author email.  Doc fixes.
13267         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13268         reply.
13269
13270 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13271
13272         * spam-report.el (spam-report-gmane-max-requests): New constant.
13273         (spam-report-gmane-wait): New variable.
13274         (spam-report-gmane-ham, spam-report-gmane-spam)
13275         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13276         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13277         the server.
13278
13279         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13280         Add explanations.
13281
13282         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13283         nnheader-accept-process-output and nnheader-read-timeout if available.
13284         (pop3-movemail): Use it.
13285
13286         * message.el (message-check-news-body-syntax): Fix signature check if
13287         there's an attachment.
13288
13289 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13290
13291         * mm-util.el: Add comments to the mm- emulating functions.
13292
13293 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
13294
13295         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13296         Reported by Stephen Berman <stephen.berman@gmx.net>.
13297
13298 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13299
13300         * mm-util.el (mm-substring-no-properties): New function.
13301         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13302         (mm-special-display-p): Enable those lambda forms to be byte compiled.
13303         (mm-string-to-multibyte): Doc fix.
13304
13305         * mml.el (mml-attach-file): Use mm-substring-no-properties.
13306
13307 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13308
13309         * mml.el (mml-attach-file): Strip text properties from file name.
13310         (Bug#1574)
13311
13312 2008-12-16  Glenn Morris  <rgm@gnu.org>
13313
13314         * mm-util.el (mm-charset-override-alist): Declare for compiler.
13315
13316 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13317
13318         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13319         knows since the charset specified might be a bogus alias that
13320         mm-charset-synonym-alist provides.
13321
13322 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13323
13324         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13325         "ISO_8859-1".
13326
13327         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13328
13329 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13330
13331         * mm-util.el (mm-charset-eval-alist):
13332         Define it before mm-charset-to-coding-system.
13333         (mm-charset-to-coding-system): Add optional argument `silent';
13334         define it before mm-charset-override-alist.
13335         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13336         default value if it can be used in Emacs currently running;
13337         silence mm-charset-to-coding-system.
13338
13339 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13340
13341         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13342         `allow-override' which says whether to use `mm-charset-override-alist'.
13343         (rfc2047-decode-encoded-words): Use it.
13344
13345         * mm-util.el (mm-charset-override-alist): Fix custom type;
13346         add `(gb2312 . gbk)' to choices.
13347
13348 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13349
13350         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13351         fast.
13352
13353         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13354
13355         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
13356
13357 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
13358
13359         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13360         on links.
13361
13362         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13363
13364 2008-12-03  Lute Kamstra  <lute@gnu.org>
13365
13366         * sha1.el: Remove leading * from docstrings of defcustoms,
13367         deffaces, defconsts and defuns.
13368
13369 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13370
13371         * message.el (message-idna-to-ascii-rhs-1): Protect against local
13372         users' addresses that don't have domain parts.
13373         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13374         rather than message-narrow-to-head since there will be the message
13375         header separator.
13376
13377 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13378
13379         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13380         since the result is inserted in a unibyte buffer anyway.
13381         (nnimap-demule-use-string-to-multibyte): Remove.
13382         (nnimap-demule): Alias it to mm-string-to-multibyte.
13383
13384 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13385
13386         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13387         variable for debugging bug#464 and bug#1174.
13388         (nnimap-demule): Use it.
13389
13390 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13391
13392         * gnus-score.el (gnus-score-find-trace): Handle default score in total
13393         score calculation correctly.
13394
13395 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13396
13397         * message.el (message-send-mail): Just set the buffer to unibyte
13398         rather than use mm-with-unibyte-current-buffer which does a lot more.
13399         (message-send-mail-partially): Don't bother with
13400         mm-with-unibyte-current-buffer since it's already been made unibyte by
13401         message-send-mail.
13402
13403 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13404
13405         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13406
13407 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13408
13409         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13410
13411 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13412
13413         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13414         require itself and to remove `with-no-warnings'.
13415
13416 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
13417
13418         * starttls.el (starttls-any-program-available): Get the name of the
13419         available TLS layer program.
13420         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13421         well as the host name in the "opening" message.
13422
13423         * auth-source.el (auth-source-cache, auth-source-do-cache)
13424         (auth-source-user-or-password): Cache passwords and logins by default,
13425         allow override with `auth-source-do-cache'.
13426         (auth-source-forget-user-or-password): Allow users to remove cache
13427         entries if needed.
13428
13429 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
13430
13431         * md4.el (md4-buffer): Fix typo in docstring.
13432         (md4, md4-64): Doc fixes.
13433         (md4-pack-int32): Reflow docstring.
13434
13435 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13436
13437         * ietf-drums.el (ietf-drums-remove-comments): Localize second
13438         condition-case to only the forward-sexp call.
13439
13440 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13441
13442         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13443         quotes contained.  Make it more robust regardless by an extra
13444         condition-case wrapper.
13445
13446 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13447
13448         * lpath.el: No need to fbind codepage-setup for Emacs 23.
13449
13450 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13451
13452         * nnml.el (nnml-request-expire-articles): Check if the function set to
13453         `nnmail-expiry-target' returns the symbol `delete'.
13454
13455         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13456
13457         * nnmail.el (nnmail-expiry-target): Fix custom type.
13458
13459 2008-10-02  Glenn Morris  <rgm@gnu.org>
13460
13461         * mm-util.el (mm-codepage-setup): Tweak codepage error.
13462         Silence compiler warning.
13463
13464 2008-10-01  Magnus Henoch  <mange@freemail.hu>
13465
13466         * tls.el (open-tls-stream): Show the actual command being
13467         executed, instead of the format string.
13468
13469 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13470
13471         * lpath.el: Fbind codepage-setup for Emacs 23.
13472
13473 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13474
13475         * mml.el (mml-menu): Don't assume mml2015 is bound.
13476
13477 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13478
13479         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13480         exists.
13481
13482 2008-09-27  Glenn Morris  <rgm@gnu.org>
13483
13484         * gnus-util.el (mail-header-remove-comments): Autoload it.
13485
13486 2008-09-27  Andreas Schwab  <schwab@suse.de>
13487
13488         * gnus-util.el (gnus-split-references): Strip comments.
13489         (gnus-parent-id): Likewise.
13490
13491 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
13492
13493         * message.el (message-confirm-send): Fix version.
13494
13495 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13496
13497         * message.el (message-idna-to-ascii-rhs-1): Use
13498         mail-extract-address-components rather than mail-header-parse-addresses
13499         that is an alias by default to ietf-drums-parse-addresses that does not
13500         support non-ASCII names in headers' contents.
13501
13502 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13503
13504         * message.el (message-confirm-send): Fix variable documentation to
13505         avoid the "y/n" wording.
13506
13507 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
13508
13509         * message.el (message-set-auto-save-file-name): Save to a different
13510         filename so multiple messages (especially drafts) can be recovered.
13511
13512 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
13513
13514         * message.el (message-confirm-send): Add appropriate version.
13515
13516 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
13517
13518         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13519         defvar.
13520
13521 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
13522
13523         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13524         (mm-pkcs7-enveloped-magic): Ditto.
13525
13526 2008-09-17  Simon Josefsson  <simon@josefsson.org>
13527
13528         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13529         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13530
13531 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
13532
13533         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13534         default, it's better.
13535
13536 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
13537
13538         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13539         summary line gnus-number property and ignore them (with a warning
13540         message).
13541
13542 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13543
13544         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13545         macro caddr in the interactive form since it won't be expanded.
13546
13547 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13548
13549         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13550         `charset'; fix name of function called recursively.
13551         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13552
13553 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13554
13555         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13556         (gnus-mime-set-charset-parameters): New function.
13557         (gnus-mime-view-part-as-charset): Use it to correctly display part
13558         specifying wrong charset.
13559
13560 2008-09-08  David Engster  <dengste@eml.cc>
13561
13562         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13563         in completing-read for back end server.
13564
13565 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13566
13567         * message.el (message-confirm-send): New variable to confirm sending a
13568         message.
13569         (message-send): Use it.
13570
13571 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13572
13573         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13574
13575 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13576
13577         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13578
13579 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13580
13581         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13582         prevent tracking too many groups.
13583         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13584         Use it.
13585
13586 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13587
13588         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13589         moving point to the bottom of the window in order to avoid recentering.
13590
13591 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13592
13593         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
13594
13595         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13596         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13597         (gnus-article-beginning-of-window): Fix calculation.
13598
13599 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13600
13601         * gnus-msg.el (gnus-summary-supersede-article)
13602         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13603         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13604         message header.
13605
13606 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13607
13608         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13609         pending output coming after the status change.
13610
13611 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13612
13613         * message.el:
13614         * gnus-start.el:
13615         * gnus-registry.el: Remove VMS support.
13616
13617 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13618
13619         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13620         macro.
13621         (rfc2104-hash): Use it.
13622
13623 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13624
13625         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13626         (gnus-summary-sort-by-most-recent-date): New commands.
13627         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13628         and menu entries.
13629
13630 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13631
13632         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13633         don't redisplay article for raw contents; remove plural articles stuff.
13634
13635         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13636         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13637         on gnus-summary-save-article; display results properly.
13638
13639 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13640
13641         * lpath.el: No need to fbind ns-focus-frame.
13642
13643 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13644
13645         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13646
13647 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13648
13649         * gnus-art.el (gnus-summary-save-in-pipe):
13650         Consider gnus-save-all-headers.
13651
13652 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13653
13654         * gnus-util.el (ns-focus-frame): Remove declaration.
13655         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13656         like x.
13657
13658 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13659
13660         * rfc2104.el (rfc2104-zero): Delete defconst.
13661         (rfc2104-hex-alist): Likewise.
13662         (rfc2104-hex-to-int): Delete func.
13663         (rfc2104-hexstring-to-bitstring): Likewise.
13664         (rfc2104-nybbles): New defconst.
13665         (rfc2104-hash): Rewrite for speed.
13666
13667 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13668
13669         * tls.el (open-tls-stream): Make it work with the 2nd argument
13670         BUFFER that is a string but does not exist as a buffer object, as
13671         mentioned in the doc-string.
13672
13673 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13674
13675         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13676         SXEmacs.
13677
13678 2008-07-16  Glenn Morris  <rgm@gnu.org>
13679
13680         * gnus-util.el (ns-focus-frame): Declare for compiler.
13681
13682 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13683
13684         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13685         set as a group parameter.
13686         (gnus-summary-save-in-pipe): Work when it is called independently.
13687         (gnus-summary-pipe-to-muttprint): Don't modify
13688         gnus-summary-pipe-output-default-command.
13689
13690 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13691
13692         * message.el (message-send-mail-with-sendmail):
13693         Display the error message.
13694
13695 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13696
13697         * gnus-art.el (gnus-default-article-saver):
13698         Add gnus-summary-save-in-pipe to choices.
13699         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13700         gnus-summary-pipe-output-default-command as the default command.
13701         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13702         instead of gnus-last-shell-command.
13703
13704         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13705         New user option.
13706         (gnus-summary-muttprint-program): Mention the value will be changed.
13707         (gnus-summary-save-article): Force showing of all headers.
13708         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13709
13710 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13711
13712         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13713
13714 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13715
13716         * nnimap.el (nnimap-id):
13717         * sieve-manage.el (sieve-manage-open): Doc fixes.
13718
13719 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13720
13721         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13722         if available.
13723
13724 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13725
13726         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13727
13728         * nnkiboze.el (nnkiboze-generate-group):
13729         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13730
13731         * nnmairix.el: Require CL.
13732
13733 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13734
13735         * dgnushack.el: Autoload get-display-table and put-display-table for
13736         XEmacs 21.5.
13737
13738         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13739         21.4 and SXEmacs.
13740
13741 2008-06-15  David Engster  <dengste@eml.cc>
13742
13743         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13744
13745 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13746
13747         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13748         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13749         runtime choice under XEmacs.
13750
13751         * gnus-sum.el (gnus-summary-set-display-table):
13752         Use `gnus-put-display-table', `gnus-get-display-table',
13753         `gnus-set-display-table' for the display table, instead of `aset'.
13754
13755         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13756         Use `gnus-put-display-table', `gnus-get-display-table',
13757         `gnus-set-display-table' for the display table.
13758
13759 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13760
13761         * nnmairix.el: Add autoloads.
13762
13763 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13764
13765         * nnmairix.el (nnmairix-delete-recreate-group)
13766         (nnmairix-update-and-clear-marks): Fix error messages.
13767
13768 2008-06-14  David Engster  <dengste@eml.cc>
13769
13770         * nnmairix.el: Upgrade to version 0.6.
13771         (nnmairix-group-toggle-propmarks-this-group)
13772         (nnmairix-group-toggle-readmarks-this-group)
13773         (nnmairix-group-delete-recreate-this-group)
13774         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13775         (nnmairix-remove-tick-mark-original-article): New commands.
13776         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13777         (nnmairix-propagate-marks-to-nnmairix-groups)
13778         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13779         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13780         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13781         functions needed for marks propagation and manipulation of read marks.
13782         (nnmairix-update-groups): New function.
13783         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13784         (nnmairix-determine-original-group-from-registry)
13785         (nnmairix-determine-original-group-from-path)
13786         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13787         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13788         New helper functions.
13789         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13790         keystrokes for new commands.
13791         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13792         (nnmairix-request-group): Check allow-fast group parameter.
13793         (nnmairix-request-create-group): Set allow-fast group parameter if
13794         nnmairix-allowfast-default is set.
13795         (nnmairix-close-group): Propagate marks upon closing if needed.
13796         (nnmairix-group-toggle-threads-this-group): Use new.
13797         nnmairix-group-toggle-parameter helper function.
13798         (nnmairix-search): Better check for empty search result.
13799         (nnmairix-goto-original-article): Use new helper functions for
13800         determining original article.
13801         (nnmairix-show-original-article): Make sure message-id is in brackets.
13802         (nnmairix-call-mairix-binary): Change variable name.
13803         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13804         helper function.
13805         (nnmairix-widget-toggle-activate): Fix doc string.
13806
13807 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13808
13809         * nnir.el: Require edmacro when compiling with XEmacs.
13810         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13811         available in Emacs 21.
13812
13813 2008-06-11  Glenn Morris  <rgm@gnu.org>
13814
13815         * gnus-util.el (x-focus-frame):
13816         * gnus.el (image-size):
13817         * mm-decode.el (image-size): Declare.
13818
13819         * gnus-picon.el (declare-function): Add compat definition.
13820         (image-size): Declare.
13821
13822         * gnus-group.el (tool-bar-map):
13823         * gnus-sum.el (tool-bar-map): Define for compiler.
13824
13825         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13826
13827         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13828
13829         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13830         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13831         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13832         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13833         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13834         * sieve-manage.el, spam-report.el, spam.el:
13835         Remove unnecessary eval-and-compile of autoloads.
13836
13837 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13838
13839         * auth-source.el: Precise Tramp doc.
13840
13841 2008-06-07  Glenn Morris  <rgm@gnu.org>
13842
13843         * nnmairix.el: Remove unnecessary eval-when-compile.
13844
13845 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * lpath.el: Fbind propertize for XEmacs 21.4.
13848
13849 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13850
13851         * nnir.el: Move here from ../contrib.
13852
13853 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13854
13855         * gnus-util.el (gnus-read-shell-command): New function.
13856         * mm-decode.el (mm-pipe-part):
13857         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13858
13859 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13860
13861         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13862
13863 2008-06-03  Glenn Morris  <rgm@gnu.org>
13864
13865         * pop3.el (nnheader-accept-process-output): Autoload it.
13866
13867 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13868
13869         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13870         are not 2-digit hexadecimal characters that follow `%'s.
13871
13872 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13873
13874         * message.el (message-bogus-recipient-p): Fix type in doc string.
13875         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13876         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13877         Improve custom options.
13878         (message-bogus-recipient-p): Adjust accordingly.
13879
13880 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13881
13882         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13883         long-form month and day names.
13884
13885 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13886
13887         * dgnushack.el: Autoload debug, eudc-expand-inline and
13888         pgg-snarf-keys-region for XEmacs.
13889
13890         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13891
13892         * nnmairix.el: Require edmacro when compiling with XEmacs.
13893
13894 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13895
13896         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13897         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13898
13899 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13900
13901         * auth-source.el: Add more docs.
13902
13903         * netrc.el (netrc-machine): Always match if the port is not given.
13904
13905 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13906
13907         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13908         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13909         retrieval faster in some cases, but might make CPU usage larger.
13910         If this has any bad side effects, we might revert this change.
13911
13912         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13913         seems to make mail retrieval much, much faster.
13914         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13915         unconditionally.
13916
13917         * gnus-draft.el (gnus-group-send-queue):
13918         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13919
13920 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13921
13922         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13923
13924         * message.el (message-bogus-address-regexp): Fix and improve custom
13925         type.
13926         (message-setup-hook): Add message-check-recipients as custom option.
13927
13928 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13929
13930         * message.el (message-cite-function): Remove bogus autoload which crept
13931         in during merge from v5-10.
13932
13933 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13934
13935         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13936
13937         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13938
13939         * auth-source.el: Preliminary Tramp docs.
13940         (auth-sources): Change the default auth-sources to use
13941         EPA .gpg files.
13942
13943 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13944
13945         * nntp.el: Autoload `auth-source-user-or-password'.
13946         (nntp-send-authinfo): Use it.
13947
13948         * nnimap.el: Autoload `auth-source-user-or-password'.
13949         (nnimap-open-connection): Use it.
13950
13951         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13952         for the gnus-message function.
13953         (auth-source-user-or-password): Use it.
13954
13955 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13956
13957         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13958         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13959         (rfc2104-hash): Use it.
13960
13961 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13962
13963         * gnus-art.el (gnus-article-toggle-truncate-lines):
13964         Don't use `iff' in docstring.
13965
13966 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13967
13968         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13969
13970         * gnus-util.el (gnus-extract-address-component-name)
13971         (gnus-extract-address-component-email): Convenience functions around
13972         `gnus-extract-address-components'.
13973
13974         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13975         Use `gnus-extract-address-component-email' to fix bug of comparing full
13976         sender name to `user-mail-address'.
13977
13978 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13979
13980         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13981         catch/throw to optimize.
13982         (gnus-registry-find-keywords): Just use member to find a keyword.
13983
13984 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13985
13986         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13987         is current before calling gnus-server-prepare.
13988         (gnus-server-setup-buffer, gnus-server-update-server)
13989         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13990
13991 2008-05-04  Juri Linkov  <juri@jurta.org>
13992
13993         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13994         (mailcap-file-default-commands): Use mailcap-replace-in-string
13995         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13996         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13997
13998 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13999
14000         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14001
14002 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14003
14004         * gnus.el: Bump version to 0.11.
14005
14006 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14007
14008         * gnus.el: No Gnus v0.10 is released.
14009
14010 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14011
14012         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14013         hooks.
14014         (gnus-update-read-articles): Speed up non-marks-using users.
14015         (gnus-use-marks): Define gnus-use-marks.
14016         (gnus-propagate-marks): Rename variable to something more sensible.
14017
14018 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14019
14020         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14021         (gmm-image-load-path-for-library): Fix typos in docstrings.
14022         (gmm-message): Reflow docstring.
14023
14024 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14025
14026         * mail-source.el (mail-source-set-1, mail-source-bind):
14027         Move auth-source code out of the macro to clean it up and fix bugs.
14028
14029 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14030
14031         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14032         by sender if it's equal to user-mail-address, it's likely to be
14033         useless.
14034
14035         * mail-source.el (mail-source-bind): Don't use user or password if they
14036         are not bound.  Unintern them if they are nil.  Don't use server unless
14037         it's bound, and default it to empty string otherwise.
14038
14039 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14040
14041         * mail-source.el: Load auth-source.el.
14042         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14043         get user name or password, if auth-sources is set up.
14044
14045         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14046         strategy of splitting with parent.
14047         (gnus-registry-split-fancy-with-parent)
14048         (gnus-registry-post-process-groups): Use it and fix prior
14049         bug (returning a list as the split result).
14050
14051         * auth-source.el (auth-sources): Remove server parameter.
14052         (auth-source-pick, auth-source-user-or-password)
14053         (auth-source-user-or-password-imap)
14054         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14055         (auth-source-user-or-password-sftp)
14056         (auth-source-user-or-password-smtp): Remove server parameter.
14057
14058 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14059
14060         * smime.el (smime-sign-region, smime-encrypt-region)
14061         (smime-decrypt-region):
14062         Remove redundant calls to `generate-new-buffer-name'.
14063
14064 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14065
14066         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14067         Don't use QP for message/rfc822.
14068         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14069
14070 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14071
14072         * sieve-manage.el (sieve-string-bytes): Remove.
14073         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14074         correct byte-length only if the process's coding-system is the same as
14075         the one used internally by Emacs to represent strings.
14076
14077 2008-04-22  Juri Linkov  <juri@jurta.org>
14078
14079         * mailcap.el (mailcap-file-default-commands): New function.
14080
14081 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14082
14083         * message.el (message-signature-separator, message-cite-function):
14084         Change custom version.
14085
14086 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14087
14088         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14089         commands.
14090         (tls-checktrust): Ditto.
14091
14092 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14093
14094         * mm-decode.el (mm-display-external): Make temp file read-only.
14095
14096 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14097
14098         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14099         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14100         `C-c C-f d'.
14101
14102 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14103
14104         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14105
14106 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14107
14108         * gnus.el: Bump version to 0.9.
14109
14110 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14111
14112         * gnus.el: No Gnus v0.8 is released.
14113
14114 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14115
14116         * mail-source.el (mail-source-value):
14117         Prefer fboundp to functionp so it works with macros as well.
14118
14119 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14120
14121         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14122         Fix last change in case the element is not even a symbol.
14123
14124 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14125
14126         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14127         Prefer fboundp to functionp so it works with macros as well.
14128
14129 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14130
14131         * auth-source.el: Add docs.
14132         (auth-sources): Modify format to support server.
14133         (auth-source-pick, auth-source-user-or-password)
14134         (auth-source-user-or-password-imap)
14135         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14136         (auth-source-user-or-password-sftp)
14137         (auth-source-user-or-password-smtp): Add server parameter.
14138
14139 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14140
14141         * gnus-registry.el: Initialize the registry when gnus-registry-install
14142         is t.
14143
14144 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14145
14146         * compface.el (uncompface): Make buffer unibyte.
14147
14148 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14149
14150         * mail-source.el (mail-source-value):
14151         Prefer fboundp to functionp so it works with macros as well.
14152
14153 2008-04-05  Glenn Morris  <rgm@gnu.org>
14154
14155         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14156
14157 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14158
14159         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14160         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14161
14162         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14163         multibyteness after rather than before erasing it.
14164
14165         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14166         mm-with-multibyte.
14167         (gnus-request-article-this-buffer): Make sure the proper decoding is
14168         used if gnus-original-article-buffer happens to be unibyte.
14169
14170         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14171         default-enable-multibyte-characters.
14172
14173         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14174         default-enable-multibyte-characters.
14175
14176         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14177
14178         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14179
14180 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14181
14182         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14183         Fix last change in case the element is not even a symbol.
14184
14185 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14186
14187         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14188         (imap-message-copyuid-1): Use it.
14189         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14190         J. Williams in
14191         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14192
14193         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14194         imap-enable-exchange-bug-workaround.
14195         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14196
14197 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14198
14199         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14200         a 100 byte status-checks into a 2-3MB transfer for each group.
14201         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14202         to enable bug workaround or not.
14203         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14204
14205 2008-03-31  Glenn Morris  <rgm@gnu.org>
14206
14207         * message.el (mml2015-use): Declare for compiler.
14208         (message-info): Require mml2015 when appropriate.
14209
14210 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14213         whitespace.
14214
14215 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14216
14217         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14218         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14219         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14220         (nntp-service-to-port): New function.
14221         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14222         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14223         (nntp-open-netcat-stream): New function.
14224         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14225
14226 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14227
14228         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14229
14230 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14231
14232         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14233
14234 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14235
14236         * dns.el (dns-write): Use set-buffer-multibyte.
14237
14238 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14239
14240         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14241
14242 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14243
14244         * message.el (message-signature-separator): Change default.
14245         Improve custom type.
14246         (message-cite-function): Change default to
14247         message-cite-original-without-signature.
14248
14249         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14250         toggle.
14251
14252         * message.el (message-check-news-body-syntax): Fix signature check.
14253         (message-setup-1): Mark buffer as unmodified _after_ running
14254         message-setup-hook and handling message-alternative-emails.
14255         (message-shorten-references): Be more strict when building list of
14256         valid references to comply with GNKSA.
14257
14258         * gnus-group.el (gnus-read-ephemeral-bug-group)
14259         (gnus-read-ephemeral-debian-bug-group)
14260         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14261
14262         * message.el (message-info): Don't use booleanp which isn't supported
14263         in Emacs 21 and XEmacs.
14264
14265 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14266
14267         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14268         gnus-group-gmane-group-download-format.
14269         (gnus-group-read-ephemeral-gmane-group): Rename from
14270         gnus-group-read-ephemeral-gmane-group.
14271         (gnus-read-ephemeral-gmane-group-url): Rename from
14272         gnus-group-read-ephemeral-gmane-group-url.
14273         (gnus-bug-group-download-format-alist): New variable.
14274         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14275         (gnus-read-ephemeral-emacs-bug-group): New commands.
14276
14277 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14278
14279         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14280         (gnus-visible-headers): Improve custom type.
14281
14282 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14283
14284         * mml.el (mml-menu): Add workarounds for XEmacs.
14285
14286         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14287         X-Boundary header.
14288
14289         * message.el (message-simplify-recipients): Fix previous commit.
14290
14291 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14292
14293         * mm-util.el (mm-set-buffer-multibyte): New function.
14294         * mm-decode.el (mm-copy-to-buffer): Use it.
14295
14296         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14297         Prefer fboundp to functionp so it works with macros as well.
14298
14299 2008-03-19  Glenn Morris  <rgm@gnu.org>
14300
14301         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
14302         Accidentally removed in the sync process with Emacs.
14303
14304 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14305
14306         * message.el (message-alter-recipients-discard-bogus-full-name):
14307         New function.
14308         (message-alter-recipients-function): New variable.
14309         (message-get-reply-headers): Use it.
14310         (message-replace-header): New helper function.
14311         (message-recipients-without-full-name): New variable.
14312         (message-simplify-recipients): New command.
14313
14314         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14315
14316         * message.el (message-info): Handle EasyPG manual.
14317
14318         * mml.el (mml-menu): Add entry for EasyPG.
14319
14320 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
14321
14322         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14323         parameter.
14324
14325         * message.el (message-disassociate-draft): Specify drafts group name
14326         fully.
14327
14328 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
14329
14330         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14331         Eliminate unnecessary duplicates from the match list.
14332
14333 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14334
14335         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
14336
14337         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
14338
14339         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14340         args of `how-many' of which the XEmacs version doesn't take; declare
14341         Info-index-next as function.
14342
14343 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14344
14345         * gnus-score.el (gnus-score-headers): Fix handling of
14346         gnus-inhibit-slow-scoring.
14347
14348         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14349         string.
14350         (gnus-button-url-regexp): Improve handling of parenthesis.
14351         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14352         (gnus-button-handle-info-keystrokes): Handle index entries.
14353
14354 2008-03-15  Glenn Morris  <rgm@gnu.org>
14355
14356         * parse-time.el (parse-time-string): Simplify.
14357
14358 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14359
14360         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14361         Incoming* files.
14362
14363 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
14364
14365         * auth-source.el (auth-sources): Rename from auth-source-choices.
14366         (auth-source-pick): Use it.
14367
14368 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14369
14370         * binhex.el (binhex-decode-region-internal):
14371         * uudecode.el (uudecode-decode-region-internal):
14372         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14373         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14374         setting default-enable-multibyte-characters.
14375
14376 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14377
14378         * auth-source.el (auth-source-protocols)
14379         (auth-source-protocols-customize, auth-source-choices): Add and
14380         modified variable customizations and defaults.
14381         (auth-source-pick, auth-source-user-or-password)
14382         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14383         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14384         (auth-source-user-or-password-sftp)
14385         (auth-source-user-or-password-smtp): Use new variables and provide an
14386         interface to netrc.el.
14387
14388 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14389
14390         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14391         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14392         Make sure the nntp port to specify is a string.
14393
14394 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14395
14396         * nntp.el: Use with-current-buffer.
14397         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14398         dubious mm-with-unibyte-current-buffer.
14399         (nntp-with-open-group-function): New function extracted from
14400         nntp-with-open-group macro.
14401         (nntp-with-open-group): Use the function, so it's easier to debug.
14402         Add indentation and debugging info.
14403         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14404         Recommend the use of the netcat alternatives.
14405
14406         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14407         Avoid mm-string-as-multibyte as well.
14408
14409         * nnweb.el (nnweb-insert-html):
14410         Remove use of nnheader-string-as-multibyte.
14411
14412         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14413         (nnheader-string-as-multibyte): Remove.
14414
14415         * mm-view.el: Use inhibit-read-only.
14416         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14417         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14418         or unibyte-string.
14419
14420         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14421         (mm-uu-yenc-extract): Use with-current-buffer.
14422
14423         * gnus-soup.el (gnus-soup-send-packet): Don't use
14424         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14425
14426         * nnmh.el: Use with-current-buffer.
14427         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14428         mm-string-as-multibyte on the output of mm-encode-coding-string.
14429
14430         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14431         (nnimap-request-move-article): Use with-current-buffer.
14432
14433         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14434         inserting the handle-buffer's text, so the implicit multibyte->unibyte
14435         conversion uses string-make-unibyte rather than string-as-unibyte.
14436
14437         * gnus-msg.el: Use with-current-buffer.
14438
14439         * message.el (message-ignored-resent-headers): Add "Delivered-To".
14440
14441 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
14442
14443         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14444         string for caching if it is 'PIN.
14445
14446 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14447
14448         * lpath.el: Consider the case without Emacs/W3.
14449
14450 2008-03-08  Glenn Morris  <rgm@gnu.org>
14451
14452         * time-date.el (date-to-time, time-subtract, time-add)
14453         (safe-date-to-time): Doc fixes.
14454
14455 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14456
14457         * mail-source.el (mail-source-delete-old-incoming-confirm):
14458         Change default to nil.
14459         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14460
14461 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14462
14463         * lpath.el: Rearrange.
14464
14465         * gnus-art.el (gnus-narrow-to-page): Position point properly.
14466         (gnus-article-goto-prev-page): Work for articles having ^L's.
14467
14468         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14469
14470         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14471
14472 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14473
14474         * gnus-bookmark.el: Adjust for renames in bookmark.el.
14475         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14476         (gnus-bookmark-jump): Adjust some variable names.
14477
14478 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
14479
14480         * auth-source.el: New package.
14481         (auth-source-choices): Add customization entry point variable.
14482
14483         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14484         bug.
14485
14486 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
14487
14488         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14489         (gnus-registry-initialize, gnus-registry-install-p): Use it.
14490         (gnus-registry-install-shortcuts): Rename from
14491         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
14492         the `gnus-registry-mark-map' keymap dynamically from
14493         `gnus-registry-marks'.  The generated functions update the summary line
14494         when a registry mark is added or deleted, and will call
14495         `gnus-registry-install-p' (see the comments in the code).
14496         (gnus-registry-user-format-function-M): Use concat intelligently.
14497
14498         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14499         the registry mark functions.
14500
14501 2008-03-05  Glenn Morris  <rgm@gnu.org>
14502
14503         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14504         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14505         gnus-art.
14506         (top-level): No need to load own source when compiling.
14507
14508 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14509
14510         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14511         Suggested by <chris.anderton@zetnet.co.uk>.
14512
14513 2008-03-04  Glenn Morris  <rgm@gnu.org>
14514
14515         * gnus-sum.el (top-level): No need to require gnus when compiling,
14516         since unconditionally required near start of file.
14517         (gnus-summary-display-while-building): Move definition before use.
14518
14519 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14520
14521         * gnus-registry.el (gnus-registry-user-format-function-M):
14522         Add formatting function.
14523
14524 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14525
14526         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14527         with plists.
14528         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14529         Use new format.
14530
14531 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14532
14533         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14534         `where-is-internal' that returns a range of key sequences.
14535
14536 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14537
14538         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14539
14540         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14541         (gnus-summary-jump-to-group): Consider windows on other displayed
14542         frames as well.  Similar changes might be needed elsewhere, but that's
14543         the one I've bumped into during my use.
14544
14545         * nndoc.el (nndoc-oe-dbx-type-p):
14546         * gnus-msg.el (gnus-debug):
14547         * gnus-group.el (gnus-update-group-mark-positions):
14548         Use mm-string-to-multibyte.
14549
14550 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14551
14552         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14553         doesn't handle NotDashEscaped.
14554
14555         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
14556         (mml-dnd-attach-options): Fix typo in custom choice.
14557
14558         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14559         Change nndoc-article-type to mbox.
14560         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14561
14562         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14563         to nil, instead of html2text.
14564
14565         * imap.el (imap-debug): Add `imap-ping-server'.
14566
14567         * gnus-bookmark.el: Add FIXMEs.
14568
14569         * message.el (message-form-letter-separator)
14570         (message-send-form-letter-delay): New variables.
14571         (message-send-form-letter): Use them.  New command to send form
14572         letters.  Requested by Uwe Siart.
14573         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14574
14575 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14576
14577         * Update copyright years.
14578
14579 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14580
14581         Sync from EMACS_22_BASE.
14582
14583         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
14584
14585 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14586
14587         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14588         empty author.
14589
14590 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14591
14592         * gnus-registry.el (gnus-registry-marks): Add variable for
14593         customization of marks and their appearance.
14594         (gnus-registry-read-mark): Use it.
14595         (gnus-registry-do-marks): Add utility function to loop through
14596         `gnus-registry-marks'.
14597         (gnus-registry-install-shortcuts-and-menus): Add function to install
14598         shortcuts and menus.
14599         (gnus-registry-initialize): Use it.
14600         (gnus-registry-default-mark): Clarify documentation.
14601
14602 2008-02-29  Glenn Morris  <rgm@gnu.org>
14603
14604         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14605         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14606         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14607         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14608         Change defcustom :version from 23.0 to 23.1.
14609
14610 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14611
14612         * gnus-registry.el (gnus-registry-follow-group-p)
14613         (gnus-registry-post-process-groups): Add functions to aid registry
14614         splitting and improve logging.  Clarify behavior in function
14615         documentation.
14616         (gnus-registry-split-fancy-with-parent): Use them.
14617
14618 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14619
14620         * gnus-art.el: Use with-current-buffer.
14621
14622 2008-02-27  David Engster  <dengste@eml.cc>
14623
14624         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14625         Express real group name in the response.
14626
14627 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14628
14629         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14630         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14631         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14632         autoload gnus-registry-fetch-group when compiling.
14633         (nnmairix-request-group-with-article-number-correction):
14634         Remove unreferenced argument passed to nnmairix-call-backend.
14635
14636 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14637
14638         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14639         (mm-uu-extract): Improve face for low color ttys.
14640         Reported by Sascha Wilde.
14641
14642 2008-02-27  Glenn Morris  <rgm@gnu.org>
14643
14644         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14645         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14646         variables to defconsts.  Convert comments to doc-strings.
14647         (nnmairix-last-server, nnmairix-current-server): Convert from free
14648         variables to defvars.  Convert comments to doc-strings.
14649         (gnus-registry-fetch-group): Autoload.
14650         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14651         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14652         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14653         caddr.
14654         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14655         nnmairix-request-group-with-article-number-correction call.
14656         (nnmairix-fast, nnmairix-group): New, less general names, for free
14657         variables passed from nnmairix-request-group to
14658         nnmairix-request-group-with-article-number-correction.  Declare.
14659         (nnmairix-request-group-with-article-number-correction):
14660         Use nnmairix-fast, nnmairix-group rather than fast, group.
14661
14662 2008-02-26  David Engster  <dengste@eml.cc>
14663
14664         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14665         version 0.5.
14666
14667 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14668
14669         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14670         instead of making an extra function call.  Don't add the current group
14671         to articles only when they have the group.  Use
14672         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14673         Reported by David <de_bb@arcor.de>.
14674
14675 2008-02-24  Miles Bader  <miles@gnu.org>
14676
14677         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14678         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14679         (mm-find-mime-charset-region):
14680         * mm-bodies.el (mm-encode-body):
14681         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14682
14683 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14684
14685         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14686         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14687
14688 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14689
14690         * mail-source.el (mail-source-delete-incoming): Change default.
14691         Supplement doc string.
14692
14693         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14694
14695 2008-02-14  Glenn Morris  <rgm@gnu.org>
14696
14697         * time-date.el (format-seconds): New function.
14698
14699 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14700
14701         * nnmail.el (nnmail-message-id-cache-file): Derive from
14702         `gnus-home-directory'.
14703
14704 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14705
14706         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14707         Document negative prefix.
14708
14709         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14710
14711 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14712
14713         * message.el (message-unsent-separator): Add the Exim bounce
14714         separator.
14715
14716 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14717
14718         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14719         list.
14720         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14721         recipient/signer list.
14722
14723 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14724
14725         * Makefile.in (datarootdir): Define.
14726         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14727         name that might contain whitespace.
14728
14729 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14730
14731         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14732         fbound (Emacs 23 unicode), signal an error.
14733
14734 2008-02-08  Glenn Morris  <rgm@gnu.org>
14735
14736         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14737
14738 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14739
14740         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14741         ports to the calls to `netrc-machine-user-or-password' in addition to
14742         "imap" and "imaps".
14743
14744 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14745
14746         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14747
14748         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14749
14750 2008-02-01  Kenichi Handa  <handa@m17n.org>
14751
14752         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14753         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14754         (rfc2104-hash): Convert the result of concat to unibyte string.
14755
14756 2008-02-01  Dave Love  <fx@gnu.org>
14757
14758         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14759         coding-system-for-read.
14760         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14761
14762 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14763
14764         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14765         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14766         <hanche@math.ntnu.no>.
14767
14768 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14769
14770         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14771
14772         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14773
14774 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14775
14776         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14777         * message.el (message-beginning-of-line): Use featurep instead of bound
14778         tests in order to resolve conditionals at compile time.
14779
14780 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14781
14782         * mail-source.el (mail-sources): Add `group' choice.
14783
14784         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14785         parameter `in-group' to control into which group the articles go.
14786         Add treatment of `group' mail-source.
14787
14788 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14789
14790         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14791
14792         * mm-decode.el (mm-dissect-buffer): Decode description.
14793
14794         * mml.el (mml-to-mime): Encode message header first.
14795
14796 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14797
14798         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14799         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14800
14801         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14802         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14803
14804 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14805
14806         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14807
14808 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14809
14810         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14811         prefix keys.
14812         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14813         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14814         gnus-xmas.el.
14815
14816         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14817         (gnus-xmas-article-describe-bindings): New function.
14818         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14819         gnus-xmas-article-describe-bindings.
14820
14821         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14822
14823 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14824
14825         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14826         Add new variables for article mark management.
14827         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14828         list of extra data entries which, when present, will indicate that the
14829         article ID should not be trimmed from the registry.
14830         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14831         functions.
14832         (gnus-registry-read-mark): New function to read a mark name from the
14833         user.
14834         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14835         (gnus-registry-set-article-mark-internal): New functions to add and
14836         remove marks.
14837         (gnus-registry-get-article-marks): New function to show the marks for
14838         an article, or retrieve them for further use.
14839
14840 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14841
14842         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14843         keys when no argument is given.
14844
14845 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14846
14847         * imap.el (imap-ping-server): New variable.
14848         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14849         (imap-ping-server): Minor doc string fixes.
14850
14851 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14852
14853         * imap.el (imap-ping-server): New function.
14854         (imap-opened): Call imap-ping-server.
14855
14856 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14857
14858         * gnus-sum.el (gnus-article-sort-by-random)
14859         (gnus-thread-sort-by-random): Fix doc strings.
14860         Reported by jidanni@jidanni.org.
14861
14862 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14863
14864         * gnus-art.el (gnus-article-describe-bindings): New function.
14865         (gnus-article-read-summary-keys): Use it.
14866         (gnus-article-mode-map): Bind `C-h b' to it.
14867
14868 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14869
14870         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14871         XEmacs.
14872         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14873         Protect against non-character events.
14874
14875         * lpath.el: Fbind map-keymap for Emacs 21.
14876
14877 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14878
14879         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14880         New command.
14881         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14882         instead of END.  Change name of the temp file.
14883         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14884         customizable.
14885
14886 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14887
14888         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14889         bind `S W' to gnus-article-wide-reply-with-original; set default
14890         binding to gnus-article-read-summary-send-keys.
14891         (gnus-article-read-summary-keys): Fix the order of keys; display
14892         continuation keys correctly in the echo area; describe bindings
14893         correctly when keys end with `C-h'.
14894         (gnus-article-read-summary-send-keys): New function.
14895         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14896         Work for gnus-article-read-summary-send-keys; display continuation keys
14897         correctly in the echo area.
14898         (gnus-article-reply-with-original): Ignore prefix argument.
14899         (gnus-article-wide-reply-with-original): New function.
14900
14901         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14902         Emacs 21.
14903
14904 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14905
14906         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14907         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14908
14909 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14910
14911         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14912         (gnus-group-read-ephemeral-gmane-group): New command.
14913
14914 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14915
14916         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14917
14918 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14919
14920         * message.el (message-send-mail-function): Increase custom version.
14921
14922         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14923         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14924
14925 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14926
14927         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14928         for the cases where imap-authenticate is called with a nil buffer
14929         parameter.
14930
14931 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14932
14933         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14934         html parts correctly; support forwarded messages.
14935         (gnus-article-browse-html-article): Remove work buffers.
14936
14937         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14938         compiling.
14939         (netrc-bound-and-true-p): New macro.
14940         (netrc-parse): Use it instead of bound-and-true-p that is not available
14941         in XEmacs 21.4.
14942
14943 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14944
14945         * gnus-registry.el (gnus-registry-mark-article)
14946         (gnus-registry-article-marks): Add functionality to mark articles
14947         through the Gnus registry.
14948
14949         * encrypt.el: Clarify documentation for the new pgg method.
14950         (encrypt-file-alist): Add PGG option.
14951         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14952         functionality.  Abstract password key and messaging to external
14953         functions.
14954         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14955         (encrypt-message-method-and-cipher): Add new convenience external
14956         functions.
14957         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14958         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14959
14960         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14961         (netrc-parse): Use encrypt-file-alist to determine if
14962         encrypt-find-model or encrypt-insert-file-contents should be used.
14963
14964         * encrypt.el: Clarify documentation.  Load password-cache or
14965         password, whichever one is found first, instead of autoloading.
14966
14967 2007-12-19  Glenn Morris  <rgm@gnu.org>
14968
14969         * mml.el (message-options-set, message-narrow-to-head)
14970         (message-in-body-p, message-mail-p, message-encode-message-body):
14971         Autoload.
14972         (message-remove-header, message-narrow-to-headers-or-head)
14973         (message-subscribed-p, message-make-mail-followup-to)
14974         (message-position-on-field, message-news-p)
14975         (message-options-set-recipient, message-generate-headers)
14976         (message-sort-headers): Declare as functions.
14977
14978 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14979
14980         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14981         convention in doc string.
14982
14983 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14984
14985         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14986         title to html parts.
14987         (gnus-article-browse-html-article): Pass message header to it.
14988
14989         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14990
14991 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14992
14993         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14994         or password compatible with XEmacs.
14995
14996 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14997
14998         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14999         format document.
15000         (gnus-mime-delete-part): Don't write description line if empty.
15001         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15002
15003 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15004
15005         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15006         (gnus-summary-mark-read-and-unread-as-read)
15007         (gnus-summary-mark-current-read-and-unread-as-read)
15008         (gnus-summary-mark-unread-as-ticked): Doc fix.
15009         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15010
15011 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15012
15013         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15014         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15015
15016 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15017
15018         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15019         yes-or-no-p.
15020
15021 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15022
15023         * mm-decode.el (mm-add-meta-html-tag): New function.
15024         (mm-save-part-to-file, mm-pipe-part): Use it.
15025
15026         * gnus-art.el (gnus-article-browse-delete-temp-files):
15027         Use gnus-y-or-n-p instead of y-or-n-p.
15028         (gnus-article-browse-html-parts): Work with message/external-body; use
15029         mm-add-meta-html-tag.
15030
15031 2007-12-11  Glenn Morris  <rgm@gnu.org>
15032
15033         * gnus-cache.el: Require gnus-sum not just when compiling.
15034
15035         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15036
15037         * gnus-int.el (gnus-server-opened, gnus-status-message):
15038         Move definitions before use.
15039
15040         * mm-decode.el: Require gnus-util.
15041         (mm-remove-part): Only call delete-annotation on XEmacs.
15042
15043         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15044
15045         * nnmail.el: Require gnus-int.
15046
15047         * spam.el: Move `require's before `eval-when-compile's.
15048
15049         * gnus-ems.el (gnus-alive-p):
15050         * gnus-fun.el (message-goto-eoh):
15051         * gnus-util.el (gnus-group-name-decode):
15052         * mail-source.el (gnus-compress-sequence):
15053         * message.el (Info-goto-node, format-spec):
15054         * mm-bodies.el (message-options-get):
15055         * mm-decode.el (mm-view-pkcs7):
15056         * mm-util.el (gmm-write-region):
15057         * mml-smime.el (mml-compute-boundary)
15058         (gnus-completing-read-with-default):
15059         * mml.el (widget-button-press, gnus-make-hashtable):
15060         * mml1991.el (mm-decode-content-transfer-encoding)
15061         (mm-encode-content-transfer-encoding)
15062         (message-options-get, message-options-set):
15063         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15064         * nnfolder.el (gnus-request-group):
15065         * nnheader.el (ietf-drums-unfold-fws):
15066         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15067         * smime.el (gnus-run-mode-hooks):
15068         * spam-stat.el (gnus-message): Autoload.
15069
15070         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15071         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15072         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15073         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15074         Add declare-function compatibility definition.
15075
15076         * gnus-cache.el (nnvirtual-find-group-art):
15077         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15078         (gnus-add-image, gnus-add-wash-type):
15079         * gnus-group.el (nnkiboze-score-file):
15080         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15081         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15082         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15083         (message-tokenize-header, gnus-get-buffer-create)
15084         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15085         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15086         * gnus.el (gnus-group-decoded-name):
15087         * mail-source.el (imap-capability):
15088         * mm-bodies.el (message-options-set):
15089         * mm-decode.el (gnus-configure-windows):
15090         * mm-extern.el (message-goto-body):
15091         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15092         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15093         (epg-sub-key-validity, message-options-set):
15094         * mml.el (widget-event-point, gnus-configure-windows):
15095         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15096         * mml2015.el (epg-check-configuration, epg-configuration)
15097         (message-options-set):
15098         * nndb.el (nndb-request-article):
15099         * nnfolder.el (gnus-request-create-group):
15100         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15101         * nnmaildir.el (gnus-group-mark-article-read):
15102         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15103         * rfc1843.el (message-fetch-field):
15104         * spam.el (gnus-extract-address-components):
15105         Declare as functions.
15106
15107 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15108
15109         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15110
15111         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15112
15113         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15114         bind show-trailing-whitespace for XEmacs.
15115
15116 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15117
15118         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15119         new no-op macro for backward compatibility.
15120
15121         * imap.el (imap-string-to-integer): New function.
15122
15123 2007-12-09  Glenn Morris  <rgm@gnu.org>
15124
15125         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15126
15127         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15128         * message.el, mm-view.el, sieve-manage.el, smime.el:
15129         Add declare-function compatibility definition.
15130
15131         * gnus-art.el (w3-region, w3m-region, Info-menu):
15132         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15133         * gnus-sum.el (gnus-get-predicate):
15134         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15135         * message.el (mail-abbrev-in-expansion-header-p):
15136         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15137         (w3m-detect-meta-charset, w3m-region):
15138         * sieve-manage.el (password-read, password-cache-add)
15139         (password-cache-remove):
15140         * smime.el (password-read-and-add): Declare as functions.
15141
15142 2007-12-08  David Kastrup  <dak@gnu.org>
15143
15144         * gnus-sum.el (gnus-summary-simplify-subject-query):
15145         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15146         `message'.
15147
15148 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15149
15150         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15151         it to bind idna-program, installation-directory, defined-colors, and
15152         face-attribute for XEmacs of the version that compiles defcustom forms.
15153
15154 2007-12-07  Glenn Morris  <rgm@gnu.org>
15155
15156         * gnus-art.el (article-make-date-line): Revert previous change.
15157
15158 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15159
15160         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15161
15162 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15163
15164         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15165         Call gnus-add-to-range ranges only once with a prepared article-list.
15166
15167 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15168
15169         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15170         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15171         group names with backslashes.
15172         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15173
15174 2007-12-06  Deepak Goel  <deego3@gmail.com>
15175
15176         * gnus-art.el (article-make-date-line):
15177         * gnus-start.el (gnus-load):
15178         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15179
15180 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15181
15182         * gnus-art.el (gnus-use-idna):
15183         * gnus-start.el (gnus-site-init-file):
15184         * message.el (message-use-idna):
15185         * mm-uu.el (mm-uu-hide-markers):
15186         * smiley.el (smiley-style): Revert changes that suppress warnings.
15187
15188 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15189
15190         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15191         specify charset to html source.
15192         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15193
15194 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15195
15196         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15197         idna-program in order to suppress byte compile warning issued by XEmacs
15198         that came to byte compile the default value section of defcustom forms
15199         recently.
15200
15201         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15202         value of installation-directory.
15203
15204         * message.el (message-use-idna): Don't directly refer to the value of
15205         idna-program.
15206
15207         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15208
15209         * smiley.el (smiley-style): Don't directly call face-attribute.
15210
15211 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15212
15213         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15214
15215         * gnus-dired.el: Reduce Gnus dependencies.
15216         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15217         Don't require.  Use autoloads instead.
15218         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15219         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15220         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15221         (gnus-dired-mode): Adjust doc string.
15222         (gnus-dired-mail-mode): New variable.
15223         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15224         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15225         (gnus-dired-mail-buffers): New function.  Return mail or message
15226         composition buffers.
15227         (gnus-dired-attach): Use it.
15228         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15229         NO-DECODE.
15230         (gnus-dired-print): Use `gnus-print-buffer' depending on
15231         `gnus-dired-mail-mode'.
15232
15233 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15234
15235         * rfc2047.el (rfc2047-encoded-word-regexp)
15236         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15237         explaining what regexp patterns are for.
15238
15239 2007-12-04  Glenn Morris  <rgm@gnu.org>
15240
15241         * password.el: Move to password-cache.el.
15242
15243         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15244         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15245         * mml-smime.el (password-read, password-cache-add)
15246         (password-cache-remove):
15247         No need to autoload, since mml-sec requires password.
15248
15249         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15250         * message.el (gnus-extract-address-components):
15251         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15252
15253         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15254         password.
15255
15256 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15257
15258         * mailcap.el: Reduce dependencies.
15259         (mail-header-parse-content-type): Autoload.
15260         (mailcap-delete-duplicates): New alias.
15261         (mailcap-mime-info): Add optional argument NO-DECODE.
15262         (mailcap-mime-types): Use mailcap-delete-duplicates.
15263
15264         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15265
15266 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15267
15268         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15269         (imap-parse-status): Upcase status-att for servers that sends them
15270         lower-case (e.g., MS Exchange 2007).
15271
15272 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15273
15274         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15275         function.
15276
15277         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15278         (gnus-uu-yenc-article): New function.
15279
15280         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15281
15282         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15283
15284 2007-12-02  Glenn Morris  <rgm@gnu.org>
15285
15286         * binhex.el (binhex): New custom group.
15287         (binhex-decoder-program, binhex-decoder-switches)
15288         (binhex-use-external): Move to the binhex custom group.
15289
15290         * uudecode.el (uudecode): New custom group.
15291         (uudecode-decoder-program, uudecode-decoder-switches)
15292         (uudecode-use-external): Move to the uudecode custom group.
15293
15294         * netrc.el (top-level): Don't load `encrypt' features.
15295         (netrc-parse): Don't use encrypt.
15296         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
15297
15298         * encrypt.el: Remove file.
15299
15300 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
15301
15302         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
15303         matches on patches.
15304
15305         * gnus-art.el (gnus-article-browse-html-article):
15306         Mention `mm-text-html-renderer' in the doc string.
15307
15308         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
15309         string.  Add comments.
15310
15311         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
15312         if rhs is ASCII.
15313
15314 2007-12-01  Glenn Morris  <rgm@gnu.org>
15315
15316         * mail-source.el (top-level): Require format-spec before
15317         eval-when-compile.
15318
15319 2007-11-30  Glenn Morris  <rgm@gnu.org>
15320
15321         * encrypt.el: Require password, rather than autoloading password-read.
15322
15323 2007-11-29  Glenn Morris  <rgm@gnu.org>
15324
15325         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
15326         (sasl-make-client, sasl-next-step, sasl-step-data)
15327         (sasl-step-set-data): Declare as functions.
15328
15329 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
15330
15331         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
15332
15333 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
15334
15335         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
15336         certs should be verified and what is to be done in the event of a
15337         verification failure.
15338
15339         * gnus.el (gnus-method-to-server): Add an optional parameter so the
15340         caller can indicate whether the cache should be disregarded for this
15341         call.  This way the result of the call is reproducible at all times and
15342         can be considered a canonical server name for the supplied method.
15343         (gnus-agent-method-p): Canonicalize server names by pushing their
15344         method through `gnus-method-to-server' using the no-cache argument.
15345
15346         * gnus-srvr.el (gnus-server-insert-server-line):
15347         Call `gnus-method-to-server' with `no-cache' argument.
15348
15349         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
15350         gnus-agent-possibly-synchronize-flags as this should be called when the
15351         server is actually being opened.
15352         (gnus-agent-possibly-synchronize-flags)
15353         (gnus-agent-possibly-synchronize-flags-server): Move check for the
15354         flags file of an agentized server to the latter function.
15355
15356         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
15357         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
15358         after a connection has been established successfully.
15359
15360 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15361
15362         * gnus-art.el (article-display-face): Force to display face if called
15363         interactively; check if gnus-article-x-face-too-ugly matches author.
15364         (article-display-x-face): Display face even if From header is missing
15365         as article-display-face does.
15366
15367 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
15368
15369         * hashcash.el (message-narrow-to-headers-or-head)
15370         (message-fetch-field, message-goto-eoh)
15371         (message-narrow-to-headers): Declare as functions.
15372
15373 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
15374
15375         * mail-source.el (mail-sources): Default to fetch from file for
15376         compatibility with default of nnmail-spool-file.
15377
15378 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15379
15380         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
15381         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
15382         to look for encoded word that should be encoded again.
15383         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
15384         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
15385         encoding pattern.
15386         (rfc2047-decode-region): Switch strict regexp and loose one according
15387         to rfc2047-allow-irregular-q-encoded-words.
15388
15389 2007-11-25  Romain Francoise  <romain@orebokech.com>
15390
15391         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
15392
15393 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15394
15395         * tls.el (tls-program): Provide more custom choices from
15396         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
15397         (tls-process-connection-type, tls-success): Remove "*" in doc string.
15398
15399 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15400
15401         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15402         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15403
15404         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15405         `nnmail-spool-file'.
15406
15407         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15408         `nnmail-spool-file'.
15409
15410         * gnus-move.el (gnus-change-server): Ditto.
15411
15412         * gnus-kill.el (gnus-batch-score): Ditto.
15413
15414         * gnus-cache.el (gnus-jog-cache): Ditto.
15415
15416         * gnus-msg.el (gnus-summary-reply):
15417         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15418
15419 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15420
15421         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
15422         version.  Minor improvement to doc strings.
15423         (tls-program): Add comment.
15424
15425 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
15426
15427         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
15428         (tls-checktrust): New variable.  Check if GNU TLS complained about a
15429         mismatch between the hostname provided in the certificate and the name
15430         of the host connnecting to.
15431         (open-tls-stream): Use them.  Check certificates against trusted root
15432         certificates.
15433
15434 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15435
15436         * gnus-cache.el (gnus-cache-generate-nov-databases):
15437         Use nnml-generate-nov-databases-directory instead of
15438         nnml-generate-nov-databases-1.
15439
15440 2007-11-24  Glenn Morris  <rgm@gnu.org>
15441
15442         * message.el (message-tool-bar-retro): Update for rename
15443         mail_send.xpm->mail-send.xpm.
15444
15445 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
15446
15447         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15448         `smime-ldap-search' for Emacs 22 and up.
15449
15450 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15451
15452         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15453
15454         * message.el (message-send-mail-function): Fix error convention.
15455         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15456         (message-widen-reply, message-send-mail, message-talkative-question)
15457         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15458         (message-clone-locals, message-send-news): Use with-current-buffer.
15459         (message-insert-or-toggle-importance): Remove unused var `valid'.
15460         (message-make-references): Remove unused var `new-references'.
15461         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15462
15463 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
15464
15465         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15466         (spam-split-symbolic-return-positive): Reflow docstring.
15467         (spam-backends, spam-summary-exit-behavior)
15468         (spam-mark-ham-unread-before-move-from-spam-group)
15469         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15470         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15471         (spam-clear-cache, spam-backend-check, spam-install-backend)
15472         (spam-install-statistical-backend, spam-list-of-processors)
15473         (spam-group-processor-p, spam-split, spam-bogofilter-score)
15474         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15475         (spam-check-crm114, spam-initialize, spam-unload-hook):
15476         Fix typos in docstrings.
15477
15478 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15479
15480         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15481         been checked if they have never been read and those group levels are
15482         higher than the one that a user specified.
15483
15484 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15485
15486         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15487         foreign groups unless a group level is specified by a user.
15488         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15489
15490 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
15491
15492         * message.el (message-send-mail-function): Require sendmail.
15493
15494 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
15495
15496         * message.el (message-send-mail-function): Check for smtpmail too.
15497
15498         * utf7.el (utf7-encode, utf7-decode): Use coding system
15499         `utf-7'/`utf-7-imap' from utf-7.el' if available.
15500
15501         * message.el (message-send-mail-function): New function.
15502         (message-send-mail-function): Set default using
15503         message-send-mail-function.  Adjust doc string.
15504         (message-send-mail-with-mailclient): New function.
15505
15506 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15507
15508         * smime.el (from):
15509         * rfc2047.el (message-posting-charset):
15510         * qp.el (mm-use-ultra-safe-encoding):
15511         * pop3.el (parse-time-months):
15512         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15513         * nnml.el (files):
15514         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15515         (jka-compr-compression-info-list, ange-ftp-path-format)
15516         (efs-path-regexp):
15517         * nndiary.el (files):
15518         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15519         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15520         (epg-digest-algorithm-alist, inhibit-redisplay)
15521         (password-cache-expiry):
15522         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15523         (pgg-output-buffer, password-cache-expiry):
15524         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15525         (efs-path-regexp):
15526         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15527         (inhibit-redisplay):
15528         * mm-uu.el (file-name, start-point, end-point, entry)
15529         (gnus-newsgroup-name, gnus-newsgroup-charset):
15530         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15531         (latin-unity-ucs-list):
15532         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15533         (mm-uu-binhex-decode-function):
15534         * message.el (gnus-message-group-art, gnus-list-identifiers)
15535         (rmail-enable-mime-composing, gnus-local-organization)
15536         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15537         (gnus-read-active-file, facemenu-add-face-function)
15538         (facemenu-remove-face-function, gnus-article-decoded-p)
15539         (tool-bar-mode):
15540         * mail-source.el (display-time-mail-function):
15541         * gnus-util.el (nnmail-pathname-coding-system)
15542         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15543         (gnus-original-article-buffer, gnus-user-agent)
15544         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15545         (xemacs-codename, sxemacs-codename, emacs-program-version):
15546         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15547         * gnus-start.el (gnus-agent-covered-methods)
15548         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15549         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15550         (gnus-newsgroup-headers, gnus-group-list-mode)
15551         (gnus-group-mark-positions, gnus-newsgroup-data)
15552         (gnus-newsgroup-unreads, nnoo-state-alist)
15553         (gnus-current-select-method, mail-sources)
15554         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15555         (nnmail-spool-file, gnus-cache-active-hashtb):
15556         * gnus-mh.el (mh-lib-progs):
15557         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15558         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15559         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15560         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15561         (gnus-group-buffer):
15562         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15563         (font-lock-set-defaults):
15564         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15565         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15566         (gnus-summary-post-menu, total-parts, type, condition, length):
15567         * gnus-agent.el (gnus-agent-read-agentview):
15568         * flow-fill.el (show-trailing-whitespace):
15569         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15570         eval-and-compile wrappers for byte compiler pacifiers.
15571
15572         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15573         (mm-display-inline-fontify): Check for featurep 'xemacs not
15574         extent-list.
15575
15576         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15577         itimer-list.
15578         (mm-create-image-xemacs): Only do something for XEmacs.
15579         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15580
15581         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15582
15583         * gnus-registry.el (gnus-adaptive-word-syntax-table):
15584         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15585
15586 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15587
15588         * nnimap.el (nnimap-split-download-body):
15589         * gnus-demon.el (gnus-demon):
15590         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15591
15592 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15593
15594         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15595         New macros.
15596         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15597         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15598         copy data from unibyte buffer to multibyte current buffer.
15599         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15600         to copy data from unibyte current buffer to multibyte buffer.
15601         (nntp-make-process-buffer): Make process buffer unibyte.
15602
15603         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15604
15605 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15606
15607         * pop3.el (pop3-open-server): Accept and process data more robustly at
15608         connection start to avoid spurious "POP SSL connection failed" errors.
15609
15610 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15611
15612         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15613         read group names.
15614
15615 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15616
15617         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15618
15619 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15620
15621         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15622         (nnmail-save-active): Use a unibyte buffer when saving active file,
15623         which may contain non-ASCII group names.
15624
15625         * nnml.el (nnml-request-group): Decode group names in messages.
15626
15627 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15628
15629         * message.el (message-citation-line-function)
15630         (message-insert-formatted-citation-line): Fix spelling of
15631         `message-insert-formated-citation-line'.
15632
15633 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15634
15635         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15636
15637 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15638
15639         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15640         nnmail-pathname-coding-system.
15641
15642         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15643         that a user enters; decode group names in messages.
15644
15645         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15646
15647 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15648
15649         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15650
15651         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15652
15653         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15654         risky local variable.
15655
15656         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15657
15658 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15659
15660         * encrypt.el: Improve documentation to fix function name typo.
15661         Reported by Daiki Ueno <ueno@unixuser.org>.
15662
15663 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15664
15665         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15666         even if the point is not in the last page of an article.
15667         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15668         back to the previous page.
15669
15670 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15671
15672         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15673
15674 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15675
15676         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15677
15678 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15679
15680         * message.el (message-check-news-body-syntax):
15681         Avoid mm-string-as-multibyte.
15682         (message-hide-headers): Don't assume (point-min)==1.
15683
15684 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15685
15686         * message.el (message-remove-blank-cited-lines): Fix if remove is
15687         given.
15688         (message-bogus-address-regexp): New variable.
15689         (message-bogus-recipient-p): New function.
15690         (message-check-recipients): New command.
15691         (message-syntax-checks): Add `bogus-recipient'.
15692         (message-fix-before-sending): Add `bogus-recipient'.
15693
15694         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15695         (gnus-treat-body-boundary): Don't test window-system.
15696
15697 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15698
15699         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15700
15701 2007-10-28  Miles Bader  <miles@gnu.org>
15702
15703         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15704         at compile-time too.
15705
15706 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15707
15708         * gnus-msg.el (gnus-message-setup-hook):
15709         Add `message-remove-blank-cited-lines' to options.
15710
15711 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15712
15713         * message.el (message-remove-blank-cited-lines): New function.
15714         Suggested by Karl Plästerer.
15715
15716 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15717
15718         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15719         mapc.
15720
15721         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15722         (top-level): Use mapc to set functions to be traced for debugging.
15723
15724         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15725         called for effect with while loop.
15726
15727         * message.el (message-talkative-question): Replace mapcar called for
15728         effect with mapc.
15729
15730         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15731         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15732         called for effect with dolist.
15733
15734         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15735
15736         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15737         gnus-extra-headers and nnmail-extra-headers.
15738
15739         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15740         called for effect with dolist.
15741         (top-level): Use mapc to set functions to be traced for debugging.
15742
15743         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15744         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15745         dolist.
15746
15747         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15748         Replace mapcar called for effect with mapc.
15749         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15750         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15751         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15752         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15753
15754         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15755         remove-if that's a cl function.
15756
15757         * webmail.el (webmail-debug): Replace mapcar called for effect with
15758         dolist.
15759
15760         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15761         with mapc.
15762
15763 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15764
15765         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15766         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15767         with while loop.
15768
15769         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15770         functions from article-* functions.
15771         (gnus-multi-decode-header): Replace mapcar called for effect with
15772         dolist.
15773
15774         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15775         (gnus-bookmark-show-details): Replace mapcar called for effect with
15776         while loop.
15777
15778         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15779         called for effect with while loop.
15780
15781         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15782         with dolist.
15783
15784         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15785         Replace mapcar called for effect with dolist.
15786
15787         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15788
15789         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15790         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15791         Replace mapcar called for effect with dolist.
15792         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15793         mapc.
15794
15795         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15796         Replace mapcar called for effect with dolist.
15797         (gnus-topic-list): Replace mapcar called for effect with mapc.
15798
15799         * gnus.el: Use mapc instead of mapcar to add autoloads.
15800
15801 2007-10-23  Richard Stallman  <rms@gnu.org>
15802
15803         * gnus-group.el (gnus-group-highlight): Mark as risky.
15804
15805 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15806
15807         * gnus.el (gnus-server-to-method): Return method found first in
15808         gnus-newsrc-alist.
15809
15810         * gnus-art.el (gnus-article-highlight-signature)
15811         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15812         button overlay without the front stickiness.
15813
15814 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15815
15816         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15817         overview buffer needed a catch to receive its throw.
15818         (gnus-agent-flush-cache): Declare as interactive to make this function
15819         easier to use.
15820
15821 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15822
15823         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15824         `next-line'.
15825
15826 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15827
15828         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15829         exclude address matching message-dont-reply-to-names.
15830
15831 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15832
15833         * gnus-util.el (gnus-string<): New function.
15834
15835         * gnus-sum.el (gnus-article-sort-by-author)
15836         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15837
15838 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15839
15840         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15841         the frame-focus tag is set in gnus-buffer-configuration.
15842
15843 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15844
15845         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15846         the front stickiness.
15847
15848 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15849
15850         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15851         url pattern; remove duplicate one.
15852         (gnus-article-extend-url-button): New function.
15853         (gnus-article-add-buttons): Use it.
15854         (gnus-button-push): Use concatenated url that it makes.
15855
15856 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15857
15858         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15859
15860 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15861
15862         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15863         Don't hardcode point-min==1.
15864
15865 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15866
15867         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15868         Fix comment about "iso8859-1".
15869
15870 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15871
15872         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15873         ones returned from the verify-function.
15874
15875         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15876         Call mml2015-extract-cleartext-signature if extraction failed.
15877
15878 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15879
15880         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15881         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15882         failed.
15883
15884 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15885
15886         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15887
15888 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15889
15890         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15891         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15892         recommends to use EasyPG instead of PGG.
15893
15894         * pgg.el: Revert to revision 6.23.2.16.
15895
15896         * pgg-def.el: Revert to revision 6.6.2.14.
15897
15898         * pgg-gpg.el: Revert to revision 6.23.2.34.
15899
15900 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15901
15902         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15903         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15904         thread for both the null and zero (kill/expire thread) universal prefix
15905         cases.
15906         (gnus-summary-expire-thread): Add new function to expire a thread,
15907         using gnus-summary-kill-thread.
15908         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15909         shortcuts for gnus-summary-expire-thread.
15910         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15911         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15912
15913 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15914
15915         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15916         extras value, so an extras entry can be deleted.
15917         (gnus-registry-delete-extra-entry): Use it.
15918         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15919         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15920         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15921         storage through the gnus-registry, and provide an appropriate API for
15922         it.
15923
15924 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15925
15926         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15927         Suggested by Leo <sdl.web@gmail.com>.
15928
15929         * gnus.el: Do.
15930
15931 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15932
15933         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15934         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15935
15936         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15937
15938         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15939         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15940
15941 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15942
15943         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15944         newline.
15945         (nnmbox-request-accept-article): Don't change article in source buffer;
15946         narrow to header to use message-fetch-field rather than
15947         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15948         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15949         as delimiters; make sure article ends with newline.
15950         (nnmbox-delete-mail): Correct last position of article to be deleted;
15951         ignore X-Gnus-Newsgroup header in article body.
15952         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15953         positions; make sure article ends with newline.
15954
15955         * message.el (message-display-abbrev): Don't infloop when a user
15956         inserts SPC in the beginning of header.
15957
15958         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15959         coding-system-for-read and coding-system-for-write for XEmacs having no
15960         file-coding feature.
15961
15962         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15963
15964 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15965
15966         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15967         list of groups not followed by default.  Fix type to be regexp.
15968         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15969
15970 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15971
15972         * hmac-def.el (define-hmac-function): Switch from old-style to
15973         new-style backquotes.
15974
15975         * md4.el (md4-make-step): Likewise.
15976
15977 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15978
15979         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15980         raw-text coding system when saving .newsrc file, which may contain
15981         non-ASCII group names.
15982
15983 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15984
15985         * gnus-cus.el (gnus-score-extra): New widget.
15986         (gnus-score-extra-convert): New function.
15987         (gnus-score-customize): Use it for Extra.
15988
15989 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15990
15991         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15992         (mml2015-mailcrypt-clear-verify): Use it.
15993         (mml2015-gpg-clear-verify): Use it.
15994         (mml2015-pgg-clear-verify): Use it.
15995         (mml2015-epg-clear-verify): Replace the current part with the output
15996         from GnuPG; don't extract the plaintext by itself.
15997
15998         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15999         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16000         mml2015-clear-verify-function; don't touch the armor headers or
16001         dash-escaped text here.
16002
16003 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16004
16005         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16006         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16007         parts, or application/octet-stream as a last resort.
16008         (gnus-mime-view-part-as-type): Don't toggle display.
16009         (gnus-mime-view-part-as-charset): Don't turn off display before
16010         querying charset.
16011
16012         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16013         stuff to undisplayer function in Emacs.
16014         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16015
16016         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16017         text/calendar parts.
16018
16019 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16020
16021         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16022         decoding text/calendar parts.
16023
16024         * message.el (message-forward-make-body-mime): Always mark body as
16025         having no illegible text; remove signed-or-encrypted argument.
16026         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16027
16028         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16029         (mml-generate-mime-1): Don't encode body if it is specified to be in
16030         raw form; don't make buffer be unibyte when inserting multibyte string.
16031
16032 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16033
16034         * sha1.el: Fix up comment style.
16035         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16036         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16037
16038         * hex-util.el: Fix up comment style.
16039         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16040
16041         * gnus-salt.el: Use with-current-buffer.
16042         (gnus-pick-setup-message): Fix long-standing typo.
16043
16044 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16045
16046         * imap.el (imap-logout-timeout): New variable.
16047         (imap-logout, imap-logout-wait): New functions.
16048         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16049
16050         * nnimap.el (nnimap-logout-timeout): New server variable.
16051         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16052         nnimap-logout-timeout.
16053
16054         * gnus-art.el (gnus-article-summary-command-nosave)
16055         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16056
16057 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16058
16059         * gnus.el (gnus-maximum-newsgroup): New variable.
16060
16061         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16062         according to gnus-maximum-newsgroup.
16063
16064         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16065         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16066         Limit the range of articles according to gnus-maximum-newsgroup.
16067
16068 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16069
16070         * gnus-art.el (gnus-sticky-article): Fix problems described in
16071         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16072         Don't perform gnus-configure-windows here; reuse existing sticky
16073         article buffer.
16074
16075         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16076         it doesn't exist in gnus-article-mode.
16077
16078 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16079
16080         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16081         (gnus-agent-decoded-group-name): New function.
16082         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16083         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16084
16085 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16086
16087         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16088         Add binding for gnus-sticky-article.
16089         (gnus-summary-exit): Don't kill sticky article buffers.
16090
16091         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16092         article buffer.
16093         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16094         (gnus-kill-sticky-article-buffers): New commands.
16095
16096 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16097
16098         * nntp.el (nntp-xref-number-is-evil): New server variable.
16099         (nntp-find-group-and-number): If it is non-nil, don't trust article
16100         numbers in the Xref header.
16101
16102 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16103
16104         * gnus-agent.el (gnus-agent-read-group): New function.
16105         (gnus-agent-flush-group, gnus-agent-expire-group)
16106         (gnus-agent-regenerate-group): Use it.
16107         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16108         nnmail-pathname-coding-system.
16109
16110 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16111
16112         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16113
16114         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16115         that are unread as unread, and also as selected so that information of
16116         marks having been changed by a user may be updated when exiting group.
16117
16118 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16119
16120         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16121
16122 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16123
16124         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16125         calculated ignoring signature parts to gnus-treat-article.
16126
16127 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16128
16129         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16130         a point here in order to keep the window start.
16131         (gnus-insert-mime-security-button): Make a button overlay without the
16132         front stickiness.
16133         (gnus-mime-display-security): Goto the end of a button.
16134
16135         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16136
16137 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16138
16139         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16140         group-name-at-point.
16141         (gnus-group-completing-read): New function that offers decoded
16142         non-ASCII group names for completion.
16143         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16144         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16145         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16146         (gnus-group-fetch-control): Use it.
16147         (gnus-fetch-group): Use group-name-at-point for the initial value
16148         rather than the default value; use gnus-alive-p.
16149
16150         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16151         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16152         (gnus-summary-post-news): Use gnus-group-completing-read.
16153
16154         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16155         (gnus-read-move-group-name): Decode group name for completion.
16156
16157 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16158
16159         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16160         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16161         Yamaoka slightly modified the code).
16162
16163 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16164
16165         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16166         (nnmail-split-incoming): Bind it.
16167
16168         * nnml.el (nnml-group-name-charset): New function.
16169         (nnml-decoded-group-name): Use it; don't decode group name if
16170         nnmail-group-names-not-encoded-p is non-nil.
16171         (nnml-encoded-group-name): New function.
16172         (nnml-group-pathname): Inline nnml-decoded-group-name.
16173         (nnml-request-expire-articles): Decode group name in message.
16174         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16175         nnmail-pathname-coding-system.
16176         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16177         not decoded ones according to nnmail-group-names-not-encoded-p.
16178         (nnml-generate-active-info): Use nnml-encoded-group-name.
16179
16180 2007-08-08  Glenn Morris  <rgm@gnu.org>
16181
16182         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16183         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16184         doc-strings and comments.
16185
16186 2007-07-25  Glenn Morris  <rgm@gnu.org>
16187
16188         * Relicense all FSF files to GPLv3 or later.
16189
16190 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16191
16192         * gnus-sum.el (gnus-summary-move-article):
16193         Make gnus-summary-respool-article work.
16194
16195 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16196
16197         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16198         string.
16199
16200 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16201
16202         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16203         that should be ignored when comparing distant RSS articles with local
16204         ones.
16205         (nnrss-make-hash-index): New function.  Create a hash index according
16206         to the ignored fields.
16207         (nnrss-check-group): Use it.
16208
16209 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16210
16211         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16212
16213         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16214
16215         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16216         the new optional argument ENCODED is non-nil.
16217         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16218         coding system for encoding group name.
16219         (gnus-group-make-rss-group): Pass un-encoded group name to
16220         gnus-group-make-group.
16221         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16222         encoded.
16223
16224         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16225         Encode group name to which articles are moved or copied.
16226         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16227         coding system for encoding Newsgroup, Followup-To and Xref headers.
16228
16229         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16230         marks; use nnheader-file-coding-system to write a file.
16231         (nnagent-retrieve-headers): Bind file-name-coding-system to
16232         nnmail-pathname-coding-system.
16233
16234         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16235
16236         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16237         (nnml-request-article, nnml-request-create-group)
16238         (nnml-request-rename-group, nnml-find-id)
16239         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16240         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16241         (nnml-save-marks): Use nnml-group-pathname instead of
16242         nnmail-group-pathname.
16243
16244         (nnml-request-create-group, nnml-request-expire-articles)
16245         (nnml-request-move-article, nnml-request-delete-group)
16246         (nnml-deletable-article-p, nnml-possibly-create-directory)
16247         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16248         (nnml-open-marks): Bind file-name-coding-system to
16249         nnmail-pathname-coding-system.
16250
16251         (nnml-request-article): Pass server argument to nnml-find-group-number.
16252         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16253         Pass server argument to nnml-possibly-create-directory.
16254         (nnml-request-accept-article): Pass server argument to
16255         nnml-active-number and nnml-save-mail.
16256         (nnml-find-group-number): Pass server argument to nnml-find-id.
16257         (nnml-request-update-info): Pass server argument to
16258         nnml-marks-changed-p.
16259
16260         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16261         (nnml-save-mail, nnml-active-number): Add server argument.
16262
16263         (nnml-request-delete-group): Warn if group is missing.
16264         (nnml-get-nov-buffer): Decode group name.
16265         (nnml-generate-active-info): Encode group name.
16266         (nnml-open-marks): Decode group name in messages.
16267
16268 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16269
16270         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16271         if it is not specified.
16272         (gnus-article-pipe-part, gnus-article-save-part)
16273         (gnus-article-interactively-view-part, gnus-article-copy-part)
16274         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16275         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16276         (gnus-article-replace-part, gnus-article-delete-part)
16277         (gnus-article-view-part-as-type): Pass raw prefix argument to
16278         gnus-article-part-wrapper.
16279
16280 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16281
16282         * gnus-agent.el (gnus-agent-save-active):
16283         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16284
16285         * gnus-cache.el (gnus-cache-save-buffers)
16286         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16287         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16288         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16289         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16290         (gnus-cache-generate-active, gnus-cache-rename-group)
16291         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16292         (gnus-cache-update-overview-total-fetched-for):
16293         Bind file-name-coding-system to nnmail-pathname-coding-system.
16294         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
16295         New variables.
16296         (gnus-cache-decoded-group-name): New function.
16297         (gnus-cache-file-name): Use it.
16298         (gnus-cache-generate-active): Use non-decoded group name for active.
16299
16300         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
16301         right place.
16302         (gnus-write-active-file): Don't break non-ASCII group names.
16303
16304         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
16305         nnmail-pathname-coding-system.
16306
16307         * lpath.el: Bind default-file-name-coding-system,
16308         file-name-coding-system and language-info-alist for XEmacs.
16309
16310         * gnus-uu.el (gnus-uu-decode-save): Typo.
16311
16312 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16313
16314         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
16315
16316 2007-07-14  David Kastrup  <dak@gnu.org>
16317
16318         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
16319         finishing actions if we did not edit the article.
16320
16321 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16322
16323         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
16324         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
16325         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
16326         (gnus-agent-flush-group, gnus-agent-flush-cache)
16327         (gnus-agent-fetch-headers, gnus-agent-load-alist)
16328         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
16329         (gnus-agent-retrieve-headers, gnus-agent-request-article)
16330         (gnus-agent-regenerate-group)
16331         (gnus-agent-update-files-total-fetched-for)
16332         (gnus-agent-update-view-total-fetched-for):
16333         Bind file-name-coding-system to nnmail-pathname-coding-system.
16334         (gnus-agent-group-pathname): Don't encode file names by
16335         nnmail-pathname-coding-system.
16336         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
16337         coding-system-for-write instead of buffer-file-coding-system to
16338         gnus-agent-file-coding-system.
16339
16340         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
16341         Decode group name.
16342
16343         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
16344
16345         * gnus-start.el (gnus-update-active-hashtb-from-killed)
16346         (gnus-read-newsrc-el-file): Make group names unibyte.
16347
16348         * nnmail.el (nnmail-group-pathname): Don't encode file names by
16349         nnmail-pathname-coding-system.
16350
16351         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
16352         (nnrss-request-delete-group): Bind file-name-coding-system to
16353         nnmail-pathname-coding-system.
16354         (nnrss-read-server-data, nnrss-read-group-data):
16355         Bind file-name-coding-system correctly.
16356         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
16357
16358         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
16359         (nntp-server-to-method-cache): New variable.
16360         (nntp-group-pathname): New function that decodes non-ASCII group names.
16361         (nntp-possibly-create-directory, nntp-marks-changed-p)
16362         (nntp-save-marks, nntp-open-marks): Use it.
16363         (nntp-possibly-create-directory, nntp-open-marks):
16364         Bind file-name-coding-system to nnmail-pathname-coding-system.
16365         (nntp-open-marks): Decode group names when bootstrapping marks.
16366
16367         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
16368         Newsgroups and Followup-To headers.
16369
16370 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16371
16372         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16373         (gnus-server-closed-face, gnus-server-denied-face)
16374         (gnus-server-offline-face): Remove variable.
16375         (gnus-server-font-lock-keywords): Use faces that are not aliases.
16376
16377         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
16378         of modifying message-stack directly for XEmacs.
16379
16380         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
16381         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
16382         if the coding-system argument is nil for XEmacs.
16383
16384         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
16385         mm-charset-override-alist.
16386
16387         * rfc2047.el: Don't require base64; require rfc2045 for the function
16388         rfc2045-encode-string.
16389         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
16390         to quote the parameter value.
16391
16392 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16393
16394         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
16395         form in gnus-group-name-charset-method-alist.
16396
16397         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
16398         overrides the default layout edit-form.
16399
16400         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
16401
16402         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
16403
16404 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16405
16406         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16407         as unfetched articles.
16408
16409 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
16410
16411         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16412
16413 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16414
16415         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16416         original back end that keeps marks in the local system.
16417
16418 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16419
16420         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16421         arg of pop-to-buffer for XEmacs.
16422         (gnus-article-read-summary-keys): Ditto; don't restore window
16423         configuration if summary command ends up with neither article buffer
16424         nor summary buffer; describe bindings if summary keys end with C-h.
16425
16426 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16427
16428         * message.el (message-fix-before-sending): Skip raw message part to be
16429         forwarded while checking illegible text.
16430         (message-forward-make-body-mime, message-forward-make-body):
16431         Mark signed or encrypted raw message as having no illegible text.
16432
16433 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16434
16435         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
16436         (gnus-message-with-timestamp-1): New macro.
16437         (gnus-message-with-timestamp): New function.
16438         (gnus-message): Use them.
16439
16440         * nnheader.el (nnheader-message): Use them.
16441
16442 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
16443
16444         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16445         .newsrc.eld file.
16446
16447 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16448
16449         * gnus-agent.el (gnus-agent-fetch-headers)
16450         (gnus-agent-retrieve-headers):
16451         Bind gnus-decode-encoded-address-function to identity.
16452
16453         * nntp.el (nntp-send-xover-command): Recognize an xover command is
16454         available also when the server returns simply a dot.
16455
16456         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16457
16458 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16459
16460         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16461
16462 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16463
16464         * gnus-ems.el (gnus-x-splash): Make it work.
16465
16466         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16467         from being used.
16468
16469         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
16470
16471 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16472
16473         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
16474         4th and the 5th arguments.
16475
16476         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16477         the front stickiness.
16478         (gnus-article-summary-command-nosave): Correct the order of the
16479         arguments passed to pop-to-buffer.
16480         (gnus-article-read-summary-keys): Ditto; make it work properly when the
16481         summary command ends up with the article buffer.
16482
16483         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16484         the same faces.
16485
16486 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
16487
16488         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16489
16490 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
16491
16492         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16493         * gnus-sum.el (gnus-summary-highlight):
16494         * pgg.el (pgg-sign-region, pgg-sign):
16495         * mail-source.el (mail-source-delete-old-incoming-confirm):
16496         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16497
16498 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16499
16500         * gnus-art.el (gnus-mime-view-part-externally)
16501         (gnus-mime-view-part-internally): Fix predicate function passed to
16502         completing-read.
16503
16504         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16505
16506         * gnus.el (gnus-update-message-archive-method): Add :version.
16507
16508 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16509
16510         * gnus.el (gnus-update-message-archive-method): New variable.
16511
16512         * gnus-start.el (gnus-setup-news): Update saved "archive" method
16513         according to gnus-message-archive-method if
16514         gnus-update-message-archive-method is non-nil.
16515
16516 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16517
16518         * gnus-sum.el (gnus-summary-limit-to-address): New function.
16519         Suggested by Loic Dachary <loic@dachary.org>.
16520         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16521
16522 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16523
16524         * message.el (message-pop-to-buffer): Add switch-function argument.
16525         (message-mail): Pass switch-function argument to it.
16526
16527 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
16528
16529         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16530         Improve doc string.
16531
16532 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16533
16534         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16535         (gnus-header-content):
16536         * gnus-cite.el (gnus-cite-10):
16537         * gnus-srvr.el (gnus-server-closed):
16538         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16539         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16540         (gnus-group-mail-3-empty, gnus-group-mail-low)
16541         (gnus-group-mail-low-empty, gnus-splash):
16542         * message.el (message-header-to, message-header-cc)
16543         (message-header-subject, message-header-other, message-header-name)
16544         (message-header-xheader, message-separator, message-cited-text)
16545         (message-mml): Lighten colors of faces used for dark background.
16546
16547 2007-05-24  Simon Josefsson  <simon@josefsson.org>
16548
16549         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16550         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
16551
16552 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16553
16554         * message.el (message-narrow-to-headers-or-head):
16555         Ignore mail-header-separator in the body.
16556
16557 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16558
16559         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16560         same as window size.
16561
16562 2007-05-22  Kevin Ryde  <user42@zip.com.au>
16563
16564         * message.el (message-font-lock-keywords): Use message-header-xheader
16565         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
16566         ahead of the anything pattern, to get it recognized.
16567
16568 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16569
16570         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
16571         spam.el loads uses it in the compiled defadvice form.
16572
16573 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
16574
16575         * gnus-sum.el (gnus-articles-to-read)
16576         (gnus-summary-insert-old-articles): Don't truncate group name for
16577         `read-string'.
16578
16579         * gnus-util.el (gnus-limit-string): Delete this function.
16580
16581         * gnus-sum.el (gnus-simplify-subject-fully):
16582         Use `truncate-string-to-width' instead.
16583
16584 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
16585
16586         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16587         Tell if, on summary exit, the next group has to be selected.
16588         (gnus-summary-exit): Use it.
16589
16590 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
16591
16592         * gnus-art.el (gnus-article-mode): Fix comment about displaying
16593         non-break space.
16594
16595 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16596
16597         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16598         Check if group is not a directory.
16599         (nnfolder-request-expire-articles): Don't delete articles if the target
16600         group is not available.
16601
16602         * nnml.el (nnml-request-create-group): Properly check if group is not a
16603         file.
16604         (nnml-request-expire-articles): Don't delete articles if the target
16605         group is not available.
16606
16607         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16608         Don't quote characters that are within parentheses.
16609
16610 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16611
16612         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16613         (gnus-handle-ephemeral-exit): Select article according to it.
16614
16615 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16616
16617         * message.el (message-insert-formated-citation-line): Remove newline.
16618         (message-citation-line-format): Add final \n here so that the user can
16619         avoid a blank line.
16620
16621 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16622
16623         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16624         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16625         Update lanl/arXiv support.
16626
16627 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16628
16629         * gnus.el: Bump version number.
16630
16631 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16632
16633         * gnus.el (gnus-version-number): Bump version.
16634
16635 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16636
16637         * gnus.el: No Gnus v0.6 is released.
16638
16639 2007-04-27  Didier Verna  <didier@xemacs.org>
16640
16641         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16642         * gmm-utils.el (gmm-regexp-concat): ... here.
16643         * message.el: Don't require 'gnus-util.
16644         (message-dont-reply-to-names): Handle name change above.
16645         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16646
16647 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16648
16649         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16650         since the initial value varies according to the system.
16651
16652 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16653
16654         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16655
16656 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16657
16658         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16659
16660 2007-04-24  Didier Verna  <didier@xemacs.org>
16661
16662         Improve the type of gnus-ignored-from-addresses.
16663         * gnus-util.el (gnus-orify-regexp): New function.
16664         * message.el (gnus-util): Require it.
16665         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16666         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16667         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16668
16669 2007-04-24  Didier Verna  <didier@xemacs.org>
16670
16671         * gnus-sum.el:
16672         * gnus-utils.el: Fix some trailing whitespaces.
16673
16674 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16675
16676         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16677         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16678         article's Message-ID; refer parent article in summary buffer.
16679
16680         * message.el (message-bounce): Call mime-to-mml.
16681
16682         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16683         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16684         optimize and/or forms properly.
16685
16686 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16687
16688         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16689         URL.
16690
16691 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16692
16693         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16694
16695 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16696
16697         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16698         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16699         displayed of multipart/alternative part if it is invoked from summary
16700         buffer.
16701
16702         * mm-view.el (mm-inline-text-html-render-with-w3m)
16703         (mm-inline-text-html-render-with-w3m-standalone)
16704         (mm-inline-render-with-function): Use mail-parse-charset by default.
16705
16706 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16707
16708         * parse-time.el (parse-time-string-chars): Check if CHAR
16709         is less than the length of parse-time-syntax.
16710
16711 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16712
16713         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16714         from gnus-newsgroup-processable.
16715
16716 2007-04-16  Didier Verna  <didier@xemacs.org>
16717
16718         * gnus-msg.el (gnus-configure-posting-styles):
16719         Handle message-signature-directory properly with :file syntax.
16720         Reported by "Leo".
16721
16722 2007-04-11  Didier Verna  <didier@xemacs.org>
16723
16724         New user option: message-signature-directory.
16725         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16726         * message.el (message-insert-signature): Ditto.
16727         * message.el (message-signature-file): Doc update.
16728         * message.el (message-signature-directory): New.
16729
16730 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16731
16732         * gnus-msg.el (gnus-inews-yank-articles):
16733         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16734
16735 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16736
16737         * message.el (message-yank-original): Make sure cited text ends with
16738         newline; don't exchange point and mark.
16739
16740 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16741
16742         * tls.el (open-tls-stream): Properly handle case where there
16743         is no associated buffer.
16744
16745 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16746
16747         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16748         message-yank-original, make sure (< mark TEXT point).
16749
16750 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16751
16752         * message.el (message-fill-column): New variable.
16753         (message-mode): Use it.  Add comment on a possible new hook.
16754
16755         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16756         (nnmail-get-new-mail): Reformat.
16757
16758         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16759
16760         * gmm-utils.el: Fix Commentary.
16761         (gmm-tool-bar-from-list): Fix typo in doc string.
16762
16763 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16764
16765         * message.el (message-yank-original): Don't switch point and mark
16766         unnecessarily to put point and mark as documented.
16767
16768 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16769
16770         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16771         from the message heads.
16772
16773 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16774
16775         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16776         article buffer does not have a window.  This may not be the best
16777         solution but is certainly better than setting the start of the null,
16778         that is the current, window.
16779
16780 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16781
16782         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16783         (gnus-draft-setup): Run it.
16784
16785         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16786         gnus-score-fast-scoring.  Allow regexp.
16787         (gnus-score-headers): Use it.
16788
16789         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16790         XEmacs.
16791
16792         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16793         string.
16794         (gnus-button-alist): Also catch `<f1> k ...'.
16795         (gnus-treat-display-x-face): Fix doc string.
16796
16797 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16798
16799         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16800         evaluation of gnus-extended-version to ensure correct generation of the
16801         User-Agent header when message-generate-headers-first is used.
16802
16803 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16804
16805         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16806         hashcash-path is nil.  Don't call callback with incorrect number of
16807         parameters if val is 0.
16808
16809 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16810
16811         * message.el (message-required-news-headers):
16812         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16813
16814 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16815
16816         * tls.el (open-tls-stream): In handshake-waiting loop,
16817         don't wait more if there is output available to process.
16818
16819 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16820
16821         * tls.el (tls-program): Doc fix.
16822
16823 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16824
16825         * message.el (message-generate-new-buffers): Change the meaning of the
16826         nil value; add `standard' to the choices; treat t as `unique'; improve
16827         doc string.
16828         (gnus-select-frame-set-input-focus): Autoload.
16829         (message-buffer-name): Search for the existing message buffer if
16830         message-generate-new-buffers is nil or `standard'; treat the value t of
16831         message-generate-new-buffers as `unique'.
16832         (message-pop-to-buffer): Raise the frame already displaying the message
16833         buffer; clear the echo area after querying.
16834         (message-setup): Pass the `continue' argument to compose-mail.
16835         (message-mail): Prefer `switch-function' if it is given; search for the
16836         existing message buffer if the `continue' argument is non-nil; pass
16837         continue and switch-function arguments to compose-mail by way of
16838         message-setup.
16839         (message-mail-other-window): Adjust argument of message-setup.
16840         (message-mail-other-frame): Ditto.
16841
16842 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16843
16844         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16845         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16846         to turn font-lock on when turning gnus-message-citation-mode on.
16847
16848 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16849
16850         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16851         (mml-smime-function-alist): New variable; add epg as the backend.
16852         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16853         mml-smime- functions instead.
16854         * mm-view.el: Require smime.
16855
16856 2007-03-05  Didier Verna  <didier@xemacs.org>
16857
16858         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16859         instead of just inheritance for posting styles.
16860         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16861
16862 2007-02-24  Chris Moore  <dooglus@gmail.com>
16863
16864         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16865         * pgg-pgp.el (pgg-pgp-encrypt-region):
16866         * pgg-gpg.el (pgg-gpg-encrypt-region):
16867         Check pgg-encrypt-for-me if no other recipients.
16868
16869 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16870
16871         * tls.el (tls-certtool-program): Fix custom type.
16872
16873 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16874
16875         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16876         and point-at-eol instead of line-(beginning|end)-position.
16877
16878         * assistant.el (assistant-parse-buffer): Ditto.
16879
16880         * netrc.el (netrc-parse-services): Ditto.
16881
16882 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16883
16884         * mml2015.el (mml2015-epg-find-usable-key): New function.
16885         (mml2015-epg-sign): Use it.
16886         (mml2015-epg-encrypt): Use it.
16887
16888 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16889
16890         * message.el (message-make-in-reply-to): Quote name containing
16891         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16892         if there are special characters.  Reported by NAKAJI Hiroyuki
16893         <nakaji@jp.freebsd.org>.
16894
16895 2007-02-27  Didier Verna  <didier@xemacs.org>
16896
16897         Include the group parameters as well as the topic ones in the
16898         inheritance filter process.
16899         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16900         argument GROUP-PARAMS-LIST.
16901         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16902
16903 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16904
16905         * nntp.el (nntp-never-echoes-commands)
16906         (nntp-open-connection-functions-never-echo-commands): New variables.
16907         (nntp-send-command): Use them.
16908
16909 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16910
16911         * mml2015.el (mml2015-epg-verify): Simplify.
16912
16913 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16914
16915         * mml.el (mml-content-disposition-alist): New user option.
16916         (mml-content-disposition): New function.
16917         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16918         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16919
16920 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16921
16922         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16923         verification.
16924
16925 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16926
16927         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16928         articles posted in the last 24 hours.
16929
16930 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16931
16932         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16933
16934 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16935
16936         * nntp.el (nntp-send-command): Don't wait for echoes when
16937         nntp-open-ssl-stream is used.
16938
16939 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16940
16941         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16942         (gnus-message-add-citation-keywords)
16943         (gnus-message-remove-citation-keywords): Remove.
16944         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16945         directly, make the variables in font-lock-defaults buffer-local, add
16946         gnus-message-citation-keywords to them and then update the value of
16947         font-lock-keywords.
16948
16949 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16950
16951         * message.el (message-cite-original-1): Don't call
16952         gnus-article-highlight-citation.
16953
16954         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16955         citations; fix line count.
16956
16957 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16958
16959         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16960         (gnus-message-add-citation-keywords)
16961         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16962         versions of font-lock-add-keywords and font-lock-remove-keywords to
16963         work with XEmacs correctly.
16964
16965 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16966
16967         * gnus-cite.el (gnus-cite-face-list): Set the values of
16968         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16969         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16970         (gnus-message-cite-prefix-regexp): New variable.
16971         (gnus-message-search-citation-line): Use it; protect against long
16972         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16973         the 0th match data for Emacs.
16974         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16975         (gnus-message-add-citation-keywords): Append keywords rather than
16976         prepending; emulate font-lock-add-keywords if it is not available.
16977         (gnus-message-remove-citation-keywords):
16978         Emulate font-lock-remove-keywords if it is not available.
16979
16980         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16981
16982         * message.el (message-cite-prefix-regexp): Set the value of
16983         gnus-message-cite-prefix-regexp.
16984
16985 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16986
16987         * nnweb.el (nnweb-google-parse-1): Update parser.
16988
16989 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16990
16991         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16992
16993 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16994
16995         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16996         regexp.
16997
16998 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16999
17000         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17001         string-to-multibyte.
17002         (uudecode-decode-region-internal): Use it.
17003
17004         * lpath.el: Fbind string-as-multibyte for XEmacs.
17005
17006 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17007
17008         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17009         Fix custom choice.
17010
17011         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17012
17013 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17014
17015         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17016
17017         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17018         `write-region' to respect `mm-inhibit-file-name-handlers'.
17019
17020 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17021
17022         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17023         Use gnus-home-directory instead of "~/" or "$HOME".
17024
17025 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17026
17027         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17028         to mention filename.
17029         Add comments at beginning regarding usage.
17030         (encrypt-write-file-contents): Change interactive so a string is
17031         acceptable.  If the file has no associated model, show an error instead
17032         of a nonsense prompt.
17033
17034 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17035
17036         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17037         Thanks to Yoshihiko Yamada for kind notification of this typo.
17038
17039 2007-01-12  Kenichi Handa  <handa@m17n.org>
17040
17041         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17042         multibyte buffer.
17043
17044 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17045
17046         * gnus-score.el (gnus-score-fast-scoring): New variable.
17047         (gnus-score-headers): Use it.
17048
17049         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17050
17051         * message.el (message-cite-original-1):
17052         Call gnus-article-highlight-citation if requested.
17053         (message-make-from): Allow name and address as optional arguments.
17054
17055         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17056
17057         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17058         bugs to doc string.
17059         (gnus-button-alist): Add mid\\|message-id.
17060         (gnus-button-fetch-group): Extend for use in
17061         `browse-url-browser-function'.
17062         (gnus-button-url-regexp): Try to catch paired parentheses like in
17063         Wikipedia URLs.
17064
17065         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17066         Suggested by Simon Krahnke <overlord@gmx.li>.
17067
17068 2007-01-13  Romain Francoise  <romain@orebokech.com>
17069
17070         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17071         Update copyright.
17072
17073 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17074
17075         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17076
17077 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17078
17079         * gnus-registry.el (gnus-registry-unfollowed-groups)
17080         (gnus-registry-split-fancy-with-parent): Fix documentation.
17081
17082 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17083
17084         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17085         from nnweb groups.
17086
17087 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17088
17089         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17090         Xref urls.  Erase buffer before requesting head.
17091
17092         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17093
17094 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17095
17096         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17097         customizable.
17098
17099 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17100
17101         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17102         no signing key is found.
17103         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17104         no encrypting and/or signing key is found.
17105
17106 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17107
17108         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17109
17110 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17111
17112         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17113         headers read from disk with the ones newly found in the current search.
17114         This should no longer cause problems, because the article numbers in
17115         Gmane's `nov.php' output are ignored since the previous change.
17116
17117 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17118
17119         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17120
17121 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17122
17123         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17124         replace-regexp-in-string; bind url-version; fbind display-images-p and
17125         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17126         find-face and set-itimer-function for Emacs; bind itimer-list for
17127         Emacs.
17128
17129         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17130
17131 2007-01-01  Romain Francoise  <romain@orebokech.com>
17132
17133         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17134
17135 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17136
17137         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17138         `define-minor-mode' macro definition expanded properly.
17139         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17140         exclude it there.
17141
17142         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17143         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17144         `fboundp' test.
17145         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17146         This is OK to autoload in (S)XEmacs now.
17147
17148 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17149
17150         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17151         keystroke.
17152         (gnus-summary-limit-to-singletons): Fix typo.
17153
17154         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17155         else fails.
17156
17157 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17158
17159         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17160         docstring.
17161
17162         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17163         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17164         (gnus-summary-insert-dormant-articles): Fix typo in message.
17165
17166 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17167
17168         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17169         nil for XEmacs.
17170         (gnus-message-citation-mode): Don't autoload in XEmacs.
17171
17172         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17173
17174 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17175
17176         * nnimap.el (nnimap-expunge-search-string):
17177         Mention nnimap-search-uids-not-since-is-evil in docstring.
17178
17179 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17180
17181         * spam.el: Revert to make-obsolete-variable because
17182         define-obsolete-variable-alias is not supported in Emacs 21.
17183
17184         * spam.el (spam-ifile-path, spam-ifile-database-path)
17185         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17186         make-obsolete-variable.
17187         (spam-bsfilter-path, spam-bsfilter-program)
17188         (spam-spamassassin-path, spam-spamassassin-program)
17189         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17190         Don't use "path" inappropriately.
17191         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17192         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17193         variable names.
17194
17195 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17196
17197         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17198         summary buffer.
17199
17200         * password.el (password-cache-remove): Use clear-string to burn
17201         password, if available.
17202
17203 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17204
17205         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17206
17207         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17208
17209         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17210         (gnus-message-highlight-citation): Move defcustom here from
17211         gnus-cite.el.
17212         (gnus-message-citation-mode): Autoload.
17213
17214         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17215         checks to make it compile with XEmacs.
17216         (gnus-message-citation-mode): New minor mode.
17217         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17218         (gnus-message-highlight-citation): New variables.
17219         (gnus-message-search-citation-line)
17220         (gnus-message-add-citation-keywords)
17221         (gnus-message-remove-citation-keywords)
17222         (turn-on-gnus-message-citation-mode)
17223         (turn-off-gnus-message-citation-mode): New functions.
17224
17225 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17226
17227         * gnus-cite.el: Enable highlighting of different citation levels in
17228         message-mode.
17229
17230 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17231
17232         * message.el (message-make-fqdn): Fix comment.
17233         (message-bogus-system-names): Add ".local".
17234
17235         * spam.el (spam-ifile-path, spam-ifile-program)
17236         (spam-ifile-database-path, spam-ifile-database)
17237         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17238         Don't use "path" inappropriately.
17239         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17240         strings.
17241         (spam-check-ifile, spam-ifile-register-with-ifile)
17242         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17243         Use new variable names.
17244
17245         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17246         (gnus-treat-display-smileys): Simplify using
17247         gnus-image-type-available-p.
17248
17249         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17250         available.
17251
17252         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17253         Use `display-images-p' if available.
17254
17255 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17256
17257         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17258         one after turning on the buffer's multibyteness instead of decoding
17259         them directly in the unibyte buffer that causes unexpected conversion
17260         in Emacs 23 (unicode).
17261
17262 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17263
17264         * message.el (message-generate-hashcash): Fix custom type.
17265
17266 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17267
17268         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17269
17270 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17271
17272         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17273         disconnect icons.  Add help text.
17274
17275 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17276
17277         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17278         negated to be consistent with the others we handle.
17279
17280 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17281
17282         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17283         version of gnus-summary-buffer to something, so that we can use two
17284         article buffers at the same time.
17285
17286 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17287
17288         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17289         trigger all the extra headers.
17290         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17291         sorting.
17292
17293 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17294
17295         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
17296         solid groups.
17297
17298 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
17299
17300         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
17301
17302 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
17303
17304         * legacy-gnus-agent.el: Add Copyright notice.
17305
17306 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
17307
17308         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
17309
17310 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17311
17312         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
17313
17314         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
17315         to make it work reliably in CVS Emacs.
17316         (gnus-summary-limit-strange-charsets-predicate)
17317         (gnus-summary-limit-to-predicate): New functions.
17318
17319 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
17320
17321         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
17322         specifying array size.
17323         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
17324         array if it is too small.
17325         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
17326         (gnus-sort-threads-loop): New function.
17327
17328 2006-12-06  Chris Moore  <dooglus@gmail.com>
17329
17330         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
17331         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
17332
17333 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
17334
17335         * mm-url.el (mm-url-predefined-programs): Call curl with correct
17336         options.
17337
17338 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17339
17340         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
17341         DOS-ing the recipient.
17342
17343         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
17344         the headers when creating the mapping to avoid mismappings.
17345         (nnweb-gmane-create-mapping): Always nix out old mapping.
17346
17347 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17348
17349         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
17350         and mm-verify-option to never.
17351
17352 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17353
17354         * message.el (message-signed-or-encrypted-p): New function.
17355         (message-forward-make-body): Use it.
17356
17357         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
17358         Replace encode-coding-string with mm-encode-coding-string.
17359
17360 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17361
17362         * nneething.el (nneething-decode-file-name):
17363         Replace decode-coding-string with mm-decode-coding-string.
17364
17365         * gnus-int.el (gnus-open-server): Say failed server's name.
17366
17367 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17368
17369         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
17370         strings to a single string.  Quote `errors-file-name'.
17371         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
17372         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
17373         Adjust calls.  Use `shell-quote-argument'.
17374
17375 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
17376
17377         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
17378         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
17379
17380         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
17381         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
17382         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
17383         (gnus-group-make-directory-group, gnus-group-transpose-groups):
17384         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
17385         (gnus-subscribe-newsgroup, gnus-1):
17386         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
17387         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
17388         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
17389         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
17390
17391 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17392
17393         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
17394         keystroke.
17395         (gnus-summary-limit-to-bodies): Implement headersp.
17396
17397 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17398
17399         * dns.el (query-dns): Protect against "Process dns deleted" strings.
17400
17401 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17402
17403         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
17404
17405 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17406
17407         * message.el (message-generate-hashcash): Expand range of values to
17408         include `opportunistic'.
17409         (message-send-mail): Use it.
17410
17411 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17412
17413         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
17414         and comment it.
17415
17416         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
17417
17418 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
17419
17420         * gnus-util.el (gnus-extract-address-components): Improve comment.
17421
17422 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17423
17424         * gnus-util.el (gnus-extract-address-components): Work with address in
17425         which the name portion contains @.
17426
17427         * lpath.el: Fbind custom-autoload.
17428
17429 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17430
17431         * gnus.el (gnus-start): Move custom group up.
17432         (gnus-select-method): Don't autoload, but make it available for
17433         `customize-variable'.
17434         (gnus-getenv-nntpserver): Don't autoload.
17435
17436 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
17437
17438         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
17439
17440 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17441
17442         * message.el (message-sendmail-extra-arguments): New variable.
17443         (message-send-mail-with-sendmail): Use it.
17444
17445 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17446
17447         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
17448         mm-with-unibyte-current-buffer to make string unibyte.
17449
17450         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
17451         mm-string-as-multibyte.
17452
17453 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
17454
17455         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
17456         Reported by Werner Koch <wk@gnupg.org>.
17457
17458 2006-11-14  Daiki Ueno  <ueno@p360>
17459
17460         * mml2015.el: Autoload epa-select-keys when compiling.
17461
17462 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17463
17464         * mml2015.el (mml2015-epg-sign): Save the signing keys in
17465         message-options.
17466         (mml2015-epg-encrypt): Save the recipient keys in message-options.
17467
17468 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17469
17470         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17471         EasyPG (< 0.0.6).
17472         (mml2015-always-trust): New user option.
17473         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17474         prompt.
17475
17476 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17477
17478         * nntp.el (nntp-authinfo-force): New variable.
17479         (nntp-send-authinfo): Use it.
17480
17481 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
17482
17483         * message.el (message-strip-subject-encoded-words): Allow _not_ to
17484         decode encoded words.  Improve prompt.  Add comment about forwarding.
17485         (message-replacement-char): Move up.
17486
17487 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17488
17489         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17490         instead of gnus-intersection because arguments of gnus-sorted-nunion
17491         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
17492
17493 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
17494
17495         * message.el (message-strip-subject-encoded-words): Reformat prompt.
17496         (message-simplify-subject-functions):
17497         Enable message-strip-subject-encoded-words by default.
17498
17499 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
17500
17501         * message.el (message-strip-subject-encoded-words): New function.
17502         (message-simplify-subject-functions): New variable.
17503         (message-simplify-subject): Use it.  Fix typo in doc string.
17504         Support message-strip-subject-encoded-words.
17505
17506 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
17507
17508         * gnus-diary.el (gnus-diary-delay-format-function):
17509         * nndiary.el (nndiary-reminders):
17510         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17511
17512 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17513
17514         * gnus-art.el (article-hide-boring-headers): Fetch date from
17515         gnus-original-article-buffer to avoid problems with localized date
17516         strings.
17517
17518 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17519
17520         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17521
17522 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
17523
17524         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17525         New variables.
17526         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17527         (mm-charset-synonym-alist): Move some entries to
17528         mm-codepage-iso-8859-list.
17529         (mm-charset-synonym-alist, mm-charset-override-alist):
17530         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17531
17532 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17533
17534         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17535
17536 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17537
17538         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17539         with Emacs 21 and XEmacs.
17540
17541 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
17542
17543         * spam.el (spam-parse-address): New function for better parsing,
17544         catching errors, etc.
17545         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17546
17547 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17548
17549         * mm-view.el: Add interactive arg to html2text autoload.
17550
17551 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17552
17553         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17554
17555 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
17556
17557         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17558         New variables.
17559         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17560         (mm-charset-synonym-alist): Move some entries to
17561         mm-codepage-iso-8859-list.
17562
17563         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17564
17565 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
17566
17567         * message.el (message-citation-line-format)
17568         (message-insert-formated-citation-line): Fix implementation of %E, %N
17569         and %n according to the doc string.
17570
17571 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
17572
17573         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17574         Use car-safe to avoid bad parses.
17575
17576 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17577
17578         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17579         names.
17580
17581         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17582
17583 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17584
17585         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17586         header.
17587
17588         * message.el (message-draft-headers): Add Date.
17589         (message-headers-to-generate): Fix typo in docstring.
17590
17591         * nndraft.el (nndraft-required-headers): New variable.
17592         (nndraft-generate-headers): Use it.
17593
17594         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17595
17596 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17597
17598         * gnus-registry.el (gnus-registry-wash-for-keywords)
17599         (gnus-registry-find-keywords): New functions to allow easy searching of
17600         articles that are in the registry.
17601
17602 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17603
17604         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17605         Use ietf-drums-parse-address instead of gnus-extract-address-components.
17606         Reported by Damien Elmes <damien@repose.cx>.
17607
17608 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17609
17610         * gnus.el (gnus-mime): Remove unused custom group.
17611
17612 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17613
17614         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17615         "blank line" when searching for end of armor headers.
17616
17617 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17618
17619         * gmm-utils.el (gmm-write-region): Fix variable name.
17620
17621 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17622
17623         * gmm-utils.el (gmm-write-region): New function based on compatibility
17624         code from `mm-make-temp-file'.
17625
17626         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17627
17628         * nnmaildir.el (nnmaildir--update-nov)
17629         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17630         Use `gmm-write-region'.
17631
17632 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17633
17634         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17635         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17636
17637         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17638
17639         * message.el (message-replacement-char): New variable.
17640         (message-fix-before-sending): Use it.
17641         (message-simplify-subject): New function to remove duplicate code.
17642         (message-reply, message-followup): Use it.
17643
17644         * gnus-sum.el (gnus-summary-make-menu-bar):
17645         Clarify gnus-summary-limit-to-articles.
17646
17647 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17648
17649         * gnus-util.el (gnus-with-local-quit): New macro.
17650
17651         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17652
17653 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17654
17655         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17656         ignore non-string data.
17657
17658 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17659
17660         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17661         non-string data (needs to be done in the registry too).
17662
17663 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17664
17665         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17666         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17667         (gnus-registry-split-fancy-with-parent)
17668         (gnus-registry-fetch-simplified-message-subject-fast)
17669         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17670         Remove text properties on ingress into the registry and when it's saved.
17671         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17672         registry from entries with no groups.
17673
17674 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17675
17676         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17677         function to remove string properties.
17678
17679 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17680
17681         * gmm-utils.el (gmm): Adjust custom version.
17682
17683         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17684         Adjust custom version.
17685
17686         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17687
17688 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17689
17690         * gnus-art.el (gnus-insert-prev-page-button)
17691         (gnus-insert-next-page-button): Simplify.  Reformat.
17692
17693 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17694
17695         * gnus-art.el (gnus-insert-prev-page-button)
17696         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17697
17698 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17699
17700         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17701
17702 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17703
17704         * gnus-art.el (gnus-insert-mime-button)
17705         (gnus-insert-mime-security-button):
17706         Apply gnus-article-button-face to MIME and security buttons.
17707
17708 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17709
17710         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17711         readable.
17712
17713 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17714
17715         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17716
17717 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17718
17719         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17720         `browse-url-of-file' instead of `browse-url'.
17721
17722 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17723
17724         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17725         regexp.  Articles containing quotation were cut prematurely.
17726
17727 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17728
17729         * message.el (message-cite-original-1): Use nobody by default for the
17730         value of From header.
17731         (message-reply): Ditto.
17732
17733 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17734
17735         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17736         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17737         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17738
17739 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17740
17741         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17742         mails in the doc string.  Add some URLs in comment.
17743         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17744
17745 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17746
17747         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17748         backslashes handling and the way to find boundaries of quoted strings.
17749
17750 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17751
17752         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17753         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17754         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17755         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17756
17757 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17758
17759         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17760         doc string.
17761         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17762
17763 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17764
17765         * lpath.el: Fbind epg-check-configuration.
17766
17767 2006-09-06  Simon Josefsson  <jas@extundo.com>
17768
17769         * mml2015.el (mml2015-use): Doc fix, mention epg.
17770
17771 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17772
17773         * mml2015.el (mml2015-use): Default to epg, if available.
17774
17775 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17776
17777         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17778         message-sender.
17779         (mml1991-epg-encrypt): Ditto.
17780         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17781         message-sender.
17782         (mml2015-epg-encrypt): Ditto.
17783
17784 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17785
17786         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17787         several common directories.
17788
17789 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17790
17791         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17792         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17793
17794 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17795
17796         * gnus-art.el (article-decode-encoded-words): Make it fast.
17797
17798 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17799
17800         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17801
17802         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17803         in quoted string into `\'.
17804
17805 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17806
17807         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17808         Use standard-syntax-table.
17809
17810 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17811
17812         * gnus-art.el (gnus-decode-address-function): New variable.
17813         (article-decode-encoded-words): Use it to decode headers which are
17814         assumed to contain addresses.
17815         (gnus-mime-delete-part): Remove useless `or'.
17816
17817         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17818         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17819         (gnus-nov-parse-line): Use it to decode From header.
17820         (gnus-get-newsgroup-headers): Ditto.
17821         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17822
17823         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17824         (mail-decode-encoded-address-string): New alias.
17825
17826         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17827         New function.
17828         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17829         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17830         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17831         (rfc2047-decode-string): Ditto.
17832         (rfc2047-decode-address-region): New function.
17833         (rfc2047-decode-address-string): New function.
17834
17835 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17836
17837         * message.el (message-caesar-buffer-body): Allow rotating headers.
17838
17839         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17840
17841         * message.el (message-insert-formated-citation-line): Fix %f.
17842         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17843
17844 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17845
17846         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17847         (gnus-bookmark-mouse-available-p): New macro.
17848         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17849         (gnus-bookmark-bmenu-show-infos): Use it.
17850         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17851         (gnus-bookmark-bmenu-hide-infos): Ditto.
17852         (gnus-bookmark-remove-properties): New function.
17853         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17854         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17855         (gnus-bookmark-write-file): Bind coding-system-for-write.
17856         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17857         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17858         group before selecting it.
17859         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17860         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17861         quit-window if it is not available; use gnus-mouse-2 and bind it to
17862         gnus-bookmark-bmenu-select-by-mouse.
17863         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17864         (gnus-bookmark-bmenu-select-by-mouse): New function.
17865
17866 2006-08-13  Romain Francoise  <romain@orebokech.com>
17867
17868         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17869         space.
17870
17871 2006-08-10  Romain Francoise  <romain@orebokech.com>
17872
17873         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17874         (dns-mode-soa-auto-increment-serial): New user option.
17875         (dns-mode-soa-maybe-increment-serial): New function.
17876         (dns-mode): Add the latter to `write-contents-functions'.
17877
17878 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17879
17880         * compface.el (uncompface): Use binary rather than raw-text-unix.
17881
17882 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17883
17884         * compface.el (uncompface): Make sure the eol conversion doesn't take
17885         place when communicating with the external programs.
17886         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17887
17888 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17889
17890         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17891
17892 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17893
17894         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17895         Make it more robust by parsing author and date independently.
17896
17897 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17898
17899         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17900
17901 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17902
17903         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17904         first matching secret key.
17905         (mml2015-epg-encrypt): Ditto.
17906
17907         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17908         first matching secret key.
17909         (mml1991-epg-encrypt): Ditto.
17910
17911         * mml2015.el (mml2015-encrypt-to-self): New user option.
17912         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17913         mml2015-epg-encrypt-to-self is set.
17914
17915         * mml1991.el (mml1991-encrypt-to-self): New variable.
17916         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17917         mml1991-epg-encrypt-to-self is set.
17918
17919         * mml2015.el (mml2015-signers): New user option.
17920         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17921         (mml2015-epg-encrypt): Allow to select signing keys.
17922
17923         * mml1991.el (mml1991-signers): New variable.
17924         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17925         (mml1991-epg-encrypt): Allow to select signing keys.
17926
17927 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17928
17929         * nnheader.el (nnheader-insert-head): Make it work even if the file
17930         uses CRLF for the line-break code.
17931
17932 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17933
17934         * mml2015.el: Require mml-sec instead of password.
17935         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17936         (mml2015-cache-passphrase): Inherit the default value from
17937         mml-secure-cache-passphrase.
17938         (mml2015-passphrase-cache-expiry): Inherit the default value from
17939         mml-secure-passphrase-cache-expiry.
17940
17941         * mml1991.el: Require mml-sec instead of password.
17942         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17943         (mml1991-cache-passphrase): Inherit the default value from
17944         mml-secure-cache-passphrase.
17945         (mml1991-passphrase-cache-expiry): Inherit the default value from
17946         mml-secure-passphrase-cache-expiry.
17947
17948         * mml-sec.el: Require password.
17949         (mml-secure-verbose): New user option.
17950         (mml-secure-cache-passphrase): New user option.
17951         (mml-secure-passphrase-cache-expiry): New user option.
17952
17953 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17954             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17955
17956         * pgg-def.el (pgg-truncate-key-identifier):
17957         Truncate the key ID to 8 letters from the end.
17958
17959 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17960
17961         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17962         workaround for the url package included with Emacs.
17963
17964         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17965
17966 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17967
17968         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17969         correctly.  This fixes a bug caused by the 2006-05-12 change.
17970
17971 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17972
17973         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17974         some information about the error when saying that the `bogus' mail
17975         group will be used.
17976
17977 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17978
17979         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17980         string.
17981
17982 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17983
17984         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17985
17986 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17987
17988         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17989
17990 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17991
17992         * mml1991.el (mml1991-function-alist): Add epg.
17993         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17994         (mml1991-epg-encrypt): New functions.
17995
17996 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17997
17998         * mml2015.el (mml2015-verbose): New variable.
17999         (mml2015-cache-passphrase): Ditto.
18000         (mml2015-passphrase-cache-expiry): Ditto.
18001         (mml2015-function-alist): Add epg.
18002         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18003         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18004         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18005         New functions.
18006
18007 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18008
18009         * message.el (message-cite-original-1): Preserve region when removing
18010         quoted text due to X-No-Archive in order to avoid bogus attribution
18011         when citing multiple messages.
18012
18013 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18014
18015         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18016         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18017
18018 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18019
18020         * gnus-diary.el (gnus-user-format-function-d)
18021         (gnus-user-format-function-D): Autoload.
18022
18023         * imap.el (Commentary): Fix typo.
18024
18025         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18026         2006-04-22 contribution.
18027
18028 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18029
18030         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18031         It didn't really fix the bogosity I'm seeing with solid web groups.
18032
18033 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18034
18035         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18036         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18037         created using server names.  If we use the feature without declaring
18038         it, Gnus does not properly manage server and group state.
18039
18040         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18041         bound.
18042
18043 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18044
18045         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18046         looking up the method using GROUP's prefix before inventing a new one.
18047         It is used on killed/unknown groups in various places where returning
18048         an all-new method isn't expected by the caller.
18049
18050         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18051         and match semantics of gnus-group-real-prefix.
18052
18053 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18054
18055         * nnmail.el (nnmail-broken-references-mailers): New variable.
18056         (nnmail-ignore-broken-references): New function generalizing
18057         nnmail-fix-eudora-headers.
18058         (nnmail-fix-eudora-headers): Now obsolete.
18059
18060         * gnus-art.el (gnus-button-handle-custom):
18061         Support `customize-apropos*'.
18062
18063 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18064
18065         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18066
18067         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18068         articles.
18069
18070 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18071
18072         * message.el (message-cite-reply-above): New variable.
18073         (message-yank-original): Use it.
18074
18075 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18076
18077         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18078
18079 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18080
18081         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18082         as read.
18083
18084         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18085
18086 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18087
18088         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18089         (gnus-bookmark-default-file): Use gnus-directory.
18090         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18091         Remove "*" in doc string.
18092         (gnus-bookmark-write-file): Simplify.
18093         (gnus-bookmark-maybe-sort-alist): Use `when'.
18094         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18095         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18096         Add FIXME about Emacs 21 and XEmacs compatibility.
18097         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18098         compatibility.
18099         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18100         compatibility.
18101         (gnus-bookmark-menu-heading): Fix version.
18102
18103 2006-06-19  Bastien Guerry  <bzg@altern.org>
18104
18105         * gnus-bookmark.el: New file.
18106
18107 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18108
18109         * message.el (message-syntax-checks): Doc fix.
18110
18111 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18112
18113         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18114         unsubscribed groups as if they were killed ones.  It causes duplicate
18115         entries in gnus-newsrc-alist.
18116
18117 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18118
18119         * message.el (message-syntax-checks): Doc fix.
18120         (message-send-mail): Add check for continuation headers.
18121         (message-check-news-header-syntax): Fix regexp used to check for
18122         continuation headers.
18123
18124 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18125
18126         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18127
18128 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18129
18130         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18131
18132 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18133
18134         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18135         default-truncate-lines.
18136
18137 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18138
18139         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18140         to fill the utf-8 entry.
18141
18142         * lpath.el: Fbind unicode-precedence-list.
18143
18144 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18145
18146         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18147
18148 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18149
18150         * gnus-agent.el (directory-files-and-attributes): Move all the way
18151         forward (the third and final move).
18152         (gnus-agent-read-agentview): Trap reconstruction errors due to
18153         nonexistent directory.  Handle by returning nil.
18154
18155 2006-05-30  Didier Verna  <didier@xemacs.org>
18156
18157         * message.el (message-dont-reply-to-names): Update the custom type.
18158         * message.el (message-dont-reply-to-names): New defsubst: potentially
18159         convert a list of regexps into a single one.
18160         * message.el (message-get-reply-headers): Use it.
18161         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18162
18163 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18164
18165         * gnus-agent.el (directory-files-and-attributes): Move forward.
18166
18167 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18168
18169         * gnus-ml.el (gnus-mailing-list-subscribe)
18170         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18171         (gnus-mailing-list-message): Fix doc strings.
18172
18173 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18174
18175         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18176         of doing it manually.
18177
18178 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18179
18180         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18181         comment.
18182
18183 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18184
18185         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18186         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18187         (gnus-agent-read-local): All symbols allocated in my-obarray.
18188         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18189         (gnus-agent-regenerate-group): Check numeric names to see if they are
18190         messages or groups.
18191         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18192         better way of do this...)
18193
18194         * gnus-cache.el (gnus-agent-total-fetched-for):
18195         Ignore 'dummy.group' (there should be a better way of do this...)
18196
18197 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18198
18199         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18200         (gnus-saved-headers): Ditto.
18201         (gnus-default-article-saver): Mention functions may have properties.
18202         (gnus-article-save): Override gnus-save-all-headers and
18203         gnus-saved-headers by :headers property which saver function may have.
18204         (gnus-summary-save-in-file): Add :headers property.
18205         (gnus-summary-write-to-file): Ditto.
18206
18207         * gnus-sum.el (gnus-summary-save-article): Bind
18208         gnus-prompt-before-saving to t when saving many articles in a file;
18209         always show all headers.
18210
18211         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18212
18213 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18214
18215         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18216         marks.
18217
18218         * message.el (message-indent-citation): Add optional arguments to allow
18219         using it outside of message buffers.
18220
18221         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18222         (gnus-article-treat-unfold-headers): Use it.
18223         (gnus-article-truncate-lines): New variable.
18224         (gnus-article-mode): Use it.
18225         (gnus-article-toggle-truncate-lines): New function.
18226
18227         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18228         Add gnus-article-toggle-truncate-lines.
18229
18230         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18231         coding system in XEmacs, use binary.
18232
18233 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18234
18235         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18236         after-load-alist.
18237
18238         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18239         this function should save decoded articles.
18240         (gnus-summary-write-to-file): Use property to specify this function
18241         should save decoded articles and specify gnus-summary-save-in-file
18242         should be used to save articles other than the first one when saving
18243         many articles.
18244         (gnus-summary-save-body-in-file): Use property to specify this
18245         function should save decoded articles.
18246         (gnus-summary-write-body-to-file): Use property to specify this
18247         function should save decoded articles and specify
18248         gnus-summary-save-body-in-file should be used to save articles other
18249         than the first one when saving many articles.
18250
18251         * gnus-sum.el (gnus-summary-save-article): Simplify.
18252
18253 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18254
18255         * gnus-art.el (gnus-default-article-saver):
18256         Add gnus-summary-write-body-to-file.
18257         (gnus-article-save-coding-system): Don't use coding system object
18258         in XEmacs.
18259         (gnus-read-save-file-name): Add optional `dir-var' argument which
18260         specifies directory in which files are saved; work even if optional
18261         `variable' argument is not specified.
18262         (gnus-summary-write-to-file): Read file name.
18263         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18264         (gnus-summary-write-body-to-file): New function.
18265
18266         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18267         (gnus-summary-local-variables): Add it.
18268         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18269         (gnus-summary-save-article): Remove optional `decode' argument;
18270         determine whether to decode articles by the value of
18271         gnus-default-article-saver; when saving many files using
18272         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18273         it first and use gnus-summary-save-in-file or
18274         gnus-summary-save-body-in-file thereafter unless
18275         gnus-prompt-before-saving is always; move point to article which
18276         will be saved.
18277         (gnus-summary-save-article-file): Revert.
18278         (gnus-summary-write-article-file): Revert.
18279         (gnus-summary-save-article-body-file): Revert.
18280         (gnus-summary-write-article-body-file): New function.
18281
18282 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18283
18284         * gnus-art.el (gnus-default-article-saver): Doc fix.
18285         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18286         from gnus-summary-save-article-coding-system, and default to a
18287         certain coding system.
18288         (gnus-output-to-file): Add coding cookie and encode text according
18289         to gnus-article-save-coding-system; don't use mm-append-to-file.
18290
18291         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18292         gnus-art.el and rename to gnus-article-save-coding-system.
18293         (gnus-summary-save-article): Require gnus-art; don't show all
18294         headers if it decodes articles; don't add coding cookie here;
18295         don't bind mm-text-coding-system-for-write.
18296         (gnus-summary-save-article-file): Save decoded articles.
18297         (gnus-summary-write-article-file): When saving many files, use
18298         gnus-summary-write-to-file first and gnus-summary-save-in-file
18299         thereafter unless gnus-prompt-before-saving is always.
18300         (gnus-summary-save-article-body-file): Save decoded articles.
18301
18302         * lpath.el: Fbind select-safe-coding-system for XEmacs.
18303
18304 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18305
18306         * nnrss.el (nnrss-check-group): Bind hash-index.
18307
18308 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
18309
18310         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
18311         its hash index.  Store this hash in `nnrss-group-data'.
18312         (nnrss-read-group-data): Update accordingly.
18313
18314 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18315
18316         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
18317         entry.
18318
18319         * gnus-sum.el (gnus-summary-make-menu-bar):
18320         Add gnus-article-browse-html-article.
18321
18322 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
18323
18324         * gnus-sum.el (gnus-summary-mime-map):
18325         Add gnus-article-browse-html-article.
18326
18327         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
18328
18329 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18330
18331         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
18332         suitable coding systems in customize.
18333
18334 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
18335
18336         * mail-source.el (mail-sources): Fix custom type.
18337
18338 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18339
18340         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
18341         (gnus-summary-expire-articles-now): Shorten prompt.
18342
18343         * gmm-utils.el (wid-edit): Require.
18344         (defun-gmm): Rename from `gmm-defun-compat'.
18345         (gmm-image-search-load-path): Use it.
18346         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
18347
18348 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18349
18350         * gnus-sum.el (gnus-summary-save-article-coding-system):
18351         New variable.
18352         (gnus-summary-save-article): Add optional `decode' argument.
18353         If it is set and gnus-summary-save-article-coding-system is non-nil,
18354         save decoded article.
18355         (gnus-summary-write-article-file): Save decoded article if
18356         gnus-summary-save-article-coding-system is non-nil.
18357
18358         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
18359         type.
18360
18361 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18362
18363         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
18364
18365 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18366
18367         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
18368         first to test gnus-single-article-buffer which may be buffer-local.
18369
18370         * gnus-sum.el (gnus-summary-setup-buffer):
18371         Make gnus-single-article-buffer buffer-local and nil in ephemeral
18372         group; make gnus-article-buffer, gnus-article-current, and
18373         gnus-original-article-buffer always buffer-local.
18374         (gnus-summary-exit): Kill article buffer belonging to ephemeral
18375         group.
18376         (gnus-handle-ephemeral-exit): Don't move to next summary line.
18377
18378 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18379
18380         * nnml.el (nnml-request-compact-group): Compressed files might not
18381         have .gz extension.
18382
18383 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18384
18385         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
18386         (mm-copy-to-buffer): Use with-current-buffer.
18387         (mm-display-part): Simplify.
18388         (mm-inlinable-p): Add optional arg `type'.
18389
18390 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18391
18392         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
18393         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
18394         Try harder to show the attachment internally or externally using
18395         gnus-mime-view-part-as-type.
18396
18397 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18398
18399         * message.el (message-from-style, message-signature-separator)
18400         (message-user-organization-file, message-send-mail-function)
18401         (message-citation-line-function, message-yank-prefix)
18402         (message-indent-citation-function, message-signature)
18403         (message-signature-file, message-signature-insert-empty-line):
18404         Remove autoloads.
18405
18406         * gnus-art.el (gnus-buttonized-mime-types):
18407         Remove "multipart/signed".  Revert 2006-04-26 change.
18408
18409 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18410
18411         * gnus.el (gnus-version-number): Bump version.
18412
18413 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18414
18415         * gnus.el: No Gnus v0.5 is released.
18416
18417 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18418
18419         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
18420         fetching articles by message-id.
18421
18422 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18423
18424         * message.el (hashcash): Require hashcash as normal.
18425
18426         * ecomplete.el (ecomplete-highlight-match-line):
18427         Use point-at-eol.
18428         (ecomplete-highlight-match-line): Use `highlight', because that
18429         face exists in both Emacs and XEmacs.
18430
18431         * message.el (message-display-abbrev): Use point-at-bol.
18432
18433         * mail-source.el: Don't require timer/timer-funcs.
18434
18435         * gnus-async.el: Ditto.
18436
18437         * password.el: Ditto.
18438
18439         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
18440
18441         * mm-url.el: Ditto.
18442
18443         * gnus-xmas.el: Don't require timer-funcs.
18444
18445         * mm-util.el: Require timer/timer-funcs.
18446
18447 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18448
18449         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
18450         Close.
18451
18452 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18453
18454         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
18455         unibyte after clear-decrypt function runs.
18456
18457         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
18458         returns as a unibyte string.
18459
18460 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18461
18462         * lpath.el: Revert.
18463
18464         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
18465         (pgg-gpg-process-sentinel): Revert.
18466
18467         * pgg-pgp.el (pgg-pgp-process-region): Revert.
18468         (pgg-pgp-lookup-key): Revert.
18469
18470         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
18471         (pgg-pgp5-lookup-key): Revert.
18472
18473         * pgg.el (pgg-fetch-key): Revert.
18474
18475 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18476
18477         * lpath.el: Fbind string-as-multibyte for XEmacs.
18478
18479         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
18480         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
18481         (mml1991-pgg-encrypt): Ditto.
18482
18483         * pgg-gpg.el (pgg-string-to-multibyte): New function.
18484         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
18485         a multibyte buffer.
18486
18487         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
18488         (pgg-pgp-lookup-key): Ditto.
18489
18490         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
18491         (pgg-pgp5-lookup-key): Ditto.
18492
18493         * pgg.el (pgg-fetch-key): Ditto.
18494
18495 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
18496
18497         * message.el (message-user-organization-file): Check several
18498         locations of the organization file.
18499
18500         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
18501         Add gnus-article-view-part-as-type.
18502
18503         * gnus-art.el (gnus-article-view-part-as-type): New function.
18504
18505         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
18506         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
18507
18508         * mml.el: Simplify autoload.
18509         (mml-mode): defvar dnd-protocol-alist instead of using
18510         symbol-value.
18511         (mml-default-directory): New variable.
18512         (mml-minibuffer-read-file): Use it.
18513         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
18514
18515         * message.el (message-citation-line-format): New variable.
18516         (message-insert-formated-citation-line): New function.
18517         (message-citation-line-function):
18518         Add `message-insert-formated-citation-line' to custom type.
18519
18520         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
18521         to doc string.
18522
18523         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18524         depending on mm-verify-option.
18525
18526 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18527
18528         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18529         binding pgg-* variables; reimplement the section which prevents
18530         MIME header from being signed.
18531         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18532         pgg-text-mode; remove a blank line at the top of body.
18533
18534         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18535         lines at the top of body; use gnus-newsgroup-charset if there's no
18536         Charset header.
18537
18538 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18539
18540         * message.el (message-self-insert-commands): Doc fix.
18541
18542         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
18543         (mm-uu-pgp-encrypted-test): Ditto.
18544         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
18545         between header and body; return application/pgp-encrypted handle
18546         if decryption failed; decode decrypted body by charset.
18547
18548         * mm-decode.el (mm-automatic-display): Don't make application/pgp
18549         element match to application/pgp-*.
18550
18551 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18552
18553         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18554         HTML.
18555
18556 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18557
18558         * mail-source.el (mail-source-call-script): Message the error
18559         string.
18560
18561 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18562
18563         * gnus-util.el (gnus-byte-compile): Use it.
18564
18565 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
18566
18567         * gnus-util.el (kill-empty-logs): New function.
18568
18569 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18570
18571         * message.el (message-mail-alias-type): Doc fix.
18572         (message-mail-alias-type-p): New function.
18573         (message-send): Use it.
18574         (message-mode): Ditto.
18575         (message-strip-forbidden-properties): Ditto.
18576
18577         * ecomplete.el (ecomplete-database-file-coding-system):
18578         New variable.
18579         (ecomplete-save): Use it.
18580         (ecomplete-setup): Use it.
18581
18582 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18583
18584         * message.el (message-self-insert-commands): New variable.
18585         (message-strip-forbidden-properties): Use it.
18586
18587 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18588
18589         * message.el (message-put-addresses-in-ecomplete): Use a regexp
18590         that doesn't make XEmacs choke.
18591
18592 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
18593
18594         * gnus-util.el (gnus-replace-in-string):
18595         Prefer replace-regexp-in-string over of replace-in-string.
18596
18597 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18598
18599         * gnus-util.el (gnus-select-frame-set-input-focus):
18600         Use select-frame-set-input-focus if it is available in XEmacs; use
18601         definition defined in Emacs 22 for old Emacsen.
18602
18603         * dgnushack.el: Autoload unmorse-region for XEmacs.
18604
18605         * lpath.el: Bind cursor-in-non-selected-windows and
18606         select-frame-set-input-focus for XEmacs.
18607
18608 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18609
18610         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18611
18612 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18613
18614         * gnus-registry.el (gnus-registry-cache-save): Remove text
18615         properties when saving via the temp buffer.
18616
18617 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18618
18619         * message.el (message-generate-hashcash): Honor custom type.
18620
18621 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18622
18623         * message.el (message-generate-hashcash): Default to non-nil when
18624         hashcash is found.
18625
18626         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18627         (gnus-refer-thread-limit): Increase default to 500.
18628
18629         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18630
18631         * flow-fill.el (fill-flowed): Allow delete-space.
18632
18633 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18634
18635         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18636         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18637         Remove autoloads.
18638
18639 2006-04-18  Simon Josefsson  <jas@extundo.com>
18640
18641         * message.el (message-generate-hashcash): Default to.
18642
18643 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18644
18645         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18646         concatenating segments rather than before concatenating them.
18647
18648 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18649
18650         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18651
18652 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18653
18654         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18655
18656         * message.el (message-forward-make-body-plain):
18657         Allow message-forward-ignored-headers to be a list.
18658         (message-remove-ignored-headers): Factor out into function.
18659         (message-forward-make-body-mml): Use it.
18660
18661         * imap.el (imap-quote-specials): New function.
18662         (imap-login-auth): Quote specials.
18663
18664         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18665         (rfc2231-parse-string): Allow concatanation of parameters that
18666         aren't contiguous.  The test case is
18667           (mail-header-parse-content-type "message/external-body;
18668             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18669             access-type=LOCAL-FILE;
18670             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18671
18672 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18673
18674         * nntp.el (nntp-accept-process-output): Return the value of
18675         `nnheader-accept-process-output'.
18676
18677 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18678
18679         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18680         (gnus-button-alist): Recognize more diff formats.
18681         (gnus-button-patch): Strip directory.
18682
18683 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18684
18685         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18686         Emacs 22 when setting focus.
18687
18688 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18689
18690         * gnus-art.el (gnus-article-treat-types): Do treatment of
18691         text/x-verbatim parts.
18692         (gnus-button-patch): New command.
18693
18694         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18695         addresses that contain invalid characters.
18696
18697 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18698
18699         * message.el (message-put-addresses-in-ecomplete):
18700         Use gnus-replace-in-string.
18701         (message-is-yours-p): Use the more correct
18702         mail-header-parse-address instead of
18703         mail-extract-address-components.
18704         (message-put-addresses-in-ecomplete): Fix typo.
18705
18706         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18707         keystroke.
18708
18709         * gnus-art.el (gnus-treatment-function-alist): Change order of
18710         newsgroups/generic header folding to avoid double-folding.
18711
18712         * message.el (message-hidden-headers): Add X-Draft-From.
18713
18714         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18715         New command.
18716         (gnus-summary-repeat-search-article-backward): New command.
18717
18718         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18719         groups in the parent topic.
18720
18721 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18722
18723         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18724         (spam-extra-header-to-number): Return the CRM114 number as a
18725         number instead of a string.
18726
18727 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18728
18729         * gnus-art.el (gnus-face-properties-alist): Move here from
18730         gnus-fun.
18731
18732         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18733
18734 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18735
18736         * message.el (message-strip-forbidden-properties): Only display on
18737         self-insert-command.
18738
18739         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18740         reindent.
18741         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18742
18743 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18744
18745         * smiley.el (smiley-style): Fix typo.
18746
18747 2006-03-23  Kenichi Handa  <handa@m17n.org>
18748
18749         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18750         instead of set-buffer-multibyte.
18751
18752 2006-03-23  Kenichi Handa  <handa@m17n.org>
18753
18754         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18755         buffer and then decode the buffer text if necessary.
18756         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18757         first, and after mm-encode-body, change the buffer to unibyte.
18758
18759 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18760
18761         * hashcash.el (hashcash-insert-payment-async-2):
18762         Use message-goto-eoh instead of doing it manually.
18763         (mail-add-payment): Use message-narrow-to-header instead of trying
18764         to do the same itself.
18765
18766         * message.el (message-hidden-headers): Add Face.
18767
18768         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18769         reparenting code.
18770         (gnus-summary-reparent-children): Refactored out code.
18771         (gnus-summary-thread-map): New keystroke.
18772         (gnus-summary-reparent-children): Make into command.
18773
18774         * smiley.el (smiley-style): Default to `medium' if using a large
18775         font.
18776
18777         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18778         does it itself.
18779
18780         * message.el (message-point-in-header-p): Simplify definition.
18781
18782 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18783
18784         * nnagent.el (nnagent-request-set-mark): Silence log file
18785         writing.
18786         (nnagent-request-set-mark): Use write-region instead of
18787         append-to-file.
18788
18789         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18790         strange select method.
18791
18792         * ecomplete.el (ecomplete-display-matches): Get highlightling
18793         right.
18794         (ecomplete-display-matches): Use literals.
18795         (ecomplete-display-matches): Disable message logging.
18796
18797         * message.el (message-display-abbrev): Small optimization.
18798
18799         * ecomplete.el (ecomplete-display-matches): Allow automatic
18800         display.
18801
18802         * message.el (message-strip-forbidden-properties):
18803         Display abbrevs.
18804         (message-display-abbrev): Get automatic display right.
18805
18806         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18807         keystrokes.
18808
18809 2006-04-13  Romain Francoise  <romain@orebokech.com>
18810
18811         TODO: Backport to v5-10!
18812
18813         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18814         Move here (and rename) from gnus-registry.el.
18815
18816         * gnus-registry.el: Require gnus-util.
18817         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18818
18819 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18820
18821         * gnus-group.el (gnus-group-catchup-current):
18822         Change if-then-else-if-then-else into cond.
18823         (gnus-group-catchup): Indent.
18824         (group-name-at-point): New function.
18825         (gnus-fetch-group): Provide default from thing at point.
18826
18827 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18828
18829         * message.el (message-display-abbrev): Fix regexp.
18830
18831         * ecomplete.el (ecomplete-highlight-match-line):
18832         Reimplement choosing.
18833         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18834         dead variables.
18835
18836         * message.el (message-newline-and-indent): Remove debugging.
18837         (message-display-abbrev): Use new implementation.
18838
18839 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18840
18841         * gnus-art.el (gnus-article-mode):
18842         Set cursor-in-non-selected-windows to nil.
18843
18844         * smiley.el: Revert previous change.
18845         (smiley-data-directory): defvar it before using it in the
18846         defcustom of `smiley-style'.
18847
18848 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18849
18850         * message.el (message-newline-and-indent): New function.
18851
18852         * ecomplete.el: Implement more bits.
18853
18854         * message.el (message-put-addresses-in-ecomplete): Clean up the
18855         string.
18856
18857         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18858
18859         * gnus-sum.el (gnus-summary-save-parts):
18860         Bind gnus-summary-save-parts-counter and use it to make unique file
18861         names.
18862
18863         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18864
18865         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18866         parameter to say whether to actually parse the individual
18867         addresses.
18868
18869         * message.el (message-put-addresses-in-ecomplete): New function.
18870         (ecomplete): Require.
18871         (message-mail-alias-type): Add ecomplete as an option.
18872
18873 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18874
18875         * flow-fill.el (fill-flowed): Remove trailing space from blank
18876         quoted lines.
18877
18878 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18879
18880         * smiley.el (smiley-style): Move definition later to avoid a
18881         compilation warning.
18882
18883 2006-04-12  Kenichi Handa  <handa@m17n.org>
18884
18885         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18886         buffer and then decode the buffer text if necessary.
18887         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18888         first, and after mm-encode-body, change the buffer to unibyte.
18889         Use mm-disable-multibyte instead of set-buffer-multibyte.
18890
18891 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18892
18893         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18894         Content-Type header instead of Content-Disposition header.
18895         (gnus-mime-inline-part): Ditto.
18896         (gnus-mime-view-part-as-charset): Ignore charset that the part
18897         specifies.
18898
18899         * mm-decode.el (mm-display-part): Work with external parts and
18900         usual parts similarly.
18901
18902         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18903         instead of gnus-display-mime.
18904
18905         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18906         instead of with-temp-buffer.
18907
18908         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18909         tag to summarized topics part in order to encode non-ASCII text.
18910
18911 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18912
18913         * smiley.el (smiley-style): New variable.
18914         (smiley-directory): New function.
18915         (smiley-data-directory): Derive from `smiley-style' using
18916         `smiley-directory'.
18917         (smiley-regexp-alist): Add new entries.
18918
18919         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18920         (gnus-article-browse-delete-temp): Add :version.
18921
18922 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18923
18924         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18925         the sieve region.
18926
18927 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18928
18929         * gnus.el (gnus-version-number): Bump version.
18930
18931 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18932
18933         * gnus.el: No Gnus v0.4 is released.
18934
18935 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18936
18937         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18938         layout.
18939
18940         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18941         unknown charset.
18942
18943         * message.el (message-header-synonyms): Add Original-To to the
18944         default.
18945
18946         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18947         optional parameter.
18948
18949 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18950
18951         * gnus-fun.el (gnus): Require it for gnus-directory.
18952
18953 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18954
18955         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18956
18957 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18958
18959         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18960
18961 2006-04-05  Simon Josefsson  <jas@extundo.com>
18962
18963         * password.el (password-reset): New function.
18964
18965 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18966
18967         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18968         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18969
18970 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18971
18972         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18973         Some whitespace was matched into the url, which broke browsing hits
18974         > 100 when mm-url-use-external was nil.
18975
18976 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18977
18978         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18979         Check gnus-extra-headers for 'Newsgroups.
18980
18981         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18982         bound.
18983
18984 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18985
18986         * pgg-gpg.el: Clean up process buffers every time gpg processes
18987         complete.
18988
18989 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18990
18991         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18992         doc string.
18993
18994 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18995
18996         * pgg-gpg.el (pgg-gpg-process-filter)
18997         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18998
18999         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19000         lines, temporary fix.
19001
19002 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19003
19004         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19005
19006 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19007
19008         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19009         default-enable-multibyte-characters.  This reverts the change from
19010         revision 6.17 which is no longer necessary because the passphrase
19011         is sent separately now.  GnuPG messages are unreadable under
19012         multibyte locales with default-enable-multibyte-characters set to
19013         nil.
19014
19015 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19016
19017         * message.el (message-tool-bar-gnome): Move "spell".
19018
19019 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19020
19021         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19022         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19023         instead.
19024
19025 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19026
19027         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19028         Improve newsgroups handling for NNTP overviews which don't include
19029         Newsgroups.
19030
19031 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19032
19033         * message.el (message-resend): Bind message-generate-hashcash to nil.
19034
19035 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19036
19037         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19038         when searching for already-paid recipients.
19039
19040 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19041
19042         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19043         passphrases when it is not needed.
19044         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19045         passphrase stuff from gpg, should only be necessary when you use
19046         gpg with a smartcard.
19047
19048 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19049
19050         * mml.el (mml-insert-mime): Ignore cached contents of
19051         message/external-body part.
19052
19053         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19054         (mm-insert-part): Ditto.
19055
19056 2006-03-23  Simon Josefsson  <jas@extundo.com>
19057
19058         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19059         Reiner.
19060         (pgg-gpg-use-agent-p): Use it again.
19061
19062 2006-03-23  Simon Josefsson  <jas@extundo.com>
19063
19064         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19065         older emacsen.
19066         (pgg-gpg-use-agent-p): Don't use it.
19067
19068 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19069
19070         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19071         if we can.
19072
19073 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19074
19075         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19076         (pgg-gpg-update-agent): New function.
19077         (pgg-gpg-use-agent-p): New function.
19078         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19079         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19080         (pgg-gpg-sign-region): Use it.
19081
19082 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19083
19084         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19085         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19086
19087 2006-03-21  Simon Josefsson  <jas@extundo.com>
19088
19089         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19090         <wilde@sha-bang.de>.
19091         (pgg-gpg-use-agent): New variable.
19092         (pgg-gpg-process-region): Use it.
19093         (pgg-gpg-encrypt-region): Likewise.
19094         (pgg-gpg-encrypt-symmetric-region): Likewise.
19095         (pgg-gpg-decrypt-region): Likewise.
19096         (pgg-gpg-sign-region): Likewise.
19097         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19098
19099 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19100
19101         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19102
19103         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19104         Add comment on version.
19105
19106 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19107
19108         * smiley.el: Add missing test smiley.
19109
19110 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19111
19112         * mm-decode.el (mm-with-part): New macro.
19113         (mm-get-part): Use it; work with message/external-body as well.
19114         (mm-save-part): Treat name and filename equally.
19115
19116         * mm-extern.el (mm-extern-cache-contents): New function.
19117         (mm-inline-external-body): Use it; force the part to be displayed;
19118         move undisplayer added to the cached handle to the parent.
19119
19120         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19121         (gnus-mime-view-part-as-type): Work with message/external-body.
19122
19123         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19124
19125 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19126
19127         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19128         images in image-load-path.  [Sync with image.el, revision 1.60, in
19129         Emacs.]
19130
19131 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19132
19133         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19134         path rather than symbol.  Always return list of directories.
19135         Guarantee that image directory comes first.  [Sync with image.el,
19136         revision 1.59, in Emacs.]
19137
19138         * message.el (message-make-tool-bar): Adjust to new API of
19139         `gmm-image-load-path-for-library'.
19140
19141         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19142
19143         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19144
19145 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19146
19147         * gnus-art.el (gnus-article-only-boring-p):
19148         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19149         intangible text.
19150         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19151
19152 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19153
19154         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19155         Use `defun' instead of `gmm-defun-compat'.
19156
19157 2006-03-14  Simon Josefsson  <jas@extundo.com>
19158
19159         * message.el (message-unique-id): Don't use message-number-base36
19160         if (user-uid) is a float.
19161         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19162
19163 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19164
19165         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19166
19167         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19168         empty line between a part and a message part.
19169
19170 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19171
19172         * smiley.el: Add more test smileys.
19173         (smiley-data-directory, smiley-regexp-alist)
19174         (gnus-smiley-file-types): Fix doc strings.
19175         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19176         adding new elements.
19177         (smiley-mouse-map): Unused code.  Make it a comment.
19178
19179 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19180
19181         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19182         scan latest NoCeM messages instead of old ones.
19183         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19184         delimiters that are recently used.
19185         (gnus-nocem-load-cache): Add autoload cookie.
19186
19187         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19188
19189         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19190         level which is larger than gnus-use-nocem is specified.
19191
19192         * gnus-group.el (gnus-group-get-new-news): Ditto.
19193
19194 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19195
19196         * gnus-util.el (gnus-tool-bar-update): New function.
19197
19198         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19199         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19200
19201         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19202
19203         * gnus-group.el (gnus-group-redraw-when-idle)
19204         (gnus-group-redraw-check): Remove.
19205         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19206
19207 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19208
19209         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19210         if optional last element is specified in splits (FIELD VALUE...).
19211
19212 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19213
19214         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19215         to gmm-image-load-path-for-library.  Call with no-error argument.
19216         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19217
19218         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19219
19220         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19221
19222         * gmm-utils.el (gmm-image-load-path): Remove alias.
19223
19224 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19225
19226         * gmm-utils.el (gmm-image-load-path): Add alias.
19227
19228         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19229         nnml-generate-nov-databases-1.
19230         (nnml-generate-nov-databases): Use it.
19231         (nnml-generate-nov-databases-directory): Document no-active
19232         argument.
19233
19234         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19235         directory if path is t.  Add no-error.
19236
19237         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19238         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19239
19240         * gnus-art.el (gnus-article-browse-delete-temp-files):
19241         Simplify resetting gnus-article-browse-html-temp-list.
19242
19243         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19244         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19245         Add example to docstring.  Rename local variables.  Move error
19246         checks to default case in cond and simplify.
19247
19248 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19249
19250         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19251         handle is multipart when calling it recursively.
19252         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19253
19254 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19255
19256         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19257         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19258
19259 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19260
19261         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19262         is loaded.
19263
19264         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19265         loaded.
19266
19267 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19268
19269         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19270         to "Emacs 23 (unicode)" in doc string.
19271
19272         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19273         "Emacs 23 (unicode)" in comment.
19274
19275 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19276
19277         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19278
19279         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19280         characters 160 through 255 in Emacs 23.
19281
19282 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19283
19284         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19285         gnus-article-browse-html-temp.
19286         (gnus-article-browse-delete-temp): Make it customizable.
19287         Add `file'.  Adjust doc string.
19288         (gnus-article-browse-delete-temp-files): Add argument.
19289         Allow query for each file.  Adjust doc string.
19290         (gnus-article-browse-html-parts):
19291         Add `gnus-article-browse-delete-temp-files' to
19292         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19293
19294 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
19295
19296         * gnus-art.el (gnus-article-browse-html-temp)
19297         (gnus-article-browse-delete-temp): New variables.
19298         (gnus-article-browse-delete-temp-files): New function.
19299         (gnus-article-browse-html-parts): Use it.
19300
19301 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19302
19303         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
19304
19305         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
19306         string.
19307
19308         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
19309         gnus-summary-insert-new-articles when unplugged.
19310         Remove gnus-summary-search-article-forward.
19311
19312         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
19313         display-visual-class instead of display-color-cells.
19314
19315 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19316
19317         * dgnushack.el: Autoload customize-group for XEmacs.
19318
19319         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
19320         message/* containing non-ASCII text properly.
19321
19322 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
19323
19324         * message.el: Require gmm-utils, remove autoloads.
19325         (message-tool-bar): Set default based on
19326         gmm-tool-bar-style.
19327         (message-tool-bar-gnome): Add gmm-customize-mode.
19328
19329         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
19330         gmm-tool-bar-style.
19331         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
19332
19333         * gnus-group.el (gnus-group-tool-bar): Set default based on
19334         gmm-tool-bar-style.
19335         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
19336
19337         * gmm-utils.el (gmm-image-directory): Rename variable from
19338         gmm-image-load-path.
19339         (gmm-image-load-path): Use gmm-image-directory.
19340         (gmm-customize-mode): New function.
19341         (gmm-tool-bar-style): New variable.
19342
19343         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
19344         gnus-group-redraw-line-number.
19345         (gnus-group-redraw-check): Simplify.
19346         (gnus-group-tool-bar-update): Remove redraw check.
19347         (gnus-group-make-tool-bar): Add redraw check.
19348
19349 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
19350
19351         * gnus-art.el (gnus-button): Add missing parentheses.
19352
19353 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19354
19355         * lpath.el: Fbind line-number-at-pos.
19356
19357 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19358
19359         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
19360
19361 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19362
19363         * gnus-art.el (gnus-button): New face.
19364         (gnus-article-button-face): Use it.
19365
19366         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19367         Add gnus-summary-next-page.  Re-order.
19368
19369         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
19370         next-node are now included.
19371         (gnus-group-redraw-line-number): New internal variable.
19372         (gnus-group-redraw-check): Helper function for updating the tool
19373         bar.
19374         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
19375
19376         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
19377
19378         * spam.el (spam-spamassassin-score-regexp): New internal variable.
19379         (spam-extra-header-to-number, spam-check-spamassassin-headers):
19380         Use it to match format of Spamassassin 3.0 and later.
19381         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
19382         (spam-check-bogofilter)
19383         (spam-bogofilter-register-with-bogofilter): Fix args of
19384         `gnus-error' calls.
19385
19386 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19387
19388         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
19389         unnecessary interaction when sending queued mails.
19390         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
19391
19392 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
19393
19394         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
19395         first or last are nil.
19396
19397 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19398
19399         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
19400
19401 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19402
19403         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
19404
19405 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19406
19407         * dns.el (query-dns): Protect more against buggy tcp output.
19408
19409 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19410
19411         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
19412         nov.php.
19413
19414 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19415
19416         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
19417         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
19418         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
19419         output on the server side.
19420         (nnweb-google-create-mapping): Update regexps and add some
19421         progress indication.
19422
19423 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
19424
19425         * gnus-group.el (gnus-group-tool-bar-gnome):
19426         Fix gnus-agent-toggle-plugged.  Re-order icons.
19427         (gnus-group-tool-bar-gnome):
19428         Add gnus-group-{prev,next}-unread-group.
19429         (gnus-group-tool-bar-gnome): Re-order icons.
19430
19431         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19432         Move gnus-summary-insert-new-articles.
19433
19434         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
19435         Fix comments.
19436
19437         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
19438         also available in Emacs 21.3.
19439
19440         * message.el (message-fix-before-sending): Change "Emacs 22" to
19441         "Emacs 23 (unicode)" in comment.
19442
19443         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
19444         "Emacs 23 (unicode)" in comment.
19445
19446         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
19447         comment.
19448         (mm-coding-system-p): Add comment about no-MULE XEmacs.
19449
19450         * mm-view.el (mm-fill-flowed): Add :version.
19451
19452 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19453
19454         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
19455         and load-path.
19456
19457 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
19458
19459         * message.el: Autoload gmm-image-load-path.
19460         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
19461         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
19462         consitency.
19463
19464         * gmm-utils.el (gmm-image-load-path): Also search in
19465         "../etc/images".  Don't set gmm-image-load-path if we don't find
19466         the image.
19467
19468 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19469
19470         * gmm-utils.el (gmm-image-load-path): Don't make
19471         `gmm-image-load-path' include subdirectories which the second arg
19472         `image' might specify.
19473
19474         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
19475         subdirectory to icon file names.
19476
19477         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
19478
19479 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19480
19481         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
19482         gmm-image-load-path calls.
19483
19484         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19485
19486         * message.el (message-make-tool-bar): Ditto.
19487
19488         * mml.el (mml-preview): Add comment concerning tool bar icons.
19489
19490         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
19491         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
19492
19493         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
19494         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
19495
19496         * message.el (message-tool-bar-gnome): Use new icon names.
19497         (message-make-tool-bar): Use `gmm-image-load-path'.
19498
19499         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
19500         New functions from MH-E.
19501         (gmm-image-load-path): New variable from MH-E.
19502         (gmm-image-load-path): New function from MH-E.  Add arguments
19503         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
19504         *-image-load-path-called-flag.
19505
19506 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
19507
19508         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
19509
19510 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
19511
19512         * nnimap.el (nnimap-request-move-article): Change folder back to
19513         source group before deleting.
19514
19515 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
19516
19517         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
19518
19519         * gnus-art.el (mm-url-insert-file-contents-external):
19520         Autoload mm-url.
19521
19522         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
19523
19524 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19525
19526         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
19527         coding system which mm-charset-to-coding-system returns for a
19528         given charset is valid.
19529
19530 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
19531
19532         * html2text.el (html2text-remove-tag-list):
19533         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19534
19535 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
19536
19537         * gnus-cus.el: Revert 2005-10-17 change.
19538
19539 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19540
19541         * gnus-art.el (article-strip-banner):
19542         Call article-really-strip-banner only when the regexp match is made.
19543
19544 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19545
19546         * gnus-art.el (article-strip-banner):
19547         Use gnus-extract-address-components instead of
19548         mail-header-parse-addresses to make it work with non-ASCII text;
19549         remove mail-encode-encoded-word-string.
19550
19551         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19552         values which are surrounded with \"...\"; make it never cause a
19553         Lisp error; give up parsing of parameters if it failed in
19554         extracting type.
19555
19556 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
19557
19558         * smime.el (smime-cert-by-ldap-1): Fix bug where
19559         `smime-ldap-search' returns results without userCertificates.
19560
19561 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19562
19563         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19564
19565 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19566
19567         * spam.el (spam-check-spamassassin-headers): Adapt format for
19568         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
19569         <ari@mbf.ocn.ne.jp>.
19570         (spam-list-of-processors): Add spam-use-gmane.
19571
19572 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19573
19574         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19575         make-temp-file; make it work with XEmacs as well.
19576
19577         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19578         mm-make-temp-file.
19579
19580         * mm-decode.el (mm-display-external): Use the 3rd arg of
19581         mm-make-temp-file.
19582         (mm-create-image-xemacs): Ditto.
19583
19584 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19585
19586         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19587         with message-narrow-to-headers.
19588         (gnus-draft-setup): Narrow to header to run message-fetch-field.
19589         (gnus-draft-check-draft-articles): New function.
19590         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19591
19592 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19593
19594         * gnus-art.el (gnus-article-browse-html-parts):
19595         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19596         Don't use suffix argument for mm-make-temp-file for Emacs 21
19597         compatibility.  Remove useless `format'.
19598
19599 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19600
19601         * nnweb.el (nnweb-google-wash-article): Update regexps.
19602         (nnweb-group-alist): Use defvoo instead of defvar.
19603
19604 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19605
19606         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19607         re-loading nn* modules.
19608
19609 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19610
19611         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19612         for `tool-bar-mode' and don't check it's default-value.
19613
19614         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19615
19616         * message.el (message-make-tool-bar): Ditto.
19617
19618         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19619         `substring'.  Shorten tmp-file name.
19620
19621         * gnus.el: Remove bogus comment.
19622
19623 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19624
19625         * gnus-art.el (gnus-article-browse-html-parts): New function.
19626         (gnus-article-browse-html-article): New function for viewing html
19627         articles with a browser.
19628
19629 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19630
19631         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19632         in elisp.
19633         (pgg-gpg-encrypt-symmetric-region): Ditto.
19634         (pgg-gpg-sign-region): Ditto.
19635
19636         * pgg-def.el (pgg-text-mode): New variable.
19637
19638         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19639         (mml2015-pgg-encrypt): Ditto.
19640
19641         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19642         (mml1991-pgg-encrypt): Ditto.
19643
19644 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19645
19646         * nnfolder.el (nnfolder-insert-newsgroup-line):
19647         Use message-make-date instead of current-time-string.
19648
19649         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19650         to gnus-decoded which mm-uu might set.
19651
19652 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19653
19654         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19655         don't decode quoted parameters; remove misimported Emacs code.
19656         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19657         (rfc2231-decode-encoded-string): Don't use split-string which
19658         behaves differently according to Emacs version; use
19659         mm-decode-coding-region to convert charset to coding-system.
19660         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19661         (rfc2231-encode-string): Remove misimported Emacs code.
19662
19663 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19664
19665         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19666         when calling mail-header-parse-content-type.
19667         (article-de-quoted-unreadable): Ditto.
19668         (article-de-base64-unreadable): Ditto.
19669         (article-wash-html): Ditto.
19670
19671         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19672         calling mail-header-parse-content-type and
19673         mail-header-parse-content-disposition.
19674         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19675         mail-header-parse-content-type.
19676
19677         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19678         insert charset and format parameters; encode description after
19679         inserting it to buffer.
19680         (mml-insert-parameter): Fold lines properly even if a parameter is
19681         segmented into two or more lines; change the max column to 76.
19682
19683         * rfc1843.el (rfc1843-decode-article-body): Don't use
19684         ignore-errors when calling mail-header-parse-content-type.
19685
19686         * rfc2231.el (rfc2231-parse-string): Return at least type if
19687         possible; don't cause an error even if it fails in parsing of
19688         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19689         (rfc2231-encode-string): Don't break lines at the beginning, leave
19690         it to mml-insert-parameter.
19691
19692         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19693         calling mail-header-parse-content-type.
19694
19695 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19696
19697         * spam-report.el (spam-report-gmane-use-article-number):
19698         Improve doc string.
19699         (spam-report-gmane-internal): Check if a suitable header was found
19700         in the article.
19701
19702 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19703
19704         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19705         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19706
19707 2006-02-05  Romain Francoise  <romain@orebokech.com>
19708
19709         Update copyright notices of all files in the gnus directory.
19710
19711 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19712
19713         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19714
19715 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19716
19717         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19718         segmented lines of parameter value to cope with Thunderbird 1.5
19719         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19720         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19721         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19722
19723 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19724
19725         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19726         parts.
19727
19728 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19729
19730         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19731         there's only one active file for all servers.
19732         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19733         solid groups.  Gnus might have used a FAST request to select the group.
19734         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19735         and nnweb-search redundantly in the active file.
19736         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19737         (nnweb-request-create-group): Don't use ARGS.
19738         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19739         initializations.  Let nnoo do the work.
19740
19741 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19742
19743         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19744         Say the part has been decoded.
19745
19746         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19747
19748 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19749
19750         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19751         mailcap-viewer-test-cache when there's no 'test clause, since that
19752         will invert the meaning of a "nil" test previously determined by
19753         mailcap-mailcap-entry-passes-test.
19754
19755 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19756
19757         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19758         compiling.
19759
19760         * gnus-sum.el: Ditto.
19761
19762         * message.el: Don't bind tool-bar-map when compiling.
19763
19764 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19765
19766         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19767
19768 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19769
19770         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19771         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19772         current Google Groups.
19773
19774 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19775
19776         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19777         and tool-bar-mode.
19778
19779         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19780         and tool-bar-mode.
19781
19782         * message.el (message-tool-bar-update): Simplify.
19783         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19784
19785         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19786         gnus-summary-buffer.
19787         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19788         gnus-summary-reply.
19789
19790         * gmm-utils.el (gmm): Add :version.
19791
19792 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19793
19794         * Makefile.in (clean): New rule.
19795         (distclean): Use it.
19796
19797 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19798
19799         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19800         Don't autoload.
19801
19802 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19803
19804         * gmm-utils.el (gmm-verbose): Add :group.
19805
19806 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19807
19808         * message.el: Change some comments WRT tool-bars.
19809
19810         * gnus-sum.el (gnus-summary-tool-bar)
19811         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19812         (gnus-summary-tool-bar-zap-list): New variables.
19813         (gnus-summary-make-tool-bar): Complete rewrite using
19814         `gmm-tool-bar-from-list'.
19815
19816         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19817         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19818         New variables.
19819         (gnus-group-make-tool-bar): Complete rewrite using
19820         `gmm-tool-bar-from-list'.
19821         (gnus-group-tool-bar-update): New function.
19822
19823         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19824
19825 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19826
19827         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19828         is dissected into a single part of which the type is the same as
19829         the given one; decode charset.
19830
19831 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19832
19833         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19834         into alists as symbol not string, since that's what
19835         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19836         look for.
19837
19838 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19839
19840         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19841         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19842
19843         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19844
19845 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19846
19847         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19848         (gnus-xmas-mime-security-button-menu): New function.
19849
19850         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19851         (gnus-mime-security-button-menu): New definition.
19852         (gnus-mime-security-button-map): Use them.
19853         (gnus-mime-security-button-menu): New function.
19854         (gnus-insert-mime-security-button): Addition to help echo.
19855         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19856         (gnus-mime-security-pipe-part): New functions.
19857
19858         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19859         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19860
19861         * mm-decode.el (mm-handle-set-disposition): Remove.
19862         (mm-handle-set-description): Remove.
19863
19864 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19865
19866         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19867         (mm-w3m-standalone-supports-m17n-p): New function.
19868         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19869         w3m usage.
19870
19871         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19872         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19873
19874 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19875
19876         * message.el (message-tool-bar-zap-list):
19877         Use gmm-tool-bar-zap-list as custom type.
19878         (message-tool-bar-update): New function.
19879         (message-tool-bar, message-tool-bar-gnome)
19880         (message-tool-bar-retro): Add message-tool-bar-update.
19881         (message-tool-bar-gnome): Add flyspell-buffer.
19882
19883         * gnus-util.el (gnus-error): Describe `args'.
19884
19885         * gmm-utils.el (gmm-error): Describe `args'.
19886         (gmm-tool-bar-zap-list): New widget.
19887         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19888
19889 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19890
19891         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19892         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19893         the number of recursive calls.
19894
19895         * mm-decode.el (mm-handle-set-disposition): New macro.
19896         (mm-handle-set-description): New macro.
19897
19898 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19899
19900         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19901         encoding.
19902
19903 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19904
19905         * message.el (message-tool-bar-zap-list, message-tool-bar)
19906         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19907         (message-tool-bar-local-item-from-menu): Remove.
19908         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19909         (message-make-tool-bar): New function.
19910         (message-mode): Use `message-make-tool-bar'.
19911
19912         * gmm-utils.el: New file.
19913         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19914         (gmm-lazy): New widget copied from `nnmail.el'.
19915         (gmm-tool-bar-from-list): New function for creating customizable
19916         tool bars.
19917         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19918         output.
19919         (gmm): Add :prefix to defgroup.
19920
19921 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19922
19923         * gmm-utils.el (gmm-widget-p): New function.
19924
19925 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19926
19927         * mml.el (mml-attach-file): Describe `description' in doc string.
19928         (mml-menu): Add Emacs MIME manual and PGG manual.
19929
19930 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19931
19932         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19933
19934 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19935
19936         * nntp.el (nntp-end-of-line): Doc fix.
19937
19938 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19939
19940         * imap.el (imap-open): Handle case where buffer is a buffer
19941         object.
19942
19943 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19944
19945         * gnus-delay.el (gnus-delay): Don't autoload.
19946         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19947         to be re-loaded when customizing the `gnus-delay' group.
19948
19949 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19950
19951         * message.el (message-insert-citation-line): Use newlines.
19952
19953 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19954
19955         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19956         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19957         these routines, so the passphrase can be managed externally and
19958         passed in to the system.
19959         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19960         pgg-add-passphrase-to-cache function.
19961
19962         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19963         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19964         these routines, so the passphrase can be managed externally and
19965         passed in to the system.
19966         (pgg-pgp5-sign-region): Use new name of
19967         pgg-add-passphrase-to-cache function.
19968
19969 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19970
19971         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19972         part of the decoded armor to find the key-identifier.
19973         (pgg-gpg-lookup-key-owner): New function to return the
19974         human-readable identifier of a key owner.
19975         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19976         itself.
19977         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19978         the key value) if we have a key and can match it against a secret
19979         key.  Also, added a note pointing out fact that the prompt only
19980         indicates the first matching key.
19981
19982         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19983         pgg-decrypt-region.
19984         (pgg-add-passphrase-to-cache): Rename from
19985         `pgg-add-passphrase-cache' to reduce confusion (all callers
19986         changed).
19987         (pgg-remove-passphrase-from-cache): Rename from
19988         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19989         changed).
19990         (pgg-read-passphrase, pgg-add-passphrase-cache)
19991         (pgg-remove-passphrase-cache): Add informative docstrings.
19992         (pgg-decrypt): Convey provided passphrase in subordinate call to
19993         pgg-decrypt-region.
19994
19995 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19996
19997         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19998         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19999         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20000         'passphrase' argument, so the passphrase can be managed externally
20001         and then passed in to the system.
20002
20003         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20004         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20005         so the passphrase cache can be used reliably with identifiers
20006         besides a pgp packet's key id.
20007
20008         * pgg-gpg.el (pgg-gpg-encrypt-region)
20009         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20010         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20011         these routines, so the passphrase can be managed externally and
20012         passed in to the system.
20013
20014         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20015         'notruncate' argument, so the passphrase cache can be used
20016         reliably with identifiers besides a pgp packet's key id.
20017
20018 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20019
20020         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20021         symmetric encryption.
20022         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20023         encrypted session key.
20024         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20025         message ask for the passphrase in a proper way.
20026
20027         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20028         New user commands for symmetric encryption.
20029
20030 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20031
20032         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20033
20034         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20035
20036 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20037
20038         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20039
20040 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20041
20042         * mm-decode.el (mm-inlined-types): Add application/pgp.
20043         (mm-automatic-display): Ditto.
20044
20045         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20046         part as text.
20047
20048 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20049
20050         * nnrss.el: Update copyright.
20051         (nnrss-opml-import): Query whether to subscribe to each entry.
20052
20053         * gnus-art.el:
20054         * gnus-sum.el:
20055         * gnus-xmas.el:
20056         * messagexmas.el:
20057         * mm-uu.el:
20058         * mm-view.el: Update copyright.
20059
20060 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20061
20062         * message.el (message-info): New function.
20063         (message-mode-menu): Add it.
20064         Update copyright.
20065
20066         * ChangeLog: Fix and update copyright.
20067
20068 2006-01-13  Romain Francoise  <romain@orebokech.com>
20069
20070         * message.el (message-forward-subject-name-subject): Prefer the
20071         address to 'nowhere' if the sender has no name.
20072         Fix typo.  Update copyright year.
20073
20074 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20075
20076         * gnus-art.el (article-wash-html):
20077         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20078         (gnus-article-wash-html-with-w3m-standalone): New function.
20079
20080         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20081         mm-inline-text-html-render-with-w3m-standalone.
20082         (mm-text-html-washer-alist): Map w3m-standalone to
20083         gnus-article-wash-html-with-w3m-standalone.
20084         (mm-inline-text-html-render-with-w3m-standalone): New function.
20085
20086 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20087
20088         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20089         Improve LaTeX.
20090
20091 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20092
20093         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20094         (nnrss-request-article): Render text/plain parts as HTML.
20095
20096         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20097         the buffer.
20098
20099 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20100
20101         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20102         custom definition of `gnus-posting-styles'.
20103
20104         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20105         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20106
20107 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20108
20109         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20110         Use nntp for bug archive.
20111
20112 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20113
20114         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20115         parts.
20116         (nnrss-normalize-date): New function converts ISO 8601 date into
20117         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20118         (nnrss-check-group): Use it.
20119
20120 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20121
20122         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20123
20124         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20125         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20126         (nnrss-insert-w3): Ditto.
20127
20128 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20129
20130         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20131         the articles to be forwarded including the case where neither a
20132         number of articles nor a region is specified.
20133
20134 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20135
20136         * nnrss.el (nnrss-request-article): Fix last change; fill
20137         text/plain parts.
20138
20139 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20140
20141         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20142         in text/plain part.
20143         (nnrss-check-group): Don't add excessive newline to dc:subject.
20144
20145 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20146
20147         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20148         article.
20149
20150 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20151
20152         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20153         (nnml-use-compressed-files, nnml-save-mail): Support other
20154         comression programs such as bzip2.
20155
20156 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20157
20158         * dns.el (query-dns): Make sure we check the buffer size before
20159         removing tcp headers.
20160
20161 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20162
20163         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20164         remove MIME buttons associated with multipart/alternative parts.
20165         (gnus-mime-display-alternative): Tag buttons using `article-type'
20166         text property.
20167
20168         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20169         associated with multipart/alternative parts.
20170
20171         * gnus-art.el (gnus-signature-separator): Fix custom type.
20172
20173         * mm-decode.el (mm-inlined-types): Fix custom type.
20174         (mm-keep-viewer-alive-types): Ditto.
20175         (mm-automatic-display): Ditto.
20176         (mm-attachment-override-types): Ditto.
20177         (mm-inline-override-types): Ditto.
20178         (mm-automatic-external-display): Ditto.
20179
20180 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20181
20182         * spam-report.el (spam-report-user-mail-address)
20183         (spam-report-user-agent): New variables.
20184         (spam-report-url-ping-plain): Use spam-report-user-agent.
20185
20186 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20187
20188         * gnus-art.el (gnus-button-handle-custom): Do not just use
20189         `customize-apropos' for any "M-x customize-*" button but the
20190         function called for.  Accept both the function name and its
20191         argument in order to achieve this.
20192         (gnus-button-alist): Remove support for "custom:" URL's.
20193         Pass function name to `gnus-button-handle-custom' in case of "M-x
20194         customize-*" buttons.
20195
20196 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20197
20198         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20199         multipart/alternative and add xref to mm-discouraged-alternatives
20200         in doc string.
20201
20202         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20203         gnus-buttonized-mime-types in doc string.
20204
20205 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20206
20207         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20208         Suggest image/.* in the doc string.
20209
20210 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20211
20212         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20213         message-marks (Debian bug #342521).
20214
20215 2005-12-12  Simon Josefsson  <jas@extundo.com>
20216
20217         * password.el (password-read-from-cache): Add.
20218         (password-read): Use it.
20219
20220 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20221
20222         * rfc2047.el (rfc2047-charset-to-coding-system):
20223         Recognize us-ascii as a MIME charset.
20224
20225         * mm-bodies.el (mm-decode-content-transfer-encoding):
20226         Protect against the case where the 2nd arg TYPE is nil.
20227
20228 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20229
20230         * pop3.el (pop3-stream-type): Fix custom version.
20231
20232         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20233
20234 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20235
20236         * mm-decode.el (mm-display-external): Add missing cdr.
20237
20238 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20239
20240         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20241         RFC1524) if it is in mailcap or add a suffix according to
20242         mailcap-mime-extensions when generating a temp filename; postpone
20243         deleting a temp file for 2 seconds for some wrappers, shell
20244         scripts, and so on, which might exit right after having started a
20245         viewer command as a background job.
20246
20247 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20248
20249         * nntp.el (nntp-marks-directory): Fix custom group.
20250
20251         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20252         steps when < 10.
20253
20254         * gnus-start.el (gnus-no-server-1):
20255         Mention `gnus-level-default-subscribed' in doc string.
20256
20257 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20258
20259         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20260         parens.
20261
20262 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20263
20264         * gnus-xmas.el (gnus-use-toolbar): Revert.
20265         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20266         gnus-use-toolbar is default.
20267
20268         * messagexmas.el (message-use-toolbar): Revert.
20269         (message-setup-toolbar): Use global default-toolbar if
20270         message-use-toolbar is default.
20271
20272 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20273
20274         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20275         according to default-toolbar-visible-p.
20276
20277         * messagexmas.el (message-use-toolbar): Ditto.
20278
20279 2005-11-26  Dave Love  <fx@gnu.org>
20280
20281         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20282         (tls-program, tls-success): Provide openssl alternative.
20283
20284         * starttls.el: Doc fixes.
20285         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20286         SERVICE to PORT.
20287
20288         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20289         port null or service name.
20290         (starttls-negotiate): Autoload.
20291
20292 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20293
20294         * message.el (message-kill-to-signature): Fix interactive spec.
20295
20296 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20297
20298         * pop3.el (pop3-open-server): Recognize a string as a service name.
20299
20300 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
20301
20302         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
20303
20304 2005-11-23  Dave Love  <fx@gnu.org>
20305
20306         Add pop3s, pop3/starttls.
20307
20308         * pop3.el (pop3-authentication-scheme): Clarify doc.
20309         (open-tls-stream, starttls-open-stream): Autoload.
20310         (pop3-stream-type): New.
20311         (pop3-open-server): Use it.
20312
20313         * mail-source.el (mail-sources): Fix some :types.  Add stream type
20314         for POP.
20315         (mail-source-keyword-map): Add :stream for POP.
20316         (mail-source-fetch-pop): Use pop3-stream-type.
20317
20318 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20319
20320         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
20321         of current-time-string.
20322
20323 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
20324
20325         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
20326         date header.
20327
20328 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20329
20330         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
20331         it can seriously impact performance as it bypasses the agent's
20332         local caches.
20333
20334 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20335
20336         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
20337         must be explicitly online rather than "not explicitly offline" for
20338         its flags to be synchronized.
20339
20340         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
20341         that gnus-uu-unmark-thread will function correctly.
20342
20343         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
20344         1024K is instead displayed as 1M.
20345
20346 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20347
20348         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
20349
20350 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
20351
20352         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
20353
20354 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
20355
20356         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
20357         error message to display actual error condition.
20358         (gnus-agent-save-local): Avoid saving symbols that are bound to
20359         nil as they simply result in a warning message in
20360         gnus-agent-read-local.
20361
20362 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20363
20364         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
20365         rather than make-variable-buffer-local for file-precious-flag.
20366
20367 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20368
20369         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
20370         for duplicates which are removed.  The invalid sort check then
20371         triggers a rescan after the sort as sorting may have moved
20372         duplicate entries such that they can be cheaply detected.
20373
20374 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20375
20376         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
20377
20378 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20379
20380         * gnus-agent.el (gnus-agent-article-alist-save-format):
20381         Change internal variable to a custom variable.  Change default value
20382         from compressed(2) to uncompressed(1).
20383         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
20384         support for uncompressed agentview files.  Taken together, reading
20385         the agentview file should now be 6-7 times faster.
20386
20387 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
20388
20389         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
20390         as a buffer-local variable.  This avoids creating truncated
20391         dribble files as a result of a hang up, eg.
20392
20393 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
20394
20395         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
20396         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
20397         XEmacs.
20398
20399 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20400
20401         * gnus-start.el (gnus-start-draft-setup):
20402         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
20403
20404         * gnus.el (gnus-splash): Change custom group.
20405         (gnus-group-get-parameter, gnus-group-parameter-value):
20406         Describe allow-list argument.
20407
20408         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
20409         string.
20410
20411 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20412
20413         * gnus-art.el (gnus-default-article-saver): Add user-defined
20414         `function' to custom type.
20415
20416 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20417
20418         * imap.el (imap-open): Handle case where buffer is a buffer
20419         object.
20420
20421 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20422
20423         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
20424         long lines.
20425         (gnus-cache-delete-group): Wrap doc strings.
20426
20427         * gnus-agent.el (gnus-agent-rename-group)
20428         (gnus-agent-delete-group): Wrap doc strings.
20429
20430 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20431
20432         * messagexmas.el (message-use-toolbar): Change the valid values
20433         into default, top, bottom, left, and right.
20434         (message-toolbar-thickness): New variable.
20435         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
20436         well.
20437         (message-setup-toolbar): Make it work.
20438
20439         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
20440         (gnus-use-toolbar): Change the valid values into default, top,
20441         bottom, left, and right.
20442         (gnus-toolbar-thickness): New variable.
20443         (gnus-xmas-setup-toolbar): New function.
20444         (gnus-xmas-setup-group-toolbar): Use it.
20445         (gnus-xmas-setup-summary-toolbar): Use it.
20446
20447 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20448
20449         * gnus-start.el (gnus-1): Add "native" to
20450         gnus-predefined-server-alist.
20451
20452         * gnus.el (gnus-method-to-server): Don't add "native" to the
20453         lists here, because that leads to problems when
20454         gnus-select-method is bound.
20455
20456 2005-11-09  Simon Josefsson  <jas@extundo.com>
20457
20458         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
20459         use (not sort-by-date) instead.
20460
20461 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20462
20463         * gnus-delay.el (gnus-delay-group): Don't autoload.
20464         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20465         to be re-loaded when customizing the `gnus-delay' group.
20466
20467 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20468
20469         * message.el: Revert last changes.
20470         (message-insert-citation-line): Use newlines.
20471
20472 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20473
20474         * message.el (message-courtesy-message)
20475         (message-mark-insert-begin, message-mark-insert-end)
20476         (message-elide-ellipsis, message-cancel-message)
20477         (message-add-header, message-change-subject)
20478         (message-cross-post-followup-to-header)
20479         (message-cross-post-insert-note, message-reduce-to-to-cc)
20480         (message-widen-reply, message-delete-not-region)
20481         (message-kill-to-signature, message-insert-signature)
20482         (message-insert-importance-high, message-insert-importance-low)
20483         (message-insert-or-toggle-importance)
20484         (message-insert-disposition-notification-to)
20485         (message-indent-citation, message-yank-original)
20486         (message-cite-original-without-signature, message-cite-original)
20487         (message-insert-citation-line, message-position-on-field)
20488         (message-fix-before-sending, message-send-mail-partially)
20489         (message-send-mail, message-send-mail-with-sendmail)
20490         (message-send-mail-with-qmail, message-send-news)
20491         (message-check-news-header-syntax, message-generate-headers)
20492         (message-insert-courtesy-copy, message-fill-address)
20493         (message-fill-header, message-shorten-references)
20494         (message-setup-1, message-cancel-news)
20495         (message-forward-make-body-plain, message-forward-make-body-mime)
20496         (message-forward-make-body-mml, message-encode-message-body)
20497         (message-forward-make-body-digest-plain)
20498         (message-forward-make-body-digest-mime)
20499         (message-use-alternative-email-as-from): Insert `hard-newline'
20500         instead of ordinary newlines.
20501
20502 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20503
20504         * message.el (message-generate-headers): Downcase the argument
20505         given to message-check-element.
20506
20507 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
20508
20509         * nntp.el (nntp-authinfo-rejected): New error condition.
20510         (nntp-wait-for): Use new error condition to signal authentication
20511         error.
20512         (nntp-retrieve-data): Rethrow new error condition to break out of
20513         recursive call to nntp-send-authinfo.
20514
20515 2005-11-08  Romain Francoise  <romain@orebokech.com>
20516
20517         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
20518         (gnus-summary-exit-map): Bind to `Z p'.
20519         (gnus-summary-make-menu-bar): Add menu item.
20520
20521 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
20522
20523         * gnus-art.el (gnus-article-treat-custom): Add `first'.
20524         (gnus-treat-*): Add `first' in all doc strings.
20525
20526         * gnus-group.el (gnus-group-compact-group): Fix typo.
20527
20528 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20529
20530         * gnus.el (gnus-parameters-case-fold-search): New variable.
20531         (gnus-parameters-get-parameter): Use it.
20532
20533         * gnus-score.el (gnus-home-score-file): Doc fix.
20534
20535 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
20536
20537         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
20538
20539 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20540
20541         * mm-util.el (mm-special-display-p): New function.
20542
20543         * mml.el (mml-preview): Use it; doc fix.
20544
20545 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20546
20547         * imap.el (imap-open): Handle case where buffer is a buffer object.
20548
20549 2005-10-29  Romain Francoise  <romain@orebokech.com>
20550
20551         * message.el (message-fix-before-sending): Fix comment.
20552
20553 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20554
20555         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
20556
20557 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20558
20559         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
20560         Used in gnus-score.el.
20561
20562 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
20563
20564         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
20565
20566 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
20567
20568         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
20569         whitespace removed in revision 7.8.  Use concatenated string to
20570         protect trailing whitespace.
20571
20572 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
20573
20574         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
20575         (nnimap-request-expire-articles): Use it to avoid sending 'UID
20576         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
20577         Courier IMAP ("some version from 2004").  Mostly based on similar
20578         code in the same function.
20579
20580 2005-10-26  Didier Verna  <didier@xemacs.org>
20581
20582         * gnus-group.el (gnus-group-compact-group): Invalidate original
20583         article buffer.
20584         * gnus-srvr.el (gnus-server-compact-server): Ditto.
20585         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
20586         NOV database and in article itself.
20587         Invalidate article backlog.
20588
20589 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20590
20591         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
20592
20593 2005-10-26  Simon Josefsson  <jas@extundo.com>
20594
20595         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
20596         part of 2004-07-25 change.
20597
20598 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20599
20600         * message.el (message-display-completion-list): New function.
20601         (message-expand-group): Use it; make sure the Completions buffer
20602         is modifiable.
20603 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20604
20605         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
20606         user-mail-name is an empty string.
20607
20608 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20609
20610         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20611         depending on gnus-score-decay-constant.
20612
20613         * encrypt.el (encrypt-insert-file-contents)
20614         (encrypt-write-file-contents): Don't use `gnus-message'.
20615
20616         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20617         arguments.
20618         (mm-uu-type-alist): Add message-marks and insert-marks.
20619         Pass arguments to mm-uu-verbatim-marks-extract.
20620         (mm-uu-hide-markers): New variable.
20621         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20622
20623         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20624         (gnus-convert-image-to-face-command): Use "convert" by default to
20625         allow other input image formats.
20626         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20627         accordingly.
20628
20629 2005-10-23  Simon Josefsson  <jas@extundo.com>
20630
20631         * imap.el (imap-gssapi-program): Align command line parameters
20632         with latest GNU SASL.
20633         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20634
20635 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20636
20637         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20638         HTML.
20639         (nnslashdot-request-article): Ditto.
20640
20641         * lpath.el (featurep): Add nobreak-char-display.
20642
20643 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20644
20645         * mail-source.el (mail-source-fetch-pop): Require pop3.
20646         (mail-source-check-pop): Ditto.
20647
20648 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20649
20650         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20651         errors.
20652
20653 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20654
20655         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20656         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20657
20658         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20659
20660         * mm-bodies.el (mm-decode-string):
20661         Call `mm-charset-to-coding-system' with allow-override argument.
20662
20663 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20664
20665         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20666         (rfc2047-charset-to-coding-system): New function.
20667         (rfc2047-decode-encoded-words): New function.
20668         (rfc2047-decode-region): Use them.
20669         (rfc2047-decode-cte): Remove.
20670         (rfc2047-parse-and-decode): Remove.
20671         (rfc2047-decode): Remove.
20672
20673 2005-10-15  Kenichi Handa  <handa@m17n.org>
20674
20675         * rfc2047.el (rfc2047-decode-cte): New function.
20676         (rfc2047-decode-region): Change the way to decode successive
20677         encoded-words: decode B- or Q-encoding in each encoded-word,
20678         concatenate them, and decode it as charset.
20679
20680 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20681
20682         * lpath.el: Fbind codepage-setup for XEmacs.
20683
20684 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20685
20686         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20687         widget-move-and-invoke.
20688         (gnus-custom-mode): Use gnus-custom-map.
20689
20690 2005-10-15  Bill Wohler  <wohler@newt.com>
20691
20692         * message.el (message-tool-bar-map): Rename image file from
20693         mail_send to mail/send.
20694
20695 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20696
20697         * message.el (message-expand-group): Pass the common
20698         prefix substring of completion to `display-completion-list'.
20699
20700 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20701
20702         * mml-sec.el (mml-secure-method): New internal variable.
20703         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20704         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20705         New functions using mml-secure-method.
20706
20707         * mml.el (mml-mode-map): Add key bindings for those functions.
20708         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20709         Harder <harder@myrealbox.com>.
20710         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20711         Goto end of message if point is the headers of the message.
20712
20713         * message.el (message-in-body-p): New function.
20714
20715         * assistant.el: Autoload gnus-util and netrc.
20716
20717         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20718         Use `mm-charset-override-alist' only when decoding.
20719
20720         * mm-bodies.el (mm-decode-body):
20721         Call `mm-charset-to-coding-system' with allow-override argument.
20722
20723         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20724         `filename' from Content-Disposition if Content-Type doesn't
20725         provide `name'.
20726         (gnus-mime-view-part-as-type): Set default instead of
20727         initial-input.
20728
20729 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20730
20731         * format-spec.el (format-spec): Propagate text properties of % spec.
20732
20733 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20734
20735         * gnus-art.el (gnus-treat-predicate): Add `first'.
20736
20737 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20738
20739         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20740         (mm-charset-override-alist): New variable.
20741         (mm-charset-to-coding-system): Use it.
20742         (mm-codepage-setup): New helper function.
20743         (mm-charset-eval-alist): New variable.
20744         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20745         Warn about unknown charsets.
20746
20747         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20748
20749 2005-10-04  David Hansen  <david.hansen@gmx.net>
20750
20751         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20752         (nnrss-check-group): Ditto.
20753
20754 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20755
20756         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20757         Rename x-gnus-verbatim to x-verbatim.
20758         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20759
20760         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20761         x-verbatim.
20762
20763         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20764
20765         * gnus-util.el (gnus-remove-duplicates): Remove.
20766
20767         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20768         instead of gnus-remove-duplicates.
20769
20770         * message.el (message-remove-duplicates): Remove.
20771         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20772         message-remove-duplicates.
20773
20774         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20775         available, else use implementation from `delete-dups'.
20776
20777         * message.el (message-insert-expires): New function.
20778         (message-mode-map): Add key binding.
20779         (message-mode-field-menu): Add menu entry.
20780         (message-mode): Document it.
20781         (message-make-expires-date): Use `message-make-date'.
20782
20783 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20784
20785         * message.el (message-make-expires-date): New function.
20786
20787 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20788
20789         * Makefile.in (list-installed-shadows): New entry.
20790         (install): Use it.
20791         (remove-installed-shadows): New entry.
20792
20793         * dgnushack.el (dgnushack-default-load-path): New variable.
20794         (dgnushack-find-lisp-shadows): New function.
20795         (dgnushack-remove-lisp-shadows): New function.
20796
20797 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20798
20799         * Makefile.in (install-el-elc): New entry.
20800         (install): Use it so that .el files are necessarily installed.
20801
20802 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20803
20804         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20805
20806 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20807
20808         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20809         function rather than the diff-mode.el package.
20810         (mm-display-external): Use with-current-buffer.
20811         (mm-viewer-completion-map, mm-viewer-completion-map):
20812         Move initialization inside declaration.
20813
20814 2005-09-29  Simon Josefsson  <jas@extundo.com>
20815
20816         * spam.el: Load hashcash when compiling, to avoid warnings.
20817         Don't autoload mail-check-payment.
20818         (spam-check-hashcash): Define unconditionally, since hashcash.el
20819         is part of Gnus now.  Ignore errors from payment checking.
20820
20821 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20822
20823         * message.el (message-bold-region, message-unbold-region):
20824         Rename from `bold-region' and `unbold-region'.
20825
20826         * message.el: Remove useless autoloads.
20827
20828 2005-09-28  Simon Josefsson  <jas@extundo.com>
20829
20830         * message.el (message-use-idna): Default to t.
20831         (message-use-idna): Test whether encoding works too.  Doc fix.
20832
20833 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20834
20835         * nntp.el (nntp-warn-about-losing-connection): Remove.
20836
20837 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20838
20839         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20840         customizable.  Change default value.
20841         (mm-uu-diff-groups-regexp): Change default value.
20842         (mm-uu-type-alist): Add doc string.
20843         (mm-uu-configure): Add doc string.  Make it interactive.
20844         (mm-uu-tex-groups-regexp): New variable.
20845         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20846         (mm-uu-type-alist): Add LaTeX documents.
20847         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20848         of "text/verbatim".
20849         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20850
20851         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20852         instead of "text/verbatim".
20853
20854         * message.el (message-mark-inserted-region)
20855         (message-mark-insert-file): Use slrn style marks when called with
20856         prefix argument.
20857
20858 2005-09-27  Simon Josefsson  <jas@extundo.com>
20859
20860         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20861
20862 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20863
20864         * message.el (message-remove-duplicates): New function.
20865         Implementation borrowed from `gnus-remove-duplicates'.
20866         (message-idna-to-ascii-rhs): Also encode idna addresses in
20867         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20868         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20869         only ask about the same idna domain once per header and also tell
20870         in what header to replace the idna domain.
20871
20872         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20873         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20874         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20875         a header is decoded and not just the last one.
20876
20877 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20878
20879         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20880         has been decoded.
20881
20882         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20883         (mm-insert-part): Don't modify text if it has been decoded.
20884
20885         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20886         decoded.
20887
20888         * mm-view.el (mm-inline-text): Don't strip text props unless
20889         decoding enriched or richtext parts.
20890
20891 2005-09-25  Romain Francoise  <romain@orebokech.com>
20892
20893         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20894         * gnus-start.el (gnus-subscribe-interactively):
20895         * gnus-uu.el (gnus-uu-grab-articles):
20896         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20897         space.
20898
20899 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20900
20901         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20902         * mm-view.el (mm-view-pkcs7-decrypt):
20903         * gnus-sum.el (gnus-summary-limit-to-extra)
20904         (gnus-summary-respool-article, gnus-read-move-group-name):
20905         * gnus-score.el (gnus-summary-increase-score):
20906         * gnus-util.el (gnus-completing-read-with-default):
20907         * gnus-art.el (gnus-read-save-file-name)
20908         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20909         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20910         * message.el (message-check-news-header-syntax):
20911         Follow convention for reading with the minibuffer.
20912
20913 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20914
20915         * spam-report.el (spam-report-url-ping-plain):
20916         Use gnus-extended-version as User-Agent.
20917
20918         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20919         default value is nil.
20920
20921         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20922         (mm-uu-verbatim-marks-extract): New function.
20923         (mm-uu-extract): New face.
20924         (mm-uu-copy-to-buffer): Use it.
20925
20926         * spam-report.el (spam-report-gmane-ham): Rename from
20927         `spam-report-gmane-unspam'.
20928         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20929         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20930
20931         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20932         Autoload.
20933         (spam-report-gmane-unregister-routine):
20934         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20935
20936 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20937
20938         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20939         (spam-report-gmane-unregister-routine): Add support for gmane
20940         unregistration.
20941
20942         * spam-report.el (spam-report-gmane-unspam)
20943         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20944         (spam-report-gmane): Change to take a single article and do unspam
20945         registration.
20946
20947 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20948
20949         * mm-url.el (mm-url-decode-entities): Fix regexp.
20950
20951 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20952
20953         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20954         default to nil, to be able to use Gnus at all.  If the default
20955         switches to something else, then the function should be fixed not
20956         be exceedingly slow.
20957
20958 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20959
20960         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20961         fail hard.
20962
20963         * spam-report.el: Add better Keywords line.
20964
20965         * spam.el: Add Maintainer and better Keywords line.
20966
20967 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20968
20969         * gnus-art.el (gnus-article-replace-part)
20970         (gnus-mime-replace-part): New functions.
20971         (gnus-mime-action-alist, gnus-mime-button-commands)
20972         (gnus-mime-save-part-and-strip): Add file argument.
20973         (gnus-article-part-wrapper): Add interactive argument.
20974
20975         * gnus-sum.el (gnus-summary-mime-map):
20976         Add `gnus-article-replace-part'.
20977
20978 2005-09-19  Didier Verna  <didier@xemacs.org>
20979
20980         The nnml compaction feature:
20981         * nnml.el (nnml-request-compact-group): New function.
20982         * nnml.el (nnml-request-compact): New function.
20983         * gnus-int.el (gnus-request-compact-group): New function.
20984         * gnus-int.el (gnus-request-compact): New function.
20985         * gnus-group.el (gnus-group-compact-group): New function.
20986         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20987         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20988         * gnus-srvr.el (gnus-server-compact-server): New function.
20989         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20990         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20991
20992 2005-09-18  Deepak Goel  <deego@gnufans.org>
20993
20994         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20995         format spec.
20996
20997 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20998
20999         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21000
21001 2005-09-15  Romain Francoise  <romain@orebokech.com>
21002
21003         * message.el (message-fill-paragraph): Clarify docstring.
21004
21005 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21006
21007         * gnus-art.el (gnus-mime-display-part): Protect against broken
21008         MIME messages.
21009
21010 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21011
21012         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21013         before parsing header.
21014
21015 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21016
21017         * html2text.el (html2text-replace-list): Add new entities.
21018
21019 2005-09-11  Romain Francoise  <romain@orebokech.com>
21020
21021         * message.el (message-alternative-emails): Improve docstring.
21022         (message-setup-1): Call `message-use-alternative-email-as-from'
21023         after `message-setup-hook' to give it precedence over posting
21024         styles, etc.
21025         (message-use-alternative-email-as-from): Add docstring.
21026         Remove the original From header if present.
21027
21028         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21029         (nnml-save-mail): Use it.
21030
21031         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21032         articles.  Add new argument `silent'.
21033         (gnus-uu-mark-all): Report the total number of marked articles.
21034
21035 2005-09-10  Romain Francoise  <romain@orebokech.com>
21036
21037         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21038         (gnus-uu-mark-series): Likewise.
21039
21040 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21041
21042         * spam-report.el (spam-report-gmane): Fix generation of spam
21043         report URL.
21044
21045 2005-09-10  Simon Josefsson  <jas@extundo.com>
21046
21047         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21048         t, based on discussion on the ding list with Robert Epprecht
21049         <epprecht@solnet.ch>.
21050
21051 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21052
21053         * spam-report.el (spam-report-gmane): Make it work without
21054         X-Report-Spam header.  Gmane now only provides Archived-At.
21055         This is only used if `spam-report-gmane-use-article-number' is nil.
21056         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21057
21058         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21059         make `gnus-summary-sort-by-recipient' work with threading.
21060
21061         * nnweb.el (nnweb-google-wash-article): Print a message if article
21062         is not available.
21063
21064 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21065
21066         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21067         change.  Decode text/* parts content before displaying.
21068
21069 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21070
21071         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21072
21073 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21074
21075         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21076
21077         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21078         url-package-name, url-package-version,
21079         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21080         w3m-display-inline-images, and w3m-minor-mode-map.
21081
21082 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21083
21084         * message.el (message-tab-body-function): Fix mismatched custom type.
21085
21086         * gnus.el (gnus-group-change-level-function): Ditto.
21087
21088         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21089
21090         * gnus-art.el (gnus-signature-limit)
21091         (gnus-article-mime-part-function): Ditto.
21092
21093 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21094
21095         * mml.el (mml-mode): Silence the byte compiler.
21096
21097         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21098         using `(sit-for 0)' before moving the point to the specified part;
21099         skip unbuttonized parts.
21100         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21101         return to the summary window if gnus-auto-select-part is non-nil.
21102
21103 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21104
21105         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21106         New variables.
21107         (mml-dnd-attach-file, mml-mode): Use them.
21108
21109         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21110         Make fetching article by MID work again for Google Groups.
21111         Add FIXME concerning gnus-group-make-web-group.
21112
21113         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21114         Don't depend on Gnus by using mail-extract-address-components if
21115         gnus-extract-address-components is not bound.
21116
21117 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21118
21119         * gnus-art.el (gnus-mime-display-security): Don't display the
21120         signature, but only the signed part.
21121
21122 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21123
21124         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21125
21126         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21127         list, not listp.
21128
21129 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21130
21131         * mm-encode.el (mm-encode-content-transfer-encoding):
21132         Likewise when encoding.
21133
21134         * mm-bodies.el (mm-decode-content-transfer-encoding):
21135         De-canonicalize CRLF for all text content types, not just
21136         text/plain.
21137
21138 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21139
21140         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21141         valid article; point arrow and cursor at the MIME button.
21142
21143 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21144
21145         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21146         Suggested by Dan Christensen <jdc@uwo.ca>.
21147
21148         * mm-decode.el (mm-save-part): Enable change of prompt.
21149
21150 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21151
21152         * gnus-msg.el (gnus-inews-add-send-actions):
21153         Make `message-post-method' lambda parameter ARG `&optional'.
21154
21155 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21156
21157         * gnus-sum.el (gnus-summary-mime-map):
21158         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21159         gnus-article-jump-to-part.
21160
21161         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21162         (gnus-article-edit-part): Use it.
21163         (gnus-article-part-wrapper): Add no-handle argument.
21164         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21165         New functions.
21166
21167 2005-08-29  Romain Francoise  <romain@orebokech.com>
21168
21169         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21170         docstring.
21171         (gnus-face-from-file): Likewise.
21172
21173 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21174
21175         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21176         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21177         non-nil.
21178         (gnus-auto-select-part): New variable.
21179         (gnus-article-jump-to-part): New function.
21180         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21181         (gnus-mime-delete-part): Allow selecting specified part after
21182         deleting or stripping parts.
21183         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21184         part if argument is bogus.
21185
21186 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21187
21188         * gnus-art.el (w3m-minor-mode-map):
21189         * gnus-spec.el (gnus-newsrc-file-version):
21190         * gnus-util.el (nnmail-active-file-coding-system)
21191         (gnus-original-article-buffer, gnus-user-agent):
21192         * gnus.el (gnus-ham-process-destinations)
21193         (gnus-parameter-ham-marks-alist)
21194         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21195         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21196         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21197         * mm-decode.el (gnus-current-window-configuration):
21198         * mm-extern.el (gnus-article-mime-handles):
21199         * mm-url.el (url-current-object, url-package-name)
21200         (url-package-version):
21201         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21202         (smime-keys, w3m-cid-retrieve-function-alist)
21203         (w3m-current-buffer, w3m-display-inline-images)
21204         (w3m-minor-mode-map):
21205         * mml-smime.el (gnus-extract-address-components):
21206         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21207         (gnus-newsrc-hashtb, message-default-charset)
21208         (message-deletable-headers, message-options)
21209         (message-posting-charset, message-required-mail-headers)
21210         (message-required-news-headers):
21211         * mml1991.el (mc-pgp-always-sign):
21212         * mml2015.el (mc-pgp-always-sign):
21213         * nnheader.el (nnmail-extra-headers):
21214         * rfc1843.el (gnus-decode-encoded-word-function)
21215         (gnus-decode-header-function, gnus-newsgroup-name):
21216         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21217
21218 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21219
21220         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21221         the end of the date treatments.
21222
21223 2005-08-15  Simon Josefsson  <jas@extundo.com>
21224
21225         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21226         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21227         Capello and Romain Francoise.
21228         (pgg-fetch-key-function): Remove, not used?
21229         (pgg-insert-url-with-w3): Require url, to get
21230         url-insert-file-contents regardless of where it is defined.
21231
21232 2005-08-13  Romain Francoise  <romain@orebokech.com>
21233
21234         * message.el (message-cite-original-1): New function.
21235         (message-cite-original): Use it.
21236         (message-cite-original-without-signature): Ditto.
21237
21238 2005-08-08  Romain Francoise  <romain@orebokech.com>
21239
21240         * message.el (message-yank-empty-prefix): New variable.
21241         (message-indent-citation): Use it.
21242         (message-cite-original-without-signature): Respect X-No-Archive.
21243
21244 2005-08-08  Simon Josefsson  <jas@extundo.com>
21245
21246         * pgg.el: Autoload url-insert-file-contents instead of loading
21247         w3/url.
21248         (pgg-insert-url-with-w3): Don't load url here.
21249
21250 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21251
21252         * message.el (message-kill-to-signature): Don't insert newline at
21253         bol.
21254         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21255
21256 2005-08-06  Romain Francoise  <romain@orebokech.com>
21257
21258         * message.el (message-user-fqdn): Fix typo in docstring.
21259
21260 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21261
21262         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21263
21264         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21265
21266 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21267
21268         * mm-bodies.el (mm-encode-body): Use coding system rather than
21269         charset to encode text.
21270
21271         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21272         number of charsets if utf-8 is available (XEmacs).
21273
21274 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21275
21276         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21277         taken from `gnus-button-mid-or-mail-regexp'.
21278         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21279         (gnus-button-alist): Improve regexp for domain part of the MIDs
21280         for news:localpart@domain buttons.
21281         (gnus-button-ctan-directory-regexp): Update.
21282
21283 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21284
21285         * sieve-manage.el (sieve-manage-interactive-login):
21286         Use make-local-variable rather than make-variable-buffer-local.
21287         (sieve-manage-open): Ditto.
21288         (sieve-manage-authenticate): Ditto.
21289
21290         * mml.el (mml-generate-mime-1): Make the content type default to
21291         text/plain if the filename is not specified.
21292
21293 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21294
21295         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
21296         instead of insert-buffer.
21297
21298         * message.el (message-yank-original): Ditto; set the mark at the
21299         end of the yanked message.
21300
21301 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21302
21303         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
21304         lines to scroll rather than to stop it.
21305
21306         * mml.el (mml-generate-default-type): Add doc string.
21307         (mml-generate-mime-1): Use mm-default-file-encoding or make it
21308         default to application/octet-stream when determining the content
21309         type if it is not specified for the part or the mml contents; add
21310         a comment about mml-generate-default-type.
21311
21312 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
21313
21314         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
21315         make it default to application/octet-stream when determining the
21316         content type if it is not specified for the external contents.
21317
21318 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21319
21320         * rfc2231.el (rfc2231-parse-string): Take care that not only a
21321         segmented parameter but also other parameters might be there.
21322
21323 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21324
21325         * mm-decode.el (mm-display-external): Delete temp file, directory
21326         and buffer immediately if the external process is exited.
21327
21328 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21329
21330         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
21331         fewer lines than that of scroll-margin.
21332         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
21333
21334 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21335
21336         * gnus-art.el (gnus-article-next-page): Revert.
21337         (gnus-article-beginning-of-window): New macro.
21338         (gnus-article-next-page-1): Use it.
21339         (gnus-article-prev-page): Ditto.
21340         (gnus-article-edit-part): Use insert-buffer-substring instead of
21341         insert-buffer.
21342         (gnus-article-edit-exit): Ditto.
21343
21344         * gnus-util.el (gnus-beginning-of-window): Remove.
21345         (gnus-end-of-window): Remove.
21346
21347         * lpath.el: Don't bind header-line-format and scroll-margin.
21348
21349 2005-07-25  Simon Josefsson  <jas@extundo.com>
21350
21351         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
21352         to have the url package without w3.  Reported by Daiki Ueno
21353         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
21354
21355 2005-07-20  Didier Verna  <didier@xemacs.org>
21356
21357         * gnus-diary.el: Remove the description comment (nndiary is now
21358         properly documented in the Gnus manual).
21359         Fix the spelling of "Back End".
21360         * nndiary.el: Ditto.
21361         Fix the copyright notice.
21362
21363 2005-07-18  Romain Francoise  <romain@orebokech.com>
21364
21365         * gnus-sum.el (gnus-summary-to-prefix)
21366         (gnus-summary-newsgroup-prefix): New variables.
21367         (gnus-summary-from-or-to-or-newsgroups): Use them.
21368
21369 2005-07-17  Romain Francoise  <romain@orebokech.com>
21370
21371         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
21372         space as it's generally not especially interesting to the user.
21373
21374 2005-07-16  Romain Francoise  <romain@orebokech.com>
21375
21376         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
21377         nil to avoid prompting and file modification if one of the
21378         messages at the top of the nnfolder file contains a copyright
21379         notice.
21380         Update copyright notice.
21381
21382         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
21383         instead of `current-time-string' as the latter creates a time
21384         string that is not RFC 2822 compliant (it lacks the zone).
21385         Update copyright notice.
21386
21387 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21388
21389         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
21390         for text/rtf.  Display default in prompt.  Pass default for M-n.
21391
21392         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
21393
21394 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21395
21396         * gnus-msg.el (gnus-button-mailto):
21397         Remove save-selected-window-window hackery because it relies on
21398         save-selected-window internals.
21399
21400 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21401
21402         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
21403         (gnus-article-next-page-1): Use gnus-beginning-of-window.
21404         (gnus-article-prev-page): Ditto.
21405
21406         * gnus-util.el (gnus-beginning-of-window): New function.
21407         (gnus-end-of-window): New function.
21408
21409         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
21410
21411 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21412
21413         * gnus-score.el (gnus-score-edit-all-score):
21414         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
21415         gnus-message.
21416
21417 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21418
21419         * gnus-msg.el (gnus-button-mailto):
21420         Remove save-selected-window-window hackery because it relies on
21421         save-selected-window internals.
21422
21423 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21424
21425         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
21426         add-minor-mode.
21427         (gnus-binary-mode): Ditto.
21428
21429         * gnus-topic.el (gnus-topic-mode): Ditto.
21430
21431 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
21432
21433         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
21434         (gnus-article-prev-page): Take scroll-margin into consideration.
21435
21436 2005-07-04  Lute Kamstra  <lute@gnu.org>
21437
21438         Update FSF's address in GPL notices.
21439
21440 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
21441
21442         * gnus.el (gnus-exit):
21443         * gnus-group.el (gnus-group-icons):
21444         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
21445
21446         * gnus-nocem.el (gnus-nocem):
21447         * message.el (message-various, message-buffers, message-sending)
21448         (message-interface, message-forwarding, message-insertion)
21449         (message-headers, message-news, message-mail):
21450         * pgg-gpg.el (pgg-gpg):
21451         * pgg-parse.el (pgg-parse):
21452         * pgg-pgp.el (pgg-pgp):
21453         * pgg-pgp5.el (pgg-pgp5):
21454         * pop3.el (pop3): Finish `defgroup' description with period.
21455
21456 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21457
21458         * gnus-art.el (article-display-face): Improve the efficiency.
21459         (article-display-x-face): Ditto; remove gray x-face stuff.
21460
21461 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21462
21463         * gnus-art.el (article-display-face): Correct the position in
21464         which Faces are inserted.
21465
21466 2005-06-29  Didier Verna  <didier@xemacs.org>
21467
21468         * gnus-art.el (article-display-face): Display faces in correct
21469         order.
21470
21471 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21472
21473         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
21474         (gnus-fill-real-hashtb): Use hash table instead of obarray.
21475         (gnus-nocem-check-article): Fetch the Type header.
21476         (gnus-nocem-message-wanted-p): Fix the way to examine types.
21477         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
21478         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
21479         make sure gnus-nocem-hashtb is initialized.
21480         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
21481         (gnus-nocem-unwanted-article-p): Ditto.
21482
21483         * pgg.el (pgg-verify): Return the verification result.
21484
21485 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21486
21487         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
21488         is ascii.
21489
21490 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
21491
21492         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
21493         `show-nonbreak-escape'.
21494
21495 2005-06-23  Lute Kamstra  <lute@gnu.org>
21496
21497         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
21498
21499         * dig.el (dig-mode):
21500         * smime.el (smime-mode): Use gnus-run-mode-hooks.
21501
21502 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
21503
21504         * nnimap.el (nnimap-split-download-body): Fix spellings.
21505
21506 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
21507
21508         * gnus-art.el (gnus-article-encrypt-body):
21509         * gnus-cus.el (gnus-score-customize):
21510         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
21511         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
21512
21513 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
21514
21515         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
21516         header by looking for magic "MII" at the beginning.
21517
21518 2005-06-16  Miles Bader  <miles@gnu.org>
21519
21520         * gnus-xmas.el (gnus-xmas-group-startup-message):
21521         Use renamed gnus-splash face.
21522
21523         * assistant.el (assistant-field): Remove "-face" suffix from face name.
21524         (assistant-field-face): New backward-compatibility alias for renamed
21525         face.
21526         (assistant-render-text): Use renamed assistant-field face.
21527
21528         * spam.el (spam): Remove "-face" suffix from face name.
21529         (spam-face): New backward-compatibility alias for renamed face.
21530         (spam-face, spam-initialize): Use renamed spam face.
21531
21532         * message.el (message-header-to, message-header-cc)
21533         (message-header-subject, message-header-newsgroups)
21534         (message-header-other, message-header-name)
21535         (message-header-xheader, message-separator, message-cited-text)
21536         (message-mml): Remove "-face" suffix from face names.
21537         (message-header-to-face, message-header-cc-face)
21538         (message-header-subject-face, message-header-newsgroups-face)
21539         (message-header-other-face, message-header-name-face)
21540         (message-header-xheader-face, message-separator-face)
21541         (message-cited-text-face, message-mml-face):
21542         New backward-compatibility aliases for renamed faces.
21543         (message-font-lock-keywords): Use renamed message faces.
21544
21545         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
21546         (sieve-test-commands, sieve-tagged-arguments):
21547         Remove "-face" suffix from face names.
21548         (sieve-control-commands-face, sieve-action-commands-face)
21549         (sieve-test-commands-face, sieve-tagged-arguments-face):
21550         New backward-compatibility aliases for renamed faces.
21551         (sieve-control-commands-face, sieve-action-commands-face)
21552         (sieve-test-commands-face, sieve-tagged-arguments-face):
21553         Use renamed sieve faces.
21554
21555         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
21556         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
21557         (gnus-group-news-3-empty, gnus-group-news-4)
21558         (gnus-group-news-4-empty, gnus-group-news-5)
21559         (gnus-group-news-5-empty, gnus-group-news-6)
21560         (gnus-group-news-6-empty, gnus-group-news-low)
21561         (gnus-group-news-low-empty, gnus-group-mail-1)
21562         (gnus-group-mail-1-empty, gnus-group-mail-2)
21563         (gnus-group-mail-2-empty, gnus-group-mail-3)
21564         (gnus-group-mail-3-empty, gnus-group-mail-low)
21565         (gnus-group-mail-low-empty, gnus-summary-selected)
21566         (gnus-summary-cancelled, gnus-summary-high-ticked)
21567         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
21568         (gnus-summary-high-ancient, gnus-summary-low-ancient)
21569         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
21570         (gnus-summary-low-undownloaded)
21571         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
21572         (gnus-summary-low-unread, gnus-summary-normal-unread)
21573         (gnus-summary-high-read, gnus-summary-low-read)
21574         (gnus-summary-normal-read, gnus-splash):
21575         Remove "-face" suffix from face names.
21576         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
21577         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
21578         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
21579         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
21580         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
21581         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
21582         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
21583         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
21584         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
21585         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
21586         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
21587         (gnus-summary-selected-face, gnus-summary-cancelled-face)
21588         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
21589         (gnus-summary-normal-ticked-face)
21590         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
21591         (gnus-summary-normal-ancient-face)
21592         (gnus-summary-high-undownloaded-face)
21593         (gnus-summary-low-undownloaded-face)
21594         (gnus-summary-normal-undownloaded-face)
21595         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
21596         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
21597         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
21598         (gnus-splash-face):
21599         New backward-compatibility aliases for renamed faces.
21600         (gnus-group-startup-message): Use renamed gnus faces.
21601
21602         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
21603         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
21604         (gnus-server-agent): Remove "-face" suffix from face names.
21605         (gnus-server-agent-face, gnus-server-opened-face)
21606         (gnus-server-closed-face, gnus-server-denied-face)
21607         (gnus-server-offline-face):
21608         New backward-compatibility aliases for renamed faces.
21609         (gnus-server-agent-face, gnus-server-opened-face)
21610         (gnus-server-closed-face, gnus-server-denied-face)
21611         (gnus-server-offline-face): Use renamed gnus faces.
21612
21613         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21614         Remove "-face" suffix from face names.
21615         (gnus-picon-xbm-face, gnus-picon-face):
21616         New backward-compatibility aliases for renamed faces.
21617
21618         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21619         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21620         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21621         (gnus-cite-11): Remove "-face" suffix from face names.
21622         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21623         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21624         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21625         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21626         New backward-compatibility aliases for renamed faces.
21627         (gnus-cite-attribution-face, gnus-cite-face-list)
21628         (gnus-article-boring-faces): Use renamed gnus faces.
21629
21630         * gnus-art.el (gnus-signature, gnus-header-from)
21631         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21632         (gnus-header-content): Remove "-face" suffix from face names.
21633         (gnus-signature-face, gnus-header-from-face)
21634         (gnus-header-subject-face, gnus-header-newsgroups-face)
21635         (gnus-header-name-face, gnus-header-content-face):
21636         New backward-compatibility aliases for renamed faces.
21637         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21638
21639         * gnus-sum.el (gnus-summary-selected-face)
21640         (gnus-summary-highlight): Use renamed gnus faces.
21641         * gnus-group.el (gnus-group-highlight): Likewise.
21642
21643 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21644
21645         * gnus-sieve.el (gnus-sieve-article-add-rule):
21646         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21647         * spam-stat.el (spam-stat-buffer-change-to-spam)
21648         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21649
21650         * message.el (message-is-yours-p):
21651         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21652
21653 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21654
21655         * mm-view.el (mm-inline-text): Withdraw the last change.
21656
21657 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21658
21659         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
21660         executing enriched-decode.
21661
21662 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21663
21664         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21665         charset of tar files.
21666
21667 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21668
21669         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21670
21671 2005-06-04  Lute Kamstra  <lute@gnu.org>
21672
21673         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21674         information is never recorded.
21675
21676 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21677
21678         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21679
21680 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21681
21682         * pop3.el (pop3-apop): Run md5 in the binary mode.
21683
21684         * starttls.el (starttls-set-process-query-on-exit-flag):
21685         Use eval-and-compile.
21686
21687 2005-05-31  Simon Josefsson  <jas@extundo.com>
21688
21689         * smime.el (smime-replace-in-string): Define.
21690         (smime-cert-by-ldap-1): Use it.
21691
21692 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21693
21694         * gnus-art.el (article-display-x-face): Replace
21695         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21696
21697         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21698         set-process-query-on-exit-flag or process-kill-without-query.
21699
21700         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21701         loop instead of replace-regexp.
21702
21703         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21704         instead of process-kill-without-query if it is available.
21705
21706         * lpath.el: Fbind ldap-search-entries.
21707
21708         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21709         instead of find-file-hooks if it is available.
21710
21711         * mml1991.el: Bind pgg-default-user-id when compiling.
21712
21713         * mml2015.el: Bind pgg-default-user-id when compiling.
21714
21715         * nndraft.el (nndraft-request-associate-buffer):
21716         Use write-contents-functions instead of write-contents-hooks if it is
21717         available.
21718
21719         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21720         instead of find-file-hooks if it is available.
21721
21722         * nntp.el (nntp-open-connection): Replace
21723         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21724         (nntp-open-ssl-stream): Ditto.
21725         (nntp-open-tls-stream): Ditto.
21726
21727         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21728         set-process-query-on-exit-flag or process-kill-without-query.
21729         (starttls-open-stream-gnutls): Use it instead of
21730         process-kill-without-query.
21731         (starttls-open-stream): Ditto.
21732
21733 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21734
21735         * smime.el (smime-cert-by-ldap-1): Don't use
21736         replace-regexp-in-string.
21737
21738 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21739
21740         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21741
21742         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21743         in PEM format.  Adjust to the XEmacs compatibility.
21744
21745 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21746
21747         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21748         by `string-to-number'.
21749         * gnus-agent.el (gnus-agent-regenerate-group)
21750         (gnus-agent-fetch-articles): Ditto.
21751         * gnus-art.el (gnus-button-fetch-group): Ditto.
21752         * gnus-cache.el (gnus-cache-generate-active)
21753         (gnus-cache-articles-in-group): Ditto.
21754         * gnus-group.el (gnus-group-set-current-level)
21755         (gnus-group-insert-group-line): Ditto.
21756         * gnus-score.el (gnus-score-set-expunge-below)
21757         (gnus-score-set-mark-below, gnus-summary-score-effect)
21758         (gnus-summary-score-entry): Ditto.
21759         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21760         (gnus-soup-pack): Ditto.
21761         * gnus-spec.el (gnus-xmas-format): Ditto.
21762         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21763         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21764         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21765         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21766         * nndb.el (nndb-get-remote-expire-response): Ditto.
21767         * nndiary.el (nndiary-parse-schedule-value)
21768         (nndiary-string-to-number, nndiary-request-replace-article)
21769         (nndiary-request-article): Ditto.
21770         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21771         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21772         * nneething.el (nneething-make-head): Ditto.
21773         * nnfolder.el (nnfolder-request-article)
21774         (nnfolder-retrieve-headers): Ditto.
21775         * nnheader.el (nnheader-file-to-number): Ditto.
21776         * nnkiboze.el (nnkiboze-request-article): Ditto.
21777         * nnmail.el (nnmail-process-unix-mail-format)
21778         (nnmail-process-babyl-mail-format): Ditto.
21779         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21780         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21781         (nnmh-request-create-group, nnmh-request-list-1)
21782         (nnmh-request-group, nnmh-request-article): Ditto.
21783         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21784         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21785         * nnsoup.el (nnsoup-make-active): Ditto.
21786         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21787         * nntp.el (nntp-find-group-and-number)
21788         (nntp-retrieve-headers-with-xover): Ditto.
21789         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21790         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21791         (pgg-format-key-identifier): Ditto.
21792         * pop3.el (pop3-last, pop3-stat): Ditto.
21793         * qp.el (quoted-printable-decode-region): Ditto.
21794
21795         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21796         of concat.
21797
21798 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21799
21800         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21801
21802         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21803
21804         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21805
21806         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21807
21808         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21809
21810         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21811
21812         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21813         (gnus-carpal-mode): Ditto.
21814
21815         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21816         (gnus-browse-mode): Ditto.
21817
21818         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21819
21820         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21821
21822 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21823
21824         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21825
21826 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21827
21828         * gnus-util.el (gnus-run-mode-hooks): New function.
21829
21830         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21831
21832         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21833         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21834
21835 2005-05-27  Lute Kamstra  <lute@gnu.org>
21836
21837         * dns-mode.el (dns-mode): Specify customization group.
21838
21839 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21840
21841         * gnus-agent.el (gnus-agent-make-mode-line-string):
21842         Use mode-line-highlight as mouse-face.
21843
21844 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21845
21846         * canlock.el (canlock): Change the parent group to news.
21847
21848         * deuglify.el (gnus-outlook-deuglify): Add :group.
21849
21850         * dig.el (dig): Add :group.
21851
21852         * dns-mode.el (dns-mode): Add :group.
21853
21854         * encrypt.el (encrypt): Add :group.
21855
21856         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21857         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21858         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21859         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21860         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21861
21862         * gnus-diary.el (gnus-diary): Add :group.
21863
21864         * gnus.el (gnus-group-news-1-face): Add :group.
21865         (gnus-group-news-1-empty-face): Ditto.
21866         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21867         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21868         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21869         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21870         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21871         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21872         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21873         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21874         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21875         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21876         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21877         (gnus-summary-high-ticked-face): Ditto.
21878         (gnus-summary-low-ticked-face): Ditto.
21879         (gnus-summary-normal-ticked-face): Ditto.
21880         (gnus-summary-high-ancient-face): Ditto.
21881         (gnus-summary-low-ancient-face): Ditto.
21882         (gnus-summary-normal-ancient-face): Ditto.
21883         (gnus-summary-high-undownloaded-face): Ditto.
21884         (gnus-summary-low-undownloaded-face): Ditto.
21885         (gnus-summary-normal-undownloaded-face): Ditto.
21886         (gnus-summary-high-unread-face): Ditto.
21887         (gnus-summary-low-unread-face): Ditto.
21888         (gnus-summary-normal-unread-face): Ditto.
21889         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21890         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21891
21892         * hashcash.el (hashcash): New custom group.
21893         (hashcash-default-payment): Add :group.
21894         (hashcash-payment-alist): Ditto.
21895         (hashcash-default-accept-payment): Ditto.
21896         (hashcash-accept-resources): Ditto.
21897         (hashcash-path): Ditto.
21898         (hashcash-extra-generate-parameters): Ditto.
21899         (hashcash-double-spend-database): Ditto.
21900         (hashcash-in-news): Ditto.
21901
21902         * message.el (message-minibuffer-local-map): Add :group.
21903
21904         * netrc.el (netrc): Add :group.
21905
21906         * sieve-manage.el (sieve-manage-log): Add :group.
21907         (sieve-manage-default-user): Diito.
21908         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21909         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21910         (sieve-manage-authenticators): Ditto.
21911         (sieve-manage-authenticator-alist): Ditto.
21912         (sieve-manage-default-port): Ditto.
21913
21914         * sieve-mode.el (sieve-control-commands-face): Add :group.
21915         (sieve-action-commands-face): Ditto.
21916         (sieve-test-commands-face): Ditto.
21917         (sieve-tagged-arguments-face): Ditto.
21918
21919         * smime.el (smime): Add :group.
21920
21921         * spam-report.el (spam-report): Add :group.
21922
21923         * spam.el (spam, spam-face): Add :group.
21924
21925 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21926
21927         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21928         return \n.\n.\n at the end of articles.  Protect against that.
21929         (nntp-with-open-group): Allow debugging.
21930
21931         * nnheader.el (mail-header-set-extra): Make into a function
21932         because I just could't understand how to quote the list properly.
21933
21934         * dns.el (query-dns-cached): New function.
21935
21936 2005-05-26  Lute Kamstra  <lute@gnu.org>
21937
21938         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21939
21940 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21941
21942         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21943
21944         * gnus-art.el: Don't autoload mail-extract-address-components.
21945
21946         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21947         eval-and-compile to evaluate it.
21948
21949         * hashcash.el: Don't autoload executable-find.
21950
21951         * nndb.el: Don't declare the nndb back end two or more times; don't
21952         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21953
21954         * nntp.el: Autoload format-spec instead of format; use
21955         eval-and-compile to evaluate autoload forms.
21956
21957 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21958
21959         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21960
21961 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21962
21963         * gnus.el (gnus-version-number): Bump version.
21964
21965 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21966
21967         * gnus.el: No Gnus v0.3 is released.
21968
21969 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21970
21971         * lpath.el (featurep): Bind show-nonbreak-escape.
21972
21973 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21974
21975         * gnus-art.el (gnus-article-edit-part): Disable undo.
21976
21977 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21978
21979         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21980         gnus-article-date-lapsed-new-header is t if date timer is active;
21981         skip headers in which the original date value is empty.
21982         (gnus-article-save-original-date): Redefine it as a macro.
21983         (gnus-display-mime): Use it.
21984
21985 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21986
21987         * gnus-art.el (article-date-ut): Support converting date in
21988         forwarded parts as well.
21989         (gnus-article-save-original-date): New function.
21990         (gnus-display-mime): Use it.
21991
21992 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21993
21994         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21995         enclosure element of <item>.
21996
21997 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21998
21999         * message.el (message-kill-buffer-query): Rename from
22000         `message-kill-buffer-query-if-modified'.  Add :version.
22001
22002 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22003
22004         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22005         window layout.
22006
22007 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22008
22009         * mml.el: Autoload dnd when compiling.
22010
22011 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22012
22013         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22014         x-dnd-*.
22015
22016 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22017
22018         * qp.el (quoted-printable-encode-region): Save excursion.
22019
22020 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22021
22022         * message.el (message-kill-buffer-query-if-modified): Add new variable
22023         so the user can kill a modified message buffer quickly.
22024         (message-kill-buffer): Use it.
22025
22026 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22027
22028         * lpath.el: Fbind display-time-event-handler; don't fbind
22029         string-to-multibyte.
22030
22031         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22032
22033 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22034
22035         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22036         contained in text because xml.el decodes entities) with LFs.
22037
22038 2005-04-11  Lute Kamstra  <lute@gnu.org>
22039
22040         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22041         differently.
22042
22043 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22044
22045         * mm-util.el (mm-detect-coding-region): Typo.
22046
22047 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22048
22049         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22050
22051 2005-04-06  Deepak Goel  <deego@gnufans.org>
22052
22053         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22054         user-function allow user modifications of the scores.
22055         (spam-stat-score-buffer-user): New function, to allow
22056         user-computed modifications to the score.
22057         (spam-stat-score-buffer-user-functions): List of additional
22058         scoring functions.
22059         (spam-stat-error-holder): Global temporary error holder.
22060         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22061         variable.
22062
22063 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22064
22065         * gnus-registry.el (gnus-registry-clean-empty-function)
22066         (gnus-registry-trim, gnus-registry-fetch-groups)
22067         (gnus-registry-delete-group): Groups that match
22068         `gnus-registry-ignored-groups' are removed from the registry
22069         entries, not just ignored for splitting.  This helps clean up the
22070         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22071         to get all the groups a message ID is in.
22072
22073         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22074         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22075         (spam-stat-score-buffer-user-functions): Add :number custom type.
22076
22077 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22078
22079         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22080         argument in XEmacs.
22081
22082         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22083         (nnrss-request-group): Decode group name first.
22084         (nnrss-request-article): Make a text/plain article if mml-to-mime
22085         failed.
22086         (nnrss-get-encoding): Return a compatible encoding according to
22087         nnrss-compatible-encoding-alist.
22088         (nnrss-find-el): Use consp instead of listp.
22089         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22090
22091 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22092
22093         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22094         which Emacs 20 doesn't support.
22095         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22096
22097 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22098
22099         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22100         silence the byte compiler inside the defun.
22101
22102         * gnus-demon.el (parse-time-string): Add autoload.
22103
22104         * gnus-delay.el (parse-time-string): Add autoload.
22105
22106         * gnus-art.el (parse-time-string): Add autoload.
22107
22108         * nnultimate.el (parse-time): Require for `parse-time-string'.
22109
22110 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22111
22112         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22113
22114         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22115
22116         * smime.el (smime-ldap-host-list): Add :version.
22117
22118 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22119
22120         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22121         pass it to `gnus-browse-read-group'.
22122         (gnus-browse-read-group): Add NUMBER argument and pass it to
22123         `gnus-group-read-ephemeral-group'.
22124
22125         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22126         argument and pass it to `gnus-group-read-group'.
22127
22128 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22129
22130         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22131         mm-xemacs-find-mime-charset-1 if we have the mule feature
22132         available at runtime.
22133
22134 2005-03-25  Werner Lemberg  <wl@gnu.org>
22135
22136         * nnmaildir.el: Replace `illegal' with `invalid'.
22137
22138 2005-03-23  Lute Kamstra  <lute@gnu.org>
22139
22140         * time-date.el: Add comment on time value formats.
22141         Don't require parse-time.
22142         (with-decoded-time-value): New macro.
22143         (encode-time-value): New function.
22144         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22145         (days-to-time): Return a valid time value when arg is huge.
22146         (time-since): Use time-subtract.
22147         (time-to-number-of-days): Use time-to-seconds.
22148
22149 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22150
22151         * gnus-start.el (gnus-display-time-event-handler):
22152         Check display-time-timer at runtime rather than only at load time
22153         in case display-time-mode is turned off in the mean time.
22154
22155 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22156
22157         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22158         used.
22159
22160         * nneething.el (nneething-map-file-directory): Derive from
22161         `gnus-directory'.
22162
22163         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22164         the To/Cc button.
22165
22166 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22167
22168         * nnmaildir.el (nnmaildir-request-accept-article):
22169         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22170
22171 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22172
22173         * gnus-async.el: Require timer-funcs at compile time when in
22174         XEmacs for `run-with-idle-timer'.
22175
22176 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22177
22178         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22179         autoloaded function.
22180
22181 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22182
22183         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22184
22185 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22186
22187         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22188
22189 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22190
22191         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22192         Add gnus-expert-user to default.
22193
22194 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22195
22196         * nnimap.el (nnimap-open-server): Ditto.
22197
22198         * imap.el (imap-authenticate): Fix typo.
22199
22200 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22201
22202         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22203         buffer (since IMAP server might return FETCH response out of
22204         order, and the nntp buffer must be sorted).
22205
22206 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22207
22208         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22209         comparison on string.
22210
22211         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22212         (gnus-agent-score): Rename category keywords to match gnus-cus.
22213         (gnus-agent-summary-fetch-series): Modify to protect against
22214         gnus-agent-summary-fetch-group clearing processable flags.
22215         (gnus-agent-synchronize-group-flags): Update live group buffer as
22216         synchronization may occur due to the user toggle the plugged
22217         status.
22218         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22219         successfully downloaded.
22220         (gnus-agent-expire-group-1): Avoid using markers when the overview
22221         is in ascending order; greatly improves performance.
22222         (gnus-agent-regenerate-group):
22223         Use gnus-agent-synchronize-group-flags to reset read status in both
22224         gnus and server.
22225         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22226
22227 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22228
22229         * message.el: Don't autoload former message-utils variables.
22230         (message-strip-subject-trailing-was): Change doc string.
22231
22232         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22233         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22234         (nnweb-google-search): Add "hl=en" here.
22235         (nnweb-google-parse-1, nnweb-google-create-mapping):
22236         Don't hardcode URL.
22237
22238 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22239
22240         * message.el (message-get-reply-headers, message-followup):
22241         Mention related variables `message-use-followup-to' and
22242         `message-use-mail-followup-to', in the information buffer.
22243
22244         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22245         of broken groups(-beta).google.com.
22246
22247 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22248
22249         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22250         parameter to invoked gnus-request-move-article; remove the
22251         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22252         all at once instead of once per article.
22253         (gnus-summary-remove-process-mark): Accept a list of articles as
22254         well as a single article for processing.
22255
22256         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22257         parameter.
22258
22259         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22260
22261         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22262
22263         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22264         parameter.
22265
22266         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22267         parameter.
22268
22269         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22270         parameter and remove the gnus-sum-hint-move-is-internal variable.
22271
22272         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22273         parameter.
22274
22275         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22276         parameter.
22277
22278         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22279         parameter.
22280
22281         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22282
22283         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22284         parameter.
22285
22286         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22287         parameter.
22288
22289 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22290
22291         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22292         a more conservative way.
22293
22294 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22295
22296         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
22297         buffer, so it moves the window's cursor.
22298
22299 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
22300
22301         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
22302         `mm-dissect-multipart' and receive the from field as an (optional)
22303         argument from `mm-dissect-multipart'.
22304         (mm-dissect-multipart): Receive the from field as an argument and
22305         pass it on when we call `mm-dissect-buffer' on MIME parts.
22306         Fixes verification/decryption of signed/encrypted MIME parts.
22307
22308 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22309
22310         * gnus-sum.el (gnus-summary-move-article):
22311         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
22312         whatever it calls (right now, only nnimap-request-move article
22313         respects it).
22314
22315         * nnimap.el (nnimap-request-move-article):
22316         When gnus-sum-hint-move-is-internal is set, don't do the extra
22317         nnimap-request-article.
22318
22319 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22320
22321         * nnheader.el (nnheader-find-file-noselect): Add doc string.
22322
22323         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
22324         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
22325
22326         * gnus-sum.el (gnus-summary-caesar-message):
22327         Apply `gnus-treat-article' after rotation.
22328
22329         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
22330         doc string.
22331
22332 2005-02-22  Simon Josefsson  <jas@extundo.com>
22333
22334         * encrypt.el (encrypt-password-cache-expiry): Remove (use
22335         `password-cache-expiry' instead).  Reported by Arne Jørgensen
22336         <arne@arnested.dk>.
22337         (encrypt): Add password-cache and password-cache-expiry as group
22338         members.
22339
22340 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
22341
22342         * smime.el (smime-ldap-host-list): Doc fix.
22343         (smime-ask-passphrase): Use `password-read-and-add' to read (and
22344         cache) password.
22345         (smime-sign-region): Use it.
22346         (smime-decrypt-region): Use it.
22347         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
22348         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
22349         fails.
22350         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
22351         certificate from DER to PEM format rather than calling openssl.
22352
22353         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
22354
22355         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
22356         for signing/encryption.
22357
22358         * mml.el (mml-parse-1): Use them.
22359
22360 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
22361
22362         * nnrss.el (nnrss-verbose): Remove.
22363         (nnrss-request-group): Use `nnheader-message' instead.
22364
22365 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
22366
22367         * nnrss.el (nnrss-verbose): New variable.
22368         (nnrss-request-group): Make it say nnrss is requesting a group.
22369
22370 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
22371
22372         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
22373         Handle news URL with given port correctly.
22374
22375 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22376
22377         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
22378         containing special characters.
22379
22380         * gnus-sum.el (gnus-summary-edit-article): Ditto.
22381
22382         * mml.el (mime-to-mml): Ditto.
22383
22384         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
22385         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
22386         (rfc2047-decode-region): Quote decoded words containing special
22387         characters when rfc2047-quote-decoded-words-containing-tspecials
22388         is non-nil.
22389
22390 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
22391
22392         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
22393
22394         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
22395
22396 2005-02-15  Simon Josefsson  <jas@extundo.com>
22397
22398         * nnimap.el (nnimap-debug): Doc fix.
22399
22400         * imap.el (imap-debug): Doc fix.
22401
22402 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22403
22404         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
22405
22406 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
22407
22408         * gnus.el (spam-contents): Improve docs for spam-contents
22409         parameter in its variable incarnation.
22410
22411 2005-02-14  Simon Josefsson  <jas@extundo.com>
22412
22413         * smime-ldap.el: Use require instead of load-library for ldap.
22414         (smime-ldap-search): Indent.
22415         (smime-ldap-search-internal): Shorten line.
22416
22417         * smime.el (smime-cert-by-dns): Add doc-string.
22418         (smime-cert-by-ldap-1): Indent.
22419
22420         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
22421         mml-smime-get-dns-ldap.
22422         (mml-smime-encrypt-query): Use new function.  Default to ldap.
22423
22424 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
22425
22426         * smime.el: Require smime-ldap.
22427         (smime-ldap-host-list): New variable.
22428         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
22429
22430         * mml-smime.el (mml-smime-encrypt-query): New function.
22431         (mml-smime-encrypt-query): Use it.
22432
22433         * smime-ldap.el: New file.
22434
22435 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22436
22437         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
22438
22439 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
22440
22441         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
22442         argument in doc string.  Make query for type more clear.
22443
22444 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
22445
22446         * gnus.el (gnus-group-startup-message): Search for gnus images in
22447         etc/images/gnus.
22448         * mm-util.el (mm-image-load-path): Likewise.
22449         * smiley.el (smiley-data-directory): Search for smilies in
22450         etc/images/smilies.
22451
22452 2005-02-09  Kim F. Storm  <storm@cua.dk>
22453
22454         Change Emacs release version from 21.4 to 22.1 throughout.
22455         Change Emacs development version from 21.3.50 to 22.0.50.
22456
22457 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22458
22459         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
22460
22461         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
22462         non-Mule XEmacs as well.
22463         (mm-decompress-buffer): Signal an error intentionally if it does
22464         not decompress compressed data because auto-compression-mode is
22465         disabled.
22466
22467 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
22468
22469         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
22470         an ID in the registry even if it has no groups.
22471
22472 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22473
22474         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
22475         merge it into mm-decompress-buffer.
22476         (gnus-mime-copy-part): Use the MIME part charset, the value which
22477         a user specified or gnus-newsgroup-charset for decoding, like
22478         gnus-mime-inline-part does; set buffer-file-coding-system to tell
22479         save-buffer what was used.  Suggested by Kevin Ryde
22480         <user42@zip.com.au>.
22481         (gnus-mime-inline-part): Allow the name parameter as well as the
22482         filename parameter; force decompressing of compressed data; always
22483         display contents being not decoded as unibyte.
22484
22485         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
22486         as well as the filename parameter.
22487
22488         * mm-util.el (mm-decompress-buffer):
22489         Merge gnus-mime-jka-compr-maybe-uncompress.
22490         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
22491         of compressed data.
22492
22493 2005-02-08  Simon Josefsson  <jas@extundo.com>
22494
22495         * imap.el (imap-log): Doc fix.
22496
22497 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22498
22499         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
22500         the coding cookies; decompress compressed parts.
22501
22502         * mml.el (mml-generate-mime-1): Add the charset parameter according
22503         to the value which a user specified manually or the coding cookie.
22504
22505         * mm-util.el (mm-string-to-multibyte): New function.
22506         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
22507         (mm-coding-system-to-mime-charset): New function.
22508         (mm-decompress-buffer): New function.
22509         (mm-find-buffer-file-coding-system): New function.
22510
22511         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
22512         (mm-display-inline-fontify): Rewrite for decoding and decompressing
22513         parts.
22514
22515 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22516
22517         * mm-view.el (mm-display-inline-fontify): Decode a part according
22518         to the charset parameter.
22519
22520 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22521
22522         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
22523         prefix arg is neither nil nor a number, as info specifies.
22524
22525 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22526
22527         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
22528         timestamps.
22529
22530 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
22531
22532         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
22533         groups error checking and notify user.
22534
22535 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
22536
22537         * message.el (message-send-mail-function): Check existence of
22538         sendmail-program first before using default value
22539         `message-send-mail-with-sendmail'.  Otherwise use more generic
22540         `smtpmail-send-it'.
22541
22542 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22543
22544         * nntp.el (nntp-request-update-info): Always return nil.
22545
22546 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22547
22548         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
22549
22550 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22551
22552         * message.el (message-beginning-of-line): Change the behavior when
22553         invoked between BOL and : so that it first moves backward.
22554
22555 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22556
22557         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
22558         article buffer when editing of the article is discarded.
22559         (gnus-article-prepare): Revert.
22560
22561 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22562
22563         * gnus-art.el (gnus-article-prepare):
22564         Remove message-strip-forbidden-properties from the local hook.
22565
22566 2005-01-27  Simon Josefsson  <jas@extundo.com>
22567
22568         * password.el (password-cache-add): Only start one timer per key.
22569         Reported by Derek Atkins <warlord@MIT.EDU>.
22570
22571 2005-01-26  Steve Youngs  <steve@sxemacs.org>
22572
22573         * run-at-time.el: Remove.  It is no longer needed as
22574         timer-funcs.el in the xemacs-base package has a working version of
22575         `run-at-time'.
22576
22577         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
22578
22579         * password.el: Require timer-funcs instead of run-at-time in
22580         XEmacs.
22581         Remove `password-run-at-time' macro.
22582         (password-cache-add): Use `run-at-time' instead of
22583         `password-run-at-time'.
22584
22585         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
22586         Remove `nnheader-cancel-function-timers' alias,
22587         `cancel-function-timers' exists in XEmacs in timer-funcs.
22588
22589         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
22590         for `run-with-idle-timer'.
22591
22592         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
22593         for `run-at-time'.
22594
22595         * mm-url.el: Require timer-funcs at compile time when in XEmacs
22596         for `with-timeout'.
22597
22598         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
22599         the same as for XEmacs 21.4.
22600         No need to ignore `run-with-idle-timer', this function exists in
22601         XEmacs now in timer-funcs.el in the xemacs-base package.
22602         (dgnushack-compile): No need to delete
22603         run-at-time.el from the list of files to compile because it
22604         doesn't exist anymore.
22605
22606 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22607
22608         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22609         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22610
22611 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22612
22613         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22614         sensitively.
22615
22616 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22617
22618         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22619
22620 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22621
22622         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22623         which will be inserted according to the multibyteness of a buffer
22624         rather than the type of contents.  Suggested by ARISAWA Akihiro
22625         <ari@mbf.ocn.ne.jp>.
22626
22627         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22628         of string which old xml.el may return rather than a string.
22629
22630 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22631
22632         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22633
22634 2005-01-16  Simon Josefsson  <jas@extundo.com>
22635
22636         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22637         idn/idna.el isn't available.
22638         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22639         <michael@waxrat.com>.
22640
22641         * hashcash.el: Remove non-FSF copyright header.
22642
22643         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22644         (hashcash-generate-payment): Use it.
22645         (hashcash-generate-payment-async): Use it.
22646
22647 2005-01-15  Simon Josefsson  <jas@extundo.com>
22648
22649         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22650         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22651
22652         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22653         gnus-summary-idna-message.
22654         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22655         (gnus-summary-idna-message): New function.
22656
22657 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
22658
22659         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
22660         gnus-novice-user.
22661
22662 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22663
22664         * nnrss.el (nnrss-request-delete-group): Delete entries in
22665         nnrss-group-alist as well.
22666         (nnrss-save-server-data): Insert newline.
22667
22668 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22669
22670         * gnus.el (gnus-user-agent): Use list of symbols instead of
22671         symbols.  Display full version number for (S)XEmacs.
22672         Optionally display (S)XEmacs codename.
22673
22674         * gnus-util.el (gnus-emacs-version): Update for new
22675         `gnus-user-agent'.
22676
22677         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22678         Gnus version.
22679
22680 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22681
22682         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22683         which is unreadable in some setups.
22684
22685 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22686
22687         * gnus-spec.el (gnus-update-format-specifications): Flush the
22688         group format spec cache if it doesn't support decoded group names.
22689
22690 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22691
22692         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22693         Allow to apply decay on score files matching a regexp.
22694
22695 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22696
22697         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22698         compatibility in %g and %c.
22699
22700 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22701
22702         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22703         name for only %g and %c.
22704         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22705         of gnus-tmp-group to decoded group name.
22706         (gnus-group-make-rss-group): Exclude `/'s from group names.
22707
22708 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22709
22710         * nnrss.el (nnrss-get-encoding): Fix regexp.
22711
22712 2004-12-27  Simon Josefsson  <jas@extundo.com>
22713
22714         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22715         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22716         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22717
22718 2004-12-17  Kim F. Storm  <storm@cua.dk>
22719
22720         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22721
22722         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22723
22724 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22725
22726         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22727
22728 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22729
22730         * nnrss.el: Require rfc2047 and mml.
22731         (nnrss-file-coding-system): New variable.
22732         (nnrss-format-string): Redefine it as an inline function.
22733         (nnrss-decode-group-name): New function.
22734         (nnrss-string-as-multibyte): Remove.
22735         (nnrss-retrieve-headers): Decode group name; don't use
22736         nnrss-format-string.
22737         (nnrss-request-group): Decode group name.
22738         (nnrss-request-article): Decode group name; allow a Message-ID as
22739         well as an article number; don't use nnrss-format-string; encode a
22740         Message-ID string which may contain non-ASCII characters; use
22741         mml-to-mime to compose a MIME article.
22742         (nnrss-request-expire-articles): Decode group name.
22743         (nnrss-request-delete-group): Decode group name.
22744         (nnrss-fetch): Clarify error message.
22745         (nnrss-read-server-data): Use insert-file-contents instead of load;
22746         bind file-name-coding-system; use multibyte buffer.
22747         (nnrss-save-server-data): Bind coding-system-for-write to the
22748         value of nnrss-file-coding-system; bind file-name-coding-system;
22749         add coding cookie.
22750         (nnrss-read-group-data): Use insert-file-contents instead of load;
22751         bind file-name-coding-system; use multibyte buffer.
22752         (nnrss-save-group-data): Bind coding-system-for-write to the
22753         value of nnrss-file-coding-system; bind file-name-coding-system.
22754         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22755         make it work with non-ASCII text.
22756         (nnrss-find-el): Make it work with old xml.el as well.
22757
22758 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22759
22760         * nnrss.el (nnrss-get-encoding): New function.
22761         (nnrss-fetch): Use unibyte buffer initially; bind
22762         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22763         decode contents according to the encoding attribute.
22764         (nnrss-save-group-data): Add coding cookie.
22765         (nnrss-mime-encode-string): New function.
22766         (nnrss-check-group): Use it to encode subject and author.
22767
22768 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22769
22770         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22771         imaginary variable.
22772
22773 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22774
22775         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22776         correctly even if there are wide characters.
22777
22778 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22779
22780         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22781         downcased symbol names; make a new cache instead of reusing
22782         bbdb-hashtable.
22783
22784 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22785
22786         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22787         concatenating segments rather than before concatenating them.
22788         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22789
22790         * message.el (message-get-reply-headers): Bind `extra'.
22791
22792 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22793
22794         * message.el (message-extra-wide-headers): New variable.
22795         (message-get-reply-headers): Use it.
22796
22797 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22798
22799         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22800         (gnus-agent-group-pathname): Ditto.
22801
22802         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22803
22804         * gnus-group.el (gnus-group-make-group): Decode group name.
22805         (gnus-group-make-rss-group): Register the group data after opening
22806         the nnrss group.
22807
22808 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22809
22810         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22811         by expiry now get marked as read.
22812
22813 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22814
22815         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22816
22817 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22818
22819         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22820         unify Latin characters in XEmacs.
22821         (mm-find-mime-charset-region): Use it.
22822
22823 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22824
22825         * gnus-util.el (gnus-delete-directory): New function.
22826
22827         * gnus-agent.el (gnus-agent-delete-group): Use it.
22828
22829         * gnus-cache.el (gnus-cache-delete-group): Use it.
22830
22831 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22832
22833         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22834         names.
22835
22836 2004-12-16  Simon Josefsson  <jas@extundo.com>
22837
22838         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22839
22840 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22841
22842         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22843
22844         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22845         (gnus-group-set-current-level): Decode group name.
22846
22847 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22848
22849         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22850         failed.
22851
22852 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22853
22854         * gnus-group.el (gnus-group-delete-group): Decode group name.
22855         (gnus-group-make-rss-group): Encode group name.
22856         (gnus-group-catchup-current): Decode group name.
22857         (gnus-group-kill-group): Decode group name.
22858
22859 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22860
22861         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22862
22863 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22864
22865         * gnus-group.el (gnus-group-make-rss-group):
22866         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22867
22868         * gnus-start.el (gnus-setup-news): Honor user's setting to
22869         gnus-message-archive-method.  Suggested by Lute Kamstra
22870         <lute@gnu.org>.
22871
22872 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22873
22874         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22875         global counterparts of the buffer-local variables.
22876
22877 2004-11-16  Romain Francoise  <romain@orebokech.com>
22878
22879         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22880         counterparts of the buffer-local variables.
22881
22882 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22883
22884         * message.el (message-forbidden-properties): Fix typo in doc
22885         string.
22886
22887 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22888
22889         * gnus-util.el (gnus-replace-in-string): Add doc string.
22890
22891         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22892         to avoid problems when splitting mails with many recipients.
22893
22894 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22895
22896         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22897         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22898
22899 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22900
22901         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22902         if there is no hashtable in memory or file modification time is
22903         newer than cached timestamp.
22904
22905 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22906
22907         * gnus-sum.el (gnus-summary-limit-to-recipient):
22908         Implement not-matching option.
22909
22910 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22911
22912         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22913         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22914         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22915         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22916         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22917         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22918
22919 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22920
22921         * message.el (message-forward-make-body-mml): Remove headers
22922         according to message-forward-ignored-headers if a message is decoded.
22923
22924 2004-12-02  Romain Francoise  <romain@orebokech.com>
22925
22926         * message.el (message-forward-make-body-plain): Always remove
22927         headers according to message-forward-ignored-headers.
22928
22929 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22930
22931         * spam.el (spam-summary-prepare-exit): Remove the
22932         gnus-summary-limit pop for now, it has problems with ham marks for
22933         me.
22934
22935 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22936
22937         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22938         correctly.
22939
22940 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22941
22942         * format-spec.el (format-spec): Message the char.
22943
22944 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22945
22946         * gnus-art.el (gnus-split-methods): Reformat comments.
22947
22948         * spam.el (spam-summary-prepare-exit): Remove article limits
22949         before exiting the summary buffer.
22950
22951 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22952
22953         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22954         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22955
22956         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22957         order to silence the byte compiler.
22958
22959         * spam.el: Fix the way to silence the byte compiler, which
22960         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22961         bbdb-search-simple, spam-BBDB-register-routine,
22962         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22963         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22964         spam-stat-buffer-is-spam, spam-stat-load,
22965         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22966         spam-stat-save and spam-stat-split-fancy.
22967
22968 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22969
22970         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22971         which may confuse users.
22972         (canlock-password-for-verify): Ditto.
22973
22974         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22975
22976         * gnus-art.el (gnus-emphasis-alist): Ditto.
22977
22978         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22979
22980         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22981
22982         * gnus-start.el (gnus-save-killed-list): Ditto.
22983
22984         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22985         (gnus-sum-thread-tree-root): Ditto.
22986         (gnus-sum-thread-tree-false-root): Ditto.
22987         (gnus-sum-thread-tree-single-indent): Ditto.
22988
22989         * message.el (message-courtesy-message): Ditto.
22990         (message-archive-note): Ditto.
22991         (message-subscribed-address-file): Ditto.
22992         (message-user-fqdn): Ditto.
22993
22994         * spam-report.el (spam-report-gmane-regex): Ditto.
22995
22996         * spam.el (spam-blackhole-good-server-regex): Ditto.
22997
22998 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22999
23000         * mml.el (mml-preview): Widen the message buffer before copying
23001         the contents to the preview buffer; sort headers before previewing.
23002
23003         * message.el (message-hidden-headers): Fix the way to avoid a bug
23004         in the `repeat' widget in Emacs 21.3 or earlier.
23005
23006 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23007
23008         * message.el (message-hidden-headers): Default to "^References:".
23009         Improve customization type.  Suggested by Reiner Steib
23010         <Reiner.Steib@gmx.de>.
23011
23012 2004-11-25  Romain Francoise  <romain@orebokech.com>
23013
23014         * message.el (message-strip-forbidden-properties): Remove check for
23015         obsolete `message-hidden' text property, hidden headers are not
23016         accessible in the buffer anymore.
23017
23018 2004-11-22  Romain Francoise  <romain@orebokech.com>
23019
23020         * message.el (message-header-format-alist): Add `From' in list
23021         so that it can be sorted.
23022         (message-fix-before-sending): Widen and sort headers before
23023         sending.
23024         (message-hide-headers): Use narrowing to hide headers by moving
23025         them to the top of the buffer and narrowing to the region
23026         underneath.
23027
23028 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23029
23030         * message.el (message-strip-forbidden-properties):
23031         Bind buffer-read-only (etc) to nil.
23032
23033 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23034
23035         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23036         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23037
23038 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23039
23040         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23041
23042 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23043
23044         * dns.el (query-dns): Use sit-for to time instead of
23045         accept-process-output, since that doesn't seem to work on udp
23046         sockets.
23047
23048 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23049
23050         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23051
23052 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23053
23054         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23055         doc string.  Improve doc string.
23056
23057 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23058
23059         * nntp.el (nntp-request-update-info): Return nil if
23060         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23061         may not call gnus-activate-group which uselessly issues the GROUP
23062         commands for all nntp groups and wastes time.  Reported by Romain
23063         Francoise <romain@orebokech.com>.
23064
23065         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23066
23067 2004-11-15  Simon Josefsson  <jas@extundo.com>
23068
23069         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23070         headers separately.
23071         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23072         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23073
23074 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23075
23076         * gnus-start.el (gnus-convert-old-newsrc):
23077         Assign legacy-gnus-agent to 5.10.7.
23078
23079 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23080
23081         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23082         start of the lines.
23083
23084 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23085
23086         * hashcash.el (hashcash-default-payment): Change default to 20.
23087         (hashcash-default-accept-payment): Change default to 20.
23088         (hashcash-process-alist): New variable.
23089         (hashcash-generate-payment-async): Add.
23090         (hashcash-already-paid-p): Add.
23091         (hashcash-insert-payment): Don't generate payments twice.
23092         (hashcash-insert-payment-async): Add.
23093         (hashcash-insert-payment-async-2): Add.
23094         (hashcash-cancel-async): Add.
23095         (hashcash-wait-async): Add.
23096         (hashcash-processes-running-p): Add.
23097         (hashcash-wait-or-cancel): Add.
23098         (mail-add-payment): New optional argument.  Conditionally start
23099         asynchronous calculation.
23100         (mail-add-payment-async): Add.
23101
23102         * message.el (message-send-mail): Wait for asynchronous hashcash
23103         results.  Don't clobber existing X-Hashcash headers.
23104         (message-setup-1): Call mail-add-payment-async when
23105         message-generate-hashcash is non-nil.
23106
23107 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23108
23109         * message.el (message-use-alternative-email-as-from): Examine the
23110         From header as well; use message-make-from in order to include a
23111         user's full name.
23112
23113 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23114
23115         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23116         default; improve customization type.
23117         (gnus-emphasis-custom-with-format): New macro.
23118         (gnus-emphasis-custom-value-to-external): New function.
23119         (gnus-emphasis-custom-value-to-internal): New function.
23120
23121 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23122
23123         * dns.el (query-dns): Resolve reverse addresses.
23124
23125 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23126
23127         * gnus-group.el (gnus-group-get-new-news): Use it.
23128
23129         * gnus-start.el (gnus-check-reasonable-setup): New function.
23130
23131 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23132
23133         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23134         "Args out of range" error.  Reported by Arnaud Giersch
23135         <arnaud.giersch@free.fr>.
23136
23137 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23138
23139         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23140
23141 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23142
23143         * spam.el (spam group): Add :version.
23144
23145         * pgg-def.el (pgg group): Add :version.
23146
23147 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23148
23149         * gnus-art.el (gnus-article-edit-article): Don't associate the
23150         article buffer with a draft file.  This is a temporary measure
23151         against the 2004-08-22 change to gnus-article-edit-mode.
23152
23153 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23154
23155         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23156         (html2text-format-tags): Remove unused variable `attr'.
23157
23158 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23159
23160         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23161
23162         * tls.el (tls-process-connection-type, tls-success)
23163         (tls-certtool-program): Add :version.
23164
23165         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23166         (starttls-extra-arguments, starttls-process-connection-type)
23167         (starttls-connect, starttls-failure, starttls-success): Add :version.
23168
23169         * spam-stat.el (spam-stat): Add :version.
23170
23171         * sieve.el (sieve): Add :version.
23172
23173         * sha1.el (sha1): Add :version.
23174         (sha1-use-external): Remove redundant version.
23175
23176         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23177         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23178         (nnmail-split-fancy-match-partial-words)
23179         (nnmail-split-lowercase-expanded): Add :version.
23180
23181         * nndiary.el (nndiary): Add :version.
23182
23183         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23184
23185         * mml-sec.el (mml-default-sign-method)
23186         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23187         Add :version.
23188
23189         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23190
23191         * mm-url.el (mm-url-use-external, mm-url-program)
23192         (mm-url-arguments): Add :version.
23193
23194         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23195         (mm-attachment-file-modes, mm-decrypt-option)
23196         (mm-w3m-safe-url-regexp): Add :version.
23197
23198         * message.el (message-cite-prefix-regexp)
23199         (message-sendmail-envelope-from, message-minibuffer-local-map)
23200         (message-user-fqdn, message-completion-alist): Add :version.
23201
23202         * gnus-win.el (gnus-configure-windows-hook)
23203         (gnus-use-frames-on-any-display): Add :version.
23204
23205         * gnus-art.el (gnus-article-address-banner-alist)
23206         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23207         (gnus-treat-from-picon, gnus-treat-mail-picon)
23208         (gnus-treat-x-pgp-sig): Add :version.
23209
23210         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23211         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23212         (gnus-summary-article-delete-hook)
23213         (gnus-summary-display-while-building): Add :version.
23214
23215         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23216         (gnus-get-top-new-news-hook): Add :version.
23217
23218         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23219         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23220
23221         * gnus-registry.el (gnus-registry): Add :version.
23222
23223         * gnus-spec.el (gnus-use-correct-string-widths)
23224         (gnus-make-format-preserve-properties): Add :version.
23225
23226         * gnus.el (gnus-group-charter-alist)
23227         (gnus-group-fetch-control-use-browse-url)
23228         (gnus-install-group-spam-parameters): Add :version.
23229
23230         * gnus-diary.el (gnus-diary): Add :version.
23231
23232         * gnus-delay.el (gnus-delay): Add :version.
23233
23234         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23235         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23236         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23237         Add :version.
23238
23239         * gnus-agent.el (gnus-agent-max-fetch-size)
23240         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23241         (gnus-agent-prompt-send-queue): Add :version.
23242
23243         * deuglify.el (gnus-outlook-deuglify): Add :version.
23244
23245         * html2text.el: Beautify code.  Improve doc strings.
23246         Some checkdoc cleanup.
23247         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23248
23249 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23250
23251         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23252
23253 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23254
23255         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23256         when package is loaded.
23257
23258         * spam.el (spam-summary-score-preferred-header): Add global preference
23259         for people who want to override the default SpamAssassin over
23260         Bogofilter preference (when both are set).
23261         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23262         (spam-user-format-function-S):
23263         Check spam-summary-score-preferred-header.
23264         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23265         (spam-user-format-function-S): Format the score correctly.
23266
23267 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23268
23269         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23270         signature file.  Suggested by Manoj Srivastava
23271         <srivasta@golden-gryphon.com>.
23272
23273         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23274         iso-2022-jp even in the Japanese language environment.
23275         Suggested by Jason Rumney <jasonr@gnu.org>.
23276
23277 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23278
23279         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23280         use the same characters as the dummy marks; make it free from
23281         getting affected by the language environment.
23282         (gnus-summary-read-group-1): Update mark positions only when the
23283         format spec is updated.
23284
23285         * gnus-spec.el (gnus-update-format-specifications): Return a list
23286         of updated types.
23287
23288 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23289
23290         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23291         of boundp to check if display-warning is available.
23292
23293 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
23294
23295         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
23296
23297 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23298
23299         * nnspool.el (nnspool-spool-directory): Use news-path if the
23300         news-directory variable is not bound.
23301
23302         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
23303         function instead of display-warning if it is not available.
23304
23305 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
23306
23307         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
23308         v5-10: Use `point-at-bol'.
23309
23310 2004-10-26  Simon Josefsson  <jas@extundo.com>
23311
23312         * hashcash.el: Fix URL in comment, reported by Cheng Gao
23313         <chenggao@gmail.com>.
23314
23315 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23316
23317         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
23318         instead.
23319
23320 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
23321
23322         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
23323         to remove a server from the nnimap-server-buffer-alist.
23324         (nnimap-open-connection, nnimap-close-server): Use it.
23325
23326         * gnus-encrypt.el: Remove file in favor of encrypt.el.
23327
23328 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23329
23330         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
23331         running the major-mode function.
23332
23333 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23334
23335         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
23336         dummy marks in the right way.
23337
23338 2004-10-18  David Edmondson  <dme@dme.org>
23339
23340         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
23341         excessively.
23342
23343 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
23344
23345         * gnus-util.el (gnus-split-references): Accept a nil references
23346         string and go on blissfully.
23347
23348         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
23349         cases where the references string is non-nil but has no references.
23350
23351         * encrypt.el: Add autoload tags.
23352
23353         * spam.el (spam-resolve-registrations-routine): Remove article
23354         from unregistration list too.  Reported by David Hanak
23355         <dhanak@isis.vanderbilt.edu>
23356
23357 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
23358
23359         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
23360         nil.  Change custom type.
23361
23362 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
23363
23364         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
23365
23366         * gnus-sum.el (gnus-summary-move-article): Use it.
23367
23368 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
23369
23370         * encrypt.el: Add autoload cookies.
23371
23372         * spam.el (spam-backend-article-list-property)
23373         (spam-backend-get-article-todo-list)
23374         (spam-backend-put-article-todo-list)
23375         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
23376         Resolve registrations separately.
23377         (spam-register-routine): Format comments.
23378         (spam-unregister-routine, spam-register-routine): Always call with
23379         specific-articles, no default list.
23380         (spam-summary-prepare-exit): Use the spam-classifications function.
23381
23382         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
23383         gnus-encrypt.el.
23384
23385         * encrypt.el: Copied from gnus-encrypt.el.
23386
23387         * gnus-encrypt.el: Commented that it's obsolete.
23388
23389 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23390
23391         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
23392         (gnus-score-save): Use it.
23393
23394         * message.el (message-bury): Use `window-dedicated-p'.
23395
23396 2004-10-15  Simon Josefsson  <jas@extundo.com>
23397
23398         * pop3.el (top-level): Don't require nnheader.
23399         (pop3-read-timeout): Add.
23400         (pop3-accept-process-output): Add.
23401         (pop3-read-response, pop3-retr): Use it.
23402
23403 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
23404
23405         * spam.el (spam-register-routine): Move comment.
23406         (spam-verify-bogofilter): Use 'unknown for the initial
23407         spam-bogofilter-valid state, not 'never.
23408
23409         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
23410         for netrc-machine.
23411
23412         * nnimap.el (nnimap-open-connection):
23413         Use netrc-machine-user-or-password.
23414
23415 2004-10-17  Richard M. Stallman  <rms@gnu.org>
23416
23417         * gnus-registry.el (gnus-registry-unload-hook):
23418         Set as a variable with add-hook.
23419
23420         * nnspool.el (nnspool-spool-directory): Use news-directory instead
23421         of news-path.
23422
23423         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
23424
23425         * spam.el: Delete duplicate `provide'.
23426         (spam-unload-hook): Set as a variable with add-hook.
23427
23428 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23429
23430         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
23431         in the doc string.
23432
23433         * message.el (message-ignored-news-headers)
23434         (message-ignored-supersedes-headers)
23435         (message-ignored-resent-headers)
23436         (message-forward-ignored-headers): Improve custom type.
23437
23438 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23439
23440         * message.el (message-tokenize-header): Fix 2004-09-06 change
23441         which used point-min in the wrong place.
23442
23443 2004-10-12  Simon Josefsson  <jas@extundo.com>
23444
23445         * tls.el (tls-certtool-program): New variable.
23446         (tls-certificate-information): New function, based on
23447         ssl-certificate-information.
23448
23449 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23450
23451         * compface.el: Move the version of ELisp-based uncompface program
23452         to the contrib directory because of the copyright problem.
23453
23454 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23455
23456         * message.el (message-kill-buffer): Raise the current frame.
23457
23458 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
23459
23460         * gnus-sum.el: Mention that multibyte characters don't work as marks.
23461
23462         * gnus.el (message-y-or-n-p): Autoload.
23463
23464         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
23465         (pop3-password-required, pop3-authentication-scheme)
23466         (pop3-leave-mail-on-server): Make customizable.
23467         (pop3): New custom group.
23468         (pop3-retr): Remove `sleep-for' statements.
23469         Suggested by Dave Love <fx@gnu.org>.
23470
23471         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
23472         Windows/DOS.
23473
23474         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23475         (imap-parse-body): Fix incorrect use of `assert'.
23476         Suggested by Dave Love <fx@gnu.org>.
23477
23478         * mml.el (mml-minibuffer-read-disposition): Require match.
23479         Suggested by Dave Love <fx@gnu.org>.
23480
23481 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
23482
23483         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
23484         doc string.
23485
23486 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23487
23488         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
23489
23490 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23491
23492         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
23493         instead of calling `mm-insert-inline', to decode text/* parts
23494         before displaying them.
23495
23496 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23497
23498         * mm-uu.el (mm-uu-text-plain-type): New variable.
23499         (mm-uu-pgp-signed-extract-1): Use it.
23500         (mm-uu-pgp-encrypted-extract-1): Use it.
23501         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
23502         bind mm-uu-text-plain-type with that value.
23503         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
23504         mm-uu-dissect.
23505
23506 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23507
23508         * gnus-group.el (gnus-update-group-mark-positions):
23509         * gnus-sum.el (gnus-update-summary-mark-positions):
23510         * message.el (message-check-news-body-syntax):
23511         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
23512         of string-as-multibyte.
23513
23514 2004-10-05  Juri Linkov  <juri@jurta.org>
23515
23516         * gnus-group.el (gnus-update-group-mark-positions):
23517         * gnus-sum.el (gnus-update-summary-mark-positions):
23518         * message.el (message-check-news-body-syntax):
23519         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
23520         8-bit unibyte values to a multibyte string for search functions.
23521
23522 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23523
23524         * mm-uu.el (mm-uu-dissect): Allow optional arg.
23525         (mm-uu-dissect-text-parts): New function.
23526
23527         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
23528         dissect text parts.
23529
23530         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
23531         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
23532
23533         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
23534
23535         * gnus-topic.el (gnus-topic-hierarchical-parameters):
23536         Use gnus-current-topics instead of gnus-current-topic.
23537
23538 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
23539
23540         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
23541
23542 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
23543
23544         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
23545         where appropriate.
23546
23547         * nnml.el (nnml-generate-active-info): do.
23548
23549         * nndiary.el (nndiary-generate-active-info): do.
23550
23551         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
23552         (gnus-topic-move): do.
23553
23554         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
23555         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
23556
23557         * gnus-srvr.el (gnus-server-prepare)
23558         (gnus-server-open-all-servers): do.
23559
23560         * gnus-msg.el (gnus-summary-cancel-article)
23561         (gnus-summary-resend-message)
23562         (gnus-summary-mail-crosspost-complaint): do.
23563
23564         * gnus-move.el (gnus-change-server): do.
23565
23566         * gnus-group.el (gnus-group-unmark-all-groups)
23567         (gnus-group-set-current-level): do.
23568
23569 2004-10-04  Simon Josefsson  <jas@extundo.com>
23570
23571         * message.el (message-generate-hashcash): Doc fix.
23572
23573 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
23574
23575         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
23576         avoid infinite recursion via gnus-get-function.
23577
23578 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
23579
23580         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
23581
23582         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
23583
23584         * nnmail.el (nnmail-split-history): do.
23585
23586         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
23587         (nnml-request-delete-group): do.
23588
23589         * nnslashdot.el (nnslashdot-read-groups): do.
23590
23591         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
23592         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
23593
23594         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
23595         (nnspool-sift-nov-with-sed): Use last.
23596         (nnspool-retrieve-headers-with-nov): Use mapc.
23597         (nnspool-request-newgroups): Use dolist.
23598         (nnspool-request-group): Use last.
23599
23600         * nntp.el (nntp-read-server-type): Use dolist.
23601
23602         * nnvirtual.el (nnvirtual-create-mapping)
23603         (nnvirtual-update-read-and-marked): Use dolist.
23604         (nnvirtual-convert-headers): Simplify.
23605
23606 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23607
23608         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23609         Add support for sync'ing tick marks.
23610
23611 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23612
23613         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23614         there's no visible header.
23615
23616 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23617
23618         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23619         When necessary, pass full group name to gnus-request-set-marks.
23620
23621 2004-10-01  Simon Josefsson  <jas@extundo.com>
23622
23623         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23624         acroread.
23625
23626 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23627
23628         * spam-report.el (spam-report-gmane): Fix interactive.
23629
23630         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23631
23632         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23633         when writing file.
23634         (gnus-agent-synchronize-flags): Don't default to being
23635         interactive.
23636
23637 2004-09-30  Simon Josefsson  <jas@extundo.com>
23638
23639         * message.el (message-generate-hashcash): Add.
23640         (message-send-mail): Use it, call mail-add-payment.
23641
23642 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23643
23644         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23645
23646 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23647
23648         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23649         gnus-requst-update-info with explicit code to sync the in-memory
23650         info read flags with the marks being sync'd to the backend.
23651
23652         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23653
23654 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23655
23656         * spam.el (spam-verify-bogofilter): Add new function.
23657         (spam-check-bogofilter)
23658         (spam-bogofilter-register-with-bogofilter): Use it.
23659         (spam-verify-bogofilter): Add small fixes.
23660
23661 2004-09-28  Simon Josefsson  <jas@extundo.com>
23662
23663         * hashcash.el (hashcash-generate-payment): Revert.
23664
23665 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23666
23667         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23668         Use gnus-extract-references instead of gnus-split-references.
23669
23670         * gnus-util.el (gnus-extract-references): Add new function, analogous
23671         to gnus-split-references but extracts only the message-ID without
23672         anything extra.
23673
23674         * hashcash.el (hashcash-generate-payment)
23675         (hashcash-check-payment): Do the right thing if hashcash-path is
23676         nil (because the hashcash program could not be found).
23677
23678         * spam.el (spam-use-hashcash): Remove comment.
23679
23680 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23681
23682         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23683         (gnus-cache-enter-article, gnus-cache-remove-article)
23684         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23685
23686         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23687
23688         * gnus-art.el (article-hide-boring-headers)
23689         (article-translate-strings, article-display-face)
23690         (gnus-article-mime-match-handle-first)
23691         (gnus-article-highlight-headers)
23692         (gnus-article-add-buttons-to-head): do.
23693
23694 2004-09-27  Simon Josefsson  <jas@extundo.com>
23695
23696         * hashcash.el: New version, from
23697         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23698         ../contrib/.
23699
23700 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23701
23702         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23703
23704 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23705
23706         * gnus-dup.el (gnus-dup-open): Use mapc.
23707         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23708
23709         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23710         Reported by Stefan Wiens <s.wi@gmx.net>.
23711
23712         * gnus.el (gnus-shutdown): Use dolist.
23713
23714         * gnus-undo.el (gnus-undo): Use mapc.
23715
23716         * nnrss.el (nnrss-generate-active): do.
23717
23718         * message.el (message-cite-original-without-signature)
23719         (message-cite-original): Use mapc.
23720         (message-do-actions, message-make-forward-subject): Use dolist.
23721
23722 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23723
23724         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23725         deletion to remove entire duplicate line.  Fixes merged article
23726         number bug.
23727
23728 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23729
23730         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23731         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23732         first ask if you want to open a server and then, even when you
23733         responded with no, asking if you want to synchronize the server's
23734         flags.
23735         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23736         multi-line expressions.
23737         (gnus-agent-synchronize-group-flags): New internal function.
23738         Updates marks in memory (in the info structure) AND in the
23739         backend.
23740
23741         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23742
23743         * nnagent.el (nnagent-request-set-mark):
23744         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23745         method, to ensure that synchronization updates marks in the
23746         backend and in the info (in memory) structure.
23747
23748 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23749
23750         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23751         convention fully; don't miss the root article of a thread; make
23752         the X-Draft-From header with correct article numbers.
23753
23754 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23755
23756         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23757         unless plugged.  Disable the agent so that an open failure causes
23758         an error.
23759
23760         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23761         Revert 2004-09-21 change.  The backend must be opened while
23762         synchronizing flags even when the backend stores the flags
23763         locally.
23764
23765 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23766
23767         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23768         in `header' match.  Reported by Svend Tollak Munkejord.
23769
23770         * message.el (message-cite-original): Fix use of
23771         `message-cite-articles-with-x-no-archive'.
23772
23773 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23774
23775         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23776         (gnus-window-to-buffer): Ditto.
23777
23778         * mml.el (mml-preview-buffer): New variable.
23779         (mml-preview): Manage window layout with gnus-buffer-configuration.
23780
23781         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23782         X-Draft-From header even if those articles aren't quoted.
23783
23784 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23785
23786         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23787         (gnus-request-set-mark, gnus-request-update-mark): Use new
23788         g-s-t-u-l-m to decide to use backend even when unplugged.
23789
23790 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23791
23792         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23793         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23794
23795 2004-09-20  Simon Josefsson  <jas@extundo.com>
23796
23797         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23798         "utf-16-le".
23799
23800 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23801
23802         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23803
23804 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23805
23806         * uudecode.el (uudecode-use-external): Add :version.
23807
23808         * smime.el (smime-CA-file, smime-encrypt-cipher)
23809         (smime-dns-server): Add :version.
23810
23811         * smiley.el (gnus-smiley-file-types): Add :version.
23812
23813         * sha1.el (sha1-use-external): Add :version.
23814
23815         * pgg-def.el (pgg-query-keyserver): Add :version.
23816
23817         * nnmail.el (nnmail-fancy-expiry-targets)
23818         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23819         Add :version.
23820
23821         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23822         (nnimap-retrieve-groups-asynchronous): Add :version.
23823         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23824
23825         * mml.el (mml-content-disposition-parameters)
23826         (mml-insert-mime-headers-always): Add :version.
23827
23828         * mm-util.el (mm-coding-system-priorities): Add :version.
23829
23830         * mm-decode.el (mm-inline-text-html-with-images)
23831         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23832         (mm-verify-option): Add :version.
23833         (mm-text-html-renderer): Change :version.
23834
23835         * message.el (message-fcc-externalize-attachments)
23836         (message-required-headers, message-draft-headers)
23837         (message-subject-trailing-was-query)
23838         (message-subject-trailing-was-ask-regexp)
23839         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23840         (message-mark-insert-end, message-archive-header)
23841         (message-archive-note, message-cross-post-default)
23842         (message-cross-post-note, message-followup-to-note)
23843         (message-cross-post-note-function, message-use-mail-followup-to)
23844         (message-subscribed-address-functions)
23845         (message-subscribed-address-file, message-subscribed-addresses)
23846         (message-subscribed-regexps, message-allow-no-recipients)
23847         (message-yank-cited-prefix, message-signature-insert-empty-line)
23848         (message-hidden-headers, message-hierarchical-addresses)
23849         (message-mail-user-agent, message-use-idna)
23850         (message-valid-fqdn-regexp)
23851         (message-strip-special-text-properties, message-header-synonyms)
23852         (message-beginning-of-line, message-tab-body-function): Add :version.
23853         (message-insert-canlock, message-wide-reply-confirm-recipients):
23854         Change :version.
23855
23856         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23857         and :version.
23858         (mail-source-delete-old-incoming-confirm)
23859         (mail-source-movemail-program): Add :version.
23860
23861         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23862         (gnus-agent-cache, gnus-agent): Change :version.
23863
23864         * gnus-util.el (gnus-use-byte-compile): Change :version.
23865
23866         * gnus-sum.el (gnus-summary-make-false-root-always)
23867         (gnus-summary-default-high-score)
23868         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23869         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23870         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23871         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23872         (gnus-sum-thread-tree-single-indent)
23873         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23874         (gnus-sum-thread-tree-leaf-with-other)
23875         (gnus-sum-thread-tree-single-leaf): Add :version.
23876         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23877         (gnus-article-loose-mime): Change :version.
23878
23879         * gnus-start.el (gnus-backup-startup-file)
23880         (gnus-save-startup-file-via-temp-buffer): Add :version.
23881
23882         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23883         (gnus-server-offline-face): Add :version.
23884
23885         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23886
23887         * gnus-msg.el (gnus-gcc-externalize-attachments)
23888         (gnus-debug-files, gnus-debug-exclude-variables)
23889         (gnus-discouraged-post-methods): Change :version.
23890         (gnus-confirm-mail-reply-to-news)
23891         (gnus-confirm-treat-mail-like-news): Add :version.
23892
23893         * gnus-int.el (gnus-server-unopen-status): Add :version.
23894
23895         * gnus-group.el (gnus-group-jump-to-group-prompt)
23896         (gnus-large-ephemeral-newsgroup)
23897         (gnus-fetch-old-ephemeral-headers): Add :version.
23898
23899         * gnus-fun.el (gnus-x-face-directory)
23900         (gnus-convert-pbm-to-x-face-command)
23901         (gnus-convert-image-to-x-face-command)
23902         (gnus-convert-image-to-face-command): Add :version.
23903
23904         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23905
23906         * gnus-cite.el (gnus-cite-blank-line-after-header)
23907         (gnus-article-boring-faces): Add :version.
23908
23909         * gnus-art.el (gnus-buttonized-mime-types)
23910         (gnus-inhibit-mime-unbuttonizing)
23911         (gnus-treat-display-face)
23912         (gnus-treat-body-boundary): Change :version.
23913         (gnus-body-boundary-delimiter, gnus-picon-databases)
23914         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23915         (gnus-treat-date-english, gnus-treat-fold-headers)
23916         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23917         (gnus-treat-mail-picon, gnus-treat-wash-html)
23918         (gnus-article-encrypt-protocol)
23919         (gnus-use-idna, gnus-article-over-scroll)
23920         (gnus-mime-display-multipart-alternative-as-mixed)
23921         (gnus-mime-display-multipart-related-as-mixed)
23922         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23923         (gnus-ctan-url, gnus-button-ctan-handler)
23924         (gnus-button-handle-ctan-bogus-regexp)
23925         (gnus-button-ctan-directory-regexp)
23926         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23927         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23928         (gnus-button-man-level, gnus-button-emacs-level)
23929         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23930
23931         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23932         (gnus-agent-go-online): Change :version.
23933         (gnus-agent-expire-unagentized-dirs)
23934         (gnus-agent-auto-agentize-methods): Add :version.
23935
23936         * flow-fill.el (fill-flowed-display-column)
23937         (fill-flowed-encode-column): Add :version.
23938
23939         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23940         (gnus-outlook-deuglify-unwrap-max)
23941         (gnus-outlook-deuglify-cite-marks)
23942         (gnus-outlook-deuglify-unwrap-stop-chars)
23943         (gnus-outlook-deuglify-no-wrap-chars)
23944         (gnus-outlook-deuglify-attrib-cut-regexp)
23945         (gnus-outlook-deuglify-attrib-verb-regexp)
23946         (gnus-outlook-deuglify-attrib-end-regexp)
23947         (gnus-outlook-display-hook): Add :version.
23948
23949         * binhex.el (binhex-use-external): Add :version.
23950
23951 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23952
23953         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23954         and `invisible'.
23955
23956 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23957
23958         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23959         in gnus-registry-trim.
23960
23961 2004-09-13  Simon Josefsson  <jas@extundo.com>
23962
23963         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23964
23965         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23966
23967         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23968         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23969         <yamaoka@jpl.org>.
23970         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23971         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23972         <yamaoka@jpl.org>.
23973
23974         * sieve.el (sieve-manage-mode): Ditto.
23975
23976 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23977
23978         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23979
23980 2004-09-11  Simon Josefsson  <jas@extundo.com>
23981
23982         * dns-mode.el: Add.
23983
23984         * mm-view.el (mm-display-dns-inline): Add.
23985
23986         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23987         (mm-automatic-display): Ditto.
23988
23989         * mailcap.el (mailcap-mime-data): Add text/dns.
23990         (mailcap-mime-extensions): Map .soa to text/dns.
23991
23992 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23993
23994         * gnus-art.el (article-decode-mime-words, article-babel)
23995         (gnus-article-highlight-signature, gnus-article-add-buttons)
23996         (gnus-signature-toggle): Remove unnecessary bindings of
23997         `inhibit-read-only' inherited from v5.10 merge.
23998
23999 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24000
24001         * nntp.el (nntp): New customization group.
24002         (nntp-authinfo-file): Add customization group.
24003
24004         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24005
24006         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24007
24008         * gnus.el (to-address, to-list, subscribed)
24009         (large-newsgroup-initial): Ditto.
24010
24011         * flow-fill.el (fill-flowed-display-column)
24012         (fill-flowed-encode-column): Ditto.
24013
24014 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24015
24016         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24017         Use point-min rather than 1.
24018         (message-send-mail): Use buffer-size rather than point-max.
24019
24020         * gnus-sum.el (gnus-summary-search-article-forward):
24021         Signal a specific `search-failed' rather than a generic `error'.
24022
24023         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24024         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24025         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24026
24027 2004-09-10  Simon Josefsson  <jas@extundo.com>
24028
24029         * nndb.el (require): Remove tcp and duplicate cl.
24030
24031 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24032
24033         * gnus-agent.el (directory-files-and-attributes): Move forward.
24034
24035 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24036
24037         * gnus-agent.el (directory-files-and-attributes):
24038         Optionally defined to support XEmacs.
24039
24040 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24041
24042         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24043         to avoid run-time CL dependencies.
24044         (gnus-agent-unfetch-articles): New function.
24045         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24046         article numbers even when local .overview file is missing.
24047         (gnus-agent-read-article-number): New function.  Only accepts
24048         27-bit article numbers.
24049         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24050         Use gnus-agent-read-article-number.
24051         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24052         from backend while recognizing that article numbers in .overview
24053         must be valid.
24054         (gnus-agent-update-files-total-fetched-for):
24055         Use directory-files-and-attributes to improve performance.
24056         * gnus-int.el (gnus-request-move-article):
24057         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24058         improve performance.
24059
24060         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24061         some users confused by references to .newsrc when they only have a
24062         .newsrc.eld file.
24063         (gnus-convert-mark-converter-prompt)
24064         (gnus-convert-converter-needs-prompt): Fix use of property list.
24065         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24066         New function.  Used internally to only display 'gnus converting
24067         files' message when actually necessary.
24068
24069         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24070         methods now autoloaded.
24071
24072 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24073
24074         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24075         identifiers.
24076
24077 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24078
24079         * gnus-picon.el: Fix indentation and closing parenthesis.
24080
24081 2004-09-01  Simon Josefsson  <jas@extundo.com>
24082
24083         * message.el (message-canlock-generate): Require sha1, not
24084         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24085         to require within a function.  Sadly, if sha1.el isn't loaded, the
24086         let binding in m-c-g will hide the defcustom definition, which is
24087         bad.)
24088
24089         * canlock.el: Require sha1, not sha1-el.
24090
24091         * message.el: Don't autoload sha1 (there is a autoload cookie in
24092         sha1.el).
24093
24094         * sha1-el.el: Rename to sha1.el.
24095
24096 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24097
24098         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24099
24100 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24101
24102         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24103
24104 2004-08-30  Kim F. Storm  <storm@cua.dk>
24105
24106         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24107
24108         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24109         Add :group 'nnimap.
24110
24111 2004-08-30  Andreas Schwab  <schwab@suse.de>
24112
24113         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24114         ?* and ?\;.
24115
24116         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24117         and ?\' to symbol instead of whitespace.
24118
24119 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24120
24121         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24122
24123         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24124         instead of re-search-forward.
24125
24126         * gnus-uu.el (gnus-uu-save-article): Ditto.
24127         (gnus-uu-post-encode-uuencode): Ditto.
24128
24129         * html2text.el (html2text-clean-list-items): Ditto.
24130         (html2text-clean-dtdd): Ditto.
24131         (html2text-format-tags): Ditto.
24132
24133         * message.el (message-send-mail-with-sendmail): Fix regexp.
24134         (message-fill-field-general): Use search-forward instead of
24135         re-search-forward.
24136         (unbold-region): Ditto.
24137
24138         * nnrss.el (nnrss-request-article): Ditto.
24139
24140         * nnslashdot.el (nnslashdot-request-article): Ditto.
24141
24142         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24143
24144         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24145         "Unrecognized menu descriptor" error in XEmacs.
24146
24147 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24148
24149         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24150         parent article of a sparse article in the thread hashtb.
24151
24152 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24153
24154         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24155         (nnmail-expand-newtext): Lowercase expanded entries if
24156         nnmail-split-lowercase-expanded is non-nil.
24157
24158 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24159
24160         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24161
24162         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24163         of gnus-tmp-news-method into string under XEmacs.  It will be
24164         passed to gnus-correct-length which takes only a string argument.
24165
24166 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24167
24168         * gnus-util.el (gnus-bind-print-variables): New macro.
24169         (gnus-prin1): Use it.
24170         (gnus-prin1-to-string): Use it.
24171         (gnus-pp): New function.
24172         (gnus-pp-to-string): New function.
24173
24174         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24175         Replace pp-to-string with gnus-pp-to-string.
24176         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24177         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24178         * gnus-msg.el (gnus-debug): Ditto.
24179         * gnus-score.el (gnus-score-save): Ditto.
24180         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24181         gnus-pp-to-string.
24182         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24183         with gnus-pp.
24184         * score-mode.el (gnus-score-pretty-print): Ditto.
24185         * webmail.el (webmail-debug): Ditto.
24186
24187 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24188
24189         * gnus-art.el (article-display-face, article-display-x-face):
24190         Use buffer-read-only.
24191
24192 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24193
24194         * gnus-art.el (article-hide-list-identifiers):
24195         Bind inhibit-read-only as t.
24196
24197 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24198
24199         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24200
24201 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24202
24203         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24204         (gnus-narrow-to-page): Don't assume point-min == 1.
24205         (gnus-article-edit-mode): Derive from message-mode.
24206
24207         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24208         point-min == 1.
24209
24210         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24211         Disable incorrect use of `assert'.
24212
24213         * message.el (message-mode): Set comment-start-skip.
24214
24215
24216 2004-08-22  Sam Steingold  <sds@gnu.org>
24217
24218         * pop3.el (pop3-leave-mail-on-server): New user variable.
24219         (pop3-movemail): Delete mail only when it is nil.
24220
24221 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24222
24223         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24224
24225         * mml.el (mml-preview): Use `pop-to-buffer'.
24226
24227         * message.el (message-goto-mail-followup-to): Insert after "To".
24228         (message-carefully-insert-headers): Add comment.
24229
24230         * gnus.el: Remove unused variable `gnus-article-check-size'.
24231
24232         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24233
24234         * gnus-art.el (gnus-button-alist):
24235         Improve `gnus-button-handle-library' entry.
24236
24237 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24238
24239         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24240         Use downcase, since XEmacs capitalizes error messages differently.
24241
24242 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24243
24244         * nntp.el: Add (require 'gnus) due to reference to
24245         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24246
24247 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24248
24249         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24250         Bind `mm-fill-flowed'.
24251
24252         * mm-decode.el (mm-dissect-singlepart): Check it.
24253
24254 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24255
24256         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24257         'imap' for netrc parsing.
24258
24259 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24260
24261         * mailcap.el (mailcap-mime-data): Mark as risky.
24262
24263 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24264
24265         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24266         may be included in the encoded word.
24267         (rfc2047-encode): Don't append a space if the encoded word
24268         includes close parenthesis.
24269
24270 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24271
24272         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24273         of text within parentheses.
24274
24275 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24276
24277         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24278         (gnus-encrypt-write-file-contents): Make the password key the file
24279         name PLUS the cipher, not just the cipher.  Also remove failed
24280         passwords from the cache.
24281
24282 2004-08-06  Simon Josefsson  <jas@extundo.com>
24283
24284         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24285         Doc fix.
24286
24287 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24288
24289         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24290         LWSP.
24291
24292 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24293
24294         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24295         Try to append in-reply-to: data to the references: header.
24296
24297         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
24298         (netrc-parse): Use gnus-encrypt.el functions.
24299
24300         * gnus-encrypt.el: Add new file for encryption support; currently
24301         does only a few GPG ciphers and an internal XOR cipher.
24302
24303         * password.el: Add comments on using password-read-and-add.
24304         (password-read-and-add): Add function to read and add the
24305         password to the cache at once.
24306
24307 2004-07-28  Simon Josefsson  <jas@extundo.com>
24308
24309         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
24310         parameter (but don't use it, for now).
24311
24312         * imap.el (imap-ssl-open): Use imap-process-connection-type,
24313         instead of hard coding to nil.
24314
24315 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24316
24317         * mm-view.el (mm-inline-image-emacs): Open lines under an image
24318         as mm-inline-image-xemacs does.
24319
24320 2004-07-26  Simon Josefsson  <jas@extundo.com>
24321
24322         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
24323         Revert part of 2004-07-17 change below.
24324
24325 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24326
24327         * rfc2047.el (rfc2047-encode-region): Don't infloop.
24328         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24329
24330 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24331
24332         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
24333         quotes that actually start with ">" at the beginning of the
24334         lines.
24335
24336 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24337
24338         * rfc2047.el (rfc2047-encode-region): Fix last change.
24339         (rfc2047-encode-parameter): Remove useless concat.
24340
24341 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24342
24343         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
24344         encode special characters; fix some kind of misconfigured headers;
24345         signal a real error if debug-on-quit or debug-on-error is non-nil.
24346         (rfc2047-encode-max-chars): New variable.
24347         (rfc2047-encode-1): Use it.
24348         (rfc2047-encode-parameter): New function.
24349
24350         * mml.el (mml-insert-parameter): Remove an excessive space.
24351
24352 2004-07-17  Simon Josefsson  <jas@extundo.com>
24353
24354         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
24355         Kai Grossjohann <kai@emptydomain.de>.
24356         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
24357         (gnus-group-make-menu-bar): Ditto.
24358
24359         * gnus-util.el (gnus-group-server): Add.
24360
24361 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
24362
24363         * message.el (message-clone-locals): Clone sendmail and smtp
24364         variables.
24365
24366 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24367
24368         * rfc2047.el (rfc2047-encode-region): Fix last change.
24369
24370 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24371
24372         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
24373         characters as non-special.
24374
24375 2004-07-09  Simon Josefsson  <jas@extundo.com>
24376
24377         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
24378         Users will lose all flag changes made while unplugged with
24379         e.g. nntp unless flag synchronization happens, thus `nil' is not a
24380         good default.  See numerous reports on ding mailing list.
24381
24382 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24383
24384         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
24385         add generate-head-function and generate-article-function to the
24386         rfc822-forward entry.
24387         (nndoc-rfc822-forward-generate-article): New function.
24388         (nndoc-rfc822-forward-generate-head): New function.
24389
24390         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
24391
24392 2004-07-06  Dan Christensen  <jdc@uwo.ca>
24393
24394         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
24395         respect display group parameter and gnus-summary-expunge-below.
24396         (gnus-articles-to-read): Remove unused reference to display group
24397         parameter.
24398
24399 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24400
24401         * nnheader.el (nnheader-uniquify-message-id): New experimental
24402         variable.
24403         (nnheader-nov-read-message-id): Use it.
24404
24405         * spam-report.el (spam-report-gmane): Add interactive.
24406
24407 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24408
24409         * mm-encode.el (mm-content-transfer-encoding-defaults):
24410         Use qp-or-base64 for the application/* types.
24411
24412 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
24413
24414         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
24415
24416 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
24417
24418         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
24419         trim value.
24420
24421 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24422
24423         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
24424         New macro and function.
24425         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
24426
24427 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24428
24429         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
24430         after-load-alist.
24431
24432 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24433
24434         * gnus-group.el (gnus-group-get-new-news-this-group):
24435         Don't update info that isn't there.
24436
24437 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
24438
24439         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
24440         entry.
24441
24442 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24443
24444         * mm-view.el (mm-inline-render-with-function): Use multibyte
24445         buffer; decode html source by charset.
24446
24447         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
24448
24449         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
24450         Mule-UCS is loaded under XEmacs.
24451         (mm-mime-mule-charset-alist): Avoid duplicated entries.
24452
24453 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
24454
24455         * nnheader.el (nnheader-max-head-length): Increase to 8192.
24456
24457 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24458
24459         * mm-util.el (mm-coding-system-p): Return a coding-system.
24460         (mm-mime-mule-charset-alist): Use shift_jis instead of
24461         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
24462         entries for the mime charsets iso-2022-jp-3 and shift_jis.
24463         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
24464         instead of japanese-shift-jis and iso-latin-1 respectively in
24465         order to share the default value with both Emacs and XEmacs-mule.
24466         (mm-mule-charset-to-mime-charset):
24467         Make mm-coding-system-priorities effective.
24468         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
24469         while predicating of candidates upon the priorities.
24470
24471 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
24472
24473         * gnus-sum.el (gnus-summary-make-menu-bar):
24474         Add gnus-uu-invert-processable.
24475
24476         * gnus.el: Autoload gnus-uu-invert-processable.
24477
24478 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24479
24480         * mm-util.el (mm-with-multibyte-buffer): New macro.
24481
24482         * rfc2047.el (rfc2047-encode-string): Use it.
24483         (rfc2047-encode-region): Move point to the end of the region after
24484         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
24485
24486 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24487
24488         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
24489         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
24490
24491 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24492
24493         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
24494         (gnus-cite-parse): Ignore quoted envelope From_.
24495         Suggested by Karl Chen <quarl@nospam.quarl.org>.
24496
24497 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
24498
24499         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
24500         invalid addresses.
24501
24502 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
24503
24504         * spam.el: Change section markers, revise TODO list.
24505         (spam-backends): Make new master list of all installed backends.
24506         (spam-summary-exit-behavior): Add new variable to determine how
24507         messages moves are done at summary exit.
24508         (spam-move-spam-nonspam-groups-only)
24509         (spam-process-ham-in-nonham-groups)
24510         (spam-process-ham-in-spam-groups): Remove variables, the
24511         spam-summary-exit-behavior variable should be used to manage this
24512         behavior.
24513         (spam-old-ham-articles, spam-old-spam-articles): Remove.
24514         (spam-old-articles): Add variable, replacing spam-old-ham-articles
24515         and spam-old-spam-articles.
24516         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
24517         Add empty variables, placeholders for the backends they represent.
24518         (spam-set-difference): Move, unchanged.
24519         (spam-list-of-processors): Declare OBSOLETE, not used anymore
24520         unless the user has a processor variable.
24521         (spam-classifications, spam-classification-valid-p)
24522         (spam-backend-properties, spam-backend-property-valid-p)
24523         (spam-backend-function-type-valid-p)
24524         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
24525         (spam-report-articles-gmane, spam-report-articles-resend):
24526         Remove functions, they are not needed.
24527         (spam-install-backend-super, spam-backend-list)
24528         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
24529         (spam-backend-function, spam-backend-ham-registration-function)
24530         (spam-backend-spam-registration-function)
24531         (spam-backend-ham-unregistration-function)
24532         (spam-backend-spam-unregistration-function)
24533         (spam-backend-statistical-p, spam-backend-mover-p)
24534         (spam-install-backend-alias, spam-install-checkonly-backend)
24535         (spam-install-mover-backend, spam-install-nocheck-backend)
24536         (spam-install-backend, spam-install-statistical-backend)
24537         (spam-install-statistical-checkonly-backend): Add backend installation
24538         support.
24539         (spam-summary-prepare-exit): Rewrite to use the new backend code.
24540         (spam-group-processor-p): Use the new backend code and respect the
24541         summary exit behavior.
24542         (spam-mark-spam-as-expired-and-move-routine): Remove.
24543         (spam-summary-prepare): Change to use the new spam-old-articles
24544         variable.
24545         (spam-copy-or-move-routine, spam-copy-spam-routine)
24546         (spam-move-spam-routine, spam-copy-ham-routine)
24547         (spam-move-ham-routine): Add code to copy/move ham or spam.
24548         (spam-fetch-field-fast): Improve doc and code, plus allow the
24549         'number request.
24550         (spam-list-of-checks, spam-list-of-statistical-checks):
24551         Remove variables.
24552         (spam-split, spam-find-spam): Use the new backend code.
24553         (spam-registration-functions): Remove variable.
24554         (spam-unregister-routine): Add convenience wrapper.
24555         (spam-log-undo-registration, spam-register-routine)
24556         (spam-log-processing-to-registry)
24557         (spam-log-unregistration-needed-p): Rename "check" to "backend"
24558         where possible.
24559         (spam-check-gmane-xref, spam-check-regex-headers)
24560         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
24561         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
24562         (spam-check-bogofilter-headers, spam-check-spamoracle)
24563         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
24564         (spam-check-crm114-headers): Use the spam-split-group that
24565         spam-split prepares, no need to determine it every time.
24566
24567         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
24568         to the nnheader-parse-naked-head call.
24569
24570         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
24571
24572         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
24573         the nnheader-nov-read-message-id call.
24574
24575 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24576
24577         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
24578         gnus-activate-group twice.  Suggested by Markus Peter
24579         <warp@spin.de>.
24580
24581 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24582
24583         * gnus-art.el (gnus-article-time-format): Exchange the order of
24584         day and month in the default value; fix customization type.
24585         (article-date-ut): Use add-text-properties.
24586         (article-make-date-line): Use message-make-date instead of
24587         current-time-string.
24588
24589         * message.el (message-fetch-field): Don't use set-text-properties.
24590         (message-make-date): Simplify.
24591
24592         * messagexmas.el (message-xmas-make-date): New function.
24593         (message-xmas-redefine): Defalias message-make-date to it.
24594
24595 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24596
24597         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
24598         (rfc2047-encode-region): Treat text within parentheses as special;
24599         show the original text when error has occurred.
24600
24601         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
24602         already-computed method to gnus-activate-group.
24603
24604         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
24605         same select-methods identical Lisp objects.
24606
24607         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
24608         object when modifying the info.
24609
24610 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24611
24612         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24613         gnus-opened-servers since it has never been opened with the new
24614         configuration yet.
24615
24616 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24617
24618         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24619         arg to nnheader-generate-fake-message-id.
24620
24621 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24622
24623         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24624         number and build a fake message ID localized to a group and
24625         article number (so it's repeatable from that point on).
24626         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24627         ID format.
24628
24629         * gnus-sum.el (gnus-get-newsgroup-headers):
24630         Call nnheader-generate-fake-message-id with the article number.
24631
24632 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24633
24634         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24635         end-of-buffer.
24636
24637 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24638
24639         * message.el (message-ignored-supersedes-headers): Add Approved.
24640
24641 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24642
24643         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24644         goto-char.
24645         (rfc2047-encode): Fold the line before encoding.
24646
24647 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24648
24649         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24650         folding -- not all headers can be folded, and this should be done
24651         by the message composition mode.  Probably.  I think.
24652
24653 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24654
24655         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24656         fast.
24657
24658         * gnus-ems.el (gnus-remove-image): Don't use
24659         message-text-with-property; remove only the image found first.
24660
24661         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
24662         found first.
24663
24664 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24665
24666         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24667
24668 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24669
24670         * message.el (message-text-with-property): Make it fast and accept
24671         optional arguments.
24672         (message-strip-forbidden-properties): Use it.
24673         (message-fix-before-sending): Follow the m-t-w-p change.
24674
24675         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24676
24677 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24678
24679         * gnus-art.el (article-hide-headers): Don't change the buffer
24680         mistakenly when performing mml-preview even if
24681         gnus-single-article-buffer is nil.
24682
24683 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24684
24685         * message.el (message-expand-name-databases): New user option.
24686         (message-expand-name): Use it.
24687
24688 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24689
24690         * spam.el (spam-report-articles-resend)
24691         (spam-report-resend-register-routine): Allow ham reporting.
24692         (spam-report-resend-register-ham-routine): Add wrapper.
24693         (spam-registration-functions): Add ham resending functions.
24694         (spam-list-of-processors): Add ham resend processor.
24695
24696         * gnus.el (ham-resend-to): Add new group parameter.
24697         (spam-process): Add ham resend option.
24698
24699         * spam-report.el (spam-report-resend): Allow reporting ham.
24700         (spam-report-resend-ham): Add wrapper.
24701
24702 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24703
24704         * message.el (message-cite-articles-with-x-no-archive):
24705         New variable.
24706         (message-cite-original): Use it.
24707
24708 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24709
24710         * message.el (message-cite-original): Respect X-No-Archive.
24711
24712 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24713
24714         * gnus-art.el (article-hide-headers): Refer to the values for
24715         gnus-ignored-headers and gnus-visible-headers in the summary
24716         buffer since a user may have set them as group parameters.
24717
24718 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24719
24720         * assistant.el (assistant-node-name): Add convenience function.
24721         (assistant-render-text, assistant-render-node): Add error handling,
24722         plus handle multiple next nodes.
24723         (assistant-find-next-node): Comment out for now.
24724         (assistant-find-next-nodes): Add function, returns list of next
24725         nodes.
24726
24727 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24728
24729         * mail-source.el (mail-source-directory): Fix doc-string.
24730
24731 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24732
24733         * assistant.el (assistant-render-text, assistant-eval): Add :set
24734         widget type, which is different because it takes and returns a
24735         list.  Much hilarity ensues.
24736
24737 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24738
24739         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24740
24741         * gnus-group.el (gnus-group-get-new-news-this-group):
24742         Add doc-string.
24743
24744         * gnus-start.el (gnus-activate-group): Add doc-string.
24745
24746 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24747
24748         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24749
24750 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24751
24752         * assistant.el (assistant-render-text): Try to add a :set
24753         widget, more to come.
24754
24755         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24756         strings.
24757         (spam-report-articles-resend)
24758         (spam-register-routine): Do registration iff any articles warrant
24759         it.
24760         (spam-summary-prepare-exit): Change log message for nil group
24761         destinations.
24762
24763 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24764
24765         * spam.el (spam-report-resend-register-routine):
24766         Allow spam-report-resend-to to be a group parameter or a global value.
24767
24768 2004-05-26  Simon Josefsson  <jas@extundo.com>
24769
24770         * starttls.el: Merge with my GNUTLS based starttls.el.
24771         (starttls-gnutls-program, starttls-use-gnutls)
24772         (starttls-extra-arguments, starttls-process-connection-type)
24773         (starttls-connect, starttls-failure, starttls-success):
24774         New variables.
24775         (starttls-program, starttls-extra-args): Doc fix.
24776         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24777         New functions.
24778         (starttls-negotiate, starttls-open-stream):
24779         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24780         function if it is set.
24781
24782 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24783
24784         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24785         structured fields.
24786
24787 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24788
24789         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24790
24791 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24792
24793         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24794         Add variable.
24795         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24796         assigning the spam-mark to new messages.
24797
24798 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24799
24800         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24801
24802 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24803
24804         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24805
24806         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24807         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24808         default.
24809
24810 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24811
24812         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24813         correct data.
24814
24815 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24816
24817         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24818         (spam-group-processor-p): Fix function.
24819         (spam-group-processor-multiple-p)
24820         (spam-group-spam-processor-report-gmane-p)
24821         (spam-group-spam-processor-report-resend-p)
24822         (spam-group-spam-processor-bogofilter-p)
24823         (spam-group-spam-processor-blacklist-p)
24824         (spam-group-spam-processor-ifile-p)
24825         (spam-group-ham-processor-ifile-p)
24826         (spam-group-spam-processor-spamoracle-p)
24827         (spam-group-spam-processor-crm114-p)
24828         (spam-group-ham-processor-bogofilter-p)
24829         (spam-group-spam-processor-stat-p)
24830         (spam-group-ham-processor-stat-p)
24831         (spam-group-ham-processor-whitelist-p)
24832         (spam-group-ham-processor-BBDB-p)
24833         (spam-group-ham-processor-spamoracle-p)
24834         (spam-group-ham-processor-copy-p): Remove functions with some
24835         prejudice against unneeded code.
24836         (spam-report-articles-resend)
24837         (spam-report-resend-register-routine): Allow the group/topic
24838         spam-resend-to value to override spam-report-resend-to.
24839         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24840         properly now.
24841
24842         * gnus.el (spam-resend-to): Add group/topic parameter.
24843         (spam-process): Move the OBSOLETE processors to the end of the
24844         choices.
24845
24846 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24847
24848         * spam-report.el (spam-report-resend-to, spam-report-resend):
24849         Start with resend-to set to nil, and then ask the user if necessary.
24850         (spam-report-resend): spam-report-resend takes a list of articles, not
24851         separate article numbers.
24852
24853 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24854
24855         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24856         addition to emacs-w3m.
24857
24858 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24859
24860         * assistant.el (assistant-authinfo-data): New function.
24861         (assistant-eval): Eval for entire assistant.
24862
24863         * netrc.el (netrc-services-file): New variable.
24864         (netrc-parse-services): New function.
24865         (netrc-find-service-name): New function.
24866         (netrc-find-service-number): New function.
24867         (netrc-port-equal): New function.
24868         (netrc-machine): Use it.
24869
24870         * nnimap.el (nnimap-open-connection): Use netrc.
24871
24872         * gnus-util.el (gnus-netrc-get): Remove aliases.
24873
24874         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24875
24876         * assistant.el (wid-edit): Fix compilation.
24877
24878         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24879
24880 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24881
24882         * gnus-util.el (gnus-set-file-modes): New function.  (small
24883         patch).
24884
24885 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24886
24887         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24888
24889         * assistant.el (assistant-render-node): Fix up rendering and
24890         read-only text.
24891         (assistant-render-node): Reset.
24892         (assistant-make-read-only): Not sticky.
24893
24894 2004-05-20  Danny Siu  <dsiu@adobe.com>
24895
24896         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24897         centered even when gnus-auto-center-summary is t.
24898
24899 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24900
24901         * dns.el (dns-get-txt-answer): New function.
24902         (dns-read-txt): Ditto.
24903         (query-dns): Use it.
24904
24905 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24906
24907         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24908         active for foreign groups even if the group level is higher than
24909         the specified value.
24910
24911 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24912
24913         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24914         non-active groups.
24915
24916         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24917
24918 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24919
24920         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24921
24922 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24923
24924         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24925         (spam-crm114-header, spam-crm114-spam-switch)
24926         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24927         (spam-crm114-positive-spam-header)
24928         (spam-crm114-database-directory, spam-list-of-processors)
24929         (spam-group-spam-processor-crm114-p)
24930         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24931         (spam-generic-score, spam-list-of-checks)
24932         (spam-list-of-statistical-checks, spam-registration-functions)
24933         (spam-check-crm114-headers, spam-crm114-score)
24934         (spam-check-crm114, spam-crm114-register-with-crm114)
24935         (spam-crm114-register-spam-routine)
24936         (spam-crm114-unregister-spam-routine)
24937         (spam-crm114-register-ham-routine)
24938         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24939
24940 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24941
24942         * gnus.el: Add spam-use-crm114.
24943
24944         * spam.el (spam-list-of-processors, spam-registration-functions):
24945         Add spam-use-resend.
24946         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24947         (spam-report-articles-gmane): Add doc fix.
24948         (spam-report-articles-resend, spam-report-resend-register-routine):
24949         Add wrappers around spam-report-resend-to.
24950
24951         * spam-report.el (spam-report-resend-to, spam-report-resend):
24952         Add support for resending spam.
24953         (spam-report-gmane): Fix line length >80.
24954
24955         * gnus.el (spam-process): Add spam-use-resend.
24956
24957 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24958
24959         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24960         number of processed spam messages.
24961         (spam-ham-copy-or-move-routine): Return the number of processed
24962         ham messages.
24963         (spam-summary-prepare-exit): Use the above values to decide
24964         whether status messages shouled be displayed.
24965
24966 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24967
24968         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24969         `rfc2047-encoding-function-alist' in order to avoid conflicting
24970         with the old version.
24971         (rfc2047-encode-region): Concatenate words containing non-ASCII
24972         characters in structured fields; don't encode space-delimited
24973         ASCII words even in unstructured fields; don't break words at
24974         char-category boundaries.
24975         (rfc2047-encode-1): New function.
24976         (rfc2047-encode): Use it; encode text so that it occupies the
24977         maximum width within 76-column; work correctly on Q encoding for
24978         iso-2022-* charsets.
24979         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24980         sure not to break a line just after the header name.
24981         (rfc2047-b-encode-region): Remove.
24982         (rfc2047-b-encode-string): New function.
24983         (rfc2047-q-encode-region): Remove.
24984         (rfc2047-q-encode-string): New function.
24985
24986         * mm-util.el (mm-replace-in-string): New function.
24987
24988 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24989
24990         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24991         Really get it right.
24992         (gnus-inews-make-draft): Really.
24993
24994 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24995
24996         * nnmh.el (nnmh-request-list-1): Don't check the link count
24997         before descending.  (small patch)
24998
24999 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25000
25001         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25002         stuff.
25003
25004         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25005         Match on real group name.
25006
25007         * gnus-art.el (gnus-signature-limit): Doc fix.
25008
25009         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25010
25011         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25012
25013 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25014
25015         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25016         isn't a string.
25017
25018 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25019
25020         * gnus-draft.el (gnus-draft-send):
25021         Bind rfc2047-encode-encoded-words.
25022
25023         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25024         (rfc2047-encodable-p): Say that =? needs encoding.
25025         (rfc2047-encode-encoded-words): New variable.
25026
25027         * gnus-group.el (gnus-group-select-group): Doc fix.
25028
25029         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25030
25031         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25032         to nil.
25033
25034         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25035
25036         * nnheader.el (nnheader-get-lines-and-char): New function.
25037
25038 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25039
25040         * gnus-msg.el (gnus-summary-followup-with-original):
25041         Document yanking of region when active.
25042
25043 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25044
25045         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25046         groups if the group level is higher than the specified value.
25047
25048 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25049
25050         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25051         (gnus-group-jump-to-group): Add prefix argument using
25052         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25053         non-active group.
25054
25055         * compface.el (uncompface): Be verbose when changing
25056         `uncompface-use-external'.
25057
25058         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25059         handle manual section.
25060
25061 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25062
25063         * gnus-art.el (gnus-button-alist): Revert previous change.
25064
25065 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25066
25067         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25068
25069 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25070
25071         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25072         whether backend can accept message.
25073
25074         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25075
25076 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25077
25078         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25079         Avoid creating directory when nntp-marks-is-evil is true.
25080         Reported by Reiner Steib.
25081
25082 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25083
25084         * gnus-picon.el (gnus-picon-insert-glyph):
25085         Add optional `nostring' argument.
25086
25087 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25088
25089         * gnus-picon.el (gnus-picon-style): New variable.
25090         (gnus-picon-transform-address): Support `gnus-picon-style'.
25091
25092 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25093
25094         * message.el (message-fill-field): Return point.
25095         (message-generate-headers): Go to end of field.
25096
25097         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25098         stuff for non-living groups.
25099
25100 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25101
25102         * gnus-art.el (gnus-article-followup-with-original)
25103         (gnus-article-reply-with-original): gnus-mark-active-p ->
25104         gnus-region-active-p.
25105
25106 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25107
25108         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25109         only when there is spam or ham to be processed.
25110
25111 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25112
25113         * mail-source.el (mail-source-delete-crash-box): Refactor.
25114         (mail-source-fetch): Use it.
25115         (mail-source-fetch-file): Ditto.
25116         (mail-source-fetch-directory): Run postscript in loop.
25117         (mail-source-fetch-pop): Delete.
25118         (mail-source-fetch-maildir): Ditto.
25119         (mail-source-fetch-imap): Ditto.
25120
25121         * imap.el (imap-authenticators): Comment out sasl.
25122
25123         * message.el (message-skip-to-next-address): New function.
25124         (message-fill-header-address): Refactor.
25125         (message-fill-address): Use it.
25126         (message-delete-address): Use it.
25127         (message-fill-header-general): Refactor.
25128         (message-fill-field-address): Rename.
25129         (message-narrow-to-field): Find the start of the header.
25130         (message-header-format-alist): Don't pre-fill.
25131         (message-fill-header): Remove.
25132         (message-insert-header): New function.
25133         (message-shorten-references): Use it.
25134
25135         * rfc2047.el (rfc2047-field-value): Strip props.
25136
25137         * mail-parse.el (mail-header-make-address): New alias.
25138
25139         * ietf-drums.el (ietf-drums-make-address): New function.
25140
25141         * imap.el: Add compiler directives.
25142
25143         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25144
25145         * gnus-art.el (article-decode-idna-rhs): Don't use
25146         message-idna-inside-rhs-p.
25147
25148 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25149
25150         * message.el (message-idna-inside-rhs-p): Remove.
25151         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25152
25153         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25154         false positives.
25155
25156 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25157
25158         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25159
25160 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25161
25162         * nneething.el (nneething-file-name): Don't create spurious
25163         files.
25164
25165         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25166         (gnus-inews-do-gcc): Remove sleep.
25167
25168         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25169         part under point.
25170
25171         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25172         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25173
25174 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25175
25176         * spam.el (spam-summary-prepare-exit): Fix (length).
25177
25178 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25179
25180         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25181         as expired without moving it" message when there are spam
25182         messages left.
25183
25184 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25185
25186         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25187         header is not nil.
25188
25189 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25190
25191         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25192         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25193         (nntp-marks-changed-p): New arg SERVER.
25194         (nntp-request-update-info): Adjust caller.
25195
25196 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25197
25198         * nntp.el (nntp-save-marks): Pass missing arg.
25199
25200 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25201
25202         * nntp.el: Support marks.
25203         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25204         (nntp-marks-modtime, nntp-marks-directory): New variables.
25205         (nntp-request-set-mark, nntp-request-update-info)
25206         (nntp-possibly-create-directory, nntp-marks-changed-p)
25207         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25208         New functions.
25209
25210 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25211
25212         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25213         (gnus-xmas-redefine): Rename.
25214
25215         * gnus-score.el (gnus-score-insert-help):
25216         Use gnus-select-lowest-window.
25217
25218         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25219         appt-select-lowest-window and rename to gnus-select-lowest-window.
25220
25221         * gnus.el: do.
25222
25223 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25224
25225         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25226         encodings of MIME-encoded words, in order to improve
25227         interoperability with several broken MUAs.
25228
25229 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25230
25231         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25232         tags, only when charsets are not specified in headers.
25233         (mm-inline-text-html-render-with-w3m): Ditto.
25234
25235         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25236         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25237
25238 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25239
25240         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25241         instead of MIME-decoded from fields when checking
25242         `gnus-article-address-banner-alist'.
25243
25244 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25245
25246         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25247         description rather than subject.
25248
25249 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25250
25251         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25252
25253 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25254
25255         * gnus.el (gnus-version-number): Bump.
25256
25257 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25258
25259         * gnus.el: No Gnus v0.2 is released.
25260
25261 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25262
25263         * gnus-agent.el (gnus-agent-read-agentview):
25264         Inline gnus-uncompress-range.
25265
25266 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25267
25268         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25269         `exec-installed-p'.
25270
25271 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25272
25273         * gnus.el (spam-process, spam-autodetect-methods):
25274         Add bsfilter and bsfilter-headers.
25275
25276         * spam.el (spam-bsfilter): New customize group.
25277         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25278         (spam-bsfilter-header, spam-bsfilter-probability-header)
25279         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25280         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25281         (spam-bsfilter-database-directory): New options.
25282         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25283         (spam-list-of-statistical-checks, spam-registration-functions):
25284         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25285         (spam-bsfilter-score): New command.
25286         (spam-check-bsfilter-headers, spam-check-bsfilter)
25287         (spam-bsfilter-register-with-bsfilter)
25288         (spam-bsfilter-register-spam-routine)
25289         (spam-bsfilter-unregister-spam-routine)
25290         (spam-bsfilter-register-ham-routine)
25291         (spam-bsfilter-unregister-ham-routine): New functions.
25292         (spam-generic-score): Support bsfilter; Accept an optional argument
25293         to recalcurate spam score even if scoring header has already been
25294         added.
25295         (spam-bogofilter-score, spam-spamassassin-score): Accept an
25296         optional argument to recalcurate spam score even if scoring header
25297         has already been added.
25298
25299 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
25300
25301         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
25302         strings!  Reported by David D. Smith <davidsmith@acm.org>.
25303         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
25304         link is missing.
25305
25306 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
25307
25308         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
25309         (html2text-get-attr): Rewrite.
25310
25311         * message.el (message-setup-1): Remove redundant put-text-property
25312         on mail-header-separator.
25313
25314 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
25315
25316         * gnus-registry.el (gnus-registry-cache-whitespace)
25317         (gnus-registry-action, gnus-registry-spool-action)
25318         (gnus-registry-split-fancy-with-parent): Change message levels
25319         from 5 to 3 or 7, as needed.
25320
25321         * spam.el (spam-summary-prepare-exit)
25322         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
25323         (spam-split, spam-find-spam, spam-log-undo-registration)
25324         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
25325         level from 5 to 6.
25326
25327 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25328
25329         * gnus-ems.el: Autoload appt-select-lowest-window (revert
25330         2004-03-04 change).
25331
25332 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
25333
25334         * sieve-manage.el (sieve-manage-open):
25335         * nnweb.el (nnweb-insert-html):
25336         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
25337         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
25338         * nnspool.el (nnspool-request-group):
25339         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
25340         * nnml.el (nnml-request-update-info):
25341         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
25342         (nnmh-request-create-group, nnmh-update-gnus-unreads):
25343         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
25344         (nnimap-request-set-mark):
25345         * nnfolder.el (nnfolder-request-update-info):
25346         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
25347         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
25348         * gnus-uu.el (gnus-uu-find-articles-matching):
25349         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
25350         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
25351         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
25352         * gnus-nocem.el (gnus-nocem-scan-groups):
25353         * gnus-int.el (gnus-start-news-server):
25354         * gnus-group.el (gnus-group-make-kiboze-group)
25355         (gnus-group-browse-foreign-server):
25356         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
25357         Use mapc when appropriate.
25358
25359 2004-04-22  Dan Christensen  <jdc@uwo.ca>
25360             Adam Sjøgren  <asjo@koldfront.dk>
25361             Wes Hardaker  <wes@hardakers.net>
25362             Michael Shields  <shields@msrl.com>
25363
25364         * spam.el (spam-necessary-extra-headers): Get the extra headers we
25365         may need for spam sorting and scoring.
25366         (spam-user-format-function-S): Add user format function suitable for
25367         general use.
25368         (spam-article-sort-by-spam-status): Add sorting function for summary
25369         sorting.
25370         (spam-extra-header-to-number): Add function to get a score from a
25371         header.
25372         (spam-summary-score): Add function to get a numeric score from the
25373         headers.
25374         (spam-generic-score): Fix function doc, was in wrong place.
25375         (spam-initialize): Take symbols when it's run, and install the
25376         extra headers that spam-necessary-extra-headers thinks we need.
25377
25378 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
25379
25380         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
25381         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25382
25383 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
25384
25385         * gnus-sum.el (gnus-set-global-variables)
25386         (gnus-build-all-threads, gnus-get-newsgroup-headers)
25387         (gnus-article-get-xrefs, gnus-summary-best-group)
25388         (gnus-summary-next-article, gnus-summary-enter-digest-group)
25389         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
25390         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
25391         Use with-current-buffer.
25392
25393 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
25394
25395         * spam.el (spam-summary-prepare-exit): Simplify logic.
25396         (spam-fetch-article-header): Read the article header if it's not
25397         available.
25398         (spam-list-articles): Simplify logic.
25399         (spam-filelist-register-routine): Fix bug with unregister-list.
25400
25401         * gnus-registry.el: Fix comments at beginning.
25402
25403 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
25404
25405         * message.el (message-cater-to-broken-inn): Remove.
25406         (message-shorten-references): Make sure the total folded length of
25407         References is shorter than 998 characters to cater to a bug in INN
25408         2.3.  Also, don't pretend that references aren't folded -- this
25409         hasn't worked for a while.
25410
25411 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25412
25413         * gnus-agent.el (gnus-agentize):
25414         gnus-agent-send-mail-real-function no longer set to current value
25415         of message-send-mail-function but rather a lambda that calls
25416         message-send-mail-function.  The change makes the agent real-time
25417         responsive to user changes to message-send-mail-function.
25418
25419 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25420
25421         * legacy-gnus-agent.el
25422         (gnus-agent-convert-to-compressed-agentview): Fix typos with
25423         help from Florian Weimer <fw@deneb.enyo.de>
25424
25425 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25426
25427         * nnmail.el (nnmail-cache-insert): Revert last change.
25428
25429 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25430
25431         * nnmail.el (nnmail-cache-insert): Always check whether
25432         nnmail-cache-ignore-groups matches a group name.
25433
25434 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
25435
25436         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
25437         (spam-find-spam, spam-log-processing-to-registry)
25438         (spam-log-registered-p, spam-log-unregistration-needed-p)
25439         (spam-log-undo-registration): Use gnus-message instead of
25440         gnus-error, none of these errors are fatal.
25441
25442         * gnus-registry.el (gnus-registry-clean-empty-function)
25443         (gnus-registry-clean-empty): Remove only empty entries without
25444         extra data.
25445
25446 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
25447
25448         * spam-stat.el (spam-stat-buffer-change-to-spam)
25449         (spam-stat-buffer-change-to-non-spam): Change (error) to
25450         (gnus-message 8) invocation.
25451
25452 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25453
25454         * nntp.el (nntp-via-netcat-command): New variable.
25455         (nntp-via-netcat-switches): New variable.
25456         (nntp-open-via-rlogin-and-netcat): New function.
25457         (nntp-open-connection-function): Doc fix.
25458         (nntp-telnet-command): Doc fix.
25459         (nntp-end-of-line): Doc fix.
25460         (nntp-via-rlogin-command): Doc fix.
25461         (nntp-via-user-name): Doc fix.
25462         (nntp-via-address): Doc fix.
25463
25464 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25465
25466         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
25467         error in Emacs 21.1.
25468
25469 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
25470
25471         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
25472
25473 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25474
25475         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
25476         (gnus-agent-with-refreshed-group): New macro.
25477         (gnus-agent-rename-group): New function.
25478         (gnus-agent-delete-group): New function.
25479         (gnus-agent-save-group-info): Use gnus-command-method when
25480         `method' parameter is nil.  Don't write nil entries into the
25481         active file.
25482         (gnus-agent-get-group-info): New function.
25483         (gnus-agent-fetch-articles):
25484         Use gnus-agent-update-files-total-fetched-for to increment disk space
25485         used.
25486         (gnus-agent-fetch-headers, gnus-agent-save-alist):
25487         Use gnus-agent-update-view-total-fetched-for to increment disk space
25488         used.
25489         (gnus-agent-get-local): Add optional parameters to avoid calling
25490         gnus-group-real-name and gnus-find-method-for-group.
25491         (gnus-agent-set-local): Delete stored entry if either min, or max,
25492         are nil.
25493         (gnus-agent-fetch-session): Reworded error/quit messages.
25494         On quit, use gnus-agent-regenerate-group to record existance of any
25495         articles fetched to disk before the quit occurred.
25496         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
25497         gnus-agent-update-view-total-fetched-for, and
25498         gnus-agent-update-files-total-fetched-for to decrement disk space
25499         used.
25500         (gnus-agent-retrieve-headers):
25501         Use gnus-agent-update-view-total-fetched-for to increment disk space
25502         used.
25503         (gnus-agent-regenerate-group): Replace gnus-group-update-group
25504         with gnus-agent-update-files-total-fetched-for to decrement disk
25505         space and fresh group buffer.
25506         (gnus-agent-inhibit-update-total-fetched-for): New variable.
25507         (gnus-agent-need-update-total-fetched-for): New variable.
25508         (gnus-agent-update-files-total-fetched-for): New function.
25509         (gnus-agent-update-view-total-fetched-for): New function.
25510         (gnus-agent-total-fetched-for): New function.
25511
25512         * gnus-cache.el (gnus-cache-save-buffers):
25513         Use gnus-cache-update-overview-total-fetched-for to change disk space
25514         used by this group.
25515         (gnus-cache-possibly-enter-article):
25516         Use gnus-cache-update-file-total-fetched-for to increment disk space
25517         used by this group.
25518         (gnus-cache-possibly-remove-article):
25519         Use gnus-cache-update-file-total-fetched-for to decrement disk space
25520         used by this group.
25521         (gnus-cache-generate-nov-databases): Purge total fetched cache.
25522         (gnus-cache-rename-group): New function.
25523         (gnus-cache-delete-group): New function.
25524         (gnus-cache-inhibit-update-total-fetched-for): New variable.
25525         (gnus-cache-need-update-total-fetched-for): New variable.
25526         (gnus-cache-with-refreshed-group): New macro.
25527         (gnus-cache-update-file-total-fetched-for): New function.
25528         (gnus-cache-update-overview-total-fetched-for): New function.
25529         (gnus-cache-rename-group-total-fetched-for): New function.
25530         (gnus-cache-delete-group-total-fetched-for): New function.
25531         (gnus-cache-total-fetched-for): New function.
25532
25533         * gnus-group.el: Require gnus-sum and autoload functions to
25534         resolve warnings when gnus-group.el compiled alone.
25535         (gnus-group-line-format): Documented new %F.
25536         (size of Fetched data) group line format; identifies disk space
25537         used by agent and cache.
25538         (gnus-group-line-format-alist): Defined new F format.
25539         (gnus-total-fetched-for): New function.
25540         (gnus-group-delete-group): No longer update
25541         gnus-cache-active-altered as gnus-request-delete-group now keeps
25542         the cache in sync.
25543         (gnus-group-list-active): Let the agent store a server's active
25544         list if currently plugged.
25545
25546         * gnus-int.el (gnus-request-delete-group):
25547         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
25548         local disk in sync with the server.
25549         (gnus-request-rename-group):
25550         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
25551         local disk in sync with the server.
25552
25553         * gnus-start.el (gnus-get-unread-articles):
25554         Cosmetic simplification to logic.
25555
25556         * gnus-util.el (gnus-rename-file): New function.
25557
25558 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
25559
25560         * mm-util.el (mm-image-load-path): Handle nil in load-path.
25561
25562 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
25563
25564         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
25565         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
25566
25567 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
25568
25569         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
25570         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
25571
25572 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
25573
25574         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
25575
25576 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
25577
25578         * spam.el (spam-set-difference): Add function to replace
25579         gnus-set-difference in spam.el.
25580         (spam-summary-prepare-exit): Use spam-set-difference.
25581
25582 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
25583
25584         * gnus-registry.el (gnus-registry-cache-file): Update to use
25585         gnus-dribble-directory OR gnus-home-directory OR ~.
25586         (gnus-registry-split-fancy-with-parent): Fix doc.
25587
25588 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25589
25590         * message.el (message-exchange-point-and-mark):
25591         Use message-mark-active-p.  Suggested by Jesper Harder
25592         <harder@ifa.au.dk>.
25593
25594 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25595
25596         * message.el (message-exchange-point-and-mark): Don't activate
25597         region if it was inactive.  Suggested by Hiroshi Fujishima
25598         <pooh@nature.tsukuba.ac.jp>.
25599
25600 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25601
25602         * gnus-art.el (article-display-face): Display Faces in the same
25603         order as X-Faces.
25604
25605 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25606
25607         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
25608
25609 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25610
25611         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25612         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25613         (gnus-article-mime-hierarchy): Remove.
25614         (gnus-article-mime-hierarchy-next): Remove.
25615         (gnus-article-mode): Revert 2004-03-19 change.
25616         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25617         (gnus-insert-mime-button): Revert 2004-03-19 change.
25618         (gnus-mime-accumulate-hierarchy): Remove.
25619         (gnus-mime-enter-multipart): Remove.
25620         (gnus-mime-leave-multipart): Remove.
25621         (gnus-mime-display-part): Revert 2004-03-19 change.
25622         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25623
25624         * mml.el (mml-preview): Revert 2004-03-19 change.
25625
25626 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25627
25628         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25629
25630 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25631
25632         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25633         t while entering a file name using the mm-with-multibyte macro.
25634         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25635
25636         * mm-util.el (mm-with-multibyte): New macro.
25637
25638 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25639
25640         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25641         New user option.
25642         (gnus-mime-multipart-functions): Doc and customization fix.
25643         (gnus-article-mime-hierarchy): New variable.
25644         (gnus-article-mime-hierarchy-next): New variable.
25645         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25646         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25647         gnus-article-mime-hierarchy-next to nil.
25648         (gnus-insert-mime-button): Show hierarchy numbers.
25649         (gnus-mime-accumulate-hierarchy): New function.
25650         (gnus-mime-enter-multipart): New function.
25651         (gnus-mime-leave-multipart): New function.
25652         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25653         (gnus-mime-display-alternative): Show hierarchy numbers.
25654
25655         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25656         gnus-article-mime-hierarchy-next to nil.
25657
25658 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
25659
25660         * dns.el: Don't require gnus-xmas.
25661
25662 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25663
25664         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25665         inline PGP.
25666         (mml-menu): Disable mml-quote-region if mark is inactive.
25667
25668 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25669
25670         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25671         when the group's active is not available.
25672
25673 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25674
25675         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25676         error.
25677
25678 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25679
25680         * imap.el (imap-store-password): New variable.
25681         (imap-interactive-login): Use it.
25682         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25683
25684 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25685
25686         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25687         window-start and hscroll to summary window.
25688
25689 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25690
25691         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25692         conversion message to newsrc-dribble when an actual conversion is
25693         performed.
25694
25695 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25696
25697         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25698
25699 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25700
25701         * mm-decode.el (mm-complicated-handles): New function reviving
25702         former definition of mm-multiple-handles.
25703
25704         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25705         (gnus-mime-delete-part): Use it.
25706
25707 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25708
25709         * gnus-agent.el (gnus-agent-read-local):
25710         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25711         avoid the implicit assumption that they will always be equal.
25712         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25713         coding-system-for-write, as the with-temp-file macro first prints
25714         to a buffer then saves the buffer.
25715
25716 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25717
25718         * gnus-art.el (gnus-article-edit-part): New function.
25719         (gnus-mime-save-part-and-strip): Use it; do query instead of
25720         signaling an error; don't use mm-multiple-handles.
25721         (gnus-mime-delete-part): Ditto.
25722
25723 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25724
25725         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25726         old file versions.
25727         (gnus-group-prepare-hook): Remove function that converted list
25728         form of gnus-agent-expire-days to group properties.
25729
25730         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25731         (gnus-request-accept-article): Re-indented.
25732
25733         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25734         converters to handle old agent file formats.  Add logic for a
25735         "backup before upgrading warning".
25736         (gnus-convert-mark-converter-prompt): Developers can mark
25737         functions as needing (default), or not needing,
25738         gnus-convert-old-newsrc's "backup before upgrading warning".
25739         (gnus-convert-converter-needs-prompt): Tests whether the user
25740         should be protected from potentially irreversable changes by the
25741         function.
25742
25743         * legacy-gnus-agent.el: New.  Provides converters that are only
25744         loaded when gnus-convert-old-newsrc needs to call them.
25745
25746 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25747
25748         * mail-source.el (mail-source-touch-pop): Doc fix.
25749
25750         * message.el (message-smtpmail-send-it): Doc fix.
25751
25752 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25753
25754         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25755
25756         * nnmail.el (nnmail-split-fancy): do.
25757
25758         * gnus-kill.el (gnus-kill, gnus-execute): do.
25759
25760 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25761
25762         * gnus-sum.el (gnus-widget-reversible-match)
25763         (gnus-widget-reversible-to-internal)
25764         (gnus-widget-reversible-to-external): New functions.
25765         (gnus-widget-reversible): New widget.
25766         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25767
25768 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25769
25770         * gnus-sum.el (gnus-thread-sort-functions)
25771         (gnus-article-sort-functions): Document `(not F)' items.
25772
25773 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25774
25775         * spam.el (spam-use-gmane-xref): Add new backend.
25776         (spam-gmane-xref-spam-group): Add variable to control the name of the
25777         Gmane spam group.
25778         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25779         (spam-regex-headers-spam, spam-regex-headers-ham)
25780         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25781         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25782         backends and checks.
25783         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25784
25785         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25786         an autodetect method.
25787
25788 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25789
25790         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25791         articles are being added to a group.
25792         (gnus-request-replace-article): Inform the agent that articles
25793         need to be uncached as the cached contents are no longer valid.
25794
25795 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25796
25797         * binhex.el: Don't autoload executable-find.
25798
25799         * canlock.el: Don't autoload mail-fetch-field.
25800
25801         * dgnushack.el: Autoload c-mode for XEmacs.
25802
25803         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25804
25805         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25806         rmail-dont-reply-to and rmail-output.
25807
25808         * gnus-score.el: Don't autoload ffap-string-at-point.
25809
25810         * gnus-setup.el: Don't autoload sc-cite-original.
25811
25812         * imap.el: Don't autoload base64-decode-string,
25813         base64-encode-string and md5.
25814
25815         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25816         and rmail-msg-restore-non-pruned-header.
25817
25818         * mm-decode.el: Don't autoload executable-find.
25819
25820         * mm-url.el: Don't autoload executable-find.
25821
25822         * mm-view.el: Don't autoload diff-mode.
25823
25824         * nndb.el: Don't autoload news-reply-mode, news-setup,
25825         cancel-timer and telnet.
25826
25827         * password.el: Don't autoload run-at-time for Emacs.
25828
25829         * sha1-el.el: Don't autoload executable-find.
25830
25831         * sieve-mode.el: Don't autoload c-mode.
25832
25833         * uudecode.el: Don't autoload executable-find.
25834
25835 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25836
25837         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25838         (gnus-agent-possibly-alter-active): Avoid null in numeric
25839         comparison.
25840         (gnus-agent-set-local): Refuse to save null in local object table.
25841         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25842         list of articles that will be marked as unread.
25843
25844 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25845
25846         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25847
25848 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25849
25850         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25851         language tags.
25852
25853 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25854
25855         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25856         Don't bind "obarray".
25857
25858         * gnus-sum.el (gnus-thread-sort-functions):
25859         Add `gnus-thread-sort-by-most-recent-number' and
25860         `gnus-thread-sort-by-most-recent-date'.
25861         Reported by Kai Grossjohann <kai@emptydomain.de>.
25862
25863 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25864
25865         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25866
25867 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25868
25869         * gnus-cus.el (gnus-agent-customize-category):
25870         Remove ignore-errors macro reference that required cl to be loaded at
25871         run-time.
25872
25873         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25874         single-interval range of the form (min . max).  Previously the
25875         range had to look like ((min . max)).  Likewise, return
25876         (min . max) rather than ((min . max)).
25877         (gnus-range-map): Use gnus-range-normalize to accept
25878         single-interval range.
25879
25880         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25881         the cache, but not the agent, now appear with their usual face.
25882
25883         * dgnushack.el (loaddir): New variable that is bound to the
25884         directory containing the dgnushack.el file. Use loaddir, rather
25885         than srcdir, to update load-path. Change lets dgnushack compile
25886         code in directories other than GNUS/lisp.
25887
25888 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25889
25890         * lpath.el: Don't bind w3m-safe-url-regexp.
25891
25892         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25893         w3m-safe-url-regexp variable buffer-local.
25894
25895         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25896
25897 2004-02-27  Simon Josefsson  <jas@extundo.com>
25898
25899         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25900         gnus-group-real-prefix.
25901         (gnus-summary-move-article): Use it, instead of
25902         gnus-group-real-prefix.
25903
25904 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25905
25906         * lpath.el: Bind w3m-safe-url-regexp.
25907
25908         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25909         w3m-safe-url-regexp variable buffer-local and set it as the value
25910         of mm-w3m-safe-url-regexp.
25911
25912         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25913
25914         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25915         parsing gnus-posting-styles when the message is not for replying.
25916
25917         * dgnushack.el: Autoload sgml-mode for XEmacs.
25918
25919         * nnrss.el (nnrss-opml-export):
25920         Use mm-set-buffer-file-coding-system instead of
25921         set-buffer-file-coding-system.
25922
25923 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25924
25925         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25926         of checkdoc.el).
25927         * nnrss.el: do.
25928         * gnus-mlspl.el: do.
25929         * gnus-ml.el: do.
25930         * gnus-srvr.el: do.
25931
25932         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25933
25934 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25935
25936         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25937         Corrections to custom-manual links.
25938
25939         * gnus-art.el (gnus-article): Ditto.
25940
25941         * mm-decode.el (mime-display, mime-security): Ditto.
25942
25943 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25944
25945         * flow-fill.el: Typo.
25946
25947 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25948
25949         * spam-wash.el: New file.
25950
25951 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25952
25953         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25954
25955 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25956
25957         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25958         to be run with new-articles as LIST1, not LIST2.
25959         (spam-registration-functions): Add spam-use-ham-copy as a nil
25960         registration backend.
25961
25962 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25963
25964         * spam-stat.el (spam-stat-washing-hook): New option.
25965         (spam-stat-buffer-words): Use it.
25966         (spam-stat-process-directory, spam-stat-test-directory):
25967         Use insert-file-contents-literally.
25968         (spam-stat-coding-system): New variable.
25969         (spam-stat-load, spam-stat-save): Use it.
25970
25971 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25972
25973         * spam-report.el (spam-report-plug-agent):
25974         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25975
25976 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25977
25978         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25979         Allow / in mailto URLs.
25980
25981 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25982
25983         * spam-report.el (spam-report-process-queue): Fix interactive use.
25984         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25985         (spam-report-unplug-agent): Doc fixes.
25986         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25987         (spam-report-agentize, spam-report-deagentize): Autoload.
25988
25989 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25990
25991         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25992
25993         * message.el (message-setup-fill-variables): Add mml tags to
25994         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25995         <ajk@iu.edu>.
25996         (message-mode): Don't modify paragraph-separate there.
25997
25998 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25999
26000         * compface.el (uncompface-use-external): Default to undecided.
26001         (uncompface-use-external-threshold): New variable.
26002         (uncompface-float-time): New macro.
26003         (uncompface): Determine whether to use the external decoder if
26004         uncompface-use-external is undecided.
26005
26006 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26007
26008         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26009         after images.
26010
26011         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26012
26013 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26014
26015         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26016
26017         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26018
26019         * gnus-sum.el (gnus-summary-limit-to-age)
26020         (gnus-summary-limit-children): do.
26021
26022         * gnus-int.el (gnus-request-scan): do.
26023
26024         * gnus-group.el (gnus-group-suspend): do.
26025
26026         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26027
26028         * gnus-cite.el (gnus-cite-parse-attributions): do.
26029
26030         * gnus-agent.el (gnus-summary-set-agent-mark)
26031         (gnus-agent-regenerate-group): do.
26032
26033         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26034
26035         * binhex.el (binhex-decode-region-internal): do.
26036
26037 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26038
26039         * gnus-fun.el (gnus-face-properties-alist): New user option.
26040         (gnus-display-x-face-in-from): Use it.
26041
26042         * gnus-art.el (article-display-face): Ditto.
26043
26044         * compface.el (uncompface-use-external): Default to nil.
26045
26046 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26047
26048         * nntp.el (nntp-erase-buffer): New function.
26049         (nntp-retrieve-data, nntp-send-command)
26050         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26051         (nntp-possibly-change-group): Use it.
26052
26053         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26054         Use with-current-buffer.
26055
26056 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26057
26058         * compface.el: Merge the ELisp-based uncompface program.
26059         (compface): New customization group.
26060         (uncompface-use-external): New user option.
26061         (uncompface): Call uncompface-internal if uncompface-use-external
26062         is nil.
26063         (uncompface-internal): New function.  Note that there are also
26064         some other functions and variables added for this function.
26065
26066 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26067
26068         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26069         if necessary.
26070
26071 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26072
26073         * spam-report.el (spam-report-unplug-agent)
26074         (spam-report-plug-agent, spam-report-deagentize)
26075         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26076         Add support for the Agent in spam-report: when unplugged, report to a
26077         file; when plugged, submit all the requests.
26078
26079         * spam.el (spam-register-routine): Fix message about
26080         registration.
26081
26082 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26083
26084         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26085         dependencies.
26086         (rfc2047-encode): Use it.
26087
26088         * gnus-art.el (gnus-button-marker-list): Move before first
26089         reference.
26090
26091         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26092         (imap-parse-body): Fix format string mismatch.
26093
26094         * gnus-score.el (gnus-summary-increase-score): do.
26095
26096         * nnrss.el (nnrss-close): New function.
26097
26098 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26099
26100         * nnrss.el (nnrss-make-filename): New function.
26101         (nnrss-request-delete-group, nnrss-read-server-data)
26102         (nnrss-save-server-data, nnrss-read-group-data)
26103         (nnrss-save-group-data): Use it.
26104         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26105         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26106         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26107
26108 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26109
26110         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26111
26112 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26113
26114         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26115         files.
26116
26117         * message.el (message-generate-headers-first): Don't quote nil
26118         and t in docstrings.
26119
26120         * imap.el (imap-id): do.
26121
26122         * gnus-agent.el (gnus-agent-consider-all-articles)
26123         (gnus-agent-queue-mail): do.
26124
26125 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26126
26127         * spam-report.el (spam-report-process-queue): New function.
26128         Process requests from `spam-report-requests-file'.
26129         (spam-report-process-queue): Doc fix.
26130
26131 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26132
26133         * spam.el (spam-register-routine)
26134         (spam-log-processing-to-registry, spam-log-registered-p)
26135         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26136         Change "check" to "spam-check" for semi-clarity.
26137
26138 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26139
26140         * pop3.el: Require nnheader.
26141
26142         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26143
26144         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26145
26146         * gnus-picon.el: Require cl.
26147
26148         * gnus-fun.el: Require gnus-ems and gnus-util.
26149
26150         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26151
26152         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26153
26154         * gnus-art.el (gnus-article-edit-mode): Define before first
26155         reference.
26156
26157 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26158
26159         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26160         (gnus-uu-post-encoded): Use point-at-bol.
26161
26162         * gnus-topic.el (gnus-group-active-topic-p): do.
26163
26164         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26165
26166         * gnus-group.el (gnus-group-kill-region): do.
26167
26168         * gnus-art.el (article-date-ut): do.
26169
26170         * message.el (message-fetch-field): Remove redundant
26171         case-fold-search binding.
26172         (message-narrow-to-field): Simplify.
26173
26174 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26175
26176         * spam.el (spam-directory): Derive from `gnus-directory'.
26177
26178         * spam-report.el (spam-report-url-to-file)
26179         (spam-report-requests-file): New function and variable for offline
26180         reporting.
26181         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26182         and user defined function.
26183         (spam-report-url-ping-mm-url): Remove doubled slash.
26184
26185 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26186
26187         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26188
26189 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26190
26191         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26192         Fix format string mismatch.
26193
26194         * sieve.el (sieve-deactivate-all): do.
26195
26196         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26197
26198         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26199
26200         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26201
26202         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26203
26204 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26205
26206         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26207         the list of checks.
26208
26209 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26210
26211         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26212         padding.
26213
26214 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26215
26216         * mm-view.el (mm-fill-flowed): New variable.
26217         (mm-inline-text): Use it.
26218
26219 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26220
26221         * spam.el (spam-spamassassin-register-ham-routine)
26222         (spam-spamassassin-register-spam-routine): Fix function names.
26223
26224 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26225
26226         * gnus.el (gnus-tmp-grouplens): Remove.
26227         (gnus-summary-line-format): Remove grouplens.
26228
26229         * gnus-group.el (gnus-group-line-format): Ditto.
26230
26231         * gnus-spec.el (gnus-format-specs): Ditto.
26232         (gnus-update-format-specifications): Flush the group format spec
26233         cache if there's the grouplens stuff.
26234         (gnus-parse-simple-format): Replace %l with the empty string.
26235
26236 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26237
26238         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26239         omission.
26240
26241 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26242
26243         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26244         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26245
26246 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26247
26248         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26249         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26250         New macros and functions.
26251         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26252         Handle > NLINK_MAX messages.
26253         * nnmaildir.el (nnmaildir-request-set-mark):
26254         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26255
26256 2004-01-25  Alex Schroeder  <alex@gnu.org>
26257
26258         * spam-stat.el (spam-stat-process-directory-age): New option.
26259         (spam-stat-process-directory): Use it.
26260
26261 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26262
26263         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26264         (spam-stat-save): Accept prefix argument.
26265
26266 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26267
26268         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26269         links" error.
26270
26271 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26272
26273         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26274         the rest of the and/or forms.
26275
26276 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26277
26278         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26279         compatibility with old .newsrc.eld files.
26280
26281         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26282
26283         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26284
26285         * gnus-start.el (gnus-1): do.
26286
26287         * gnus-group.el (gnus-group-line-format-alist): do.
26288
26289         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26290
26291         * gnus-gl.el: Remove.
26292
26293 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26294
26295         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
26296         marks consisting of a single range {for example, (3 . 5)} rather
26297         than a list of a single range { ((3 . 5)) }.
26298
26299 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26300
26301         * spam-stat.el (spam-stat-store-gnus-article-buffer):
26302         Use with-current-buffer.
26303         (spam-stat-store-current-buffer): Use insert-buffer-substring to
26304         avoid consing a string.
26305
26306         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
26307         Remove obsolete entries for big5 and gb2312.
26308
26309 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26310
26311         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
26312         uncompressed list.
26313
26314 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
26315
26316         * spam-stat.el (spam-stat-strip-xref): New function.
26317         (spam-stat-process-directory): Use it.
26318
26319         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
26320         here -- it's done in message-fetch-field.
26321
26322 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26323
26324         * gnus-agent.el (gnus-agent-queue-mail)
26325         (gnus-agent-prompt-send-queue): New variables.
26326         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
26327         * gnus-draft.el (gnus-group-send-queue): Pass the group name
26328         "nndraft:queue" along to gnus-draft-send.
26329         Use gnus-agent-prompt-send-queue.
26330         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
26331         is "nndraft:queue".  Suggested by Gaute Strokkenes
26332         <gs234@srcf.ucam.org>
26333
26334         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
26335         (agent-enable-undownloaded-faces): Add.
26336         (gnus-agent-cat-groups): Use eval-and-compile, not
26337         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
26338         method of gnus-agent-cat-groups even when the buffer has been
26339         evaled.
26340         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
26341         delete gnus-agent-save-active-1.
26342         (gnus-agent-save-groups): Delete.  Identical to
26343         gnus-agent-save-active.
26344         (gnus-agent-write-active): No longer adjust agent's copy of active
26345         file as agent's adjustments are now stored in their own
26346         file.  Remove optional parameter.
26347         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
26348         servers.  Add use of min/max range limits from server's local
26349         file.
26350         (gnus-agent-save-alist): Remove unused optional argument.
26351         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
26352         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
26353         (gnus-agent-set-local): A per-server file that keeps min/max range
26354         limits for articles known to the agent.  Provides a fast mechanism
26355         for altering many active ranges.
26356         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
26357         active file (local makes it unnecessary).
26358         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
26359
26360         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
26361         (agent-enable-undownloaded-faces): Add.
26362
26363         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
26364         disable it when sending to "nndraft:queue".
26365         (gnus-group-send-queue): Add safety check to avoid sending queue
26366         when unplugged.
26367
26368         * gnus-group.el (gnus-group-catchup): Use new
26369         gnus-sequence-of-unread-articles, not
26370         gnus-list-of-unread-articles, to avoid exhausting memory with huge
26371         numbers of articles.  Use gnus-range-map to avoid having to
26372         uncompress the unread list.
26373         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
26374         Fix invalid ange-ftp reference.
26375
26376         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
26377         (gnus-sorted-range-intersection): Intersection of two ranges
26378         without requiring that they first be uncompressed.
26379
26380         * gnus-start.el (gnus-activate-group): Unless blocked by the
26381         caller, possibly expand the active range to include both cached
26382         and agentized articles.
26383         (gnus-convert-old-newsrc): Rewrote in anticipation of having
26384         multiple version-dependent converters.
26385         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
26386         gnus-agent-save-active.
26387         (gnus-save-newsrc-file): Save dirty agent range limits.
26388
26389         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
26390         gnus-agent-possibly-alter-active.
26391         (gnus-adjust-marked-articles): Faster handling of simple lists.
26392
26393 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
26394
26395         * spam-stat.el (spam-stat-test-directory): New optional argument
26396         displays a list of files detected.  Suggested by Andrew Cohen
26397         <cohen@andy.bu.edu>.
26398         (spam-stat-buffer-words-with-scores): Don't narrow and change
26399         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
26400
26401 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
26402
26403         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
26404         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
26405         (spam-spamassassin-arguments)
26406         (spam-spamassassin-spam-flag-header)
26407         (spam-spamassassin-positive-spam-flag-header)
26408         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
26409         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
26410         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
26411         (spam-list-of-processors, spam-list-of-checks)
26412         (spam-list-of-statistical-checks, spam-registration-functions)
26413         (spam-check-spamassassin-headers, spam-check-spamassassin)
26414         (spam-spamassassin-score)
26415         (spam-spamassassin-register-with-sa-learn)
26416         (spam-spamassassin-register-spam-routine)
26417         (spam-spamassassin-register-ham-routine)
26418         (spam-assassin-register-spam-routine)
26419         (spam-assassin-register-ham-routine): Add SpamAssassin support.
26420         (spam-bogofilter-score): Fix to show article before scoring.
26421
26422 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
26423
26424         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
26425         default scoring function.
26426         (spam-generic-score): Call spam-spamassassin-score if
26427         spam-use-spamassassin or spam-use-spamassassin-headers is on;
26428         spam-bogofilter-score otherwise.
26429
26430         * gnus.el (spam-process, spam-autodetect-methods):
26431         Add spamassassin and spamassassin-headers.
26432
26433 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
26434
26435         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26436         Suppress unnecessary messages.
26437
26438 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
26439
26440         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
26441         make-hash-table.
26442
26443 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26444
26445         * canlock.el (base64-encode-string): Don't autoload it.
26446
26447 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26448
26449         * run-at-time.el: Remove useless (require 'itimer),
26450         eval-and-compile and (featurep 'xemacs).
26451
26452 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
26453
26454         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
26455         GROUP is a virtual group.
26456
26457 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
26458
26459         * gnus.el: Autoload `message-y-or-n-p'.
26460
26461 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
26462
26463         * pgg-parse.el: Remove unnecessary (require 'custom).
26464
26465         * pgg-def.el: do.
26466
26467         * nnmail.el: do.
26468
26469         * gnus-undo.el: do.
26470
26471         * gnus-picon.el: do.
26472
26473         * gnus-util.el: do.
26474
26475 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
26476
26477         * gnus-sum.el (gnus-pick-line-number): Add autoload.
26478
26479 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26480
26481         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
26482         handle, as well as a list.
26483
26484         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
26485         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
26486         (mm-w3m-cid-retrieve): Simplify.
26487
26488 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
26489
26490         * message.el (message-kill-to-signature): Allow prefix arg to
26491         specify number of lines to keep before signature.
26492
26493 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
26494
26495         * message.el (message-kill-to-signature): Change docstring.
26496
26497 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26498
26499         * canlock.el: Always require sha1-el.
26500         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
26501
26502         * message.el: Autoload sha1 only when compiling.
26503
26504         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
26505         eudc-expand-inline for XEmacs.
26506
26507 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
26508
26509         * message.el (message-canlock-generate): Require sha1-el.
26510
26511 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
26512
26513         * message.el (message-expand-name): Silence the byte compiler.
26514
26515         * lpath.el: Add detect-coding-system.
26516
26517         * dgnushack.el (dgnushack-compile): Remove obsolete check for
26518         cus-edit.
26519
26520 2004-01-13  Simon Josefsson  <jas@extundo.com>
26521
26522         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
26523         Invoke gnus-score-mode.
26524         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26525
26526         * gnus-range.el (gnus-compress-sequence): Doc fix.
26527         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
26528
26529 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26530
26531         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
26532
26533 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
26534
26535         * spam.el (spam-get-article-as-string): Update to use
26536         gnus-request-article-this-buffer, much simpler.
26537         (spam-get-article-as-buffer): Remove.
26538
26539 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
26540
26541         * message.el (message-expand-name): Use EUDC if the user uses that.
26542
26543 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26544
26545         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
26546         character for the encoding to avoid consing a string.
26547
26548         * rfc2047.el (rfc2047-decode-string): Don't cons a string
26549         unnecessarily.
26550
26551         * mm-util.el (mm-replace-chars-in-string): Remove.
26552
26553         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
26554         of mm-replace-chars-in-string.
26555
26556 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
26557
26558         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
26559
26560         * mm-util.el (mm-subst-char-in-string): Support inplace.
26561
26562         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
26563         a new string in every iteration.  Use shy groups.
26564
26565 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
26566
26567         * gnus-srvr.el (gnus-browse-unsubscribe-group):
26568         * gnus-soup.el (gnus-soup-group-brew):
26569         * gnus-msg.el (gnus-put-message):
26570         * gnus-move.el (gnus-group-move-group-to-server):
26571         * gnus-kill.el (gnus-batch-score):
26572         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
26573         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
26574         (gnus-group-update-group, gnus-group-read-group)
26575         (gnus-group-make-group, gnus-group-make-help-group)
26576         (gnus-group-make-archive-group, gnus-group-make-directory-group)
26577         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
26578         (gnus-group-sort-by-unread, gnus-group-catchup)
26579         (gnus-group-unsubscribe-group, gnus-group-kill-group)
26580         (gnus-group-yank-group, gnus-group-set-info)
26581         (gnus-group-list-groups):
26582         * gnus.el (gnus-generate-new-group-name):
26583         * gnus-delay.el (gnus-delay-send-queue):
26584         * nnvirtual.el (nnvirtual-catchup-group):
26585         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
26586         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
26587         (gnus-group-prepare-topics, gnus-topic-check-topology):
26588         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
26589         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
26590         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
26591         (gnus-group-make-articles-read):
26592         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
26593         (gnus-group-change-level, gnus-kill-newsgroup)
26594         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
26595         (gnus-get-unread-articles, gnus-make-articles-unread)
26596         (gnus-make-ascending-articles-unread): Use accessor
26597         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
26598         to get group information for improved readability.
26599
26600
26601 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26602
26603         * gnus-art.el (article-decode-mime-words, article-babel)
26604         (gnus-article-highlight-signature, gnus-article-add-buttons)
26605         (gnus-signature-toggle): Use gnus-with-article-buffer.
26606
26607         * gnus-art.el (gnus-article-highlight-headers)
26608         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26609
26610         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26611         (gnus-article-set-globals, gnus-request-article-this-buffer)
26612         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26613         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26614         (gnus-mime-display-alternative): Use with-current-buffer.
26615
26616 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26617
26618         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26619         also under 80 char limit, and call gnus-error if needed.
26620         (spam-fetch-article-header): Fix - it was a
26621         buffer-local variable (gnus-newsgroup-data).
26622         (spam-find-spam): Use spam-generate-fake-headers, forget about
26623         spam-insert-fake-headers.
26624         (spam-insert-fake-headers): Remove.
26625
26626 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26627
26628         * deuglify.el (gnus-article-outlook-unwrap-lines)
26629         (gnus-outlook-rearrange-article)
26630         (gnus-outlook-repair-attribution-outlook)
26631         (gnus-outlook-repair-attribution-block)
26632         (gnus-outlook-repair-attribution-other): Remove redundant
26633         save-excursion.
26634
26635 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26636
26637         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26638         (spam-fetch-field-subject-fast)
26639         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26640         (spam-fetch-article-header): Add functions to deal with Gnus
26641         internals for fast retrieval of article header data.
26642         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26643
26644 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26645
26646         * pop3.el (pop3-md5): Remove.
26647         (pop3-apop): Replace pop3-md5 with md5.
26648
26649         * mm-bodies.el: base64 is always built-in.
26650
26651         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26652         Use with-current-buffer.
26653
26654 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26655
26656         * canlock.el (canlock-insert-header): Remove excessive grouping in
26657         regexp.
26658
26659         * gnus-sum.el (gnus-summary-read-document): Ditto.
26660
26661         * gnus-uu.el (gnus-uu-part-number): Ditto.
26662
26663         * html2text.el (html2text-remove-tags): Ditto.
26664         (html2text-format-tags): Ditto.
26665         (html2text-format-single-elements): Ditto.
26666
26667         * mml.el (mml-parse-1): Ditto.
26668
26669 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26670
26671         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26672
26673         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26674
26675         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26676
26677         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26678
26679 2003-11-15  Simon Josefsson  <jas@extundo.com>
26680
26681         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26682         (pgg-gpg-lookup-key): Use regexp match instead of
26683         split-string (split-string is different between emacs 21.2 and
26684         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26685
26686 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26687
26688         * gnus-art.el (gnus-mime-view-all-parts)
26689         (gnus-article-part-wrapper, gnus-article-view-part):
26690         Use with-current-buffer.
26691
26692 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26693
26694         * spam.el (spam-disable-spam-split-during-ham-respool)
26695         (spam-spamoracle-database, spam-cache-lookups)
26696         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26697         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26698         (spam-group-ham-marks, spam-group-spam-marks)
26699         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26700         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26701         also add spam-use-blackholes to the statistical checks.
26702         (spam-fetch-field-fast): Add interface to fetching fields, may
26703         become a macro.
26704         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26705         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26706         (spam-insert-fake-headers): Fake an article when needed.
26707         (spam-find-spam): Fake article when possible.
26708         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26709         (spam-check-bogofilter-headers): Use message-fetch-field instead
26710         of nnmail-fetch-field.
26711
26712 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26713
26714         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26715
26716 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26717
26718         * spam.el (spam-split): Do not require spam-use-CHECK to be
26719         enabled if that check is passed to spam-split explicitly; also
26720         fix so 'spam doesn't get converted to spam-split-group when
26721         spam-split-symbolic-return is t.
26722         (spam-find-spam): Find registrations of the article and use those
26723         instead of re-running spam-split to find the spam/ham
26724         classification of the article.
26725         (spam-log-processing-to-registry, spam-log-registered-p)
26726         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26727         Use gnus-error instead of gnus-message.
26728         (spam-log-registration-type): Add function to determine the
26729         classification of a message based on registry entries; will
26730         return nil if both 'spam and 'ham are found.
26731         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26732         a reasonably fast local cache without the loading errors.
26733         (spam-cache-lookups): Set to t by default.
26734         (spam-find-spam): Don't try to guess spam-cache-lookups.
26735         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26736         spam-caches entry.
26737         (spam-filelist-build-cache, spam-filelist-check-cache):
26738         Fix caching of whitelist/blacklist entries.
26739         (spam-check-whitelist, spam-check-blacklist):
26740         Invoke spam-from-listed-p with a type, not a cache variable.
26741         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26742
26743 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26744
26745         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26746
26747         * nnmail.el (nnmail-split-fancy): do.
26748
26749         * mml.el (mml-parse): do.
26750
26751         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26752         (gnus-score-adaptive): do.
26753
26754 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26755
26756         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26757         (gnus-mime-button-map): Don't set keymap parent.
26758         (gnus-button-ctan-directory-regexp): Use shy grouping.
26759         (gnus-prev-page-map): Don't set keymap parent.
26760         (gnus-prev-page-map): Remove duplicated one.
26761         (gnus-next-page-map): Don't set keymap parent.
26762         (gnus-mime-security-button-map): Ditto.
26763
26764         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26765         version number.
26766
26767         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26768
26769 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26770
26771         * canlock.el (canlock-sha1-function): Remove.
26772         (canlock-sha1-function-for-verify): Remove.
26773         (canlock-openssl-program): Remove.
26774         (canlock-openssl-args): Remove.
26775         (canlock-ignore-errors): Remove.
26776         (canlock-sha1-with-openssl): Remove.
26777         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26778         (canlock-verify): Don't use canlock-ignore-errors.
26779
26780         * sha1-el.el (sha1-string-external): Make it can return a string
26781         in binary form.
26782         (sha1-region-external): Ditto.
26783         (sha1-string-internal): Ditto.
26784         (sha1-region-internal): Ditto.
26785         (sha1-region): Ditto.
26786         (sha1-string): Ditto.
26787         (sha1): Ditto.
26788
26789 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26790
26791         * spam.el (spam-report-articles-gmane): New command.
26792
26793 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26794
26795         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26796
26797         * run-at-time.el (run-at-time-saved): Remove.
26798         (run-at-time): Doc fix.
26799
26800 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26801
26802         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26803         (gnus-summary-limit-map): Add it.
26804         (gnus-summary-make-menu-bar): do.
26805
26806 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26807
26808         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26809         Make attempt at some caching support (done for BBDB only now).
26810         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26811         addresses to be checked.
26812         (spam-clear-cache-BBDB): Add function, to be invoked by
26813         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26814         (spam-check-BBDB): Check and use the caches, if
26815         spam-cache-lookups is on, remove superfluous (provide).
26816
26817 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26818
26819         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26820
26821 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26822
26823         * run-at-time.el (run-at-time-saved): Move to after the definition
26824         of `run-at-time'.
26825
26826         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26827
26828 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26829
26830         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26831         mm-w3m-local-map-property.
26832
26833         * mm-view.el (mm-w3m-mode-map): Remove.
26834         (mm-w3m-local-map-property): Remove.
26835         (mm-inline-text-html-render-with-w3m): Don't use
26836         mm-w3m-local-map-property.
26837
26838 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26839
26840         * run-at-time.el: New file.
26841
26842         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26843         under Emacs.
26844
26845         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26846         of gnus-set-text-properties.
26847
26848         * gnus-uu.el (gnus-uu-save-article): Ditto.
26849
26850         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26851
26852         * gnus-cite.el (gnus-cite-parse): Ditto.
26853
26854         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26855         of gnus-.
26856
26857         * gnus-xmas.el (run-at-time): Require run-at-time.
26858
26859         * gnus.el: Change calls to nnheader-run-at-time and
26860         password-run-at-time throughout to use run-at-time directly.
26861
26862         * password.el: Remove definition of run-at-time.
26863
26864         * nnheaderxm.el: Remove definition of run-at-time.
26865
26866 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26867
26868         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26869         in prompt.
26870
26871 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26872
26873         * messagexmas.el (message-xmas-redefine): Alias
26874         `message-make-caesar-translation-table' to
26875         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26876         version.
26877
26878         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26879         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26880         `gnus-xmas-set-text-properties'.
26881         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26882         `gnus-xmas-completing-read'.
26883         (gnus-xmas-completing-read): Removed.
26884         (gnus-xmas-open-network-stream): Removed.
26885
26886         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26887         XEmacs version.
26888
26889         * dns.el (dns-make-network-process): Use `open-network-stream'
26890         instead of `gnus-xmas-open-network-stream'.
26891
26892         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26893
26894         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26895
26896 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26897
26898         * gnus-art.el (gnus-mime-display-alternative)
26899         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26900         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26901         Don't use gnus-local-map-property.
26902
26903         * gnus-util.el (gnus-local-map-property): Remove.
26904
26905         * mm-view.el (mm-view-pkcs7-decrypt):
26906         Replace gnus-completing-read-maybe-default with completing-read.
26907
26908         * gnus-util.el (gnus-completing-read): do.
26909         (gnus-completing-read-maybe-default): Remove.
26910
26911 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26912
26913         * password.el: Only autoload `run-at-time' if not XEmacs.
26914         Only autoload the itimer functions if XEmacs.
26915
26916 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26917
26918         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26919         XEmacsen.
26920
26921         * dgnushack.el: Autoload executable-find for XEmacs.
26922
26923 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26924
26925         * gnus-art.el (gnus-read-string): Remove.
26926         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26927         read-string.
26928
26929 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26930
26931         * netrc.el: Autoload password-read.
26932         (netrc): Add configuration group.
26933         (netrc-encoding-method, netrc-openssl-path):
26934         Add variables for encoding and decoding of files with symmetric
26935         ciphers.
26936         (netrc-encode): Add assistant function to encode a file with
26937         netrc-encoding-method.
26938         (netrc-parse): Add interactive parameter, added optional
26939         decoding if netrc-encoding-method is non-nil but otherwise
26940         behavior is standard.
26941         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26942         Do s/encode/encrypt/ everywhere.
26943
26944         * spam.el: Remove executable-find autoload.
26945
26946 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26947
26948         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26949
26950         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26951
26952 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26953
26954         * gnus-art.el (gnus-treat-ansi-sequences)
26955         (article-treat-ansi-sequences): New variable and function.
26956         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26957
26958         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26959         Use it.
26960
26961 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26962
26963         * mm-util.el (mm-quote-arg): Remove.
26964
26965         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26966         shell-quote-argument.
26967
26968         * gnus-uu.el (gnus-uu-command): do.
26969
26970         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26971
26972         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26973         with make-char.
26974
26975         * mm-util.el (mm-make-char): Remove.
26976
26977         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26978         add-minor-mode.
26979
26980         * gnus-undo.el (gnus-undo-mode): do.
26981
26982         * gnus-topic.el (gnus-topic-mode): do.
26983
26984         * gnus-sum.el (gnus-dead-summary-mode): do.
26985
26986         * gnus-start.el (gnus-slave-mode): do.
26987
26988         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26989
26990         * gnus-ml.el (gnus-mailing-list-mode): do.
26991
26992         * gnus-gl.el (gnus-grouplens-mode): do.
26993
26994         * gnus-draft.el (gnus-draft-mode): do.
26995
26996         * gnus-dired.el (gnus-dired-mode): do.
26997
26998         * gnus-ems.el (gnus-add-minor-mode): Remove.
26999
27000         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27001         Replace gnus-char-width with char-width.
27002
27003         * gnus-ems.el (gnus-char-width): Remove.
27004
27005         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27006         Replace gnus-char-width with char-width.
27007
27008         * gnus-ems.el (gnus-char-width): Remove.
27009
27010         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27011         definition.
27012         Remove Emacs 20 hash table compatibility code.
27013
27014         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27015         20 compatibility code.
27016
27017         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27018
27019         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27020
27021         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27022         Replace with point-at-{eol,bol}.
27023
27024         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27025
27026         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27027
27028         * flow-fill.el (fill-flowed-point-at-bol)
27029         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27030
27031         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27032         Replace with point-at-{eol,bol} throughout all files.
27033
27034 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27035
27036         * ntlm.el (ntlm-string-as-unibyte): New macro.
27037         (ntlm-build-auth-response): Use it.
27038
27039         Remove Emacs 20 stuff:
27040         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27041         (butlast, mapc, remove): Remove the compiler macros.
27042         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27043         of delq and copy-sequence.
27044         * gnus-art.el (popup-menu): Remove the compiler macro.
27045         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27046         Emacs 20.
27047
27048 2004-01-05  Simon Josefsson  <jas@extundo.com>
27049
27050         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27051         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27052         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27053         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27054         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27055         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27056         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27057         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27058         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27059         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27060         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27061         string-xor into ntlm-string-xor.
27062         Suggested by Jesper Harder <harder@myrealbox.com>.
27063
27064         * ntlm.el: Don't include poem.
27065
27066         * md4.el (print-int32, print-string-hexa): Remove.
27067         Suggested by Jesper Harder <harder@myrealbox.com>.
27068
27069         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27070
27071         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27072         probably breaks emacs with DL patch, but do we care? Is anyone
27073         still using the DL stuff?)
27074
27075         * sieve-manage.el: Use the password package.
27076         (sieve-manage-read-passwd): Remove.
27077         (sieve-manage-interactive-login): Use password.  Re-add
27078         condition-case around loop.
27079
27080         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27081         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27082         Use the password package.
27083
27084 2003-02-19  Simon Josefsson  <jas@extundo.com>
27085
27086         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27087         token.
27088
27089 2002-08-07  Simon Josefsson  <jas@extundo.com>
27090
27091         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27092         (sieve-manage-authenticators):
27093         (sieve-manage-authenticator-alist): Add some SASL mechs.
27094         (sieve-sasl-auth): New function.
27095         (sieve-manage-cram-md5-auth):
27096         (sieve-manage-plain-auth): Rewrite using SASL library.
27097         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27098         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27099         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27100         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27101
27102 2004-01-05  Simon Josefsson  <jas@extundo.com>
27103
27104         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27105         New files.
27106
27107 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27108
27109         * gnus-group.el (gnus-no-groups-message): Update.
27110
27111         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27112
27113 2003-11-09  Simon Josefsson  <jas@extundo.com>
27114
27115         * imap.el: Support for ID IMAP extension (RFC 2971).
27116         (imap-local-variables): Add imap-id.
27117         (imap-id): New variable.
27118         (imap-id): New function.
27119         (imap-parse-response): Parse untagged ID response.
27120         * nnimap.el (nnimap-id): New variable.
27121         (nnimap-open-connection): Use it.
27122
27123 2003-12-28  Simon Josefsson  <jas@extundo.com>
27124
27125         * gnus-score.el (gnus-score-edit-all-score): New.
27126         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27127
27128 2004-01-04  Simon Josefsson  <jas@extundo.com>
27129
27130         * password.el: Add.
27131
27132 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27133
27134         * dns.el (dns-query-types): Fix typo.
27135         (dns-query-types): New function.
27136         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27137         PTR and SOA replies, see RFC 1035.
27138
27139 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27140
27141         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27142
27143         * Move to Changelog.2.
27144
27145 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27146
27147         * gnus.el (gnus-version-number): Bump version.
27148
27149 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27150
27151         * gnus.el: No Gnus v0.1 is released.
27152
27153 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27154
27155         * gnus.el: No Gnus v0.0 is released.
27156
27157 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27158
27159         * gnus.el (gnus-version-number): Bump.
27160         (gnus-version): No.
27161
27162 See ChangeLog.2 for earlier changes.
27163
27164   Copyright (C) 2004-2014 Free Software Foundation, Inc.
27165
27166   This file is part of GNU Emacs.
27167
27168   GNU Emacs is free software: you can redistribute it and/or modify
27169   it under the terms of the GNU General Public License as published by
27170   the Free Software Foundation, either version 3 of the License, or
27171   (at your option) any later version.
27172
27173   GNU Emacs is distributed in the hope that it will be useful,
27174   but WITHOUT ANY WARRANTY; without even the implied warranty of
27175   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27176   GNU General Public License for more details.
27177
27178   You should have received a copy of the GNU General Public License
27179   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27180
27181 ;; Local Variables:
27182 ;; coding: utf-8
27183 ;; fill-column: 79
27184 ;; add-log-time-zone-rule: t
27185 ;; End: