67c3f8881c003cbdc6f91ae05a4d78addc1a4d47
[gnus] / lisp / ChangeLog
1 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * dgnushack.el: Silence XEmacs w3 warning.
4
5         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
6         `url-retrieve-synchronously', apparently.
7
8         * dgnushack.el: Silence XEmacs dns.el warning.
9
10         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
11         instead of in all files.
12
13         * dns.el (network-interface-list): Define for XEmacs.
14
15         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
16         XEmacs.
17
18         * nnrss.el (libxml-parse-html-region): Silence compilation error.
19
20 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
21
22         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
23         `gnus-group-split-fancy'.
24
25 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
26
27         * message.el (message-remove-header): Doc fix.
28         (message-forward-included-headers): New variable.
29         (message-remove-ignored-headers): Use it.
30
31 2014-01-31  Dave Abrahams  <dave@boostpro.com>
32
33         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
34
35 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
36
37         * dns.el (dns-servers-up-to-date-p): New function to see whether the
38         network interfaces changed.
39         (dns-query): Use it to flush the data.
40
41 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
42
43         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
44         from random face commands.
45         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
46         Face.
47         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
48         (gnus--random-face-with-type): Generic function returning a face-type
49         as a string.
50         (gnus--insert-random-face-with-type): Generic function inserting a face
51         in a message buffer header.
52         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
53         (gnus-insert-random-x-face-header): Rewritten to use
54         `gnus--insert-random-face-with-type`.
55         (gnus-random-face): Return random (png) Face as string.
56         (nus-insert-random-face-header): Insert random (png) Face in a message
57         buffer.
58
59 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
60
61         * mm-url.el: Remove all usage of w3.
62
63         * nnrss.el: Ditto.
64
65         * mm-decode.el: Ditto.
66
67         * mm-view.el: Ditto.
68
69         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
70         outdated and all Emacsen have url.el built-in.
71
72         * gnus-setup.el: Remove outdated file.
73
74 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
75
76         * gnus.el: Ma Gnus v0.9 is released.
77
78 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
79
80         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
81
82 2014-01-31  Dave Abrahams  <dave@boostpro.com>
83
84         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
85         in the summary buffer (bug#13769).
86
87 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
88
89         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
90         name if we're using a single article buffer.  Otherwise, it may point
91         to a killed buffer (bug#13756).
92
93 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
94
95         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
96         the match data, just save and restore it explictly (bug#12375).
97
98         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
99         that's needed.
100
101         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
102         the code once (bug#9069).
103
104 2014-01-18  Steinar Bang  <sb@dod.no>
105
106         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
107         reading.
108
109 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
110
111         * message.el (message-bury): Call bury-buffer with no argument
112         in the message-return-action case too.
113
114 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
115
116         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
117         (nnimap-split-fancy, nnimap-split-methods): Declare.
118
119         * mm-util.el (help-function-arglist): Declare.
120
121 2013-12-28  Glenn Morris  <rgm@gnu.org>
122
123         * gnus-sieve.el (gnus-sieve-select-method):
124         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
125         (gravatar-rating, gravatar-size):
126         * message.el (message-minibuffer-local-map):
127         * sieve-manage.el (sieve-manage-authenticators)
128         (sieve-manage-authenticator-alist): Specify custom types.
129
130         * hashcash.el (hashcash-program): Rename from hashcash-path.
131         Update callers.
132
133         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
134         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
135         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
136
137         * auth-source.el (auth-sources):
138         * nnmairix.el (nnmairix-propagate-marks-upon-close):
139         Fix custom types.
140
141         * tls.el (tls-certtool-program): Fix default value.
142
143 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
144
145         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
146         we get proper traces there, too.
147
148 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
149
150         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
151         value of the parameters if the current article has a Reply-To or From
152         field.
153
154 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
155
156         * gnus.el (gnus-group-buffer): Remove duplicate definition.
157
158 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
159
160         * gnus-sum.el (gnus-summary-exit): Stop animations.
161
162 2013-12-19  Juri Linkov  <juri@jurta.org>
163
164         * gnus.el (gnus-suppress-keymap):
165         * gnus-art.el (gnus-article-mode-map):
166         * gnus-group.el (gnus-group-mode-map):
167         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
168         Remove [backspace] key binding because it shadows DEL (bug#16035).
169
170         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
171
172 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
173
174         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
175         Make sure work directory exists.
176         (gnus-uu-digest-mail-forward): Store temporary files in work directory
177         rather than tmp directory.
178         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
179         not necessarily always run, with it.
180
181 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
182
183         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
184         value of gnus-icalendar-additional-identities work without restart.
185
186 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
187
188         * mm-util.el (mm-make-temp-file):
189         Alias to make-temp-file for modern Emacsen.
190
191 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
192
193         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
194         nnir-article-number and nnir-article-group.
195
196 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
197
198         * message.el (message-send-mail-with-sendmail):
199         Don't kill error buffer if sending fails.
200
201 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
202
203         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
204         (gnus-icalendar-event->org-entry)
205         (gnus-icalendar--update-org-event)
206         (gnus-icalendar-event->gnus-calendar): Distinguish between
207         required/optional/non-participant attendee status. Fix bug causing
208         the first required event participant to be omitted.
209
210 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
211
212         * gnus-art.el (article-de-quoted-unreadable)
213         (article-de-base64-unreadable, gnus-mime-copy-part)
214         * gnus-html.el (gnus-article-html)
215         * mm-view.el (mm-inline-text-html-render-with-w3)
216         (mm-inline-text-html-render-with-w3m-standalone)
217         * rfc2231.el (rfc2231-decode-encoded-string):
218         Allow overriding charset by mm-charset-override-alist.
219
220         * gnus-art.el (gnus-article-browse-html-parts):
221         Replace LWSPs with `&nbsp;'s in header.
222
223         Work for broken Chinese articles.
224
225         * gnus-art.el (gnus-article-browse-html-save-cid-content):
226         Exclude broken handles that gnus-summary-enter-digest-group may create.
227         (gnus-article-browse-html-parts):
228         Allow overriding charset by mm-charset-override-alist.
229
230 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
231
232         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
233         (gnus-icalendar-identities): Support additional-identities.
234
235 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
236
237         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
238         org-timestamp for events ending at midnight.
239
240 2013-11-21  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
241
242         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
243         .log files.
244
245 2013-11-20  David Engster  <deng@randomsample.de>
246
247         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
248
249 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
250
251         * message.el (message-beginning-of-line):
252         Use beginning-of-visual-line when visual-line-mode is turned on.
253
254 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
255
256         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
257         (gnus-icalendar-event-from-ical)
258         (gnus-icalendar-event->org-entry)
259         (gnus-icalendar--update-org-event): Required/optional participation,
260         list of attendees synced to org.
261
262 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
263
264         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
265         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
266         cancellations to be synced to org if the original appt has an org
267         outline.
268
269 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
270
271         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
272         (gnus-icalendar-event->org-entry)
273         (gnus-icalendar--update-org-event)
274         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
275
276 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
277
278         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
279         Fix timezone handling in gnus-icalendar export to org.
280
281 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
282
283         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
284
285 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
286
287         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
288
289 2013-10-30  Glenn Morris  <rgm@gnu.org>
290
291         * gnus-group.el (gnus-group-browse-foreign-server):
292         * gnus-int.el (gnus-start-news-server):
293         Silence compiler obsolescence warning.
294
295 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
296
297         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
298         `nnoo-current-server' first, then for the actual `nnimap-address' to
299         allow netrc entries for the nnoo server to coexist with netrc entries
300         for the `nnimap-address'.
301
302 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
303
304         * mm-decode.el (mm-dissect-buffer): Revert last change.
305         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
306         The problem that motivated those changes was attributed to a broken
307         mail sender, and has been fixed.
308
309 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
310
311         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
312         token is missing in the Content-Type header.
313
314         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
315
316 2013-09-18  Glenn Morris  <rgm@gnu.org>
317
318         * gnus-util.el (image-size): Declare.
319
320 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
321
322         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
323         (gnus-icalendar-event-from-ical)
324         (gnus-icalendar-event--build-reply-event-body)
325         (gnus-icalendar-event-reply-from-buffer)
326         (gnus-icalendar-find-org-event-file)
327         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
328         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
329
330         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
331
332 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
333
334         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
335         Use save-current-buffer.
336         (gnus-tree-mode-map): Initialize in the declaration.
337         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
338         (scroll-in-place): Defvar it.
339         (gnus-tmp-*): Defvar them.
340         (gnus-get-tree-buffer): Use derived-mode-p.
341         (gnus--let-eval): New macro.
342         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
343         non-prefixed variables.
344         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
345
346         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
347         vars since it doesn't seem to be available.
348         (gnus-set-global-variables, gnus-summary-read-group-1)
349         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
350         (gnus-summary-display-article, gnus-summary-select-article)
351         (gnus-summary-next-article, gnus-offer-save-summaries)
352         (gnus-summary-generic-mark): Use derived-mode-p.
353         (gnus-summary-read-group-1, gnus-summary-exit)
354         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
355         Adjust calls to gnus-tree-close and gnus-tree-open.
356
357         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
358
359         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
360         (gnus-agent-mode): Use derived-mode-p.
361         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
362         gnus-command-method and *-command-method to nil, but bind
363         gnus-command-method to *-command-method instead!
364         (gnus-agent-fetch-articles): Remove unused var `id'.
365         (gnus-agent-fetch-headers): Remove unused arg `force'.
366         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
367         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
368         (gnus-agent-short-article, gnus-agent-long-article)
369         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
370         first use.
371         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
372         `score-param'.
373         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
374         (gnus-get-predicate): Push in front of the cache, rather than end.
375         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
376         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
377         (gnus-agent-expire-unagentized-dirs): Don't rebind
378         gnus-agent-expire-current-dirs since the defvar silences the warning.
379         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
380         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
381         (gnus-agent-regenerate): Simplify interactive spec and doc.
382
383 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
384
385         * gnus-int.el (gnus-open-server): Silence compiler.
386
387         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
388
389         * message.el (message-display-completion-list): Abolish.
390         (message-completion-in-region): Use display-completion-list.
391
392 2013-09-17  Glenn Morris  <rgm@gnu.org>
393
394         * gnus-util.el (gnus-message-with-timestamp-1):
395         Use `messages-buffer' function if available.  Ignore read-only.
396
397 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
398
399         * message.el (message-expand-group, message-completion-in-region):
400         Correct the order of start and end of a region.
401
402 2013-09-13  Glenn Morris  <rgm@gnu.org>
403
404         * mml2015.el (gnus-create-image): Autoload it.
405
406         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
407
408         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
409         (image-size): Declare.
410
411 2013-09-12  Glenn Morris  <rgm@gnu.org>
412
413         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
414         Avoid using `find', which i) might not be defined at runtime;
415         ii) does not work, since its default test is eql, not equal.
416         (gnus-mime-action-alist): Declare.
417
418 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
419
420         * score-mode.el (gnus-score-mode-map): Move initialization
421         into declaration.
422         (gnus-score-mode): Use define-derived-mode.
423         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
424         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
425         into declaration.
426         (gnus-kill-file-mode): Use define-derived-mode.
427         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
428         Use derived-mode-p.
429         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
430         (gnus-group-setup-buffer, gnus-group-name-at-point)
431         (gnus-group-make-web-group, gnus-group-enter-directory)
432         (gnus-group-suspend): Use derived-mode-p.
433         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
434         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
435         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
436         (gnus-article-setup-buffer, gnus-article-prepare)
437         (gnus-article-prepare-display, gnus-sticky-article)
438         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
439         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
440         (gnus-article-read-summary-keys): Use derived-mode-p.
441
442 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
443
444         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
445
446 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
447
448         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
449         shift_jis from the default value set for Japanese users.
450
451 2013-08-13  Glenn Morris  <rgm@gnu.org>
452
453         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
454
455         * gnus.el (gnus-valid-select-methods): Fix type.
456
457         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
458
459 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
460
461         * mm-decode.el (mm-display-external): Run a timer for the temp files
462         deletion after a viewer exits; add a deletion timer for the needsterm
463         case, too.
464
465         * mm-decode.el (mm-display-external): Try to delete temporary files by
466         using a 1-min. timer.
467
468 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
469
470         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
471         New internal variables.
472         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
473         (mm-display-external): Use it to delete temporary files instead of
474         using timers.
475
476 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
477
478         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
479
480 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
481
482         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
483         with cond for backwards compatability.
484
485 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
486
487         * mm-decode.el (mm-display-external): Bind process-connection-type to
488         nil; don't delete a temp file immediately even if a viewer finishes,
489         since it may be a shell script, like xdg-open, that launches a real
490         viewer program belatedly.
491
492 2013-08-05  Dave Abrahams  <dave@boostpro.com>
493
494         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
495         that we can create nndoc groups that excerpt other groups.
496
497 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
498
499         * gnus-delay.el (gnus-delay-article): Fix typo.
500
501         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
502         articles.
503
504         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
505         we can get spell-checking etc.
506
507 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
508
509         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
510         a single one used for encoding the whole text in a header.
511
512 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
513
514         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
515         doesn't work properly on XEmacs.
516
517 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
518
519         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
520         before sending.
521
522         * dgnushack.el (dgnushack-compile): Add a temporary check for
523         gnus-icalendar.
524
525         * mm-decode.el (mm-command-output): New face.
526         (mm-display-external): Use it.
527
528 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
529
530         * nnmbox.el (nnmbox-request-article): Don't change point.
531
532 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
533
534         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
535         Include `handle' parameter.
536
537 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
538
539         * gnus-icalendar.el: New file.
540
541 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
542
543         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
544
545         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
546         dummy roots, too.
547
548 2013-08-01  David Edmondson  <dme@dme.org>
549
550         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
551         out on ttys.
552
553 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
554
555         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
556         not empty.
557
558         * nnrss.el (nnrss-discover-feed): Indent.
559
560 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
561
562         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
563
564 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
565
566         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
567         dirty to ensure nnimap data being saved.
568
569 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
570
571         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
572         menu entry.
573
574         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
575         the current thread's total score instead of the current article's
576         score.
577
578         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
579         (gnus-sort-threads-recursively): Delete defcustom.
580         (gnus-sort-threads-recursive): Adapt accordingly.
581
582 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
583
584         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
585         (gnus-sort-threads-recursive): Use it.
586         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
587         again.  Now that determines how to sort subthreads.
588
589 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
590
591         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
592         (gnus-sort-threads): Use it.
593
594 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
595
596         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
597         punctuation characters follow parentheses (bug#14950).
598
599 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
600
601         * gnus.el (gnus-continuum-version):
602         * gnus-msg.el (gnus-extended-version): Simplify.
603
604         * gnus.el (gnus-continuum-version-1): Remove.
605         * gnus-msg.el (gnus-bug): Revert.
606
607         Calculate gnus-version correctly on Cygwin.
608
609         * gnus.el (gnus-continuum-version): Do main calculations in integers.
610         (gnus-continuum-version-1): New function, return a string.
611
612         * gnus-msg.el (gnus-extended-version, gnus-bug):
613         Use gnus-continuum-version-1 instead of gnus-continuum-version.
614
615 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
616
617         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
618         (bug#13384).
619
620 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
621
622         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
623         that were only relevant in a development version a long time ago.
624
625 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
626
627         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
628         that the old Emacs 24s bundle.
629
630 2013-07-10  David Engster  <deng@randomsample.de>
631
632         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
633         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
634         fixes a bug in Emacs trunk where the 'unexist' marks were always
635         removed at startup because "Gnus v5.13" was considered smaller than "Ma
636         Gnus v0.03".
637
638 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
639
640         * gnus.el (gnus-summary-line-format): Reference
641         `gnus-user-date-format-alist' for the &user-date; format, not
642         `gnus-summary-user-date-format-alist'.
643
644 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
645
646         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
647         delete files (bug#13481).
648
649 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
650
651         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
652
653 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
654
655         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
656         display images.
657
658         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
659
660         * message.el (message-cancel-news): According to
661         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
662         preferred over "cmsg cancel" in the Subject.
663
664         * nnir.el (nnir-engines): Note that the group specs are regexps
665         (bug#13238).
666
667         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
668         gotten read-only text properties, ensure that those aren't heeded when
669         copying stuff over (bug#13434).
670
671         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
672         (bug#13762).
673
674 2013-07-05  David Kastrup  <dak@gnu.org>
675
676         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
677         authinfo file again (important for blank passwords).  This had been
678         broken with 2013-06-15 change.
679
680 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
681
682         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
683         Revert 2013-01-14 change.
684
685 2013-07-02  Daiki Ueno  <ueno@gnu.org>
686
687         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
688         of 'create-image' for XEmacs compatibility; check errors when decoding
689         image.  Reported by Uwe Brauer.
690
691 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
692
693         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
694         gnus-button-push revised at 2011-01-19.
695
696 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
697
698         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
699         now live in the lisp/net Emacs 24 repository.
700
701 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
702
703         * eww.el (eww-update-header-line-format): Quote % characters.
704
705 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
706
707         * eww.el (eww-process-text-input): Display passwords as asterisks.
708
709         * shr.el (shr-make-table-1): Protect against invalid column-spans.
710
711 2013-06-19  Tom Tromey  <tromey@redhat.com>
712
713         * eww.el (eww-top-url): Remove.
714         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
715         (eww-render): Set new variables.  Don't set eww-top-url.
716         (eww-handle-link): Handle "prev", "home", and "contents".
717         Downcase the rel text.
718         (eww-top-url): Choose best top URL.
719
720 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
721
722         * eww.el: Rewrite to implement form elements "by hand" instead of
723         relying in widget.el.  Using widget.el leads to too many
724         user interface inconsistencies.
725         (eww-self-insert): Implement entering commands in text fields.
726         (eww-process-text-input): New function to make text input field editing
727         work.
728         (eww-submit): Rewrite to use the new-style form methods.
729         (eww-select-display): Display the correct selected item.
730         (eww-change-select): Implement changing the select value.
731         (eww-toggle-checkbox): Implement radio/checkboxes.
732         (eww-update-field): Fix compilation error.
733         (eww-tag-textarea): Implement <textarea>.
734
735         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
736         don't shadow mode-specific bindings.
737
738         * eww.el (eww-browse-url): Don't push stuff onto history if there's
739         nothing to push.
740
741         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
742
743 2013-06-19  Glenn Morris  <rgm@gnu.org>
744
745         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
746
747 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
748
749         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
750
751 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
752
753         * shr.el (shr-make-table-1): Implement <td rowspan>.
754         (shr-table-horizontal-line): Allow nil as a value, and change the
755         default.
756         (shr-insert-table-ruler): Respect the nil value.
757
758 2013-06-18  Tom Tromey  <tromey@barimba>
759
760         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
761         New defvars.
762         (eww-open-file): New defun.
763         (eww-render): Initialize new variables.
764         (eww-display-html): Handle "link" and "a".
765         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
766         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
767         (eww-back-url): Rename from eww-previous-url.
768         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
769         defuns.
770
771 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
772
773         * shr.el (shr-tag-table): Insert the images after the table, so that
774         they're not covered by the table colourisation, which often looked
775         awkward.
776         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
777         <dd>.
778         (shr-make-table-1): Implement <td colspan=> support.
779         (shr-insert-document): Use one less than window width if `shr-width' is
780         nil, since otherwise things may get one character too wide.
781
782 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
783
784         * eww.el (eww-detect-charset): Improve regexp; move backward.
785
786 2013-06-18  Glenn Morris  <rgm@gnu.org>
787
788         * mm-decode.el (widget-convert-button): Autoload.
789
790         * sieve-manage.el (mm-enable-multibyte): Autoload.
791
792         * shr.el (libxml-parse-html-region): Declare.
793         (shr-render-buffer): Explicit error if no libxml2 support.
794
795 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
796
797         * auth-source.el (auth-source-current-line): New function.
798         (auth-source-netrc-parse-entries): When a data token is "machine",
799         assume we're in the wrong place and abort parsing the current line.
800
801 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
802
803         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
804         (eww-convert-widgets): Don't bug out if the first widget starts at the
805         beginning of the buffer.
806         (eww-convert-widgets): Fix last patch.
807         (eww-tag-input): Support <input type=image>.
808
809         * shr.el (shr-insert-table): Respect border-collapse: collapse.
810         (shr-tag-base): Protect against base specs that are degenerate.
811         (shr-ensure-paragraph): Don't delete empty lines that have text
812         properties, because these may be input fields.
813
814         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
815         we can navigate to them.
816
817         * shr.el (shr-colorize-region): Put the colours over the entire region.
818         (shr-inhibit-decoration): New variable.
819         (shr-add-font): Use it to inhibit text property decorations while doing
820         preliminary table renderings.  This speeds up typical Wikipedia page
821         renderings by 15%.
822         (shr-tag-span): Don't respect the <title>, because that overwrites the
823         help-echo from links inside the spans.
824         (shr-next-link): Use `help-echo' for navigation, so that we can
825         navigate to form elements, too.
826
827         * eww.el (eww-button): New face.
828         (eww-convert-widgets): Use it to make submit buttons more button-like.
829
830         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
831         that Gnus commands work.
832
833         * shr.el (shr-render-td): Support horizontal alignment.
834
835         * eww.el (eww-put-color): Removed.
836         (eww-colorize-region): Use `add-face-text-property'.
837
838         * shr.el (shr-add-font): Append face data, so that we get the correct
839         precedence: The innermost value (which is applied first) wins.
840         (shr-make-overlay): Obsolete function.
841
842         * mm-decode.el (mm-convert-shr-links): New function to convert
843         new-style shr URL links into widgets.
844         (mm-shr): Use it.
845
846         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
847         widget commands, since we're no longer using widgets for links.
848
849         * shr.el (shr-next-link): New command.
850         (shr-previous-link): New command.
851         (shr-urlify): Don't use `widget-convert', because that's slow.
852         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
853         because collecting the overlays and reapplying them when generating
854         tables is slow.
855         (shr-insert-table): Ditto.
856
857 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
858
859         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
860         * shr.el (browse-url): Require `url'.
861         * eww.el (url): Require format-spec.
862
863 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
864
865         * eww.el (eww-display-html): Default to using the entire window width.
866         (eww-browse-url): Don't add a User-Agent header (twice), because that
867         makes Bing refuse connection.
868
869         * shr.el (shr-make-table): Cache the table rendering at the table
870         level, and not the <td> level.  This is a bit faster.
871
872         * eww.el (eww-render): Go to the correct ID when given URLs ending with
873         #id.
874
875         * shr.el (shr-tag-li): Don't require a new paragraph, since other
876         browsers don't.
877         (shr-expand-url): Respect #anchor links.
878         (shr-parse-base): Chop off the anchor before using.
879         (shr-descend): Respect display: none.
880         (shr-descend): Allow marking elements that have certain IDs.
881
882         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
883
884         * shr.el (shr-expand-url): Don't bug out on zero-length links.
885
886         * eww.el (eww-tag-textarea): Support <textarea>.
887
888 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
889
890         * shr.el (shr-dom-to-xml): Fixed function call.
891
892         * eww.el (eww): New group.
893         (eww-header-line-format): New custom variable.
894         (eww-current-title): New variable.
895         (eww-display-html): Update header and handle title tag.
896         (eww-update-header-line-format): New function.
897         (eww-tag-title): New function.
898
899         * shr.el (shr-dom-to-xml): New function.
900         (shr-tag-svg): Add support for the SVG tag.
901         (shr-bullet): New custom variable.
902         (shr-tag-li): Support custom bullet in unordered lists.
903
904 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905
906         * shr.el (shr-expand-url): Respect // URLs.
907
908         * eww.el (eww-tag-body): Override the shr body rendering so that we can
909         put a background colour onto the entire buffer.
910         (eww-render): When being redirected, use the redirect URL as the new
911         base URL.
912
913         * shr.el (shr-parse-base): Fix parsing error.
914
915         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
916
917         * shr.el (shr-parse-base): New function.
918         (shr-expand-url): Use it to expand relative URLs reliably.
919
920 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
921
922         * auth-source.el (auth-source-search-collection): Fix docstring.
923         (auth-source-netrc-parse): Refactor and improve netrc parser to support
924         single-quoted strings and multiline entries.
925         (auth-source-netrc-parse-next-interesting)
926         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
927         functions to support parser.
928
929 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
930
931         * eww.el (eww-submit): Get submit button logic right when hitting RET
932         on non-submit buttons.
933
934         * shr.el: Remove shr-preliminary-table-render, since that can't really
935         be used for anything in practice.
936
937 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
938
939         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
940         (sieve-manage-quit).
941
942 2013-06-14  Glenn Morris  <rgm@gnu.org>
943
944         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
945
946 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
947
948         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
949         control the maximum size of photo ID image.
950         (mml2015-epg-key-image-to-string): Respect it.
951
952 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
953
954         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
955         instead of the final one so that we can more easily distinguish them.
956
957         * eww.el (eww-submit): Compute the submission URL correctly.
958
959 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
960
961         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
962         Use plist-get rather than CL's getf.
963         (sieve-manage-parse-capability): Avoid CL's remove-if.
964
965 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
966
967         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
968         (sieve-manage-quit).
969
970 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
971
972         * shr.el (shr-expand-url): Expansion should chop off the bits after the
973         last slash.
974
975         * eww.el (eww-tag-select): Use the first value as the default value.
976
977 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
978
979         * eww.el (eww): Prepend urls with http:// if scheme is missing.
980         (eww-mode): Use `define-derived-mode'.
981         (eww-parse-headers): Parse headers from beginning of buffer so that
982         file:// links work.
983
984 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
985
986         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
987
988 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
989
990         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
991         to handle them at all.
992
993 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
994
995         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
996         work, too.
997         (eww-tag-select): Implement <select>.
998
999 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1000
1001         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1002         stream managing functions by using open-protocol-stream to do most of
1003         the work.  Has the nice benefit of enabling STARTTLS.
1004         Wait for capabilities after STARTTLS: following RFC5804, the server
1005         sends new capabilities after successfully establishing a TLS connection
1006         with the client. The client should update the cached list of
1007         capabilities, but we just ignore the answer for now.
1008         (sieve-manage-network-p, sieve-manage-network-open)
1009         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1010         (sieve-manage-forward, sieve-manage-streams)
1011         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1012         API, nor called by any other function.
1013         Enable Multibyte for SieveManage buffers: The parser won't properly
1014         handle umlauts and line endings unless multibyte is turned on in the
1015         process buffer.
1016
1017 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1018
1019         * eww.el (eww-tag-input): Support password fields.
1020         (eww-submit): Support POST.
1021
1022 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1023
1024         * eww.el (eww-tag-form): Protect against degenerate forms.
1025
1026         * shr.el (shr-expand-url): Expand URLs that start with a slash
1027         correctly.
1028
1029         * eww.el (eww-submit): Get submit button logic right.
1030
1031         * shr.el (shr-final-table-render): New variable to signal when we're
1032         doing the final table rendering so that we can collect more data at
1033         that point.
1034
1035         * eww.el (eww-submit): Make form submission work.
1036         (eww-tag-input): Implement submit buttons.
1037         (eww-click-radio): Implement radio and checkboxes.
1038         (eww-submit): Handle hidden elements.
1039
1040         * shr.el (shr-descend): Allow other packages to override (or provide)
1041         rendering of elements.
1042         (shr-expand-url): Strip query strings from URLs before expanding them.
1043
1044         * eww.el: Don't require cl-lib.
1045         (eww-tag-form): Start form support.
1046
1047         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1048
1049         * eww.el: Start writing a new, tiny web browser.
1050         (eww-previous-url): New command.
1051         (eww-quit): New command.
1052
1053 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1054
1055         * sieve.el: Put point at beginning of buffer when viewing a script.
1056         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1057         number in sieve-buffer's header.  Fixed code to also work with a string
1058         as port specifier. Properly close the connection on pressing 'q'.  Make
1059         sieve-manage-quit close the connection and process buffer.  Also, remove
1060         duplicate keybinding for 'q'.
1061
1062 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1063
1064         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1065         make it easier to read.
1066         (mm-pkcs7-enveloped-magic): Ditto.
1067
1068 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1069
1070         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1071         before `image-type-available-p' to avoid loading the image libraries
1072         needlessly.
1073
1074 2013-06-05  David Engster  <deng@randomsample.de>
1075
1076         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1077         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1078         to see whether the group was synced before.
1079
1080 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1081
1082         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1083         when opening the connection.
1084         Suggested by João Távora <joaotavora@gmail.com> in
1085         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1086
1087 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1088
1089         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1090         assume Date header begins with "Date", that may be customized into
1091         something like "X-Sent" using gnus-article-time-format.
1092         (article-transform-date): Allow multi-line Date header.
1093
1094 2013-06-02  David Engster  <deng@randomsample.de>
1095
1096         * registry.el (initialize-instance, registry-lookup)
1097         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1098         (registry-lookup-secondary-value, registry-search, registry-delete)
1099         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1100         not wrap methods in `eval-and-compile'.  This breaks due to latest
1101         changes in EIEIO (introduction of eieio-core.el).
1102
1103 2013-05-30  Glenn Morris  <rgm@gnu.org>
1104
1105         * nnmail.el (nnmail-fancy-expiry-target):
1106         Also bind mail-dont-reply-to-names.
1107
1108         * spam-stat.el (spam-stat-save):
1109         No need to tweak font-lock in temp buffers.
1110
1111         * shr.el (shr-put-image): Silence compiler.
1112
1113 2013-05-29  Glenn Morris  <rgm@gnu.org>
1114
1115         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1116
1117         * gnus-group.el (gnus-sequence-of-unread-articles)
1118         (gnus-summary-add-mark, gnus-mark-article-as-read)
1119         (gnus-group-make-articles-read): Declare.
1120
1121         * gnus-sum.el (gnus-parameter-list-identifier)
1122         (gnus-article-stop-animations, gnus-stop-downloads)
1123         (gnus-article-only-boring-p, article-goto-body)
1124         (gnus-flush-original-article-buffer, article-narrow-to-head)
1125         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1126         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1127
1128         * gnus.el: No need to eval-and-compile autoloads.
1129
1130         * gravatar.el (help-function-arglist): Autoload.
1131
1132         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1133
1134         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1135
1136         * spam.el: No need to load spam-report when compiling.
1137         No need to eval-and-compile autoloads.
1138         (spam-report-resend-to): Declare.
1139         (spam-report-resend-register-routine): Require 'spam-report.
1140
1141 2013-05-24  Julien Danjou  <julien@danjou.info>
1142
1143         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1144         setup.
1145
1146 2013-05-23  Glenn Morris  <rgm@gnu.org>
1147
1148         * gnus-util.el (rmail-swap-buffers-maybe)
1149         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1150         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1151         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1152
1153         * mm-decode.el: No need to load term when compiling.
1154         (term-mode, term-char-mode): Declare.
1155
1156         * mm-util.el: No need to load jka-compr when compiling.
1157         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1158
1159         * nnmaildir.el: Require is automatically eval-and-compile.
1160         (nnmail): Require at run-time too.
1161
1162         * registry.el (registry-size): Move definition before use.
1163
1164 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1165
1166         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1167         signed data to conform the standard.  (Bug#14232)
1168
1169 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1170
1171         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1172         double angle quotation mark.
1173
1174 2013-05-20  Glenn Morris  <rgm@gnu.org>
1175
1176         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1177
1178 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1179
1180         * message.el (message-insert-formatted-citation-line): handle finding
1181         first/lastname when more than 2 names appear.
1182
1183 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1184
1185         * shr.el (shr-tag-span): New function.
1186
1187 2013-05-18  Glenn Morris  <rgm@gnu.org>
1188
1189         * message.el (message-mode): Use message-mode-abbrev-table,
1190         with text-mode-abbrev-table as parent.  (Bug#14413)
1191
1192 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * message.el (message-expand-group): Decode group names.
1195
1196 2013-05-16  Julien Danjou  <julien@danjou.info>
1197
1198         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1199         app-icon.
1200
1201 2013-05-15  Glenn Morris  <rgm@gnu.org>
1202
1203         * shr-color.el (shr-color-visible-luminance-min)
1204         (shr-color-visible-distance-min): Use shr-color group.
1205
1206 2013-05-11  Glenn Morris  <rgm@gnu.org>
1207
1208         * gnus-vm.el: Make it loadable without VM.
1209         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1210         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1211
1212 2013-05-09  Glenn Morris  <rgm@gnu.org>
1213
1214         * mml1991.el: Make it loadable.  (Bug#13456)
1215
1216         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1217         * gnus-async.el (gnus-async-post-fetch-function):
1218         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1219         * gnus-html.el (gnus-html-image-cache-ttl):
1220         * gnus-notifications.el (gnus-notifications-timeout):
1221         * gnus-picon.el (gnus-picon-properties):
1222         * gnus-util.el (gnus-completion-styles):
1223         * gnus.el (gnus-other-frame-resume-function):
1224         * message.el (message-user-organization-file)
1225         (message-cite-reply-position):
1226         * nnir.el (nnir-summary-line-format)
1227         (nnir-retrieve-headers-override-function):
1228         * shr-color.el (shr-color-visible-luminance-min):
1229         * shr.el (shr-blocked-images):
1230         * spam-report.el (spam-report-resend-to):
1231         * spam.el (spam-summary-exit-behavior): Fix custom types.
1232
1233         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1234
1235 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1236
1237         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1238         because of let-binding help-xref-following.  (Bug#14356)
1239
1240 2013-05-06  Glenn Morris  <rgm@gnu.org>
1241
1242         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1243
1244 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1245
1246         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1247         entering into the registry.
1248
1249 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1250
1251         * gnus.el: Ma Gnus v0.7 is released.
1252
1253 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1254
1255         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1256         (Bug#14304)
1257
1258 2013-04-27  Glenn Morris  <rgm@gnu.org>
1259
1260         * gnus.el (gnus-list-debbugs):
1261         Use require rather than autoload.  (Bug#14262)
1262
1263 2013-04-27  Julien Danjou  <julien@danjou.info>
1264
1265         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1266         port to "sieve" now that it has an official IANA port assigned.
1267
1268 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1269
1270         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1271         Don't set the MAILHOST environment variable permanently (Bug#14271).
1272
1273 2013-04-26  Glenn Morris  <rgm@gnu.org>
1274
1275         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1276
1277 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1278
1279         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1280         string values of 'gcc-self. Thanks to Saroj Thirumalai.
1281
1282 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1283
1284         * nnir.el (nnir-close-group): Make sure we are in the right group.
1285
1286         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1287         dependency table from all newly retrieved headers.
1288
1289 2013-04-16  David Edmondson  <dme@dme.org>
1290
1291         Support <img src="data:...">.
1292
1293         * shr.el (shr-image-from-data): New function.
1294         (shr-tag-img): Use it.
1295
1296 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1297
1298         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1299         group.
1300
1301 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1302
1303         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1304         corresponding to any existing group (Bug#14166).
1305
1306 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1307
1308         * nnir.el (number-sequence): No longer used.
1309         (nnir-request-set-mark): New function.
1310         (nnir-request-update-info): Improve marks updating.
1311         (nnir-request-scan): Don't duplicate marks updating.
1312         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1313         Use 'assq rather than 'assoc.  Quote anonymous function.
1314         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1315         Use 'gnus-group-prefixed-p.
1316         (gnus-summary-create-nnir-group): Make sure server for method is open.
1317
1318 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1319
1320         * nnir.el (gnus-nnir-group-p): New function.
1321         (nnir-possibly-change-group): Use it.
1322
1323         * gnus-msg.el (gnus-setup-message): Use it.
1324
1325 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1326
1327         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1328         `initial-input' for the argument name.
1329         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1330
1331 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1332
1333         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1334         (used by MH-E).
1335
1336 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1337
1338         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1339         group.
1340
1341         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1342         fix compilation.
1343
1344 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1345
1346         * nnir.el (nnir-method-default-engines): And another typo.
1347
1348 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1349
1350         * nnir.el (nnir-method-default-engines): Fix typo.
1351
1352 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1353
1354         * nnir.el: Define 'number-sequence for xemacs.
1355         (gnus-summary-create-nnir-group): New function to create an nnir group
1356         from an nnir summary buffer based on the current query.
1357         (nnir-request-create-group): Update to allow nnir group creation based
1358         on the current query.
1359
1360 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1361
1362         * nndraft.el (nndraft-request-expire-articles):
1363         Make expiry target always `delete'.
1364
1365 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1366
1367         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1368         buffer use the posting-style and gcc of the original article group.
1369         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1370
1371         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1372         after other deffoos.
1373
1374 2013-03-25  Andrew Cohen  <cohen@bu.edu>
1375
1376         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1377         management.  Marks are now shown in nnir summary buffers.  Rudimentary
1378         support for real (i.e. not ephemeral) nnir groups.
1379         (gnus-summary-make-nnir-group): New function for initiating searches
1380         from a summary buffer.
1381
1382 2013-03-18  Sam Steingold  <sds@gnu.org>
1383
1384         * message.el (message-bury): Minor cleanup.
1385
1386 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1387
1388         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
1389
1390 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1391
1392         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1393         nnml-request-list.  (Bug#13873)
1394         (nndir-request-newsgroups): Remove, unused.
1395
1396         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1397
1398 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1399
1400         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
1401         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
1402         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
1403
1404 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1405
1406         * shr.el: Make all the overlays set the `evaporate' property so that
1407         they're removed properly.
1408
1409 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1410
1411         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1412         shell-quote-argument.
1413
1414 2013-02-22  David Engster  <deng@randomsample.de>
1415
1416         * gnus-registry.el (gnus-registry-save): Provide class name when
1417         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
1418         `condition-case' to stay compatible with older EIEIO versions which
1419         only accept one argument.
1420
1421 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1422
1423         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1424         (epg-user-id-validity): Autoload.
1425         (mml2015-epg-check-user-id): New function.
1426         (mml2015-epg-check-sub-key): New function split from
1427         mml2015-epg-find-usable-key.
1428         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1429         optional name-is-key-id, to handle the case when user-id is unusable.
1430         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1431
1432 2013-02-17  Glenn Morris  <rgm@gnu.org>
1433
1434         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1435
1436 2013-02-16  Glenn Morris  <rgm@gnu.org>
1437
1438         * shr.el (shr-put-image): Only animate images that specify a delay.
1439         This is consistent with the old image-animated-p behavior.
1440
1441 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1442
1443         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1444         for XEmacs.
1445
1446 2013-02-13  Juri Linkov  <juri@jurta.org>
1447
1448         * gnus-art.el (gnus-article-mode-map):
1449         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1450         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1451
1452 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1453
1454         * auth-source.el (auth-source-format-prompt): Don't get confused by
1455         any "\" in replacement text.  (Bug#13637)
1456
1457 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1458
1459         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1460         (gnus-backend-trace): Honour gnus-backend-trace.
1461
1462         * mml.el (mml-insert-part): Insert closing tag.
1463
1464         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1465
1466 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1467
1468         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1469         able to find the article, which can happen in debbugs groups,
1470         apparently.
1471
1472 2013-01-16  Glenn Morris  <rgm@gnu.org>
1473
1474         * smiley.el (smiley-style): Make the file loadable in batch mode.
1475
1476 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1477
1478         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1479         imap process running.
1480
1481 2013-01-14  Julien Danjou  <julien@danjou.info>
1482
1483         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1484         Compare addresses against addresses, not against the full From field.
1485
1486 2013-01-13  Richard Stallman  <rms@gnu.org>
1487
1488         * message.el (message-forward-make-body-mime): New args BEG, END
1489         specify what part of FORWARD-BUFFER to use.  Do the work directly
1490         instead of calling `mml-insert-buffer'.
1491
1492 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1493
1494         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1495         cross-reference(s).
1496
1497         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1498         cross-reference(s).
1499
1500 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1501
1502         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1503         and point-max-marker.
1504         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1505
1506 2013-01-11  Julien Danjou  <julien@danjou.info>
1507
1508         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1509         max are almost equal. Also return the correct value for V which is
1510         already between 0 and 1.
1511
1512 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1513
1514         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1515         to mml2015-encrypt-to-self.
1516         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1517
1518 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1519
1520         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1521         mml-smime-epg-find-usable-secret-key.
1522
1523 2013-01-08  Glenn Morris  <rgm@gnu.org>
1524
1525         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1526
1527 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1528
1529         * mml-smime.el: Support signing by sender.
1530         Requested by Uwe Brauer.
1531         (mml-smime-sign-with-sender): New user option analogous
1532         to mml2015-sign-with-sender.
1533         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1534         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1535         mml2015.el.
1536
1537 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1538
1539         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1540         isn't running, because Gnus will probably not know how to handle the
1541         Gcc header (bug#11941).
1542
1543         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1544         articles.
1545
1546 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1547
1548         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1549         (nnfolder-generate-active-file): Make this function work with recursive
1550         folder names.
1551
1552 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1553
1554         * nntp.el (nntp-open-connection): Use HELP as the capability command
1555         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1556         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1557
1558 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1559
1560         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1561         place holder since this gives `Invalid face reference: nil' messages.
1562         Use the `default' face instead.  It has the same effect here, even
1563         though it is not no-op.
1564
1565         * gnus-util.el
1566         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1567
1568 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1569
1570         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1571         non-string posting styles (bug#13285).
1572
1573 2012-12-27  Glenn Morris  <rgm@gnu.org>
1574
1575         * plstore.el (plstore-passphrase-callback-function):
1576         Use plstore-get-file.
1577
1578 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1579
1580         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1581         stderr.
1582
1583 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1584
1585         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1586
1587         * gnus-compat.el (set-buffer-multibyte): Remove.
1588
1589 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1590
1591         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1592         temporary file to get PGP key image.  Pass no-show-photos when
1593         extracting image to avoid having it pop up twice.
1594
1595 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1596
1597         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1598         eligible for treatment.
1599
1600         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1601         lines.  This makes summary commands with hidden threads work more
1602         reliably.
1603
1604         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1605         button to mark the hidden citations (bug#9395).
1606
1607 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1608
1609         * mml2015.el (mml2015-epg-signature-to-string): New function.
1610         (mml2015-epg-verify-result-to-string): New function.
1611         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1612         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1613         instead of epg-verify-result-to-string.
1614         (epg-signature-key-id, epg-signature-to-string): Autoload.
1615         (epg-verify-result-to-string): Remove autoload.
1616
1617 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1618
1619         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1620         ID image from GPG public key.
1621         (mml2015-epg-key-image-to-string): New function.
1622
1623 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1624
1625         * plstore.el (plstore-passphrase-callback-function): Fix error when
1626         error when plstore-cache-passphrase-for-symmetric-encryption is set
1627         (bug#13264).
1628
1629 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1630
1631         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1632         buffer to the article buffer here, because that clobbers multiple
1633         article buffers.
1634
1635         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1636         buffer always points to the right summary buffer.
1637
1638 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1639
1640         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1641         the password (bug#12097).
1642
1643 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1644
1645         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1646         (bug#13263).
1647
1648         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1649         buffer exists before using it (bug#12475).
1650
1651         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1652         offline groups (bug#11937).
1653
1654         * message.el (message-yank-original): When using customize to set the
1655         value of `message-cite-style', the variable it set to a symbol that's
1656         the name of the variable, which must then be dereferenced (bug#12616).
1657
1658 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1659
1660         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1661         the `face' property with a list whose car is the face specified in the
1662         format string and whose cdr is (nil).
1663         * lisp/gnus-util.el
1664         (gnus-put-text-property-excluding-characters-with-faces):
1665         Change accordingly.
1666         (gnus-get-text-property-excluding-characters-with-faces): New function.
1667         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1668         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1669         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1670
1671 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1672
1673         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1674         login methods.
1675         (nnimap-login): Respect the `nnimap-authenticator' variable.
1676
1677         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1678         mark state when moving articles.  Otherwise unticked articles will get
1679         their ticks back after moving.
1680
1681 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1682
1683         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1684
1685         * message.el (message-ignored-news-headers): Always remove
1686         X-Message-SMTP-Method to avoid information leakage if the user
1687         mistakenly inserts the header into news messages.
1688
1689         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1690
1691         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1692         right than four characters, this command would move point to
1693         `point-max'.  Don't do that.
1694
1695         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1696         to nil to allow re-selecting groups that gain articles.
1697         (gnus-bug-group-download-format-alist): Update the URL.
1698
1699 2012-12-23  Andreas Schwab  <schwab@suse.de>
1700
1701         * shr.el (shr-tag-em): Render em as italic, not bold.
1702
1703 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1704
1705         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1706         for reuse.
1707         (gnus-open-server): Use it to add more tracing.
1708         (gnus-finish-retrieve-group-infos): Add backend tracing.
1709         (gnus-backend-trace): Also note the elapsed seconds.
1710
1711 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1712
1713         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1714         Set epa-file-encrypt-to from variable to avoid querying.
1715
1716 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1717
1718         * sieve-mode.el (sieve-font-lock-keywords):
1719         Keywords should be word delimited.  (Bug#13173)
1720
1721 2012-12-13  Andreas Schwab  <schwab@suse.de>
1722
1723         * tls.el (tls-program): Update customize type.
1724
1725 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1726
1727         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1728         instead of <pre> to align message header.
1729
1730 2012-12-12  Sam Steingold  <sds@gnu.org>
1731
1732         * gnus.el (gnus-other-frame-resume-function): Add user option.
1733         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1734
1735 2012-12-06  Sam Steingold  <sds@gnu.org>
1736
1737         * gnus-start.el (gnus-before-resume-hook): Add.
1738         (gnus-1): Run it when Gnus is alive.
1739
1740 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1741
1742         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1743         * gnus-art.el (article-unsplit-urls)
1744         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1745         * gnus-registry.el (gnus-registry-get-article-marks)
1746         * message.el (message-goto-body): Use it.
1747         (message-called-interactively-p): Remove.
1748
1749         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1750         (spam-stat-score-buffer): Use it.
1751
1752         * spam.el: Silence the warnings against BBDB functions when compiling.
1753
1754         * gnus-score.el (gnus-score-decode-text-parts):
1755         Use append+mapcar instead of the cl function mapcan.
1756
1757 2012-12-05  Sam Steingold  <sds@gnu.org>
1758
1759         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1760         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1761         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1762
1763 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1764
1765         * gmm-utils.el (gmm-called-interactively-p): Revert.
1766         This seems to cause Emacs to get stuck!
1767         * gnus-art.el (article-unsplit-urls)
1768         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1769         * gnus-registry.el (gnus-registry-get-article-marks)
1770         * message.el (message-goto-body)
1771         (message-called-interactively-p): Revert.
1772
1773         * gmm-utils.el (gmm-called-interactively-p): New function.
1774         * gnus-art.el (article-unsplit-urls)
1775         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1776         * gnus-registry.el (gnus-registry-get-article-marks)
1777         * message.el (message-goto-body): Use it.
1778         (message-called-interactively-p): Remove.
1779
1780         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1781         * gnus-sync.el (gnus-sync-lesync-call)
1782         * message.el (message-read-from-minibuffer): Use it.
1783
1784 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1785
1786         * gmm-utils.el (gmm-flet): Remove.
1787         * gnus-sync.el (gnus-sync-lesync-call)
1788         * message.el (message-read-from-minibuffer): Don't use it.
1789
1790 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1791
1792         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1793
1794 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1795
1796         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1797
1798         * gnus-sync.el (gnus-sync-lesync-call)
1799         * message.el (message-read-from-minibuffer): Use gmm-flet.
1800
1801         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1802
1803         * gnus-util.el (gnus-macroexpand-all): Remove.
1804
1805 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1806
1807         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1808         to TAB, not [tab].
1809         (gnus-summary-article-map): Likewise.
1810
1811         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1812         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1813
1814 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1815
1816         * time-date.el: Commentary fix.
1817
1818 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1819
1820         * color.el: Don't require cl.
1821         (color-complement): `caddr' -> `nth 2'.
1822
1823         * time-date.el (time-to-seconds): De-obsolete.
1824
1825 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1826
1827         * message.el (message-get-reply-headers):
1828         Make sure the reply goes to the author if it is a wide reply.
1829
1830 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1831
1832         * gnus-score.el (gnus-score-body):
1833         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1834         scoring by body.
1835
1836 2012-11-16  Glenn Morris  <rgm@gnu.org>
1837
1838         * gnus-diary.el (nndiary-request-create-group-functions)
1839         (nndiary-request-update-info-functions)
1840         (gnus-subscribe-newsgroup-functions)
1841         (nndiary-request-accept-article-functions):
1842         Use new names for hooks rather than obsolete aliases.
1843
1844 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1845
1846         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1847
1848 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1849
1850         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1851         in meta tag with the one the part specifies in its header.
1852
1853 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1854
1855         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1856         by default.
1857
1858 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1859
1860         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1861         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1862
1863 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1864
1865         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1866         and a runtime function for it, of which the XEmacs version takes only
1867         two arguments.
1868
1869 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1870
1871         * nndiary.el (nndiary-request-create-group-functions)
1872         (nndiary-request-update-info-functions)
1873         (nndiary-request-accept-article-functions):
1874         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1875         "-hooks" suffix.
1876
1877 2012-10-19  Julien Danjou  <julien@danjou.info>
1878
1879         * gnus-art.el: Require gnus-util because it uses
1880         `gnus-timer--function'.
1881
1882 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1883
1884         * starttls.el (starttls-extra-arguments): Doc fix.
1885
1886 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1887
1888         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1889         it.
1890
1891 2012-10-06  Glenn Morris  <rgm@gnu.org>
1892
1893         * gnus-notifications.el (gnus-notifications):
1894         Add missing group :version tag.
1895         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1896         (gnus-gcc-post-body-encode-hook):
1897         * gnus-sync.el (gnus-sync-lesync-name)
1898         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1899
1900 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1901
1902         * color.el (color-hsl-to-rgb): Fix incorrect results for
1903         small and large hue values.  (Bug#12559)
1904
1905 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1906
1907         New UIDL implementation.
1908
1909         * mail-source.el (mail-sources, mail-source-keyword-map):
1910         Add :leave as a pop3 keyword.
1911         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1912
1913         * pop3.el (pop3-leave-mail-on-server): Allow number.
1914         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1915         (pop3-movemail): Add UIDL support.
1916         (pop3-send-streaming-command): Take a list of mail numbers instead of
1917         the number of mails.
1918         (pop3-write-to-file): Add X-UIDL header.
1919         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1920         (pop3-uidl-add-xheader): New functions.
1921
1922         * message.el (message-ignored-resent-headers):
1923         Add X-Content-Length and X-UIDL headers.
1924
1925 2012-10-05  Glenn Morris  <rgm@gnu.org>
1926
1927         * color.el (color-name-to-rgb, color-rgb-to-hex)
1928         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1929         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1930         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1931         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1932
1933 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1934
1935         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1936         a user about whether to delete temp files if once a user answered as n.
1937
1938 2012-09-25  Chong Yidong  <cyd@gnu.org>
1939
1940         * password-cache.el (password-read-and-add): Use a declare form to mark
1941         this function obsolete.
1942
1943 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1944
1945         * lpath.el: Bind mail-encode-mml for old Emacsen.
1946
1947 2012-09-17  Richard Stallman  <rms@gnu.org>
1948
1949         * message.el (message-in-body-p): Don't set mark or modify buffer.
1950
1951         * mml.el (mml-attach-file): Doc fix.
1952         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1953         Set mail-encode-mml when in Mail mode.
1954         Simplify code to set HEAD and move back to HEAD.
1955         (mml-insert-multipart, mml-insert-part):
1956         Set mail-encode-mml when in Mail mode.
1957
1958 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1959
1960         * gnus-util.el (gnus-timer--function): New function.
1961
1962         * gnus-art.el (gnus-article-stop-animations): Use it.
1963
1964 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1965
1966         Fix glitches caused by addition of psec to timers.
1967         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1968         rather than raw access to timer vector.
1969
1970 2012-09-11  Julien Danjou  <julien@danjou.info>
1971
1972         * gnus-notifications.el (gnus-notifications): Check for nil values in
1973         ignored addresses check.
1974
1975 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1976
1977         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1978
1979 2012-09-07  Chong Yidong  <cyd@gnu.org>
1980
1981         * gnus-util.el
1982         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1983
1984         * gnus-salt.el (gnus-tree-highlight-node):
1985         * gnus-sum.el (gnus-summary-highlight-line):
1986         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1987
1988 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1989
1990         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1991
1992 2012-09-06  Juri Linkov  <juri@jurta.org>
1993
1994         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1995         scheme for buffer names to be more consistent with other group and
1996         article buffer names in Gnus.
1997
1998 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1999
2000         * gnus-util.el
2001         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2002
2003         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2004         Jenkner.
2005
2006         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2007
2008         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2009
2010         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2011
2012 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2013
2014         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2015         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2016
2017         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2018         string-prefix-p in Emacs >=23.2.
2019
2020         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2021         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2022         instead of string-match-p.
2023         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2024
2025 2012-09-06  Kenichi Handa  <handa@gnu.org>
2026
2027         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2028         lowercase a..f.
2029
2030 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2031
2032         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2033
2034 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2035
2036         * nnimap.el (nnimap-request-move-article): Decode the group name when
2037         doing internal moves to avoid charset issues.
2038
2039         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2040         TIME is set.
2041
2042 2012-09-05  Juri Linkov  <juri@jurta.org>
2043
2044         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2045         than one group at a time (bug#11961).
2046
2047 2012-09-05  Julien Danjou  <julien@danjou.info>
2048
2049         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2050         this hide the real reason with a message giving absolutely no hint.
2051
2052 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2053
2054         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2055         to the backend (bug#11804).
2056
2057         * message.el (message-insert-newsgroups): Don't insert newsgroup
2058         duplicates (bug#12275).
2059
2060 2012-09-05  John Wiegley  <johnw@newartisans.com>
2061
2062         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2063         sieve rules.
2064
2065 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2066
2067         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2068         function.
2069
2070         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2071
2072         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2073
2074 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2075
2076         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2077         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2078         This should make nnmaildir more usable with offlineimap.
2079
2080 2012-09-05  Julien Danjou  <julien@danjou.info>
2081
2082         * nnimap.el (nnimap-request-list): Revert change that made listing
2083         synchronous.
2084         (nnimap-get-responses): Restore.
2085
2086 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2087
2088         * dgnushack.el: XEmacs 21.5 compilation fix.
2089
2090         * gnus-notifications.el (gnus-notifications-notify): Use it.
2091
2092         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2093         warnings on XEmacs.
2094
2095 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2096
2097         Better seeds for (random).
2098         * gnus-sync.el (gnus-sync-lesync-setup):
2099         * message.el (message-canlock-generate, message-unique-id):
2100         Change (random t) to (random), now that the latter is more random.
2101
2102 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2103
2104         * nnimap.el (nnimap-change-group): Document result value
2105
2106         * auth-source.el (auth-sources): Fix macos keychain access.
2107
2108         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2109         allow the backend `request-head' function to determine the group
2110         name on its own.
2111         (gnus-request-expire-articles): Filter out negative article numbers
2112         during expiry (Bug#11980).
2113
2114         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2115         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2116
2117         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2118         you've found the article when you haven't.
2119
2120         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2121         that nnimap-change-group can return t.
2122
2123 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2124
2125         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2126
2127 2012-08-30  Julien Danjou  <julien@danjou.info>
2128
2129         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2130         `gnus-notifications-timeout'.
2131         (gnus-notifications-timeout): Add.
2132         (gnus-notifications-action): New function.
2133         (gnus-notifications-notify): Add :action using
2134         `gnus-notifications-action'.
2135         (gnus-notifications-id-to-msg): New variable.
2136         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2137         notifications id to messages.
2138
2139 2012-08-30  Kenichi Handa  <handa@gnu.org>
2140
2141         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2142         once.
2143
2144 2012-08-29  Julien Danjou  <julien@danjou.info>
2145
2146         * gnus-notifications.el: New file.
2147         (gnus-notifications-notify): New function.
2148         (gnus-notifications): Use `gnus-notifications-notify'.
2149
2150 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2151
2152         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2153         transfer encoding first; bind gnus-newsgroup-charset to the charset
2154         that the article specifies (Bug#12209).
2155
2156 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2157
2158         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2159         (gnus-group-customize-done): Encode values posting-style holds.
2160
2161         * gnus-msg.el (gnus-summary-resend-message)
2162         (gnus-configure-posting-styles): Decode values posting-style group
2163         parameter holds.
2164
2165 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2166
2167         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2168         `name' and `address' in Resent-From header.
2169
2170 2012-08-14  Chong Yidong  <cyd@gnu.org>
2171
2172         * gnus-art.el (article-display-face): Handle failure in
2173         gnus-create-image (Bug#11802).
2174
2175 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2176
2177         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2178         Use defsetf.
2179
2180 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2181
2182         * auth-source.el (auth-source-plstore-search)
2183         (auth-source-secrets-search): Ignore :require and :type in search spec.
2184
2185 2012-08-06  Julien Danjou  <julien@danjou.info>
2186
2187         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2188         `nnimap-request-move-article'.
2189
2190         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2191         Remove autoload, already handled by gnus.el.
2192
2193         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2194
2195         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2196         supported by nnimap actually. Reverts previous change.
2197
2198         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2199         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2200         to-buffer argument that is already supported.
2201
2202 2012-08-05  Julien Danjou  <julien@danjou.info>
2203
2204         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2205         Add autoload.
2206
2207 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2208
2209         * gnus.el (gnus-valid-select-methods): Fix custom type.
2210
2211 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2212
2213         * auth-source.el (auth-sources, auth-source-backend-parse)
2214         (auth-source-macos-keychain-search)
2215         (auth-source-macos-keychain-search-items)
2216         (auth-source-macos-keychain-result-append)
2217         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2218         auth-source.el through the /usr/bin/security utility.
2219         (auth-sources): Fix syntax error.
2220         (auth-source-macos-keychain-result-append): Fix variable name.
2221         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2222
2223 2012-07-27  Julien Danjou  <julien@danjou.info>
2224
2225         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2226         Emacs < 24.1
2227
2228 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2229
2230         * message.el (message-kill-address): Don't kill last newline.
2231         (message-skip-to-next-address): Don't move to the next header.
2232         (message-fill-field-address): Work properly.
2233
2234 2012-07-25  Julien Danjou  <julien@danjou.info>
2235
2236         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2237
2238 2012-07-24  Julien Danjou  <julien@danjou.info>
2239
2240         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2241
2242         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2243         (nntp-async-timer-handler): Remove, unused.
2244
2245         * nnimap.el (nnimap-get-responses): Remove, unused.
2246
2247         * nnheader.el (mail-header-set-extra): Remove, unused.
2248
2249         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2250         unused.
2251
2252         * mm-view.el (mm-view-sound-file): Remove, unused.
2253
2254         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2255         (mm-url-encode-multipart-form-data): Remove, unused.
2256
2257         * message.el (message-remove-signature, message-make-host-name)
2258         (message-fill-address): Remove, unused.
2259
2260         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2261         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2262         unused.
2263
2264         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2265         (gnus-xmas-call-region): Remove, unused.
2266
2267         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2268
2269         * gnus-util.el (gnus-extract-address-component-name)
2270         (gnus-extract-address-component-email, gnus-sortable-date)
2271         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2272         (gnus-process-live-p): Remove, unused.
2273
2274         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2275
2276         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2277         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2278         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2279         function.
2280
2281         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2282
2283         * gnus-score.el (gnus-summary-score-crossposting)
2284         (gnus-score-regexp-bad-p): Remove, unused.
2285
2286         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2287
2288         * gnus-range.el (gnus-sublist-p): Remove, unused.
2289
2290         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2291         unused.
2292
2293         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2294
2295         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2296         (gnus-request-associate-buffer): Remove, unused.
2297
2298         * gnus-group.el (gnus-group-set-method-info)
2299         (gnus-group-set-params-info): Remove, unused.
2300
2301         * gnus-fun.el (gnus-shell-command-to-string)
2302         (gnus-shell-command-on-region): Remove, unused.
2303
2304         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2305
2306         * gnus-art.el (gnus-article-text-type-exists-p)
2307         (article-translate-characters, gnus-article-hide-text-of-type)
2308         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2309         Remove, unused.
2310
2311 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2312
2313         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2314
2315 2012-07-21  Julien Danjou  <julien@danjou.info>
2316
2317         * message.el (message-dont-reply-to-names): Replace deprecated
2318         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2319         (message-get-reply-headers): Ditto.
2320
2321 2012-07-18  Julien Danjou  <julien@danjou.info>
2322
2323         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2324         `sieve-upload-and-kill'.
2325
2326         * sieve.el (sieve-bury-buffer): Remove function.
2327         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2328         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2329
2330 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2331
2332         * shr.el (shr-expand-url): Handle URL starting with `//'.
2333
2334 2012-07-13  Chong Yidong  <cyd@gnu.org>
2335
2336         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2337         instead of calling toggle-read-only with a (bogus) argument.
2338
2339 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2340
2341         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2342         of initial input when reading the author to restrict the summary to.
2343
2344 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2345
2346         * mm-decode.el (mm-shr):
2347         Allow overriding charset by mm-charset-override-alist.
2348
2349 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2350
2351         * gnus-art.el (gnus-article-view-part):
2352         Toggle subparts of multipart/alternative part.
2353
2354 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2355
2356         * shr.el (shr-render-buffer): New command.
2357         (shr-visit-file): Use it.
2358
2359 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2360
2361         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2362         Set no-byte-compile and no-update-autoloads.
2363
2364 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2365
2366         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2367
2368 2012-06-25  Julien Danjou  <julien@danjou.info>
2369
2370         * nnimap.el (nnimap-request-articles-find-limit): Rename from
2371         `nnimap-request-move-articles-find-limit' since we do not use it only
2372         for move operations.
2373         (nnimap-request-accept-article): Use
2374         `nnimap-request-articles-find-limit' to limit search by message-id.
2375
2376 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2377
2378         Support higher-resolution time stamps (Bug#9000).
2379
2380         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
2381         VARLIST.  It's optional, for backward compatibility.
2382         (encode-time-value): New optional arg PICO.  New type 3.
2383         (time-to-seconds) [!float-time]: Support the new picoseconds
2384         component if it's used.
2385         (seconds-to-time, time-subtract, time-add):
2386         Support ps-resolution time stamps as well.
2387
2388 2012-06-19  Julien Danjou  <julien@danjou.info>
2389
2390         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
2391
2392         * nnimap.el (nnimap-log-buffer): Check that
2393         `window-point-insertion-type' is boundp, since it's not available in
2394         XEmacs.
2395
2396 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2397
2398         * nnimap.el (nnimap-log-buffer): Add this, setting
2399         `window-point-insertion-type' in the buffer to t.
2400         (nnimap-log-command): Use nnimap-log-buffer.
2401
2402 2012-06-19  Julien Danjou  <julien@danjou.info>
2403
2404         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2405         argument to be able to limit the search.
2406         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2407         (nnimap-request-move-articles-find-limit): Add this to limit the search
2408         by Message-Id after a message move.
2409         (nnimap): Add defgroup.
2410
2411 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2412
2413         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2414
2415 2012-06-15  Julien Danjou  <julien@danjou.info>
2416
2417         * nnimap.el (nnimap-find-article-by-message-id): Use
2418         `nnimap-possibly-change-group' rather than its own EXAMINE call.
2419         (nnimap-possibly-change-group): Add read-only argument.
2420         (nnimap-request-list): Use nnimap-possibly-change-group rather than
2421         issuing EXAMINE manually.
2422         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
2423         with read-only argument.
2424         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
2425         cannot possibly change because we need to be sure that it's either
2426         read-write or read-only.
2427
2428 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2429
2430         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2431         being bound to a lambda form.
2432
2433 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2434
2435         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2436         articles when fetch-old is non-nil (bug#11370).
2437
2438 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
2439
2440         * gnus-picon.el (gnus-picon-properties): New defcustom.
2441         (gnus-picon-create-glyph): Use it.
2442
2443 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2444
2445         * gnus-group.el (gnus-group-get-new-news): Respect
2446         `gnus-group-use-permanent-levels', as documented (bug#11638).
2447
2448 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2449
2450         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2451         groups (bug#11641).
2452
2453 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2454
2455         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2456         is an integer to avoid later problems.
2457
2458 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2459
2460         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2461         locales.
2462
2463         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2464         on a handle.
2465
2466         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2467         address as the default.
2468         (gnus-summary-insert-old-articles): Don't include unexisting messages.
2469
2470         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
2471         makes no sense to query the user about internal files.
2472
2473         * gnus-spec.el: Remove all the byte-compilation stuff, since
2474         benchmarking shows that it doesn't help when entering large summary
2475         buffers.
2476
2477         * gnus-xmas.el (gnus-xmas-define): Remove.
2478
2479         * gnus-util.el (gnus-byte-code): Remove.
2480
2481         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2482         grouplens stuff.
2483
2484 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2485
2486         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2487         (bug#11514).
2488
2489 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2490
2491         * message.el (message-buffers): Return all buffers derived from Message
2492         to make `gnus-dired-attach' work with mu4e.
2493
2494 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2495
2496         * nntp.el: Stop the `letf' madness.
2497         (nntp--report-1): New var.
2498         (nntp-report): Merge nntp-report-1 into it.
2499         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2500         the nntp-report function.
2501
2502         * auth-source.el: Fix comment-style to follow the convention.
2503
2504 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
2505
2506         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2507         (mm-dissect-singlepart): Don't guess the MIME type of
2508         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2509         set.
2510         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2511         toplevel MIME type is multipart/encrypted.
2512
2513 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2514
2515         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2516         a string so that Gcc works (bug#11514).
2517
2518 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2519
2520         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2521         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2522
2523 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2524
2525         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2526         jumping to *Server* from a dedicated *Group* window.
2527         (gnus-configure-frame): CSE.
2528
2529         * gnus-registry.el: Minor style cleanup.
2530         (gnus-registry--set/remove-mark): New function, extracted from
2531         gnus-registry-install-shortcuts.
2532         (gnus-registry-install-shortcuts): Use it.
2533
2534 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2535
2536         * nnspool.el (news-path): Use eval-and-compile.
2537
2538 2012-05-24  Glenn Morris  <rgm@gnu.org>
2539
2540         * nnspool.el (news-directory, news-path, news-inews-program):
2541         Move here from paths.el.  Don't see a need for these to be autoloaded.
2542
2543         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2544         Merge in doc from paths.el version.  Don't see any need for this to be
2545         autoloaded, or for the warning about users not setting it.
2546
2547 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
2548
2549         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
2550         format.  In particular, add an optional argument and a docstring.
2551
2552         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2553
2554         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2555         current before calling `gnus-groups-to-gnus-format'.
2556         Note that this was already the case for `gnus-active-to-gnus-format'.
2557
2558 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2559
2560         Fix minor Y10k bug.
2561         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2562
2563 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2564
2565         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2566         message once it's actually open.
2567
2568 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2569
2570         * gnus.el: Ma Gnus v0.5 is released.
2571
2572 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2573
2574         * auth-source.el (auth-source--aput-1, auth-source--aput)
2575         (auth-source--aget): New functions and macros.
2576         Use them instead of aput/aget.
2577
2578 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2579
2580         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2581
2582 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2583
2584         * plstore.el (plstore-called-interactively-p): New compat macro copied
2585         from message.el.
2586         (plstore-mode): Use it.
2587
2588 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2589
2590         * plstore.el: Revive the editing feature.
2591         (plstore-mode): New mode to edit plstore file.
2592         (plstore-mode-toggle-display, plstore-mode-original)
2593         (plstore-mode-decoded): New command.
2594         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2595         (plstore--insert-buffer, plstore--make): New function.
2596         (plstore-open, plstore-save): Simplify by using them.
2597
2598 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2599
2600         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2601
2602 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2603
2604         * tls.el (open-tls-stream): Remove unused binding.
2605
2606 2012-04-16  Glenn Morris  <rgm@gnu.org>
2607
2608         * nndraft.el (nndraft-request-list): Fix declaration.
2609
2610 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2611
2612         * mm-decode.el (mm-dissect-buffer): Doc fix.
2613
2614         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2615         don't have a current group.
2616
2617         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2618         buffer if it doesn't exist.
2619
2620         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2621         given, mark the group as ephemeral with the current window conf.
2622
2623         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2624         buffer exists, which it doesn't if we haven't started Gnus.
2625         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2626
2627 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2628
2629         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2630         type is.
2631
2632         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2633         `unexists' entries.
2634         (gnus-clean-old-newsrc): Fix last checkin.
2635
2636         * nnimap.el (nnimap-update-info): None of the articles below the active
2637         low-water mark exist.
2638
2639         * dgnushack.el: Get rid of XEmacs compilation warning.
2640
2641         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2642         would have gotten if we posted to the group, and use that to compare
2643         against the message we want to cancel (bug#10808).
2644
2645         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2646         on XEmacs.
2647
2648 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2649
2650         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2651         `scroll-margin'.
2652
2653 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2654
2655         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2656         citation prefix within a block of cited text should be considered part
2657         of that block *only* if it is a blank line.
2658
2659 2012-04-09  Chong Yidong  <cyd@gnu.org>
2660
2661         * binhex.el, hashcash.el, uudecode.el:
2662         Remove * characters from the front of variable docstrings.
2663
2664 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2665
2666         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2667         before kinsoku-bol characters nor within kinsoku-eol characters.
2668
2669 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2670
2671         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2672         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2673         (gnus-sync-read): Use mapc instead of mapcar.
2674
2675         * mm-archive.el: Require mm-decode for some macros.
2676         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2677         the byte compiler.
2678         (mm-archive-decoders): New function that returns the value of
2679         the mm-archive-decoders variable.
2680
2681         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2682         instead.
2683         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2684
2685         * nnimap.el (gnus-refer-thread-use-nnir):
2686         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2687
2688 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2689
2690         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2691
2692 2012-03-12  Peter Münster  <pmrb@free.fr>
2693
2694         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2695         (gnus-demon-cancel): Ditto.
2696         (gnus-demon-run-callback): When function cannot be called due to low
2697         idleness, call it when idleness reaches the expected value, instead of
2698         waiting another timer period.
2699         (gnus-demon-init): Add `time' to arguments of call-back.
2700
2701 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2702
2703         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2704
2705         * gnus.el: Register gnus-registry functions.
2706
2707         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2708         indent.
2709
2710         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2711         enabled before warping.
2712
2713 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2714
2715         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2716         registry about each article retrieved.
2717
2718         * gnus-int.el (gnus-select-group-with-message-id): New function.
2719         (gnus-try-warping-via-registry): Ditto.
2720         (gnus-warp-to-article): Fall back on the registry.
2721
2722 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2723
2724         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2725         inboxes.
2726
2727 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2728
2729         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2730
2731 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2732
2733         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2734         gnus-gcc-self-resent-messages may be a group parameter.
2735         (gnus-summary-resend-message): Don't encode encoded words in header
2736         when Gcc'ing resent message.
2737
2738 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2739
2740         * shr.el (shr-insert): Treat non-breaking space just like normal
2741         space.  This seems to produce more pleasing results.
2742         (shr-insert): Only insert a blank line if we're starting from an image.
2743         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2744         (shr-ensure-paragraph): Consider lines with white space to be blank.
2745
2746 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2747
2748         * Makefile.in: Respect DESTDIR.
2749
2750 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2751
2752         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2753         and gnus-gcc-post-body-encode-hook.
2754
2755 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2756
2757         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2758         messages that don't exist.
2759
2760         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2761
2762 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2763
2764         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2765         Remove.
2766
2767         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2768
2769         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2770
2771 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2772
2773         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2774         have a group name.
2775
2776         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2777         a multibyte buffer (bug#7410).
2778         (article-wash-html): Parse the original article buffer to get the
2779         unencoded data (bug#7410).
2780
2781         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2782         .newsrc.el files.
2783
2784 2012-04-05  Bastien Guerry  <bzg@altern.org>
2785
2786         * color.el (color-lighten-name): Fix typo.
2787
2788 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2789
2790         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2791         "#" to avoid having them interpreted as comments.
2792
2793 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2794
2795         * shr.el (shr-insert): Update the text state properly to avoid
2796         inserting spurious paragraph starts.
2797
2798 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2799
2800         * shr.el (shr-table-widths): Divide the extra width more fairly over
2801         the TDs (bug#10973).
2802         (shr-render-td): Don't delete too much padding.
2803         (shr-natural-width): Compute the natural width more correctly.
2804         (shr-insert): Allow the natural width to be computed for tables again.
2805         (shr-tag-table-1): Rework how the natural widths are computed by
2806         rendering the table a third time.
2807         (shr-natural-width): Removed.
2808         (shr-buffer-width): New function.
2809         (shr-expand-newlines): Use it.
2810
2811         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2812         using a `gnus-use-full-window' setup (bug#11013).
2813
2814 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2815
2816         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2817         24.1 release.
2818
2819 2012-03-10  David Edmondson  <dme@dme.org>
2820
2821         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2822         'Forwarded Message' header and the start of the message.
2823
2824 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2825
2826         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2827         isn't running (bug#10897).
2828
2829 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2830
2831         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2832         This is inconsistent with all the other stream functions, which leave
2833         the setting up to the higher levels (if so wanted) (bug#10931).
2834
2835 2012-02-28  Glenn Morris  <rgm@gnu.org>
2836
2837         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2838         mm-decode.el: Standardize possessive apostrophe usage.
2839
2840 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2841
2842         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2843
2844 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2845
2846         * parse-time.el (parse-time-string): Allow extractor to return nil.
2847
2848 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2849
2850         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2851
2852 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2853
2854         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2855
2856 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2857
2858         * mm-decode.el (mm-shr): Remove "soft hyphens".
2859
2860         * nnimap.el (nnimap-request-list): Return the group names encoded as
2861         utf8.  Otherwise non-European group names don't work.
2862         (nnimap-request-newgroups): Ditto.
2863
2864         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2865         the default in `read-string' (bug#10757).
2866
2867         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2868         topics (bug#10843).
2869
2870         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2871         buffer.  Suggested by Herbert Valerio Riedel.
2872         (nnimap-request-move-article): Delete the message from the correct IMAP
2873         server.
2874
2875 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2876
2877         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2878         Reported by Peter Münster.
2879
2880 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2881
2882         * shr.el (shr-image-fetched): Make sure we really kill the right
2883         buffer.
2884
2885 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2886
2887         * gnus-start.el (gnus-1): Avoid duplicate entries.
2888
2889 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2890
2891         * imap.el: Remove.
2892
2893         * nntp.el (nntp-coding-system-for-read): Remove.
2894         (nntp-coding-system-for-write): Ditto.
2895         (nntp-open-connection): Just use `binary' directly.
2896
2897         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2898         Gnus 0.3.
2899
2900 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2901
2902         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2903         application/octet-stream parts really is.
2904
2905         * gnus-sum.el (gnus-propagate-marks): Remove.
2906
2907 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2908
2909         * shr.el (shr-rescale-image): Undo previous change; see
2910         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2911
2912 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2913
2914         * gnus.el: Ma Gnus v0.3 is released.
2915
2916 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2917
2918         * gnus-sum.el (gnus-summary-local-variables): Make
2919         `gnus-newsgroup-unexist' into a local variable.
2920
2921 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2922
2923         * registry.el (registry-usage-test, registry-persistence-test): Move to
2924         tests/gnustest-registry.el.
2925         (registry-make-testable-db, registry-match-test)
2926         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2927
2928         * gnus-registry.el (gnus-registry-misc-test)
2929         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2930
2931         * tests/gnustest-registry.el: New file with the registry and
2932         gnus-registry ERT tests.
2933
2934 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2935
2936         * gnus-msg.el (gnus-summary-resend-message): Make
2937         gnus-summary-resend-message-insert-gcc be last item in
2938         message-header-setup-hook.
2939
2940 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2941
2942         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2943         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2944         Remove.
2945         (nnfolder-open-server): Don't use marks.
2946         (nnfolder-request-delete-group): Ditto.
2947         (nnfolder-request-rename-group): Ditto.
2948         (nnfolder-request-set-mark, nnfolder-request-marks)
2949         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2950         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2951
2952         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2953         (nnml-marks-modtime): Remove.
2954         (nnml-request-delete-group): Don't use marks.
2955         (nnml-request-rename-group): Ditto.
2956         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2957         (nnml-save-marks, nnml-open-marks): Remove.
2958
2959         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2960         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2961         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2962         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2963         (nntp-server-to-method-cache): Remove.
2964
2965         * shr.el (shr-rescale-image): Fix wrong merge.
2966
2967 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2968
2969         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2970         too-wide lines.
2971
2972 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2973
2974         * nnimap.el (nnimap-record-commands): New variable.
2975         (nnimap-log-command): Use it.
2976         (nnimap-make-process-buffer): Add a space to the process buffer.
2977         (nnimap-transform-headers): Don't bug out on header lines containing
2978         stuff that look like IMAP length encodings.
2979
2980         * shr.el (shr-rescale-image): Allow viewing large images.
2981
2982 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2983
2984         * nnml.el (nnml-request-compact-group): Delete the marks file after
2985         compaction (bug#10800).
2986
2987         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2988         group exit.
2989
2990         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2991         QRESYNC/FETCH output.
2992
2993 2012-02-11  Glenn Morris  <rgm@gnu.org>
2994
2995         * sieve-manage.el (sieve-manage-default-stream):
2996         * shr.el (shr):
2997         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2998         (nnir-retrieve-headers-override-function)
2999         (nnir-imap-default-search-key, nnir-notmuch-program)
3000         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3001         (nnir-method-default-engines):
3002         * message.el (message-cite-reply-position):
3003         * gssapi.el (gssapi-program):
3004         * gravatar.el (gravatar):
3005         * gnus-sum.el (gnus-refer-thread-use-nnir):
3006         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3007         (gnus-registry-max-pruned-entries):
3008         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3009         * gnus-int.el (gnus-after-set-mark-hook)
3010         (gnus-before-update-mark-hook):
3011         * gnus-async.el (gnus-async-post-fetch-function):
3012         * auth-source.el (auth-source-cache-expiry):
3013         Add missing :version tags to new defcustoms and defgroups.
3014
3015 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3016
3017         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3018         `gnus-newsgroup-unexist'.
3019
3020         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3021         marks.
3022         (gnus-article-special-mark-lists): Put the `unexist' in the special
3023         marks list instead.
3024
3025         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3026         articles in the list of articles to be selected.
3027
3028         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3029         articles.
3030         (nnimap-update-info): Keep track of unexisting articles.
3031         (nnimap-update-qresync-info): Ditto.
3032
3033 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3034
3035         * message.el (message-default-send-mail-function): Made into own
3036         function for reuse by emacsbug.el.
3037
3038 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3039
3040         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3041         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3042
3043 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3044
3045         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3046         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3047
3048         * gnus-compat.el: Define `timer-set-function'.
3049
3050         * mm-decode.el (mm-display-external): Output the text from the command
3051         in the buffer after the command finished.  This makes text-based
3052         commands behave better.
3053
3054 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3055
3056         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3057
3058 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3059
3060         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3061         23.1.
3062
3063 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3064
3065         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3066
3067 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3068
3069         * message.el (smtpmail-smtp-user): Silence compiler warning.
3070
3071 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3072
3073         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3074         SMTP user name.
3075
3076 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3077
3078         * gnus-sum.el (gnus-summary-show-thread):
3079         next-single-char-property-change may return nil in XEmacs.
3080         (gnus-summary-article-map): Fix typo.
3081
3082 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3083
3084         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3085         running.
3086
3087         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3088
3089         * gnus.el (gnus-server-extend-method): Don't add an -address component
3090         if the method already has one (bug#9676).
3091
3092 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3093
3094         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3095         of an initial-input for consistency (bug#10757).
3096
3097         * dgnushack.el: Fix XEmacs compilation warning.
3098
3099         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3100
3101         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3102
3103 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3104
3105         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3106         lines that are narrower than the window width.  Otherwise background
3107         "blocks" will look less readable.
3108
3109 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3110
3111         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3112         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3113         have newlines within the strings, and where the UID comes after the
3114         BODYSTRUCTURE element (bug#10537).
3115
3116         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3117         (bug#10732).
3118
3119         * shr.el (shr-insert-document): Add doc string.
3120         (shr-visit-file): Ditto.
3121         (shr-remove-trailing-whitespace): New function.
3122         (shr-insert-document): Use it to clean up trailing whitespace as the
3123         final step (bug#10714).
3124
3125 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3126
3127         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3128         buffer if `gnus-kill-summary-on-exit' is nil.
3129
3130 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3131
3132         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3133         when just reading a single group from "without" Gnus.
3134
3135 2012-02-06  Chong Yidong  <cyd@gnu.org>
3136
3137         * gnus-sum.el (gnus-summary-show-thread):
3138         next-single-char-property-change never returns nil (Bug#8657).
3139
3140 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3141
3142         * message.el (message-multi-smtp-send-mail): New function.
3143         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3144         header to implement multi-SMTP functionality.
3145
3146         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3147         (gnus-agentize): Don't set it.
3148         (gnus-agent-send-mail): Don't use it.
3149
3150         * gnus-sum.el (gnus-summary-widget-backward): New function and
3151         keystroke.
3152
3153         * gnus-compat.el: More the compat functions more compatible.
3154
3155         * shr.el (shr-put-image): Remove underlines from sliced images.
3156         (shr-zoom-image): Compute the region to be replaced more correctly.
3157
3158 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3159
3160         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3161         (gnus-summary-resend-message-insert-gcc): New function.
3162         (gnus-summary-resend-message): Modify message-header-setup-hook and
3163         message-sent-hook to make it work for Gcc.
3164         (gnus-inews-do-gcc): Update the number of unread articles of groups
3165         that messages are Gcc'd to.
3166
3167         * message.el (message-resend): Run message-sent-hook to do Gcc.
3168
3169 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3170
3171         * lpath.el: Fix an XEmacs compilation warning.
3172
3173         * gnus-compat.el: Require `help-fns' to fix compilation error.
3174
3175         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3176         a higher level to silence compilation.
3177
3178         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3179         parameter to allow controlling the scaling.
3180
3181         * shr.el (shr-zoom-image): New command and keystroke.
3182         (shr-put-image): Take a `size' flag to say how to scale the image.
3183
3184         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3185         deletion unless already defined.
3186
3187         * gnus.el (gnus-compat): Require it.
3188
3189         * gnus-compat.el: New file.
3190
3191         * gnus-start.el (gnus-clean-old-newsrc): New function.
3192         (gnus-read-newsrc-file): Use it.
3193
3194         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3195         Use recursive deletion.
3196         (mm-dissect-archive): Add support for zip files.
3197
3198         * gnus-util.el (gnus-recursive-directory-files): New function.
3199
3200         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3201         (mm-archive-decoders): Add tgz support.
3202
3203         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3204         Otherwise inserting text into the Gnus buffer can look odd.
3205
3206         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3207
3208         * mm-archive.el (mm-archive-decoders): Add support for tar.
3209
3210         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3211
3212         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3213
3214 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3215
3216         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3217
3218         * mm-archive.el: New file.
3219
3220         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3221
3222         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3223
3224         * message.el (message-goto-*): Make all the `message-goto-*' commands
3225         push the mark before moving point.  This makes it easier to go back to
3226         where you came from after editing whatever you jumped to.
3227
3228 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3229
3230         * gnus.el: Ma Gnus v0.1 is released.
3231
3232 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3233
3234         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3235         without reconnecting.
3236         (nnimap-possibly-change-group): Ditto.
3237         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3238         connection has died before being called.
3239
3240 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3241
3242         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3243         an initial sync unless we're really doing one.
3244
3245         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3246         address parameter if one already exists (bug#9676).
3247
3248         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3249         not the prefix, as documented (bug#10689).
3250
3251 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3252
3253         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3254         the "server".
3255
3256         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3257         the real error message with the useless "previously known to be down".
3258         Which isn't even correct.
3259
3260         * nntp.el (nntp-open-connection): Report the error message if the nntp
3261         server can't be reached.
3262
3263         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3264         groups we do a total scan for.
3265         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3266         doing that.
3267
3268 2012-01-31  Jim Meyering  <jim@meyering.net>
3269
3270         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3271         Correct a comment (insert "not") and hide nominally-doubled "to".
3272
3273 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3274
3275         * gnus.el (gnus-version): Change name to "Ma Gnus".
3276
3277 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3278
3279         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3280         section in the manual.
3281
3282 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3283
3284         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3285         words.
3286         (rfc2047-encode-string): Ditto.
3287         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3288         understand folded filename="..." parameters, for instance.
3289
3290         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3291         the message for greater debuggability.
3292
3293 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3294
3295         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3296         instead of setting it locally, since the latter doesn't seem to have
3297         any effect (most of the time).
3298
3299 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3300
3301         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3302         function call.
3303
3304 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3305
3306         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3307         seconds, and make the repeat clause with HH:MM specs work as
3308         documented.
3309
3310 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3311
3312         * proto-stream.el (proto-stream-capability-open): Fall back on
3313         :end-of-command if :end-of-capability doesn't exist.
3314
3315 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3316
3317         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3318         bound globally in old Emacsen and XEmacsen.
3319
3320 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3321
3322         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3323         so that previous errors don't prohibit getting new news.
3324
3325         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3326
3327         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3328
3329 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3330
3331         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3332         buffer, not of the string which is its name.
3333
3334 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3335
3336         * proto-stream.el (proto-stream-capability-open): Wait for
3337         :end-of-capability, not :end-of-command.
3338
3339         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3340         non-server-marks groups.
3341         (gnus-group-make-articles-read): Ditto.
3342
3343         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3344         methods (bug#9676).
3345
3346         * gnus.el (gnus-method-ephemeral-p): New function.
3347
3348 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3349
3350         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3351         left-to-right.
3352
3353 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3354
3355         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3356         warning.
3357
3358 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3359
3360         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3361         macroexpand the nnir things, since they haven't been defined yet, and
3362         nnir requires gnus-sum.
3363
3364 2012-01-24  Julien Danjou  <julien@danjou.info>
3365
3366         * color.el (color-rgb-to-hsl): Fix value computing.
3367         (color-hue-to-rgb): New function.
3368         (color-hsl-to-rgb): New function.
3369         (color-clamp, color-saturate-hsl, color-saturate-name)
3370         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3371         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3372
3373 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3374
3375         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3376
3377 2012-01-19  Julien Danjou  <julien@danjou.info>
3378
3379         * color.el (color-name-to-rgb): Use the white color to find the max
3380         color component value and return correctly computed values.
3381         (color-name-to-rgb): Add missing float conversion for max value.
3382
3383 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3384
3385         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3386         logical server name in addition to the actual machine address.
3387
3388         * auth-source.el (auth-source-user-and-password): Add convenience
3389         wrapper to search by just host and optionally user.
3390
3391 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3392
3393         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3394         after rendering.
3395
3396 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3397
3398         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3399         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3400         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3401
3402 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3403
3404         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3405         (bug#9693).
3406         (gnus-summary-setup-buffer): Document return value (bug#9697).
3407
3408         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3409         since ido doesn't work on symbols (bug#9632).
3410
3411         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3412         when getting a single value as when getting all the values.  This means
3413         that atoms like `gcc-self' work cumulatively, like variable settings,
3414         instead of getting the value from the last matching clause.
3415         (gnus-group-find-parameter): Protect against the group buffer not
3416         existing (bug#9585).
3417
3418 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3419
3420         * gnus-start.el (gnus-activate-group): Document more parameters
3421         (bug#9694).
3422
3423         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3424         (bug#9692).
3425
3426         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3427         article was fetched, so that it can be expired later (bug#9958).
3428         (gnus-agent-summary-fetch-series): Add doc string.
3429         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3430         (bug#9517).
3431
3432         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3433         retrieval is happening.
3434
3435         * gnus.el (gnus-parameters): Doc fix.
3436
3437 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3438
3439         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3440         show the thread after expansion.
3441
3442 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3443
3444         * gnus-art.el (article-narrow-to-head): If the head is completely
3445         empty, narrow to the empty region (bug#9764).
3446
3447         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3448         read, and then mark them as unread only when the unread mark is used.
3449         This makes `C-- T k' actually work, even though it's confusing.
3450
3451         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3452         alive before we try to find its window.
3453
3454 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3455
3456         * mm-decode.el (mm-display-external): Use a longer timeout for the
3457         deletion to allow slow programs to display the file.
3458
3459 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3460
3461         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3462         prompt to be less confusing.
3463
3464         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3465         argument to `message-reply'.  This broke `special-display-*' frame
3466         pop-uping (bug#10238).
3467
3468 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3469
3470         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3471         systems, since these allegedly don't work there.
3472
3473 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3474
3475         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3476         live buffer.
3477
3478 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3479
3480         * nnir.el (nnir-retrieve-headers): Protect against the article not
3481         existing on the server (bug#10335).
3482
3483 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3484
3485         * gnus-agent.el (gnus-agent-load-local): Recompute
3486         gnus-agent-article-local on changing method.
3487
3488 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3489
3490         * gnus.el (gnus-parameters): Note precedence.
3491
3492 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3493
3494         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3495         in the group buffer.
3496
3497 2012-01-04  Julien Danjou  <julien@danjou.info>
3498
3499         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3500         change.
3501
3502 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3503
3504         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3505         too.
3506
3507         * nntp.el (nntp-retrieve-group-data-early): Use it.
3508
3509 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3510
3511         * nntp.el (nntp-retrieval-in-progress): New variable.
3512         (nntp-make-process-buffer): Make it buffer-local.
3513
3514         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3515         2010.
3516         (gnus-demon-init): Use it to compute the time if time is on the form
3517         "04:23".
3518
3519         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3520
3521         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3522         status in the correct buffer.
3523
3524 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3525
3526         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3527         when opening topics (bug#10407).
3528
3529 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3530
3531         * gnus-cus.el (gnus-score-customize):
3532         * gnus-sum.el (gnus-sort-gathered-threads):
3533         * message.el (message-shorten-references):
3534         * nnmairix.el (nnmairix-request-group):
3535         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
3536
3537 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3538
3539         * gnus-agent.el (gnus-agent-regenerate-group):
3540         * gnus-int.el (gnus-retrieve-group-data-early):
3541         * mm-util.el (mm-codepage-ibm-list):
3542         * nndiary.el (Commentary, nndiary-get-new-mail):
3543         * nnir.el (nnir):
3544         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
3545
3546 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3547
3548         * mm-view.el (mm-display-inline-fontify): Add comment.
3549
3550 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3551
3552         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
3553         * ntlm.el (ntlm-smb-dohash): Spelling fix.
3554
3555 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
3556
3557         * gnus-art.el (gnus-split-methods):
3558         * gnus-msg.el (gnus-configure-posting-styles):
3559         * gnus-spec.el (gnus-parse-simple-format):
3560         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3561         * message.el (message-do-actions): Spelling fix.
3562
3563 2011-12-15  Juri Linkov  <juri@jurta.org>
3564
3565         * mm-decode.el (mm-inline-media-tests): Add missing
3566         `mm-handle-media-subtype'.
3567
3568 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3569
3570         * gnus-group.el (gnus-group-tool-bar):
3571         * gnus-sum.el (gnus-summary-tool-bar):
3572         * message.el (message-tool-bar):
3573         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3574
3575 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3576
3577         * plstore.el (plstore--insert-buffer): Spelling fix.
3578
3579 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3580
3581         * message.el (message-valid-fqdn-regexp): Update with newly approved
3582         top-level domain names ".tel" and ".asia".
3583
3584 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3585
3586         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3587         unconditionally.
3588
3589 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3590
3591         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3592         pop-to-buffer-same-window for old Emacsen.
3593
3594 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3595
3596         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3597
3598 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3599
3600         * netrc.el (netrc-credentials): Spelling fix.
3601
3602 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3603
3604         * gnus-fun.el (gnus-fun-ppm-change-string):
3605         * gnus-msg.el (gnus-inews-do-gcc):
3606         * gnus-sum.el (gnus-summary-find-for-reselect):
3607         * gnus.el (gnus-summary-cancelled):
3608         * message.el (message-cancel-hook, message-send-news):
3609         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3610         * nnir.el (nnir-run-hyrex):
3611         * nntp.el (nntp-with-open-group-function):
3612         * pgg.el (pgg-pending-timers): Spelling fix.
3613
3614 2011-12-04  Chong Yidong  <cyd@gnu.org>
3615
3616         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3617         change (Bug#10200).
3618
3619 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3620
3621         * compface.el (uncompface):
3622         * gnus-art.el (gnus-article-x-face-command): Update the header format
3623         of icon data for the most recent icontopbm program.
3624
3625 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3626
3627         * gnus-msg.el (gnus-inews-do-gcc):
3628         * message.el (message-send-mail):
3629         * mml.el (mml-generate-mime): Share the value of the buffer-local
3630         `message-options' variable between a draft buffer and temprary working
3631         buffers.
3632
3633 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3634
3635         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3636
3637 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3638
3639         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3640         for Cygwin.
3641
3642 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3643
3644         * gnus-group.el (gnus-group-prepare-flat):
3645         * mm-bodies.el (mm-encode-body):
3646         * mml.el (mml-preview):
3647         * nnml.el (nnml-request-compact-group):
3648         * pop3.el (pop3-stream-type): Spelling fix.
3649
3650 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3651
3652         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3653
3654 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3655
3656         * color.el (color-rgb-to-hsl):
3657         * gmm-utils.el (gmm-tool-bar-style):
3658         * gnus-group.el (gnus-group-prepare-flat):
3659         * gnus-topic.el (gnus-topic-prepare-topic):
3660         * mm-decode.el (mm-discouraged-alternatives):
3661         * rfc2047.el (rfc2047-encode-1):
3662         * starttls.el: Spelling fix.
3663
3664 2011-11-24  Glenn Morris  <rgm@gnu.org>
3665
3666         * binhex.el (binhex-begin-line): Give it basic doc-string.
3667
3668         * starttls.el, tls.el: Fix case of "GnuTLS".
3669
3670 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3671
3672         * gnus-group.el (gnus-group-highlight): Fix typo.
3673
3674 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3675
3676         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3677         value of `delete-file', that returns nil for a local file but returns t
3678         for a remote file using ssh.
3679
3680 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3681
3682         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3683
3684 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3685
3686         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3687         avoid later breakage.
3688
3689 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3690
3691         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3692         article buffers' name.
3693
3694 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3695
3696         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3697         by Paul Eggert's spellfixes two days ago.
3698
3699 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3700
3701         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3702         doesn't have it.
3703
3704         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3705         buffer-local instead of binding them to avoid warnings.  Also demote
3706         errors (bug#10063).
3707         (font-lock-mode-hook): Shut up byte compiler.
3708
3709 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3710
3711         * mm-util.el (mm-charset-after):
3712         * nnir.el (nnir-run-hyrex):
3713         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3714         (ntlm-get-password-hashes, ntlm-md4hash):
3715         * smime.el: Fix typo.
3716
3717 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3718
3719         * gnus-agent.el (gnus-agent-expire-group-1):
3720         * nndiary.el (nndiary-last-occurence):
3721         * nnimap.el (nnimap-request-set-mark):
3722         * nnmairix.el (nnmairix-only-use-registry):
3723         * gnus-group.el (gnus-group-prepare-flat):
3724         * gnus-sum.el (gnus-decode-encoded-word-methods):
3725         * message.el (message-wash-subject):
3726         * nntp.el (nntp-retrieve-headers-with-xover):
3727         * smime.el (smime-certificate-directory): Spelling fix.
3728
3729 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3730
3731         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3732
3733         * color.el:
3734         * gnus-agent.el (gnus-agent-possibly-alter-active):
3735         * gnus-dired.el (gnus-dired-print):
3736         * mail-parse.el:
3737         * nnmairix.el (nnmairix-request-group):
3738         * shr.el (shr-image-displayer):
3739         * sieve-manage.el:
3740         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3741
3742 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3743
3744         * gnus-sum.el (gnus-auto-select-subject):
3745         * spam-report.el (spam-report-resend): Spelling fix.
3746
3747 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3748
3749         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3750         * gnus-art.el (gnus-default-article-saver):
3751         * gnus-srvr.el (gnus-server-copy-server):
3752         * gnus.el (gnus-sloppily-equal-method-parameters):
3753         * html2text.el (html2text-format-tag-list):
3754         * message.el (message-narrow-to-head):
3755         * nndiary.el:
3756         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3757         * sieve.el: Spelling fix.
3758
3759 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3760
3761         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3762         * gnus-sum.el (gnus-summary-make-menu-bar):
3763         * gnus-uu.el (gnus-uu-decode-postscript)
3764         (gnus-uu-decode-postscript-and-save):
3765         * mailcap.el (mailcap-print-command):
3766         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3767         Fix typos.
3768
3769 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3770
3771         * gnus-art.el (gnus-article-part-wrapper):
3772         * html2text.el (html2text-fix-paragraphs):
3773         * mm-decode.el (mm-image-fit-p):
3774         * rfc2047.el (rfc2047-encode-message-header):
3775         * shr-color.el (shr-color-visible-distance-min)
3776         (shr-color-relative-to-absolute, set-minimum-interval)
3777         (shr-color-visible): Fix typos.
3778
3779 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3780
3781         * gmm-utils.el (gmm-tool-bar-item):
3782         * gnus-art.el (gnus-treat-body-boundary):
3783         * gnus-diary.el (gnus-user-format-function-d):
3784         * gnus-start.el (gnus-get-unread-articles):
3785         * pgg-gpg.el (pgg-gpg-update-agent):
3786         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3787
3788 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3789
3790         * gnus-topic.el (gnus-group-prepare-topics):
3791         * gnus-uu.el (gnus-extract-view):
3792         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3793
3794 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3795
3796         * spam.el: Move BBDB autoloads.
3797         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3798         BBDB 2 and 3.
3799         (spam-check-BBDB): Use it.
3800         (spam-enter-ham-BBDB): Use it.
3801
3802 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3803
3804         * smime.el (smime-draw-buffer): Spelling fix.
3805
3806 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3807
3808         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3809         for scanning exactly one level.
3810         * gnus-start.el (gnus-get-unread-articles): Ditto.
3811
3812 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3813
3814         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3815         slightly clearer.
3816
3817 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3818
3819         * gnus-sync.el: More commentary about setup.
3820
3821 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3822
3823         * message.el (message-send-and-exit): Document `arg'.
3824
3825 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3826
3827         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3828
3829 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3830
3831         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3832
3833         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3834         we don't use `bound-and-true-p'.
3835
3836 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3837
3838         * gnus-util.el (gnus-bound-and-true-p): Remove.
3839         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3840         * nnir.el: Use it.
3841         * nnmairix.el: Use it.
3842
3843 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3844
3845         * gnus-sync.el: Improve docs about CouchDB admins.
3846
3847         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3848         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3849         for reasons unknown.
3850         * nnir.el: Use it.
3851         * nnmairix.el: Use it.
3852
3853         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3854         * nnir.el: Ditto.
3855         * nnmairix.el: Ditto.
3856
3857         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3858
3859 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3860
3861         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3862         not needed.  Provide xmlplistread list function to produce XML plist
3863         output for non-Gnus LeSync clients.
3864
3865 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3866
3867         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3868
3869         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3870         and save against it.  Group subscriptions, read marks, other marks,
3871         subscription levels, topic names, and topic offsets (the group's
3872         position within the topic) are saved.  This is an experimental backend
3873         and may change significantly.  Load json.el from the gnus-fallback-lib
3874         if it's not available otherwise.
3875         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3876
3877 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3878
3879         * message.el (message-completion-function): Make sure
3880         message-tab-body-function is not attempted if one of
3881         message-completion-alist fails to find a completion (bug#9158).
3882
3883 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3884
3885         * mml.el (mml-quote-region): Quote <#secure> tag.
3886         (mml-generate-mime-1): Unquote <#secure> tag.
3887
3888 2011-10-20  Chong Yidong  <cyd@gnu.org>
3889
3890         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3891         calling a minor mode from Lisp with nil arg enables it, so we have to
3892         make the wording a bit ambiguous here).
3893
3894 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3895
3896         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3897         * nnir.el (nnir-mode): Use it.
3898         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3899         Use it.
3900
3901         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3902         * nnmairix.el (gnus-registry-enabled): Ditto.
3903
3904 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3905
3906         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3907         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3908         only while we need to find out if it should be t or nil.
3909         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3910         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3911         the registry is installed.  Set it to nil when it's unloaded.
3912         (gnus-registry-install-p): Provide user guidance for the initial value
3913         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3914         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3915         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3916         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3917         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3918         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3919         `gnus-registry-install'.
3920
3921 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3922
3923         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3924         previous change.
3925         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3926         primary key is marked as disabled.
3927
3928 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3929
3930         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3931         primary key is marked as disabled.
3932
3933 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3934
3935         * html2text.el (html2text-clean-anchor): Check for quotes around
3936         `href' value.
3937
3938 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3939
3940         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3941         searching.  Drop `bbdb-cache'.
3942
3943 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3944
3945         * message.el (message-signed-or-encrypted-p): Exclude header when
3946         checking if there is signed or encrypted body in text/plain message.
3947
3948 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3949
3950         * html2text.el (html2text-get-attr): Correctly handle attribute values
3951         containing "=".
3952
3953 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3954
3955         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3956         handle bindings.
3957
3958 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3959
3960         * gnus-win.el (gnus-configure-windows): Protect against reading
3961         ephemeral groups outside of Gnus.
3962
3963 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3964
3965         * shr.el (shr-tag-img): Don't get images displayed in tables.
3966
3967 2011-10-03  Glenn Morris  <rgm@gnu.org>
3968
3969         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3970         the "maintainer" version of debbugs.gnu.org reports.
3971
3972 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3973
3974         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3975         make asynchronous adjacent image insertion work better.
3976
3977 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3978
3979         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3980         documentation.
3981
3982 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3983
3984         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3985         `gnus-asynchronous' isn't shadowed.
3986
3987 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3988
3989         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3990
3991         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3992         (nnimap-insert-partial-structure): The charset parameter isn't
3993         case-sensitive.
3994
3995         * nnheader.el (nnheader-message-maybe): New function.
3996
3997         * shr.el (shr-tag-table): Render totally broken tables better.
3998
3999         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4000         computing the boundary.
4001
4002 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4003
4004         * pop3.el (pop3-number-of-responses): Remove.
4005         (pop3-wait-for-messages): Rewrite to take linear time instead of
4006         exponential time.
4007
4008 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4009
4010         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4011         re-fetch images.
4012
4013         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4014         re-fetch images when hitting `g' in Gnus.
4015
4016 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4017
4018         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4019         (mml-compute-boundary): Don't check collision if it is non-nil.
4020         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4021         before checking collision.
4022
4023 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4024
4025         * message.el (message-indent-citation): Really make sure there's a
4026         newline at the end.
4027
4028         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4029         Fix suggested by John Wiegley.
4030
4031         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4032
4033         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4034
4035         * message.el (message-default-send-rename-function): Break out into its
4036         own function.
4037
4038         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4039         doesn't work under XEmacs.
4040
4041         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4042         of "imaps" to word around Windows problems.
4043         (nnimap-open-connection-1): Use it.
4044
4045         * message.el (message-indent-citation): Revert last change which made
4046         `F' not work.
4047
4048 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4049
4050         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4051         terminal as well.
4052
4053 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4054
4055         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4056         because it displays images using overlays that aren't easy to copy to
4057         the article buffer.
4058
4059 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4060
4061         * message.el (message-indent-citation): Fix empty line removal at the
4062         end of the citation.
4063
4064 2011-09-20  Julien Danjou  <julien@danjou.info>
4065
4066         * auth-source.el (auth-source-netrc-create): Use default value for
4067         password if specified.  Evaluate default.
4068         (auth-source-plstore-create): Ditto.
4069         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4070         value evaluation.
4071         (auth-source-netrc-create): Typo fix.
4072         (auth-source-plstore-create): Ditto.
4073
4074         * password-cache.el (password-cache-remove): Remove entries even if the
4075         value is nil, so that password with a nil value (negative caching) is
4076         possible to invalidate.
4077
4078         * auth-source.el (auth-source-format-cache-entry): New function.
4079
4080 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4081
4082         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4083
4084 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4085
4086         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4087
4088 2011-09-19  Julien Danjou  <julien@danjou.info>
4089
4090         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4091         which work with things that are not ASCII.
4092
4093 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4094
4095         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4096
4097 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4098
4099         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4100         message level.
4101
4102 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4103
4104         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4105
4106 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4107
4108         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4109
4110 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4111
4112         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4113         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4114
4115 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4116
4117         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4118         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4119         articles.
4120
4121 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4122
4123         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4124         (message-mail-other-window, message-mail-other-frame)
4125         (message-news-other-window, message-news-other-frame):
4126         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4127         instead of setting buffer display varibles.
4128
4129 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4130
4131         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4132
4133         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4134
4135 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4136
4137         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4138         duplicates" to a higher level.
4139
4140         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4141         most egregious messages.
4142
4143 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4144
4145         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4146
4147 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4148
4149         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4150         up the file (bug#9351).
4151
4152 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4153
4154         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4155         it does with all other backends, but decode the names immediately after
4156         getting them.
4157
4158         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4159         decoding nnimap groups.
4160
4161         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4162         newsrc file.  It doesn't seem like an important optimization any more.
4163
4164 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4165
4166         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4167         overflows.
4168
4169 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4170
4171         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4172         (gnus-interactive-exit): Extend to `quiet'.
4173
4174         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4175
4176         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4177         string.
4178
4179         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4180         renaming function arguments from `this'.
4181
4182         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4183
4184         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4185         has been renamed.
4186         (gnus-lrm-string-p): Include RLM and PDF, too.
4187
4188         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4189         (bug#9225).
4190
4191 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4192
4193         Add autoload cookies for functions used by sendmail.el.
4194         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4195
4196         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4197
4198 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4199
4200         * gnus-art.el (article-date-ut): Work properly even when there are
4201         things like Date header in the body; work for forwarded parts.
4202
4203 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4204
4205         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4206         original-article-buffer.
4207
4208 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4209
4210         * nnir.el (nnir-compose-result): Fix matching of server type.
4211         (nnir-run-swish++): Ditto.
4212         (nnir-run-namazu): Ditto.
4213         (nnir-run-notmuch): Ditto.
4214
4215 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4216
4217         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4218         (bug#9405).
4219
4220         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4221         (bug#9421).
4222
4223         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4224         (bug#9425).
4225
4226         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4227         thing (bug#9426).
4228
4229 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4230
4231         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4232         the error message.
4233
4234 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4235
4236         * message.el (message-setup-1): Return t (Bug#9392).
4237
4238 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4239
4240         * gnus-sum.el: When adding article headers to a summary buffer also
4241         update gnus-newsgroup-articles (bug#9386).
4242
4243 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4244
4245         * auth-source.el: Autoload help-mode.
4246
4247 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4248
4249         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4250         names.
4251
4252 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4253
4254         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4255         mm-replace-in-string for compatibility issues.
4256         * mml2015.el (mml2015-epg-verify): Ditto.
4257
4258 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4259
4260         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4261
4262         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4263
4264 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4265
4266         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4267         continue on and do the clean-up phase (bug#9188).
4268
4269         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4270         just ignore groups that can't be opened instead of erroring out
4271         (bug#9225).
4272
4273         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4274         nil since some many people are fuddy-duddies.
4275
4276         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4277         images.
4278
4279         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4280         instead.
4281
4282         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4283
4284         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4285
4286         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4287         processing.
4288
4289         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4290         buffer to avoid warnings.
4291
4292 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4293
4294         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4295         specified to reduce precision.
4296
4297 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4298
4299         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4300         bodystructures (bug#9314).
4301
4302 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4303
4304         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4305         Make button keymap non-sticky after buttons.
4306
4307 2011-08-18  David Engster  <dengste@eml.cc>
4308
4309         * nnmairix.el (nnmairix-request-set-mark)
4310         (nnmairix-goto-original-article): Remove adding of article to registry,
4311         since `gnus-registry-add-group' isn't available anymore.
4312         (nnmairix-determine-original-group-from-registry):
4313         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4314         available anymore.
4315
4316 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4317
4318         * starttls.el (starttls-any-program-available): Define as obsolete
4319         function.
4320
4321 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4322
4323         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4324         versions which Gnus use when appropriate.
4325
4326         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4327         a pretty destructive command.
4328
4329         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4330
4331 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4332
4333         * message.el (message-fix-before-sending): Make a different warning
4334         about NUL characters (bug#9270).
4335
4336         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4337         from custom (bug#9260).
4338
4339         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4340         things work in Emacs 22 and XEmacs, too.
4341
4342         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4343         default From.
4344
4345         * gnus-spec.el (gnus-lrm-string-p): New macro.
4346         (gnus-lrm-string): New constant.
4347         (gnus-summary-line-format-spec): LRM-ify the from.
4348         (gnus-tilde-max-form): LRM-ify string chopping.
4349
4350         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4351
4352         * message.el (message-is-yours-p): Allow disabling canlock checking
4353         (bug#9295).
4354         (message-shoot-gnksa-feet): Add `canlock-verify'.
4355         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4356         message directory isn't writable (bug#9304).
4357
4358         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4359         non-world-readable.
4360
4361 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4362
4363         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4364         articles.
4365
4366 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4367
4368         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4369         copy-list.
4370
4371 2011-08-12  Sam Steingold  <sds@gnu.org>
4372
4373         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4374         in the reverse order to avoid modifying the cache with `nreverse'.
4375         (gnus-all-score-files): Do not modify the value returned by
4376         `gnus-score-find-alist' because it lives in a cache variable.
4377         (gnus-current-home-score-file): No need to `nreverse' the return value
4378         of `gnus-score-find-alist', it is already in the correct order.
4379
4380 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4381
4382         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4383         type MESSAGE and subtype RFC822 is slightly different from those of
4384         type TEXT.
4385
4386 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4387
4388         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4389         This allows article-referral to work from an nnir group.
4390
4391 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4392
4393         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4394
4395 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4396
4397         * mml1991.el (mml1991-epg-find-usable-key)
4398         (mml1991-epg-find-usable-secret-key): New function.
4399         (mml1991-epg-sign): Check if signing key is usable.
4400         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4401
4402 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4403
4404         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4405         server-variables only.  This should fix a bug introduced with commit
4406         e1889675b7f4adf057833c5513c9374134c4e053.
4407         (nnir-run-query): 'nnir-search-engine should not be set from the global
4408         environment.
4409
4410 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4411
4412         * nnir.el (nnir-search-thread): Position point on referring article
4413         line.
4414         (nnir-warp-to-article): Clean up summary buffers.
4415
4416         * nnimap.el (nnimap-request-thread): Whitespace fix.
4417
4418 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4419
4420         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4421
4422 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4423
4424         * starttls.el (starttls-available-p): Rename from
4425         `starttls-any-program-available' and changed return convention.
4426
4427 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4428
4429         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4430         `unix-sync' unless it's defined.
4431
4432 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4433
4434         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4435         `aref' for XEmacs compatibiltiy.
4436
4437 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4438
4439         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4440
4441 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4442
4443         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4444         closures, quote the form properly (bug#9194).
4445
4446 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4447
4448         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4449         (gnus-summary-insert-new-articles): Protect against servers that are
4450         down.
4451
4452 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4453
4454         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4455         in mm handle if none is specified.
4456
4457 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4458
4459         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4460
4461 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4462
4463         * nnir.el (nnir-search-thread): New function to make an nnir group
4464         based on a thread query.
4465
4466         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4467         of nnir in thread referral.
4468         (gnus-summary-refer-thread): Use it.
4469
4470         * nnimap.el (nnimap-request-thread): Use it.
4471
4472 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4473
4474         * shr.el (shr-tag-comment): Ignore HTML comments.
4475
4476 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4477
4478         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4479         argument.
4480         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4481         Use `nnir-address' to handle server info rather than passing an arg.
4482
4483         * nnimap.el (nnimap-make-thread-query): New utility function to format
4484         an imap thread search query.
4485         (nnimap-request-thread): Use it.
4486
4487         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4488         right select-method if we are not going back to the group buffer.
4489
4490 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4491
4492         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4493         enter invalid buffer configurations into the quit form (bug#9107).
4494         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4495         unplugged/plugged.
4496
4497         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4498         keep track of which ones are unread (bug#9061).
4499
4500         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4501         (bug#9055).
4502
4503         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4504         (bug#9041).
4505
4506         * gnus-html.el (mm-util): Require (bug#9073).
4507
4508         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4509         (gnus-summary-refer-thread): Use it to remove duplicates in the
4510         un-threaded view (bug#9053).
4511         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4512
4513 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4514
4515         * nnir.el (nnir-read-server-parm): Use default value from global
4516         variable.  Without this the default search engine parameters aren't
4517         used at all.
4518
4519 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4520
4521         * message.el (message-unique-id): Don't use the undocumented return
4522         value from (random t) (bug#9118).
4523
4524 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4525
4526         * message.el (message-auto-save-directory): If the ~/Mail directory
4527         doesn't exist, use ~ as the auto-save directory (bug#4432).
4528
4529         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4530         hasn't already been started.
4531
4532 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4533
4534         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4535
4536         * message.el (message-reply): Work around mysterious bug where
4537         `message-mode' seems to overwrite the locally bound `subject' variable.
4538
4539 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4540
4541         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4542         correct group.
4543
4544         * gnus-int.el (gnus-request-thread): Add group argument.
4545
4546         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4547
4548 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4549
4550         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
4551
4552         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4553         renamed to `debbugs-gnu-*'.
4554
4555 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4556
4557         * plstore.el: Revert the editing feature since it is not urgent.
4558         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4559         (plstore-mode-decoded): Remove.
4560
4561 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4562
4563         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4564         isn't very interesting any more, and it leaks potentially secret data.
4565         (gnus-debug): Remove.
4566
4567         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4568         use of :custom-show.
4569
4570 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4571
4572         * plstore.el: Add documentation.
4573         (plstore-mode): New mode to edit plstore file.
4574         (plstore-mode-toggle-display, plstore-mode-original)
4575         (plstore-mode-decoded): New command.
4576         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4577         (plstore--insert-buffer, plstore--make): New function.
4578         (plstore-open, plstore-save): Simplify by using them.
4579
4580 2011-07-06  Glenn Morris  <rgm@gnu.org>
4581
4582         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4583
4584 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4585
4586         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4587         no longer is much used.
4588         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4589         Articles".
4590
4591 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4592
4593         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4594         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4595         `notmuch' backend.
4596
4597 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4598
4599         * mm-decode.el (mm-text-html-renderer): Doc fix.
4600
4601         * gnus-msg.el (gnus-bug): Fix the MML tag.
4602
4603         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4604
4605 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4606
4607         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4608         secondary methods if started with `gnus-no-server'.
4609
4610 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4611
4612         * message.el (message-return-action): Fix typo in docstring.
4613
4614 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4615
4616         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4617         bug reports at once.
4618
4619         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4620
4621 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4622
4623         * nndraft.el: Require gnus-group.
4624         (nndraft-request-list): Declare.
4625
4626         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4627         no unread article unless it matches gnus-permanently-visible-groups.
4628
4629         * nndraft.el (nndraft-update-unread-articles): New function.
4630         (nndraft-request-associate-buffer): Use it to update the number of
4631         unread articles for the nndraft groups in the group buffer when saving
4632         or killing a draft message.
4633
4634 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4635
4636         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4637         systems to binary before writing and reading the mbox files.
4638
4639         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4640         instead of trying to list them all (bug#8978).
4641
4642 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4643
4644         * pop3.el (pop3-open-server): Use :end-of-capability.
4645
4646 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4647
4648         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4649         the id is always a number.
4650
4651         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4652
4653         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4654         debbugs mode, if possible.
4655
4656 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4657
4658         * auth-source.el (auth-source-token-passphrase-callback-function):
4659         Reindent.
4660         (epg-context-operation): Remove unnecessary autoload.
4661
4662 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4663
4664         * gnus.el (gnus-list-debbugs): New command.
4665
4666         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4667         mboxstat instead of the maintbox, since the stat seems to be fuller.
4668
4669         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4670         summary buffers.
4671
4672         * message.el (message-get-reply-headers): Delete all duplicates,
4673         instead of the first.
4674         (message-get-reply-headers): Ensure that we have progress while
4675         deleting duplicates.
4676
4677         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4678         gnus-posting-style value from the summary buffer to make it easier to
4679         make that a per-buffer conf.
4680
4681 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4682
4683         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4684         found by setting `shortcut' in 'query.
4685         (nnir-request-article): Use `shortcut' setting when requesting article
4686         by Message-ID.
4687
4688 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4689
4690         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4691         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4692         Bring the pseudo-headers back too.
4693
4694 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4695
4696         * auth-source.el (auth-source-token-passphrase-callback-function):
4697         Simplify and remove EPA dependency.
4698
4699 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4700
4701         * nnir.el (nnir-request-article): Fix error message text.
4702
4703 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4704
4705         * auth-source.el (plstore-delete): Autoload.
4706         (auth-source-plstore-search): Support delete operation.
4707         * plstore.el (plstore-delete): New function.
4708
4709 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4710
4711         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4712         mark actually existing articles as unread rather than the ones that
4713         active asserts.
4714
4715 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4716
4717         * nntp.el (nntp-record-command):
4718         * gnus-util.el (gnus-message-with-timestamp-1):
4719         Use format-time-string rather than decoding time stamps by hand.
4720         This is simpler and insulates the code from potential changes to
4721         current-time format.
4722
4723 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4724
4725         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4726
4727 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4728
4729         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4730         (plstore-save): Support public key encryption.
4731         (plstore--init-from-buffer): New function.
4732         (plstore-open): Use it; fix error when opening a non-existent file.
4733         (plstore-revert): Use plstore--init-from-buffer.
4734
4735 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4736
4737         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4738
4739 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4740
4741         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4742         for old Emacsen.
4743
4744 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4745
4746         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4747         is not fully working.
4748
4749 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4750
4751         * dgnushack.el: Autoload sha1 on XEmacs.
4752
4753         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4754         quit window configuration.
4755
4756         * auth-source.el (epg-context-set-passphrase-callback):
4757         Remove duplicate autoload.
4758
4759 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4760
4761         * nnir.el (nnir-request-article): Allow requesting articles by
4762         Message-ID with nnimap.
4763
4764         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4765         current server.
4766
4767 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4768
4769         * auth-source.el: Autoload EPA/EPG functions.
4770         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4771         changed when EPA/EPG is not available.
4772         (auth-source-backend): Rename "arg" member to "data".
4773         (auth-source-backend-parse, auth-source-plstore-search)
4774         (auth-source-plstore-create): Use it.
4775
4776 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4777
4778         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4779         `gnus-refer-article-methods'.
4780
4781 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4782
4783         * auth-source.el: Require EPA and EPG.
4784         (auth-source-passphrase-alist): New variable.
4785         (auth-source-passphrase-callback-function)
4786         (auth-source-token-passphrase-callback-function): Callbacks for the
4787         netrc field encryption (GPG tokens).
4788         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4789         Symmetric encryption and decryption of the netrc GPG tokens.
4790         (auth-source-netrc-normalize): Use them, simplifying the closure.
4791
4792 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4793
4794         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4795         is available.
4796
4797 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4798
4799         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4800         non-nil, and `nnimap-split-methods' is nil, use the former.
4801
4802 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4803
4804         * plstore.el (plstore-revert): New function.
4805         (plstore-open): Use it; hide the buffer from user.
4806
4807 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4808
4809         * auth-source.el (auth-source-backend): New member "arg".
4810         (auth-source-backend-parse): Handle new backend 'plstore.
4811         * plstore.el: New file.
4812
4813 2011-06-30  Glenn Morris  <rgm@gnu.org>
4814
4815         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4816
4817 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4818
4819         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4820         expiring articles to.
4821
4822         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4823         variations as ASCII (bug#5458).
4824
4825 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4826
4827         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4828
4829 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4830
4831         * message.el (message-point-in-header-p): Tweak the function to default
4832         to saying that we're not in the headers if there is no separator at
4833         all.  This makes it possible to use the Message version of `M-q' in
4834         buffers with no headers (bug#7987).
4835         (message-point-in-header-p): Fix last checkin to work with an empty
4836         mail-header-separator, too.
4837
4838         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4839         again, save the choice via customize.
4840
4841 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4842
4843         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4844
4845         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4846         ended the connection, bail out before waiting infinitely on a new
4847         connection.
4848
4849 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4850
4851         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4852         reports.
4853
4854         * gnus.el (gnus-bug-package): Use "gnus."
4855         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4856
4857 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4858
4859         * dgnushack.el: Make the timer warning go away on XEmacs.
4860
4861         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4862         animations going on at article exit time.
4863
4864         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4865         since removing it breaks people upgrading.
4866
4867         * shr.el (shr-put-image): Use the new interface for animating images.
4868         (shr-put-image): Animate for 60 seconds.
4869
4870         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4871         avoid compiler warnings.
4872
4873         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4874         error with `find-file-hooks' on Emacs 22.
4875         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4876         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4877         on all architectures.
4878
4879         * spam.el (spam-stat): Require in a normal fashion without binding
4880         `spam-stat-install-hooks' to avoid compilation warnings.
4881
4882         * spam-stat.el (spam-stat-install-hooks): Remove.
4883         (spam-stat-install-hooks): Don't run automatically.
4884
4885 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4886
4887         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4888         and keystroke.
4889
4890 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4891
4892         * auth-source.el (auth-source-netrc-cache): Move forward.
4893
4894 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4895
4896         * proto-stream.el (proto-stream-open-starttls): Use
4897         `gnutls-available-p' to see whether we have built-in support.
4898
4899         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4900         we already know.
4901         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4902         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4903
4904 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4905
4906         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4907         %S format, since that looks odd.
4908         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4909         file, especially when saving.
4910
4911 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4912
4913         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4914         article found.
4915
4916 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4917
4918         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4919         `auth-source-save-secrets' with a more sensitive alist that can be
4920         configured per file.  Experimental, so defaults to 'never.
4921         (auth-source-netrc-create): Use it.  Still experimental code.
4922         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4923         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4924
4925 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4926
4927         * auth-source.el (auth-source-save-secrets): New variable to control if
4928         secret tokens should be saved encrypted.
4929         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4930         to `auth-source-netrc-normalize'.
4931         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4932         on the EPA variables being defined.
4933         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4934         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4935         the lexical-let closure.
4936         (auth-source-netrc-create): Create "gpg:" tokens according to
4937         `auth-source-save-secrets'.
4938
4939 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4940
4941         * gnus-group.el (gnus-group-update-group): Add new argument
4942         `info-unchanged' that stops updating dribble buffer.
4943
4944         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4945         deletes lines matching to it in dribble buffer.
4946
4947         * gnus-agent.el (gnus-agent-fetch-group-1):
4948         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4949         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4950         * gnus-start.el (gnus-group-change-level):
4951         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4952
4953         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4954         if newsgroup info is not changed.
4955
4956         * gnus-group.el (gnus-group-get-new-news-this-group):
4957         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4958         Don't update dribble buffer.
4959
4960 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4961
4962         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4963         remove entries with groups we ignore.
4964
4965 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4966
4967         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4968         the underline comes at the bottom.
4969
4970 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4971
4972         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4973         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4974         (gnus-registry-article-marks-to-names): Rename from
4975         `gnus-registry-user-format-function-M2'.
4976
4977 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4978
4979         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4980         ephemeral group.
4981
4982 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4983
4984         * shr.el (shr-browse-image): Copy the URL if called interactively.
4985
4986 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4987
4988         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4989         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4990         done, then unselected articles may be marked as read.
4991
4992         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4993         since not doing this seems to lead to a race condition in pop3-logon.
4994
4995         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4996         so that the call chain it correct when we call "upwards".
4997
4998         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4999         in read-only groups.
5000
5001         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5002
5003         * message.el (message-cite-reply-position): Doc string fix.
5004
5005         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5006         avoid regexp overflow.
5007         (nnimap-transform-split-mail): Ditto.
5008
5009         * pop3.el (pop3-retr): Error out if the server closes the connection.
5010
5011 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5012
5013         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5014         mm-with-unibyte-current-buffer.  The buffer should not contain any
5015         multibyte chars anyway at this stage.
5016
5017 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5018
5019         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5020         at the end of lines.
5021
5022 2011-05-29  Julien Danjou  <julien@danjou.info>
5023
5024         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5025
5026 2011-05-27  Glenn Morris  <rgm@gnu.org>
5027
5028         * gnus-group.el (gnus-bug-group-download-format-alist):
5029         Use the "maintainer" version of debian reports as well.
5030
5031 2011-05-26  Glenn Morris  <rgm@gnu.org>
5032
5033         * gnus-group.el (gnus-bug-group-download-format-alist):
5034         Use the "maintainer" version of debbugs.gnu.org reports.
5035
5036 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5037
5038         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5039
5040 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5041
5042         * gnus-cus.el (gnus-agent-customize-category):
5043         * gnus-delay.el (gnus-delay-send-queue):
5044         * gnus.el (gnus-other-frame):
5045         Don't quote lambda expressions with `quote'.
5046
5047 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5048
5049         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5050         the thread moves us backwards and so we loop forever.
5051
5052 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5053
5054         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5055         whitespace in base64 data lines.
5056
5057 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5058
5059         * gnus-registry.el (gnus-registry-user-format-function-M):
5060         Use `mapconcat'.
5061         (gnus-registry-user-format-function-M2): Use to see the full text of
5062         the marks.  Make "," the mark text separator.
5063
5064         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5065         authentication with auth-source.
5066
5067 2011-05-17  Glenn Morris  <rgm@gnu.org>
5068
5069         * gnus-group.el (gnus-import-other-newsrc-file):
5070         Use insert-file-contents.
5071
5072 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5073
5074         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5075         1000 iterations.
5076
5077 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5078
5079         * nntp.el (nntp-open-connection): Check if process-type is available.
5080
5081 2011-05-16  Julien Danjou  <julien@danjou.info>
5082
5083         * shr.el (shr-tag-del): Add support for del tag.
5084
5085 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5086
5087         * gnus-html.el (gnus-html-put-image): Register a displayer.
5088
5089         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5090
5091 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5092
5093         * registry.el (prune-factor): New initialization parameter defaulting
5094         to 0.1.
5095         (registry-prune-hard): Use it.
5096
5097         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5098         0.1 expicitly.
5099
5100 2011-05-13  Glenn Morris  <rgm@gnu.org>
5101
5102         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5103         is bound, since this function requires sendmail.
5104
5105 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5106
5107         * registry.el (registry-usage-test): Disable pruning test.
5108
5109 2011-05-11  David Engster  <dengste@eml.cc>
5110
5111         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5112         Bind set-network-process-option for XEmacs.
5113
5114 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5115
5116         * registry.el (registry-prune-hard-candidates)
5117         (registry-prune-soft-candidates): Helper methods for registry pruning.
5118         (registry-prune): Use them.  Make the sort function optional.
5119
5120 2011-05-10  Jim Meyering  <meyering@redhat.com>
5121
5122         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5123
5124 2011-05-10  Julien Danjou  <julien@danjou.info>
5125
5126         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5127         symbol and not a list.
5128
5129 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5130
5131         * gnus-art.el (gnus-article-mode): Move binding of
5132         shr-put-image-function here from gnus-article-prepare-display.
5133
5134         * shr.el (shr-put-image-function): New variable.
5135         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5136         (shr-put-image): Return scaled image.
5137
5138         * gnus-art.el (gnus-shr-put-image): New function.
5139         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5140
5141         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5142         original ones, as deletable.
5143
5144 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5145
5146         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5147
5148 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5149
5150         * registry.el (registry-full): Add convenience method.  Fix logic.
5151         (registry-insert): Use it.  Fix logic here too.
5152
5153         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5154         `registry-prune' if `registry-full' returns t.
5155         (gnus-registry-handle-action)
5156         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5157         (gnus-registry-usage-test): Use it.
5158
5159 2011-05-07  Julien Danjou  <julien@danjou.info>
5160
5161         * shr.el (shr-link): Make shr-link inherit from link by default.
5162
5163 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5164
5165         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5166
5167 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5168
5169         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5170         error out because the face is not a list.
5171
5172 2011-05-05  Glenn Morris  <rgm@gnu.org>
5173
5174         * proto-stream.el (gnutls-negotiate): Fix declarations.
5175
5176         * gnus-start.el (gnus-propagate-marks): Declare.
5177
5178 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5179
5180         * registry.el (registry-reindex): Fix percentage message.
5181
5182         * proto-stream.el (network-stream-open-starttls): Adjust to call
5183         `gnutls-negotiate' with :process and :hostname arguments.
5184
5185 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5186
5187         * shr.el: Add shr-link face for links.
5188         (shr-urlify): Use it.
5189
5190         * registry.el (registry-insert): Make error message more helpful.
5191
5192 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5193
5194         * gnus-html.el (gnus-html-schedule-image-fetching):
5195         Use url-queue-retrieve, if it exists.
5196
5197         * shr.el (shr-tag-img): Ditto.
5198
5199         * gnus.el: Autoload more gnus-agent functions.
5200
5201         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5202         agent if we haven't already (bug#8502).
5203
5204         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5205         into the Agent, too.
5206
5207         * gnus-agent.el (gnus-agent-store-article): New function.
5208
5209         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5210         and moved from that file for reuse.
5211
5212         * pop3.el (pop3-open-server): Error messages are "-ERR".
5213
5214 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5215
5216         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5217         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5218
5219 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5220
5221         * gnus.el: No Gnus v0.17 is released.
5222
5223 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5224
5225         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5226         buffer has moved to a different frame.
5227
5228 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5229
5230         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5231         to get the conversion from unibyte to multibyte buffers to work on
5232         Emacs 22.
5233
5234         * nntp.el (nntp-request-article): Slight clean-up.
5235
5236 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5237
5238         * shr.el (shr-strike-through): New face.
5239         (shr-tag-s): Use it to provide <s> support.
5240         (shr-tag-s): Remove duplicate definition.
5241
5242 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5243
5244         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5245         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5246
5247 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5248
5249         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5250         `gnutls-negotiate'.
5251         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5252
5253 2011-04-23  Glenn Morris  <rgm@gnu.org>
5254
5255         * gnus-sum.el (gnus-extra-headers): Bump :version.
5256
5257 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5258
5259         * shr.el (shr-tag-sup): New function.
5260         (shr-tag-sub): Ditto.
5261
5262 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5263
5264         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5265         for the case where `gnus-registry-ignored-groups' is a list of lists,
5266         and don't call `gnus-parameter-registry-ignore' otherwise.
5267
5268 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5269
5270         * nnimap.el (nnimap-user): New backend variable.
5271         (nnimap-open-connection-1): Use it.
5272         (nnimap-credentials): Accept user parameter so it's explicit what user
5273         name is desired.
5274
5275         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5276         default.
5277
5278         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5279         not gnus-registry.el.
5280
5281         * gnus-registry.el: Mention in comments how to modify
5282         `gnus-extra-headers' for proper recipient tracking and that it may
5283         already have To and Cc recently, which it does as of this commit.
5284         (gnus-registry-ignored-groups): Remove defcustom.
5285         Explain why in comments.
5286         (gnus-registry-action): Fix data-header reference to use the extra
5287         headers.  Explain in package commentary how to add To and Cc headers to
5288         the gnus-extra-headers.
5289         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5290         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5291         parameter list or a string list in `gnus-registry-ignored-groups'.
5292         Fix logic error.
5293
5294 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5295
5296         * shr.el (shr-expand-url): Protect against null urls.
5297
5298 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5299
5300         * shr.el (shr-base): New binding.
5301         (shr-tag-base): Keep track of <base>.
5302         (shr-expand-url): New function used throughout.
5303
5304 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5305
5306         * gnus-registry.el
5307         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5308         (gnus-registry-ignored-groups): New variable.
5309         (gnus-registry-ignore-group-p): Use it.
5310         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5311         set the destination group to nil (same as delete) if it's ignored.
5312
5313 2011-04-20  David Engster  <dengste@eml.cc>
5314
5315         * tests/gnustest-nntp.el: New file for simple NNTP testing.
5316
5317         * Makefile.in (test-nntp): New rule.
5318         (check): Add it.
5319         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
5320
5321 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * gnus-registry.el (gnus-registry-action)
5324         (gnus-registry-fetch-header-fast):
5325         Don't use mail-header that looks an internal function of mailheader.el.
5326
5327 2011-04-19  Glenn Morris  <rgm@gnu.org>
5328
5329         * time-date.el (time-to-days): Remove unused local variables.
5330
5331 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5332
5333         * gnus-registry.el: Eliminate cl functions.
5334         (gnus-registry-sort-addresses): New function that replaces mapcan.
5335         (gnus-registry-action, gnus-registry-spool-action)
5336         (gnus-registry-split-fancy-with-parent)
5337         (gnus-registry-fetch-recipients-fast): Use it.
5338         (gnus-registry-import-eld): Replace delete* with dolist + delq.
5339
5340         * registry.el (initialize-instance, registry-lookup)
5341         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5342         (registry-lookup-secondary-value, registry-search, registry-delete)
5343         (registry-insert, registry-reindex, registry-size, registry-prune):
5344         Use eval-and-compile.
5345
5346 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5347
5348         * registry.el (registry-reindex): New method to recreate the secondary
5349         registry indices.
5350
5351         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5352         tracked field changes.
5353         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5354         (gnus-registry-action, gnus-registry-spool-action)
5355         (gnus-registry-handle-action)
5356         (gnus-registry--split-fancy-with-parent-internal)
5357         (gnus-registry-split-fancy-with-parent)
5358         (gnus-registry-register-message-ids): Add recipient tracking on spool,
5359         move, and delete actions, and for fancy splitting with parent.
5360         (gnus-registry-extract-addresses)
5361         (gnus-registry-fetch-recipients-fast)
5362         (gnus-registry-fetch-header-fast): Convenience functions.
5363         (gnus-registry-misc-test): ERT test of
5364         `gnus-registry-extract-addresses'.
5365
5366 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
5367
5368         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5369         Track by subject first, then sender.
5370
5371 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5372
5373         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5374
5375         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5376         Lisp.
5377
5378         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5379         (gnus-draft-send): Use it to avoid popping
5380         up frames from gnus-group-send-queue.
5381
5382 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5383
5384         * gnus-registry.el: Updated gnus-registry docs.
5385
5386 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5387
5388         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5389         Fix logic bug.
5390         (gnus-registry-post-process-groups): Fix logging of no results and
5391         quote sender and subject.
5392
5393 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5394
5395         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
5396         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
5397         gnutls-cli are too slow to be done opportunistically.
5398
5399         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5400         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5401         we had no early-data returned.
5402         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5403         two async commands to the same server at the same time.
5404
5405 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5406
5407         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5408
5409 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5410
5411         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5412         "warning" level.
5413
5414         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5415         (mm-url-insert-file-contents): Don't set the package names.
5416
5417 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5418
5419         * gnus-registry.el (gnus-registry-action): Remove properties and
5420         simplify subject in `gnus-registry-handle-action'.
5421         (gnus-registry-spool-action): Get subject and sender from message if
5422         they are not passed in.
5423         (gnus-registry-handle-action): Remove properties and simplify subject
5424         consistently.
5425
5426 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5427
5428         * registry.el: Require CL before using defmacro*.
5429
5430 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5431
5432         * gnus-art.el (article-treat-date): Assume that
5433         gnus-article-date-headers may be a group parameter.
5434
5435 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5436
5437         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5438
5439         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5440         interactively so the newsrc file can contain foreign groups too.
5441         Useful for debugging but not much for users.
5442
5443 2011-04-07  David Engster  <dengste@eml.cc>
5444
5445         * registry.el (registry-usage-test): Only do
5446         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5447         lexical binding.
5448
5449 2011-04-07  David Engster  <dengste@eml.cc>
5450
5451         * Makefile.in (check, test-registry): New rules for test-suite.
5452
5453 2011-04-06  David Engster  <dengste@eml.cc>
5454
5455         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5456         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5457
5458 2011-04-06  David Engster  <dengste@eml.cc>
5459
5460         * registry.el (initialize-instance): Change :after to :AFTER to be
5461         compatible with old EIEIO version in XEmacs.
5462
5463 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5464
5465         * gnus-registry.el (gnus-registry-post-process-groups)
5466         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5467         and provide better messaging.
5468
5469 2011-04-06  David Engster  <dengste@eml.cc>
5470
5471         * Makefile.in (fail-on-warning): New rule to compile with warnings as
5472         errors.
5473
5474         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
5475         dgnushack-compile with error-on-warn enabled, and to signal an error if
5476         clean compilation failed.
5477         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
5478         with `byte-compile-error-on-warn'.  Return nil if errors occured.
5479
5480 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5481
5482         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5483         unconditionally anyway, discarding errors.
5484         (gnus-registry-delete-entries): New convenience function.
5485         (gnus-registry-import-eld): Import from old .eld registry.
5486
5487         * registry.el: Don't use ERT if it's not available.  Load it
5488         unconditionally anyway, discarding errors.
5489
5490         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5491         version from the Claudio Bley GnuTLS patch (extra optional parameters
5492         and host name).
5493
5494 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5495
5496         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5497         fixup the parameters that can be customized by the user between
5498         save/read cycles.
5499         (gnus-registry-read): Use it.
5500         (gnus-registry-make-db): Use it.
5501         (gnus-registry-spool-action, gnus-registry-handle-action):
5502         Fix messaging.
5503         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5504         Map references to actual group names with sender and subject tracking.
5505         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5506         (gnus-registry-usage-test): Add subject lookup test.
5507
5508         * registry.el (registry-db, initialize-instance): Set up constructor
5509         instead of :initform arguments for the sake of older Emacsen.
5510         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5511         pre-lexbind merge bug.
5512         (registry-usage-test): Use it.
5513         (initialize-instance, registry-db): Move the non-function initforms
5514         back to the class definition.
5515
5516 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5517
5518         * registry.el: New library to manage gnus-registry-style data.
5519
5520         * gnus-registry.el: Use it (major rewrite).
5521
5522         * nnregistry.el: Use it.
5523
5524         * spam.el: Use it.
5525
5526 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5527
5528         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5529         marks on non-selected articles.
5530
5531 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5532
5533         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5534         parameter to open-protocol-stream.
5535
5536 2011-04-01  Julien Danjou  <julien@danjou.info>
5537
5538         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5539         fundamental-mode.
5540
5541 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5542
5543         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5544         servers.
5545
5546 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5547
5548         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5549         made marks not propagate, again.
5550
5551 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5552
5553         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5554         Make this the default type.
5555         (proto-stream-open-plain): Rename from proto-stream-open-default.
5556         (open-protocol-stream, proto-stream-open-starttls)
5557         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5558         with `plain'.
5559
5560         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5561         value.
5562
5563         * nntp.el (nntp-open-connection-function): Document the fact that some
5564         values are not functions but are instead handled specially.
5565         Recognize nntp-open-plain-stream value.
5566         (nntp-open-connection): Recognize that value.
5567
5568 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5569
5570         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
5571         where it seems to be needed.
5572
5573 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5574
5575         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5576         stuff.
5577
5578         * gnus-score.el (gnus-score-string): Fix calling convention of
5579         `gnus-simplify-buffer-fuzzy' after last patches.
5580
5581         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5582         server for articles we didn't get any headers for.  This is a sanity
5583         check.
5584
5585 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5586
5587         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5588         new CAPABILITY, use it.
5589
5590 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5591
5592         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5593         downloading anything.
5594
5595         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5596
5597 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5598
5599         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5600         colors.
5601         (gnus-splash-svg-color-symbols): New function.
5602
5603 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5604
5605         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5606         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5607         (gnus-simplify-subject-fuzzy): Use the local
5608         gnus-simplify-subject-fuzzy-regex instead of the global one.
5609         This makes using this variable in group parameters work.
5610
5611 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5612
5613         * gnus-registry.el (gnus-registry-unfollowed-groups):
5614         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5615         archive:sent-YYYY-MM-DD groups).
5616         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5617         tracking if there are more than `gnus-registry-max-track-groups'
5618         matches.
5619
5620 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5621
5622         * message.el (message--yank-original-internal): New function to do the
5623         insertion cleanly inside eval in `message-yank-original'.
5624         (message-yank-original): Use it.
5625
5626 2011-03-29  Julien Danjou  <julien@danjou.info>
5627
5628         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5629         local variables disabled rather than `normal-mode'.
5630
5631 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5632
5633         * imap.el (imap-shell-open, imap-process-connection-type):
5634         Use imap-process-connection-type for 'shell' streams as well as
5635         Kerberos, SSL, other subprocesses.
5636
5637 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5638
5639         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5640         with open-network-stream.
5641         (proto-stream-always-use-starttls): Option removed.
5642         (open-protocol-stream): Return a process object by default.  Provide a
5643         new parameter :return-list specifying a list-type return value, which
5644         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5645         :type `network' to `try-starttls', and `network-only' to `default'.
5646         Make `default' the default, for compatibility with open-network-stream.
5647         Handle the no-parameter case exactly as open-network-stream, with no
5648         additional stream processing.  Search plists using plist-get.
5649         Explicitly add :end-of-commend parameter if it is missing.
5650         (proto-stream-open-default): Rename from
5651         proto-stream-open-network-only.  Return 'default as the type.
5652         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5653         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5654         failed.  Always return a list with a (possibly dead) process as the
5655         first element, for compatibility with open-network-stream.
5656         (proto-stream-open-tls): Use plist-get.  Always return a list.
5657         (proto-stream-open-shell): Return `default' as connection type.
5658         (proto-stream-capability-open): Use plist-get.
5659         (proto-stream-eoc): Function deleted.
5660
5661         * nnimap.el (nnimap-stream, nnimap-open-connection)
5662         (nnimap-open-connection-1): Handle renaming of :type parameter for
5663         open-protocol-stream.
5664         (nnimap-open-connection-1): Pass a :return-list parameter
5665         open-protocol-stream to obtain a list return value.  Parse this list
5666         using plist-get.
5667
5668         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5669         for open-protocol-stream.  Accept open-protocol-stream return value
5670         that is a subprocess object instead of a list.  Handle the case of a
5671         dead returned process.
5672
5673 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5674
5675         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5676
5677         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5678
5679 2011-03-21  Julien Danjou  <julien@danjou.info>
5680
5681         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5682         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5683         query.
5684         (mm-inline-text): Render normal text with fontification whenever
5685         possible.
5686
5687         * gnus-sum.el (gnus-summary-save-parts-1):
5688         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5689         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5690         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5691         Use `mm-handle-filename'.
5692
5693         * mm-util.el (mm-handle-filename): New function, return the filename of
5694         an handle.
5695
5696 2011-03-18  Julien Danjou  <julien@danjou.info>
5697
5698         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5699         (gnus-buffer-live-p): Check that buffer is not nil.
5700
5701 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5702
5703         * gnus.el: No Gnus v0.15 is released.
5704
5705 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5706
5707         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5708         avoid warning on XEmacs.
5709
5710         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5711         on XEmacs.
5712
5713         * gnus-art.el: Require mouse, which the build bot seems to say is
5714         needed.
5715
5716         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5717
5718         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5719         XEmacs, since it doesn't have url-retrieve-synchronously.
5720
5721         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5722         since assoc-string doesn't exist in XEmacs.
5723
5724 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5725
5726         * gnus-group.el (gnus-group-list-ticked): New function.
5727         (gnus-group-make-menu-bar): Provide a menu entry for it.
5728         (gnus-group-list-map): Provide a binding for it.
5729
5730 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5731
5732         * shr.el (shr-visit-file): New command.
5733
5734         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5735
5736 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5737
5738         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5739         servers.
5740
5741 2011-03-16  Julien Danjou  <julien@danjou.info>
5742
5743         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5744         inline.
5745
5746         * gnus-art.el (article-hide-list-identifiers):
5747         Use gnus-group-get-list-identifiers.
5748
5749         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5750         (gnus-summary-remove-list-identifiers):
5751         Use gnus-group-get-list-identifiers to get regexp.
5752         (gnus-select-newsgroup, gnus-summary-insert-subject)
5753         (gnus-summary-insert-articles):
5754         Call gnus-summary-remove-list-identifiers unconditionally.
5755
5756 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5757
5758         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5759         we're selecting a group with unread articles.
5760
5761         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5762
5763         * gssapi.el: New file separated out from imap.el to provide a general
5764         Kerberos 5 connection facility for Emacs.
5765
5766         * message.el (message-elide-ellipsis): Document the format spec
5767         ellipsis.
5768
5769 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5770
5771         * message.el (message-elide-region): Allow the ellipsis to say how many
5772         lines were removed.
5773
5774 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5775
5776         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5777         window configurations containing buffers that are now dead.
5778
5779         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5780         parsing to avoid integer overflows.
5781         (nnimap-parse-flags): Simplify the last change.
5782         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5783         too large for 32-bit Emacsen.
5784
5785 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5786
5787         * auth-source.el (auth-source-netrc-create):
5788         * message.el (message-yank-original): Fix use of `case'.
5789
5790 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5791
5792         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5793         XEmacs, which was one character too wide.
5794
5795 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5796
5797         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5798         default number of articles to display.
5799         (gnus-articles-to-read): Use pretty names for prompt.
5800
5801 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5802
5803         * gnus-int.el (gnus-open-server): Ditto.
5804
5805         * gnus-start.el (gnus-activate-group): Give a backtrace if
5806         debug-on-quit is set and the user hits `C-g'.
5807         (gnus-read-active-file): Ditto.
5808
5809         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5810
5811 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5812
5813         * message.el (message-yank-original): Use cond instead of CL case.
5814
5815 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5816
5817         * auth-source.el (auth-source-netrc-create): Use usual format for the
5818         default in prompts.
5819
5820 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5821
5822         * lpath.el: Fbind read-char-choice for XEmacs.
5823
5824 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5825
5826         * auth-source.el (auth-source-netrc-create): Show the default in the
5827         prompt when prompting for token creation.
5828
5829 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5830
5831         * auth-source.el (auth-source-format-prompt): Always convert the value
5832         to a string to avoid evaluating non-string arguments.
5833         (auth-source-netrc-create): Offer default properly, not as initial
5834         content in `read-string'.
5835         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5836         of line to determine if we've been run before.  If so, don't run again,
5837         but print a trivial message to indicate the cache was hit instead.
5838
5839 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5840
5841         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5842         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5843         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5844         Gnus.
5845
5846 2011-03-11  Julien Danjou  <julien@danjou.info>
5847
5848         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5849         modified file".
5850
5851 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5852
5853         * auth-source.el (auth-source-read-char-choice): New function to read a
5854         character choice using `dropdown-list', `read-char-choice', or
5855         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5856         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5857         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5858         (auth-source-netrc-saver): Use it.
5859         (auth-source-pick-first-password): New convenience function.
5860
5861 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5862
5863         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5864         parameter in the credentials.
5865         (nnimap-open-connection-1): Use it after a successful login.
5866         (nnimap-credentials): Add IMAP-specific user and password prompt.
5867
5868         * auth-source.el (auth-source-search): Add :require parameter, taking a
5869         list.  Document it and the :save-function return token.  Pass :require
5870         down.  Change the CREATED message from a warning to a debug statement.
5871         (auth-source-search-backends): Pass :require down.
5872         (auth-source-netrc-search): Pass :require down.
5873         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5874         Change save prompt to indicate all modifications saved here are
5875         deletions.
5876         (auth-source-netrc-create): Take user login name as default in user
5877         prompt.  Move all the save functionality to a lexically bound function
5878         under the :save-function token in the returned list.  Set up clearer
5879         default prompts for user, host, port, and secret.
5880         (auth-source-netrc-saver): New function, intended to be wrapped for
5881         :save-function.
5882
5883 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5884
5885         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5886         lines to be spaces instead.
5887
5888 2011-03-07  Julien Danjou  <julien@danjou.info>
5889
5890         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5891         (sieve-sasl-auth): Check that auth-source-search did return something,
5892         or just return an empty string.
5893
5894 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5895
5896         * gnus.el (gnus-interactive): Use read-directory-name.
5897
5898         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5899         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5900         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5901         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5902         Likewise.
5903
5904         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5905
5906 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5907
5908         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5909         onto the list of killed groups, too.  This makes killed nnimap groups,
5910         for instance, more reliably not reappear.
5911
5912         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5913         the parent.
5914
5915         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5916
5917         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5918         really have server-side marks.
5919
5920         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5921         since most backends do not usefully have server-side marks.
5922         (gnus-update-read-articles): Propagate marks to all backends that
5923         really have server-side marks.
5924
5925 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5926
5927         * message.el (message-cite-reply-position, message-cite-style):
5928         New variables.
5929         (message-yank-original): Use the new citation styles.
5930
5931 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5932
5933         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5934         buffer-local issue); don't mark it buffer-local when running under
5935         XEmacs.
5936
5937 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5938
5939         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5940         numbers too big to be `read'.
5941
5942 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5943
5944         * password-cache.el (password-in-cache-p): Add autoload.
5945
5946         * message.el (message-options): Make buffer-local two ways to attempt
5947         to fix a XEmacs bug.
5948
5949 2011-03-02  Julien Danjou  <julien@danjou.info>
5950
5951         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5952
5953 2011-03-01  Julien Danjou  <julien@danjou.info>
5954
5955         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5956         group.
5957         (article-hide-list-identifiers): Use list-identifier group parameter.
5958
5959 2011-02-28  Julien Danjou  <julien@danjou.info>
5960
5961         * sieve.el (sieve-buffer-script-name): New local variable to store
5962         sieve script name.
5963         (sieve-edit-script): Store sieve script name.
5964         (sieve-upload): Use sieve script name when uploading.
5965         (sieve-upload): Use substitute-command-keys.
5966         (sieve-edit-script): Use substitute-command-keys.
5967         (sieve-refresh-scriptlist): Use substitute-command-keys.
5968         (sieve-manage-mode-map): Define keymap properly.
5969         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5970         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5971         Remove commented code about cvs.
5972         (sieve-manage-quit): New function.
5973         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5974
5975 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5976
5977         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5978
5979 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5980
5981         * auth-source.el (auth-source-search): Cache empty result sets.
5982
5983         * password-cache.el (password-in-cache-p): Convenience function to
5984         check if a key is in the cache, even if the value is nil.
5985
5986         * auth-source.el (auth-source-save-behavior): New variable to replace
5987         `auth-source-never-create'.
5988         (auth-source-netrc-create): Use it.
5989         (auth-source-never-save): Remove.
5990
5991 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5992
5993         * nnimap.el (nnimap-stream): Doc fix.
5994         (nnimap-open-connection-1): Reverse the order of the ports to that the
5995         prompted-for port is first.
5996
5997         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5998         retrieval by the no-group selection.
5999
6000         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6001         numerical parameters.
6002
6003 2011-02-25  Julien Danjou  <julien@danjou.info>
6004
6005         * gnus-gravatar.el: Use gnus-with-article-buffer.
6006
6007         * gnus-art.el (gnus-with-article-buffer): Check that the
6008         gnus-article-buffer is alive.
6009
6010 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6011
6012         * auth-source.el (auth-source-creation-prompts): New variable to manage
6013         creation-time prompts.
6014         (auth-source-search): Document it.
6015         (auth-source-format-prompt): Add utility function.
6016         (auth-source-netrc-create): Don't default the user name to
6017         user-login-name.  Use `auth-source-creation-prompts' and some default
6018         prompts for user, host, port, and password (the default generic prompt
6019         remains ugly).
6020         (auth-source-never-save): Add customizable option to never save info.
6021         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6022         mode excursion.
6023
6024 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6025
6026         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6027         argument that XEmacs doesn't support.
6028
6029         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6030         compiled for Emacsen having no `libxml-parse-html-region' support.
6031
6032         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6033
6034         * lpath.el: Bind buffer-save-without-query for XEmacs.
6035
6036 2011-02-23  Julien Danjou  <julien@danjou.info>
6037
6038         * gnus-art.el (article-make-date-line): Ignore errors if time is
6039         invalid and not convertible.
6040         (article-make-date-line): Only add lapsed time if time is not nil.
6041
6042 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6043
6044         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6045         `read-char-choice' for backwards compatibility.
6046         (auth-source-netrc-element-or-first): New function to DTRT for
6047         parameter extraction.
6048         (auth-source-netrc-create): Use it and fix multiple parameter print
6049         bug.  Use the default passed from above (given-default) or the
6050         built-in (user-login-name for :user).
6051
6052 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6053
6054         * gnus-start.el (gnus-dribble-read-file):
6055         Set buffer-save-without-query, since we always want to save the dribble
6056         file, probably.
6057
6058         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6059         nnimap.
6060
6061         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6062         -summary- since it's a user-visible variable.
6063
6064         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6065         first time you use the new Gnus.
6066
6067 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6068
6069         * auth-source.el: Don't load netrc.el.
6070         (auth-sources): Search ~/.netrc as well by default.
6071         (auth-source-debug): Add 'trivia option for extra output.
6072         (auth-source-do-trivia): Use it.
6073         (auth-source-search): Simplify logic to use
6074         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6075         appropriate.  Don't keep a running count at this level.  Layer :create
6076         and :delete options appropriately on the first and second passes.
6077         Don't track the backend with the search results.
6078         (auth-source-search-backends): New function to search a list of
6079         backends for a processed spec.
6080         (auth-source-netrc-parse): Cache all netrc files, making
6081         auth-source-netrc-cache an alist keyed by the file name and using the
6082         file mtime as the caching criterion.  Keep the obfuscated data secret
6083         with a lexical bind.
6084         (auth-source-netrc-search): Don't calculate the length of the results
6085         unnecessarily.
6086         (auth-source-search-backends): Fix bug.
6087         (auth-source-netrc-create): Rework prompts.
6088
6089 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6090
6091         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
6092         Lower case names of search constraints.
6093         (nnir-run-query): Cache and reuse search constraints for all imap
6094         servers.
6095
6096 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6097
6098         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6099         after exit.
6100         (gnus-setup-message): Define missing variable from last checkin.
6101
6102         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6103         value, show the raw article.
6104
6105 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6106
6107         * gnus.el: No Gnus v0.13 is released.
6108
6109 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6110
6111         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6112         auth-source now accepts numbers.
6113
6114         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6115         spec, too.
6116         (auth-source-ensure-strings): New function.
6117
6118         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6119         (gnus-article-setup-buffer): Always restart the date timer so that user
6120         changes to the frequency is respected.
6121
6122         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6123         port numbers, so make sure it gets that if nnimap-server-port is
6124         explicit.
6125
6126 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6127
6128         * nnimap.el (nnimap-inbox): Doc fix.
6129
6130 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6131
6132         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6133         Autoload.  Add optional arg FRAME, and pass it to color-values.
6134         (color-complement): Caller changed.  Doc fix.
6135         (color-gradient): Rewrite for better clarity and efficiency.
6136
6137 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6138
6139         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6140         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6141         color-lab-to-srgb.
6142
6143 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6144
6145         * color.el: First part of merge from hexrgb.el.
6146         (color-rgb-to-hex): Rename from color-rgb->hex.
6147         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6148         saturation to zero if the value is too small.
6149         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6150         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6151         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6152         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6153         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6154         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6155         (color-cie-de2000): Doc fix.
6156
6157 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6158
6159         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6160         given method as in the group name if we're using an extended method.
6161         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6162         command, if we're using that, instead of waiting for the beginning.
6163
6164         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6165         we're sure to get unique server names, and we don't output two async
6166         commands in the same buffer.  This fixes an NNTP hang for some users.
6167
6168 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6169
6170         * gnus.el: No Gnus v0.11 is released.
6171
6172 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6173
6174         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6175         summary buffer before reading going to the next buffer.  This avoids
6176         putting the point in the group buffer if you `C-g' the command.
6177
6178         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6179         cache (for now) to make ~/.authinfo.gpg files usable.
6180
6181         * nnfolder.el (copyright-update): Define for the compiler.
6182
6183         * auth-source.el (auth-source-search): Fix unbound variable.
6184
6185 2011-02-19  Glenn Morris  <rgm@gnu.org>
6186
6187         * gnus.el (gnus-meta): Doc fix.
6188
6189 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6190
6191         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6192         in case it's not yet loaded.
6193
6194 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6195
6196         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6197         line we're waiting for.
6198
6199 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6200
6201         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6202         face with line-width greater than zero will cause RET in gnus summary
6203         buffer to scroll down article page-wise because auto vscroll happens,
6204         it should be temporally disabled when doing a scroll-up.
6205
6206 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6207
6208         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6209         outputs from the server.
6210
6211 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6212
6213         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6214         later so that bbdb can hook in easier.
6215
6216 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6217
6218         * auth-source.el (auth-source-search): Don't try to create credentials
6219         if the caller doesn't want that.
6220         (auth-source-search): If we don't find a match, don't bug out on
6221         non-bound variables.
6222         (auth-source-search): Only ask a single backend to create the
6223         credentials.
6224
6225         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6226         logging.
6227         (nnimap-credentials): Protect against auth-source-search returning nil.
6228         (nnimap-request-list): Protect against not being able to open the
6229         server.
6230
6231 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6232
6233         * auth-source.el (auth-source-search): Do a two-phase search, one with
6234         no :create to get the responses from all backends.
6235
6236         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6237         when getting credentials.
6238
6239         * gnus-util.el (gnus-delete-duplicates): New function.
6240
6241 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6242
6243         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6244         a creation default, pass the whole port list down.  It will be
6245         completed.
6246
6247         * auth-source.el (auth-source-search): Updated docs to talk about
6248         multiple creation choices.
6249         (auth-source-netrc-create): Accept a list as a value (from the search
6250         parameters) and do completion on that list.  Keep a separate netrc line
6251         with the password obscured for showing the user.
6252
6253         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6254         first choice to `auth-source-search' so it will be used for entry
6255         creation instead of the server's Gnus-specific name.
6256         (nnimap-credentials): Rely on the auth-source library to select which
6257         port is actually wanted in the new netrc entry, so don't override
6258         `auth-source-creation-defaults'.
6259
6260         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6261         :protocol and accept a missing user, host, or port as a wildcard match.
6262         (auth-source-debug): Default to off.
6263
6264         (auth-source-netrc-search, auth-source-netrc-create)
6265         (auth-source-secrets-search, auth-source-secrets-create)
6266         (auth-source-user-or-password, auth-source-backend, auth-sources)
6267         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6268         instead of :protocol.
6269
6270         * nnimap.el (nnimap-credentials): Pass a port default to
6271         `auth-source-search' in case an entry needs to be created.
6272         (nnimap-open-connection-1): Use :port instead of :protocol.
6273
6274 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6275
6276         * auth-source.el: Bind load-path when loading EIEIO from
6277         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6278         21.4 doesn't support, to `require'.
6279         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6280         delete-dups that is not available in XEmacs 21.4.
6281
6282 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6283
6284         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6285         as EIEIO must also be loaded when auth-source.el is being
6286         byte-compiled.
6287
6288 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6289
6290         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6291
6292         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6293
6294         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6295
6296         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6297
6298         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
6299
6300         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
6301
6302         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
6303
6304         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
6305         necessary.
6306
6307 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6308
6309         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6310         nil means that nnimap doesn't get updated.
6311
6312 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6313
6314         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6315         result when the user doesn't want to write to the file.
6316         (auth-source-netrc-search): Expect a synthetic result and proceed
6317         accordingly.
6318         (auth-source-cache-expiry): New variable to override
6319         `password-cache-expiry'.
6320         (auth-source-remember): Use it.
6321
6322         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6323         parameter.  Create entry if necessary by using :create t.
6324         (nnimap-open-connection-1): Don't pass `inhibit-create'.
6325
6326 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
6327
6328         * auth-source.el (auth-source-debug): Enable by default and don't
6329         mention the obsolete `auth-source-hide-passwords'.
6330         (auth-source-do-warn): New function to debug unconditionally.
6331         (auth-source-do-debug): Use it.
6332         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6333         and for Secrets API entries when the secrets.el library is not
6334         available.
6335
6336 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6337
6338         * gnus-sum.el (gnus-propagate-marks): Default to nil.
6339         (gnus-summary-exit): Kill the correct article buffer on exit from a
6340         `C-d' group.
6341
6342         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
6343         gnus-propagate-marks.
6344
6345         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6346         before killing the buffers so that a non-full window conf gets handled
6347         correctly.
6348         (gnus-summary-exit): Ditto.
6349         (gnus-summary-read-group-1): Ditto.
6350
6351         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6352         async code again so that we can debug it properly.
6353
6354         * message.el (message-reply): Take an optional switch-buffer parameter
6355         so that Gnus window confs are respected better.
6356
6357 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6358
6359         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6360         `plist-get' to accept non-list parameters (XEmacs issue).
6361         Fix docstring.
6362         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6363         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6364         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6365         Login collection is "Login" and not "login".
6366
6367 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6368
6369         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6370         multiple headers.
6371
6372         * nnimap.el (nnimap-inhibit-logging): New variable.
6373         (nnimap-log-command): Don't log login commands.
6374
6375         * auth-source.el (auth-source-netrc-search): The asserts seem to want
6376         to have more parameters.
6377
6378         * nnimap.el (nnimap-send-command): Mark the command time for each
6379         command, so that we don't get NOOPs stepping on our toes.
6380
6381         * gnus-art.el (article-date-ut): Get the date from the Date header on
6382         `t'.
6383
6384 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6385
6386         * auth-source.el (auth-source-search): Use copy-sequence instead of
6387         the cl.el copy-list.
6388
6389 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6390
6391         * imap.el: Bring it back (revert
6392         84d800cd31de3064f0ed39617d725709a2f8f42f).
6393
6394 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
6395
6396         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6397         Improve prompt.
6398
6399 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
6400
6401         * gnus-art.el (gnus-article-mode-line-format): Remove the article
6402         washing status from the default format.  It isn't very informative.
6403
6404 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6405
6406         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6407         Fix Gcc processing on imap.
6408
6409 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6410
6411         * imap.el: Remove file.  All the functionality is in nnimap.el.
6412
6413 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6414
6415         * message.el (message-bury): Don't pop up a new window when selected
6416         window is dedicated.
6417
6418 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6419
6420         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6421
6422 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
6423
6424         * sieve-manage.el: Autoload `auth-source-search'.
6425         (sieve-sasl-auth): Use it.
6426
6427 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6428
6429         * nnimap.el: Autoload `auth-source-forget+'.
6430         (nnimap-open-connection-1): Use it if the connection fails.
6431
6432         * auth-source.el: Require `password-cache'.
6433         (auth-source-hide-passwords, auth-source-cache): Remove and mark
6434         obsolete.
6435         (auth-source-magic): Marker for `password-cache' keys.
6436         (auth-source-do-cache): Update docstring.
6437         (auth-source-search): Use and check cache.
6438         (auth-source-forget-all-cached, auth-source-remember)
6439         (auth-source-recall, auth-source-forget, auth-source-forget+)
6440         (auth-source-specmatchp): Caching support functions.
6441         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6442         Remove and obsolete.
6443         (auth-source-user-or-password): Remove caching to further discourage
6444         using it.  Always hide passwords.
6445
6446         * password-cache.el (password-cache-remove): Accept secrets that are
6447         not strings.
6448
6449 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6450
6451         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6452         code for now, since it doesn't work for all users.
6453
6454 2011-02-09  Julien Danjou  <julien@danjou.info>
6455
6456         * message.el (message-options): Make message-options really buffer
6457         local.
6458
6459 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
6460
6461         * mail-source.el: Autoload `auth-source-search'.
6462         (mail-source-keyword-map): Note order matters.
6463         (mail-source-set-1): Get all the mail-source source values and
6464         defaults and search auth-source on those if needed.  This can all
6465         probably be simplified.
6466
6467         * nnimap.el: Autoload `auth-source-search'.
6468         (nnimap-credentials): Use it.
6469         (nnimap-open-connection-1): Ask for the virtual server and physical
6470         address in one shot.
6471
6472         * nntp.el: Autoload `auth-source-search'.
6473         (nntp-send-authinfo): Use it.  Note TODO.
6474
6475 2011-02-08  Julien Danjou  <julien@danjou.info>
6476
6477         * shr.el (shr-tag-body): Add support for text attribute in body
6478         markups.
6479
6480         * message.el (message-options): Make message-options a local variable.
6481
6482 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6483
6484         * auth-source.el (auth-source-secrets-search)
6485         (auth-source-user-or-password): Use `append' instead of `nconc'.
6486         (auth-source-user-or-password): Build return list better and protect
6487         against nil :secret.
6488
6489 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
6490
6491         * nnimap.el (nnimap-update-info): Refactor slightly.
6492         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6493         (nnimap-update-info): Clean up slightly.
6494         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6495         characters.
6496         (nnimap-process-quirk): Rename function to avoid collision.
6497         (nnimap-update-info): Fix macrology bug-out.
6498         (nnimap-update-info): Simplify split history test.
6499
6500 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6501
6502         * auth-source.el (top): Require 'eieio unconditionally.
6503         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6504         (auth-source-secrets-search): Limit search when `max' is greater than
6505         number of results.
6506
6507 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6508
6509         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6510         part not returning any data.
6511
6512         * proto-stream.el (open-protocol-stream): Document the return value.
6513
6514 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6515
6516         * auth-source.el (auth-source-secrets-search): Add examples.
6517
6518 2011-02-06  Julien Danjou  <julien@danjou.info>
6519
6520         * message.el (message-setup-1): Handle message-generate-headers-first
6521         set to t.
6522
6523 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6524
6525         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6526         API with a string "secrets:collection-name" and with 'default.
6527         (auth-source-backend-parse): Parse "secrets:collection-name" and
6528         'default.  Recurse on parses instead of repeating code.  Use the
6529         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6530         message when ignoring a source.
6531         (auth-source-search): List ignored search keys at the top level.
6532         (auth-source-netrc-create): Use `case' instead of `cond'.
6533         (auth-source-secrets-search): Created with TODOs.
6534         (auth-source-secrets-create): Created with TODOs.
6535         (auth-source-retrieve, auth-source-create, auth-source-delete)
6536         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6537         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6538         (auth-source-user-or-password-sftp)
6539         (auth-source-user-or-password-smtp): Remove.
6540         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6541         around `auth-source-search'.  Not tested thoroughly.
6542
6543 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6544
6545         * auth-source.el: Bring in assoc and eioeio libraries.
6546         (secrets-enabled): New variable to track the status of the Secrets API.
6547         (auth-source-backend): New EIOEIO class to represent a backend.
6548         (auth-source-creation-defaults): New variable to set prompt defaults
6549         during token creation (see the `auth-source-search' docstring for
6550         details).
6551         (auth-sources): Simplify to allow a simple string as a netrc backend
6552         spec.
6553         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6554         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6555         (auth-source-search): Main auth-source API entry point.
6556         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6557         (auth-source-search-collection): Helper function for searching.
6558         (auth-source-netrc-parse, auth-source-netrc-normalize)
6559         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6560         Supports search, create, and delete.
6561         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6562         backend stubs.
6563         (auth-source-user-or-password): Call `auth-source-search' but it's not
6564         ready yet.
6565
6566 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6567
6568         * message.el (message-setup-1): Remove the read-only stuff, since it
6569         doesn't work under XEmacs, for some reason.
6570
6571         * gnus-sum.el (gnus-user-date): Rename back from
6572         gnus-summary-user-date since user code refers to it.
6573
6574         * shr.el (shr-render-td): Store the actual background color used.
6575
6576         * message.el (message-setup-1): Don't bind the constant
6577         -forbidden-properties.
6578         (message-setup-1): Revert previous change, since it needs to bind the
6579         props to insert them.
6580         (message-resend): Allow removing the read-only separator line.
6581
6582 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6583
6584         * nnimap.el (nnimap-request-accept-article): Give an error message if
6585         the APPEND wasn't successful.
6586
6587 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6588
6589         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6590         that have no groups.
6591
6592 2011-02-03  Julien Danjou  <julien@danjou.info>
6593
6594         * gnus-draft.el: Remove progn around gnus-draft-setup.
6595
6596 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6597
6598         * gnus-start.el (gnus-read-active-for-groups): This function is never
6599         called with a nil `infos', so clean that up.
6600         (gnus-get-unread-articles): Request active files from primary/secondary
6601         methods that have no groups (yet).
6602
6603 2011-02-03  Julien Danjou  <julien@danjou.info>
6604
6605         * message.el (message-setup-1): Always generate References first.
6606         (message-mail): Return the return value of message-setup, not always t.
6607         (message-setup-1): Insert mail-header-separator with read-only and
6608         intangible properties set.
6609
6610         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6611         user-date in docstring.
6612
6613         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6614
6615         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6616         docstring.
6617
6618         * gnus.el (gnus-user-date-format-alist): Change default value.
6619         Use defcustom, with type and group. Move from gnus-util.el.
6620         Rename to gnus-summary-user-date-format-alist.
6621
6622 2011-02-03  Glenn Morris  <rgm@gnu.org>
6623
6624         * nnimap.el (gnus-fetch-headers): Declare.
6625
6626         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6627
6628 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6629
6630         * message.el (message-forward-make-body-digest-plain)
6631         (message-followup, message-reply): Clean up things noted by Stefan.
6632
6633         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6634         gnus-article-update-date-headers is nil.
6635         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6636         it didn't really work with defcustom.
6637         (article-update-date-lapsed): Make sure the window start doesn't move,
6638         either.
6639
6640 2011-02-01  Julien Danjou  <julien@danjou.info>
6641
6642         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6643         format.
6644
6645         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6646         standard in Emacs nowadays.
6647
6648         * color.el (color-gradient): Add a color-gradient function.
6649
6650 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6651
6652         * message.el (message-expand-name): Don't trust the return value of
6653         bbdb-complete-name.
6654         (message-check-news-header-syntax): Remove unused var `start'.
6655         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6656         (message-inhibit-body-encoding): Move to before first use.
6657         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6658         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6659         (Organization, Message-ID, Date, mh-previous-window-config):
6660         Defvar the vars using dynamic scoping.
6661
6662 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6663
6664         * shr.el (shr-render-td): Only do colors at the final rendering.
6665         Should be slightly faster.
6666         (shr-insert-table): Fix up TD background colors when doing the
6667         vertical padding.
6668
6669         * gnus-art.el (article-date-ut): Protect against articles with no Date
6670         header.
6671         (article-update-date-lapsed): Don't use current-column to find the
6672         horizontal position.  It's fragile in the presence of \003 characters.
6673
6674         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6675
6676 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6677
6678         * gnus-art.el (article-transform-date): Rewrite to still work when
6679         there are several rfc2822 parts.
6680         (article-transform-date): Fix infinite recursion.
6681         (article-date-ut): Replace infinitely many Date headers with a single
6682         one when called interactively.
6683
6684         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6685         secure manner.
6686
6687         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6688         move around by not using save-window-excursion.  It seems to work...
6689
6690 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * gnus-art.el (article-make-date-line): Work for user-defined format.
6693
6694 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6695
6696         * nntp.el (nntp-retrieve-group-data-early)
6697         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6698         fetching functions.
6699
6700         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6701         thoroughly for all backends that have no known groups.  This should
6702         allow new nnml methods to retrieve mail.
6703
6704         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6705         that Gnus doesn't know exists again.
6706
6707         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6708         (gnus-treat-date-ut): Ditto.
6709         (gnus-article-update-date-header): Rename.
6710         (gnus-treat-date-local): Remove.
6711         (gnus-treat-date-english): Remove.
6712         (gnus-treat-date-lapsed): Remove.
6713         (gnus-treat-date-combined-lapsed): Remove.
6714         (gnus-treat-date-original): Remove.
6715         (gnus-treat-date-iso8601): Remove.
6716         (gnus-treat-date-user-defined): Remove.
6717         (gnus-article-date-headers): New variable to control all the date
6718         header options.
6719         (article-date-ut): Rewrite to allow using the new way to format date
6720         headers(s).
6721
6722 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6723
6724         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6725         method.
6726         (nnmail-article-group): A better test for fanciness.
6727
6728         * nnimap.el (nnimap-request-head): Protect against not finding the
6729         article by Message-ID.
6730
6731 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6732
6733         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6734         keep point at the "same place".
6735
6736 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6737
6738         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6739         data if the group is inactive.
6740
6741 2011-01-28  Julien Danjou  <julien@danjou.info>
6742
6743         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6744         (gnus-all-windows-visible-p): Remove old compatibility code.
6745         (gnus-window-top-edge): Add docstring.
6746
6747         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6748
6749 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6750
6751         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6752         older request-update-info.
6753
6754         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6755
6756 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6757
6758         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6759         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6760
6761 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6762
6763         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6764         groups.  This makes the nndraft:queue group pop up if it's not already
6765         there.
6766
6767         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6768         messages" logic, which was reversed.
6769
6770         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6771         the "same place" even if point is on the line being replaced.
6772         (article-update-date-lapsed): Allow updating both the combined lapsed
6773         and the lapsed headers.
6774         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6775         (article-make-date-line): Limit the number of segments dynamically to
6776         avoid too-long lines.
6777
6778 2011-01-27  Julien Danjou  <julien@danjou.info>
6779
6780         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6781         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6782
6783 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6784
6785         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6786         Use plist-get instead of the cl function getf.
6787
6788 2011-01-27  Glenn Morris  <rgm@gnu.org>
6789
6790         * gnus-util.el (float-time): Get rid of compiler warning, again.
6791
6792 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6793
6794         * shr.el (shr-put-color): Special-case background colors: Do put them
6795         at the blank parts at the front of the lines.
6796
6797         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6798         exit hook to nix out all data on readedness on group exit.
6799
6800         * gnus-util.el (float-time): If float-time is bound, always use it on
6801         all Emacsen.  It's unclear why the subrp check was there.
6802         (time-date): Require to make some autoload issues on XEmacs go away.
6803
6804         * shr.el (shr-put-color): Don't do the box padding in tables, since
6805         they're already padded.
6806
6807 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6808
6809         * gnus-art.el (gnus-article-next-page): When the last line of the
6810         article is displayed, scroll down once more instead of going to the
6811         next article at once.
6812         (article-lapsed-string): Refactor out and allow specifying how many
6813         segments you want.
6814         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6815         (gnus-article-update-lapsed-header): New variable.
6816
6817         * shr.el: Revert change that made headings use different-sized faces.
6818         The Emacs display engine isn't advanced enough that, for instance,
6819         tables can comfortably use differently-sized faces.
6820
6821 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6822
6823         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6824         used.
6825         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6826         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6827         we're using an encrypted connection.
6828
6829         * proto-stream.el: Alter the interface functions to also return the
6830         actual stream type used: network or tls.
6831
6832 2011-01-25  Julien Danjou  <julien@danjou.info>
6833
6834         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6835         (mm-display-javascript-inline): New function.
6836
6837         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6838         viewing function.
6839
6840 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6841
6842         * shr.el (shr-expand-newlines): Fix variable name.
6843
6844 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6845
6846         * shr.el (shr-expand-newlines): Make nested boxes work.
6847
6848 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6849
6850         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6851         backgrounds.
6852         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6853         in a more sensible manner.
6854
6855 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6856
6857         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6858         if EPG is loaded.
6859
6860 2011-01-24  Julien Danjou  <julien@danjou.info>
6861
6862         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6863         tags.
6864
6865 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6866
6867         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6868         commands.
6869
6870         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6871         in the article buffer.
6872         (gnus-gravatar-insert): Use blank space from the current buffer to
6873         avoid breaking text properties.  This makes X-Sent updating work again.
6874
6875         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6876
6877 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6878
6879         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6880         fix the bug in url-http.el instead.
6881
6882         * shr.el (shr-image-fetched): Ditto.
6883
6884         * shr.el (shr-image-fetched): Avoid having point move in the article
6885         buffer.
6886
6887         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6888         buffer after being called.  It's apparently being killed by url.el, and
6889         killing it made point move to end-of-buffer in a random buffer.
6890
6891         * shr.el (shr-image-fetched): Ditto.
6892
6893 2011-01-23  Julien Danjou  <julien@danjou.info>
6894
6895         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6896
6897         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6898         text/x-org.
6899
6900 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6901
6902         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6903         (i.e., nnimap) returning nil as the article number.
6904
6905 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6906
6907         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6908         "DelSp" parameter in RFC3676.
6909
6910 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6911
6912         * message.el (message-check-recipients): Display the encoded version of
6913         the bogus address if they differ.
6914
6915         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6916         after sending.
6917
6918         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6919
6920         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6921
6922         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6923         group buffer after sending the queue.
6924
6925         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6926
6927 2011-01-22  Julien Danjou  <julien@danjou.info>
6928
6929         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6930
6931 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6932
6933         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6934         nested related parts.
6935
6936         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6937         unexpired articles.  This fixes the regression that led expiry marks to
6938         disappear from nnfolder groups.
6939
6940 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6941
6942         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6943         Don't confuse the "ret" of "retrograde" with RET.
6944
6945 2011-01-21  Julien Danjou  <julien@danjou.info>
6946
6947         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6948         than mm-insert-inline.
6949
6950 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6951
6952         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6953         Widen article buffer.
6954
6955 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6956
6957         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6958         the temp buffer.
6959         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6960
6961 2011-01-20  Julien Danjou  <julien@danjou.info>
6962
6963         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6964
6965         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6966         than mm-insert-inline to insert inline part: this respect
6967         mm-inline-media-tests displayers.
6968
6969         * mm-view.el (mm-display-shell-script-inline): New function.
6970
6971         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6972
6973         * mm-uu.el (mm-uu-type-alist): Add org block.
6974         (mm-uu-org-src-code-block-extract): New function.
6975
6976         * mm-view.el (mm-display-org-inline): New function.
6977
6978         * mm-decode.el (mm-automatic-display): Add text/org.
6979
6980         * mailcap.el (mailcap-mime-extensions): Add .org.
6981
6982 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6983
6984         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6985         gnus-article-add-buttons.
6986
6987 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6988
6989         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6990         From header with a date and "nobody" as the sender.
6991
6992 2011-01-19  Julien Danjou  <julien@danjou.info>
6993
6994         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6995         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6996         if you have the same regexp several times.
6997         (gnus-button-push): Fix matching when regexp is symbol.
6998
6999 2011-01-15  Glenn Morris  <rgm@gnu.org>
7000
7001         * message.el (message-mail): A compose-mail function should
7002         accept headers as strings.
7003
7004 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7005
7006         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7007         Add :vert-only tags.
7008         (message-mail): New arg RETURN-ACTION.
7009         (message-return-action): New var.
7010         (message-bury): Use it.
7011         (message-mode): Make it buffer-local.
7012         (message-send-and-exit): Always call message-bury.
7013
7014         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7015         message-mail.
7016
7017 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7018
7019         * nnimap.el (nnimap-convert-partial-article): Protect against
7020         zero-length body parts.
7021
7022         * mm-decode.el (mm-preferred-alternative-precedence):
7023         Discourage showing empty parts.
7024
7025         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7026         and stuff if the backend didn't return the article number.  This fixes
7027         an Exchange-related nnimap bug.
7028
7029         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7030         group window, because it does the wrong thing when a separate frame
7031         displays the group buffer.
7032
7033         * proto-stream.el (open-protocol-stream): Protect against the low-level
7034         transport functions returning nil.
7035
7036 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7037
7038         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7039         (mml2015-epg-find-usable-secret-key): New function.
7040         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7041         mml2015-epg-find-usable-key (Bug#7797).
7042         (mml2015-epg-encrypt): Ditto.
7043
7044 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * dgnushack.el (rot13-string): Fix the way to get the argument.
7047
7048 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7049
7050         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7051
7052 2011-01-03  Glenn Morris  <rgm@gnu.org>
7053
7054         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7055
7056         * sieve.el (sieve-open-server): Give a more explicit error if
7057         sieve-manage-open returns nil.  (Bug#7720)
7058
7059 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7060
7061         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7062
7063 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7064
7065         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7066         This avoids sending passwords in plain text over non-encrypted
7067         channels.
7068
7069         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7070
7071         * nnimap.el (nnimap-login): Refactored out into own function, and
7072         implement CRAM-MD5.
7073         (nnimap-wait-for-line): Refactored out.
7074
7075         * mm-view.el (mml-smime): Require.
7076
7077 2010-12-20  David Engster  <deng@eml.cc>
7078
7079         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7080         use EPG to decrypt S/MIME messages instead of openssl.
7081
7082 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7083
7084         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7085
7086         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7087         status is the group clearly is unreachable.
7088
7089         * auth-source.el (auth-source-create): Add the optional second
7090         parameter to `local-variable-p' to be compatible with XEmacs.
7091
7092 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7093
7094         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7095         work when using a compressed nnml folder.
7096
7097 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7098
7099         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7100         backends after sanitising on entry, because this never makes sense:
7101         If the articles have gone missing, then the data no longer exists on
7102         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7103         overwrite anything anyway.
7104
7105         * shr.el (shr-insert-document): Bind shr-width dynamically to
7106         window-width if it's nil.
7107
7108 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7109
7110         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7111         with the meaning of using the full emacs window width for rendering.
7112
7113 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7114
7115         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7116         case when sender is not given.
7117
7118 2010-12-23  Julien Danjou  <julien@danjou.info>
7119
7120         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7121         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7122         the addresses, otherwise we might misplaced the gravatar.
7123
7124 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7125
7126         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7127         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7128         obsolete in Emacs.
7129
7130 2010-12-20  Julien Danjou  <julien@danjou.info>
7131
7132         * gnus-util.el (gnus-rescale-image): Revert last change.
7133
7134 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7135
7136         * binhex.el: Improve commentary (Bug#7482).
7137
7138 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7139
7140         * gnus-group.el (gnus-group-delete-articles): New command.
7141
7142 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7143
7144         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7145
7146 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7147
7148         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7149         here, since it's up to the backends to do CRLF removal if their
7150         protocol has it.
7151
7152         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7153
7154 2010-12-17  Julien Danjou  <julien@danjou.info>
7155
7156         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7157         they are from file.  Can also scale up.
7158
7159 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7160
7161         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7162         Restore gnus-use-agent.
7163         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7164
7165         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7166
7167 2010-12-17  Julien Danjou  <julien@danjou.info>
7168
7169         * gravatar.el (gravatar-retrieve-synchronously): New function.
7170         (gravatar-get-data): Make more robust.
7171
7172 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7173
7174         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7175
7176 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7177
7178         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7179         to really consider the last line.
7180
7181 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7182
7183         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7184         list of recipient keys, or use symmetric encryption if not a list.
7185         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7186         EPA override, replacing the call to `netrc-store-data'.
7187
7188 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7189
7190         * gnus-srvr.el: Avoid passing nil regexp argument to
7191         delete-matching-lines.
7192
7193 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7194
7195         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7196         fetching stops when Gnus exits.
7197
7198         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7199         function.
7200         (nnfolder-request-expire-articles): Save all the buffers after doing
7201         expiry.
7202
7203         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7204         the last article", since that led to serious performance regressions
7205         when expiring nnml groups.
7206
7207 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7208
7209         * nnir.el: Improve customizations.
7210
7211 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7212
7213         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7214
7215         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7216         group has been killed.
7217         (gnus-group-yank-group): Ditto.
7218
7219         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7220
7221         * nnimap.el (nnimap-request-update-group-status): New function.
7222
7223         * gnus-int.el (gnus-request-update-group-status): New interface
7224         function.
7225
7226         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7227         copying read-ness to the backends.
7228
7229         * nnimap.el (nnimap-quirk): New function.
7230         (nnimap-retrieve-group-data-early): Use it.
7231         (nnimap-quirks): New alist.
7232
7233 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7234
7235         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7236         don't delete it within indentation.
7237
7238 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7239
7240         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7241         previous line.
7242
7243 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7244
7245         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7246         QRESYNC command by deleting a superfluous space which broke Cyrus
7247         servers.  This change will break other servers that are buggy the other
7248         way around.
7249
7250 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7251
7252         * spam.el: Reindent and fix long lines.
7253         (spam-copy-or-move-routine): Exclude invalid move destinations.
7254
7255 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7256
7257         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7258         installed the registry.
7259
7260 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7261
7262         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7263
7264 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7265
7266         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7267         groupname doesn't contain "gmane".
7268
7269 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7270
7271         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7272         and netrc-bound-and-true-p bindings.
7273         (netrc-parse): Cache the netrc contents.
7274
7275         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7276         (gnus-1): Don't create the nndrafts group twice.
7277         (gnus-setup-news): There's no need to read the active file here, since
7278         that's done again later on a per-backend basis.
7279         (gnus-start-draft-setup): Make sure that the new group is started out
7280         empty.
7281
7282         * gnus-agent.el (gnus-agentize): Don't create the queue group
7283         automatically on startup.  It'll be created later, if needed.
7284
7285         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7286         of automatically subscribed groups.
7287         (gnus-auto-subscribed-categories): New variable.
7288         (gnus-matches-options-n): Use it.
7289         (gnus-default-subscribed-newsgroups): Remove unused variable.
7290         (gnus-start-draft-setup): Message a bit less.
7291
7292 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7293
7294         * nnir.el (nnir-run-imap): Return article list in order of increasing
7295         UID.
7296
7297 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7298
7299         * gnus-sum.el (gnus-summary-enter-digest-group):
7300         Mention gnus-auto-select-on-ephemeral-exit.
7301
7302         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7303         convention of the network-only option.
7304
7305 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7306
7307         * proto-stream.el (proto-stream-open-network-only): New function to
7308         have a way to specify non-STARTTLS upgrade connections.
7309
7310 2010-12-10  Julien Danjou  <julien@danjou.info>
7311
7312         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7313         email address is nil.
7314
7315         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7316
7317 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
7318
7319         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7320         deletion.
7321         (nnir-run-imap): Only need to parse list once.
7322
7323 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7324
7325         * shr.el (shr-tag-script): Ignore <script>.
7326         (shr-tag-label): Add <label> support.
7327
7328 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7329
7330         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7331
7332         * shr.el (shr-image-displayer): Work for images lined side by side.
7333
7334 2010-12-08  Robert Pluim  <rpluim@gmail.com>
7335
7336         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7337         parameter, since XEmacs doesn't accept t as a parameter.
7338
7339 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7340
7341         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7342         ids.
7343         (nnir-run-gmane): Simplify groupspec formatting.
7344         (nnir-request-expire-articles): New function.
7345
7346 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7347
7348         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7349         overflow, possibly.
7350
7351         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7352         (shr-render-td): Handle td style="" better.
7353         (shr-tag-table): Use the color from the style sheet.
7354         (shr-render-td): Make sure we copy over all the overlays, too.
7355
7356 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
7357
7358         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7359         (nnir-request-article): Improve article retrieval.
7360
7361 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7362
7363         * mm-util.el (mm-extra-numeric-entities): New variable.
7364
7365         * mm-url.el (mm-url-decode-entities):
7366         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7367
7368         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
7369
7370 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7371
7372         * message.el: Use completion-at-point.
7373         (message-completion-function): New fun, extracted from message-tab.
7374         (message-mode): Use it for completion-at-point-functions.
7375         (message-tab): Use it and completion-at-point.
7376
7377 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7378
7379         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7380         character if a non-breakable character follows.
7381
7382 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7383
7384         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7385         any stream.
7386
7387         * shr.el (shr-tag-font): Colorize the region.
7388         (shr-tag-body): Ditto.
7389         (shr-tag-font): Actually let the styles be inherited instead of
7390         overwriting them.
7391         (shr-tag-font): Get the background color right.
7392         (shr-tag-style): Ignore all <style> tags for the moment.
7393
7394         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7395         a Message-ID to avoid having nnimap depend on gnus-sum.
7396
7397         * shr.el (shr-descend): Only colorize something if we have a node that
7398         sets colors.
7399
7400 2010-12-06  Julien Danjou  <julien@danjou.info>
7401
7402         * shr.el (shr-render-td): Render td content with shr-descend, so style
7403         will be applied to <td> too.
7404         (shr-colorize-region): Colorize region even if we only have a background.
7405         (shr-tag-body): Fix color and background color inheritance.
7406         Do not recolorize after shr-generic.
7407         (shr-tag-font): Let shr-generic colorize via inheritance.
7408
7409 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7410
7411         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7412
7413 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7414
7415         * nnir.el (nnir-request-move-article): Remove obsolete code.
7416
7417 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7418
7419         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7420
7421 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7422
7423         * gnus-sum.el (gnus-summary-respool-article): The completion function
7424         expects a list instead of an alist.
7425
7426         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7427         string as the parameter.
7428
7429         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7430
7431         * shr.el (shr-stylesheet): New dynamic variable for cascading the
7432         styles.
7433         (shr-colorize-region): New function.
7434         (shr-insert-background-overlay): Remove.
7435         (shr-render-td): Background setting should be taken care of on a higher
7436         level.
7437         (shr-tag-body): Use post-hoc colorizations.
7438         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7439         (shr-put-color-1): Don't overwrite old colors.
7440         (shr-colorize-region): When the background color isn't explicit, use
7441         a fixed background.
7442
7443         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7444         nnmail variables.
7445
7446 2010-12-05  Bjørn Mork  <bjorn@mork.no>
7447
7448         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7449         unless necessary.
7450
7451 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
7452
7453         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7454         server.
7455
7456 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7457
7458         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7459         so that TAB works.
7460
7461         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7462         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7463
7464         * shr.el (shr-urlify): Show the URL before the title to avoid
7465         misleading URLs.
7466
7467 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
7468
7469         * shr.el (shr-urlify): Display the title in <a> tags.
7470
7471 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
7472
7473         * nnir.el (nnir-categorize): Replace mapcar with mapc.
7474
7475 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
7476
7477         * nnir.el: Rearrange code to allow macros to be autoloaded by
7478         gnus-sum.el.
7479         (nnir-retrieve-headers-override-function): Make this variable
7480         customizable.
7481         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7482
7483         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
7484         from nnir.el.
7485
7486 2010-12-03  Julien Danjou  <julien@danjou.info>
7487
7488         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7489
7490 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7491
7492         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7493         allow optional argument `environment'.
7494
7495 2010-12-03  Glenn Morris  <rgm@gnu.org>
7496
7497         * mm-extern.el (message-goto-body): Update declaration.
7498
7499 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7500
7501         * gnus-util.el (gnus-macroexpand-all): New function.
7502
7503         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7504         instead of macroexpand-all that is unavailable in XEmacs.
7505
7506 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
7507
7508         * nnir.el (nnir-summary-line-format): New variable.
7509         (nnir-mode): Use it.
7510         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
7511         (nnir-article-ids): Reimplement as defsubst.
7512         (nnir-retrieve-headers): Don't mangle the subject header.
7513         (nnir-run-imap): Use 100 as RSV score.
7514         (nnir-run-find-grep): Fix for full server searching.
7515         (nnir-run-gmane): Better restriction to gmane groups.
7516
7517         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7518         summary buffers.
7519
7520 2010-12-02  Julien Danjou  <julien@danjou.info>
7521
7522         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7523
7524         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7525
7526         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7527         support.
7528
7529 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7530
7531         * nnir.el: Update to handle the registry better.
7532         (autoload): Silence byte-compiler.
7533         (nnir-open-server): Add a hook for nnir groups.
7534         (nnir-request-move-article): Don't mangle the header.  Better to use
7535         formatting variables (which will be added in the future).
7536         (nnir-registry-action): Update the registry using the original article
7537         group name.
7538         (nnir-mode): Install nnir-specific hooks for updating the registry.
7539
7540         * gnus-sum.el
7541         (gnus-article-original-subject,gnus-newsgroup-original-name):
7542         Remove obsolete variables.
7543         (gnus-summary-move-article): Remove use of obsolete variables.
7544         (gnus-summary-local-variables): Make move and delete hooks local to
7545         summary buffers.
7546
7547 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7548
7549         * rtree.el: New file.
7550
7551 2010-12-01  Julien Danjou  <julien@danjou.info>
7552
7553         * message.el (message-user-organization): Do not use
7554         gnus-local-organization.
7555
7556         * gnus.el: Remove gnus-local-organization.
7557
7558         * gnus-msg.el: Remove nastygram thing.
7559
7560 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7561
7562         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7563         funcall.
7564
7565 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7566
7567         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7568         names.
7569
7570         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7571         characters.
7572
7573         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7574         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7575         Suggested by Štěpán Němec <stepnem@gmail.com>.
7576         (gnus-gravatar-transform-address): Use mail-extract-address-components
7577         that supports non-ASCII names rather than mail-header-parse-addresses.
7578
7579 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7580
7581         * proto-stream.el (open-protocol-stream): All starttls connections are
7582         handled by the network handler.
7583
7584 2010-11-30  Julien Danjou  <julien@danjou.info>
7585
7586         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7587         (nnimap-open-connection-1): Fix PREAUTH.
7588
7589         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7590
7591 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7592
7593         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7594         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7595         (shr-insert): Use them.
7596         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7597
7598 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7599
7600         * nnir.el (nnir-request-move-article): Bail out if original group
7601         doesn't support article moves.
7602         (nnir-get-active): Improve active list retrieval.
7603
7604 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7605
7606         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7607
7608 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7609
7610         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7611         seem to accept strings-with-numbers as port numbers.
7612
7613 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7614
7615         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7616         change the registry.
7617
7618 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7619
7620         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7621         delete-dups that is not available in XEmacs 21.4.
7622
7623         * mm-util.el (mm-delete-duplicates): Add comment.
7624
7625 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7626
7627         * nnir.el (nnir-ignored-newsgroups): New variable.
7628         (nnir-get-active): Use it.
7629
7630 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7631
7632         * proto-stream.el (proto-stream-open-network): Add some comments.
7633
7634         * nntp.el (nntp-open-connection): Provide a :success condition.
7635
7636         * nnimap.el (nnimap-open-connection-1): Ditto.
7637
7638         * proto-stream.el (proto-stream-open-network): See what the response to
7639         the STARTTLS command is.
7640
7641         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7642         backwards compatibility).
7643         (nnimap-open-connection-1): Really respect nnimap-server-port.
7644
7645         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7646         TLS upgrades we don't really care about the identity of the peer.
7647         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7648         that what we've checked for.
7649         (proto-stream-always-use-starttls): Only default to t if
7650         open-gnutls-stream exists.
7651         (proto-stream-open-network): If STARTTLS failed, then just open a
7652         normal connection.
7653         (proto-stream-open-network): Wait until the greeting before doing
7654         STARTTLS.
7655
7656         * nntp.el (nntp-open-connection): Report what the connection error is.
7657
7658         * proto-stream.el (open-protocol-stream): Rename from
7659         open-proto-stream.
7660
7661 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7662
7663         * nnimap.el (nnimap-stream): Change default to `undecided'.
7664         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7665         first, and then network.
7666         (nnimap-open-connection-1): Respect nnimap-server-port.
7667         (nnimap-open-connection): Be more backwards-compatible.
7668
7669         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7670         (proto-stream-open-starttls): De-duplicate the starttls code.
7671         (proto-stream-open-starttls): Folded back into the main function.
7672         (proto-stream-open-network): Fix typo in the gnutls path.
7673         (proto-stream-command): Refactor out.
7674
7675         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7676
7677         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7678         starttls.el STARTTLS.
7679
7680         * color.el (color-lab->srgb): Fix function call name.
7681
7682         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7683         if we're using tls.el.
7684         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7685         built in, then don't try to establish a STARTTLS connection.
7686
7687         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7688         servers.
7689
7690         * proto-stream.el (open-proto-stream): Use network, not stream.
7691         (open-proto-stream): Add a way to specify what the end of a command is.
7692
7693         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7694         connections types.
7695         (nntp-open-network-stream): Remove.
7696         (nntp-open-ssl-stream): Remove.
7697         (nntp-open-tls-stream): Remove.
7698         (nntp-ssl-program): Remove.
7699
7700         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7701
7702 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7703
7704         * nnir.el: Fix typos.
7705         (nnir-retrieve-headers-override-function): Rename variable to reflect
7706         new semantics.
7707         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7708         macros.
7709         (nnir-request-article, nnir-request-move-article): Use them.
7710         (nnir-categorize): New function.
7711         (nnir-run-query): Use it.
7712         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7713         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7714         sorted.
7715         (nnir-group-full-name): Use gnus-group-full-name instead.
7716         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7717         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7718
7719 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7720
7721         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7722
7723         * proto-stream.el: New library to provide protocol-specific
7724         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7725         protocols.
7726         (open-proto-stream): Complete the documentation.
7727         (proto-stream-open-network): Fix some typos.
7728
7729         * nnimap.el (nnimap-open-connection): Use it.
7730
7731 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7732
7733         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7734         negotiation.
7735
7736 2010-11-26  Julien Danjou  <julien@danjou.info>
7737
7738         * color.el: Rename various rgb functions to srgb.
7739
7740 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7741
7742         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7743         names.
7744
7745 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7746
7747         * shr.el (shr-insert): Revert last change.
7748         (shr-find-fill-point): Never leave point being at bol;
7749         relax the kinsoku limitation when rendering tables.
7750
7751 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7752
7753         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7754         results from -accept-article.
7755
7756         * shr-color.el: Require cl when compiling.
7757
7758         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7759         checkin.
7760
7761         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7762
7763         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7764
7765         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7766         'add and 'delete to set backend marks.
7767
7768         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7769
7770         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7771
7772         * nntp.el (nntp-request-set-mark): Use it.
7773
7774         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7775
7776         * nnml.el (nnml-request-set-mark): Ditto.
7777
7778         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7779         introduces regressions in article selection.
7780         (nnimap-find-uid-response): New function.
7781         (nnimap-request-accept-article): Use the UID returned, if any.
7782         (nnimap-request-move-article): Use the UID returned, if any.
7783         (nnimap-get-groups): Reimplement to work with folded lines.
7784         (nnimap-find-uid-response): The UID is the last element in the list.
7785         (nnimap-request-set-mark): Extend syntax with 'set.
7786
7787         * nnml.el (nnml-request-set-mark): Ditto.
7788
7789         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7790
7791         * nntp.el (nntp-request-set-mark): Ditto.
7792
7793 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7794
7795         * message.el (message-called-interactively-p): A temporary macro.
7796         (message-goto-body): Use it temporarily.
7797
7798 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7799
7800         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7801         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7802         (nnimap-last-response-string): Fix last unfolding fix.
7803
7804 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7805
7806         * shr.el (shr-insert): Fix the way to fold lines.
7807
7808 2010-11-25  Julien Danjou  <julien@danjou.info>
7809
7810         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7811
7812         * color.el: Rename from color-lab.el
7813         (color-rgb->hex): Add.
7814         (color-complement): Add.
7815         (color-complement-hex): Add.
7816
7817         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7818
7819 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7820
7821         * shr-color.el (shr-color-visible): Don't bug out if the color names
7822         don't exist.
7823
7824 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7825
7826         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7827         assuming that article displaying or another mml-preview may be
7828         interrupted for an error or for the like.
7829
7830         * shr.el (shr-get-background): Fix argument name.
7831
7832 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7833
7834         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7835
7836         * gnus-sum.el (gnus-summary-include-articles): New function.
7837
7838         * message.el (message-goto-body): called-interactively-p needs a
7839         parameter, so use `any'.
7840
7841         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7842         clear marks before moving, since they're synced from the Gnus side
7843         first.
7844
7845         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7846         (gnus-summary-move-article): Copy over all marks before moving, so that
7847         IMAP doesn't think a new article has arrived.
7848
7849 2010-11-24  Julien Danjou  <julien@danjou.info>
7850
7851         * shr.el (shr-insert-background-overlay): Fix typo.
7852         (shr-render-td): Copy the background before rendering.
7853
7854         * shr-color.el (shr-color-visible): Fix docstring.
7855
7856         * shr.el (shr-tag-table): Add bgcolor support.
7857         (shr-render-td): Add bgcolor support.
7858         (shr-get-background): Add.
7859         (shr-insert-foreground-overlay): Use shr-get-background.
7860
7861         * message.el (message-goto-body): Use called-interactively-p.
7862         (message-in-body-p): message-goto-body returns point.
7863
7864 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7865
7866         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7867         Fixes something or other in Emacs 23, and is backwards compatible.
7868
7869         * message.el (message-goto-body): Remove the <#secure special-casing,
7870         which is too special.
7871
7872         * shr.el (shr-parse-style): Drop !important from styles.
7873
7874 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7875
7876         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7877         this function to return incorrect results when calling it with an
7878         explicit article argument different from
7879         (gnus-summary-article-number).
7880
7881 2010-11-24  Julien Danjou  <julien@danjou.info>
7882
7883         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7884         (shr-tag-body): Add background support.
7885         (shr-descend): Add background support.
7886         (shr-tag-title): Add.
7887
7888         * shr-color.el (shr-color-visible): Really return original background
7889         if fixed.
7890
7891 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7892
7893         * shr.el (shr-color-check): Protect against non-existent color names.
7894
7895 2010-11-24  Julien Danjou  <julien@danjou.info>
7896
7897         * color-lab.el: Require 'cl when compiling.
7898
7899         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7900
7901         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7902         matched part.
7903
7904         * color-lab.el: Fix all expt calls to use float type.
7905
7906 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7909         expression to shr-color-check as is.
7910
7911         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7912
7913         * color-lab.el: Add coding cookie.
7914         (float-pi): Use eval-and-compile.
7915
7916         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7917         compiled for Emacsen having no `libxml-parse-html-region' support.
7918
7919 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7920
7921         * shr.el (shr-insert-color-overlay): Split stuff like
7922         "#444444 !important" to find the real color.
7923         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7924         parse <font color="red"> entries.
7925
7926 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7927
7928         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7929         point when parsing headers.
7930
7931         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7932         is positioned properly when parsing headers.
7933
7934 2010-11-23  Julien Danjou  <julien@danjou.info>
7935
7936         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7937
7938         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7939
7940         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7941
7942         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7943         Use shr-color-hue-to-rgb.
7944         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7945
7946 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7947
7948         * shr.el (shr-color->hexadecimal): Autoload.
7949         (shr-descend): Add color to all tags.
7950
7951 2010-11-22  Julien Danjou  <julien@danjou.info>
7952
7953         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7954         shr-color->hexadecimal.
7955
7956         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7957         RGB() or HSL() color representation.
7958
7959         * shr.el (shr-tag-font): Add.
7960         (shr-tag-color-check): New function to get better colors.
7961         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7962         tag-span.
7963
7964         * shr-color.el: New file.
7965
7966         * color-lab.el: New file.
7967
7968         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7969
7970 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7971
7972         * nnir.el: Fix typo in comments.
7973         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7974         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7975
7976 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7977
7978         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7979
7980         * nnimap.el (nnimap-get-capabilities): Refactor out.
7981         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7982
7983 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7984
7985         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7986         appearing when `mm-uu-hide-markers' is nil.
7987
7988 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7989
7990         * nnimap.el (nnimap-unselect-group): Make into its own function.
7991         (nnimap-request-rename-group): Unselect group before renaming.
7992         This had gotten lost somewhere.
7993         (nnimap-request-accept-article): Keep track of examined groups, and
7994         unselect the group before APPENDing to read-only groups.
7995         (nnimap-request-move-article): Clear flags before moving so that they
7996         can be re-set later.
7997
7998 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7999
8000         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8001         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8002
8003 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8004
8005         * gnus-art.el (gnus-mime-display-single):
8006         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8007         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8008         parameter.
8009
8010 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8011
8012         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8013         (shr-table-vertical-line): New variable.
8014         (shr-insert-table): Use it.
8015
8016 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8017
8018         * gnus-html.el (gnus-html-wash-images): Don't display images if
8019         gnus-inhibit-images is non-nil; register displayer for cid images.
8020         (gnus-html-display-image): Work for cid image.
8021         (gnus-html-insert-image): Allow arguments.
8022         (gnus-html-put-image): Inhibit read-only.
8023         (gnus-html-prefetch-images): Don't prefetch images if
8024         gnus-inhibit-images is non-nil.
8025
8026 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8027
8028         * shr.el (shr-put-image): Break lines when inserting big pictures.
8029
8030 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8031
8032         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8033         sender, thanks Katsumi Yamaoka.
8034
8035 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8036
8037         * nnir.el (nnir-run-imap): Reverse the article list for each group
8038         rather than the whole list.
8039
8040 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8041
8042         * shr.el (shr-image-displayer): Protect function against non-existent
8043         image source.
8044
8045         * gnus-art.el (gnus-inhibit-images): New user option.
8046         (gnus-mime-display-single): Don't display image if it is non-nil.
8047
8048         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8049         gnus-inhibit-images.
8050
8051         * shr.el (shr-image-displayer): New function.
8052         (shr-tag-img): Use it.
8053
8054 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8055
8056         * mml2015.el (mml2015-epg-sign): Use From header.
8057
8058 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8059
8060         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8061
8062         * gnus-util.el (gnus-find-text-property-region): Return markers.
8063
8064         * shr.el (shr-tag-img): Put a displayer in the text property.
8065
8066         * gnus-util.el (gnus-find-text-property-region): New utility function.
8067
8068         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8069         (gnus-html-show-images): Remove.
8070
8071         * gnus-art.el (gnus-article-show-images): New, more general function.
8072
8073         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8074         image url text properties.
8075
8076         * shr.el: Ditto.
8077
8078         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8079         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8080
8081 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8082
8083         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8084         work for two or more articles.
8085
8086 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8087
8088         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8089         divide an image that's in an html article to two or more when washing
8090         non-ASCII characters in alt text of it.
8091
8092 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8093
8094         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8095         smime-decrypt-region using function argument.
8096         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8097
8098         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8099
8100         * smime.el (smime-decrypt-region): Catch it.
8101
8102 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8103
8104         * smime.el (smime-mode-map): Move initialization into declaration.
8105         (gnus-run-mode-hooks): Don't autoload.
8106         (smime-mode): Use define-derived-mode.
8107
8108 2010-11-11  Glenn Morris  <rgm@gnu.org>
8109
8110         * smime.el (from): Restrict declaration to XEmacs.
8111
8112         * nnir.el (gnus-group-topic-name): Autoload.
8113
8114 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8115
8116         * shr.el (shr-insert): Don't break long line if it is because of
8117         kinsoku-bol characters in the line end.
8118
8119 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8120
8121         * nnir.el (nnir-request-move-article): Fix to provide original group
8122         and subject.
8123         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8124         been retrieved.
8125
8126         * gnus-sum.el (gnus-summary-move-article): Use original group and
8127         subject for virtual articles such as those in an nnir summary buffer.
8128
8129 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8130
8131         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8132         least 21.5).
8133
8134         * smime.el (from): Declare it again for XEmacs.
8135
8136 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8137
8138         * message.el (message-resend): Don't disable encoding unless it's
8139         already encoded.
8140
8141         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8142         low-numbered articles.
8143
8144 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8145
8146         * rfc2047.el (rfc2047-syntax-table): Simplify.
8147
8148         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8149
8150         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8151         set-char-table-range for XEmacs.
8152
8153 2010-11-10  Glenn Morris  <rgm@gnu.org>
8154
8155         * time-date.el (time-to-seconds): Always an alias on Emacs,
8156         never a real function.
8157         (with-no-warnings): Remove compat stub, now unused.
8158         (time-less-p): Doc fix.
8159         (time-to-number-of-days): Simplify.
8160
8161         * smime.el (from): Remove unused declaration.
8162
8163         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8164         (gnus-float-time): On Emacs, always an alias.
8165
8166         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8167         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8168
8169 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8170
8171         * dgnushack.el: Don't use ignore-errors in the top level form since it
8172         is unavailable in XEmacs even if cl is loaded.
8173
8174         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8175
8176 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8177
8178         * shr.el (browse-url-mailto): Autoload.
8179
8180         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8181
8182         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8183         regexp doesn't need quoting.
8184
8185 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8186
8187         * message.el (message-subject-trailing-was-ask-regexp)
8188         (message-subject-trailing-was-regexp): Match was: in addition to was.
8189
8190 2010-11-09  Glenn Morris  <rgm@gnu.org>
8191
8192         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8193         (nnbabyl-check-mbox): Use point-at-bol.
8194
8195 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8196
8197         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8198
8199         * message.el (message-mailto): New function.
8200         (message-mailto): Should accept other parameters.
8201         (message-mailto): Remove since it duplicates browse-url-mailto
8202         functionality.
8203
8204 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8205
8206         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8207         methods.
8208         (gnus-read-active-file): Ditto.
8209
8210         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8211         ": " from the prompt.
8212         (gnus-group-make-group): Ditto.
8213
8214 2010-11-07  Glenn Morris  <rgm@gnu.org>
8215
8216         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8217         (gnus-bookmark-kill-line): Use point-at-eol.
8218
8219 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8220
8221         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8222         asterisks in From header.
8223
8224 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8225
8226         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8227         string to avoid making the From headers syntactically invalid.
8228
8229         * message.el (message-send-mail): Don't insert courtesy messages if the
8230         message already has List-Post and List-ID messages.
8231
8232 2010-11-06  Glenn Morris  <rgm@gnu.org>
8233
8234         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8235         `condition', `type', `length' a prefix.
8236         (gnus-treat-predicate): Update for above name changes.
8237
8238 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8239
8240         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8241         binding.  Handled by `gnus-summary-refer-thread' instead.
8242         (nnir-warp-to-article): New backend function.
8243
8244         * nnimap.el (nnimap-request-thread): Force dependency updating.
8245
8246         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8247         (gnus-summary-refer-thread): Rework to improve thread-referral.
8248
8249         * gnus-int.el (gnus-warp-to-article): New function.
8250
8251         * gnus-sum.el (gnus-summary-article-map): Bind it.
8252
8253 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8254
8255         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8256         gnus-summary-refer-thread.
8257
8258         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8259         headers.
8260         (gnus-summary-limit-include-thread): Prevent articles in thread from
8261         being cut in gnus-cut-threads.
8262         (gnus-summary-refer-thread): Limit retrieved headers to those in
8263         thread.
8264
8265 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8266
8267         * message.el (message-send-mail): Use the value of
8268         message-courtesy-message from the message buffer.
8269
8270         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8271
8272         * shr.el (shr-browse-url): Implement mailto: URLs.
8273
8274         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8275         "raw".
8276
8277         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8278         if it's already selected.
8279
8280         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8281
8282 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8283
8284         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8285         to measure the length and truncate alt text.
8286
8287 2010-11-03  Glenn Morris  <rgm@gnu.org>
8288
8289         * nndiary.el (nndiary-generate-nov-databases-1)
8290         (nndiary-generate-active-info): Rename dynamic variable `files' to
8291         something less generic.
8292
8293 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8294
8295         * nnir.el (nnir-request-move-article): Call the underlying backend to
8296         move articles from nnir.
8297
8298 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8299
8300         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8301
8302 2010-11-02  Julien Danjou  <julien@danjou.info>
8303
8304         * nnir.el: Remove wais support.
8305
8306 2010-11-02  Glenn Morris  <rgm@gnu.org>
8307
8308         * gnus-html.el: Reorder requirements to quieten compiler.
8309
8310 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8311
8312         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8313         properly for XEmacs as well.
8314         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8315         (gnus-article-natural-long-line-p): Use window-width rather than
8316         frame-width.
8317
8318 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
8319
8320         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
8321         (nnir-read-parms): Don't modify query.
8322         (nnir-run-query): Add ability to search topic on current line.
8323         (nnir-get-active): Clean up.
8324
8325 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8326
8327         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8328         degenerate articles.
8329
8330         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8331         (gnus-print-buffer): Just print the buffer as is, without any copying
8332         to a buffer and then re-highlighting.
8333
8334         * nnimap.el (nnimap-request-group): Store the new updated info.
8335         (nnimap-request-group): Select the group when we don't know whether it
8336         exists or not.
8337
8338         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8339         groups.
8340
8341         * gnus-group.el (gnus-group-find-new-groups): Display all the new
8342         groups.
8343
8344         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8345         groups.
8346
8347         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8348         long-lines case by only filling the long lines.
8349
8350         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8351         (bug #7311).
8352
8353 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8354
8355         * shr.el: No need to declare `declare-function' since shr.el is for
8356         only Emacsen that provide `libxml-parse-html-region'.
8357
8358         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
8359         effective only in a file it is referred to.
8360
8361 2010-11-01  Glenn Morris  <rgm@gnu.org>
8362
8363         * mm-util.el (gnus-completing-read): Autoload.
8364         (mm-read-coding-system): Simplify Emacs definition.
8365
8366         * nnmail.el (gnus-activate-group):
8367         * nnimap.el (gnutls-negotiate):
8368         * nntp.el (netrc-parse): Fix declarations.
8369
8370 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8371
8372         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8373         string-match-p in Emacs >=23.
8374
8375         * gnus-msg.el (gnus-configure-posting-styles):
8376         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8377
8378 2010-11-01  Glenn Morris  <rgm@gnu.org>
8379
8380         * nnir.el (declare-function): Add compat stub.
8381         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8382         (nnir-run-gmane): Require 'mm-url.
8383
8384         * mm-util.el (mm-string-to-multibyte): Simplify.
8385
8386         * shr.el (declare-function): Add compat stub.
8387         (url-cache-create-filename): Declare.
8388         (mm-disable-multibyte, widget-convert-button): Autoload.
8389
8390         * smime.el (ldap-search): Declare.
8391         (smime-cert-by-ldap-1): Require ldap on Emacs.
8392
8393         * nnimap.el: Require nnmail, and gnus-sum when compiling.
8394         (nnimap-keepalive): Use gnus-float-time.
8395
8396         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8397         (mail-source-delete-crash-box): Use gnus-float-time.
8398
8399         * gnus-dired.el (gnus-completing-read): Autoload.
8400
8401         * mm-view.el (gnus-rescale-image): Autoload.
8402
8403         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8404
8405         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8406
8407         * sieve-manage.el: Require 'cl when compiling.
8408
8409         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8410         (gnus-iswitchb-completing-read): Require iswitchb.
8411         (gnus-select-frame-set-input-focus): Silence compiler.
8412
8413 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8414
8415         * message.el (message-subject-trailing-was-query): Change default to t,
8416         since I think that's what most people want.
8417
8418         * nnimap.el (nnimap-request-accept-article): Erase buffer before
8419         appending for easier debugging.
8420         (nnimap-wait-for-connection): Take a regexp.
8421         (nnimap-request-accept-article): Wait for the continuation line before
8422         sending anything unless we're streaming.
8423
8424         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8425         leave the header washing to take place.
8426
8427 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8428
8429         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8430         regular expression match and replace in posting styles.
8431
8432 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
8433
8434         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
8435         an entire server.
8436         (nnir-get-active): New function.
8437         (nnir-run-imap): Use it.
8438         (nnir-run-gmane): Who knew, gmane search returns an article score!
8439
8440         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8441         server on the current line with nnir.
8442
8443 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8444
8445         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8446         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8447         left edge.
8448         (gnus-article-foldable-buffer): Skip past the prefix when determining
8449         raggedness.
8450
8451         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8452         the raw article, and change `C-u g' to show the article without doing
8453         treatments.
8454
8455         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8456         on to `gnus-treat-article'.
8457         (gnus-inhibit-article-treatments): New variable.
8458
8459         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8460
8461         * gnus-art.el (gnus-treatment-function-alist): Have
8462         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8463         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8464         sections.
8465
8466         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8467         parameter.
8468         (gnus-article-fill-cited-long-lines): New function.
8469         (gnus-article-fill-cited-article): Allow filling only long sections.
8470
8471         * shr.el (shr-find-fill-point): Don't break lines between punctuation
8472         and non-punctuation (like after the apostrophe in "'We").
8473
8474         * gnus-sum.el (gnus-summary-select-article): Make sure
8475         gnus-original-article-buffer is alive.
8476
8477         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8478         reflect the order they're in in the digest.
8479
8480         * gnus.el (gnus-group-startup-message): Move point to the start of the
8481         buffer.
8482
8483         * nnimap.el (nnimap-capability): New function.
8484         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8485         is set.
8486
8487 2010-10-31  David Engster  <dengste@eml.cc>
8488
8489         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8490         conform with changes to gnus-completing-read.
8491
8492 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8493
8494         * shr.el (shr-tag-img): Output "*" instead of "[img]".
8495
8496 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8497
8498         * nnir.el: Move defvar, defcustom around to keep file organized
8499         and keep byte-compiler quiet.
8500         (nnir-read-parms): Accept search-engine as arg.
8501         (nnir-run-query): Pass search-engine as arg.
8502         (nnir-search-engine): Remove.
8503
8504 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8505
8506         * shr.el (shr-generic): The text nodes should be text, not :text.
8507
8508         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8509         later in the file.
8510
8511 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8512
8513         * nnir.el: General clean up.  Allow searching with multiple engines.
8514         Allow separate extra-parameters for each engine.
8515         Batch queries when possible.
8516         (nnir-imap-default-search-key,nnir-method-default-engines):
8517         Add customize interface.
8518         (nnir-run-gmane): New engine.
8519         (nnir-engines): Use it.  Qualify all prompts with engine name.
8520         (nnir-search-engine): Remove global variable.
8521         (nnir-run-hyrex): Restore for now.
8522         (nnir-extra-parms,nnir-search-history): New variables.
8523         (gnus-group-make-nnir-group): Use them.
8524         (nnir-group-server): Remove in favor of gnus-group-server.
8525         (nnir-request-group): Avoid searching twice.
8526         (nnir-sort-groups-by-server): New function.
8527
8528 2010-10-30  Julien Danjou  <julien@danjou.info>
8529
8530         * gnus-group.el: Remove gnus-group-fetch-control.
8531
8532         * gnus-start.el (gnus-find-new-newsgroups):
8533         Remove gnus-check-first-time-used.
8534
8535         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8536
8537 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8538
8539         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8540         set on groups that don't have \* permanentflags.
8541
8542 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8543
8544         * shr.el (shr-tag-span): Drop colorization of regions since we don't
8545         control the background color.
8546         (shr-tag-img): Ignore very small web bug type images.
8547         (shr-put-image): Add help-echo alt texts to the images.
8548         (shr-tag-video): Show the video poster image.
8549
8550 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8551
8552         * shr.el (shr-table-depth): New variable.
8553         (shr-tag-table-1): Only insert the images after the top-level table.
8554
8555         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8556
8557         * gnus-util.el (gnus-list-memq-of-list): New function.
8558
8559         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8560         selected.
8561         (nnimap-unsplittable-articles): New slot.
8562         (nnimap-new-articles): Use it.
8563
8564 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8565
8566         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8567         move to the previous line on `M-g'.
8568
8569 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8570
8571         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8572         *-request-group, which seems unnecessary.
8573
8574         * nnimap.el (nnimap-quote-specials): Function copied over from
8575         imap.el.
8576         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8577         they support that.  Suggested by Tom Regner.
8578
8579 2010-10-29  Julien Danjou  <julien@danjou.info>
8580
8581         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8582         defalias.
8583         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8584
8585         * gnus.el: Remove `gnus-nntp-service' variable.
8586         (gnus-secondary-servers): Make obsolete.
8587         (gnus-nntp-server): Make obsolete.
8588
8589         * gnus-start.el (gnus-1): Remove x-splash calls.
8590
8591         * gnus-ems.el (gnus-x-splash): Remove.
8592
8593         * gnus.el (gnus-group-startup-message): Simplify/update code.
8594
8595         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
8596         definition.
8597
8598         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8599         capability before doing anything.
8600         (gnus-group-insert-group-line): Remove useless
8601         gnus-group-remove-excess-properties.
8602
8603 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8604
8605         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8606
8607 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8608
8609         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8610         config after reselecting.
8611
8612 2010-10-28  Julien Danjou  <julien@danjou.info>
8613
8614         * shr.el (shr-put-image): Use point even if only inserting text.
8615         (shr-put-image): Save excursion when inserting alt text on non-graphic
8616         display, so the behavior is the same when we are on a graphic display.
8617
8618         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8619
8620 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8621
8622         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8623         (gnus-mime-copy-part): Check coding system, not charset.
8624         (gnus-mime-view-part-externally): Never remove part.
8625         (gnus-mime-view-part-internally): Don't remove part here.
8626         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8627         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8628         multipart/alternative.
8629
8630         * mm-decode.el (mm-display-part): Take optional arg `force'.
8631
8632 2010-10-26  Julien Danjou  <julien@danjou.info>
8633
8634         * gnus-group.el (gnus-group-default-list-level): Add this function to
8635         compute the default list level.
8636         (gnus-group-default-list-level): Add possibility to use a function.
8637
8638 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8639
8640         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8641
8642         * gnus-group.el (gnus-group-completing-read)
8643         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8644         gnus-replace-in-string.
8645
8646 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8647
8648         * shr.el (shr-tag-div): Add.
8649
8650         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8651
8652 2010-10-25  Julien Danjou  <julien@danjou.info>
8653
8654         * gnus-util.el: Remove `gnus-with-local-quit'.
8655
8656         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8657
8658 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8659
8660         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8661         the original article buffer.
8662
8663 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8664
8665         * nnimap.el (nnimap-request-head): New function.
8666         (nnimap-request-move-article): Try to be slightly faster by not
8667         requesting the entire message when moving.
8668         (nnimap-transform-headers): Don't bug out on bodiless articles.
8669         (nnimap-send-command): Have no outstanding messages if the IMAP server
8670         doesn't support streaming.
8671         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8672
8673 2010-10-24  Julien Danjou  <julien@danjou.info>
8674
8675         * message.el (message-default-headers): Fix type.
8676
8677 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8678
8679         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8680         prefetching images.
8681
8682         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8683         backend for unknown groups.  This is mainly useful for nnimap groups.
8684
8685         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8686         group isn't covered by the agent.
8687
8688 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8689
8690         * nnir.el (nnir-method-default-engines): New variable.
8691         (nnir-run-query): Use it.
8692         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8693         (gnus-summary-nnir-goto-thread): Change group if needed.
8694
8695         * gnus-group.el (gnus-group-group-map): Add key binding for
8696         gnus-group-make-nnir-group.
8697
8698 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8699
8700         * shr.el (shr-tag-object): Add.
8701
8702         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8703         original article buffer live.
8704         (gnus-summary-select-article-buffer):
8705         Mention gnus-widen-article-buffer.
8706
8707 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8708
8709         * shr.el (shr-tag-strong): Add.
8710
8711 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8712
8713         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8714         group names.  They mess up the group buffer badly.
8715
8716         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8717
8718         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8719         instead of the summary one.
8720
8721 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * mml.el (mml-preview): Work properly when editing article.
8724
8725         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8726         gnus-have-read-active-file if it's already been in.
8727
8728 2010-10-22  Tom Tromey  <tromey@redhat.com>
8729
8730         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8731         gnus-group-completing-read.
8732
8733 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8734
8735         * message.el (message-mode-map): Don't bind M-; to comment region, to
8736         allow the global comment-dwim to work.
8737
8738 2010-10-21  Julien Danjou  <julien@danjou.info>
8739
8740         * message.el (message-setup-1): Allow message-default-headers to be a
8741         function.
8742
8743 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8744
8745         * shr.el (shr-tag-table): Simplify.
8746
8747 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8748
8749         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8750         to avoid trying to snarf invalid stuff.
8751
8752         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8753
8754         * gnus.el (gnus-message-archive-group): Quote value.
8755         (gnus-message-archive-group): Mark as changed.
8756
8757         * shr.el (shr-add-font): Don't put the font properties on the newline
8758         or the indentation.
8759
8760         * message.el (message-fix-before-sending): Change options when sending
8761         non-printable characters.
8762
8763         * gnus.el (gnus-message-archive-method): Change the default to
8764         monthly outgoing groups.
8765
8766         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8767         that have gotten new numbers.
8768
8769         * nnimap.el (nnimap-request-replace-article): New function.
8770
8771 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8772
8773         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8774         (nnrss-request-article): Don't use special html washing code.
8775
8776 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8777
8778         * shr.el (shr-tag-table): Remove useless nconc.
8779
8780 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8781
8782         * gnus-art.el (article-wash-html): Simplify and remove the charset
8783         stuff.  Use the normal html rendering code instead of the special html
8784         washing code.
8785
8786         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8787         `gnus-w3m' symbols.
8788         (mm-text-html-washer-alist): Remove.
8789
8790         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8791         (mm-inline-media-tests): Remove use.
8792         (mm-text-html-renderer): Change default to the `shr' symbol.
8793
8794         * mm-view.el (mm-inline-text-html): Remove use.
8795
8796         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8797         `gnus-blocked-images' to be a function.
8798         (gnus-article-wash-function): Remove.
8799
8800 2010-10-20  Julien Danjou  <julien@danjou.info>
8801
8802         * spam.el (spam-list-of-processors): Mark as obsolete.
8803
8804         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8805         (nnimap-insert-partial-structure): Fix boundary detection.
8806
8807 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8808
8809         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8810         run file-truename on remote files.  This can be expensive and even
8811         prevent one from editing drafts if some unrelated buffer has a stale
8812         connection.
8813
8814 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8815
8816         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8817         kinsoku-eol regardless of shr-kinsoku-shorten.
8818         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8819         (shr-tag-table): Support caption, thead, and tfoot.
8820
8821 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8822
8823         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8824         lines.
8825         (shr-save-contents): New command and keystroke.
8826
8827         * nndoc.el (nndoc-type-alist): Add git support.
8828         (nndoc-git-type-p): New function.
8829         (nndoc-transform-git-article): Ditto.
8830         (nndoc-transform-git-headers): Ditto.
8831         (nndoc-transform-git-headers): Generate Subject headers.
8832
8833         * shr.el (shr-parse-style): New function.
8834         (shr-tag-span): Ditto.
8835
8836         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8837         to `G G' to avoid collisions.
8838
8839 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8840
8841         * shr.el: Load kinsoku if necessary.
8842         (shr-kinsoku-shorten): New internal variable.
8843         (shr-find-fill-point): Make kinsoku shorten text line if
8844         shr-kinsoku-shorten is bound to non-nil.
8845         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8846         shr-indentation too when testing if table is wider than frame width.
8847         (shr-insert-table): Use `string-width' instead of `length' to measure
8848         text width.
8849         (shr-insert-table-ruler): Make sure indentation is done at bol.
8850
8851 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8852
8853         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8854         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8855         undecoded network data.
8856
8857 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8858
8859         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8860         name in the mode line spec so that the mode line menu works
8861         (bug #2431).
8862
8863         * message.el (message-get-reply-headers): If we're fed `to-address',
8864         then always use that.
8865
8866         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8867         aren't so wide as to need to switch off the edit menu.
8868
8869         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8870         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8871
8872         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8873         `M-g'.
8874         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8875         the permanent marks.
8876
8877 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8878
8879         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8880         Splitting according to references/in-reply-to obeys the ignore-groups
8881         variable, while splitting by sender and subject do not.
8882
8883 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8884
8885         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8886         alist, so that we can look for non-Unicode chars.
8887         (article-translate-strings): Allow both character and string maps.
8888
8889 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8890
8891         * shr.el (shr-insert): Don't insert space behind a wide character
8892         categorized as kinsoku-bol, or between characters both categorized as
8893         nospace.
8894
8895 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8896
8897         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8898         headers to gnus-newsgroup-headers.
8899
8900 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8901
8902         * shr.el (shr-tag-img): Don't align images -- since we're not
8903         rescaling, this often leads to ugly displays.
8904
8905 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8906
8907         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8908         duplicates.
8909
8910 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8911
8912         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8913         call.
8914
8915 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8916
8917         * gnus.el: Autoload gnus-html-show-images.
8918
8919         * nnimap.el: Use nnheader-message throughout.
8920
8921         * shr.el (shr-tag-img): Ignore images with no data.
8922
8923 2010-10-15  Julien Danjou  <julien@danjou.info>
8924
8925         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8926         a possibility to disable format=flow encoding when using hard newlines.
8927
8928 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8929
8930         * shr.el (shr-insert): Remove space inserted before or after a
8931         breakable character or at the beginning or the end of a line.
8932         (shr-find-fill-point): Do kinsoku; find the second best point or give
8933         it up if there's no breakable point.
8934
8935 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8936
8937         * nnimap.el (nnimap-open-connection): Message when opening connection
8938         for debugging purposes.
8939
8940         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8941         on every setup buffer call to allow this to change from article to
8942         article.
8943
8944         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8945         buffers where we have a wide table.
8946
8947 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8948
8949         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8950         uses *-request-thread.
8951
8952 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8953
8954         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8955         incantation, which is no longer valid.
8956
8957 2010-10-14  Julien Danjou  <julien@danjou.info>
8958
8959         * shr.el: Fix defcustom type (char -> character).
8960
8961 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8962
8963         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8964         programs.
8965
8966 2010-10-14  Julien Danjou  <julien@danjou.info>
8967
8968         * shr.el (shr-tag-a): Use url-link as widget type.
8969
8970         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8971         `gnus-group-get-icon'.
8972
8973 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8974
8975         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8976         This should make server editing work better.
8977
8978         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8979
8980         * tls.el (tls-program): Remove spurious %s from openssl.
8981
8982         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8983         (nnimap-parse-flags): Fix regexp.
8984
8985         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8986         probably work for CJVK text, too.
8987
8988         * nnimap.el (nnimap-extend-tls-programs): Remove.
8989         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8990
8991         * tls.el (tls-starttls-switches): Remove starttls hack.
8992         (open-tls-stream): Ditto.
8993         (tls-find-starttls-argument): Ditto.
8994
8995 2010-10-13  Julien Danjou  <julien@danjou.info>
8996
8997         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8998         responses.
8999
9000 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9001
9002         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9003
9004         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9005         anything in Emacs.
9006
9007         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9008
9009 2010-10-13  Julien Danjou  <julien@danjou.info>
9010
9011         * shr.el (shr-width): Make shr-width a defcustom with default to
9012         fill-column.
9013         (shr-tag-img): Use shr-width rather than fill-column.
9014
9015 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9016
9017         * dgnushack.el (byte-optimize-apply):
9018         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9019
9020         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9021         position when (X-)Faces exist.
9022         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9023         avatars when called interactively.
9024
9025 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9026
9027         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9028         gnus-article-x-face-too-ugly is bound.
9029
9030 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9031
9032         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9033
9034         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9035         mailbox that doesn't exist.
9036
9037 2010-10-12  Julien Danjou  <julien@danjou.info>
9038
9039         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9040         (shr-get-image-data): Encode URL properly when fetching from cache.
9041         (shr-tag-img): Use aligned-to spaces to align correctly images.
9042
9043         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9044         before inserting the Gravatar.
9045
9046         * shr.el (shr-tag-img): Add align attribute support for <img>.
9047
9048 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9049
9050         * gnus-gravatar.el (gnus-art): Require.
9051
9052         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9053         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9054         Remove long obsoleted functions.
9055
9056 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9057
9058         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9059
9060         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9061
9062         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9063         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9064         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9065         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9066         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9067         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9068         * sieve-manage.el, smime.el, spam.el:
9069         Fix comment for declare-function.
9070
9071 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9072
9073         * nnimap.el (nnimap-request-rename-group): Select group read-only
9074         before renaming it.
9075
9076         * shr.el (shr-insert): Fix up the white space only regexp.
9077
9078         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9079         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9080
9081         * shr.el (shr-current-column): New function.
9082         (shr-find-fill-point): New function.
9083
9084 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9085
9086         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9087         numbers.
9088
9089 2010-10-11  Julien Danjou  <julien@danjou.info>
9090
9091         * shr.el (shr-hr-line): Add.
9092         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9093         display hr lines.
9094         (shr-max-columns): Do not change state to nil if we just inserting
9095         spaces.
9096
9097 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9098
9099         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9100         select the last group.
9101
9102 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9103
9104         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9105
9106 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9107
9108         * dig.el (dig-mode-map): Declare and define in one step.
9109
9110 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9111
9112         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9113         for Gnus.
9114         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9115         (nnimap-update-qresync-info): Mark \Seen articles as read.
9116
9117         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9118         non-variable, too.
9119
9120         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9121         available.
9122         (nnimap-update-info): Rely more on the current active than the param
9123         active to avoid marking articles as read too much.
9124
9125         * auth-source.el (auth-source-create): Use (user-login-name) for the
9126         user name default.
9127
9128         * nnimap.el (nnimap-update-info): If the server doesn't return any
9129         useful info, just use the previous info.
9130         (nnimap-update-info): Prefer old info over start-article.
9131         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9132
9133 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9134
9135         * nnir.el (autoload): Clean up autoloads.
9136         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9137         Use key rather than value.
9138         (nnir-imap-search-other): New variable.
9139         (nnir-read-parm): Use it.
9140         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9141         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9142
9143 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9144
9145         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9146         the process, too.
9147
9148 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9149
9150         * spam.el (gnus-summary-mode-map): Bind to "$".
9151         Suggested by Russ Allbery.
9152
9153         * shr.el: Rework the way things are indented by <li> slightly.
9154
9155         * gnus.el (gnus-group-set-parameter): Fix typo.
9156
9157         * nnimap.el: Start implementing QRESYNC support.
9158
9159 2010-10-09  Julien Danjou  <julien@danjou.info>
9160
9161         * nnir.el (nnir-engines): Fix too many arguments.
9162
9163 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9164
9165         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9166         group is the "last", so that the backends like nnfolder actually save
9167         their folders.
9168
9169         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9170         try to use that for the tls stream.
9171         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9172         UIDVALIDITY and find out which groups are read-only and not.
9173         (nnimap-get-flags): Use the same marks parsing code as the rest of
9174         nnimap.
9175
9176 2010-10-09  Julien Danjou  <julien@danjou.info>
9177
9178         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9179
9180         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9181         retrieving gravatars.
9182
9183         * shr.el (shr-table-corner): Add.
9184         (shr-table-line): Add.
9185         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9186
9187 2010-10-08  Julien Danjou  <julien@danjou.info>
9188
9189         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9190
9191 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9192
9193         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9194
9195         * gnus-sum.el (gnus-mark-article-as-unread)
9196         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9197         (gnus-summary-set-bookmark): Use it.
9198
9199         * gnus-msg.el (gnus-setup-message): Use it.
9200
9201         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9202
9203         * gnus.el (gnus-group-remove-parameter): Use it.
9204
9205         * gnus-group.el (gnus-group-make-web-group): Use it.
9206
9207         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9208
9209         * nnregistry.el: Update docs to mention manual.
9210
9211         * gnus-registry.el: Update docs to mention nnregistry.el.
9212         (gnus-registry-initialize): Don't install nnregistry refer method
9213         automatically.
9214         (gnus-registry-install-nnregistry): Remove it.
9215
9216 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9217
9218         * shr.el (shr-insert): Don't insert double spaces.
9219
9220 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9221
9222         * gnus-gravatar.el (gnus-treat-from-gravatar)
9223         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9224         called interactively.
9225
9226         * gnus-art.el (gnus-mime-view-part-externally)
9227         (gnus-mime-view-part-internally): Make predicate function passed to
9228         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9229         of a mime type.
9230
9231         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9232
9233 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9234
9235         * shr.el (require): Require cl when compiling.
9236         (shr-tag-hr): New function.
9237
9238         * nnimap.el (nnimap-update-info): Remove double setting of high.
9239         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9240         This makes nnimap work properly on Courier again.
9241
9242         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9243         the variable for backwards compatibility.
9244
9245         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9246         the file name before using to avoid setting mm-default-directory to
9247         nil.
9248
9249         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9250         bidning gnus-agent variables.
9251
9252         * shr.el (shr-render-td): Use a cache for the table rendering function
9253         to avoid getting an exponential rendering behavior in nested tables.
9254         (shr-insert): Rework the line-breaking algorithm.
9255         (shr-insert): Don't leave trailing spaces.
9256         (shr-insert-table): Also insert empty TDs.
9257         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9258
9259 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9260
9261         * gnus-sum.el (gnus-number): Rename from `number'.
9262         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9263         (gnus-summary-limit-children): Update uses correspondingly.
9264
9265 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9268         (gnus-gravatar-transform-address): Don't show avatars of people of
9269         which mail addresses match gnus-gravatar-too-ugly.
9270
9271 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9272
9273         * shr.el (shr-table-widths): Expand TD elements to fill available
9274         space.
9275
9276 2010-10-07  Julien Danjou  <julien@danjou.info>
9277
9278         * nnimap.el (nnimap-request-rename-group): Add this method.
9279
9280 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9283         name from XEmacs' function-arglist.
9284
9285         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9286         gravatar under XEmacs.
9287
9288 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9289
9290         * auth-source.el: Update docs with TODO items.
9291
9292         * gnus-sync.el: Update docs to explain state and plans.
9293
9294         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9295         Hooks for mark updates.
9296         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9297
9298         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9299         hooks with arguments, which is needed for mark update hooks.
9300
9301 2010-10-06  Julien Danjou  <julien@danjou.info>
9302
9303         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9304         was matched.
9305
9306         * sieve-manage.el: Update example in `Commentary'.
9307
9308         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9309
9310         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9311         not 2000.
9312         (sieve-manage-authenticate): Re-add function.
9313
9314 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9315
9316         * shr.el (shr-insert): Get 'space transition right.
9317         (shr-render-td): Only delete space at the end of the TD.
9318
9319         * nnimap.el (nnimap-open-connection): Prepare to support
9320         open-gnutls-stream.
9321
9322         * shr.el: Rearrange function order to be more logical.
9323
9324 2010-10-06  Julien Danjou  <julien@danjou.info>
9325
9326         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9327         (nnrss-discover-feed): Remove 404 URL in docstring.
9328
9329         * nnir.el: Fix Swish-E URL.
9330         Fix Namazu URL.
9331
9332         * message.el (message-change-subject): Remove 404 URL in a comment.
9333
9334 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9335
9336         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9337         called interactively.
9338
9339         * gnus-util.el (gnus-remove-if): Allow hash table.
9340         (gnus-remove-if-not): New function.
9341
9342         * gnus-art.el (gnus-mime-view-part-as-type):
9343         * gnus-score.el (gnus-summary-score-effect):
9344         * gnus-sum.el (gnus-read-move-group-name):
9345         Replace remove-if-not with gnus-remove-if-not.
9346
9347         * gnus-group.el (gnus-group-completing-read):
9348         Regard collection as a hash table if it is not a list.
9349
9350 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9351
9352         * shr.el (shr-render-td): Allow blank/missing <TD>s.
9353
9354         * shr.el: Document the table-rendering algorithm.
9355
9356 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9357
9358         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
9359         for Emacsen having no `libxml-parse-html-region' support.
9360
9361 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9362
9363         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9364         invalid URLs.
9365
9366         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9367         line-broken.
9368         (shr-tag-img): Ignore image fetching errors.
9369         (shr-overlays-in-region): Compute overlay positions correctly.
9370
9371         * mm-decode.el (mm-shr): Require shr.
9372
9373         * gnus-art.el (gnus-blocked-images): Move variable here.
9374
9375         * shr.el (shr-insert-table): Bind free variable.
9376
9377         * mm-decode.el (mm-shr): Bind shr-content-function.
9378
9379         * shr.el (shr-content-function): New variable.
9380
9381         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9382         added for symmetry.
9383
9384         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9385
9386         * gnus-group.el (gnus-group-make-group): Doc fix.
9387
9388         * nnimap.el (nnimap-request-newgroups): Return success.
9389
9390         * shr.el (shr-find-elements): New function.
9391         (shr-tag-table): Put all the images after the table.
9392         (shr-tag-table): Really inhibit images inside the table.
9393         (shr-collect-overlays): Copy over overlays from the TD elements to the
9394         main document.
9395
9396         * mm-decode.el (mm-shr): Bind shr-blocked-images to
9397         gnus-blocked-images.
9398
9399 2010-10-05  Julien Danjou  <julien@danjou.info>
9400
9401         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9402
9403         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9404         (gnus-html-maximum-image-size): Add this function.
9405         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9406
9407         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9408         server-value of the capability is nil.
9409
9410 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9411
9412         * shr.el (shr-tag-em): Add <EM> tag.
9413
9414 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9415
9416         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9417         customizable.
9418
9419         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9420         handing broken links to browse-url.
9421
9422 2010-10-05  Julien Danjou  <julien@danjou.info>
9423
9424         * gnus-util.el (gnus-emacs-completing-read)
9425         (gnus-iswitchb-completing-read): Use autoload rather than require.
9426
9427 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9428
9429         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
9430         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
9431         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
9432         iswitchb-temp-buflist for XEmacs.
9433
9434         * gnus-util.el (gnus-completing-read-function): Exclude
9435         gnus-icompleting-read and gnus-ido-completing-read from candidates for
9436         XEmacs since iswitchb.el is very old and ido.el is unavailable in
9437         XEmacs.
9438
9439         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9440         not to use `delete-dups' that is unavailable in XEmacs 21.4.
9441
9442         * gnus-html.el: Don't require help-fns under XEmacs.
9443         (gnus-html-schedule-image-fetching): Work for XEmacs.
9444
9445         * mm-decode.el (mm-shr): Decode contents by charset.
9446
9447 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9448
9449         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9450         unknown.
9451
9452         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9453         (shr-get-image-data): Ensure against the cache file missing.
9454
9455         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9456         for data.
9457
9458         * spam-report.el (spam-report-url-ping-plain): Don't query about
9459         killing the process.
9460
9461         * shr.el (shr-render-td): Protect against too-wide text.
9462
9463 2010-10-04  Julien Danjou  <julien@danjou.info>
9464
9465         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9466         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9467
9468         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9469         retrieved.
9470
9471 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9472
9473         * shr.el (browse-url): Require.
9474         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9475         lines.
9476         (shr-show-alt-text, shr-browse-image): New commands.
9477         (shr-browse-url, shr-copy-url): New commands.
9478
9479         * gnus-sum.el (gnus-widen-article-window): New variable.
9480         (gnus-summary-select-article-buffer): Use it.
9481
9482         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9483         without @ signs.
9484
9485 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9486
9487         * nnir.el (nnir-run-imap): Remove spurious space in search string.
9488
9489 2010-10-04  Julien Danjou  <julien@danjou.info>
9490
9491         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9492         for XEmacs.
9493
9494 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9495
9496         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9497
9498         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9499         (nnimap-close-server): Implement.
9500
9501         * dgnushack.el (iswitchb): Require to shut up the compiler.
9502
9503         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9504         (shr-insert): Tweak line breaking.
9505         (shr-insert): Handle <pre> better.
9506         (shr-tag-li): Get <li> indentation right.
9507         (shr-tag-li): Get <li> indentation even righter.
9508         (shr-tag-blockquote): Ensure paragraph start.
9509         (shr-make-table): Tweak table generation.
9510         (shr-make-table): Fix typo.
9511
9512         * shr.el: Implement table rendering.
9513
9514 2010-10-04  Julien Danjou  <julien@danjou.info>
9515
9516         * gnus-html.el (gnus-html-put-image): Fix resize image code.
9517
9518 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9519
9520         * shr.el (shr-insert): Use string anchors instead of line anchors.
9521
9522 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9523
9524         * shr.el: Add headings.
9525         (shr-ensure-paragraph): Actually work.
9526         (shr-tag-li): Make <ul> prettier.
9527         (shr-insert): Get white space at the beginning/end of elements right.
9528         (shr-tag-p): Collapse subsequent <p>s.
9529         (shr-ensure-paragraph): Don't insert double line feeds after blank
9530         lines.
9531         (shr-insert): \t is also space.
9532         (shr-tag-s): Fix "s" tag name function.
9533         (shr-tag-s): Fix face prop name.
9534
9535 2010-10-03  Julien Danjou  <julien@danjou.info>
9536
9537         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9538
9539         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9540         gnus-window-inside-pixel-edges.
9541
9542         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9543         gnus-ems.
9544
9545         * mm-view.el (mm-inline-image-emacs): Support image resizing.
9546
9547         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9548         function.
9549
9550         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9551         resize choice.
9552
9553 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9554
9555         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9556         beginning of the buffer.
9557
9558         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9559         article buffer again.
9560
9561         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9562
9563         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9564         when it's at the start of the buffer.
9565
9566         * shr.el (shr-tag-blockquote): Convert name.
9567         (shr-rescale-image): Use the right image-size variant.
9568
9569         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9570         buffer isn't shown, then select the current article first instead of
9571         bugging out.
9572         (gnus-summary-select-article-buffer): Show both the article and summary
9573         buffers again.
9574
9575         * shr.el (shr-fontize-cont): Protect against regions with no text.
9576         Rename tag functions to shr-tag-* for enhanced security.
9577         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9578
9579 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9580
9581         * shr.el (shr-insert):
9582         * pop3.el (pop3-movemail):
9583         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9584         loaded.
9585
9586 2010-10-03  Glenn Morris  <rgm@gnu.org>
9587
9588         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9589
9590         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9591
9592         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9593
9594         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9595
9596         * gnus-util.el (gnus-make-local-hook): Simplify.
9597
9598 2010-10-02  Julien Danjou  <julien@danjou.info>
9599
9600         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9601         (gnus-ido-completing-read): New function.
9602         (gnus-emacs-completing-read): New function.
9603         (gnus-completing-read): Use gnus-completing-read-function.
9604         Add gnus-completing-read-function.
9605
9606 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9607
9608         * shr.el (shr-insert-document): Autoload.
9609         (shr-img): Be silent.
9610         (shr-insert): Add a newline after every picture before text.
9611         (shr-add-font): Use overlays for combining faces.
9612         (shr-insert): Pass upwards the text start point.
9613
9614         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9615         possible.
9616         (mm-shr): New function.
9617
9618 2010-10-02  Julien Danjou  <julien@danjou.info>
9619
9620         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9621         should go backward.
9622
9623 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9624
9625         * shr.el (shr): Fix typo in provide call.
9626
9627 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9628
9629         * shr.el: New file.
9630
9631         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9632
9633         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9634         completing read.
9635
9636 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9637
9638         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9639         we're being queried about.  Suggested by Dan Jacobson.
9640
9641         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9642         Suggested by Jason Eisner.
9643
9644         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9645         table, too.  Suggested by Stefan Wiens.
9646         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9647         the table unnecessary.  Suggested by Stefan Wiens.
9648
9649         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9650         longer needed, and probably doesn't work either, as pointed out by
9651         Stefan Wiens.
9652         (gnus-summary-exit): Remove call to the clearing function.
9653         (gnus-summary-exit-no-update): Ditto.
9654
9655         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9656         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9657         Reported by Stefan Monnier.
9658         (gnus-summary-save-in-rmail): Ditto.
9659
9660         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9661         article buffer, instead of both the article buffer and the summary
9662         buffer.  Sort of suggested by Dan Jacobson.
9663
9664         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9665
9666         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9667         Suggested by Dan Jacobson.
9668
9669         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9670         documentation clearer.
9671
9672         * message.el (message-shorten-references): Comment on the number "21".
9673         Suggested by Stefan Monnier.
9674
9675         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9676         Suggested by Dan Jacobson.
9677
9678         * gnus.el (gnus-large-newsgroup):
9679         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9680
9681         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9682         externalize attachments.  Bug reported by Steve Wen.
9683
9684         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9685         really message anything to the user.
9686
9687         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9688         directly.
9689
9690         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9691         messages in empty groups.
9692
9693 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9694
9695         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9696         non-UIDNEXT group.
9697
9698 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9699
9700         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9701         not the value from the collection.
9702
9703         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9704         values.  This sometimes happens on some groups that have no info.
9705         (nnimap-request-newgroups): New function.
9706
9707 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9708
9709         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9710         check into `gnus-registry-initialize'.
9711         (gnus-registry-initialize): Ditto.
9712         Fix and extend header docs.
9713
9714 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9715
9716         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9717         regexp backtrace overflows.
9718
9719         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9720         for starttls that tls.el implements; i.e. openssl.
9721
9722         * tls.el (tls-starttls-switches): Give up on using starttls with
9723         gnutls-cli.
9724         (tls-program): Add --insecure to be consistent with the defaults from
9725         openssl s_client.  Now all three commands are insecure.
9726
9727 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9728
9729         * lpath.el: Bind completion-styles-alist for XEmacs.
9730
9731         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9732         (gravatar-create-image): New function that's an alias to
9733         gnus-xmas-create-image, gnus-create-image, or create-image.
9734         (gravatar-data->image): Use it.
9735
9736 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9737
9738         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9739         install the nnregistry refer method.
9740         (gnus-registry-install-hooks): Use it.
9741         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9742         unfollowed groups.
9743
9744 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9745
9746         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9747         expanding threads.
9748
9749 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9750
9751         * nnir.el: Use the server names without suffixes (bug #7009).
9752
9753         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9754         unencrypted to STARTTLS, if possible.
9755
9756 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9757
9758         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9759         headers before superseding.
9760
9761 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9762
9763         * nnrss.el (nnrss-use-local): Add documentation.
9764
9765         * nnimap.el (nnimap-extend-tls-programs): New function.
9766         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9767         (nnimap-wait-for-connection): Accept the greeting from the stupid
9768         output from openssl s_client -starttls, too.
9769
9770         * tls.el (tls-starttls-switches): New variable.
9771         (tls-find-starttls-argument): Use it.
9772         (open-tls-stream): Ditto.
9773
9774         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9775         (netrc-machine): Ditto.
9776
9777         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9778         article number.
9779         (nnimap-split-fancy): New variable.
9780         (nnimap-split-incoming-mail): Use it.
9781
9782         * nntp.el (nntp-server-list-active-group): Document.
9783
9784         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9785         SELECT to get the message-id.
9786
9787         * mail-source.el (mail-sources): Remove webmail support.
9788         (defvar): Ditto.
9789         (mail-source-fetcher-alist): Ditto.
9790         (mail-source-fetch-webmail): Remove.
9791
9792         * webmail.el: Remove -- doesn't seem relevant any more.
9793
9794         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9795
9796         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9797         the \r.
9798
9799 2010-09-30  Julien Danjou  <julien@danjou.info>
9800
9801         * gnus-agent.el (gnus-agent-add-group): Fix call to
9802         gnus-completing-read.
9803
9804 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9805
9806         * nndoc.el (nndoc-retrieve-groups): New function.
9807
9808         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9809         `default', use nnmail-split-methods.
9810         (nnimap-request-article): Downcase the NILs so that they are nil.
9811
9812         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9813         symbol.
9814
9815         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9816         code, since if the user has requested network, that's what they ought
9817         to get.
9818         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9819         (nnimap-split-rule): Mark as obsolete.
9820
9821         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9822         New variable.
9823
9824         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9825         correct slot, too.
9826
9827 2010-09-29  Julien Danjou  <julien@danjou.info>
9828
9829         * gnus.el (gnus-local-domain): Declare variable obsolete.
9830
9831         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9832         Fix history computing.
9833         (gnus-ido-completing-read): Require ido.
9834
9835 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9836
9837         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9838         build Gnus.
9839
9840         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9841         when interpreting the structures.
9842         (nnimap-request-accept-article): Add \r\n to the lines to make this
9843         work with Cyrus.
9844
9845         * nndraft.el (nndraft-request-expire-articles): Use the group name
9846         instead if "nndraft".  Fix found by Nils Ackermann.
9847
9848 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
9849
9850         * nnregistry.el: Add.
9851
9852 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9853
9854         * nnmail.el (group, group-art-list, group-art):
9855         Remove unneeded directives.
9856
9857 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9858
9859         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9860         (mm-mime-charset):
9861         * rfc2047.el (rfc2047-syntax-table):
9862         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9863
9864         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9865         rather than `insert-file-contents' and `eval-region'.
9866
9867         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9868         construction.
9869
9870         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9871
9872         * time-date.el: No need to require cl for Emacs 21.
9873
9874 2010-09-29  Julien Danjou  <julien@danjou.info>
9875
9876         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9877         replacement of `gnus-gravatar-relief' to mimic
9878         `gnus-faces-properties-alist'.
9879         Add :version property.
9880
9881 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9882
9883         * mail-source.el (mail-source-report-new-mail):
9884         * message.el (message-default-mail-headers):
9885         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9886
9887         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9888
9889 2010-09-28  Julien Danjou  <julien@danjou.info>
9890
9891         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9892         mail-address contains the same string as real-name.
9893
9894         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9895         non-blank in header, otherwise it'll get stripped.
9896
9897         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9898         real-name, and then for mail address rather than doing : or , search.
9899
9900 2010-09-27  Julien Danjou  <julien@danjou.info>
9901
9902         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9903         right completing-read function.
9904         (gnus-use-ido): New variable
9905         (gnus-completing-read-with-default): Remove.
9906         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9907         (gnus-agent-add-group):
9908         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9909         * mm-view.el (mm-view-pkcs7-decrypt):
9910         * mm-util.el (mm-codepage-setup):
9911         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9912         * mml-smime.el (mml-smime-openssl-sign-query):
9913         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9914         (mml-insert-multipart):
9915         * gnus-msg.el (gnus-summary-yank-message):
9916         * gnus-int.el (gnus-start-news-server):
9917         * mm-decode.el (mm-interactively-view-part):
9918         * gnus-dired.el (gnus-dired-attach):
9919         * gnus.el (gnus-read-method):
9920         * gnus-bookmark.el (gnus-bookmark-jump):
9921         * gnus-art.el (gnus-mime-view-part-as-type)
9922         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9923         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9924         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9925         * nnmairix.el (nnmairix-create-server-and-default-group)
9926         (nnmairix-update-groups, nnmairix-get-server)
9927         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9928         (nnmairix-get-group-from-file-path):
9929         * nnrss.el (nnrss-find-rss-via-syndic8):
9930         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9931         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9932         (gnus-group-browse-foreign-server):
9933         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9934         (gnus-summary-execute-command, gnus-summary-respool-article)
9935         (gnus-read-move-group-name):
9936         * gnus-score.el (gnus-summary-increase-score)
9937         (gnus-summary-score-effect):
9938         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9939
9940 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9941
9942         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9943         x-focus-frame.
9944
9945         * nnimap.el (auth-source-forget-user-or-password)
9946         (auth-source-user-or-password): Autoload.
9947
9948         * message.el (message-from-style, message-interactive)
9949         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9950         (message-yank-prefix, message-indentation-spaces, message-signature)
9951         (message-signature-file): Add comment.
9952
9953 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9954
9955         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9956         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9957         new articles.
9958
9959         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9960         parts.
9961         (nnimap-request-article): Work with the t setting, too.
9962
9963         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9964         that you don't get flashes of other buffers.
9965         (gnus-summary-show-complete-article): Intern before setting.
9966
9967 2010-09-27  David Engster  <dengste@eml.cc>
9968
9969         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9970         well as HEADERS.
9971         (nnmairix-retrieve-headers): Provide new argument for the above.
9972
9973 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9974
9975         * gnus-sum.el (gnus-summary-move-article): Don't alter
9976         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9977         group.
9978
9979         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9980
9981         * message.el (message-cite-prefix-regexp): Revert my last edit.
9982
9983         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9984         variable instead of the Gnus variable.
9985
9986         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9987
9988         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9989
9990         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9991         since some servers don't like it.
9992         (nnimap-open-connection): Forget credentials if the server says the
9993         password was wrong.
9994         (nnimap-parse-line): Protect against invalid data.
9995
9996         * gnus-sum.el (gnus-summary-move-article): Add comment.
9997         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9998         nothing alters it while scanning for new messages.
9999
10000         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10001         which may or may not help.
10002         (nnimap-open-connection): If we're doing a stream connection, and then
10003         discover we're on a STARTTLS-capable server, then open a STARTTLS
10004         connection instead.
10005
10006 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10007
10008         * nnimap.el (utf7): Require.
10009
10010         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10011         prefix.
10012
10013 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10014
10015         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10016
10017 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10018
10019         * nnimap.el (nnimap-request-accept-article): Message the error on
10020         error.
10021
10022 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10023
10024         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10025
10026 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10027
10028         * nndoc.el (nndoc-request-list): Return success always.
10029
10030         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10031         `fetch-old' -- we only want to fetch the articles we've requested.
10032         The rest are in the agent, probably.
10033         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10034         disappeared server" to something low.  It's not important.
10035
10036         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10037         arrived before the FETCH data.
10038
10039         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10040         target here, because we don't know the Gnus name of the group.
10041
10042         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10043         for the correct group.
10044
10045         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10046
10047         * gnus.el (gnus): Give a final warning after startup.
10048
10049         * gnus-util.el (gnus-action-message-log): New variable.
10050         (gnus-message): Use it.
10051         (gnus-final-warning): New function.
10052
10053         * nnimap.el (nnimap-open-connection): Record the greeting.
10054         (nnimap): Add greeting.
10055
10056 2010-09-26  Julien Danjou  <julien@danjou.info>
10057
10058         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10059         arguments.
10060         (gnus-html-wash-images): Fix spec computing to include start/end.
10061
10062         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10063
10064 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10065
10066         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10067         deletion.
10068         (nnimap-retrieve-headers): Don't select the group, because that's
10069         already done by nnimap-possibly-change-group.
10070
10071         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10072         (gnus-picon-transform-address): Use it.
10073
10074         * mail-source.el (mail-source-value): Revert previous patch.
10075
10076         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10077         on failure.
10078         (nnimap-open-connection): Look up both virtual and physical server name
10079         credentials.
10080
10081         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10082
10083 2009-02-07  Dave Love  <fx@gnu.org>
10084
10085         * tls.el (open-tls-stream): Don't query killing process.
10086
10087 2009-02-08  Dave Love  <fx@gnu.org>
10088
10089         * gnus-win.el (gnus-window-to-buffer-helper)
10090         (gnus-all-windows-visible-p): Function needn't be a symbol.
10091
10092         * mail-source.el (mail-source-value): Function needn't be a symbol.
10093
10094 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10095
10096         * message.el (message-cite-prefix-regexp): Remove } from the cite
10097         prefix.
10098
10099         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10100         highlight again, so that the highlight is correct.
10101
10102         * gnus-picon.el (gnus-picon): Remove again.
10103         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10104
10105         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10106         doing the header highlightling, so that the background color of the
10107         picon is correct.
10108
10109         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10110         (gnus-picon): Ditto.
10111         (gnus-picon): Reinstate.  The background color for picons is white.
10112         (gnus-picon-insert-glyph): Make the background white.
10113
10114         * nnml.el (nnml-open-nov): Don't return dead buffers.
10115
10116         * auth-source.el (auth-source-create): Query the user for whether to
10117         store the credentials.
10118
10119         * netrc.el (netrc-store-data): New function.
10120
10121         * auth-source.el (auth-source-user-or-password): Use the existing auth
10122         sources, if any, for creation.
10123
10124         * gnus.el (gnus-group-fast-parameter): Return the last matching
10125         parameter instead of the first matching parameter.
10126
10127 2010-09-26  Julien Danjou  <julien@danjou.info>
10128
10129         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10130
10131 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10132
10133         * mml2015.el (mml2015-use): Remove gpg support.
10134
10135         * mml1991.el (mml1991-function-alist): Remove gpg function.
10136         (mml1991-gpg-sign): Remove.
10137
10138 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10139
10140         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10141         (gnus-browse-unsubscribe-current-group): Document it.
10142         (gnus-browse-unsubscribe-group): Use it.
10143
10144 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10145
10146         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10147         address to the To list for easier response.
10148
10149         * gnus.el (gnus-play-startup-jingle): Remove.
10150         (gnus-splash): Don't play jingle.
10151         (gnus): Silence gnus-load message.
10152
10153         * gnus-art.el (gnus-treat-play-sounds): Remove.
10154
10155         * gnus.el (gnus-play-jingle): Remove audio support.
10156
10157         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10158
10159         * earcon.el: Remove -- no users.
10160
10161         * gnus-audio.el: Remove -- no users of this package.
10162
10163         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10164
10165         * gnus-start.el (gnus-setup-news): Remove nocem support.
10166
10167         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10168
10169         * gnus.el (gnus-use-nocem): Remove.
10170
10171         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10172         Remove.
10173
10174         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10175         uses NoCeM any more.
10176
10177         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10178         (gnus-button-ctan-handler): Ditto.
10179         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10180         (gnus-button-ctan-directory-regexp): Ditto.
10181         (gnus-button-handle-ctan): Ditto.
10182         (gnus-button-tex-level): Ditto.
10183         (gnus-button-alist): Remove CTAN stuff.
10184
10185 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10186
10187         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10188         nnimap-streaming test.
10189
10190         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10191         servers twice.
10192
10193         * nnimap.el (nnimap-open-connection): Add more error reporting when
10194         nnimap fails early.
10195
10196         * nnheader.el (nnheader-get-report-string): New function.
10197         (nnheader-get-report): Use it.
10198
10199         * gnus-int.el (gnus-check-server): Say what the error was when opening
10200         failed.
10201
10202         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10203         using streaming.
10204
10205 2010-09-25  Julien Danjou  <julien@danjou.info>
10206
10207         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10208         gnus-window-inside-pixel-edges.
10209
10210 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10211
10212         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10213
10214         * mm-decode.el (mm-save-part): Allow saving to other directories the
10215         normal Emacs way.
10216
10217         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10218         Suggested by Jay Berkenbilt.
10219
10220         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10221         there isn't a single byte.
10222
10223         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10224         just do it.  It doesn't really seem to matter what the user responds
10225         here, I think, so it's just a confusing question.
10226
10227         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10228         non-streaming case.
10229
10230         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10231         (gnus-article-encrypt-body): Use it.
10232
10233         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10234         keystroke.
10235
10236         * nnimap.el (nnimap-find-wanted-parts-1):
10237         Use gnus-fetch-partial-articles.
10238
10239         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10240
10241         * nnimap.el (nnimap-insert-partial-structure): New function.
10242         (nnimap-get-partial-article): New function.
10243         (nnimap-request-article): Use it.
10244         (nnimap-wait-for-response): Return whether the wait was successful.
10245         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10246         retrieval wasn't successful.
10247         (nnimap-retrieve-group-data-early): Allow throttling servers.
10248         (nnimap-streaming): New variable.
10249         (nnimap-fetch-partial-articles): Remove.
10250
10251         * mm-decode.el (mm-with-part): Protect against killed buffers.
10252
10253         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10254         for prettier summary display.
10255
10256 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10257
10258         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10259
10260 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10261
10262         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10263         apparently third-party libraries depend on it.
10264
10265         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10266         before starting negotiation.
10267
10268         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10269         privacy reasons.
10270         (gnus-treat-mail-gravatar): Ditto.
10271
10272         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10273         buffer when inserting images.  Inserting text into the headers, for
10274         instance, can make them invalid.
10275
10276 2010-09-25  Julien Danjou  <julien@danjou.info>
10277
10278         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10279         variables.
10280
10281         * nnheader.el: Remove useless variables news-reply-yank-from and
10282         news-reply-yank-message-id.
10283
10284         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10285         variables.
10286
10287         * mml1991.el: Remove useless mml1991-verbose.
10288
10289         * gnus.el: Remove useless variable gnus-use-generic-from.
10290         Remove obsolete variable gnus-topic-indentation.
10291
10292         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10293
10294         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10295
10296         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10297
10298         * gnus-group.el: Remove useless gnus-group-icon-cache.
10299         Remove useless gnus-ephemeral-group-server.
10300
10301         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10302
10303         * mml2015.el: Remove useless mml2015-verbose.
10304
10305         * mml-smime.el: Remove useless mml-smime-verbose.
10306
10307         * gnus.el: Remove useless gnus-local-domain.
10308
10309         * gnus-gravatar.el (gnus-gravatar-transform-address):
10310         Use gnus-gravatar-size.
10311
10312         * gnus-art.el: Remove useless gnus-treat-translate.
10313
10314 2010-09-24  Julien Danjou  <julien@danjou.info>
10315
10316         * gnus-sum.el: Add support for Gravatars.
10317
10318         * gnus-art.el: Add support for Gravatars.
10319
10320         * gnus-gravatar.el: Add this file.
10321
10322         * gravatar.el: Add this file.
10323
10324 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10325
10326         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10327
10328         * gnus-group.el (gnus-group-fetch-faq): Remove.
10329
10330         * gnus.el (gnus-group-faq-directory): Remove.
10331
10332         * gnus-group.el (gnus-group-fetch-charter): Remove.
10333
10334         * gnus.el (gnus-group-charter-alist): Remove.
10335
10336         * gnus-group.el (gnus-group-archive-directory): Remove.
10337         (gnus-group-recent-archive-directory): Ditto.
10338         (gnus-group-make-archive-group): Remove.
10339
10340         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10341
10342         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10343         use the same article number for all the cached articles.
10344
10345         * nnimap.el (nnimap-command): Register the last command time so
10346         that we can use it for idling NOOPs.
10347         (nnimap-open-connection): Start the keeplive timer.
10348         (nnimap-make-process-buffer): Store all the process buffers.
10349         (nnimap-keepalive): New function.
10350
10351         * starttls.el (starttls-open-stream): Add autoload cookie.
10352
10353 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10354
10355         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10356         handling.
10357
10358 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10359
10360         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10361         its data structures.
10362
10363         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10364         instead of the cl.el copy-list.
10365         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10366         equalp.
10367
10368 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10371         and tool-bar-local-item-from-menu.
10372
10373         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10374         mode-line-highlight face for Emacs.
10375
10376         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10377         loading gnus-sum.elc; fix comment for canlock-verify.
10378         (gnus-article-jump-to-part): Use read-number.
10379         (gnus-insert-mime-button, gnus-insert-mime-security-button):
10380         Remove Emacs pre-21 compatible code for help-echo.
10381         (gnus-article-next-page-1): No need to adjust the number of lines.
10382         (gnus-article-describe-bindings): Always use help-buffer.
10383
10384         * gnus-audio.el (gnus-audio-inline-sound):
10385         * gnus-cus.el (gnus-custom-mode):
10386         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10387
10388         * gnus-sum.el (gnus-remove-overlays): Doc fix.
10389
10390         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10391         compatible code.
10392
10393 2010-09-24  Glenn Morris  <rgm@gnu.org>
10394
10395         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10396         visiting the fcc file in rmail-mode.
10397
10398         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
10399
10400 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10401
10402         * nnir.el: Silence the byte compiler.
10403
10404         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10405         alias to browse-url-url-encode-chars if any.
10406         (gnus-html-encode-url): Use it.
10407
10408 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10409
10410         * gnus-start.el (gnus-use-backend-marks): New variable.
10411         (gnus-get-unread-articles-in-group): Use it.
10412
10413         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10414         makeover.
10415
10416 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10417
10418         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10419
10420 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10421
10422         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10423         Remove.
10424         (gnus-setup-news-hook):
10425         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10426
10427         * gnus-int.el (gnus-request-update-info): Protect against backends not
10428         having the function.
10429
10430         * nnimap.el (nnimap-stream): Mention starttls.
10431         (nnimap-open-connection): Add starttls support.
10432
10433 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10434
10435         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10436
10437 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10438
10439         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10440         BODYSTRUCTUREs.
10441         (nnimap-transform-headers): Unfold quoted {42} headers.
10442
10443         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10444         the info.
10445         (gnus-get-unread-articles): Only call updatep on backends that support
10446         it.
10447
10448         * nnweb.el (nnweb-request-update-info): NOOP.
10449
10450         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10451
10452         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10453         since it only deals with marks.
10454
10455         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10456         gnus-request-marks, and make a new gnus-request-update-info.
10457
10458         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10459         the active instead of the high number, which is usually too low.
10460
10461 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
10462
10463         * netrc.el (netrc-parse): Remove encrypt.el mentions.
10464         * encrypt.el: Remove.
10465
10466 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10467
10468         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10469         server in symbolic form.
10470
10471         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10472
10473 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10474
10475         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10476         (nnimap-update-info): Fix up code slightly.
10477
10478         * gnus-int.el (gnus-open-server): Add tracing for performance
10479         debugging.
10480
10481         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10482         (gnus-group-insert-group-line): Pass the real group name so that it
10483         gets the right data.
10484
10485         * gnus-start.el (gnus-get-unread-articles): Don't have
10486         `gnus-get-unread-articles-in-group' update info, since that can be
10487         really slow and doesn't seem to be needed?
10488
10489 2010-09-22  Dan Christensen  <jdc@uwo.ca>
10490
10491         * time-date.el (date-to-time): Try using parse-time-string first before
10492         using the slower timezone-make-date-arpa-standard.
10493
10494 2010-09-22  Julien Danjou  <julien@danjou.info>
10495
10496         * gnus-group.el (gnus-group-insert-group-line):
10497         Call gnus-group-highlight-line.
10498         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10499         default hook list.
10500         (gnus-group-update-eval-form): Add new function.
10501         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10502         (gnus-group-get-icon): Use gnus-group-update-eval-form.
10503
10504 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10505
10506         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10507         immediate, then expire all articles.
10508         (nnimap-update-info): Fix off-by-one errors.
10509         (nnimap-flags-to-marks): Would return no marks lists for group with no
10510         flags.  Instead return the other data.
10511
10512 2010-09-22  Julien Danjou  <julien@danjou.info>
10513
10514         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10515         Only return an icon.
10516         (gnus-group-insert-group-line): Compute icon to return.
10517
10518         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10519         (gnus-html-image-fetched): Only cache if
10520         gnus-html-image-automatic-caching is set.
10521         (gnus-html-image-fetched): Check for errors.
10522
10523 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10524
10525         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10526         once per method on `g'.  This ensures that backends like nnfolder don't
10527         open all their folders.
10528
10529         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10530         (nnimap-request-list): Nix out group in the correct buffer.
10531         (nnimap-parse-flags): Implement by using `read' instead of
10532         hand-parsing.
10533         (nnimap-flags-to-marks): Pass on permanent-flags.
10534         (nnimap-make-process-buffer): Record the server name.
10535         (nnimap-parse-flags): Fix typo.
10536         (nnimap-request-scan): Run split on the server in general, not just a
10537         single group.
10538
10539         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10540         parameter, and propagate this downwards.
10541
10542         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10543         since EXAMINE changes it on the server.
10544
10545         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10546         this command might take a while.
10547
10548 2010-09-22  Julien Danjou  <julien@danjou.info>
10549
10550         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
10551         harmful if you have 2 images side-by-side, they can't be properly
10552         update on text deletion.  Using text-property is safer here.
10553         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10554         data.
10555
10556 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10557
10558         * nnimap.el (nnimap-expunge-inbox): Remove.
10559         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10560         (nnimap-expunge): Flip default to t.
10561
10562         * gnus.el (gnus-method-to-server): Don't push things to the cache
10563         unless it's unique.
10564         (gnus-server-to-method): Ditto.
10565
10566 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10567
10568         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10569
10570 2010-09-22  Julien Danjou  <julien@danjou.info>
10571
10572         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10573         get the start of data.
10574         (gnus-html-encode-url): Add this function to encode special chars in
10575         URL.
10576         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10577         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10578
10579         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10580         default.
10581         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10582
10583         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10584         images alt-text.
10585         (gnus-html-put-image): Put alt-text as help-echo.
10586
10587 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10588
10589         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10590         * mm-util.el (mm-decompress-buffer):
10591         * nnir.el (nnir-run-find-grep):
10592         * pop3.el (pop3-list): Use 3rd arg of split-string.
10593
10594         * time-date.el (format-seconds): Comment fix.
10595
10596         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
10597         and byte-optimize-form-code-walker.
10598         (dgnushack-make-auto-load): Don't advise make-autoload.
10599
10600         * lpath.el: Remove Emacs 21 stuff.
10601
10602 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10603
10604         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10605         outside the active range.  Suggested by Dan Christensen.
10606
10607         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10608         slightly later to avoid double-getting it.
10609
10610         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10611         previous patch.
10612
10613         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10614
10615 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10616
10617         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10618
10619 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10620
10621         * gnus-int.el (gnus-open-server): Give a better error message in the
10622         "go offline" case.
10623
10624         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10625         marks for nnimap, which is seldom the right thing to do.
10626
10627         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10628         (gnus-same-method-different-name): New function.
10629
10630         * nnimap.el (parse-time): Require.
10631
10632         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10633         method in the presence of many similar methods.
10634
10635         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10636
10637         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10638         nnml-inhibit-expiry.
10639
10640         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10641         find out whether methods are equal.
10642
10643         * nnimap.el (nnimap-find-expired-articles): New function.
10644         (nnimap-process-expiry-targets): New function.
10645         (nnimap-request-move-article): Request the article before looking at
10646         what the Message-ID is.  Fix found by Andrew Cohen.
10647         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10648
10649         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10650         for oldness in addition to being a predicate.
10651
10652         * nnimap.el (nnimap-request-group): When we have zero articles, return
10653         the right data to Gnus.
10654         (nnimap-request-expire-articles): Only delete articles immediately if
10655         the target is 'delete.
10656
10657         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10658         method, this would bug out.
10659
10660         * gnus-group.el (gnus-group-expunge-group): Rename from
10661         gnus-group-nnimap-expunge, and implemented as a normal interface
10662         function.
10663
10664         * gnus-int.el (gnus-request-expunge-group): New function.
10665
10666         * nnimap.el (nnimap-request-create-group): Implement.
10667         (nnimap-request-expunge-group): New function.
10668
10669 2010-09-21  Julien Danjou  <julien@danjou.info>
10670
10671         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10672         (gnus-html-cache-expired): Add new function.
10673         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10674         wethever we should display image for fetch it.
10675         Compute alt-text earlier to pass it to the fetching function too.
10676         (gnus-html-schedule-image-fetching): Change function argument to only
10677         get one image at a time, not a list.
10678         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10679         cache.
10680         (gnus-html-get-image-data): New function to retrieve image data from
10681         cache.
10682         (gnus-html-put-image): Change buffer argument to use image data rather
10683         than file, and place image above region rather than inserting a new
10684         one.  Do not take alt-text as argument, since it's useless now: we place
10685         the image above alt-text.
10686         (gnus-html-prune-cache): Remove.
10687         (gnus-html-show-images): Start to fetch image when we find one, do not
10688         push into a temporary list.
10689         (gnus-html-prefetch-images): Only fetch image if they have expired.
10690         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10691         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10692
10693 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10694
10695         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10696
10697 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10698
10699         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10700         spec inser "*" if the group isn't active instead of 0.
10701
10702         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10703         opening the server.
10704         (nnimap-request-delete-group): Implement group deletion.
10705         (nnimap-transform-headers): Return the size of the entire message in
10706         the Bytes header, not just the size of the first part.
10707         (nnimap-request-move-article): When moving an article from nnimap,
10708         request the article first so the accepting form has an article to
10709         accept.  Reported by Dan Christensen.
10710         (nnimap-command): Make sure that the error message doesn't error out.
10711
10712 2010-09-20  David Edmondson  <dme@dme.org>
10713
10714         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10715         we haven't requested anything.
10716
10717 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10718
10719         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10720         "".  Fix found by Andrew Cohen.
10721
10722         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10723         instead of -encode-string.
10724
10725 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10726
10727         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10728
10729         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10730         by mm-subst-char-in-string.
10731
10732 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10733
10734         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10735         waiting for the connection string.
10736
10737         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10738         arriving.
10739
10740         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10741         bogus characters.  This allows selecting certain Gmail groups.
10742
10743         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10744         (nnimap-fetch-partial-articles): New variable.
10745         (nnimap-open-connection): When looking for credentials, also use the
10746         nnimap-server-port.
10747         (nnimap-request-article): Return the group/article number, so that Gnus
10748         `^' works as expected.
10749         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10750
10751         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10752         comments.
10753         (gnus-methods-sloppily-equal): New function.
10754         (gnus): When using the development version of Gnus, load the gnus-load
10755         file.
10756
10757         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10758         `gnus-open-server' on each method before trying to scan them etc.
10759         This ensures that all the backend parameters are set correctly.
10760
10761         * nnimap.el (nnimap-authenticator): New variable.
10762         (nnimap-open-connection): Allow anonymous login.
10763         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10764         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10765
10766         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10767         patch, found by Knut Anders Hatlen.
10768
10769 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10770
10771         * gnus-agent.el (gnus-agent-batch-confirmation)
10772         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10773         to gnus-message.
10774         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10775         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10776         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10777         * gnus-int.el (gnus-open-server): Likewise.
10778         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10779         (gnus-score-check-syntax): Likewise.
10780         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10781         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10782         Likewise.
10783         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10784
10785 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10786
10787         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10788         calling conventions so that prefetch doesn't bug out.
10789
10790 2010-09-19  Julien Danjou  <julien@danjou.info>
10791
10792         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10793         rather than `subst-char-in-region' in order to be able to replace ASCII
10794         char by UTF-8 ones.
10795
10796         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10797         than curl.
10798         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10799         the right URL and ALT text on images.
10800         (gnus-html-wash-tags): Fix tag case.
10801         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10802         (gnus-article-html): Add -o display_ins_del=2 option.
10803         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10804
10805 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10806
10807         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10808         the extra mail headers, which sometimes seem to happen for unknown
10809         reasons.
10810
10811         * mail-parse.el (mail-header-encode-parameter): Define as
10812         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10813         (or most, perhaps?) mail readers don't understand the latter, but do
10814         understand the former.
10815
10816         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10817         to nil, so that no methods are automatically agentized.  I think this
10818         is probably what most users want.
10819
10820         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10821         from url-retrieve, for instance about invalid URLs.
10822
10823         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10824         groups that have no articles.
10825         (nnimap-request-article): Check that we really got an article when we
10826         requested one.
10827
10828         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10829         doesn't exist.
10830
10831         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10832         nntp buffer so the agent can save it.
10833         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10834         that CRLF doesn't get translated to \n.
10835         (nnimap-open-connection): Don't make 'shell commands only send \n.
10836
10837 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10838
10839         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10840         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10841         Update var name.
10842         (nnml-generate-nov-file): Use dolist.
10843         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10844         Use with-current-buffer.
10845
10846 2010-09-18  Julien Danjou  <julien@danjou.info>
10847
10848         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10849         parallel.
10850
10851 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10852
10853         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10854         the range update right.
10855         (nnimap-request-group): Don't make `M-g' bug out on group with no
10856         marks.
10857         (nnoo): Require, so that other packages can require nnimap.
10858         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10859         command we're looking for.  This helps when the server sends more
10860         responses after we've gotten everything we expected.
10861         (nnimap): Add a `newlinep' field to keep track of end-of-line
10862         conventions.
10863         Don't send CRLF to things that don't want it.
10864         (nnimap-request-accept-article): Ditto.
10865
10866 2010-09-18  Julien Danjou  <julien@danjou.info>
10867
10868         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10869         than curl to retrieve images.
10870
10871 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10872
10873         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10874         the marks.
10875         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10876         (nnimap-wait-for-connection): New function.
10877         (nnimap-open-connection): If we have PREAUTH, don't query for login
10878         credentials.
10879         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10880         when doing a partial update.
10881
10882 2010-09-18  Julien Danjou  <julien@danjou.info>
10883
10884         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10885         tags.
10886
10887 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10888
10889         * nnimap.el (nnimap-credentials): New function.
10890         (nnimap-open-connection): Use the new function to look for credentials
10891         also on the numeric equivalents of "imap" and "imaps".
10892
10893         * gnus-start.el (gnus-activate-group): Send the info to
10894         gnus-request-group.
10895
10896         * nnimap.el (nnimap-request-group): Have the "check" version of the
10897         function parse flags and update the info, so that a `M-g' get a total
10898         resync of all flags from the group.
10899
10900         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10901         to allow backends to alter the info on group selection.  Also alter all
10902         the backend -request-group functions to take the parameter.
10903
10904         * nnimap.el (nnimap-store-info): New function.
10905         (nnimap-update-info): Store the info for later usage.
10906         (nnimap-request-group): Use the stored info for the dont-check case, so
10907         that we don't retrieve all marks when we enter a group.
10908
10909         * nnimap.el: Use deffoo instead of defun for interface functions.
10910
10911         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10912         update the group info.  This makes the nndraft groups, for instance, go
10913         back to their old behavior.
10914
10915         * gnus-sum.el (gnus-select-newsgroup): Indent.
10916
10917         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10918         in.
10919         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10920         nothing.
10921
10922         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10923         from methods that are denied.
10924
10925         * gnus-int.el (gnus-method-denied-p): New function.
10926
10927         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10928         store the password instead of netrc.
10929         (nnimap-open-connection): Don't error out when we can't make a
10930         connections.
10931
10932         * auth-source.el (auth-source-create): In the password prompt, say what
10933         we're querying for.  Also prompt for user name if that hasn't been
10934         given.
10935
10936         * nnimap.el (nnimap-with-process-buffer): Remove.
10937
10938 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10939
10940         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10941         method when we're reading from the agent.
10942
10943         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10944
10945         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10946         that's probably most useful for users.
10947
10948         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10949         "failed" all the time.
10950
10951         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10952         ...)) with (with-current-buffer ... ).
10953
10954         * nntp.el (nntp-open-server): Return whether the open was successful or
10955         not.
10956
10957         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10958         select an unread unseen article first.
10959
10960         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10961         /etc/services, supply some sensible port defaults.
10962
10963         * dgnushack.el: Define netrc-credentials.
10964
10965 2010-09-17  Julien Danjou  <julien@danjou.info>
10966
10967         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10968
10969 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10970
10971         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10972         doesn't have any parameters.
10973
10974 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10975
10976         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10977         only upcased checks.
10978
10979         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10980
10981         * nnimap.el (nnimap-open-shell-stream): New function.
10982         (nnimap-open-connection): Use it.
10983         (nnimap-transform-headers): Get the number of lines in each message.
10984         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10985         number of lines.
10986         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10987         problem.
10988
10989         * utf7.el (utf7-encode): Autoload.
10990
10991         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10992         to allow the mail splitting to not return a default group.  This is
10993         useful for nnimap, which will leave unmatched mail in the inbox.
10994
10995         * nnimap.el: Rewritten.
10996
10997         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10998         nnimap usage.
10999
11000         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11001         if the move is internal, so that nnimap can do fast internal moves.
11002
11003         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11004         data.
11005         (gnus-read-active-for-groups): Support finishing the early retrieval of
11006         data.
11007
11008         * gnus-range.el (gnus-range-nconcat): New function.
11009
11010         * gnus-int.el (gnus-finish-retrieve-group-infos)
11011         (gnus-retrieve-group-data-early): New functions.
11012
11013 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11014
11015         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11016         (nnrss-retrieve-groups):
11017         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11018         (pop3-quit): Use with-current-buffer.
11019
11020 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11021
11022         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11023         instead of nnheader-accept-process-output.
11024
11025         * dgnushack.el (dgnushack-compile): Add comment.
11026
11027         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11028
11029         * gnus-html.el (gnus-html-schedule-image-fetching)
11030         (gnus-html-prefetch-images): Replace process-kill-without-query by
11031         gnus-set-process-query-on-exit-flag.
11032
11033 2010-09-16  Romain Francoise  <romain@orebokech.com>
11034
11035         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11036
11037 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11038
11039         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11040         parameter to unintern is mandatory-ish in Emacs 24.
11041
11042         * gnus-html.el (gnus-html-schedule-image-fetching)
11043         (gnus-html-prefetch-images): Check for curl before using it.
11044
11045         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11046         depend on curl, which isn't essential.
11047
11048         * imap.el: Revert back to version
11049         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11050         seem problematic.
11051
11052 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11053
11054         * gnus-registry.el (gnus-registry-install-shortcuts):
11055         Explicitly pass `obarray' to `unintern' to avoid a warning.
11056
11057 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11058
11059         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11060         change.
11061
11062         * nnrss.el (nnrss-request-list): Remove this function and related
11063         functions, including the moreover stuff.
11064
11065 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11066
11067         * nnrss.el (nnrss-retrieve-groups): New function.
11068
11069 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11070
11071         * .dir-locals.el: Add no-byte-compile cookie.
11072
11073 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11074
11075         * time-date.el (format-seconds): Comment fix.
11076
11077         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11078         for back end that doesn't support request-scan.
11079
11080 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11081
11082         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11083         then do request scans from the backends.
11084
11085         * netrc.el (netrc-credentials): New conveniency function.
11086
11087         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11088         avoid running a hook per line, since this takes a lot of time,
11089         profiling shows.
11090         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11091         directly if gnus-visual-p is true.
11092
11093 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11094
11095         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11096         groups; replace mapcar with dolist which is a bit faster; pass groups
11097         info to gnus-read-active-file-1.
11098         (gnus-read-active-file-1): Scan only specified groups if the new
11099         optional arg `infos' is given.
11100
11101 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11102
11103         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11104
11105         * pop3.el (pop3-movemail): Remove.
11106         (pop3-streaming-movemail): Rename to pop3-movemail.
11107
11108         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11109         don't restrict end-tag searches to the end of the line.
11110
11111 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11112
11113         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11114         articles of every unchecked group to t, which means unknown since the
11115         server has never been opened.
11116
11117 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11118
11119         * gnus-html.el (gnus-html-show-alt-text): New command.
11120         (gnus-html-browse-image): Ditto.
11121         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11122         to browse the image directly.
11123         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11124         better.
11125
11126         * gnus-async.el (gnus-async-article-callback):
11127         Call `gnus-html-prefetch-images' unconditionally.
11128
11129         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11130         before feeding URLs to curl.
11131
11132 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11133
11134         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11135         internal images as deletable by `W D D'.
11136
11137         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11138         (gnus-async-article-callback): Fix typo.
11139
11140 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11141
11142         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11143         current line to work around bugs in the output from w3m.
11144
11145         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11146         for groups that want that.
11147
11148         * nntp.el (nntp-wait-for-string): Supply a timeout for
11149         accept-process-output to ensure progress.
11150
11151         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11152         level to get unread articles from, then use that for foreign groups,
11153         too.
11154
11155         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11156         confuses the rest of the function.
11157
11158         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11159         for the methods that support -retrieve-groups, too.
11160
11161         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11162
11163 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11166         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11167
11168         * pop3.el: Require cl when compiling.
11169         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11170
11171 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11172
11173         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11174         that aren't going to be activated.
11175         (gnus-get-unread-articles): Fix up the last commit.
11176
11177         * gnus-html.el (gnus-article-html): Allow calling without specifying
11178         the handle.  In that case, dissect the buffer first.
11179
11180         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11181
11182         * nnimap.el (nnimap-open-connection): Revert the change that would look
11183         into authinfo for imaps instead of imap.
11184
11185         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11186         say that you don't want to call gnus-request-group with don-check, but
11187         do check the reponse.  This is for virtual groups only.
11188         (gnus-get-unread-articles): Count the archive groups as secondary, so
11189         that they're activated the same way as before.
11190
11191         * imap.el (imap-message-map): Removed optional buffer parameter, since
11192         no callers use it.
11193         (imap-message-get): Ditto.
11194         (imap-message-put): Ditto.
11195         (imap-mailbox-map): Ditto.
11196         (imap-mailbox-put): Ditto.
11197         (imap-mailbox-get): Ditto.
11198         (imap-mailbox-get): Revert last change for this function.
11199
11200         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11201         case-insensitively.
11202         (nnimap-debug): Remove.
11203
11204         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11205         callers to use `imap-fetch' instead.  According to the comments, this
11206         should be safe, since all other IMAP clients use the 1:* syntax.
11207         (imap-enable-exchange-bug-workaround): Remove.
11208         (imap-debug): Remove -- doesn't seem very useful.
11209
11210         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11211         mail from a file, and the file doesn't exist.
11212
11213         * imap.el (imap-log): New convenience function used throughout instead
11214         of repeating the same code all over the place.
11215
11216         * pop3.el (pop3-streaming-movemail): Return t for success.
11217
11218         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11219         .authinfo if we're using ssl connection.
11220
11221         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11222         already have if we're in a main Gnus `g' run.
11223
11224         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11225
11226 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11227
11228         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11229
11230         * nnmh.el (nnmh-request-list-1): Bind `file'.
11231
11232         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11233         alias to set-process-query-on-exit-flag or process-kill-without-query.
11234         (pop3-open-server): Use it.
11235
11236 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11237
11238         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11239         box to the Incoming file.  Fixes mistake in previous checkin.
11240
11241         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11242         request loop (for debugging purposes) removed.
11243
11244         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11245         culprit is more visible.
11246         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11247         (nnml-add-incremental-nov): New functions to do "incremental" nov
11248         updates, where we just append to the end of the existing nov files
11249         without reading/writing them in full.
11250
11251         * mail-source.el (mail-source-delete-crash-box): Really only check the
11252         incoming files once in a while.
11253
11254         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11255
11256         * mail-source.el (mail-source-delete-crash-box): Only check the
11257         incoming files for deletion once per day to save a lot of file
11258         accesses.
11259
11260         * pop3.el (pop3-logon): Fix up unbound variable typo.
11261
11262         * mail-source.el (pop3-streaming-movemail): Autoload.
11263
11264         * pop3.el (pop3-streaming-movemail):
11265         Respect pop3-leave-mail-on-server.
11266
11267         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11268         retrieval.
11269
11270         * pop3.el (pop3-process-filter): Remove unused function.
11271         (pop3-streaming-movemail, pop3-send-streaming-command)
11272         (pop3-wait-for-messages, pop3-write-to-file)
11273         (pop3-number-of-responses): New functions for streaming pop3
11274         retrieval.
11275
11276         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11277         come from no known methods.
11278         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11279         list.
11280
11281         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11282         message sizes.
11283         (pop3-movemail): Use erase-buffer instead of looping and deleting
11284         regions, which seems rather odd.
11285
11286         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11287         file once per `g' run.
11288
11289         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11290         directories.  This makes the draft queue directory work.
11291
11292         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11293         data from the backends, so that we only request the list of groups from
11294         each method once.  This should speed things up considerably.
11295
11296         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11297         detect that it's not implemented.
11298
11299         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11300         we actually do recurse down into the tree, but don't stat all leaf
11301         nodes.
11302
11303         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11304         then say so instead of bugging out.
11305
11306         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11307         files exist before trying to read them.
11308
11309         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11310         around <pre_int>.
11311
11312         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11313
11314         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11315
11316 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11317
11318         * mm-util.el (mm-image-load-path): Just return the image directories,
11319         not all directories in the path in addition to the image directories.
11320         (mm-image-load-path): Maintain a cache of the image directories so that
11321         the `g' command in Gnus doesn't have to stat dozens of directories each
11322         time.
11323
11324         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11325         (gnus-html-wash-tags): Add a new `i' command to insert images.
11326         (gnus-html-insert-image): New command and keystroke.
11327         (gnus-html-redisplay-with-images): New command and keystroke.
11328         (gnus-html-show-images): Rename command.
11329         (gnus-html-wash-tags): Remove more white space before <pre_int> image
11330         spacers.
11331         (gnus-html-wash-tags): Decode entities at the end, so that entities
11332         inside the tags don't mess up the rest of the "parsing".
11333
11334         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11335         so that nnimap methods aren't agentized by default.  There's apparently
11336         many problems related to agent/imap behavior.
11337
11338         * gnus-art.el (gnus-article-copy-string): New command and key binding.
11339
11340         * gnus-html.el: Doc fix.
11341
11342 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11343
11344         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
11345         specifier-spec-list for Emacs 21.
11346
11347         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11348         glyph-width and glyph-height instead of display-graphic-p and
11349         image-size; make avoidance of displaying small images work for XEmacs.
11350
11351         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11352         for XEmacs.
11353
11354         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11355         of symbol that holds plist data.
11356         (gnus-process-plist): Remove plist of process after getting it.
11357
11358 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11359
11360         * message.el (message-generate-hashcash): Change default to
11361         'opportunistic if hashcash is installed.
11362
11363         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11364         (gnus-html-put-image): Only call image-size once, since it's somewhat
11365         time-consuming on remote X servers.
11366
11367 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11368
11369         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
11370         type on data, not a file name.
11371
11372         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
11373         window-pixel-edges for Emacs 21.
11374
11375         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11376         decoded contents.
11377         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11378
11379 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11380
11381         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11382         group line format, since it isn't very interesting.
11383
11384         * gnus-agent.el (gnus-agent-short-article),
11385         (gnus-agent-long-article): Increase values for these two variables,
11386         since most people are likely to have more network connection and
11387         storage than before.
11388
11389         * gnus.el (gnus-refer-article-method): Change default to 'current.
11390         When referring an article, the common behavior is to refer it from the
11391         current select method, not the native select method.  The chances of
11392         the native select method having the message in question is rather slim
11393         these days.
11394
11395         * gnus-sum.el (gnus-auto-select-subject): Change default to
11396         `unseen-or-unread'.  I think it's likely that most people want to
11397         select an unseen article over a previously seen, but unread one.
11398
11399         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
11400         means that in the article buffer none of the minor mode elements will
11401         be shown, usually, and this is not desirable in most cases.
11402
11403         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11404         that commands like `d' (and the like) go to the next line in the
11405         buffer, instead of the next unread article.  I think this is the
11406         behavior that is most natural for most users.
11407         (gnus-single-article-buffer): Change default to nil, so that people can
11408         have as many article buffers open as they have summary buffer.  I think
11409         this is the most natural way for the groups to behave.
11410
11411         * message.el (message-generate-new-buffers): Change default to
11412         `unsent', so that all new message buffers start their names with the
11413         string "*unsent", and it's easier to find the buffers if you move from
11414         them.
11415
11416 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11417
11418         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11419         small.  They're probably tracking images.
11420         (gnus-html-wash-tags): Remove all <pre_int> place holders.
11421         (gnus-html-rescale-image): Yet another try at getting the image sizing
11422         right.
11423
11424         * nntp.el (nntp-request-set-mark): Refuse to do marks if
11425         nntp-marks-file-name is nil.
11426
11427 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11428
11429         * gnus-html.el (gnus-html-wash-tags)
11430         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11431         Better logging.
11432
11433 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11434
11435         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11436
11437         * gnus-html.el (gnus-html-wash-tags): Check the value of
11438         gnus-blocked-images in the summary buffer.
11439
11440 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11441
11442         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11443
11444 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11445
11446         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11447         like "a", it seems like.
11448         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11449         since it needs to be picked from the correct buffer.
11450
11451         * nnwfm.el: Remove.
11452
11453         * nnlistserv.el: Remove.
11454
11455 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11456
11457         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11458         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11459
11460 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11461
11462         * nnkiboze.el: Remove.
11463
11464         * nndb.el: Remove.
11465
11466         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11467         alt text.
11468         (gnus-html-rescale-image): Try to get the rescaling logic right for
11469         images that are just wide and not tall.
11470
11471         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11472         overshadow variable bindings.
11473
11474 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11475
11476         * gnus-html.el (gnus-html-wash-tags)
11477         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11478         Add extra logging.
11479
11480 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11481
11482         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11483         (gnus-max-image-proportion): New variable.
11484         (gnus-html-rescale-image): New function.
11485         (gnus-html-put-image): Rescale images.
11486
11487 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11488
11489         Fix up some byte-compiler warnings.
11490         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11491         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11492         (gnus-article-fill-cited-article, gnus-article-hide-citation)
11493         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11494         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11495         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11496         (gnus-group-update-group): Use save-excursion and with-current-buffer.
11497
11498 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11499
11500         * gnus-html.el (gnus-article-html): Decode contents by charset.
11501
11502 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11503
11504         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11505         (gnus-html-frame-width, gnus-blocked-images):
11506         * message.el (message-prune-recipient-rules): Add custom version.
11507         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11508
11509         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11510         functions.
11511
11512         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11513         gnus-process-get.
11514
11515 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
11516
11517         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11518         instead of lsub directly.
11519
11520 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11521
11522         * nnwarchive.el: Remove.
11523
11524         * gnus-soup.el: Remove.
11525
11526         * nnsoup.el: Remove.
11527
11528         * nnultimate.el: Remove.
11529
11530         * gnus-html.el (gnus-blocked-images): New variable.
11531
11532         * message.el (message-prune-recipients): New function.
11533         (message-prune-recipient-rules): New variable.
11534
11535         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11536         guess whether a long line is natural text or not.
11537
11538         * gnus-html.el (gnus-html-schedule-image-fetching):
11539         Use gnus-process-plist and friends for compatibility.
11540
11541 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11542
11543         * gnus-html.el: Require packages that define macros used in this file.
11544         (gnus-article-mouse-face): Declare to silence byte-compiler.
11545         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11546         process-get.
11547         (gnus-html-put-image): Use plist-get to avoid getf.
11548         (gnus-html-prefetch-images): Use with-current-buffer.
11549
11550 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11551
11552         * gnus-ems.el: Provide compatibility functions for
11553         gnus-set-process-plist.
11554
11555         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
11556         header-line-format for XEmacs 21.4.
11557
11558         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11559         * gnus.el (gnus-valid-select-methods):
11560         * message.el (message-send-mail-partially-limit):
11561         * mm-decode.el (mm-text-html-renderer):
11562         * mml.el (mml-insert-mime-headers-always):
11563         * smiley.el (smiley-regexp-alist): Bump custom version.
11564
11565 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11566
11567         * gnus-html.el: Require mm-url.
11568         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11569         with the url to `url'.
11570         (gnus-html-wash-tags): Support cid: URLs/images.
11571
11572 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11573
11574         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11575         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11576         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11577
11578         * gnus-move.el: Remove file, since it doesn't really work.
11579
11580         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11581         UTF-8.  This seems to fix problems with some German web feeds.
11582
11583         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11584         at the top so that the proper colors are applied.
11585
11586         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
11587         don't have dots in their names.
11588
11589         * gnus-art.el (gnus-article-view-part): Doc fix.
11590
11591         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11592         XEmacs-compatible.
11593         (gnus-html-put-image): Don't do images on non-graphic displays.
11594
11595         * nnslashdot.el: Remove this unused backend.
11596
11597         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11598         actions.
11599         (gnus-undo-register-1): Revert last change.
11600
11601         * gnus-group.el (gnus-group-completing-read): Protect against not
11602         having completion-styles bound.
11603
11604         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11605         make broken recipients happier.
11606
11607         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11608
11609         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11610         point parameter.
11611
11612         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
11613
11614         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11615         completion-styles for group selection.
11616
11617 2009-02-04  Andreas Schwab  <schwab@suse.de>
11618
11619         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11620         headers and regexp-quote the match if necessary.
11621
11622 2009-03-24  Miles Bader  <miles@gnu.org>
11623
11624         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11625         the blinking smiley.
11626
11627 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11628
11629         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11630         blink smiley.
11631
11632 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11633
11634         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11635         where the dribbel file lives exists.
11636
11637         * message.el (message-send-mail-partially-limit): Change the default to
11638         nil, since most people don't want this.
11639
11640         * mm-url.el (mm-url-decode-entities): Also decode entities like
11641         &#x3212.
11642
11643 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11644
11645         * gnus-sum.el (gnus-summary-idna-message):
11646         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11647         Hyperlink urls in docstrings with URL `...'.
11648
11649 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11650
11651         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11652         functions.
11653
11654 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11655
11656         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11657         say what the mouseover text should be.
11658
11659         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11660         version of the mm-w3m-safe-url-regexp variable to only download images
11661         in the groups where we want that to happen.
11662
11663         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11664
11665         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11666         easier debugging.
11667         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11668         big pictures in the article buffer.
11669
11670         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11671         gnus-article-html.
11672         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11673         w3m.
11674
11675         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11676
11677 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11678
11679         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11680         which doesn't exist.
11681
11682         * message.el (message-inhibit-ecomplete): New variable to allow some
11683         function to inhibit ecomplete address storage.
11684         (message-resend): Disable ecomplete message storage when resending
11685         messages.
11686
11687         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11688
11689 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11690
11691         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11692         Save excursion while copying, moving, and deleting articles in order to
11693         prevent the cursor from jumping to unforeseen place.
11694
11695 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11696
11697         * lpath.el: No need to bind bookmark-current-buffer,
11698         bookmark-yank-point and bookmark-make-record-function.
11699
11700 2010-08-17  Glenn Morris  <rgm@gnu.org>
11701
11702         * gnus-sync.el: Require gnus components whose functions are used.
11703
11704         * gnus-art.el (bookmark-make-record-function):
11705         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11706         Declare for compiler.
11707
11708         * mm-url.el (mml-compute-boundary): Autoload.
11709
11710 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11711
11712         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11713
11714 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11715
11716         Typo fix "hoo4a" -> "hook".
11717
11718         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11719
11720 2010-08-14  Glenn Morris  <rgm@gnu.org>
11721
11722         * gnus-sync.el (gnus-sync): Fix defgroup version.
11723
11724 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11725
11726         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11727
11728         * gnus-sync.el: Fix docs.
11729         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11730         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11731
11732 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11733
11734         Optimizations for gnus-sync.el.
11735
11736         * gnus-sync.el: Add docs about gnus-sync-backend
11737         possibilities.
11738         (gnus-sync-save): Remove unnecessary message.
11739         (gnus-sync-read): Optimize and show what groups were skipped.
11740
11741 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11742
11743         Minor bug fixes for gnus-sync.el.
11744
11745         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11746         Don't read the sync on get-new-news.
11747
11748         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11749         quiet.
11750
11751         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11752         (fix typo).
11753
11754 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11755
11756         Make saving and restoring of hidden threads work with overlays.
11757         Patch applied by Ted Zlatanov.
11758
11759         * gnus-sum.el (gnus-hidden-threads-configuration)
11760         (gnus-restore-hidden-threads-configuration): Update to deal with text
11761         properties, rather than searching for a magic character.
11762
11763 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11764
11765         New gnus-sync.el library for synchronization of marks.
11766
11767         * gnus-sync.el: New library for synchronization of marks.
11768
11769         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11770         renamed from `gnus-registry-grep-in-list'.
11771
11772         * gnus-registry.el (gnus-registry-follow-group-p):
11773         Use `gnus-grep-in-list'.
11774
11775         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11776
11777 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11778
11779         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11780         determining charset of text fails.
11781
11782 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11783
11784         * nnmail.el (nnmail-get-new-mail-1): Revert.
11785
11786         * nnml.el (nnml-active-number): Make sure names of newly created groups
11787         in nnml-group-alist are encoded.
11788
11789 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11790
11791         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11792         containing non-ASCII characters in active file for nnml back end.
11793
11794 2010-07-24  David Engster  <dengste@eml.cc>
11795
11796         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11797         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11798
11799 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11800
11801         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11802         tag (Bug#6654).
11803
11804 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11805
11806         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11807         the article buffer, not the summary buffer.
11808
11809 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11810
11811         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11812         Emacs 23 as well.
11813
11814 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11815
11816         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11817         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11818
11819 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11820
11821         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11822         Patch applied by Karl Fogel.
11823
11824         * gnus-sum.el (gnus-summary-bookmark-make-record):
11825         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11826
11827 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11828
11829         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11830         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11831         C-w still not working correctly from Article buffers; Thierry's
11832         patch to fix that will be applied after this.
11833
11834         * gnus-art.el (bookmark-make-record-function): New local variable.
11835
11836         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11837         article buffer.
11838         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11839
11840 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11841
11842         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11843         on changes in bookmark.el.
11844
11845 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11846
11847         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11848         `no-log' instead of message not to log prompt string.
11849
11850 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11851
11852         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11853         the *other* type of HTML form submission.
11854
11855 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11856
11857         * auth-source.el (auth-source-pick): If choice does not contain a
11858         questioned keyword, set the check to t.
11859
11860 2010-06-12  Romain Francoise  <romain@orebokech.com>
11861
11862         * gnus-util.el (gnus-date-get-time): Move up before first use.
11863
11864 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11865
11866         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11867         (gnus-article-edit-part): Bind it to make last part that is substituted
11868         or deleted visible.
11869         (gnus-mime-display-single): Buttonize part of which id equals to
11870         gnus-mime-buttonized-part-id.
11871
11872 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11873
11874         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11875         (gnus-dd-mmm): Use gnus-date-get-time.
11876         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11877         simplify logic.
11878         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11879         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11880
11881 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11882
11883         * auth-source.el (top): Autoload `secrets-list-collections',
11884         `secrets-create-item', `secrets-delete-item'.
11885         (auth-sources): Fix tag string.
11886         (auth-get-source, auth-source-retrieve, auth-source-create)
11887         (auth-source-delete): New defuns.
11888         (auth-source-pick): Rewrite in order to avoid 2 passes.
11889         (auth-source-forget-user-or-password): New parameter USERNAME.
11890         (auth-source-user-or-password): New parameters CREATE-MISSING and
11891         DELETE-EXISTING.  Retrieve password interactively, if needed.
11892
11893 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11894
11895         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11896         deleting unused directories when gnus-expert-user is t.
11897
11898 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11899
11900         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11901         for each temp file when gnus-article-browse-delete-temp is ask.
11902
11903 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11904
11905         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11906         Replace Lisp calls to delete-backward-char by calls to delete-char.
11907
11908 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11909
11910         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11911
11912 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11913
11914         * password-cache.el (password-cache-remove): Fix docstring.
11915
11916 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11917
11918         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11919         article unless decoding article to be saved.
11920
11921 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11924         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11925         generated within the mm-with-unibyte-current-buffer macro.
11926
11927 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11928
11929         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11930         to nil when we're in a mml-preview buffer and no group is selected.
11931
11932 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11933
11934         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11935         when catching the `C-g'.  Reported by "Leo".
11936
11937 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11938
11939         * message.el (message-forward-make-body-plain)
11940         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11941         multibyte-string-p.
11942
11943         * lpath.el: Revert.
11944
11945 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11946
11947         * message.el (message-forward-make-body-mml): Assume original message
11948         is multibyte string; error on unibyte.
11949         (message-forward-make-body-plain): Ditto; don't add excessive newline
11950         in body end.
11951
11952         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11953
11954 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11955
11956         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11957         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11958
11959 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11960
11961         * mm-extern.el (mm-extern-url): Don't use
11962         mm-with-unibyte-current-buffer.
11963         (mm-extern-cache-contents): Use with-current-buffer instead of
11964         save-excursion + set-buffer.
11965
11966 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * mm-util.el (mm-emacs-mule): Remove.
11969
11970 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11971
11972         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11973         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11974         change.
11975
11976 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11977
11978         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11979         bind the default value of enable-multibyte-characters to nil.
11980
11981 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11982
11983         * message.el (message-forward-make-body-plain)
11984         (message-forward-make-body-mml):
11985         Don't use mm-with-unibyte-current-buffer.
11986
11987 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11988
11989         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11990
11991 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11992
11993         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11994         (Bug#5592).
11995
11996 2010-05-07  Julien Danjou  <julien@danjou.info>
11997
11998         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11999         it to mm-pipe-part.
12000
12001         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12002         it is given.
12003
12004 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12005
12006         * binhex.el (binhex-decode-region-internal):
12007         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12008         (dns-query):
12009         * nnweb.el (nnweb-gmane-search):
12010         * pgg-parse.el (pgg-parse-armor):
12011         * pgg.el (pgg-verify-region):
12012         * sha1.el (sha1-string-external):
12013         * uudecode.el (uudecode-decode-region-internal):
12014         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12015         XEmacs.
12016
12017         * gnus-art.el (gnus-article-browse-html-parts):
12018         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12019         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12020         make-temp-file.
12021
12022         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12023         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12024         compiling.
12025
12026         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12027         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12028         XEmacs when compiling.
12029
12030         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12031         gnus-pick-mode-off-hook for XEmacs when compiling.
12032         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12033         gnus-binary-mode-off-hook for XEmacs when compiling.
12034
12035         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12036         Return nil if char-charset is not available.
12037
12038         * imap.el (imap-disable-multibyte)
12039         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12040         macros.
12041
12042         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12043         instead of encode-coding-string.
12044
12045         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12046         'xemacs) instead of mm-emacs-mule to switch function definitions.
12047         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12048
12049         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12050         bind temporary-file-directory for XEmacs;
12051         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12052         timer-set-function for XEmacs 21.4 and SXEmacs;
12053         bind timer-list for XEmacs 21.4 and SXEmacs;
12054         fbind char-charset and find-charset-region for non-Mule XEmacs;
12055         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12056         encode-coding-region and encode-coding-string for XEmacs having no
12057         file-coding feature.
12058
12059 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12060
12061         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12062
12063 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12064
12065         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12066         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12067
12068 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12069
12070         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12071         alias `jka-compr-delete-temp-file' no longer exists.
12072
12073 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12074
12075         Use define-minor-mode in Gnus where applicable.
12076         * mml.el (mml-mode): Use define-minor-mode.
12077         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12078         (gnus-undo-mode): Use define-minor-mode.
12079         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12080         (gnus-dead-summary-mode): Use define-minor-mode.
12081         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12082         Initialize in declaration.
12083         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12084         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12085         (gnus-mailing-list-mode): Use define-minor-mode.
12086         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12087         (gnus-draft-mode): Use define-minor-mode.
12088         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12089         (gnus-dired-mode): Use define-minor-mode.
12090
12091 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12092
12093         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
12094         handles on recursive mml-to-mime translation and check them for
12095         boundary delimiter collisions.  Reported by Greg Troxel.
12096
12097 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12098
12099         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12100
12101 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12102
12103         * mm-util.el (mm-find-buffer-file-coding-system):
12104         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12105
12106 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12107
12108         * message.el (message-generate-headers): Record insertion of optional
12109         headers as well.  Otherwise the check to prevent repeated insertion of
12110         optional headers is a no-op.
12111
12112 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12113
12114         * smime.el: Don't mention CVS.
12115
12116         * nnrss.el (nnrss-fetch): Don't mention CVS.
12117
12118         * nnir.el: Don't mention CVS.
12119
12120 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12121
12122         * gnus-sum.el (gnus-summary-bookmark-make-record):
12123         Add `location' field.
12124
12125 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12126
12127         * lpath.el: Fbind bookmark-default-handler,
12128         bookmark-get-bookmark-record, bookmark-make-record-default,
12129         bookmark-prop-get for Emacs <23 and XEmacs.
12130
12131 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12132
12133         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12134         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12135         Use with-current-buffer to silence the byte-compiler.
12136         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12137         bother to require `gnus'.
12138         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12139
12140 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12141
12142         * gnus-sum.el (gnus-summary-bookmark-make-record)
12143         (gnus-summary-bookmark-jump): New functions.
12144         (gnus-summary-mode): Setup bookmark support.
12145
12146 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12147
12148         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12149         if set.
12150
12151 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12152
12153         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12154         gnus-article-browse-html-save-cid-image; make it work recursively for
12155         forwarded messages as well.
12156         (gnus-article-browse-html-parts): Work when prefix arg is given.
12157         (gnus-article-browse-html-article): Doc fix.
12158
12159 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12160
12161         * message.el (message-default-mail-headers):
12162         (message-default-headers): Carry the value mail-default-headers over
12163         into message-default-mail-headers, rather than message-default-headers.
12164
12165 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12166
12167         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12168         charset.
12169
12170         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12171         charset into the <meta> tag when the article is encoded to utf-8.
12172
12173 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12174
12175         * gnus-art.el (gnus-article-browse-delete-temp-files):
12176         Delete directories as well.
12177         (gnus-article-browse-html-parts): Work for images that do not specify
12178         file names; delete temp directory when quitting; insert header at the
12179         right place; use file: scheme for image files.
12180
12181 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12182
12183         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12184         (gnus-article-browse-html-parts): Use it to make temporary cid image
12185         files in addition to html file so that browser may display them.
12186
12187 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12188
12189         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12190
12191 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12192
12193         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12194
12195 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12196
12197         * auth-source.el (auth-sources): Change default to be simpler.
12198         Explain about Secret Service API sources.  Improve Customize options.
12199         (auth-source-pick): Change to accept any number of search parameters.
12200         Implement fallbacks iteratively, not recursively.  Add scoring on the
12201         second pass and sort by score.  Call Secret Service API when needed.
12202         (auth-source-user-or-password): Use it.  Call Secret Service API
12203         directly when needed to get the user name and the password.
12204
12205 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12206
12207         * message.el (message-interactive): Doc fix.
12208         (message-qmail-inject-args): Reflow.
12209         (message-kill-to-signature): Fix typo in docstring.
12210
12211         * smiley.el (smiley-buffer): Fix typo in docstring.
12212
12213 2010-03-24  Glenn Morris  <rgm@gnu.org>
12214
12215         * mail-source.el (gnus-message): Declare.
12216         (mail-source-delete-old-incoming): Require gnus-util.
12217
12218 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12219
12220         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12221
12222         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12223
12224         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12225         password-cache's default if it is not bound.
12226         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12227         password-cache-expiry's default if it is not bound.
12228
12229         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12230         available in Emacs 21.
12231
12232         * lpath.el: Suppress compiler warnings for:
12233         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12234         XEmacs;
12235         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12236         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12237         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12238
12239 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12240
12241         * auth-source.el (auth-sources): Fix up definition so extra parameters
12242         are always inline.
12243
12244 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12245
12246         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12247         wasn't updated after mismatch.  Clear cached mailbox info correctly
12248         when uidvalidity changes.
12249         (nnimap-group-prefixed-name): New function to avoid some code
12250         duplication.
12251         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12252         (nnimap-request-group): Use it.
12253         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12254         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12255         with many imap folders.  This is done by caching the group status from
12256         the imap server persistently in a group parameter `imap-status'.  (This
12257         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12258         but not persistently, so every Gnus startup was still very slow.)
12259
12260 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12261
12262         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12263         delete the extra newline.  Otherwise editing of :string and :number
12264         types don't work.
12265
12266 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12267
12268         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12269         secrets.el dependency.
12270         (auth-sources): Add optional user name.  Add secrets.el configuration
12271         choice (unused right now).
12272
12273 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12274
12275         * gnus-sum.el (gnus-summary-make-menu-bar):
12276         Let `gnus-registry-install-shortcuts' fill in the functions.
12277
12278         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12279         warnings.
12280         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12281         (gnus-registry-install-shortcuts): Populate and use it in a
12282         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12283
12284 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12285
12286         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12287         In-place substitutions for the group name encoding/decoding.
12288         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12289         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12290         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12291         (nnimap-update-unseen, nnimap-request-list)
12292         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12293         (nnimap-request-set-mark, nnimap-split-to-groups)
12294         (nnimap-split-articles, nnimap-request-newgroups)
12295         (nnimap-request-create-group, nnimap-request-accept-article)
12296         (nnimap-request-delete-group, nnimap-request-rename-group)
12297         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12298         `encoded-mbx' for consistency.
12299         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12300         variable `imap-current-mailbox'.
12301
12302         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12303         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12304
12305 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12306
12307         * pop3.el (pop3-display-message-size-flag): Display message size byte
12308         counts during POP3 download.
12309         (pop3-movemail): Use it.
12310         (pop3-list): Implement listing of available messages.
12311
12312 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12313
12314         * nnir.el (nnir-get-article-nov-override-function): New function to
12315         override the normal NOV retrieval.
12316         (nnir-retrieve-headers): Use it.
12317
12318 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
12319
12320         * auth-source.el (netrc-machine-user-or-password): Autoload.
12321
12322 2010-03-19  Glenn Morris  <rgm@gnu.org>
12323
12324         Stop message.el from loading about 40 libraries it doesn't always need.
12325         The general approach is to autoload rather than require, and to
12326         require in the specific functions rather than the file.  (Bug#5642)
12327
12328         * gmm-utils.el: Don't require wid-edit.
12329         (widget-create-child-value, widget-convert, widget-default-get):
12330         Autoload.
12331
12332         * gnus-util.el: Don't require time-date, netrc.
12333         (message-fetch-field, gnus-group-name-decode): Declare rather than
12334         autoloading.
12335         (gnus-fetch-field): Require message.
12336         (gnus-decode-newsgroups): Require gnus-group.
12337
12338         * ietf-drums.el: Don't require time-date.
12339
12340         * message.el: Don't require hashcash, canlock, ecomplete.
12341         Do require mail-utils.  Require nnheader only when compiling.
12342         (smtpmail-default-smtp-server): Remove declaration.
12343         (message-send-mail-function): Check smtpmail-default-smtp-server
12344         is bound rather than requiring smtpmail.
12345         (message-auto-save-directory, message-insert-signature):
12346         Use expand-file-name rather than nnheader-concat.
12347         (nnheader-insert-file-contents): Autoload.
12348         (hashcash-wait-async): Declare.
12349         (message-send-mail): Only call gnus-setup-posting-charset if
12350         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
12351         (message-send-mail-with-sendmail): Require sendmail.
12352         (canlock-password, canlock-password-for-verify): Declare.
12353         (message-canlock-password): Require canlock.
12354         (nnheader-get-report): Autoload.
12355         (gnus-setup-posting-charset): Declare.
12356         (message-send-news): Require gnus-msg.
12357         (message-make-references, message-make-in-reply-to): Use mail-header-id
12358         rather than the alias mail-header-message-id.
12359         (ecomplete-add-item, ecomplete-save): Declare.
12360         (message-put-addresses-in-ecomplete): Require ecomplete.
12361         (ecomplete-display-matches): Autoload.
12362
12363         * mm-decode.el: Don't require mailcap, gnus-util.
12364         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12365         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12366         Autoload.
12367         (mailcap-mime-extensions): Declare.
12368
12369         * mm-encode.el: Don't require mailcap.
12370         (mailcap-extension-to-mime): Autoload.
12371
12372         * mml-sec.el: Don't require password-cache.
12373
12374         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12375         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12376         (mml-minibuffer-read-type): Require mailcap.
12377         (mml-preview): Require gnus-msg.
12378
12379         * mml1991.el: Require password-cache.
12380         (password-cache-expiry): Remove declaration.
12381
12382         * mml2015.el: Require password-cache.
12383         (password-cache-expiry): Remove declaration.
12384
12385         * nneething.el (mailcap): Require mailcap.
12386
12387         * nnheader.el (declare-function): Add compatibility stub.
12388         (message-remove-header): Declare rather than autoload.
12389         (nnheader-replace-header): Require message.
12390
12391         * nnimap.el (declare-function): Add compatibility stub.
12392         (netrc-parse, netrc-machine-user-or-password): Declare.
12393         (nnimap-open-connection): Require netrc.
12394
12395         * nntp.el (declare-function): Add compatibility stub.
12396         (netrc-parse, netrc-machine, netrc-get): Declare.
12397         (nntp-send-authinfo): Require netrc.
12398
12399         * rfc2047.el: Don't require qp.
12400         (quoted-printable-encode-region, quoted-printable-decode-string):
12401         Autoload.
12402
12403         * sieve-mode.el: Don't require easymenu.
12404         (easy-menu-add-item): Autoload it.
12405
12406         * spam-stat.el (time-to-number-of-days): Autoload it.
12407
12408 2010-03-19  Glenn Morris  <rgm@gnu.org>
12409
12410         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12411
12412 2010-03-18  Glenn Morris  <rgm@gnu.org>
12413
12414         * hashcash.el (declare-function): Remove duplicate definition.
12415
12416 2010-03-17  Kevin Ryde  <user42@zip.com.au>
12417
12418         * mml.el (mml-read-tag): Unquote values with `read' to reverse
12419         prin1 in mml-insert-tag (just stripping the quotes gave wrong
12420         value if any backslash escapes).
12421
12422 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12423
12424         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12425         if it is available.  (bug#5647)
12426
12427         * lpath.el: Suppress compiler warning for coding-system-from-name for
12428         Emacs 21 and XEmacs.
12429
12430 2010-03-14  Juri Linkov  <juri@jurta.org>
12431
12432         * hmac-def.el:
12433         * hmac-md5.el:
12434         * netrc.el: Fix keywords.
12435
12436 2010-02-26  Glenn Morris  <rgm@gnu.org>
12437
12438         * message.el (message-send-mail-function): Change the default, so that
12439         it inherits from a customized send-mail-function.  (Bug#5643)
12440
12441 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12442
12443         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12444         shell-command-to-string signals an error (bug#5299).
12445
12446 2010-02-24  Glenn Morris  <rgm@gnu.org>
12447
12448         * message.el (message-smtpmail-send-it)
12449         (message-send-mail-with-mailclient): Doc fixes.
12450
12451 2010-02-16  Glenn Morris  <rgm@gnu.org>
12452
12453         * message.el (message-default-mail-headers): Change the default value
12454         to ease the transition from mail-mode to message-mode.  (Bug#5555)
12455
12456 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12457
12458         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
12459         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
12460
12461 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12462
12463         * time-date.el (date-to-time): Doc fix (Bug#5408).
12464
12465 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12466
12467         * message.el (message-mail): Just pass yank-action on to message-setup.
12468         (message-setup): Handle (FUN . ARGS) form of yank-action.
12469         (message-with-reply-buffer, message-widen-reply)
12470         (message-yank-original): Handle non-buffer values of
12471         message-reply-buffer (Bug#4080).
12472         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12473
12474 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12475
12476         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12477         Fix typo in docstring.
12478
12479 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12480
12481         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12482         response.
12483
12484 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12485
12486         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12487
12488         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12489
12490         * message.el (message-check-news-header-syntax): Protect against a
12491         string that `rfc822-addresses' returns when parsing fails.
12492
12493 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12494
12495         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12496         (gnus-previous-char-property-change): New functions.
12497
12498         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12499
12500 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
12501
12502         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12503         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
12504
12505 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12506
12507         * message.el (message-exchange-point-and-mark): Rework last change to
12508         avoid using optional arg of exchange-point-and-mark, for backward
12509         compatibility.
12510
12511 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12512
12513         * message.el (message-exchange-point-and-mark):
12514         Call exchange-point-and-mark with an argument rather than setting
12515         mark-active by hand (Bug#5175).
12516
12517 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12518
12519         * nntp.el (nntp-service-to-port): Work for service expressed with
12520         numeric string; replace [:digit:] with [0-9] for XEmacs.
12521
12522 2009-12-17  Glenn Morris  <rgm@gnu.org>
12523
12524         * gnus-group.el (gnus-bug-group-download-format-alist):
12525         Change emacs entry to debbugs.gnu.org.  Bump :version.
12526
12527 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12528
12529         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12530
12531 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12532
12533         * message.el (message-info): Explain why we use `Info-goto-node'.
12534
12535 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12536
12537         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
12538
12539 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12540
12541         * message.el (message-completion-in-region): New compatibility function.
12542         (message-expand-group): Use it.
12543
12544 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12545
12546         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12547         with no unread article should be listed if the 2nd arg `predicate' is
12548         given.
12549
12550 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12551
12552         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
12553
12554 2009-11-29  Juri Linkov  <juri@jurta.org>
12555
12556         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12557         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
12558         on `gnus-recenter'.  (Bug#4698, Bug#4981)
12559
12560 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12561
12562         * sha1.el (sha1-string-external): default-directory "/" in case
12563         otherwise non-existent.  process-connection-type pipe for touch of
12564         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12565
12566 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12567
12568         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
12569         it's comms related and sgml-mode.el has "comm" on that basis too.
12570
12571 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12572
12573         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12574         containing tspecial characters if they have been already quoted.
12575
12576 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12577
12578         * dns-mode.el (auto-mode-alist): Purecopy string.
12579
12580 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12581
12582         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
12583
12584 2009-10-24  Glenn Morris  <rgm@gnu.org>
12585
12586         * gnus-art.el (help-xref-stack-item): Define for compiler.
12587
12588 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12589
12590         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
12591
12592 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12593
12594         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12595
12596 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12597
12598         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12599         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12600
12601 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12602
12603         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12604         (gnus-overlays-in): New alias to overlays-in.
12605
12606         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12607         gnus-overlay-get, and gnus-delete-overlay.
12608         (gnus-summary-show-thread): Make it work as well for systems in which
12609         next-single-char-property-change is not available.
12610         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12611
12612         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
12613         (gnus-overlay-get): New alias to extent-property.
12614         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12615
12616         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12617         SXEmacs.
12618
12619         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12620         SXEmacs.
12621
12622 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12623
12624         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12625
12626 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12627
12628         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12629         and XEmacs that don't have `remove-overlays'.
12630
12631 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12632
12633         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12634         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12635         selective display.  Use overlays instead.
12636
12637 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12638
12639         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12640
12641 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12642
12643         * spam-stat.el (spam-stat-load): Fix typo in message.
12644
12645 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12646
12647         * dig.el (dig-invoke): Fix typo in docstring.
12648         (query-dig): Reflow docstring.
12649
12650 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12651
12652         * gnus-art.el (gnus-article-encrypt-body):
12653         * message.el (message-check-recipients):
12654         * mm-util.el (mm-codepage-setup):
12655         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12656         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12657
12658 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12659
12660         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12661         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12662         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12663         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12664         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12665
12666 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12667
12668         * dig.el: Add "Keywords: comm", as per net-utils.el.
12669
12670 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12671
12672         * dig.el (dig-mode): Use define-derived-mode.
12673
12674 2009-09-19  Glenn Morris  <rgm@gnu.org>
12675
12676         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12677
12678 2009-09-18  Glenn Morris  <rgm@gnu.org>
12679
12680         * gnus-diary.el (gnus-diary-check-message):
12681         * message.el (message-insert-formatted-citation-line):
12682         * nnbabyl.el (top-level):
12683         * nndiary.el (nndiary-schedule):
12684         Fix typos in condition-case handlers.
12685
12686 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12687
12688         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12689         configuration that provides the sole article window in a frame;
12690         position point correctly after deleting a part.
12691
12692 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12693
12694         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12695         (spam-resolve-registrations-routine): Use it to unregister articles
12696         that change status.
12697
12698 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12699
12700         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12701         with XEmacs.
12702         (parse-time-string-chars): Use it.
12703
12704 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12705
12706         * imap.el (imap-interactive-login): Better messages.
12707         (imap-open): Fix bug with renamed buffer on reconnect.
12708         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12709         for easier debugging and cleaner code.  On successful (guessed based on
12710         server capabilities) secondary authentication, set imap-state
12711         correctly.
12712         (imap-last-authenticator): Define imap-last-authenticator as a variable
12713         to avoid warnings.
12714
12715 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12716
12717         * nnrss.el (nnrss-request-article): Remove binding of
12718         default-enable-multibyte-characters that has gotten needless by
12719         the 2007-07-13 change in rfc2047-encode-message-header.
12720
12721         * mml.el (mml-insert-multipart): Error on the message header.
12722         (mml-insert-part): Error on the message header; position point at
12723         the end of a MIME tag.
12724
12725 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12726
12727         * time-date.el (autoload): Expand define-obsolete-function-alias into
12728         defalias and make-obsolete for old Emacsen that Gnus supports.
12729         (with-no-warnings): Define it for old Emacsen.
12730         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12731         is available.
12732         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12733         float-time is available; suppress compile warning for time-to-seconds.
12734
12735         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12736         (gnus-float-time): Alias to float-time if it exists.
12737
12738         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12739         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12740         float-time is available; suppress compile warning for time-to-seconds.
12741
12742         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12743         XEmacs.
12744
12745 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12746
12747         * imap.el (imap-message-map): Docstring fix.
12748
12749 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12750
12751         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12752         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12753         Add the optional argument `encoding' that overrides the default.
12754
12755         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12756         mm-encode-buffer.
12757
12758 2009-09-04  Glenn Morris  <rgm@gnu.org>
12759
12760         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12761         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12762         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12763         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12764         * mm-util.el (mm-with-unibyte-current-buffer)
12765         (mm-find-buffer-file-coding-system):
12766         * yenc.el (yenc-decode-region): Use default-value rather than
12767         default-enable-multibyte-characters.
12768
12769 2009-09-03  Glenn Morris  <rgm@gnu.org>
12770
12771         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12772         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12773         than default-enable-multibyte-characters.
12774
12775 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12776
12777         * gnus-art.el (gnus-article-read-summary-keys):
12778         Fix gnus-buffer-configuration's value temporarily used.
12779
12780 2009-09-02  Glenn Morris  <rgm@gnu.org>
12781
12782         * gnus-util.el (gnus-float-time): New function.
12783         * gnus-delay.el (gnus-delay-article):
12784         * gnus-sum.el (gnus-thread-latest-date):
12785         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12786         * nnspool.el (nnspool-request-newgroups):
12787         Use gnus-float-time rather than time-to-seconds.
12788         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12789
12790         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12791         (gnus-header-subject-face, gnus-header-newsgroups-face)
12792         (gnus-header-name-face, gnus-header-content-face):
12793         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12794         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12795         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12796         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12797         (gnus-cite-face-11):
12798         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12799         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12800         (gnus-server-closed-face, gnus-server-denied-face)
12801         (gnus-server-offline-face):
12802         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12803         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12804         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12805         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12806         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12807         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12808         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12809         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12810         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12811         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12812         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12813         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12814         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12815         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12816         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12817         (gnus-summary-high-undownloaded-face)
12818         (gnus-summary-low-undownloaded-face)
12819         (gnus-summary-normal-undownloaded-face)
12820         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12821         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12822         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12823         (gnus-splash-face):
12824         * message.el (message-header-to-face, message-header-cc-face)
12825         (message-header-subject-face, message-header-newsgroups-face)
12826         (message-header-other-face, message-header-name-face)
12827         (message-header-xheader-face, message-separator-face)
12828         (message-cited-text-face, message-mml-face):
12829         * sieve-mode.el (sieve-control-commands-face)
12830         (sieve-action-commands-face, sieve-test-commands-face)
12831         (sieve-tagged-arguments-face):
12832         * spam.el (spam-face):
12833         Mark face aliases with "-face" in the name as obsolete.
12834
12835 2009-09-01  Glenn Morris  <rgm@gnu.org>
12836
12837         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12838         than goto-line.
12839
12840 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12841
12842         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12843         Don't move point if the command is invoked inside the message header.
12844
12845 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12846
12847         * imap.el (imap-send-command): Simplify.
12848         (imap-wait-for-tag): point-max -> buffer-size.
12849
12850 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12851
12852         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12853         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12854         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12855         * nnir.el (nnir-swish-e-index-file):
12856         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12857         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12858         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12859         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12860         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12861         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12862
12863 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12864
12865         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12866         Don't save excursion.
12867
12868 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12869
12870         * nnheader.el (nnheader-find-file-noselect):
12871         * mm-util.el (mm-insert-file-contents):
12872         Use (default-value 'major-mode) instead of default-major-mode.
12873
12874 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12875
12876         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12877
12878 2009-08-26  Glenn Morris  <rgm@gnu.org>
12879
12880         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12881         than placing in files.el.
12882
12883 2009-08-25  Glenn Morris  <rgm@gnu.org>
12884
12885         * nnir.el (top-level): Don't require cl at run-time.
12886         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12887         Replace cl-function substitute with gnus-replace-in-string.
12888         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12889         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12890         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12891         simplified expansions.
12892
12893 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12894
12895         * dig.el (dig): Add autoload cookie.
12896
12897 2009-08-22  Glenn Morris  <rgm@gnu.org>
12898
12899         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12900         goto-line.
12901
12902 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12903
12904         * parse-time.el (parse-time-string-chars): Save match data.
12905
12906 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12907
12908         * parse-time.el (parse-time-string-chars): Compute using character
12909         classes, to handle non-ascii characters (Bug#3190).
12910
12911 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12912
12913         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12914
12915         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12916         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12917         (gnus-mm-display-part, gnus-mime-display-single)
12918         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12919         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12920
12921         * gnus-sum.el
12922         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12923         (gnus-summary-move-article): Add expirable mark to articles copied or
12924         moved to group that has auto-expire turned on if the option is non-nil.
12925
12926 2009-07-24  Glenn Morris  <rgm@gnu.org>
12927
12928         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12929         Fix typo.  (Bug#3903)
12930
12931 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12932
12933         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12934         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12935         that should not be used for draft articles.
12936         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12937         that has no concern in minor mode keys.
12938         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12939         Abolish.
12940
12941 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12942
12943         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12944         article without making inquiry to a user for unknown encoding.
12945
12946         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12947         (nnmaildir--scan): Assume i-node and device number that file-attributes
12948         returns might be cons-cell.
12949
12950         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12951
12952         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12953
12954 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12955
12956         * auth-source.el: Remove docs now in auth.texi.  Don't use
12957         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12958         `auth-source-hide-passwords' and use them.
12959
12960 2009-07-15  Glenn Morris  <rgm@gnu.org>
12961
12962         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12963
12964 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12965
12966         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12967         excessive whitespace from the default values of title and description.
12968
12969 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12970
12971         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12972         mail-fetch-field to fetch Content-Description header in order to
12973         exclude newlines.
12974
12975 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12976
12977         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12978         format used by GnuPG 2.0.11.
12979
12980 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12981
12982         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12983         to deleted part.
12984
12985 2009-05-30  David Engster  <dengste@eml.cc>
12986
12987         * nnmairix.el: Remove old documentation in the commentary block.
12988         (nnmairix-request-group): Do not update active file for nnml back ends.
12989         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12990         end so that overview files are ignored.
12991         (nnmairix-update-groups): Make updating the groups more robust by using
12992         marks.
12993         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12994         with dollar characters in message-id.
12995
12996 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12997
12998         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12999         2008-12-25 in dns.el.
13000
13001 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13002
13003         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13004         could happen if the text is only composed of spaces and/or tabs.
13005
13006 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13007
13008         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13009         when sending a queued message to avoid extra mml tags.
13010
13011 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13012
13013         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13014
13015 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13016
13017         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13018         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13019         rmail-toggle-header for XEmacs;
13020         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13021
13022 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13023
13024         * gnus-dired.el: Remove autoload for gnus-setup-message.
13025         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13026         displaying Gnus logo; always use compose-mail.
13027
13028 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13031
13032 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13033
13034         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13035         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13036         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13037         available.
13038         (gnus-nocem-epg-verify): New function.
13039
13040 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13041
13042         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13043
13044 2009-02-15  Glenn Morris  <rgm@gnu.org>
13045
13046         * gnus-util.el (rmail-insert-rmail-file-header)
13047         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13048         autoloads.
13049         (rmail-default-rmail-file): Remove unnecessary declaration.
13050         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13051
13052 2009-02-14  Glenn Morris  <rgm@gnu.org>
13053
13054         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13055         variable (only used in gnus-util, which declares it anyway).
13056         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13057         which was only needed by gnus-art (changed to not use it any more).
13058         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13059         only used in gnus-util, which autoloads it itself.
13060         (rmail-update-summary): Fix autoload.
13061
13062         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13063         rather than rmail-output-to-rmail-file.
13064
13065 2009-02-07  Glenn Morris  <rgm@gnu.org>
13066
13067         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13068         autoload of function that no longer exists.
13069         (rmail-toggle-header): Declare.
13070         (message-forward-rmail-make-body): Handle mbox Rmail.
13071
13072 2009-01-31  Glenn Morris  <rgm@gnu.org>
13073
13074         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13075         2009-01-09 change.
13076
13077 2009-01-31  Dave Love  <fx@gnu.org>
13078
13079         * imap.el (imap-fetch-safe): Bind debug-on-error.
13080         (imap-debug): Add imap-fetch-safe.
13081
13082 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13083
13084         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13085         (auth-source-forget-all-cached): New convenience function.
13086         (auth-source-user-or-password): Accept list of modes or a single mode.
13087
13088         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13089         auth-source modes.
13090
13091         * netrc.el (netrc-machine-user-or-password): Use list of
13092         auth-source modes.
13093
13094         * nnimap.el (nnimap-open-connection): Use list of
13095         auth-source modes.
13096
13097         * nntp.el (nntp-send-authinfo): Use list of
13098         auth-source modes.
13099
13100 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13101
13102         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13103         now.
13104
13105 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13106
13107         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13108         coding system in XEmacs; add a workaround for XEmacs.
13109
13110         * lpath.el: Fbind coding-system-aliasee.
13111
13112 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13113
13114         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13115         of current-language-environment.
13116
13117 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13118
13119         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13120         available at runtime.
13121
13122 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13123
13124         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13125
13126 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13127
13128         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13129         the greatest positive fixnum value doesn't work under an XEmacs with
13130         bignum support; use the most-positive-fixnum constant instead,
13131         available since Emacs 21.1 with cl and XEmacs 21.1.
13132
13133 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13134
13135         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13136         XEmacs gets not to work.
13137
13138 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13139
13140         * mm-util.el (mm-coding-system-priorities): Allow the value like
13141         "Japanese (UTF-8)" of current-language-environment.
13142
13143 2009-01-09  Glenn Morris  <rgm@gnu.org>
13144
13145         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13146         with last-command-event.
13147
13148 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13149
13150         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13151         in the doc string.
13152
13153         * message.el (message-fix-before-sending): Amend comment.
13154
13155 2009-01-08  Dave Love  <fx@gnu.org>
13156
13157         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13158
13159 2009-01-07  David Engster  <dengste@eml.cc>
13160
13161         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13162         simplified server definitions by converting it via
13163         gnus-server-to-method.
13164
13165 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13166
13167         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13168         parameter's operands.
13169
13170 2009-01-06  David Engster  <dengste@eml.cc>
13171
13172         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13173         primary select method (for gnus-group-mark-article-as-read).
13174
13175 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13176
13177         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13178         `(gnus)Face', not `(gnus)X-Face'.
13179
13180 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13181
13182         * mm-util.el (mm-ucs-to-char): New function.
13183
13184         * mm-url.el (mm-url-decode-entities): Use it.
13185
13186         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13187         unicode-to-char.
13188
13189 2009-01-05  Dave Love  <fx@gnu.org>
13190
13191         * time-date.el: Require cl for `declare'.
13192
13193 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13194
13195         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13196         Dave Love.
13197
13198 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13199
13200         * message.el (message-fix-before-sending): Add `eight-bit' to
13201         illegible-text check.
13202
13203 2009-01-03  Michael Olson  <mwolson@gnu.org>
13204
13205         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13206         `headers' is nil.  This can occur if the IMAP server does not have
13207         permissions to read messages from a folder, but can write new messages
13208         to the folder.
13209         (nnimap-request-article-part): Do not insert `data' if it is nil.
13210
13211         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13212         characters which will confuse `read', so skip past them.
13213
13214 2009-01-01  Dave Love  <fx@gnu.org>
13215
13216         * imap.el (imap-string-to-integer): Fix typo.
13217         (imap-fetch-safe): New function.
13218         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13219
13220         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13221
13222         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13223         (imap-parse-greeting): Fix doc strings.
13224         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13225         (imap-parse-flag-list): Make messages unique.
13226         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13227
13228         * nnimap.el: Fix author email.
13229         (nnimap-split-rule): Add FIXME comment.
13230         (nnimap-debug): Fix doc string.
13231
13232 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13233
13234         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13235
13236 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13237
13238         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13239         nslookup if resolv.conf isn't available.
13240         (dns-query): Rename from query-dns.
13241         (dns-query-cached): Rename from query-dns-cached.
13242
13243 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13244
13245         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13246         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13247         to check if those variables exist (first appeared in Emacs 18.50).
13248
13249 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13250
13251         * mm-util.el (mm-line-number-at-pos): New function.
13252
13253         * spam-report.el (spam-report-process-queue): Use it.
13254
13255 2008-12-24  David Engster  <dengste@eml.cc>
13256
13257         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13258         parameters that haven't existed as variables as buffer-local variables.
13259
13260 2008-12-23  Dave Love  <fx@gnu.org>
13261
13262         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13263         cadar.
13264
13265         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13266         imap-starttls-p.
13267         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13268
13269 2008-12-22  Dave Love  <fx@gnu.org>
13270
13271         * imap.el: Fix author email.  Doc fixes.
13272         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13273         reply.
13274
13275 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13276
13277         * spam-report.el (spam-report-gmane-max-requests): New constant.
13278         (spam-report-gmane-wait): New variable.
13279         (spam-report-gmane-ham, spam-report-gmane-spam)
13280         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13281         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13282         the server.
13283
13284         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13285         Add explanations.
13286
13287         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13288         nnheader-accept-process-output and nnheader-read-timeout if available.
13289         (pop3-movemail): Use it.
13290
13291         * message.el (message-check-news-body-syntax): Fix signature check if
13292         there's an attachment.
13293
13294 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13295
13296         * mm-util.el: Add comments to the mm- emulating functions.
13297
13298 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
13299
13300         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13301         Reported by Stephen Berman <stephen.berman@gmx.net>.
13302
13303 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13304
13305         * mm-util.el (mm-substring-no-properties): New function.
13306         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13307         (mm-special-display-p): Enable those lambda forms to be byte compiled.
13308         (mm-string-to-multibyte): Doc fix.
13309
13310         * mml.el (mml-attach-file): Use mm-substring-no-properties.
13311
13312 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13313
13314         * mml.el (mml-attach-file): Strip text properties from file name.
13315         (Bug#1574)
13316
13317 2008-12-16  Glenn Morris  <rgm@gnu.org>
13318
13319         * mm-util.el (mm-charset-override-alist): Declare for compiler.
13320
13321 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13324         knows since the charset specified might be a bogus alias that
13325         mm-charset-synonym-alist provides.
13326
13327 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13328
13329         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13330         "ISO_8859-1".
13331
13332         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13333
13334 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13335
13336         * mm-util.el (mm-charset-eval-alist):
13337         Define it before mm-charset-to-coding-system.
13338         (mm-charset-to-coding-system): Add optional argument `silent';
13339         define it before mm-charset-override-alist.
13340         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13341         default value if it can be used in Emacs currently running;
13342         silence mm-charset-to-coding-system.
13343
13344 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13345
13346         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13347         `allow-override' which says whether to use `mm-charset-override-alist'.
13348         (rfc2047-decode-encoded-words): Use it.
13349
13350         * mm-util.el (mm-charset-override-alist): Fix custom type;
13351         add `(gb2312 . gbk)' to choices.
13352
13353 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13354
13355         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13356         fast.
13357
13358         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13359
13360         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
13361
13362 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
13363
13364         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13365         on links.
13366
13367         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13368
13369 2008-12-03  Lute Kamstra  <lute@gnu.org>
13370
13371         * sha1.el: Remove leading * from docstrings of defcustoms,
13372         deffaces, defconsts and defuns.
13373
13374 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13375
13376         * message.el (message-idna-to-ascii-rhs-1): Protect against local
13377         users' addresses that don't have domain parts.
13378         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13379         rather than message-narrow-to-head since there will be the message
13380         header separator.
13381
13382 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13383
13384         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13385         since the result is inserted in a unibyte buffer anyway.
13386         (nnimap-demule-use-string-to-multibyte): Remove.
13387         (nnimap-demule): Alias it to mm-string-to-multibyte.
13388
13389 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13390
13391         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13392         variable for debugging bug#464 and bug#1174.
13393         (nnimap-demule): Use it.
13394
13395 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13396
13397         * gnus-score.el (gnus-score-find-trace): Handle default score in total
13398         score calculation correctly.
13399
13400 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13401
13402         * message.el (message-send-mail): Just set the buffer to unibyte
13403         rather than use mm-with-unibyte-current-buffer which does a lot more.
13404         (message-send-mail-partially): Don't bother with
13405         mm-with-unibyte-current-buffer since it's already been made unibyte by
13406         message-send-mail.
13407
13408 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13409
13410         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13411
13412 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13413
13414         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13415
13416 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13417
13418         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13419         require itself and to remove `with-no-warnings'.
13420
13421 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
13422
13423         * starttls.el (starttls-any-program-available): Get the name of the
13424         available TLS layer program.
13425         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13426         well as the host name in the "opening" message.
13427
13428         * auth-source.el (auth-source-cache, auth-source-do-cache)
13429         (auth-source-user-or-password): Cache passwords and logins by default,
13430         allow override with `auth-source-do-cache'.
13431         (auth-source-forget-user-or-password): Allow users to remove cache
13432         entries if needed.
13433
13434 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
13435
13436         * md4.el (md4-buffer): Fix typo in docstring.
13437         (md4, md4-64): Doc fixes.
13438         (md4-pack-int32): Reflow docstring.
13439
13440 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13441
13442         * ietf-drums.el (ietf-drums-remove-comments): Localize second
13443         condition-case to only the forward-sexp call.
13444
13445 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13446
13447         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13448         quotes contained.  Make it more robust regardless by an extra
13449         condition-case wrapper.
13450
13451 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13452
13453         * lpath.el: No need to fbind codepage-setup for Emacs 23.
13454
13455 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13456
13457         * nnml.el (nnml-request-expire-articles): Check if the function set to
13458         `nnmail-expiry-target' returns the symbol `delete'.
13459
13460         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13461
13462         * nnmail.el (nnmail-expiry-target): Fix custom type.
13463
13464 2008-10-02  Glenn Morris  <rgm@gnu.org>
13465
13466         * mm-util.el (mm-codepage-setup): Tweak codepage error.
13467         Silence compiler warning.
13468
13469 2008-10-01  Magnus Henoch  <mange@freemail.hu>
13470
13471         * tls.el (open-tls-stream): Show the actual command being
13472         executed, instead of the format string.
13473
13474 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13475
13476         * lpath.el: Fbind codepage-setup for Emacs 23.
13477
13478 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13479
13480         * mml.el (mml-menu): Don't assume mml2015 is bound.
13481
13482 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13483
13484         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13485         exists.
13486
13487 2008-09-27  Glenn Morris  <rgm@gnu.org>
13488
13489         * gnus-util.el (mail-header-remove-comments): Autoload it.
13490
13491 2008-09-27  Andreas Schwab  <schwab@suse.de>
13492
13493         * gnus-util.el (gnus-split-references): Strip comments.
13494         (gnus-parent-id): Likewise.
13495
13496 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
13497
13498         * message.el (message-confirm-send): Fix version.
13499
13500 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13501
13502         * message.el (message-idna-to-ascii-rhs-1): Use
13503         mail-extract-address-components rather than mail-header-parse-addresses
13504         that is an alias by default to ietf-drums-parse-addresses that does not
13505         support non-ASCII names in headers' contents.
13506
13507 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13508
13509         * message.el (message-confirm-send): Fix variable documentation to
13510         avoid the "y/n" wording.
13511
13512 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
13513
13514         * message.el (message-set-auto-save-file-name): Save to a different
13515         filename so multiple messages (especially drafts) can be recovered.
13516
13517 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
13518
13519         * message.el (message-confirm-send): Add appropriate version.
13520
13521 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
13522
13523         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13524         defvar.
13525
13526 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
13527
13528         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13529         (mm-pkcs7-enveloped-magic): Ditto.
13530
13531 2008-09-17  Simon Josefsson  <simon@josefsson.org>
13532
13533         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13534         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13535
13536 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
13537
13538         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13539         default, it's better.
13540
13541 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
13542
13543         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13544         summary line gnus-number property and ignore them (with a warning
13545         message).
13546
13547 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13548
13549         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13550         macro caddr in the interactive form since it won't be expanded.
13551
13552 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13553
13554         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13555         `charset'; fix name of function called recursively.
13556         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13557
13558 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13559
13560         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13561         (gnus-mime-set-charset-parameters): New function.
13562         (gnus-mime-view-part-as-charset): Use it to correctly display part
13563         specifying wrong charset.
13564
13565 2008-09-08  David Engster  <dengste@eml.cc>
13566
13567         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13568         in completing-read for back end server.
13569
13570 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13571
13572         * message.el (message-confirm-send): New variable to confirm sending a
13573         message.
13574         (message-send): Use it.
13575
13576 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13577
13578         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13579
13580 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13581
13582         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13583
13584 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13585
13586         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13587         prevent tracking too many groups.
13588         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13589         Use it.
13590
13591 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13592
13593         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13594         moving point to the bottom of the window in order to avoid recentering.
13595
13596 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13597
13598         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
13599
13600         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13601         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13602         (gnus-article-beginning-of-window): Fix calculation.
13603
13604 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13605
13606         * gnus-msg.el (gnus-summary-supersede-article)
13607         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13608         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13609         message header.
13610
13611 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13612
13613         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13614         pending output coming after the status change.
13615
13616 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13617
13618         * message.el:
13619         * gnus-start.el:
13620         * gnus-registry.el: Remove VMS support.
13621
13622 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13623
13624         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13625         macro.
13626         (rfc2104-hash): Use it.
13627
13628 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13629
13630         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13631         (gnus-summary-sort-by-most-recent-date): New commands.
13632         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13633         and menu entries.
13634
13635 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13636
13637         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13638         don't redisplay article for raw contents; remove plural articles stuff.
13639
13640         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13641         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13642         on gnus-summary-save-article; display results properly.
13643
13644 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13645
13646         * lpath.el: No need to fbind ns-focus-frame.
13647
13648 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13649
13650         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13651
13652 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13653
13654         * gnus-art.el (gnus-summary-save-in-pipe):
13655         Consider gnus-save-all-headers.
13656
13657 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13658
13659         * gnus-util.el (ns-focus-frame): Remove declaration.
13660         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13661         like x.
13662
13663 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13664
13665         * rfc2104.el (rfc2104-zero): Delete defconst.
13666         (rfc2104-hex-alist): Likewise.
13667         (rfc2104-hex-to-int): Delete func.
13668         (rfc2104-hexstring-to-bitstring): Likewise.
13669         (rfc2104-nybbles): New defconst.
13670         (rfc2104-hash): Rewrite for speed.
13671
13672 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13673
13674         * tls.el (open-tls-stream): Make it work with the 2nd argument
13675         BUFFER that is a string but does not exist as a buffer object, as
13676         mentioned in the doc-string.
13677
13678 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13679
13680         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13681         SXEmacs.
13682
13683 2008-07-16  Glenn Morris  <rgm@gnu.org>
13684
13685         * gnus-util.el (ns-focus-frame): Declare for compiler.
13686
13687 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13688
13689         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13690         set as a group parameter.
13691         (gnus-summary-save-in-pipe): Work when it is called independently.
13692         (gnus-summary-pipe-to-muttprint): Don't modify
13693         gnus-summary-pipe-output-default-command.
13694
13695 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13696
13697         * message.el (message-send-mail-with-sendmail):
13698         Display the error message.
13699
13700 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13701
13702         * gnus-art.el (gnus-default-article-saver):
13703         Add gnus-summary-save-in-pipe to choices.
13704         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13705         gnus-summary-pipe-output-default-command as the default command.
13706         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13707         instead of gnus-last-shell-command.
13708
13709         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13710         New user option.
13711         (gnus-summary-muttprint-program): Mention the value will be changed.
13712         (gnus-summary-save-article): Force showing of all headers.
13713         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13714
13715 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13716
13717         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13718
13719 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13720
13721         * nnimap.el (nnimap-id):
13722         * sieve-manage.el (sieve-manage-open): Doc fixes.
13723
13724 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13725
13726         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13727         if available.
13728
13729 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13730
13731         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13732
13733         * nnkiboze.el (nnkiboze-generate-group):
13734         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13735
13736         * nnmairix.el: Require CL.
13737
13738 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13739
13740         * dgnushack.el: Autoload get-display-table and put-display-table for
13741         XEmacs 21.5.
13742
13743         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13744         21.4 and SXEmacs.
13745
13746 2008-06-15  David Engster  <dengste@eml.cc>
13747
13748         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13749
13750 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13751
13752         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13753         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13754         runtime choice under XEmacs.
13755
13756         * gnus-sum.el (gnus-summary-set-display-table):
13757         Use `gnus-put-display-table', `gnus-get-display-table',
13758         `gnus-set-display-table' for the display table, instead of `aset'.
13759
13760         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13761         Use `gnus-put-display-table', `gnus-get-display-table',
13762         `gnus-set-display-table' for the display table.
13763
13764 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13765
13766         * nnmairix.el: Add autoloads.
13767
13768 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13769
13770         * nnmairix.el (nnmairix-delete-recreate-group)
13771         (nnmairix-update-and-clear-marks): Fix error messages.
13772
13773 2008-06-14  David Engster  <dengste@eml.cc>
13774
13775         * nnmairix.el: Upgrade to version 0.6.
13776         (nnmairix-group-toggle-propmarks-this-group)
13777         (nnmairix-group-toggle-readmarks-this-group)
13778         (nnmairix-group-delete-recreate-this-group)
13779         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13780         (nnmairix-remove-tick-mark-original-article): New commands.
13781         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13782         (nnmairix-propagate-marks-to-nnmairix-groups)
13783         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13784         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13785         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13786         functions needed for marks propagation and manipulation of read marks.
13787         (nnmairix-update-groups): New function.
13788         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13789         (nnmairix-determine-original-group-from-registry)
13790         (nnmairix-determine-original-group-from-path)
13791         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13792         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13793         New helper functions.
13794         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13795         keystrokes for new commands.
13796         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13797         (nnmairix-request-group): Check allow-fast group parameter.
13798         (nnmairix-request-create-group): Set allow-fast group parameter if
13799         nnmairix-allowfast-default is set.
13800         (nnmairix-close-group): Propagate marks upon closing if needed.
13801         (nnmairix-group-toggle-threads-this-group): Use new.
13802         nnmairix-group-toggle-parameter helper function.
13803         (nnmairix-search): Better check for empty search result.
13804         (nnmairix-goto-original-article): Use new helper functions for
13805         determining original article.
13806         (nnmairix-show-original-article): Make sure message-id is in brackets.
13807         (nnmairix-call-mairix-binary): Change variable name.
13808         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13809         helper function.
13810         (nnmairix-widget-toggle-activate): Fix doc string.
13811
13812 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13813
13814         * nnir.el: Require edmacro when compiling with XEmacs.
13815         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13816         available in Emacs 21.
13817
13818 2008-06-11  Glenn Morris  <rgm@gnu.org>
13819
13820         * gnus-util.el (x-focus-frame):
13821         * gnus.el (image-size):
13822         * mm-decode.el (image-size): Declare.
13823
13824         * gnus-picon.el (declare-function): Add compat definition.
13825         (image-size): Declare.
13826
13827         * gnus-group.el (tool-bar-map):
13828         * gnus-sum.el (tool-bar-map): Define for compiler.
13829
13830         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13831
13832         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13833
13834         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13835         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13836         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13837         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13838         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13839         * sieve-manage.el, spam-report.el, spam.el:
13840         Remove unnecessary eval-and-compile of autoloads.
13841
13842 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13843
13844         * auth-source.el: Precise Tramp doc.
13845
13846 2008-06-07  Glenn Morris  <rgm@gnu.org>
13847
13848         * nnmairix.el: Remove unnecessary eval-when-compile.
13849
13850 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13851
13852         * lpath.el: Fbind propertize for XEmacs 21.4.
13853
13854 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13855
13856         * nnir.el: Move here from ../contrib.
13857
13858 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13859
13860         * gnus-util.el (gnus-read-shell-command): New function.
13861         * mm-decode.el (mm-pipe-part):
13862         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13863
13864 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13865
13866         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13867
13868 2008-06-03  Glenn Morris  <rgm@gnu.org>
13869
13870         * pop3.el (nnheader-accept-process-output): Autoload it.
13871
13872 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13873
13874         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13875         are not 2-digit hexadecimal characters that follow `%'s.
13876
13877 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13878
13879         * message.el (message-bogus-recipient-p): Fix type in doc string.
13880         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13881         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13882         Improve custom options.
13883         (message-bogus-recipient-p): Adjust accordingly.
13884
13885 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13886
13887         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13888         long-form month and day names.
13889
13890 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13891
13892         * dgnushack.el: Autoload debug, eudc-expand-inline and
13893         pgg-snarf-keys-region for XEmacs.
13894
13895         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13896
13897         * nnmairix.el: Require edmacro when compiling with XEmacs.
13898
13899 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13900
13901         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13902         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13903
13904 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13905
13906         * auth-source.el: Add more docs.
13907
13908         * netrc.el (netrc-machine): Always match if the port is not given.
13909
13910 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13911
13912         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13913         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13914         retrieval faster in some cases, but might make CPU usage larger.
13915         If this has any bad side effects, we might revert this change.
13916
13917         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13918         seems to make mail retrieval much, much faster.
13919         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13920         unconditionally.
13921
13922         * gnus-draft.el (gnus-group-send-queue):
13923         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13924
13925 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13926
13927         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13928
13929         * message.el (message-bogus-address-regexp): Fix and improve custom
13930         type.
13931         (message-setup-hook): Add message-check-recipients as custom option.
13932
13933 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13934
13935         * message.el (message-cite-function): Remove bogus autoload which crept
13936         in during merge from v5-10.
13937
13938 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13939
13940         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13941
13942         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13943
13944         * auth-source.el: Preliminary Tramp docs.
13945         (auth-sources): Change the default auth-sources to use
13946         EPA .gpg files.
13947
13948 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13949
13950         * nntp.el: Autoload `auth-source-user-or-password'.
13951         (nntp-send-authinfo): Use it.
13952
13953         * nnimap.el: Autoload `auth-source-user-or-password'.
13954         (nnimap-open-connection): Use it.
13955
13956         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13957         for the gnus-message function.
13958         (auth-source-user-or-password): Use it.
13959
13960 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13961
13962         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13963         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13964         (rfc2104-hash): Use it.
13965
13966 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13967
13968         * gnus-art.el (gnus-article-toggle-truncate-lines):
13969         Don't use `iff' in docstring.
13970
13971 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13972
13973         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13974
13975         * gnus-util.el (gnus-extract-address-component-name)
13976         (gnus-extract-address-component-email): Convenience functions around
13977         `gnus-extract-address-components'.
13978
13979         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13980         Use `gnus-extract-address-component-email' to fix bug of comparing full
13981         sender name to `user-mail-address'.
13982
13983 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13984
13985         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13986         catch/throw to optimize.
13987         (gnus-registry-find-keywords): Just use member to find a keyword.
13988
13989 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13990
13991         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13992         is current before calling gnus-server-prepare.
13993         (gnus-server-setup-buffer, gnus-server-update-server)
13994         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13995
13996 2008-05-04  Juri Linkov  <juri@jurta.org>
13997
13998         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13999         (mailcap-file-default-commands): Use mailcap-replace-in-string
14000         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14001         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14002
14003 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14004
14005         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14006
14007 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14008
14009         * gnus.el: Bump version to 0.11.
14010
14011 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14012
14013         * gnus.el: No Gnus v0.10 is released.
14014
14015 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14016
14017         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14018         hooks.
14019         (gnus-update-read-articles): Speed up non-marks-using users.
14020         (gnus-use-marks): Define gnus-use-marks.
14021         (gnus-propagate-marks): Rename variable to something more sensible.
14022
14023 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14024
14025         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14026         (gmm-image-load-path-for-library): Fix typos in docstrings.
14027         (gmm-message): Reflow docstring.
14028
14029 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14030
14031         * mail-source.el (mail-source-set-1, mail-source-bind):
14032         Move auth-source code out of the macro to clean it up and fix bugs.
14033
14034 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14035
14036         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14037         by sender if it's equal to user-mail-address, it's likely to be
14038         useless.
14039
14040         * mail-source.el (mail-source-bind): Don't use user or password if they
14041         are not bound.  Unintern them if they are nil.  Don't use server unless
14042         it's bound, and default it to empty string otherwise.
14043
14044 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14045
14046         * mail-source.el: Load auth-source.el.
14047         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14048         get user name or password, if auth-sources is set up.
14049
14050         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14051         strategy of splitting with parent.
14052         (gnus-registry-split-fancy-with-parent)
14053         (gnus-registry-post-process-groups): Use it and fix prior
14054         bug (returning a list as the split result).
14055
14056         * auth-source.el (auth-sources): Remove server parameter.
14057         (auth-source-pick, auth-source-user-or-password)
14058         (auth-source-user-or-password-imap)
14059         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14060         (auth-source-user-or-password-sftp)
14061         (auth-source-user-or-password-smtp): Remove server parameter.
14062
14063 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14064
14065         * smime.el (smime-sign-region, smime-encrypt-region)
14066         (smime-decrypt-region):
14067         Remove redundant calls to `generate-new-buffer-name'.
14068
14069 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14070
14071         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14072         Don't use QP for message/rfc822.
14073         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14074
14075 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14076
14077         * sieve-manage.el (sieve-string-bytes): Remove.
14078         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14079         correct byte-length only if the process's coding-system is the same as
14080         the one used internally by Emacs to represent strings.
14081
14082 2008-04-22  Juri Linkov  <juri@jurta.org>
14083
14084         * mailcap.el (mailcap-file-default-commands): New function.
14085
14086 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14087
14088         * message.el (message-signature-separator, message-cite-function):
14089         Change custom version.
14090
14091 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14092
14093         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14094         commands.
14095         (tls-checktrust): Ditto.
14096
14097 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14098
14099         * mm-decode.el (mm-display-external): Make temp file read-only.
14100
14101 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14102
14103         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14104         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14105         `C-c C-f d'.
14106
14107 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14108
14109         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14110
14111 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14112
14113         * gnus.el: Bump version to 0.9.
14114
14115 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14116
14117         * gnus.el: No Gnus v0.8 is released.
14118
14119 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14120
14121         * mail-source.el (mail-source-value):
14122         Prefer fboundp to functionp so it works with macros as well.
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         Fix last change in case the element is not even a symbol.
14128
14129 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14130
14131         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14132         Prefer fboundp to functionp so it works with macros as well.
14133
14134 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14135
14136         * auth-source.el: Add docs.
14137         (auth-sources): Modify format to support server.
14138         (auth-source-pick, auth-source-user-or-password)
14139         (auth-source-user-or-password-imap)
14140         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14141         (auth-source-user-or-password-sftp)
14142         (auth-source-user-or-password-smtp): Add server parameter.
14143
14144 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14145
14146         * gnus-registry.el: Initialize the registry when gnus-registry-install
14147         is t.
14148
14149 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14150
14151         * compface.el (uncompface): Make buffer unibyte.
14152
14153 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14154
14155         * mail-source.el (mail-source-value):
14156         Prefer fboundp to functionp so it works with macros as well.
14157
14158 2008-04-05  Glenn Morris  <rgm@gnu.org>
14159
14160         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14161
14162 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14163
14164         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14165         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14166
14167         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14168         multibyteness after rather than before erasing it.
14169
14170         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14171         mm-with-multibyte.
14172         (gnus-request-article-this-buffer): Make sure the proper decoding is
14173         used if gnus-original-article-buffer happens to be unibyte.
14174
14175         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14176         default-enable-multibyte-characters.
14177
14178         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14179         default-enable-multibyte-characters.
14180
14181         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14182
14183         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14184
14185 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14186
14187         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14188         Fix last change in case the element is not even a symbol.
14189
14190 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14191
14192         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14193         (imap-message-copyuid-1): Use it.
14194         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14195         J. Williams in
14196         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14197
14198         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14199         imap-enable-exchange-bug-workaround.
14200         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14201
14202 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14203
14204         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14205         a 100 byte status-checks into a 2-3MB transfer for each group.
14206         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14207         to enable bug workaround or not.
14208         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14209
14210 2008-03-31  Glenn Morris  <rgm@gnu.org>
14211
14212         * message.el (mml2015-use): Declare for compiler.
14213         (message-info): Require mml2015 when appropriate.
14214
14215 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14216
14217         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14218         whitespace.
14219
14220 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14221
14222         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14223         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14224         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14225         (nntp-service-to-port): New function.
14226         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14227         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14228         (nntp-open-netcat-stream): New function.
14229         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14230
14231 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14232
14233         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14234
14235 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14236
14237         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14238
14239 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14240
14241         * dns.el (dns-write): Use set-buffer-multibyte.
14242
14243 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14244
14245         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14246
14247 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14248
14249         * message.el (message-signature-separator): Change default.
14250         Improve custom type.
14251         (message-cite-function): Change default to
14252         message-cite-original-without-signature.
14253
14254         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14255         toggle.
14256
14257         * message.el (message-check-news-body-syntax): Fix signature check.
14258         (message-setup-1): Mark buffer as unmodified _after_ running
14259         message-setup-hook and handling message-alternative-emails.
14260         (message-shorten-references): Be more strict when building list of
14261         valid references to comply with GNKSA.
14262
14263         * gnus-group.el (gnus-read-ephemeral-bug-group)
14264         (gnus-read-ephemeral-debian-bug-group)
14265         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14266
14267         * message.el (message-info): Don't use booleanp which isn't supported
14268         in Emacs 21 and XEmacs.
14269
14270 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14271
14272         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14273         gnus-group-gmane-group-download-format.
14274         (gnus-group-read-ephemeral-gmane-group): Rename from
14275         gnus-group-read-ephemeral-gmane-group.
14276         (gnus-read-ephemeral-gmane-group-url): Rename from
14277         gnus-group-read-ephemeral-gmane-group-url.
14278         (gnus-bug-group-download-format-alist): New variable.
14279         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14280         (gnus-read-ephemeral-emacs-bug-group): New commands.
14281
14282 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14283
14284         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14285         (gnus-visible-headers): Improve custom type.
14286
14287 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14288
14289         * mml.el (mml-menu): Add workarounds for XEmacs.
14290
14291         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14292         X-Boundary header.
14293
14294         * message.el (message-simplify-recipients): Fix previous commit.
14295
14296 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14297
14298         * mm-util.el (mm-set-buffer-multibyte): New function.
14299         * mm-decode.el (mm-copy-to-buffer): Use it.
14300
14301         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14302         Prefer fboundp to functionp so it works with macros as well.
14303
14304 2008-03-19  Glenn Morris  <rgm@gnu.org>
14305
14306         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
14307         Accidentally removed in the sync process with Emacs.
14308
14309 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14310
14311         * message.el (message-alter-recipients-discard-bogus-full-name):
14312         New function.
14313         (message-alter-recipients-function): New variable.
14314         (message-get-reply-headers): Use it.
14315         (message-replace-header): New helper function.
14316         (message-recipients-without-full-name): New variable.
14317         (message-simplify-recipients): New command.
14318
14319         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14320
14321         * message.el (message-info): Handle EasyPG manual.
14322
14323         * mml.el (mml-menu): Add entry for EasyPG.
14324
14325 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
14326
14327         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14328         parameter.
14329
14330         * message.el (message-disassociate-draft): Specify drafts group name
14331         fully.
14332
14333 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
14334
14335         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14336         Eliminate unnecessary duplicates from the match list.
14337
14338 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14339
14340         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
14341
14342         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
14343
14344         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14345         args of `how-many' of which the XEmacs version doesn't take; declare
14346         Info-index-next as function.
14347
14348 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14349
14350         * gnus-score.el (gnus-score-headers): Fix handling of
14351         gnus-inhibit-slow-scoring.
14352
14353         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14354         string.
14355         (gnus-button-url-regexp): Improve handling of parenthesis.
14356         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14357         (gnus-button-handle-info-keystrokes): Handle index entries.
14358
14359 2008-03-15  Glenn Morris  <rgm@gnu.org>
14360
14361         * parse-time.el (parse-time-string): Simplify.
14362
14363 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14366         Incoming* files.
14367
14368 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
14369
14370         * auth-source.el (auth-sources): Rename from auth-source-choices.
14371         (auth-source-pick): Use it.
14372
14373 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14374
14375         * binhex.el (binhex-decode-region-internal):
14376         * uudecode.el (uudecode-decode-region-internal):
14377         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14378         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14379         setting default-enable-multibyte-characters.
14380
14381 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14382
14383         * auth-source.el (auth-source-protocols)
14384         (auth-source-protocols-customize, auth-source-choices): Add and
14385         modified variable customizations and defaults.
14386         (auth-source-pick, auth-source-user-or-password)
14387         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14388         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14389         (auth-source-user-or-password-sftp)
14390         (auth-source-user-or-password-smtp): Use new variables and provide an
14391         interface to netrc.el.
14392
14393 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14394
14395         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14396         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14397         Make sure the nntp port to specify is a string.
14398
14399 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14400
14401         * nntp.el: Use with-current-buffer.
14402         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14403         dubious mm-with-unibyte-current-buffer.
14404         (nntp-with-open-group-function): New function extracted from
14405         nntp-with-open-group macro.
14406         (nntp-with-open-group): Use the function, so it's easier to debug.
14407         Add indentation and debugging info.
14408         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14409         Recommend the use of the netcat alternatives.
14410
14411         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14412         Avoid mm-string-as-multibyte as well.
14413
14414         * nnweb.el (nnweb-insert-html):
14415         Remove use of nnheader-string-as-multibyte.
14416
14417         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14418         (nnheader-string-as-multibyte): Remove.
14419
14420         * mm-view.el: Use inhibit-read-only.
14421         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14422         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14423         or unibyte-string.
14424
14425         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14426         (mm-uu-yenc-extract): Use with-current-buffer.
14427
14428         * gnus-soup.el (gnus-soup-send-packet): Don't use
14429         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14430
14431         * nnmh.el: Use with-current-buffer.
14432         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14433         mm-string-as-multibyte on the output of mm-encode-coding-string.
14434
14435         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14436         (nnimap-request-move-article): Use with-current-buffer.
14437
14438         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14439         inserting the handle-buffer's text, so the implicit multibyte->unibyte
14440         conversion uses string-make-unibyte rather than string-as-unibyte.
14441
14442         * gnus-msg.el: Use with-current-buffer.
14443
14444         * message.el (message-ignored-resent-headers): Add "Delivered-To".
14445
14446 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
14447
14448         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14449         string for caching if it is 'PIN.
14450
14451 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14452
14453         * lpath.el: Consider the case without Emacs/W3.
14454
14455 2008-03-08  Glenn Morris  <rgm@gnu.org>
14456
14457         * time-date.el (date-to-time, time-subtract, time-add)
14458         (safe-date-to-time): Doc fixes.
14459
14460 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14461
14462         * mail-source.el (mail-source-delete-old-incoming-confirm):
14463         Change default to nil.
14464         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14465
14466 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14467
14468         * lpath.el: Rearrange.
14469
14470         * gnus-art.el (gnus-narrow-to-page): Position point properly.
14471         (gnus-article-goto-prev-page): Work for articles having ^L's.
14472
14473         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14474
14475         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14476
14477 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14478
14479         * gnus-bookmark.el: Adjust for renames in bookmark.el.
14480         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14481         (gnus-bookmark-jump): Adjust some variable names.
14482
14483 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
14484
14485         * auth-source.el: New package.
14486         (auth-source-choices): Add customization entry point variable.
14487
14488         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14489         bug.
14490
14491 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
14492
14493         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14494         (gnus-registry-initialize, gnus-registry-install-p): Use it.
14495         (gnus-registry-install-shortcuts): Rename from
14496         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
14497         the `gnus-registry-mark-map' keymap dynamically from
14498         `gnus-registry-marks'.  The generated functions update the summary line
14499         when a registry mark is added or deleted, and will call
14500         `gnus-registry-install-p' (see the comments in the code).
14501         (gnus-registry-user-format-function-M): Use concat intelligently.
14502
14503         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14504         the registry mark functions.
14505
14506 2008-03-05  Glenn Morris  <rgm@gnu.org>
14507
14508         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14509         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14510         gnus-art.
14511         (top-level): No need to load own source when compiling.
14512
14513 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14514
14515         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14516         Suggested by <chris.anderton@zetnet.co.uk>.
14517
14518 2008-03-04  Glenn Morris  <rgm@gnu.org>
14519
14520         * gnus-sum.el (top-level): No need to require gnus when compiling,
14521         since unconditionally required near start of file.
14522         (gnus-summary-display-while-building): Move definition before use.
14523
14524 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14525
14526         * gnus-registry.el (gnus-registry-user-format-function-M):
14527         Add formatting function.
14528
14529 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14530
14531         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14532         with plists.
14533         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14534         Use new format.
14535
14536 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14537
14538         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14539         `where-is-internal' that returns a range of key sequences.
14540
14541 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14542
14543         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14544
14545         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14546         (gnus-summary-jump-to-group): Consider windows on other displayed
14547         frames as well.  Similar changes might be needed elsewhere, but that's
14548         the one I've bumped into during my use.
14549
14550         * nndoc.el (nndoc-oe-dbx-type-p):
14551         * gnus-msg.el (gnus-debug):
14552         * gnus-group.el (gnus-update-group-mark-positions):
14553         Use mm-string-to-multibyte.
14554
14555 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14556
14557         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14558         doesn't handle NotDashEscaped.
14559
14560         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
14561         (mml-dnd-attach-options): Fix typo in custom choice.
14562
14563         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14564         Change nndoc-article-type to mbox.
14565         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14566
14567         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14568         to nil, instead of html2text.
14569
14570         * imap.el (imap-debug): Add `imap-ping-server'.
14571
14572         * gnus-bookmark.el: Add FIXMEs.
14573
14574         * message.el (message-form-letter-separator)
14575         (message-send-form-letter-delay): New variables.
14576         (message-send-form-letter): Use them.  New command to send form
14577         letters.  Requested by Uwe Siart.
14578         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14579
14580 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14581
14582         * Update copyright years.
14583
14584 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14585
14586         Sync from EMACS_22_BASE.
14587
14588         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
14589
14590 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14591
14592         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14593         empty author.
14594
14595 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14596
14597         * gnus-registry.el (gnus-registry-marks): Add variable for
14598         customization of marks and their appearance.
14599         (gnus-registry-read-mark): Use it.
14600         (gnus-registry-do-marks): Add utility function to loop through
14601         `gnus-registry-marks'.
14602         (gnus-registry-install-shortcuts-and-menus): Add function to install
14603         shortcuts and menus.
14604         (gnus-registry-initialize): Use it.
14605         (gnus-registry-default-mark): Clarify documentation.
14606
14607 2008-02-29  Glenn Morris  <rgm@gnu.org>
14608
14609         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14610         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14611         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14612         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14613         Change defcustom :version from 23.0 to 23.1.
14614
14615 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14616
14617         * gnus-registry.el (gnus-registry-follow-group-p)
14618         (gnus-registry-post-process-groups): Add functions to aid registry
14619         splitting and improve logging.  Clarify behavior in function
14620         documentation.
14621         (gnus-registry-split-fancy-with-parent): Use them.
14622
14623 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14624
14625         * gnus-art.el: Use with-current-buffer.
14626
14627 2008-02-27  David Engster  <dengste@eml.cc>
14628
14629         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14630         Express real group name in the response.
14631
14632 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14633
14634         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14635         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14636         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14637         autoload gnus-registry-fetch-group when compiling.
14638         (nnmairix-request-group-with-article-number-correction):
14639         Remove unreferenced argument passed to nnmairix-call-backend.
14640
14641 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14642
14643         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14644         (mm-uu-extract): Improve face for low color ttys.
14645         Reported by Sascha Wilde.
14646
14647 2008-02-27  Glenn Morris  <rgm@gnu.org>
14648
14649         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14650         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14651         variables to defconsts.  Convert comments to doc-strings.
14652         (nnmairix-last-server, nnmairix-current-server): Convert from free
14653         variables to defvars.  Convert comments to doc-strings.
14654         (gnus-registry-fetch-group): Autoload.
14655         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14656         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14657         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14658         caddr.
14659         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14660         nnmairix-request-group-with-article-number-correction call.
14661         (nnmairix-fast, nnmairix-group): New, less general names, for free
14662         variables passed from nnmairix-request-group to
14663         nnmairix-request-group-with-article-number-correction.  Declare.
14664         (nnmairix-request-group-with-article-number-correction):
14665         Use nnmairix-fast, nnmairix-group rather than fast, group.
14666
14667 2008-02-26  David Engster  <dengste@eml.cc>
14668
14669         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14670         version 0.5.
14671
14672 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14673
14674         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14675         instead of making an extra function call.  Don't add the current group
14676         to articles only when they have the group.  Use
14677         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14678         Reported by David <de_bb@arcor.de>.
14679
14680 2008-02-24  Miles Bader  <miles@gnu.org>
14681
14682         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14683         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14684         (mm-find-mime-charset-region):
14685         * mm-bodies.el (mm-encode-body):
14686         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14687
14688 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14689
14690         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14691         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14692
14693 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14694
14695         * mail-source.el (mail-source-delete-incoming): Change default.
14696         Supplement doc string.
14697
14698         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14699
14700 2008-02-14  Glenn Morris  <rgm@gnu.org>
14701
14702         * time-date.el (format-seconds): New function.
14703
14704 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14705
14706         * nnmail.el (nnmail-message-id-cache-file): Derive from
14707         `gnus-home-directory'.
14708
14709 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14710
14711         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14712         Document negative prefix.
14713
14714         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14715
14716 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14717
14718         * message.el (message-unsent-separator): Add the Exim bounce
14719         separator.
14720
14721 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14722
14723         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14724         list.
14725         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14726         recipient/signer list.
14727
14728 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14729
14730         * Makefile.in (datarootdir): Define.
14731         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14732         name that might contain whitespace.
14733
14734 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14735
14736         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14737         fbound (Emacs 23 unicode), signal an error.
14738
14739 2008-02-08  Glenn Morris  <rgm@gnu.org>
14740
14741         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14742
14743 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14744
14745         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14746         ports to the calls to `netrc-machine-user-or-password' in addition to
14747         "imap" and "imaps".
14748
14749 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14750
14751         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14752
14753         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14754
14755 2008-02-01  Kenichi Handa  <handa@m17n.org>
14756
14757         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14758         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14759         (rfc2104-hash): Convert the result of concat to unibyte string.
14760
14761 2008-02-01  Dave Love  <fx@gnu.org>
14762
14763         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14764         coding-system-for-read.
14765         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14766
14767 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14768
14769         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14770         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14771         <hanche@math.ntnu.no>.
14772
14773 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14774
14775         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14776
14777         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14778
14779 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14780
14781         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14782         * message.el (message-beginning-of-line): Use featurep instead of bound
14783         tests in order to resolve conditionals at compile time.
14784
14785 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14786
14787         * mail-source.el (mail-sources): Add `group' choice.
14788
14789         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14790         parameter `in-group' to control into which group the articles go.
14791         Add treatment of `group' mail-source.
14792
14793 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14794
14795         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14796
14797         * mm-decode.el (mm-dissect-buffer): Decode description.
14798
14799         * mml.el (mml-to-mime): Encode message header first.
14800
14801 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14802
14803         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14804         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14805
14806         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14807         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14808
14809 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14810
14811         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14812
14813 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14814
14815         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14816         prefix keys.
14817         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14818         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14819         gnus-xmas.el.
14820
14821         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14822         (gnus-xmas-article-describe-bindings): New function.
14823         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14824         gnus-xmas-article-describe-bindings.
14825
14826         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14827
14828 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14829
14830         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14831         Add new variables for article mark management.
14832         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14833         list of extra data entries which, when present, will indicate that the
14834         article ID should not be trimmed from the registry.
14835         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14836         functions.
14837         (gnus-registry-read-mark): New function to read a mark name from the
14838         user.
14839         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14840         (gnus-registry-set-article-mark-internal): New functions to add and
14841         remove marks.
14842         (gnus-registry-get-article-marks): New function to show the marks for
14843         an article, or retrieve them for further use.
14844
14845 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14846
14847         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14848         keys when no argument is given.
14849
14850 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14851
14852         * imap.el (imap-ping-server): New variable.
14853         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14854         (imap-ping-server): Minor doc string fixes.
14855
14856 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14857
14858         * imap.el (imap-ping-server): New function.
14859         (imap-opened): Call imap-ping-server.
14860
14861 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14862
14863         * gnus-sum.el (gnus-article-sort-by-random)
14864         (gnus-thread-sort-by-random): Fix doc strings.
14865         Reported by jidanni@jidanni.org.
14866
14867 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14868
14869         * gnus-art.el (gnus-article-describe-bindings): New function.
14870         (gnus-article-read-summary-keys): Use it.
14871         (gnus-article-mode-map): Bind `C-h b' to it.
14872
14873 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14874
14875         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14876         XEmacs.
14877         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14878         Protect against non-character events.
14879
14880         * lpath.el: Fbind map-keymap for Emacs 21.
14881
14882 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14883
14884         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14885         New command.
14886         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14887         instead of END.  Change name of the temp file.
14888         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14889         customizable.
14890
14891 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14892
14893         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14894         bind `S W' to gnus-article-wide-reply-with-original; set default
14895         binding to gnus-article-read-summary-send-keys.
14896         (gnus-article-read-summary-keys): Fix the order of keys; display
14897         continuation keys correctly in the echo area; describe bindings
14898         correctly when keys end with `C-h'.
14899         (gnus-article-read-summary-send-keys): New function.
14900         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14901         Work for gnus-article-read-summary-send-keys; display continuation keys
14902         correctly in the echo area.
14903         (gnus-article-reply-with-original): Ignore prefix argument.
14904         (gnus-article-wide-reply-with-original): New function.
14905
14906         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14907         Emacs 21.
14908
14909 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14910
14911         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14912         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14913
14914 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14915
14916         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14917         (gnus-group-read-ephemeral-gmane-group): New command.
14918
14919 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14920
14921         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14922
14923 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14924
14925         * message.el (message-send-mail-function): Increase custom version.
14926
14927         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14928         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14929
14930 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14931
14932         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14933         for the cases where imap-authenticate is called with a nil buffer
14934         parameter.
14935
14936 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14937
14938         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14939         html parts correctly; support forwarded messages.
14940         (gnus-article-browse-html-article): Remove work buffers.
14941
14942         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14943         compiling.
14944         (netrc-bound-and-true-p): New macro.
14945         (netrc-parse): Use it instead of bound-and-true-p that is not available
14946         in XEmacs 21.4.
14947
14948 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14949
14950         * gnus-registry.el (gnus-registry-mark-article)
14951         (gnus-registry-article-marks): Add functionality to mark articles
14952         through the Gnus registry.
14953
14954         * encrypt.el: Clarify documentation for the new pgg method.
14955         (encrypt-file-alist): Add PGG option.
14956         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14957         functionality.  Abstract password key and messaging to external
14958         functions.
14959         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14960         (encrypt-message-method-and-cipher): Add new convenience external
14961         functions.
14962         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14963         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14964
14965         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14966         (netrc-parse): Use encrypt-file-alist to determine if
14967         encrypt-find-model or encrypt-insert-file-contents should be used.
14968
14969         * encrypt.el: Clarify documentation.  Load password-cache or
14970         password, whichever one is found first, instead of autoloading.
14971
14972 2007-12-19  Glenn Morris  <rgm@gnu.org>
14973
14974         * mml.el (message-options-set, message-narrow-to-head)
14975         (message-in-body-p, message-mail-p, message-encode-message-body):
14976         Autoload.
14977         (message-remove-header, message-narrow-to-headers-or-head)
14978         (message-subscribed-p, message-make-mail-followup-to)
14979         (message-position-on-field, message-news-p)
14980         (message-options-set-recipient, message-generate-headers)
14981         (message-sort-headers): Declare as functions.
14982
14983 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14984
14985         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14986         convention in doc string.
14987
14988 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14989
14990         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14991         title to html parts.
14992         (gnus-article-browse-html-article): Pass message header to it.
14993
14994         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14995
14996 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14997
14998         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14999         or password compatible with XEmacs.
15000
15001 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15002
15003         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15004         format document.
15005         (gnus-mime-delete-part): Don't write description line if empty.
15006         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15007
15008 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15009
15010         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15011         (gnus-summary-mark-read-and-unread-as-read)
15012         (gnus-summary-mark-current-read-and-unread-as-read)
15013         (gnus-summary-mark-unread-as-ticked): Doc fix.
15014         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15015
15016 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15017
15018         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15019         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15020
15021 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15022
15023         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15024         yes-or-no-p.
15025
15026 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15027
15028         * mm-decode.el (mm-add-meta-html-tag): New function.
15029         (mm-save-part-to-file, mm-pipe-part): Use it.
15030
15031         * gnus-art.el (gnus-article-browse-delete-temp-files):
15032         Use gnus-y-or-n-p instead of y-or-n-p.
15033         (gnus-article-browse-html-parts): Work with message/external-body; use
15034         mm-add-meta-html-tag.
15035
15036 2007-12-11  Glenn Morris  <rgm@gnu.org>
15037
15038         * gnus-cache.el: Require gnus-sum not just when compiling.
15039
15040         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15041
15042         * gnus-int.el (gnus-server-opened, gnus-status-message):
15043         Move definitions before use.
15044
15045         * mm-decode.el: Require gnus-util.
15046         (mm-remove-part): Only call delete-annotation on XEmacs.
15047
15048         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15049
15050         * nnmail.el: Require gnus-int.
15051
15052         * spam.el: Move `require's before `eval-when-compile's.
15053
15054         * gnus-ems.el (gnus-alive-p):
15055         * gnus-fun.el (message-goto-eoh):
15056         * gnus-util.el (gnus-group-name-decode):
15057         * mail-source.el (gnus-compress-sequence):
15058         * message.el (Info-goto-node, format-spec):
15059         * mm-bodies.el (message-options-get):
15060         * mm-decode.el (mm-view-pkcs7):
15061         * mm-util.el (gmm-write-region):
15062         * mml-smime.el (mml-compute-boundary)
15063         (gnus-completing-read-with-default):
15064         * mml.el (widget-button-press, gnus-make-hashtable):
15065         * mml1991.el (mm-decode-content-transfer-encoding)
15066         (mm-encode-content-transfer-encoding)
15067         (message-options-get, message-options-set):
15068         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15069         * nnfolder.el (gnus-request-group):
15070         * nnheader.el (ietf-drums-unfold-fws):
15071         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15072         * smime.el (gnus-run-mode-hooks):
15073         * spam-stat.el (gnus-message): Autoload.
15074
15075         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15076         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15077         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15078         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15079         Add declare-function compatibility definition.
15080
15081         * gnus-cache.el (nnvirtual-find-group-art):
15082         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15083         (gnus-add-image, gnus-add-wash-type):
15084         * gnus-group.el (nnkiboze-score-file):
15085         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15086         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15087         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15088         (message-tokenize-header, gnus-get-buffer-create)
15089         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15090         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15091         * gnus.el (gnus-group-decoded-name):
15092         * mail-source.el (imap-capability):
15093         * mm-bodies.el (message-options-set):
15094         * mm-decode.el (gnus-configure-windows):
15095         * mm-extern.el (message-goto-body):
15096         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15097         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15098         (epg-sub-key-validity, message-options-set):
15099         * mml.el (widget-event-point, gnus-configure-windows):
15100         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15101         * mml2015.el (epg-check-configuration, epg-configuration)
15102         (message-options-set):
15103         * nndb.el (nndb-request-article):
15104         * nnfolder.el (gnus-request-create-group):
15105         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15106         * nnmaildir.el (gnus-group-mark-article-read):
15107         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15108         * rfc1843.el (message-fetch-field):
15109         * spam.el (gnus-extract-address-components):
15110         Declare as functions.
15111
15112 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15113
15114         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15115
15116         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15117
15118         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15119         bind show-trailing-whitespace for XEmacs.
15120
15121 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15122
15123         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15124         new no-op macro for backward compatibility.
15125
15126         * imap.el (imap-string-to-integer): New function.
15127
15128 2007-12-09  Glenn Morris  <rgm@gnu.org>
15129
15130         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15131
15132         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15133         * message.el, mm-view.el, sieve-manage.el, smime.el:
15134         Add declare-function compatibility definition.
15135
15136         * gnus-art.el (w3-region, w3m-region, Info-menu):
15137         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15138         * gnus-sum.el (gnus-get-predicate):
15139         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15140         * message.el (mail-abbrev-in-expansion-header-p):
15141         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15142         (w3m-detect-meta-charset, w3m-region):
15143         * sieve-manage.el (password-read, password-cache-add)
15144         (password-cache-remove):
15145         * smime.el (password-read-and-add): Declare as functions.
15146
15147 2007-12-08  David Kastrup  <dak@gnu.org>
15148
15149         * gnus-sum.el (gnus-summary-simplify-subject-query):
15150         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15151         `message'.
15152
15153 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15154
15155         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15156         it to bind idna-program, installation-directory, defined-colors, and
15157         face-attribute for XEmacs of the version that compiles defcustom forms.
15158
15159 2007-12-07  Glenn Morris  <rgm@gnu.org>
15160
15161         * gnus-art.el (article-make-date-line): Revert previous change.
15162
15163 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15164
15165         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15166
15167 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15168
15169         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15170         Call gnus-add-to-range ranges only once with a prepared article-list.
15171
15172 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15173
15174         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15175         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15176         group names with backslashes.
15177         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15178
15179 2007-12-06  Deepak Goel  <deego3@gmail.com>
15180
15181         * gnus-art.el (article-make-date-line):
15182         * gnus-start.el (gnus-load):
15183         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15184
15185 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15186
15187         * gnus-art.el (gnus-use-idna):
15188         * gnus-start.el (gnus-site-init-file):
15189         * message.el (message-use-idna):
15190         * mm-uu.el (mm-uu-hide-markers):
15191         * smiley.el (smiley-style): Revert changes that suppress warnings.
15192
15193 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15194
15195         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15196         specify charset to html source.
15197         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15198
15199 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15200
15201         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15202         idna-program in order to suppress byte compile warning issued by XEmacs
15203         that came to byte compile the default value section of defcustom forms
15204         recently.
15205
15206         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15207         value of installation-directory.
15208
15209         * message.el (message-use-idna): Don't directly refer to the value of
15210         idna-program.
15211
15212         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15213
15214         * smiley.el (smiley-style): Don't directly call face-attribute.
15215
15216 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15217
15218         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15219
15220         * gnus-dired.el: Reduce Gnus dependencies.
15221         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15222         Don't require.  Use autoloads instead.
15223         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15224         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15225         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15226         (gnus-dired-mode): Adjust doc string.
15227         (gnus-dired-mail-mode): New variable.
15228         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15229         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15230         (gnus-dired-mail-buffers): New function.  Return mail or message
15231         composition buffers.
15232         (gnus-dired-attach): Use it.
15233         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15234         NO-DECODE.
15235         (gnus-dired-print): Use `gnus-print-buffer' depending on
15236         `gnus-dired-mail-mode'.
15237
15238 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15239
15240         * rfc2047.el (rfc2047-encoded-word-regexp)
15241         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15242         explaining what regexp patterns are for.
15243
15244 2007-12-04  Glenn Morris  <rgm@gnu.org>
15245
15246         * password.el: Move to password-cache.el.
15247
15248         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15249         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15250         * mml-smime.el (password-read, password-cache-add)
15251         (password-cache-remove):
15252         No need to autoload, since mml-sec requires password.
15253
15254         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15255         * message.el (gnus-extract-address-components):
15256         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15257
15258         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15259         password.
15260
15261 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15262
15263         * mailcap.el: Reduce dependencies.
15264         (mail-header-parse-content-type): Autoload.
15265         (mailcap-delete-duplicates): New alias.
15266         (mailcap-mime-info): Add optional argument NO-DECODE.
15267         (mailcap-mime-types): Use mailcap-delete-duplicates.
15268
15269         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15270
15271 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15272
15273         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15274         (imap-parse-status): Upcase status-att for servers that sends them
15275         lower-case (e.g., MS Exchange 2007).
15276
15277 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15278
15279         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15280         function.
15281
15282         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15283         (gnus-uu-yenc-article): New function.
15284
15285         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15286
15287         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15288
15289 2007-12-02  Glenn Morris  <rgm@gnu.org>
15290
15291         * binhex.el (binhex): New custom group.
15292         (binhex-decoder-program, binhex-decoder-switches)
15293         (binhex-use-external): Move to the binhex custom group.
15294
15295         * uudecode.el (uudecode): New custom group.
15296         (uudecode-decoder-program, uudecode-decoder-switches)
15297         (uudecode-use-external): Move to the uudecode custom group.
15298
15299         * netrc.el (top-level): Don't load `encrypt' features.
15300         (netrc-parse): Don't use encrypt.
15301         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
15302
15303         * encrypt.el: Remove file.
15304
15305 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
15306
15307         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
15308         matches on patches.
15309
15310         * gnus-art.el (gnus-article-browse-html-article):
15311         Mention `mm-text-html-renderer' in the doc string.
15312
15313         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
15314         string.  Add comments.
15315
15316         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
15317         if rhs is ASCII.
15318
15319 2007-12-01  Glenn Morris  <rgm@gnu.org>
15320
15321         * mail-source.el (top-level): Require format-spec before
15322         eval-when-compile.
15323
15324 2007-11-30  Glenn Morris  <rgm@gnu.org>
15325
15326         * encrypt.el: Require password, rather than autoloading password-read.
15327
15328 2007-11-29  Glenn Morris  <rgm@gnu.org>
15329
15330         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
15331         (sasl-make-client, sasl-next-step, sasl-step-data)
15332         (sasl-step-set-data): Declare as functions.
15333
15334 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
15335
15336         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
15337
15338 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
15339
15340         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
15341         certs should be verified and what is to be done in the event of a
15342         verification failure.
15343
15344         * gnus.el (gnus-method-to-server): Add an optional parameter so the
15345         caller can indicate whether the cache should be disregarded for this
15346         call.  This way the result of the call is reproducible at all times and
15347         can be considered a canonical server name for the supplied method.
15348         (gnus-agent-method-p): Canonicalize server names by pushing their
15349         method through `gnus-method-to-server' using the no-cache argument.
15350
15351         * gnus-srvr.el (gnus-server-insert-server-line):
15352         Call `gnus-method-to-server' with `no-cache' argument.
15353
15354         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
15355         gnus-agent-possibly-synchronize-flags as this should be called when the
15356         server is actually being opened.
15357         (gnus-agent-possibly-synchronize-flags)
15358         (gnus-agent-possibly-synchronize-flags-server): Move check for the
15359         flags file of an agentized server to the latter function.
15360
15361         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
15362         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
15363         after a connection has been established successfully.
15364
15365 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15366
15367         * gnus-art.el (article-display-face): Force to display face if called
15368         interactively; check if gnus-article-x-face-too-ugly matches author.
15369         (article-display-x-face): Display face even if From header is missing
15370         as article-display-face does.
15371
15372 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
15373
15374         * hashcash.el (message-narrow-to-headers-or-head)
15375         (message-fetch-field, message-goto-eoh)
15376         (message-narrow-to-headers): Declare as functions.
15377
15378 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
15379
15380         * mail-source.el (mail-sources): Default to fetch from file for
15381         compatibility with default of nnmail-spool-file.
15382
15383 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15384
15385         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
15386         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
15387         to look for encoded word that should be encoded again.
15388         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
15389         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
15390         encoding pattern.
15391         (rfc2047-decode-region): Switch strict regexp and loose one according
15392         to rfc2047-allow-irregular-q-encoded-words.
15393
15394 2007-11-25  Romain Francoise  <romain@orebokech.com>
15395
15396         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
15397
15398 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15399
15400         * tls.el (tls-program): Provide more custom choices from
15401         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
15402         (tls-process-connection-type, tls-success): Remove "*" in doc string.
15403
15404 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15405
15406         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15407         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15408
15409         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15410         `nnmail-spool-file'.
15411
15412         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15413         `nnmail-spool-file'.
15414
15415         * gnus-move.el (gnus-change-server): Ditto.
15416
15417         * gnus-kill.el (gnus-batch-score): Ditto.
15418
15419         * gnus-cache.el (gnus-jog-cache): Ditto.
15420
15421         * gnus-msg.el (gnus-summary-reply):
15422         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15423
15424 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15425
15426         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
15427         version.  Minor improvement to doc strings.
15428         (tls-program): Add comment.
15429
15430 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
15431
15432         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
15433         (tls-checktrust): New variable.  Check if GNU TLS complained about a
15434         mismatch between the hostname provided in the certificate and the name
15435         of the host connnecting to.
15436         (open-tls-stream): Use them.  Check certificates against trusted root
15437         certificates.
15438
15439 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15440
15441         * gnus-cache.el (gnus-cache-generate-nov-databases):
15442         Use nnml-generate-nov-databases-directory instead of
15443         nnml-generate-nov-databases-1.
15444
15445 2007-11-24  Glenn Morris  <rgm@gnu.org>
15446
15447         * message.el (message-tool-bar-retro): Update for rename
15448         mail_send.xpm->mail-send.xpm.
15449
15450 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
15451
15452         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15453         `smime-ldap-search' for Emacs 22 and up.
15454
15455 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15456
15457         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15458
15459         * message.el (message-send-mail-function): Fix error convention.
15460         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15461         (message-widen-reply, message-send-mail, message-talkative-question)
15462         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15463         (message-clone-locals, message-send-news): Use with-current-buffer.
15464         (message-insert-or-toggle-importance): Remove unused var `valid'.
15465         (message-make-references): Remove unused var `new-references'.
15466         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15467
15468 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
15469
15470         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15471         (spam-split-symbolic-return-positive): Reflow docstring.
15472         (spam-backends, spam-summary-exit-behavior)
15473         (spam-mark-ham-unread-before-move-from-spam-group)
15474         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15475         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15476         (spam-clear-cache, spam-backend-check, spam-install-backend)
15477         (spam-install-statistical-backend, spam-list-of-processors)
15478         (spam-group-processor-p, spam-split, spam-bogofilter-score)
15479         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15480         (spam-check-crm114, spam-initialize, spam-unload-hook):
15481         Fix typos in docstrings.
15482
15483 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15484
15485         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15486         been checked if they have never been read and those group levels are
15487         higher than the one that a user specified.
15488
15489 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15490
15491         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15492         foreign groups unless a group level is specified by a user.
15493         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15494
15495 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
15496
15497         * message.el (message-send-mail-function): Require sendmail.
15498
15499 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
15500
15501         * message.el (message-send-mail-function): Check for smtpmail too.
15502
15503         * utf7.el (utf7-encode, utf7-decode): Use coding system
15504         `utf-7'/`utf-7-imap' from utf-7.el' if available.
15505
15506         * message.el (message-send-mail-function): New function.
15507         (message-send-mail-function): Set default using
15508         message-send-mail-function.  Adjust doc string.
15509         (message-send-mail-with-mailclient): New function.
15510
15511 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15512
15513         * smime.el (from):
15514         * rfc2047.el (message-posting-charset):
15515         * qp.el (mm-use-ultra-safe-encoding):
15516         * pop3.el (parse-time-months):
15517         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15518         * nnml.el (files):
15519         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15520         (jka-compr-compression-info-list, ange-ftp-path-format)
15521         (efs-path-regexp):
15522         * nndiary.el (files):
15523         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15524         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15525         (epg-digest-algorithm-alist, inhibit-redisplay)
15526         (password-cache-expiry):
15527         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15528         (pgg-output-buffer, password-cache-expiry):
15529         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15530         (efs-path-regexp):
15531         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15532         (inhibit-redisplay):
15533         * mm-uu.el (file-name, start-point, end-point, entry)
15534         (gnus-newsgroup-name, gnus-newsgroup-charset):
15535         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15536         (latin-unity-ucs-list):
15537         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15538         (mm-uu-binhex-decode-function):
15539         * message.el (gnus-message-group-art, gnus-list-identifiers)
15540         (rmail-enable-mime-composing, gnus-local-organization)
15541         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15542         (gnus-read-active-file, facemenu-add-face-function)
15543         (facemenu-remove-face-function, gnus-article-decoded-p)
15544         (tool-bar-mode):
15545         * mail-source.el (display-time-mail-function):
15546         * gnus-util.el (nnmail-pathname-coding-system)
15547         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15548         (gnus-original-article-buffer, gnus-user-agent)
15549         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15550         (xemacs-codename, sxemacs-codename, emacs-program-version):
15551         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15552         * gnus-start.el (gnus-agent-covered-methods)
15553         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15554         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15555         (gnus-newsgroup-headers, gnus-group-list-mode)
15556         (gnus-group-mark-positions, gnus-newsgroup-data)
15557         (gnus-newsgroup-unreads, nnoo-state-alist)
15558         (gnus-current-select-method, mail-sources)
15559         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15560         (nnmail-spool-file, gnus-cache-active-hashtb):
15561         * gnus-mh.el (mh-lib-progs):
15562         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15563         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15564         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15565         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15566         (gnus-group-buffer):
15567         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15568         (font-lock-set-defaults):
15569         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15570         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15571         (gnus-summary-post-menu, total-parts, type, condition, length):
15572         * gnus-agent.el (gnus-agent-read-agentview):
15573         * flow-fill.el (show-trailing-whitespace):
15574         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15575         eval-and-compile wrappers for byte compiler pacifiers.
15576
15577         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15578         (mm-display-inline-fontify): Check for featurep 'xemacs not
15579         extent-list.
15580
15581         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15582         itimer-list.
15583         (mm-create-image-xemacs): Only do something for XEmacs.
15584         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15585
15586         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15587
15588         * gnus-registry.el (gnus-adaptive-word-syntax-table):
15589         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15590
15591 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15592
15593         * nnimap.el (nnimap-split-download-body):
15594         * gnus-demon.el (gnus-demon):
15595         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15596
15597 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15598
15599         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15600         New macros.
15601         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15602         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15603         copy data from unibyte buffer to multibyte current buffer.
15604         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15605         to copy data from unibyte current buffer to multibyte buffer.
15606         (nntp-make-process-buffer): Make process buffer unibyte.
15607
15608         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15609
15610 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15611
15612         * pop3.el (pop3-open-server): Accept and process data more robustly at
15613         connection start to avoid spurious "POP SSL connection failed" errors.
15614
15615 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15616
15617         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15618         read group names.
15619
15620 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15621
15622         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15623
15624 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15625
15626         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15627         (nnmail-save-active): Use a unibyte buffer when saving active file,
15628         which may contain non-ASCII group names.
15629
15630         * nnml.el (nnml-request-group): Decode group names in messages.
15631
15632 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15633
15634         * message.el (message-citation-line-function)
15635         (message-insert-formatted-citation-line): Fix spelling of
15636         `message-insert-formated-citation-line'.
15637
15638 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15639
15640         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15641
15642 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15643
15644         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15645         nnmail-pathname-coding-system.
15646
15647         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15648         that a user enters; decode group names in messages.
15649
15650         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15651
15652 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15653
15654         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15655
15656         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15657
15658         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15659         risky local variable.
15660
15661         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15662
15663 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15664
15665         * encrypt.el: Improve documentation to fix function name typo.
15666         Reported by Daiki Ueno <ueno@unixuser.org>.
15667
15668 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15669
15670         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15671         even if the point is not in the last page of an article.
15672         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15673         back to the previous page.
15674
15675 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15676
15677         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15678
15679 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15680
15681         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15682
15683 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15684
15685         * message.el (message-check-news-body-syntax):
15686         Avoid mm-string-as-multibyte.
15687         (message-hide-headers): Don't assume (point-min)==1.
15688
15689 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15690
15691         * message.el (message-remove-blank-cited-lines): Fix if remove is
15692         given.
15693         (message-bogus-address-regexp): New variable.
15694         (message-bogus-recipient-p): New function.
15695         (message-check-recipients): New command.
15696         (message-syntax-checks): Add `bogus-recipient'.
15697         (message-fix-before-sending): Add `bogus-recipient'.
15698
15699         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15700         (gnus-treat-body-boundary): Don't test window-system.
15701
15702 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15703
15704         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15705
15706 2007-10-28  Miles Bader  <miles@gnu.org>
15707
15708         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15709         at compile-time too.
15710
15711 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15712
15713         * gnus-msg.el (gnus-message-setup-hook):
15714         Add `message-remove-blank-cited-lines' to options.
15715
15716 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15717
15718         * message.el (message-remove-blank-cited-lines): New function.
15719         Suggested by Karl Plästerer.
15720
15721 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15722
15723         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15724         mapc.
15725
15726         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15727         (top-level): Use mapc to set functions to be traced for debugging.
15728
15729         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15730         called for effect with while loop.
15731
15732         * message.el (message-talkative-question): Replace mapcar called for
15733         effect with mapc.
15734
15735         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15736         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15737         called for effect with dolist.
15738
15739         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15740
15741         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15742         gnus-extra-headers and nnmail-extra-headers.
15743
15744         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15745         called for effect with dolist.
15746         (top-level): Use mapc to set functions to be traced for debugging.
15747
15748         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15749         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15750         dolist.
15751
15752         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15753         Replace mapcar called for effect with mapc.
15754         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15755         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15756         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15757         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15758
15759         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15760         remove-if that's a cl function.
15761
15762         * webmail.el (webmail-debug): Replace mapcar called for effect with
15763         dolist.
15764
15765         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15766         with mapc.
15767
15768 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15769
15770         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15771         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15772         with while loop.
15773
15774         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15775         functions from article-* functions.
15776         (gnus-multi-decode-header): Replace mapcar called for effect with
15777         dolist.
15778
15779         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15780         (gnus-bookmark-show-details): Replace mapcar called for effect with
15781         while loop.
15782
15783         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15784         called for effect with while loop.
15785
15786         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15787         with dolist.
15788
15789         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15790         Replace mapcar called for effect with dolist.
15791
15792         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15793
15794         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15795         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15796         Replace mapcar called for effect with dolist.
15797         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15798         mapc.
15799
15800         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15801         Replace mapcar called for effect with dolist.
15802         (gnus-topic-list): Replace mapcar called for effect with mapc.
15803
15804         * gnus.el: Use mapc instead of mapcar to add autoloads.
15805
15806 2007-10-23  Richard Stallman  <rms@gnu.org>
15807
15808         * gnus-group.el (gnus-group-highlight): Mark as risky.
15809
15810 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15811
15812         * gnus.el (gnus-server-to-method): Return method found first in
15813         gnus-newsrc-alist.
15814
15815         * gnus-art.el (gnus-article-highlight-signature)
15816         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15817         button overlay without the front stickiness.
15818
15819 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15820
15821         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15822         overview buffer needed a catch to receive its throw.
15823         (gnus-agent-flush-cache): Declare as interactive to make this function
15824         easier to use.
15825
15826 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15827
15828         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15829         `next-line'.
15830
15831 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15832
15833         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15834         exclude address matching message-dont-reply-to-names.
15835
15836 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15837
15838         * gnus-util.el (gnus-string<): New function.
15839
15840         * gnus-sum.el (gnus-article-sort-by-author)
15841         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15842
15843 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15844
15845         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15846         the frame-focus tag is set in gnus-buffer-configuration.
15847
15848 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15849
15850         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15851         the front stickiness.
15852
15853 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15854
15855         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15856         url pattern; remove duplicate one.
15857         (gnus-article-extend-url-button): New function.
15858         (gnus-article-add-buttons): Use it.
15859         (gnus-button-push): Use concatenated url that it makes.
15860
15861 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15862
15863         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15864
15865 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15866
15867         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15868         Don't hardcode point-min==1.
15869
15870 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15871
15872         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15873         Fix comment about "iso8859-1".
15874
15875 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15876
15877         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15878         ones returned from the verify-function.
15879
15880         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15881         Call mml2015-extract-cleartext-signature if extraction failed.
15882
15883 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15884
15885         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15886         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15887         failed.
15888
15889 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15890
15891         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15892
15893 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15894
15895         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15896         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15897         recommends to use EasyPG instead of PGG.
15898
15899         * pgg.el: Revert to revision 6.23.2.16.
15900
15901         * pgg-def.el: Revert to revision 6.6.2.14.
15902
15903         * pgg-gpg.el: Revert to revision 6.23.2.34.
15904
15905 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15906
15907         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15908         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15909         thread for both the null and zero (kill/expire thread) universal prefix
15910         cases.
15911         (gnus-summary-expire-thread): Add new function to expire a thread,
15912         using gnus-summary-kill-thread.
15913         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15914         shortcuts for gnus-summary-expire-thread.
15915         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15916         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15917
15918 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15919
15920         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15921         extras value, so an extras entry can be deleted.
15922         (gnus-registry-delete-extra-entry): Use it.
15923         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15924         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15925         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15926         storage through the gnus-registry, and provide an appropriate API for
15927         it.
15928
15929 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15930
15931         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15932         Suggested by Leo <sdl.web@gmail.com>.
15933
15934         * gnus.el: Do.
15935
15936 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15937
15938         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15939         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15940
15941         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15942
15943         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15944         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15945
15946 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15947
15948         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15949         newline.
15950         (nnmbox-request-accept-article): Don't change article in source buffer;
15951         narrow to header to use message-fetch-field rather than
15952         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15953         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15954         as delimiters; make sure article ends with newline.
15955         (nnmbox-delete-mail): Correct last position of article to be deleted;
15956         ignore X-Gnus-Newsgroup header in article body.
15957         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15958         positions; make sure article ends with newline.
15959
15960         * message.el (message-display-abbrev): Don't infloop when a user
15961         inserts SPC in the beginning of header.
15962
15963         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15964         coding-system-for-read and coding-system-for-write for XEmacs having no
15965         file-coding feature.
15966
15967         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15968
15969 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15970
15971         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15972         list of groups not followed by default.  Fix type to be regexp.
15973         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15974
15975 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15976
15977         * hmac-def.el (define-hmac-function): Switch from old-style to
15978         new-style backquotes.
15979
15980         * md4.el (md4-make-step): Likewise.
15981
15982 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15983
15984         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15985         raw-text coding system when saving .newsrc file, which may contain
15986         non-ASCII group names.
15987
15988 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15989
15990         * gnus-cus.el (gnus-score-extra): New widget.
15991         (gnus-score-extra-convert): New function.
15992         (gnus-score-customize): Use it for Extra.
15993
15994 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15995
15996         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15997         (mml2015-mailcrypt-clear-verify): Use it.
15998         (mml2015-gpg-clear-verify): Use it.
15999         (mml2015-pgg-clear-verify): Use it.
16000         (mml2015-epg-clear-verify): Replace the current part with the output
16001         from GnuPG; don't extract the plaintext by itself.
16002
16003         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16004         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16005         mml2015-clear-verify-function; don't touch the armor headers or
16006         dash-escaped text here.
16007
16008 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16009
16010         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16011         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16012         parts, or application/octet-stream as a last resort.
16013         (gnus-mime-view-part-as-type): Don't toggle display.
16014         (gnus-mime-view-part-as-charset): Don't turn off display before
16015         querying charset.
16016
16017         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16018         stuff to undisplayer function in Emacs.
16019         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16020
16021         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16022         text/calendar parts.
16023
16024 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16025
16026         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16027         decoding text/calendar parts.
16028
16029         * message.el (message-forward-make-body-mime): Always mark body as
16030         having no illegible text; remove signed-or-encrypted argument.
16031         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16032
16033         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16034         (mml-generate-mime-1): Don't encode body if it is specified to be in
16035         raw form; don't make buffer be unibyte when inserting multibyte string.
16036
16037 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16038
16039         * sha1.el: Fix up comment style.
16040         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16041         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16042
16043         * hex-util.el: Fix up comment style.
16044         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16045
16046         * gnus-salt.el: Use with-current-buffer.
16047         (gnus-pick-setup-message): Fix long-standing typo.
16048
16049 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16050
16051         * imap.el (imap-logout-timeout): New variable.
16052         (imap-logout, imap-logout-wait): New functions.
16053         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16054
16055         * nnimap.el (nnimap-logout-timeout): New server variable.
16056         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16057         nnimap-logout-timeout.
16058
16059         * gnus-art.el (gnus-article-summary-command-nosave)
16060         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16061
16062 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16063
16064         * gnus.el (gnus-maximum-newsgroup): New variable.
16065
16066         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16067         according to gnus-maximum-newsgroup.
16068
16069         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16070         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16071         Limit the range of articles according to gnus-maximum-newsgroup.
16072
16073 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16074
16075         * gnus-art.el (gnus-sticky-article): Fix problems described in
16076         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16077         Don't perform gnus-configure-windows here; reuse existing sticky
16078         article buffer.
16079
16080         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16081         it doesn't exist in gnus-article-mode.
16082
16083 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16084
16085         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16086         (gnus-agent-decoded-group-name): New function.
16087         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16088         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16089
16090 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16091
16092         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16093         Add binding for gnus-sticky-article.
16094         (gnus-summary-exit): Don't kill sticky article buffers.
16095
16096         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16097         article buffer.
16098         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16099         (gnus-kill-sticky-article-buffers): New commands.
16100
16101 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16102
16103         * nntp.el (nntp-xref-number-is-evil): New server variable.
16104         (nntp-find-group-and-number): If it is non-nil, don't trust article
16105         numbers in the Xref header.
16106
16107 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16108
16109         * gnus-agent.el (gnus-agent-read-group): New function.
16110         (gnus-agent-flush-group, gnus-agent-expire-group)
16111         (gnus-agent-regenerate-group): Use it.
16112         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16113         nnmail-pathname-coding-system.
16114
16115 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16116
16117         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16118
16119         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16120         that are unread as unread, and also as selected so that information of
16121         marks having been changed by a user may be updated when exiting group.
16122
16123 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16124
16125         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16126
16127 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16128
16129         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16130         calculated ignoring signature parts to gnus-treat-article.
16131
16132 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16133
16134         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16135         a point here in order to keep the window start.
16136         (gnus-insert-mime-security-button): Make a button overlay without the
16137         front stickiness.
16138         (gnus-mime-display-security): Goto the end of a button.
16139
16140         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16141
16142 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16143
16144         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16145         group-name-at-point.
16146         (gnus-group-completing-read): New function that offers decoded
16147         non-ASCII group names for completion.
16148         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16149         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16150         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16151         (gnus-group-fetch-control): Use it.
16152         (gnus-fetch-group): Use group-name-at-point for the initial value
16153         rather than the default value; use gnus-alive-p.
16154
16155         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16156         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16157         (gnus-summary-post-news): Use gnus-group-completing-read.
16158
16159         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16160         (gnus-read-move-group-name): Decode group name for completion.
16161
16162 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16163
16164         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16165         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16166         Yamaoka slightly modified the code).
16167
16168 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16169
16170         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16171         (nnmail-split-incoming): Bind it.
16172
16173         * nnml.el (nnml-group-name-charset): New function.
16174         (nnml-decoded-group-name): Use it; don't decode group name if
16175         nnmail-group-names-not-encoded-p is non-nil.
16176         (nnml-encoded-group-name): New function.
16177         (nnml-group-pathname): Inline nnml-decoded-group-name.
16178         (nnml-request-expire-articles): Decode group name in message.
16179         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16180         nnmail-pathname-coding-system.
16181         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16182         not decoded ones according to nnmail-group-names-not-encoded-p.
16183         (nnml-generate-active-info): Use nnml-encoded-group-name.
16184
16185 2007-08-08  Glenn Morris  <rgm@gnu.org>
16186
16187         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16188         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16189         doc-strings and comments.
16190
16191 2007-07-25  Glenn Morris  <rgm@gnu.org>
16192
16193         * Relicense all FSF files to GPLv3 or later.
16194
16195 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16196
16197         * gnus-sum.el (gnus-summary-move-article):
16198         Make gnus-summary-respool-article work.
16199
16200 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16201
16202         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16203         string.
16204
16205 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16206
16207         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16208         that should be ignored when comparing distant RSS articles with local
16209         ones.
16210         (nnrss-make-hash-index): New function.  Create a hash index according
16211         to the ignored fields.
16212         (nnrss-check-group): Use it.
16213
16214 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16215
16216         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16217
16218         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16219
16220         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16221         the new optional argument ENCODED is non-nil.
16222         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16223         coding system for encoding group name.
16224         (gnus-group-make-rss-group): Pass un-encoded group name to
16225         gnus-group-make-group.
16226         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16227         encoded.
16228
16229         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16230         Encode group name to which articles are moved or copied.
16231         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16232         coding system for encoding Newsgroup, Followup-To and Xref headers.
16233
16234         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16235         marks; use nnheader-file-coding-system to write a file.
16236         (nnagent-retrieve-headers): Bind file-name-coding-system to
16237         nnmail-pathname-coding-system.
16238
16239         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16240
16241         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16242         (nnml-request-article, nnml-request-create-group)
16243         (nnml-request-rename-group, nnml-find-id)
16244         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16245         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16246         (nnml-save-marks): Use nnml-group-pathname instead of
16247         nnmail-group-pathname.
16248
16249         (nnml-request-create-group, nnml-request-expire-articles)
16250         (nnml-request-move-article, nnml-request-delete-group)
16251         (nnml-deletable-article-p, nnml-possibly-create-directory)
16252         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16253         (nnml-open-marks): Bind file-name-coding-system to
16254         nnmail-pathname-coding-system.
16255
16256         (nnml-request-article): Pass server argument to nnml-find-group-number.
16257         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16258         Pass server argument to nnml-possibly-create-directory.
16259         (nnml-request-accept-article): Pass server argument to
16260         nnml-active-number and nnml-save-mail.
16261         (nnml-find-group-number): Pass server argument to nnml-find-id.
16262         (nnml-request-update-info): Pass server argument to
16263         nnml-marks-changed-p.
16264
16265         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16266         (nnml-save-mail, nnml-active-number): Add server argument.
16267
16268         (nnml-request-delete-group): Warn if group is missing.
16269         (nnml-get-nov-buffer): Decode group name.
16270         (nnml-generate-active-info): Encode group name.
16271         (nnml-open-marks): Decode group name in messages.
16272
16273 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16274
16275         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16276         if it is not specified.
16277         (gnus-article-pipe-part, gnus-article-save-part)
16278         (gnus-article-interactively-view-part, gnus-article-copy-part)
16279         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16280         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16281         (gnus-article-replace-part, gnus-article-delete-part)
16282         (gnus-article-view-part-as-type): Pass raw prefix argument to
16283         gnus-article-part-wrapper.
16284
16285 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16286
16287         * gnus-agent.el (gnus-agent-save-active):
16288         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16289
16290         * gnus-cache.el (gnus-cache-save-buffers)
16291         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16292         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16293         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16294         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16295         (gnus-cache-generate-active, gnus-cache-rename-group)
16296         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16297         (gnus-cache-update-overview-total-fetched-for):
16298         Bind file-name-coding-system to nnmail-pathname-coding-system.
16299         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
16300         New variables.
16301         (gnus-cache-decoded-group-name): New function.
16302         (gnus-cache-file-name): Use it.
16303         (gnus-cache-generate-active): Use non-decoded group name for active.
16304
16305         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
16306         right place.
16307         (gnus-write-active-file): Don't break non-ASCII group names.
16308
16309         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
16310         nnmail-pathname-coding-system.
16311
16312         * lpath.el: Bind default-file-name-coding-system,
16313         file-name-coding-system and language-info-alist for XEmacs.
16314
16315         * gnus-uu.el (gnus-uu-decode-save): Typo.
16316
16317 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16318
16319         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
16320
16321 2007-07-14  David Kastrup  <dak@gnu.org>
16322
16323         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
16324         finishing actions if we did not edit the article.
16325
16326 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16327
16328         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
16329         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
16330         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
16331         (gnus-agent-flush-group, gnus-agent-flush-cache)
16332         (gnus-agent-fetch-headers, gnus-agent-load-alist)
16333         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
16334         (gnus-agent-retrieve-headers, gnus-agent-request-article)
16335         (gnus-agent-regenerate-group)
16336         (gnus-agent-update-files-total-fetched-for)
16337         (gnus-agent-update-view-total-fetched-for):
16338         Bind file-name-coding-system to nnmail-pathname-coding-system.
16339         (gnus-agent-group-pathname): Don't encode file names by
16340         nnmail-pathname-coding-system.
16341         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
16342         coding-system-for-write instead of buffer-file-coding-system to
16343         gnus-agent-file-coding-system.
16344
16345         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
16346         Decode group name.
16347
16348         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
16349
16350         * gnus-start.el (gnus-update-active-hashtb-from-killed)
16351         (gnus-read-newsrc-el-file): Make group names unibyte.
16352
16353         * nnmail.el (nnmail-group-pathname): Don't encode file names by
16354         nnmail-pathname-coding-system.
16355
16356         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
16357         (nnrss-request-delete-group): Bind file-name-coding-system to
16358         nnmail-pathname-coding-system.
16359         (nnrss-read-server-data, nnrss-read-group-data):
16360         Bind file-name-coding-system correctly.
16361         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
16362
16363         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
16364         (nntp-server-to-method-cache): New variable.
16365         (nntp-group-pathname): New function that decodes non-ASCII group names.
16366         (nntp-possibly-create-directory, nntp-marks-changed-p)
16367         (nntp-save-marks, nntp-open-marks): Use it.
16368         (nntp-possibly-create-directory, nntp-open-marks):
16369         Bind file-name-coding-system to nnmail-pathname-coding-system.
16370         (nntp-open-marks): Decode group names when bootstrapping marks.
16371
16372         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
16373         Newsgroups and Followup-To headers.
16374
16375 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16376
16377         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16378         (gnus-server-closed-face, gnus-server-denied-face)
16379         (gnus-server-offline-face): Remove variable.
16380         (gnus-server-font-lock-keywords): Use faces that are not aliases.
16381
16382         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
16383         of modifying message-stack directly for XEmacs.
16384
16385         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
16386         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
16387         if the coding-system argument is nil for XEmacs.
16388
16389         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
16390         mm-charset-override-alist.
16391
16392         * rfc2047.el: Don't require base64; require rfc2045 for the function
16393         rfc2045-encode-string.
16394         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
16395         to quote the parameter value.
16396
16397 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16398
16399         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
16400         form in gnus-group-name-charset-method-alist.
16401
16402         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
16403         overrides the default layout edit-form.
16404
16405         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
16406
16407         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
16408
16409 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16410
16411         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16412         as unfetched articles.
16413
16414 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
16415
16416         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16417
16418 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16419
16420         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16421         original back end that keeps marks in the local system.
16422
16423 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16424
16425         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16426         arg of pop-to-buffer for XEmacs.
16427         (gnus-article-read-summary-keys): Ditto; don't restore window
16428         configuration if summary command ends up with neither article buffer
16429         nor summary buffer; describe bindings if summary keys end with C-h.
16430
16431 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16432
16433         * message.el (message-fix-before-sending): Skip raw message part to be
16434         forwarded while checking illegible text.
16435         (message-forward-make-body-mime, message-forward-make-body):
16436         Mark signed or encrypted raw message as having no illegible text.
16437
16438 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16439
16440         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
16441         (gnus-message-with-timestamp-1): New macro.
16442         (gnus-message-with-timestamp): New function.
16443         (gnus-message): Use them.
16444
16445         * nnheader.el (nnheader-message): Use them.
16446
16447 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
16448
16449         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16450         .newsrc.eld file.
16451
16452 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16453
16454         * gnus-agent.el (gnus-agent-fetch-headers)
16455         (gnus-agent-retrieve-headers):
16456         Bind gnus-decode-encoded-address-function to identity.
16457
16458         * nntp.el (nntp-send-xover-command): Recognize an xover command is
16459         available also when the server returns simply a dot.
16460
16461         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16462
16463 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16464
16465         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16466
16467 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16468
16469         * gnus-ems.el (gnus-x-splash): Make it work.
16470
16471         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16472         from being used.
16473
16474         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
16475
16476 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16477
16478         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
16479         4th and the 5th arguments.
16480
16481         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16482         the front stickiness.
16483         (gnus-article-summary-command-nosave): Correct the order of the
16484         arguments passed to pop-to-buffer.
16485         (gnus-article-read-summary-keys): Ditto; make it work properly when the
16486         summary command ends up with the article buffer.
16487
16488         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16489         the same faces.
16490
16491 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
16492
16493         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16494
16495 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
16496
16497         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16498         * gnus-sum.el (gnus-summary-highlight):
16499         * pgg.el (pgg-sign-region, pgg-sign):
16500         * mail-source.el (mail-source-delete-old-incoming-confirm):
16501         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16502
16503 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16504
16505         * gnus-art.el (gnus-mime-view-part-externally)
16506         (gnus-mime-view-part-internally): Fix predicate function passed to
16507         completing-read.
16508
16509         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16510
16511         * gnus.el (gnus-update-message-archive-method): Add :version.
16512
16513 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16514
16515         * gnus.el (gnus-update-message-archive-method): New variable.
16516
16517         * gnus-start.el (gnus-setup-news): Update saved "archive" method
16518         according to gnus-message-archive-method if
16519         gnus-update-message-archive-method is non-nil.
16520
16521 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16522
16523         * gnus-sum.el (gnus-summary-limit-to-address): New function.
16524         Suggested by Loic Dachary <loic@dachary.org>.
16525         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16526
16527 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16528
16529         * message.el (message-pop-to-buffer): Add switch-function argument.
16530         (message-mail): Pass switch-function argument to it.
16531
16532 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
16533
16534         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16535         Improve doc string.
16536
16537 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16538
16539         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16540         (gnus-header-content):
16541         * gnus-cite.el (gnus-cite-10):
16542         * gnus-srvr.el (gnus-server-closed):
16543         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16544         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16545         (gnus-group-mail-3-empty, gnus-group-mail-low)
16546         (gnus-group-mail-low-empty, gnus-splash):
16547         * message.el (message-header-to, message-header-cc)
16548         (message-header-subject, message-header-other, message-header-name)
16549         (message-header-xheader, message-separator, message-cited-text)
16550         (message-mml): Lighten colors of faces used for dark background.
16551
16552 2007-05-24  Simon Josefsson  <simon@josefsson.org>
16553
16554         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16555         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
16556
16557 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16558
16559         * message.el (message-narrow-to-headers-or-head):
16560         Ignore mail-header-separator in the body.
16561
16562 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16563
16564         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16565         same as window size.
16566
16567 2007-05-22  Kevin Ryde  <user42@zip.com.au>
16568
16569         * message.el (message-font-lock-keywords): Use message-header-xheader
16570         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
16571         ahead of the anything pattern, to get it recognized.
16572
16573 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16574
16575         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
16576         spam.el loads uses it in the compiled defadvice form.
16577
16578 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
16579
16580         * gnus-sum.el (gnus-articles-to-read)
16581         (gnus-summary-insert-old-articles): Don't truncate group name for
16582         `read-string'.
16583
16584         * gnus-util.el (gnus-limit-string): Delete this function.
16585
16586         * gnus-sum.el (gnus-simplify-subject-fully):
16587         Use `truncate-string-to-width' instead.
16588
16589 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
16590
16591         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16592         Tell if, on summary exit, the next group has to be selected.
16593         (gnus-summary-exit): Use it.
16594
16595 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
16596
16597         * gnus-art.el (gnus-article-mode): Fix comment about displaying
16598         non-break space.
16599
16600 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16601
16602         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16603         Check if group is not a directory.
16604         (nnfolder-request-expire-articles): Don't delete articles if the target
16605         group is not available.
16606
16607         * nnml.el (nnml-request-create-group): Properly check if group is not a
16608         file.
16609         (nnml-request-expire-articles): Don't delete articles if the target
16610         group is not available.
16611
16612         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16613         Don't quote characters that are within parentheses.
16614
16615 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16616
16617         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16618         (gnus-handle-ephemeral-exit): Select article according to it.
16619
16620 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16621
16622         * message.el (message-insert-formated-citation-line): Remove newline.
16623         (message-citation-line-format): Add final \n here so that the user can
16624         avoid a blank line.
16625
16626 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16627
16628         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16629         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16630         Update lanl/arXiv support.
16631
16632 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16633
16634         * gnus.el: Bump version number.
16635
16636 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16637
16638         * gnus.el (gnus-version-number): Bump version.
16639
16640 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16641
16642         * gnus.el: No Gnus v0.6 is released.
16643
16644 2007-04-27  Didier Verna  <didier@xemacs.org>
16645
16646         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16647         * gmm-utils.el (gmm-regexp-concat): ... here.
16648         * message.el: Don't require 'gnus-util.
16649         (message-dont-reply-to-names): Handle name change above.
16650         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16651
16652 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16653
16654         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16655         since the initial value varies according to the system.
16656
16657 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16658
16659         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16660
16661 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16662
16663         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16664
16665 2007-04-24  Didier Verna  <didier@xemacs.org>
16666
16667         Improve the type of gnus-ignored-from-addresses.
16668         * gnus-util.el (gnus-orify-regexp): New function.
16669         * message.el (gnus-util): Require it.
16670         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16671         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16672         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16673
16674 2007-04-24  Didier Verna  <didier@xemacs.org>
16675
16676         * gnus-sum.el:
16677         * gnus-utils.el: Fix some trailing whitespaces.
16678
16679 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16680
16681         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16682         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16683         article's Message-ID; refer parent article in summary buffer.
16684
16685         * message.el (message-bounce): Call mime-to-mml.
16686
16687         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16688         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16689         optimize and/or forms properly.
16690
16691 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16692
16693         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16694         URL.
16695
16696 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16697
16698         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16699
16700 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16701
16702         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16703         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16704         displayed of multipart/alternative part if it is invoked from summary
16705         buffer.
16706
16707         * mm-view.el (mm-inline-text-html-render-with-w3m)
16708         (mm-inline-text-html-render-with-w3m-standalone)
16709         (mm-inline-render-with-function): Use mail-parse-charset by default.
16710
16711 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16712
16713         * parse-time.el (parse-time-string-chars): Check if CHAR
16714         is less than the length of parse-time-syntax.
16715
16716 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16717
16718         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16719         from gnus-newsgroup-processable.
16720
16721 2007-04-16  Didier Verna  <didier@xemacs.org>
16722
16723         * gnus-msg.el (gnus-configure-posting-styles):
16724         Handle message-signature-directory properly with :file syntax.
16725         Reported by "Leo".
16726
16727 2007-04-11  Didier Verna  <didier@xemacs.org>
16728
16729         New user option: message-signature-directory.
16730         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16731         * message.el (message-insert-signature): Ditto.
16732         * message.el (message-signature-file): Doc update.
16733         * message.el (message-signature-directory): New.
16734
16735 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16736
16737         * gnus-msg.el (gnus-inews-yank-articles):
16738         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16739
16740 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16741
16742         * message.el (message-yank-original): Make sure cited text ends with
16743         newline; don't exchange point and mark.
16744
16745 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16746
16747         * tls.el (open-tls-stream): Properly handle case where there
16748         is no associated buffer.
16749
16750 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16751
16752         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16753         message-yank-original, make sure (< mark TEXT point).
16754
16755 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16756
16757         * message.el (message-fill-column): New variable.
16758         (message-mode): Use it.  Add comment on a possible new hook.
16759
16760         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16761         (nnmail-get-new-mail): Reformat.
16762
16763         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16764
16765         * gmm-utils.el: Fix Commentary.
16766         (gmm-tool-bar-from-list): Fix typo in doc string.
16767
16768 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16769
16770         * message.el (message-yank-original): Don't switch point and mark
16771         unnecessarily to put point and mark as documented.
16772
16773 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16774
16775         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16776         from the message heads.
16777
16778 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16779
16780         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16781         article buffer does not have a window.  This may not be the best
16782         solution but is certainly better than setting the start of the null,
16783         that is the current, window.
16784
16785 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16786
16787         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16788         (gnus-draft-setup): Run it.
16789
16790         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16791         gnus-score-fast-scoring.  Allow regexp.
16792         (gnus-score-headers): Use it.
16793
16794         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16795         XEmacs.
16796
16797         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16798         string.
16799         (gnus-button-alist): Also catch `<f1> k ...'.
16800         (gnus-treat-display-x-face): Fix doc string.
16801
16802 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16803
16804         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16805         evaluation of gnus-extended-version to ensure correct generation of the
16806         User-Agent header when message-generate-headers-first is used.
16807
16808 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16809
16810         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16811         hashcash-path is nil.  Don't call callback with incorrect number of
16812         parameters if val is 0.
16813
16814 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16815
16816         * message.el (message-required-news-headers):
16817         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16818
16819 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16820
16821         * tls.el (open-tls-stream): In handshake-waiting loop,
16822         don't wait more if there is output available to process.
16823
16824 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16825
16826         * tls.el (tls-program): Doc fix.
16827
16828 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16829
16830         * message.el (message-generate-new-buffers): Change the meaning of the
16831         nil value; add `standard' to the choices; treat t as `unique'; improve
16832         doc string.
16833         (gnus-select-frame-set-input-focus): Autoload.
16834         (message-buffer-name): Search for the existing message buffer if
16835         message-generate-new-buffers is nil or `standard'; treat the value t of
16836         message-generate-new-buffers as `unique'.
16837         (message-pop-to-buffer): Raise the frame already displaying the message
16838         buffer; clear the echo area after querying.
16839         (message-setup): Pass the `continue' argument to compose-mail.
16840         (message-mail): Prefer `switch-function' if it is given; search for the
16841         existing message buffer if the `continue' argument is non-nil; pass
16842         continue and switch-function arguments to compose-mail by way of
16843         message-setup.
16844         (message-mail-other-window): Adjust argument of message-setup.
16845         (message-mail-other-frame): Ditto.
16846
16847 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16848
16849         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16850         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16851         to turn font-lock on when turning gnus-message-citation-mode on.
16852
16853 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16854
16855         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16856         (mml-smime-function-alist): New variable; add epg as the backend.
16857         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16858         mml-smime- functions instead.
16859         * mm-view.el: Require smime.
16860
16861 2007-03-05  Didier Verna  <didier@xemacs.org>
16862
16863         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16864         instead of just inheritance for posting styles.
16865         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16866
16867 2007-02-24  Chris Moore  <dooglus@gmail.com>
16868
16869         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16870         * pgg-pgp.el (pgg-pgp-encrypt-region):
16871         * pgg-gpg.el (pgg-gpg-encrypt-region):
16872         Check pgg-encrypt-for-me if no other recipients.
16873
16874 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16875
16876         * tls.el (tls-certtool-program): Fix custom type.
16877
16878 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16879
16880         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16881         and point-at-eol instead of line-(beginning|end)-position.
16882
16883         * assistant.el (assistant-parse-buffer): Ditto.
16884
16885         * netrc.el (netrc-parse-services): Ditto.
16886
16887 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16888
16889         * mml2015.el (mml2015-epg-find-usable-key): New function.
16890         (mml2015-epg-sign): Use it.
16891         (mml2015-epg-encrypt): Use it.
16892
16893 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16894
16895         * message.el (message-make-in-reply-to): Quote name containing
16896         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16897         if there are special characters.  Reported by NAKAJI Hiroyuki
16898         <nakaji@jp.freebsd.org>.
16899
16900 2007-02-27  Didier Verna  <didier@xemacs.org>
16901
16902         Include the group parameters as well as the topic ones in the
16903         inheritance filter process.
16904         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16905         argument GROUP-PARAMS-LIST.
16906         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16907
16908 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16909
16910         * nntp.el (nntp-never-echoes-commands)
16911         (nntp-open-connection-functions-never-echo-commands): New variables.
16912         (nntp-send-command): Use them.
16913
16914 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16915
16916         * mml2015.el (mml2015-epg-verify): Simplify.
16917
16918 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16919
16920         * mml.el (mml-content-disposition-alist): New user option.
16921         (mml-content-disposition): New function.
16922         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16923         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16924
16925 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16926
16927         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16928         verification.
16929
16930 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16931
16932         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16933         articles posted in the last 24 hours.
16934
16935 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16936
16937         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16938
16939 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16940
16941         * nntp.el (nntp-send-command): Don't wait for echoes when
16942         nntp-open-ssl-stream is used.
16943
16944 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16945
16946         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16947         (gnus-message-add-citation-keywords)
16948         (gnus-message-remove-citation-keywords): Remove.
16949         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16950         directly, make the variables in font-lock-defaults buffer-local, add
16951         gnus-message-citation-keywords to them and then update the value of
16952         font-lock-keywords.
16953
16954 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16955
16956         * message.el (message-cite-original-1): Don't call
16957         gnus-article-highlight-citation.
16958
16959         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16960         citations; fix line count.
16961
16962 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16963
16964         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16965         (gnus-message-add-citation-keywords)
16966         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16967         versions of font-lock-add-keywords and font-lock-remove-keywords to
16968         work with XEmacs correctly.
16969
16970 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16971
16972         * gnus-cite.el (gnus-cite-face-list): Set the values of
16973         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16974         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16975         (gnus-message-cite-prefix-regexp): New variable.
16976         (gnus-message-search-citation-line): Use it; protect against long
16977         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16978         the 0th match data for Emacs.
16979         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16980         (gnus-message-add-citation-keywords): Append keywords rather than
16981         prepending; emulate font-lock-add-keywords if it is not available.
16982         (gnus-message-remove-citation-keywords):
16983         Emulate font-lock-remove-keywords if it is not available.
16984
16985         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16986
16987         * message.el (message-cite-prefix-regexp): Set the value of
16988         gnus-message-cite-prefix-regexp.
16989
16990 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16991
16992         * nnweb.el (nnweb-google-parse-1): Update parser.
16993
16994 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16995
16996         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16997
16998 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16999
17000         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17001         regexp.
17002
17003 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17004
17005         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17006         string-to-multibyte.
17007         (uudecode-decode-region-internal): Use it.
17008
17009         * lpath.el: Fbind string-as-multibyte for XEmacs.
17010
17011 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17012
17013         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17014         Fix custom choice.
17015
17016         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17017
17018 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17019
17020         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17021
17022         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17023         `write-region' to respect `mm-inhibit-file-name-handlers'.
17024
17025 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17026
17027         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17028         Use gnus-home-directory instead of "~/" or "$HOME".
17029
17030 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17031
17032         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17033         to mention filename.
17034         Add comments at beginning regarding usage.
17035         (encrypt-write-file-contents): Change interactive so a string is
17036         acceptable.  If the file has no associated model, show an error instead
17037         of a nonsense prompt.
17038
17039 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17040
17041         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17042         Thanks to Yoshihiko Yamada for kind notification of this typo.
17043
17044 2007-01-12  Kenichi Handa  <handa@m17n.org>
17045
17046         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17047         multibyte buffer.
17048
17049 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17050
17051         * gnus-score.el (gnus-score-fast-scoring): New variable.
17052         (gnus-score-headers): Use it.
17053
17054         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17055
17056         * message.el (message-cite-original-1):
17057         Call gnus-article-highlight-citation if requested.
17058         (message-make-from): Allow name and address as optional arguments.
17059
17060         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17061
17062         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17063         bugs to doc string.
17064         (gnus-button-alist): Add mid\\|message-id.
17065         (gnus-button-fetch-group): Extend for use in
17066         `browse-url-browser-function'.
17067         (gnus-button-url-regexp): Try to catch paired parentheses like in
17068         Wikipedia URLs.
17069
17070         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17071         Suggested by Simon Krahnke <overlord@gmx.li>.
17072
17073 2007-01-13  Romain Francoise  <romain@orebokech.com>
17074
17075         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17076         Update copyright.
17077
17078 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17079
17080         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17081
17082 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17083
17084         * gnus-registry.el (gnus-registry-unfollowed-groups)
17085         (gnus-registry-split-fancy-with-parent): Fix documentation.
17086
17087 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17088
17089         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17090         from nnweb groups.
17091
17092 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17093
17094         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17095         Xref urls.  Erase buffer before requesting head.
17096
17097         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17098
17099 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17100
17101         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17102         customizable.
17103
17104 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17105
17106         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17107         no signing key is found.
17108         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17109         no encrypting and/or signing key is found.
17110
17111 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17112
17113         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17114
17115 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17116
17117         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17118         headers read from disk with the ones newly found in the current search.
17119         This should no longer cause problems, because the article numbers in
17120         Gmane's `nov.php' output are ignored since the previous change.
17121
17122 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17123
17124         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17125
17126 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17127
17128         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17129         replace-regexp-in-string; bind url-version; fbind display-images-p and
17130         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17131         find-face and set-itimer-function for Emacs; bind itimer-list for
17132         Emacs.
17133
17134         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17135
17136 2007-01-01  Romain Francoise  <romain@orebokech.com>
17137
17138         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17139
17140 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17141
17142         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17143         `define-minor-mode' macro definition expanded properly.
17144         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17145         exclude it there.
17146
17147         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17148         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17149         `fboundp' test.
17150         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17151         This is OK to autoload in (S)XEmacs now.
17152
17153 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17154
17155         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17156         keystroke.
17157         (gnus-summary-limit-to-singletons): Fix typo.
17158
17159         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17160         else fails.
17161
17162 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17163
17164         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17165         docstring.
17166
17167         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17168         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17169         (gnus-summary-insert-dormant-articles): Fix typo in message.
17170
17171 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17172
17173         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17174         nil for XEmacs.
17175         (gnus-message-citation-mode): Don't autoload in XEmacs.
17176
17177         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17178
17179 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17180
17181         * nnimap.el (nnimap-expunge-search-string):
17182         Mention nnimap-search-uids-not-since-is-evil in docstring.
17183
17184 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17185
17186         * spam.el: Revert to make-obsolete-variable because
17187         define-obsolete-variable-alias is not supported in Emacs 21.
17188
17189         * spam.el (spam-ifile-path, spam-ifile-database-path)
17190         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17191         make-obsolete-variable.
17192         (spam-bsfilter-path, spam-bsfilter-program)
17193         (spam-spamassassin-path, spam-spamassassin-program)
17194         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17195         Don't use "path" inappropriately.
17196         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17197         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17198         variable names.
17199
17200 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17201
17202         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17203         summary buffer.
17204
17205         * password.el (password-cache-remove): Use clear-string to burn
17206         password, if available.
17207
17208 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17209
17210         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17211
17212         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17213
17214         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17215         (gnus-message-highlight-citation): Move defcustom here from
17216         gnus-cite.el.
17217         (gnus-message-citation-mode): Autoload.
17218
17219         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17220         checks to make it compile with XEmacs.
17221         (gnus-message-citation-mode): New minor mode.
17222         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17223         (gnus-message-highlight-citation): New variables.
17224         (gnus-message-search-citation-line)
17225         (gnus-message-add-citation-keywords)
17226         (gnus-message-remove-citation-keywords)
17227         (turn-on-gnus-message-citation-mode)
17228         (turn-off-gnus-message-citation-mode): New functions.
17229
17230 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17231
17232         * gnus-cite.el: Enable highlighting of different citation levels in
17233         message-mode.
17234
17235 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17236
17237         * message.el (message-make-fqdn): Fix comment.
17238         (message-bogus-system-names): Add ".local".
17239
17240         * spam.el (spam-ifile-path, spam-ifile-program)
17241         (spam-ifile-database-path, spam-ifile-database)
17242         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17243         Don't use "path" inappropriately.
17244         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17245         strings.
17246         (spam-check-ifile, spam-ifile-register-with-ifile)
17247         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17248         Use new variable names.
17249
17250         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17251         (gnus-treat-display-smileys): Simplify using
17252         gnus-image-type-available-p.
17253
17254         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17255         available.
17256
17257         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17258         Use `display-images-p' if available.
17259
17260 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17261
17262         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17263         one after turning on the buffer's multibyteness instead of decoding
17264         them directly in the unibyte buffer that causes unexpected conversion
17265         in Emacs 23 (unicode).
17266
17267 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17268
17269         * message.el (message-generate-hashcash): Fix custom type.
17270
17271 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17272
17273         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17274
17275 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17276
17277         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17278         disconnect icons.  Add help text.
17279
17280 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17281
17282         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17283         negated to be consistent with the others we handle.
17284
17285 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17286
17287         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17288         version of gnus-summary-buffer to something, so that we can use two
17289         article buffers at the same time.
17290
17291 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17292
17293         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17294         trigger all the extra headers.
17295         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17296         sorting.
17297
17298 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17299
17300         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
17301         solid groups.
17302
17303 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
17304
17305         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
17306
17307 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
17308
17309         * legacy-gnus-agent.el: Add Copyright notice.
17310
17311 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
17312
17313         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
17314
17315 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17316
17317         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
17318
17319         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
17320         to make it work reliably in CVS Emacs.
17321         (gnus-summary-limit-strange-charsets-predicate)
17322         (gnus-summary-limit-to-predicate): New functions.
17323
17324 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
17325
17326         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
17327         specifying array size.
17328         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
17329         array if it is too small.
17330         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
17331         (gnus-sort-threads-loop): New function.
17332
17333 2006-12-06  Chris Moore  <dooglus@gmail.com>
17334
17335         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
17336         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
17337
17338 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
17339
17340         * mm-url.el (mm-url-predefined-programs): Call curl with correct
17341         options.
17342
17343 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17344
17345         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
17346         DOS-ing the recipient.
17347
17348         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
17349         the headers when creating the mapping to avoid mismappings.
17350         (nnweb-gmane-create-mapping): Always nix out old mapping.
17351
17352 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17353
17354         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
17355         and mm-verify-option to never.
17356
17357 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17358
17359         * message.el (message-signed-or-encrypted-p): New function.
17360         (message-forward-make-body): Use it.
17361
17362         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
17363         Replace encode-coding-string with mm-encode-coding-string.
17364
17365 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17366
17367         * nneething.el (nneething-decode-file-name):
17368         Replace decode-coding-string with mm-decode-coding-string.
17369
17370         * gnus-int.el (gnus-open-server): Say failed server's name.
17371
17372 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17373
17374         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
17375         strings to a single string.  Quote `errors-file-name'.
17376         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
17377         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
17378         Adjust calls.  Use `shell-quote-argument'.
17379
17380 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
17381
17382         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
17383         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
17384
17385         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
17386         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
17387         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
17388         (gnus-group-make-directory-group, gnus-group-transpose-groups):
17389         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
17390         (gnus-subscribe-newsgroup, gnus-1):
17391         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
17392         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
17393         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
17394         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
17395
17396 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17397
17398         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
17399         keystroke.
17400         (gnus-summary-limit-to-bodies): Implement headersp.
17401
17402 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17403
17404         * dns.el (query-dns): Protect against "Process dns deleted" strings.
17405
17406 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17407
17408         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
17409
17410 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17411
17412         * message.el (message-generate-hashcash): Expand range of values to
17413         include `opportunistic'.
17414         (message-send-mail): Use it.
17415
17416 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17417
17418         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
17419         and comment it.
17420
17421         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
17422
17423 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
17424
17425         * gnus-util.el (gnus-extract-address-components): Improve comment.
17426
17427 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17428
17429         * gnus-util.el (gnus-extract-address-components): Work with address in
17430         which the name portion contains @.
17431
17432         * lpath.el: Fbind custom-autoload.
17433
17434 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17435
17436         * gnus.el (gnus-start): Move custom group up.
17437         (gnus-select-method): Don't autoload, but make it available for
17438         `customize-variable'.
17439         (gnus-getenv-nntpserver): Don't autoload.
17440
17441 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
17442
17443         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
17444
17445 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17446
17447         * message.el (message-sendmail-extra-arguments): New variable.
17448         (message-send-mail-with-sendmail): Use it.
17449
17450 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17451
17452         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
17453         mm-with-unibyte-current-buffer to make string unibyte.
17454
17455         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
17456         mm-string-as-multibyte.
17457
17458 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
17459
17460         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
17461         Reported by Werner Koch <wk@gnupg.org>.
17462
17463 2006-11-14  Daiki Ueno  <ueno@p360>
17464
17465         * mml2015.el: Autoload epa-select-keys when compiling.
17466
17467 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17468
17469         * mml2015.el (mml2015-epg-sign): Save the signing keys in
17470         message-options.
17471         (mml2015-epg-encrypt): Save the recipient keys in message-options.
17472
17473 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17474
17475         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17476         EasyPG (< 0.0.6).
17477         (mml2015-always-trust): New user option.
17478         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17479         prompt.
17480
17481 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17482
17483         * nntp.el (nntp-authinfo-force): New variable.
17484         (nntp-send-authinfo): Use it.
17485
17486 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
17487
17488         * message.el (message-strip-subject-encoded-words): Allow _not_ to
17489         decode encoded words.  Improve prompt.  Add comment about forwarding.
17490         (message-replacement-char): Move up.
17491
17492 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17493
17494         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17495         instead of gnus-intersection because arguments of gnus-sorted-nunion
17496         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
17497
17498 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
17499
17500         * message.el (message-strip-subject-encoded-words): Reformat prompt.
17501         (message-simplify-subject-functions):
17502         Enable message-strip-subject-encoded-words by default.
17503
17504 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
17505
17506         * message.el (message-strip-subject-encoded-words): New function.
17507         (message-simplify-subject-functions): New variable.
17508         (message-simplify-subject): Use it.  Fix typo in doc string.
17509         Support message-strip-subject-encoded-words.
17510
17511 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
17512
17513         * gnus-diary.el (gnus-diary-delay-format-function):
17514         * nndiary.el (nndiary-reminders):
17515         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17516
17517 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17518
17519         * gnus-art.el (article-hide-boring-headers): Fetch date from
17520         gnus-original-article-buffer to avoid problems with localized date
17521         strings.
17522
17523 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17524
17525         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17526
17527 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
17528
17529         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17530         New variables.
17531         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17532         (mm-charset-synonym-alist): Move some entries to
17533         mm-codepage-iso-8859-list.
17534         (mm-charset-synonym-alist, mm-charset-override-alist):
17535         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17536
17537 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17538
17539         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17540
17541 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17542
17543         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17544         with Emacs 21 and XEmacs.
17545
17546 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
17547
17548         * spam.el (spam-parse-address): New function for better parsing,
17549         catching errors, etc.
17550         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17551
17552 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17553
17554         * mm-view.el: Add interactive arg to html2text autoload.
17555
17556 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17557
17558         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17559
17560 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
17561
17562         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17563         New variables.
17564         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17565         (mm-charset-synonym-alist): Move some entries to
17566         mm-codepage-iso-8859-list.
17567
17568         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17569
17570 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
17571
17572         * message.el (message-citation-line-format)
17573         (message-insert-formated-citation-line): Fix implementation of %E, %N
17574         and %n according to the doc string.
17575
17576 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
17577
17578         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17579         Use car-safe to avoid bad parses.
17580
17581 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17582
17583         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17584         names.
17585
17586         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17587
17588 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17589
17590         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17591         header.
17592
17593         * message.el (message-draft-headers): Add Date.
17594         (message-headers-to-generate): Fix typo in docstring.
17595
17596         * nndraft.el (nndraft-required-headers): New variable.
17597         (nndraft-generate-headers): Use it.
17598
17599         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17600
17601 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17602
17603         * gnus-registry.el (gnus-registry-wash-for-keywords)
17604         (gnus-registry-find-keywords): New functions to allow easy searching of
17605         articles that are in the registry.
17606
17607 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17608
17609         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17610         Use ietf-drums-parse-address instead of gnus-extract-address-components.
17611         Reported by Damien Elmes <damien@repose.cx>.
17612
17613 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17614
17615         * gnus.el (gnus-mime): Remove unused custom group.
17616
17617 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17618
17619         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17620         "blank line" when searching for end of armor headers.
17621
17622 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17623
17624         * gmm-utils.el (gmm-write-region): Fix variable name.
17625
17626 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17627
17628         * gmm-utils.el (gmm-write-region): New function based on compatibility
17629         code from `mm-make-temp-file'.
17630
17631         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17632
17633         * nnmaildir.el (nnmaildir--update-nov)
17634         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17635         Use `gmm-write-region'.
17636
17637 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17638
17639         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17640         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17641
17642         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17643
17644         * message.el (message-replacement-char): New variable.
17645         (message-fix-before-sending): Use it.
17646         (message-simplify-subject): New function to remove duplicate code.
17647         (message-reply, message-followup): Use it.
17648
17649         * gnus-sum.el (gnus-summary-make-menu-bar):
17650         Clarify gnus-summary-limit-to-articles.
17651
17652 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17653
17654         * gnus-util.el (gnus-with-local-quit): New macro.
17655
17656         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17657
17658 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17659
17660         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17661         ignore non-string data.
17662
17663 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17664
17665         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17666         non-string data (needs to be done in the registry too).
17667
17668 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17669
17670         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17671         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17672         (gnus-registry-split-fancy-with-parent)
17673         (gnus-registry-fetch-simplified-message-subject-fast)
17674         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17675         Remove text properties on ingress into the registry and when it's saved.
17676         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17677         registry from entries with no groups.
17678
17679 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17680
17681         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17682         function to remove string properties.
17683
17684 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17685
17686         * gmm-utils.el (gmm): Adjust custom version.
17687
17688         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17689         Adjust custom version.
17690
17691         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17692
17693 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17694
17695         * gnus-art.el (gnus-insert-prev-page-button)
17696         (gnus-insert-next-page-button): Simplify.  Reformat.
17697
17698 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17699
17700         * gnus-art.el (gnus-insert-prev-page-button)
17701         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17702
17703 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17704
17705         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17706
17707 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17708
17709         * gnus-art.el (gnus-insert-mime-button)
17710         (gnus-insert-mime-security-button):
17711         Apply gnus-article-button-face to MIME and security buttons.
17712
17713 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17714
17715         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17716         readable.
17717
17718 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17719
17720         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17721
17722 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17723
17724         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17725         `browse-url-of-file' instead of `browse-url'.
17726
17727 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17728
17729         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17730         regexp.  Articles containing quotation were cut prematurely.
17731
17732 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17733
17734         * message.el (message-cite-original-1): Use nobody by default for the
17735         value of From header.
17736         (message-reply): Ditto.
17737
17738 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17739
17740         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17741         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17742         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17743
17744 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17745
17746         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17747         mails in the doc string.  Add some URLs in comment.
17748         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17749
17750 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17751
17752         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17753         backslashes handling and the way to find boundaries of quoted strings.
17754
17755 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17756
17757         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17758         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17759         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17760         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17761
17762 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17763
17764         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17765         doc string.
17766         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17767
17768 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17769
17770         * lpath.el: Fbind epg-check-configuration.
17771
17772 2006-09-06  Simon Josefsson  <jas@extundo.com>
17773
17774         * mml2015.el (mml2015-use): Doc fix, mention epg.
17775
17776 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17777
17778         * mml2015.el (mml2015-use): Default to epg, if available.
17779
17780 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17781
17782         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17783         message-sender.
17784         (mml1991-epg-encrypt): Ditto.
17785         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17786         message-sender.
17787         (mml2015-epg-encrypt): Ditto.
17788
17789 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17790
17791         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17792         several common directories.
17793
17794 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17795
17796         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17797         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17798
17799 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17800
17801         * gnus-art.el (article-decode-encoded-words): Make it fast.
17802
17803 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17804
17805         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17806
17807         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17808         in quoted string into `\'.
17809
17810 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17811
17812         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17813         Use standard-syntax-table.
17814
17815 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17816
17817         * gnus-art.el (gnus-decode-address-function): New variable.
17818         (article-decode-encoded-words): Use it to decode headers which are
17819         assumed to contain addresses.
17820         (gnus-mime-delete-part): Remove useless `or'.
17821
17822         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17823         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17824         (gnus-nov-parse-line): Use it to decode From header.
17825         (gnus-get-newsgroup-headers): Ditto.
17826         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17827
17828         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17829         (mail-decode-encoded-address-string): New alias.
17830
17831         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17832         New function.
17833         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17834         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17835         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17836         (rfc2047-decode-string): Ditto.
17837         (rfc2047-decode-address-region): New function.
17838         (rfc2047-decode-address-string): New function.
17839
17840 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17841
17842         * message.el (message-caesar-buffer-body): Allow rotating headers.
17843
17844         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17845
17846         * message.el (message-insert-formated-citation-line): Fix %f.
17847         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17848
17849 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17850
17851         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17852         (gnus-bookmark-mouse-available-p): New macro.
17853         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17854         (gnus-bookmark-bmenu-show-infos): Use it.
17855         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17856         (gnus-bookmark-bmenu-hide-infos): Ditto.
17857         (gnus-bookmark-remove-properties): New function.
17858         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17859         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17860         (gnus-bookmark-write-file): Bind coding-system-for-write.
17861         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17862         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17863         group before selecting it.
17864         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17865         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17866         quit-window if it is not available; use gnus-mouse-2 and bind it to
17867         gnus-bookmark-bmenu-select-by-mouse.
17868         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17869         (gnus-bookmark-bmenu-select-by-mouse): New function.
17870
17871 2006-08-13  Romain Francoise  <romain@orebokech.com>
17872
17873         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17874         space.
17875
17876 2006-08-10  Romain Francoise  <romain@orebokech.com>
17877
17878         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17879         (dns-mode-soa-auto-increment-serial): New user option.
17880         (dns-mode-soa-maybe-increment-serial): New function.
17881         (dns-mode): Add the latter to `write-contents-functions'.
17882
17883 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17884
17885         * compface.el (uncompface): Use binary rather than raw-text-unix.
17886
17887 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17888
17889         * compface.el (uncompface): Make sure the eol conversion doesn't take
17890         place when communicating with the external programs.
17891         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17892
17893 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17894
17895         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17896
17897 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17898
17899         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17900         Make it more robust by parsing author and date independently.
17901
17902 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17903
17904         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17905
17906 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17907
17908         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17909         first matching secret key.
17910         (mml2015-epg-encrypt): Ditto.
17911
17912         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17913         first matching secret key.
17914         (mml1991-epg-encrypt): Ditto.
17915
17916         * mml2015.el (mml2015-encrypt-to-self): New user option.
17917         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17918         mml2015-epg-encrypt-to-self is set.
17919
17920         * mml1991.el (mml1991-encrypt-to-self): New variable.
17921         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17922         mml1991-epg-encrypt-to-self is set.
17923
17924         * mml2015.el (mml2015-signers): New user option.
17925         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17926         (mml2015-epg-encrypt): Allow to select signing keys.
17927
17928         * mml1991.el (mml1991-signers): New variable.
17929         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17930         (mml1991-epg-encrypt): Allow to select signing keys.
17931
17932 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17933
17934         * nnheader.el (nnheader-insert-head): Make it work even if the file
17935         uses CRLF for the line-break code.
17936
17937 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17938
17939         * mml2015.el: Require mml-sec instead of password.
17940         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17941         (mml2015-cache-passphrase): Inherit the default value from
17942         mml-secure-cache-passphrase.
17943         (mml2015-passphrase-cache-expiry): Inherit the default value from
17944         mml-secure-passphrase-cache-expiry.
17945
17946         * mml1991.el: Require mml-sec instead of password.
17947         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17948         (mml1991-cache-passphrase): Inherit the default value from
17949         mml-secure-cache-passphrase.
17950         (mml1991-passphrase-cache-expiry): Inherit the default value from
17951         mml-secure-passphrase-cache-expiry.
17952
17953         * mml-sec.el: Require password.
17954         (mml-secure-verbose): New user option.
17955         (mml-secure-cache-passphrase): New user option.
17956         (mml-secure-passphrase-cache-expiry): New user option.
17957
17958 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17959             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17960
17961         * pgg-def.el (pgg-truncate-key-identifier):
17962         Truncate the key ID to 8 letters from the end.
17963
17964 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17965
17966         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17967         workaround for the url package included with Emacs.
17968
17969         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17970
17971 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17972
17973         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17974         correctly.  This fixes a bug caused by the 2006-05-12 change.
17975
17976 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17977
17978         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17979         some information about the error when saying that the `bogus' mail
17980         group will be used.
17981
17982 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17983
17984         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17985         string.
17986
17987 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17988
17989         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17990
17991 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17992
17993         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17994
17995 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17996
17997         * mml1991.el (mml1991-function-alist): Add epg.
17998         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17999         (mml1991-epg-encrypt): New functions.
18000
18001 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18002
18003         * mml2015.el (mml2015-verbose): New variable.
18004         (mml2015-cache-passphrase): Ditto.
18005         (mml2015-passphrase-cache-expiry): Ditto.
18006         (mml2015-function-alist): Add epg.
18007         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18008         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18009         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18010         New functions.
18011
18012 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18013
18014         * message.el (message-cite-original-1): Preserve region when removing
18015         quoted text due to X-No-Archive in order to avoid bogus attribution
18016         when citing multiple messages.
18017
18018 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18019
18020         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18021         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18022
18023 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18024
18025         * gnus-diary.el (gnus-user-format-function-d)
18026         (gnus-user-format-function-D): Autoload.
18027
18028         * imap.el (Commentary): Fix typo.
18029
18030         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18031         2006-04-22 contribution.
18032
18033 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18034
18035         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18036         It didn't really fix the bogosity I'm seeing with solid web groups.
18037
18038 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18039
18040         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18041         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18042         created using server names.  If we use the feature without declaring
18043         it, Gnus does not properly manage server and group state.
18044
18045         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18046         bound.
18047
18048 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18049
18050         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18051         looking up the method using GROUP's prefix before inventing a new one.
18052         It is used on killed/unknown groups in various places where returning
18053         an all-new method isn't expected by the caller.
18054
18055         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18056         and match semantics of gnus-group-real-prefix.
18057
18058 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18059
18060         * nnmail.el (nnmail-broken-references-mailers): New variable.
18061         (nnmail-ignore-broken-references): New function generalizing
18062         nnmail-fix-eudora-headers.
18063         (nnmail-fix-eudora-headers): Now obsolete.
18064
18065         * gnus-art.el (gnus-button-handle-custom):
18066         Support `customize-apropos*'.
18067
18068 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18069
18070         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18071
18072         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18073         articles.
18074
18075 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18076
18077         * message.el (message-cite-reply-above): New variable.
18078         (message-yank-original): Use it.
18079
18080 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18081
18082         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18083
18084 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18085
18086         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18087         as read.
18088
18089         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18090
18091 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18092
18093         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18094         (gnus-bookmark-default-file): Use gnus-directory.
18095         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18096         Remove "*" in doc string.
18097         (gnus-bookmark-write-file): Simplify.
18098         (gnus-bookmark-maybe-sort-alist): Use `when'.
18099         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18100         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18101         Add FIXME about Emacs 21 and XEmacs compatibility.
18102         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18103         compatibility.
18104         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18105         compatibility.
18106         (gnus-bookmark-menu-heading): Fix version.
18107
18108 2006-06-19  Bastien Guerry  <bzg@altern.org>
18109
18110         * gnus-bookmark.el: New file.
18111
18112 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18113
18114         * message.el (message-syntax-checks): Doc fix.
18115
18116 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18117
18118         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18119         unsubscribed groups as if they were killed ones.  It causes duplicate
18120         entries in gnus-newsrc-alist.
18121
18122 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18123
18124         * message.el (message-syntax-checks): Doc fix.
18125         (message-send-mail): Add check for continuation headers.
18126         (message-check-news-header-syntax): Fix regexp used to check for
18127         continuation headers.
18128
18129 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18130
18131         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18132
18133 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18134
18135         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18136
18137 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18138
18139         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18140         default-truncate-lines.
18141
18142 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18143
18144         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18145         to fill the utf-8 entry.
18146
18147         * lpath.el: Fbind unicode-precedence-list.
18148
18149 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18150
18151         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18152
18153 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18154
18155         * gnus-agent.el (directory-files-and-attributes): Move all the way
18156         forward (the third and final move).
18157         (gnus-agent-read-agentview): Trap reconstruction errors due to
18158         nonexistent directory.  Handle by returning nil.
18159
18160 2006-05-30  Didier Verna  <didier@xemacs.org>
18161
18162         * message.el (message-dont-reply-to-names): Update the custom type.
18163         * message.el (message-dont-reply-to-names): New defsubst: potentially
18164         convert a list of regexps into a single one.
18165         * message.el (message-get-reply-headers): Use it.
18166         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18167
18168 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18169
18170         * gnus-agent.el (directory-files-and-attributes): Move forward.
18171
18172 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18173
18174         * gnus-ml.el (gnus-mailing-list-subscribe)
18175         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18176         (gnus-mailing-list-message): Fix doc strings.
18177
18178 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18179
18180         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18181         of doing it manually.
18182
18183 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18184
18185         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18186         comment.
18187
18188 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18189
18190         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18191         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18192         (gnus-agent-read-local): All symbols allocated in my-obarray.
18193         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18194         (gnus-agent-regenerate-group): Check numeric names to see if they are
18195         messages or groups.
18196         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18197         better way of do this...)
18198
18199         * gnus-cache.el (gnus-agent-total-fetched-for):
18200         Ignore 'dummy.group' (there should be a better way of do this...)
18201
18202 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18203
18204         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18205         (gnus-saved-headers): Ditto.
18206         (gnus-default-article-saver): Mention functions may have properties.
18207         (gnus-article-save): Override gnus-save-all-headers and
18208         gnus-saved-headers by :headers property which saver function may have.
18209         (gnus-summary-save-in-file): Add :headers property.
18210         (gnus-summary-write-to-file): Ditto.
18211
18212         * gnus-sum.el (gnus-summary-save-article): Bind
18213         gnus-prompt-before-saving to t when saving many articles in a file;
18214         always show all headers.
18215
18216         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18217
18218 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18219
18220         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18221         marks.
18222
18223         * message.el (message-indent-citation): Add optional arguments to allow
18224         using it outside of message buffers.
18225
18226         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18227         (gnus-article-treat-unfold-headers): Use it.
18228         (gnus-article-truncate-lines): New variable.
18229         (gnus-article-mode): Use it.
18230         (gnus-article-toggle-truncate-lines): New function.
18231
18232         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18233         Add gnus-article-toggle-truncate-lines.
18234
18235         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18236         coding system in XEmacs, use binary.
18237
18238 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18239
18240         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18241         after-load-alist.
18242
18243         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18244         this function should save decoded articles.
18245         (gnus-summary-write-to-file): Use property to specify this function
18246         should save decoded articles and specify gnus-summary-save-in-file
18247         should be used to save articles other than the first one when saving
18248         many articles.
18249         (gnus-summary-save-body-in-file): Use property to specify this
18250         function should save decoded articles.
18251         (gnus-summary-write-body-to-file): Use property to specify this
18252         function should save decoded articles and specify
18253         gnus-summary-save-body-in-file should be used to save articles other
18254         than the first one when saving many articles.
18255
18256         * gnus-sum.el (gnus-summary-save-article): Simplify.
18257
18258 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18259
18260         * gnus-art.el (gnus-default-article-saver):
18261         Add gnus-summary-write-body-to-file.
18262         (gnus-article-save-coding-system): Don't use coding system object
18263         in XEmacs.
18264         (gnus-read-save-file-name): Add optional `dir-var' argument which
18265         specifies directory in which files are saved; work even if optional
18266         `variable' argument is not specified.
18267         (gnus-summary-write-to-file): Read file name.
18268         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18269         (gnus-summary-write-body-to-file): New function.
18270
18271         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18272         (gnus-summary-local-variables): Add it.
18273         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18274         (gnus-summary-save-article): Remove optional `decode' argument;
18275         determine whether to decode articles by the value of
18276         gnus-default-article-saver; when saving many files using
18277         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18278         it first and use gnus-summary-save-in-file or
18279         gnus-summary-save-body-in-file thereafter unless
18280         gnus-prompt-before-saving is always; move point to article which
18281         will be saved.
18282         (gnus-summary-save-article-file): Revert.
18283         (gnus-summary-write-article-file): Revert.
18284         (gnus-summary-save-article-body-file): Revert.
18285         (gnus-summary-write-article-body-file): New function.
18286
18287 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18288
18289         * gnus-art.el (gnus-default-article-saver): Doc fix.
18290         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18291         from gnus-summary-save-article-coding-system, and default to a
18292         certain coding system.
18293         (gnus-output-to-file): Add coding cookie and encode text according
18294         to gnus-article-save-coding-system; don't use mm-append-to-file.
18295
18296         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18297         gnus-art.el and rename to gnus-article-save-coding-system.
18298         (gnus-summary-save-article): Require gnus-art; don't show all
18299         headers if it decodes articles; don't add coding cookie here;
18300         don't bind mm-text-coding-system-for-write.
18301         (gnus-summary-save-article-file): Save decoded articles.
18302         (gnus-summary-write-article-file): When saving many files, use
18303         gnus-summary-write-to-file first and gnus-summary-save-in-file
18304         thereafter unless gnus-prompt-before-saving is always.
18305         (gnus-summary-save-article-body-file): Save decoded articles.
18306
18307         * lpath.el: Fbind select-safe-coding-system for XEmacs.
18308
18309 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18310
18311         * nnrss.el (nnrss-check-group): Bind hash-index.
18312
18313 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
18314
18315         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
18316         its hash index.  Store this hash in `nnrss-group-data'.
18317         (nnrss-read-group-data): Update accordingly.
18318
18319 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18320
18321         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
18322         entry.
18323
18324         * gnus-sum.el (gnus-summary-make-menu-bar):
18325         Add gnus-article-browse-html-article.
18326
18327 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
18328
18329         * gnus-sum.el (gnus-summary-mime-map):
18330         Add gnus-article-browse-html-article.
18331
18332         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
18333
18334 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18335
18336         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
18337         suitable coding systems in customize.
18338
18339 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
18340
18341         * mail-source.el (mail-sources): Fix custom type.
18342
18343 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18344
18345         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
18346         (gnus-summary-expire-articles-now): Shorten prompt.
18347
18348         * gmm-utils.el (wid-edit): Require.
18349         (defun-gmm): Rename from `gmm-defun-compat'.
18350         (gmm-image-search-load-path): Use it.
18351         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
18352
18353 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18354
18355         * gnus-sum.el (gnus-summary-save-article-coding-system):
18356         New variable.
18357         (gnus-summary-save-article): Add optional `decode' argument.
18358         If it is set and gnus-summary-save-article-coding-system is non-nil,
18359         save decoded article.
18360         (gnus-summary-write-article-file): Save decoded article if
18361         gnus-summary-save-article-coding-system is non-nil.
18362
18363         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
18364         type.
18365
18366 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18367
18368         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
18369
18370 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18371
18372         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
18373         first to test gnus-single-article-buffer which may be buffer-local.
18374
18375         * gnus-sum.el (gnus-summary-setup-buffer):
18376         Make gnus-single-article-buffer buffer-local and nil in ephemeral
18377         group; make gnus-article-buffer, gnus-article-current, and
18378         gnus-original-article-buffer always buffer-local.
18379         (gnus-summary-exit): Kill article buffer belonging to ephemeral
18380         group.
18381         (gnus-handle-ephemeral-exit): Don't move to next summary line.
18382
18383 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18384
18385         * nnml.el (nnml-request-compact-group): Compressed files might not
18386         have .gz extension.
18387
18388 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18389
18390         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
18391         (mm-copy-to-buffer): Use with-current-buffer.
18392         (mm-display-part): Simplify.
18393         (mm-inlinable-p): Add optional arg `type'.
18394
18395 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18396
18397         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
18398         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
18399         Try harder to show the attachment internally or externally using
18400         gnus-mime-view-part-as-type.
18401
18402 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18403
18404         * message.el (message-from-style, message-signature-separator)
18405         (message-user-organization-file, message-send-mail-function)
18406         (message-citation-line-function, message-yank-prefix)
18407         (message-indent-citation-function, message-signature)
18408         (message-signature-file, message-signature-insert-empty-line):
18409         Remove autoloads.
18410
18411         * gnus-art.el (gnus-buttonized-mime-types):
18412         Remove "multipart/signed".  Revert 2006-04-26 change.
18413
18414 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18415
18416         * gnus.el (gnus-version-number): Bump version.
18417
18418 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18419
18420         * gnus.el: No Gnus v0.5 is released.
18421
18422 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18423
18424         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
18425         fetching articles by message-id.
18426
18427 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18428
18429         * message.el (hashcash): Require hashcash as normal.
18430
18431         * ecomplete.el (ecomplete-highlight-match-line):
18432         Use point-at-eol.
18433         (ecomplete-highlight-match-line): Use `highlight', because that
18434         face exists in both Emacs and XEmacs.
18435
18436         * message.el (message-display-abbrev): Use point-at-bol.
18437
18438         * mail-source.el: Don't require timer/timer-funcs.
18439
18440         * gnus-async.el: Ditto.
18441
18442         * password.el: Ditto.
18443
18444         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
18445
18446         * mm-url.el: Ditto.
18447
18448         * gnus-xmas.el: Don't require timer-funcs.
18449
18450         * mm-util.el: Require timer/timer-funcs.
18451
18452 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18453
18454         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
18455         Close.
18456
18457 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18458
18459         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
18460         unibyte after clear-decrypt function runs.
18461
18462         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
18463         returns as a unibyte string.
18464
18465 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18466
18467         * lpath.el: Revert.
18468
18469         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
18470         (pgg-gpg-process-sentinel): Revert.
18471
18472         * pgg-pgp.el (pgg-pgp-process-region): Revert.
18473         (pgg-pgp-lookup-key): Revert.
18474
18475         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
18476         (pgg-pgp5-lookup-key): Revert.
18477
18478         * pgg.el (pgg-fetch-key): Revert.
18479
18480 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18481
18482         * lpath.el: Fbind string-as-multibyte for XEmacs.
18483
18484         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
18485         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
18486         (mml1991-pgg-encrypt): Ditto.
18487
18488         * pgg-gpg.el (pgg-string-to-multibyte): New function.
18489         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
18490         a multibyte buffer.
18491
18492         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
18493         (pgg-pgp-lookup-key): Ditto.
18494
18495         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
18496         (pgg-pgp5-lookup-key): Ditto.
18497
18498         * pgg.el (pgg-fetch-key): Ditto.
18499
18500 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
18501
18502         * message.el (message-user-organization-file): Check several
18503         locations of the organization file.
18504
18505         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
18506         Add gnus-article-view-part-as-type.
18507
18508         * gnus-art.el (gnus-article-view-part-as-type): New function.
18509
18510         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
18511         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
18512
18513         * mml.el: Simplify autoload.
18514         (mml-mode): defvar dnd-protocol-alist instead of using
18515         symbol-value.
18516         (mml-default-directory): New variable.
18517         (mml-minibuffer-read-file): Use it.
18518         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
18519
18520         * message.el (message-citation-line-format): New variable.
18521         (message-insert-formated-citation-line): New function.
18522         (message-citation-line-function):
18523         Add `message-insert-formated-citation-line' to custom type.
18524
18525         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
18526         to doc string.
18527
18528         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18529         depending on mm-verify-option.
18530
18531 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18532
18533         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18534         binding pgg-* variables; reimplement the section which prevents
18535         MIME header from being signed.
18536         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18537         pgg-text-mode; remove a blank line at the top of body.
18538
18539         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18540         lines at the top of body; use gnus-newsgroup-charset if there's no
18541         Charset header.
18542
18543 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18544
18545         * message.el (message-self-insert-commands): Doc fix.
18546
18547         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
18548         (mm-uu-pgp-encrypted-test): Ditto.
18549         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
18550         between header and body; return application/pgp-encrypted handle
18551         if decryption failed; decode decrypted body by charset.
18552
18553         * mm-decode.el (mm-automatic-display): Don't make application/pgp
18554         element match to application/pgp-*.
18555
18556 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18557
18558         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18559         HTML.
18560
18561 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18562
18563         * mail-source.el (mail-source-call-script): Message the error
18564         string.
18565
18566 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18567
18568         * gnus-util.el (gnus-byte-compile): Use it.
18569
18570 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
18571
18572         * gnus-util.el (kill-empty-logs): New function.
18573
18574 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18575
18576         * message.el (message-mail-alias-type): Doc fix.
18577         (message-mail-alias-type-p): New function.
18578         (message-send): Use it.
18579         (message-mode): Ditto.
18580         (message-strip-forbidden-properties): Ditto.
18581
18582         * ecomplete.el (ecomplete-database-file-coding-system):
18583         New variable.
18584         (ecomplete-save): Use it.
18585         (ecomplete-setup): Use it.
18586
18587 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18588
18589         * message.el (message-self-insert-commands): New variable.
18590         (message-strip-forbidden-properties): Use it.
18591
18592 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18593
18594         * message.el (message-put-addresses-in-ecomplete): Use a regexp
18595         that doesn't make XEmacs choke.
18596
18597 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
18598
18599         * gnus-util.el (gnus-replace-in-string):
18600         Prefer replace-regexp-in-string over of replace-in-string.
18601
18602 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18603
18604         * gnus-util.el (gnus-select-frame-set-input-focus):
18605         Use select-frame-set-input-focus if it is available in XEmacs; use
18606         definition defined in Emacs 22 for old Emacsen.
18607
18608         * dgnushack.el: Autoload unmorse-region for XEmacs.
18609
18610         * lpath.el: Bind cursor-in-non-selected-windows and
18611         select-frame-set-input-focus for XEmacs.
18612
18613 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18614
18615         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18616
18617 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18618
18619         * gnus-registry.el (gnus-registry-cache-save): Remove text
18620         properties when saving via the temp buffer.
18621
18622 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18623
18624         * message.el (message-generate-hashcash): Honor custom type.
18625
18626 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18627
18628         * message.el (message-generate-hashcash): Default to non-nil when
18629         hashcash is found.
18630
18631         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18632         (gnus-refer-thread-limit): Increase default to 500.
18633
18634         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18635
18636         * flow-fill.el (fill-flowed): Allow delete-space.
18637
18638 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18639
18640         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18641         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18642         Remove autoloads.
18643
18644 2006-04-18  Simon Josefsson  <jas@extundo.com>
18645
18646         * message.el (message-generate-hashcash): Default to.
18647
18648 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18649
18650         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18651         concatenating segments rather than before concatenating them.
18652
18653 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18654
18655         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18656
18657 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18658
18659         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18660
18661         * message.el (message-forward-make-body-plain):
18662         Allow message-forward-ignored-headers to be a list.
18663         (message-remove-ignored-headers): Factor out into function.
18664         (message-forward-make-body-mml): Use it.
18665
18666         * imap.el (imap-quote-specials): New function.
18667         (imap-login-auth): Quote specials.
18668
18669         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18670         (rfc2231-parse-string): Allow concatanation of parameters that
18671         aren't contiguous.  The test case is
18672           (mail-header-parse-content-type "message/external-body;
18673             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18674             access-type=LOCAL-FILE;
18675             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18676
18677 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18678
18679         * nntp.el (nntp-accept-process-output): Return the value of
18680         `nnheader-accept-process-output'.
18681
18682 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18683
18684         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18685         (gnus-button-alist): Recognize more diff formats.
18686         (gnus-button-patch): Strip directory.
18687
18688 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18689
18690         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18691         Emacs 22 when setting focus.
18692
18693 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18694
18695         * gnus-art.el (gnus-article-treat-types): Do treatment of
18696         text/x-verbatim parts.
18697         (gnus-button-patch): New command.
18698
18699         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18700         addresses that contain invalid characters.
18701
18702 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18703
18704         * message.el (message-put-addresses-in-ecomplete):
18705         Use gnus-replace-in-string.
18706         (message-is-yours-p): Use the more correct
18707         mail-header-parse-address instead of
18708         mail-extract-address-components.
18709         (message-put-addresses-in-ecomplete): Fix typo.
18710
18711         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18712         keystroke.
18713
18714         * gnus-art.el (gnus-treatment-function-alist): Change order of
18715         newsgroups/generic header folding to avoid double-folding.
18716
18717         * message.el (message-hidden-headers): Add X-Draft-From.
18718
18719         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18720         New command.
18721         (gnus-summary-repeat-search-article-backward): New command.
18722
18723         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18724         groups in the parent topic.
18725
18726 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18727
18728         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18729         (spam-extra-header-to-number): Return the CRM114 number as a
18730         number instead of a string.
18731
18732 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18733
18734         * gnus-art.el (gnus-face-properties-alist): Move here from
18735         gnus-fun.
18736
18737         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18738
18739 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18740
18741         * message.el (message-strip-forbidden-properties): Only display on
18742         self-insert-command.
18743
18744         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18745         reindent.
18746         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18747
18748 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18749
18750         * smiley.el (smiley-style): Fix typo.
18751
18752 2006-03-23  Kenichi Handa  <handa@m17n.org>
18753
18754         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18755         instead of set-buffer-multibyte.
18756
18757 2006-03-23  Kenichi Handa  <handa@m17n.org>
18758
18759         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18760         buffer and then decode the buffer text if necessary.
18761         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18762         first, and after mm-encode-body, change the buffer to unibyte.
18763
18764 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18765
18766         * hashcash.el (hashcash-insert-payment-async-2):
18767         Use message-goto-eoh instead of doing it manually.
18768         (mail-add-payment): Use message-narrow-to-header instead of trying
18769         to do the same itself.
18770
18771         * message.el (message-hidden-headers): Add Face.
18772
18773         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18774         reparenting code.
18775         (gnus-summary-reparent-children): Refactored out code.
18776         (gnus-summary-thread-map): New keystroke.
18777         (gnus-summary-reparent-children): Make into command.
18778
18779         * smiley.el (smiley-style): Default to `medium' if using a large
18780         font.
18781
18782         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18783         does it itself.
18784
18785         * message.el (message-point-in-header-p): Simplify definition.
18786
18787 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18788
18789         * nnagent.el (nnagent-request-set-mark): Silence log file
18790         writing.
18791         (nnagent-request-set-mark): Use write-region instead of
18792         append-to-file.
18793
18794         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18795         strange select method.
18796
18797         * ecomplete.el (ecomplete-display-matches): Get highlightling
18798         right.
18799         (ecomplete-display-matches): Use literals.
18800         (ecomplete-display-matches): Disable message logging.
18801
18802         * message.el (message-display-abbrev): Small optimization.
18803
18804         * ecomplete.el (ecomplete-display-matches): Allow automatic
18805         display.
18806
18807         * message.el (message-strip-forbidden-properties):
18808         Display abbrevs.
18809         (message-display-abbrev): Get automatic display right.
18810
18811         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18812         keystrokes.
18813
18814 2006-04-13  Romain Francoise  <romain@orebokech.com>
18815
18816         TODO: Backport to v5-10!
18817
18818         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18819         Move here (and rename) from gnus-registry.el.
18820
18821         * gnus-registry.el: Require gnus-util.
18822         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18823
18824 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18825
18826         * gnus-group.el (gnus-group-catchup-current):
18827         Change if-then-else-if-then-else into cond.
18828         (gnus-group-catchup): Indent.
18829         (group-name-at-point): New function.
18830         (gnus-fetch-group): Provide default from thing at point.
18831
18832 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18833
18834         * message.el (message-display-abbrev): Fix regexp.
18835
18836         * ecomplete.el (ecomplete-highlight-match-line):
18837         Reimplement choosing.
18838         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18839         dead variables.
18840
18841         * message.el (message-newline-and-indent): Remove debugging.
18842         (message-display-abbrev): Use new implementation.
18843
18844 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18845
18846         * gnus-art.el (gnus-article-mode):
18847         Set cursor-in-non-selected-windows to nil.
18848
18849         * smiley.el: Revert previous change.
18850         (smiley-data-directory): defvar it before using it in the
18851         defcustom of `smiley-style'.
18852
18853 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18854
18855         * message.el (message-newline-and-indent): New function.
18856
18857         * ecomplete.el: Implement more bits.
18858
18859         * message.el (message-put-addresses-in-ecomplete): Clean up the
18860         string.
18861
18862         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18863
18864         * gnus-sum.el (gnus-summary-save-parts):
18865         Bind gnus-summary-save-parts-counter and use it to make unique file
18866         names.
18867
18868         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18869
18870         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18871         parameter to say whether to actually parse the individual
18872         addresses.
18873
18874         * message.el (message-put-addresses-in-ecomplete): New function.
18875         (ecomplete): Require.
18876         (message-mail-alias-type): Add ecomplete as an option.
18877
18878 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18879
18880         * flow-fill.el (fill-flowed): Remove trailing space from blank
18881         quoted lines.
18882
18883 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18884
18885         * smiley.el (smiley-style): Move definition later to avoid a
18886         compilation warning.
18887
18888 2006-04-12  Kenichi Handa  <handa@m17n.org>
18889
18890         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18891         buffer and then decode the buffer text if necessary.
18892         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18893         first, and after mm-encode-body, change the buffer to unibyte.
18894         Use mm-disable-multibyte instead of set-buffer-multibyte.
18895
18896 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18897
18898         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18899         Content-Type header instead of Content-Disposition header.
18900         (gnus-mime-inline-part): Ditto.
18901         (gnus-mime-view-part-as-charset): Ignore charset that the part
18902         specifies.
18903
18904         * mm-decode.el (mm-display-part): Work with external parts and
18905         usual parts similarly.
18906
18907         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18908         instead of gnus-display-mime.
18909
18910         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18911         instead of with-temp-buffer.
18912
18913         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18914         tag to summarized topics part in order to encode non-ASCII text.
18915
18916 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18917
18918         * smiley.el (smiley-style): New variable.
18919         (smiley-directory): New function.
18920         (smiley-data-directory): Derive from `smiley-style' using
18921         `smiley-directory'.
18922         (smiley-regexp-alist): Add new entries.
18923
18924         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18925         (gnus-article-browse-delete-temp): Add :version.
18926
18927 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18928
18929         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18930         the sieve region.
18931
18932 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18933
18934         * gnus.el (gnus-version-number): Bump version.
18935
18936 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18937
18938         * gnus.el: No Gnus v0.4 is released.
18939
18940 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18941
18942         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18943         layout.
18944
18945         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18946         unknown charset.
18947
18948         * message.el (message-header-synonyms): Add Original-To to the
18949         default.
18950
18951         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18952         optional parameter.
18953
18954 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18955
18956         * gnus-fun.el (gnus): Require it for gnus-directory.
18957
18958 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18959
18960         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18961
18962 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18963
18964         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18965
18966 2006-04-05  Simon Josefsson  <jas@extundo.com>
18967
18968         * password.el (password-reset): New function.
18969
18970 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18971
18972         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18973         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18974
18975 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18976
18977         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18978         Some whitespace was matched into the url, which broke browsing hits
18979         > 100 when mm-url-use-external was nil.
18980
18981 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18982
18983         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18984         Check gnus-extra-headers for 'Newsgroups.
18985
18986         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18987         bound.
18988
18989 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18990
18991         * pgg-gpg.el: Clean up process buffers every time gpg processes
18992         complete.
18993
18994 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18995
18996         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18997         doc string.
18998
18999 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19000
19001         * pgg-gpg.el (pgg-gpg-process-filter)
19002         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19003
19004         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19005         lines, temporary fix.
19006
19007 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19008
19009         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19010
19011 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19012
19013         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19014         default-enable-multibyte-characters.  This reverts the change from
19015         revision 6.17 which is no longer necessary because the passphrase
19016         is sent separately now.  GnuPG messages are unreadable under
19017         multibyte locales with default-enable-multibyte-characters set to
19018         nil.
19019
19020 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19021
19022         * message.el (message-tool-bar-gnome): Move "spell".
19023
19024 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19025
19026         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19027         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19028         instead.
19029
19030 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19031
19032         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19033         Improve newsgroups handling for NNTP overviews which don't include
19034         Newsgroups.
19035
19036 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19037
19038         * message.el (message-resend): Bind message-generate-hashcash to nil.
19039
19040 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19041
19042         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19043         when searching for already-paid recipients.
19044
19045 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19046
19047         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19048         passphrases when it is not needed.
19049         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19050         passphrase stuff from gpg, should only be necessary when you use
19051         gpg with a smartcard.
19052
19053 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19054
19055         * mml.el (mml-insert-mime): Ignore cached contents of
19056         message/external-body part.
19057
19058         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19059         (mm-insert-part): Ditto.
19060
19061 2006-03-23  Simon Josefsson  <jas@extundo.com>
19062
19063         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19064         Reiner.
19065         (pgg-gpg-use-agent-p): Use it again.
19066
19067 2006-03-23  Simon Josefsson  <jas@extundo.com>
19068
19069         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19070         older emacsen.
19071         (pgg-gpg-use-agent-p): Don't use it.
19072
19073 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19074
19075         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19076         if we can.
19077
19078 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19079
19080         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19081         (pgg-gpg-update-agent): New function.
19082         (pgg-gpg-use-agent-p): New function.
19083         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19084         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19085         (pgg-gpg-sign-region): Use it.
19086
19087 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19088
19089         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19090         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19091
19092 2006-03-21  Simon Josefsson  <jas@extundo.com>
19093
19094         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19095         <wilde@sha-bang.de>.
19096         (pgg-gpg-use-agent): New variable.
19097         (pgg-gpg-process-region): Use it.
19098         (pgg-gpg-encrypt-region): Likewise.
19099         (pgg-gpg-encrypt-symmetric-region): Likewise.
19100         (pgg-gpg-decrypt-region): Likewise.
19101         (pgg-gpg-sign-region): Likewise.
19102         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19103
19104 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19105
19106         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19107
19108         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19109         Add comment on version.
19110
19111 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19112
19113         * smiley.el: Add missing test smiley.
19114
19115 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19116
19117         * mm-decode.el (mm-with-part): New macro.
19118         (mm-get-part): Use it; work with message/external-body as well.
19119         (mm-save-part): Treat name and filename equally.
19120
19121         * mm-extern.el (mm-extern-cache-contents): New function.
19122         (mm-inline-external-body): Use it; force the part to be displayed;
19123         move undisplayer added to the cached handle to the parent.
19124
19125         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19126         (gnus-mime-view-part-as-type): Work with message/external-body.
19127
19128         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19129
19130 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19131
19132         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19133         images in image-load-path.  [Sync with image.el, revision 1.60, in
19134         Emacs.]
19135
19136 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19137
19138         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19139         path rather than symbol.  Always return list of directories.
19140         Guarantee that image directory comes first.  [Sync with image.el,
19141         revision 1.59, in Emacs.]
19142
19143         * message.el (message-make-tool-bar): Adjust to new API of
19144         `gmm-image-load-path-for-library'.
19145
19146         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19147
19148         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19149
19150 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19151
19152         * gnus-art.el (gnus-article-only-boring-p):
19153         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19154         intangible text.
19155         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19156
19157 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19158
19159         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19160         Use `defun' instead of `gmm-defun-compat'.
19161
19162 2006-03-14  Simon Josefsson  <jas@extundo.com>
19163
19164         * message.el (message-unique-id): Don't use message-number-base36
19165         if (user-uid) is a float.
19166         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19167
19168 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19169
19170         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19171
19172         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19173         empty line between a part and a message part.
19174
19175 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19176
19177         * smiley.el: Add more test smileys.
19178         (smiley-data-directory, smiley-regexp-alist)
19179         (gnus-smiley-file-types): Fix doc strings.
19180         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19181         adding new elements.
19182         (smiley-mouse-map): Unused code.  Make it a comment.
19183
19184 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19185
19186         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19187         scan latest NoCeM messages instead of old ones.
19188         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19189         delimiters that are recently used.
19190         (gnus-nocem-load-cache): Add autoload cookie.
19191
19192         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19193
19194         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19195         level which is larger than gnus-use-nocem is specified.
19196
19197         * gnus-group.el (gnus-group-get-new-news): Ditto.
19198
19199 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19200
19201         * gnus-util.el (gnus-tool-bar-update): New function.
19202
19203         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19204         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19205
19206         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19207
19208         * gnus-group.el (gnus-group-redraw-when-idle)
19209         (gnus-group-redraw-check): Remove.
19210         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19211
19212 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19213
19214         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19215         if optional last element is specified in splits (FIELD VALUE...).
19216
19217 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19218
19219         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19220         to gmm-image-load-path-for-library.  Call with no-error argument.
19221         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19222
19223         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19224
19225         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19226
19227         * gmm-utils.el (gmm-image-load-path): Remove alias.
19228
19229 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19230
19231         * gmm-utils.el (gmm-image-load-path): Add alias.
19232
19233         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19234         nnml-generate-nov-databases-1.
19235         (nnml-generate-nov-databases): Use it.
19236         (nnml-generate-nov-databases-directory): Document no-active
19237         argument.
19238
19239         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19240         directory if path is t.  Add no-error.
19241
19242         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19243         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19244
19245         * gnus-art.el (gnus-article-browse-delete-temp-files):
19246         Simplify resetting gnus-article-browse-html-temp-list.
19247
19248         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19249         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19250         Add example to docstring.  Rename local variables.  Move error
19251         checks to default case in cond and simplify.
19252
19253 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19254
19255         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19256         handle is multipart when calling it recursively.
19257         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19258
19259 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19260
19261         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19262         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19263
19264 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19265
19266         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19267         is loaded.
19268
19269         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19270         loaded.
19271
19272 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19273
19274         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19275         to "Emacs 23 (unicode)" in doc string.
19276
19277         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19278         "Emacs 23 (unicode)" in comment.
19279
19280 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19281
19282         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19283
19284         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19285         characters 160 through 255 in Emacs 23.
19286
19287 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19288
19289         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19290         gnus-article-browse-html-temp.
19291         (gnus-article-browse-delete-temp): Make it customizable.
19292         Add `file'.  Adjust doc string.
19293         (gnus-article-browse-delete-temp-files): Add argument.
19294         Allow query for each file.  Adjust doc string.
19295         (gnus-article-browse-html-parts):
19296         Add `gnus-article-browse-delete-temp-files' to
19297         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19298
19299 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
19300
19301         * gnus-art.el (gnus-article-browse-html-temp)
19302         (gnus-article-browse-delete-temp): New variables.
19303         (gnus-article-browse-delete-temp-files): New function.
19304         (gnus-article-browse-html-parts): Use it.
19305
19306 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19307
19308         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
19309
19310         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
19311         string.
19312
19313         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
19314         gnus-summary-insert-new-articles when unplugged.
19315         Remove gnus-summary-search-article-forward.
19316
19317         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
19318         display-visual-class instead of display-color-cells.
19319
19320 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19321
19322         * dgnushack.el: Autoload customize-group for XEmacs.
19323
19324         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
19325         message/* containing non-ASCII text properly.
19326
19327 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
19328
19329         * message.el: Require gmm-utils, remove autoloads.
19330         (message-tool-bar): Set default based on
19331         gmm-tool-bar-style.
19332         (message-tool-bar-gnome): Add gmm-customize-mode.
19333
19334         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
19335         gmm-tool-bar-style.
19336         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
19337
19338         * gnus-group.el (gnus-group-tool-bar): Set default based on
19339         gmm-tool-bar-style.
19340         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
19341
19342         * gmm-utils.el (gmm-image-directory): Rename variable from
19343         gmm-image-load-path.
19344         (gmm-image-load-path): Use gmm-image-directory.
19345         (gmm-customize-mode): New function.
19346         (gmm-tool-bar-style): New variable.
19347
19348         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
19349         gnus-group-redraw-line-number.
19350         (gnus-group-redraw-check): Simplify.
19351         (gnus-group-tool-bar-update): Remove redraw check.
19352         (gnus-group-make-tool-bar): Add redraw check.
19353
19354 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
19355
19356         * gnus-art.el (gnus-button): Add missing parentheses.
19357
19358 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19359
19360         * lpath.el: Fbind line-number-at-pos.
19361
19362 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19363
19364         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
19365
19366 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19367
19368         * gnus-art.el (gnus-button): New face.
19369         (gnus-article-button-face): Use it.
19370
19371         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19372         Add gnus-summary-next-page.  Re-order.
19373
19374         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
19375         next-node are now included.
19376         (gnus-group-redraw-line-number): New internal variable.
19377         (gnus-group-redraw-check): Helper function for updating the tool
19378         bar.
19379         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
19380
19381         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
19382
19383         * spam.el (spam-spamassassin-score-regexp): New internal variable.
19384         (spam-extra-header-to-number, spam-check-spamassassin-headers):
19385         Use it to match format of Spamassassin 3.0 and later.
19386         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
19387         (spam-check-bogofilter)
19388         (spam-bogofilter-register-with-bogofilter): Fix args of
19389         `gnus-error' calls.
19390
19391 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19392
19393         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
19394         unnecessary interaction when sending queued mails.
19395         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
19396
19397 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
19398
19399         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
19400         first or last are nil.
19401
19402 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19403
19404         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
19405
19406 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19407
19408         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
19409
19410 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19411
19412         * dns.el (query-dns): Protect more against buggy tcp output.
19413
19414 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19415
19416         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
19417         nov.php.
19418
19419 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19420
19421         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
19422         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
19423         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
19424         output on the server side.
19425         (nnweb-google-create-mapping): Update regexps and add some
19426         progress indication.
19427
19428 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
19429
19430         * gnus-group.el (gnus-group-tool-bar-gnome):
19431         Fix gnus-agent-toggle-plugged.  Re-order icons.
19432         (gnus-group-tool-bar-gnome):
19433         Add gnus-group-{prev,next}-unread-group.
19434         (gnus-group-tool-bar-gnome): Re-order icons.
19435
19436         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19437         Move gnus-summary-insert-new-articles.
19438
19439         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
19440         Fix comments.
19441
19442         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
19443         also available in Emacs 21.3.
19444
19445         * message.el (message-fix-before-sending): Change "Emacs 22" to
19446         "Emacs 23 (unicode)" in comment.
19447
19448         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
19449         "Emacs 23 (unicode)" in comment.
19450
19451         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
19452         comment.
19453         (mm-coding-system-p): Add comment about no-MULE XEmacs.
19454
19455         * mm-view.el (mm-fill-flowed): Add :version.
19456
19457 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19458
19459         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
19460         and load-path.
19461
19462 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
19463
19464         * message.el: Autoload gmm-image-load-path.
19465         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
19466         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
19467         consitency.
19468
19469         * gmm-utils.el (gmm-image-load-path): Also search in
19470         "../etc/images".  Don't set gmm-image-load-path if we don't find
19471         the image.
19472
19473 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19474
19475         * gmm-utils.el (gmm-image-load-path): Don't make
19476         `gmm-image-load-path' include subdirectories which the second arg
19477         `image' might specify.
19478
19479         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
19480         subdirectory to icon file names.
19481
19482         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
19483
19484 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19485
19486         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
19487         gmm-image-load-path calls.
19488
19489         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19490
19491         * message.el (message-make-tool-bar): Ditto.
19492
19493         * mml.el (mml-preview): Add comment concerning tool bar icons.
19494
19495         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
19496         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
19497
19498         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
19499         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
19500
19501         * message.el (message-tool-bar-gnome): Use new icon names.
19502         (message-make-tool-bar): Use `gmm-image-load-path'.
19503
19504         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
19505         New functions from MH-E.
19506         (gmm-image-load-path): New variable from MH-E.
19507         (gmm-image-load-path): New function from MH-E.  Add arguments
19508         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
19509         *-image-load-path-called-flag.
19510
19511 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
19512
19513         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
19514
19515 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
19516
19517         * nnimap.el (nnimap-request-move-article): Change folder back to
19518         source group before deleting.
19519
19520 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
19521
19522         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
19523
19524         * gnus-art.el (mm-url-insert-file-contents-external):
19525         Autoload mm-url.
19526
19527         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
19528
19529 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19530
19531         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
19532         coding system which mm-charset-to-coding-system returns for a
19533         given charset is valid.
19534
19535 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
19536
19537         * html2text.el (html2text-remove-tag-list):
19538         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19539
19540 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
19541
19542         * gnus-cus.el: Revert 2005-10-17 change.
19543
19544 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19545
19546         * gnus-art.el (article-strip-banner):
19547         Call article-really-strip-banner only when the regexp match is made.
19548
19549 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19550
19551         * gnus-art.el (article-strip-banner):
19552         Use gnus-extract-address-components instead of
19553         mail-header-parse-addresses to make it work with non-ASCII text;
19554         remove mail-encode-encoded-word-string.
19555
19556         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19557         values which are surrounded with \"...\"; make it never cause a
19558         Lisp error; give up parsing of parameters if it failed in
19559         extracting type.
19560
19561 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
19562
19563         * smime.el (smime-cert-by-ldap-1): Fix bug where
19564         `smime-ldap-search' returns results without userCertificates.
19565
19566 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19567
19568         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19569
19570 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19571
19572         * spam.el (spam-check-spamassassin-headers): Adapt format for
19573         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
19574         <ari@mbf.ocn.ne.jp>.
19575         (spam-list-of-processors): Add spam-use-gmane.
19576
19577 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19578
19579         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19580         make-temp-file; make it work with XEmacs as well.
19581
19582         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19583         mm-make-temp-file.
19584
19585         * mm-decode.el (mm-display-external): Use the 3rd arg of
19586         mm-make-temp-file.
19587         (mm-create-image-xemacs): Ditto.
19588
19589 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19590
19591         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19592         with message-narrow-to-headers.
19593         (gnus-draft-setup): Narrow to header to run message-fetch-field.
19594         (gnus-draft-check-draft-articles): New function.
19595         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19596
19597 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19598
19599         * gnus-art.el (gnus-article-browse-html-parts):
19600         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19601         Don't use suffix argument for mm-make-temp-file for Emacs 21
19602         compatibility.  Remove useless `format'.
19603
19604 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19605
19606         * nnweb.el (nnweb-google-wash-article): Update regexps.
19607         (nnweb-group-alist): Use defvoo instead of defvar.
19608
19609 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19610
19611         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19612         re-loading nn* modules.
19613
19614 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19615
19616         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19617         for `tool-bar-mode' and don't check it's default-value.
19618
19619         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19620
19621         * message.el (message-make-tool-bar): Ditto.
19622
19623         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19624         `substring'.  Shorten tmp-file name.
19625
19626         * gnus.el: Remove bogus comment.
19627
19628 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19629
19630         * gnus-art.el (gnus-article-browse-html-parts): New function.
19631         (gnus-article-browse-html-article): New function for viewing html
19632         articles with a browser.
19633
19634 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19635
19636         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19637         in elisp.
19638         (pgg-gpg-encrypt-symmetric-region): Ditto.
19639         (pgg-gpg-sign-region): Ditto.
19640
19641         * pgg-def.el (pgg-text-mode): New variable.
19642
19643         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19644         (mml2015-pgg-encrypt): Ditto.
19645
19646         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19647         (mml1991-pgg-encrypt): Ditto.
19648
19649 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19650
19651         * nnfolder.el (nnfolder-insert-newsgroup-line):
19652         Use message-make-date instead of current-time-string.
19653
19654         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19655         to gnus-decoded which mm-uu might set.
19656
19657 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19658
19659         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19660         don't decode quoted parameters; remove misimported Emacs code.
19661         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19662         (rfc2231-decode-encoded-string): Don't use split-string which
19663         behaves differently according to Emacs version; use
19664         mm-decode-coding-region to convert charset to coding-system.
19665         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19666         (rfc2231-encode-string): Remove misimported Emacs code.
19667
19668 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19669
19670         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19671         when calling mail-header-parse-content-type.
19672         (article-de-quoted-unreadable): Ditto.
19673         (article-de-base64-unreadable): Ditto.
19674         (article-wash-html): Ditto.
19675
19676         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19677         calling mail-header-parse-content-type and
19678         mail-header-parse-content-disposition.
19679         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19680         mail-header-parse-content-type.
19681
19682         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19683         insert charset and format parameters; encode description after
19684         inserting it to buffer.
19685         (mml-insert-parameter): Fold lines properly even if a parameter is
19686         segmented into two or more lines; change the max column to 76.
19687
19688         * rfc1843.el (rfc1843-decode-article-body): Don't use
19689         ignore-errors when calling mail-header-parse-content-type.
19690
19691         * rfc2231.el (rfc2231-parse-string): Return at least type if
19692         possible; don't cause an error even if it fails in parsing of
19693         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19694         (rfc2231-encode-string): Don't break lines at the beginning, leave
19695         it to mml-insert-parameter.
19696
19697         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19698         calling mail-header-parse-content-type.
19699
19700 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19701
19702         * spam-report.el (spam-report-gmane-use-article-number):
19703         Improve doc string.
19704         (spam-report-gmane-internal): Check if a suitable header was found
19705         in the article.
19706
19707 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19708
19709         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19710         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19711
19712 2006-02-05  Romain Francoise  <romain@orebokech.com>
19713
19714         Update copyright notices of all files in the gnus directory.
19715
19716 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19717
19718         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19719
19720 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19721
19722         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19723         segmented lines of parameter value to cope with Thunderbird 1.5
19724         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19725         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19726         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19727
19728 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19729
19730         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19731         parts.
19732
19733 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19734
19735         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19736         there's only one active file for all servers.
19737         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19738         solid groups.  Gnus might have used a FAST request to select the group.
19739         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19740         and nnweb-search redundantly in the active file.
19741         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19742         (nnweb-request-create-group): Don't use ARGS.
19743         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19744         initializations.  Let nnoo do the work.
19745
19746 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19747
19748         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19749         Say the part has been decoded.
19750
19751         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19752
19753 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19754
19755         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19756         mailcap-viewer-test-cache when there's no 'test clause, since that
19757         will invert the meaning of a "nil" test previously determined by
19758         mailcap-mailcap-entry-passes-test.
19759
19760 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19761
19762         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19763         compiling.
19764
19765         * gnus-sum.el: Ditto.
19766
19767         * message.el: Don't bind tool-bar-map when compiling.
19768
19769 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19770
19771         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19772
19773 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19774
19775         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19776         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19777         current Google Groups.
19778
19779 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19780
19781         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19782         and tool-bar-mode.
19783
19784         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19785         and tool-bar-mode.
19786
19787         * message.el (message-tool-bar-update): Simplify.
19788         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19789
19790         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19791         gnus-summary-buffer.
19792         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19793         gnus-summary-reply.
19794
19795         * gmm-utils.el (gmm): Add :version.
19796
19797 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19798
19799         * Makefile.in (clean): New rule.
19800         (distclean): Use it.
19801
19802 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19803
19804         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19805         Don't autoload.
19806
19807 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19808
19809         * gmm-utils.el (gmm-verbose): Add :group.
19810
19811 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19812
19813         * message.el: Change some comments WRT tool-bars.
19814
19815         * gnus-sum.el (gnus-summary-tool-bar)
19816         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19817         (gnus-summary-tool-bar-zap-list): New variables.
19818         (gnus-summary-make-tool-bar): Complete rewrite using
19819         `gmm-tool-bar-from-list'.
19820
19821         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19822         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19823         New variables.
19824         (gnus-group-make-tool-bar): Complete rewrite using
19825         `gmm-tool-bar-from-list'.
19826         (gnus-group-tool-bar-update): New function.
19827
19828         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19829
19830 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19831
19832         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19833         is dissected into a single part of which the type is the same as
19834         the given one; decode charset.
19835
19836 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19837
19838         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19839         into alists as symbol not string, since that's what
19840         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19841         look for.
19842
19843 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19844
19845         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19846         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19847
19848         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19849
19850 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19851
19852         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19853         (gnus-xmas-mime-security-button-menu): New function.
19854
19855         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19856         (gnus-mime-security-button-menu): New definition.
19857         (gnus-mime-security-button-map): Use them.
19858         (gnus-mime-security-button-menu): New function.
19859         (gnus-insert-mime-security-button): Addition to help echo.
19860         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19861         (gnus-mime-security-pipe-part): New functions.
19862
19863         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19864         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19865
19866         * mm-decode.el (mm-handle-set-disposition): Remove.
19867         (mm-handle-set-description): Remove.
19868
19869 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19870
19871         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19872         (mm-w3m-standalone-supports-m17n-p): New function.
19873         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19874         w3m usage.
19875
19876         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19877         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19878
19879 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19880
19881         * message.el (message-tool-bar-zap-list):
19882         Use gmm-tool-bar-zap-list as custom type.
19883         (message-tool-bar-update): New function.
19884         (message-tool-bar, message-tool-bar-gnome)
19885         (message-tool-bar-retro): Add message-tool-bar-update.
19886         (message-tool-bar-gnome): Add flyspell-buffer.
19887
19888         * gnus-util.el (gnus-error): Describe `args'.
19889
19890         * gmm-utils.el (gmm-error): Describe `args'.
19891         (gmm-tool-bar-zap-list): New widget.
19892         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19893
19894 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19895
19896         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19897         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19898         the number of recursive calls.
19899
19900         * mm-decode.el (mm-handle-set-disposition): New macro.
19901         (mm-handle-set-description): New macro.
19902
19903 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19904
19905         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19906         encoding.
19907
19908 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19909
19910         * message.el (message-tool-bar-zap-list, message-tool-bar)
19911         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19912         (message-tool-bar-local-item-from-menu): Remove.
19913         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19914         (message-make-tool-bar): New function.
19915         (message-mode): Use `message-make-tool-bar'.
19916
19917         * gmm-utils.el: New file.
19918         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19919         (gmm-lazy): New widget copied from `nnmail.el'.
19920         (gmm-tool-bar-from-list): New function for creating customizable
19921         tool bars.
19922         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19923         output.
19924         (gmm): Add :prefix to defgroup.
19925
19926 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19927
19928         * gmm-utils.el (gmm-widget-p): New function.
19929
19930 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19931
19932         * mml.el (mml-attach-file): Describe `description' in doc string.
19933         (mml-menu): Add Emacs MIME manual and PGG manual.
19934
19935 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19936
19937         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19938
19939 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19940
19941         * nntp.el (nntp-end-of-line): Doc fix.
19942
19943 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19944
19945         * imap.el (imap-open): Handle case where buffer is a buffer
19946         object.
19947
19948 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19949
19950         * gnus-delay.el (gnus-delay): Don't autoload.
19951         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19952         to be re-loaded when customizing the `gnus-delay' group.
19953
19954 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19955
19956         * message.el (message-insert-citation-line): Use newlines.
19957
19958 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19959
19960         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19961         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19962         these routines, so the passphrase can be managed externally and
19963         passed in to the system.
19964         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19965         pgg-add-passphrase-to-cache function.
19966
19967         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19968         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19969         these routines, so the passphrase can be managed externally and
19970         passed in to the system.
19971         (pgg-pgp5-sign-region): Use new name of
19972         pgg-add-passphrase-to-cache function.
19973
19974 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19975
19976         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19977         part of the decoded armor to find the key-identifier.
19978         (pgg-gpg-lookup-key-owner): New function to return the
19979         human-readable identifier of a key owner.
19980         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19981         itself.
19982         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19983         the key value) if we have a key and can match it against a secret
19984         key.  Also, added a note pointing out fact that the prompt only
19985         indicates the first matching key.
19986
19987         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19988         pgg-decrypt-region.
19989         (pgg-add-passphrase-to-cache): Rename from
19990         `pgg-add-passphrase-cache' to reduce confusion (all callers
19991         changed).
19992         (pgg-remove-passphrase-from-cache): Rename from
19993         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19994         changed).
19995         (pgg-read-passphrase, pgg-add-passphrase-cache)
19996         (pgg-remove-passphrase-cache): Add informative docstrings.
19997         (pgg-decrypt): Convey provided passphrase in subordinate call to
19998         pgg-decrypt-region.
19999
20000 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20001
20002         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20003         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20004         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20005         'passphrase' argument, so the passphrase can be managed externally
20006         and then passed in to the system.
20007
20008         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20009         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20010         so the passphrase cache can be used reliably with identifiers
20011         besides a pgp packet's key id.
20012
20013         * pgg-gpg.el (pgg-gpg-encrypt-region)
20014         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20015         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20016         these routines, so the passphrase can be managed externally and
20017         passed in to the system.
20018
20019         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20020         'notruncate' argument, so the passphrase cache can be used
20021         reliably with identifiers besides a pgp packet's key id.
20022
20023 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20024
20025         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20026         symmetric encryption.
20027         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20028         encrypted session key.
20029         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20030         message ask for the passphrase in a proper way.
20031
20032         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20033         New user commands for symmetric encryption.
20034
20035 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20036
20037         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20038
20039         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20040
20041 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20042
20043         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20044
20045 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20046
20047         * mm-decode.el (mm-inlined-types): Add application/pgp.
20048         (mm-automatic-display): Ditto.
20049
20050         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20051         part as text.
20052
20053 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20054
20055         * nnrss.el: Update copyright.
20056         (nnrss-opml-import): Query whether to subscribe to each entry.
20057
20058         * gnus-art.el:
20059         * gnus-sum.el:
20060         * gnus-xmas.el:
20061         * messagexmas.el:
20062         * mm-uu.el:
20063         * mm-view.el: Update copyright.
20064
20065 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20066
20067         * message.el (message-info): New function.
20068         (message-mode-menu): Add it.
20069         Update copyright.
20070
20071         * ChangeLog: Fix and update copyright.
20072
20073 2006-01-13  Romain Francoise  <romain@orebokech.com>
20074
20075         * message.el (message-forward-subject-name-subject): Prefer the
20076         address to 'nowhere' if the sender has no name.
20077         Fix typo.  Update copyright year.
20078
20079 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20080
20081         * gnus-art.el (article-wash-html):
20082         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20083         (gnus-article-wash-html-with-w3m-standalone): New function.
20084
20085         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20086         mm-inline-text-html-render-with-w3m-standalone.
20087         (mm-text-html-washer-alist): Map w3m-standalone to
20088         gnus-article-wash-html-with-w3m-standalone.
20089         (mm-inline-text-html-render-with-w3m-standalone): New function.
20090
20091 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20092
20093         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20094         Improve LaTeX.
20095
20096 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20097
20098         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20099         (nnrss-request-article): Render text/plain parts as HTML.
20100
20101         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20102         the buffer.
20103
20104 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20105
20106         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20107         custom definition of `gnus-posting-styles'.
20108
20109         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20110         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20111
20112 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20113
20114         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20115         Use nntp for bug archive.
20116
20117 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20118
20119         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20120         parts.
20121         (nnrss-normalize-date): New function converts ISO 8601 date into
20122         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20123         (nnrss-check-group): Use it.
20124
20125 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20126
20127         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20128
20129         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20130         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20131         (nnrss-insert-w3): Ditto.
20132
20133 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20134
20135         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20136         the articles to be forwarded including the case where neither a
20137         number of articles nor a region is specified.
20138
20139 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20140
20141         * nnrss.el (nnrss-request-article): Fix last change; fill
20142         text/plain parts.
20143
20144 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20145
20146         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20147         in text/plain part.
20148         (nnrss-check-group): Don't add excessive newline to dc:subject.
20149
20150 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20151
20152         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20153         article.
20154
20155 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20156
20157         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20158         (nnml-use-compressed-files, nnml-save-mail): Support other
20159         comression programs such as bzip2.
20160
20161 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20162
20163         * dns.el (query-dns): Make sure we check the buffer size before
20164         removing tcp headers.
20165
20166 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20167
20168         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20169         remove MIME buttons associated with multipart/alternative parts.
20170         (gnus-mime-display-alternative): Tag buttons using `article-type'
20171         text property.
20172
20173         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20174         associated with multipart/alternative parts.
20175
20176         * gnus-art.el (gnus-signature-separator): Fix custom type.
20177
20178         * mm-decode.el (mm-inlined-types): Fix custom type.
20179         (mm-keep-viewer-alive-types): Ditto.
20180         (mm-automatic-display): Ditto.
20181         (mm-attachment-override-types): Ditto.
20182         (mm-inline-override-types): Ditto.
20183         (mm-automatic-external-display): Ditto.
20184
20185 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20186
20187         * spam-report.el (spam-report-user-mail-address)
20188         (spam-report-user-agent): New variables.
20189         (spam-report-url-ping-plain): Use spam-report-user-agent.
20190
20191 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20192
20193         * gnus-art.el (gnus-button-handle-custom): Do not just use
20194         `customize-apropos' for any "M-x customize-*" button but the
20195         function called for.  Accept both the function name and its
20196         argument in order to achieve this.
20197         (gnus-button-alist): Remove support for "custom:" URL's.
20198         Pass function name to `gnus-button-handle-custom' in case of "M-x
20199         customize-*" buttons.
20200
20201 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20202
20203         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20204         multipart/alternative and add xref to mm-discouraged-alternatives
20205         in doc string.
20206
20207         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20208         gnus-buttonized-mime-types in doc string.
20209
20210 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20211
20212         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20213         Suggest image/.* in the doc string.
20214
20215 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20216
20217         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20218         message-marks (Debian bug #342521).
20219
20220 2005-12-12  Simon Josefsson  <jas@extundo.com>
20221
20222         * password.el (password-read-from-cache): Add.
20223         (password-read): Use it.
20224
20225 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20226
20227         * rfc2047.el (rfc2047-charset-to-coding-system):
20228         Recognize us-ascii as a MIME charset.
20229
20230         * mm-bodies.el (mm-decode-content-transfer-encoding):
20231         Protect against the case where the 2nd arg TYPE is nil.
20232
20233 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20234
20235         * pop3.el (pop3-stream-type): Fix custom version.
20236
20237         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20238
20239 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20240
20241         * mm-decode.el (mm-display-external): Add missing cdr.
20242
20243 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20244
20245         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20246         RFC1524) if it is in mailcap or add a suffix according to
20247         mailcap-mime-extensions when generating a temp filename; postpone
20248         deleting a temp file for 2 seconds for some wrappers, shell
20249         scripts, and so on, which might exit right after having started a
20250         viewer command as a background job.
20251
20252 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20253
20254         * nntp.el (nntp-marks-directory): Fix custom group.
20255
20256         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20257         steps when < 10.
20258
20259         * gnus-start.el (gnus-no-server-1):
20260         Mention `gnus-level-default-subscribed' in doc string.
20261
20262 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20263
20264         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20265         parens.
20266
20267 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20268
20269         * gnus-xmas.el (gnus-use-toolbar): Revert.
20270         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20271         gnus-use-toolbar is default.
20272
20273         * messagexmas.el (message-use-toolbar): Revert.
20274         (message-setup-toolbar): Use global default-toolbar if
20275         message-use-toolbar is default.
20276
20277 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20278
20279         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20280         according to default-toolbar-visible-p.
20281
20282         * messagexmas.el (message-use-toolbar): Ditto.
20283
20284 2005-11-26  Dave Love  <fx@gnu.org>
20285
20286         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20287         (tls-program, tls-success): Provide openssl alternative.
20288
20289         * starttls.el: Doc fixes.
20290         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20291         SERVICE to PORT.
20292
20293         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20294         port null or service name.
20295         (starttls-negotiate): Autoload.
20296
20297 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20298
20299         * message.el (message-kill-to-signature): Fix interactive spec.
20300
20301 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20302
20303         * pop3.el (pop3-open-server): Recognize a string as a service name.
20304
20305 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
20306
20307         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
20308
20309 2005-11-23  Dave Love  <fx@gnu.org>
20310
20311         Add pop3s, pop3/starttls.
20312
20313         * pop3.el (pop3-authentication-scheme): Clarify doc.
20314         (open-tls-stream, starttls-open-stream): Autoload.
20315         (pop3-stream-type): New.
20316         (pop3-open-server): Use it.
20317
20318         * mail-source.el (mail-sources): Fix some :types.  Add stream type
20319         for POP.
20320         (mail-source-keyword-map): Add :stream for POP.
20321         (mail-source-fetch-pop): Use pop3-stream-type.
20322
20323 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20324
20325         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
20326         of current-time-string.
20327
20328 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
20329
20330         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
20331         date header.
20332
20333 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20334
20335         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
20336         it can seriously impact performance as it bypasses the agent's
20337         local caches.
20338
20339 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20340
20341         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
20342         must be explicitly online rather than "not explicitly offline" for
20343         its flags to be synchronized.
20344
20345         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
20346         that gnus-uu-unmark-thread will function correctly.
20347
20348         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
20349         1024K is instead displayed as 1M.
20350
20351 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20352
20353         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
20354
20355 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
20356
20357         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
20358
20359 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
20360
20361         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
20362         error message to display actual error condition.
20363         (gnus-agent-save-local): Avoid saving symbols that are bound to
20364         nil as they simply result in a warning message in
20365         gnus-agent-read-local.
20366
20367 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20368
20369         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
20370         rather than make-variable-buffer-local for file-precious-flag.
20371
20372 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20373
20374         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
20375         for duplicates which are removed.  The invalid sort check then
20376         triggers a rescan after the sort as sorting may have moved
20377         duplicate entries such that they can be cheaply detected.
20378
20379 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20380
20381         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
20382
20383 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20384
20385         * gnus-agent.el (gnus-agent-article-alist-save-format):
20386         Change internal variable to a custom variable.  Change default value
20387         from compressed(2) to uncompressed(1).
20388         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
20389         support for uncompressed agentview files.  Taken together, reading
20390         the agentview file should now be 6-7 times faster.
20391
20392 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
20393
20394         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
20395         as a buffer-local variable.  This avoids creating truncated
20396         dribble files as a result of a hang up, eg.
20397
20398 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
20399
20400         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
20401         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
20402         XEmacs.
20403
20404 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20405
20406         * gnus-start.el (gnus-start-draft-setup):
20407         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
20408
20409         * gnus.el (gnus-splash): Change custom group.
20410         (gnus-group-get-parameter, gnus-group-parameter-value):
20411         Describe allow-list argument.
20412
20413         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
20414         string.
20415
20416 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20417
20418         * gnus-art.el (gnus-default-article-saver): Add user-defined
20419         `function' to custom type.
20420
20421 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20422
20423         * imap.el (imap-open): Handle case where buffer is a buffer
20424         object.
20425
20426 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20427
20428         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
20429         long lines.
20430         (gnus-cache-delete-group): Wrap doc strings.
20431
20432         * gnus-agent.el (gnus-agent-rename-group)
20433         (gnus-agent-delete-group): Wrap doc strings.
20434
20435 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20436
20437         * messagexmas.el (message-use-toolbar): Change the valid values
20438         into default, top, bottom, left, and right.
20439         (message-toolbar-thickness): New variable.
20440         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
20441         well.
20442         (message-setup-toolbar): Make it work.
20443
20444         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
20445         (gnus-use-toolbar): Change the valid values into default, top,
20446         bottom, left, and right.
20447         (gnus-toolbar-thickness): New variable.
20448         (gnus-xmas-setup-toolbar): New function.
20449         (gnus-xmas-setup-group-toolbar): Use it.
20450         (gnus-xmas-setup-summary-toolbar): Use it.
20451
20452 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20453
20454         * gnus-start.el (gnus-1): Add "native" to
20455         gnus-predefined-server-alist.
20456
20457         * gnus.el (gnus-method-to-server): Don't add "native" to the
20458         lists here, because that leads to problems when
20459         gnus-select-method is bound.
20460
20461 2005-11-09  Simon Josefsson  <jas@extundo.com>
20462
20463         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
20464         use (not sort-by-date) instead.
20465
20466 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20467
20468         * gnus-delay.el (gnus-delay-group): Don't autoload.
20469         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20470         to be re-loaded when customizing the `gnus-delay' group.
20471
20472 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20473
20474         * message.el: Revert last changes.
20475         (message-insert-citation-line): Use newlines.
20476
20477 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20478
20479         * message.el (message-courtesy-message)
20480         (message-mark-insert-begin, message-mark-insert-end)
20481         (message-elide-ellipsis, message-cancel-message)
20482         (message-add-header, message-change-subject)
20483         (message-cross-post-followup-to-header)
20484         (message-cross-post-insert-note, message-reduce-to-to-cc)
20485         (message-widen-reply, message-delete-not-region)
20486         (message-kill-to-signature, message-insert-signature)
20487         (message-insert-importance-high, message-insert-importance-low)
20488         (message-insert-or-toggle-importance)
20489         (message-insert-disposition-notification-to)
20490         (message-indent-citation, message-yank-original)
20491         (message-cite-original-without-signature, message-cite-original)
20492         (message-insert-citation-line, message-position-on-field)
20493         (message-fix-before-sending, message-send-mail-partially)
20494         (message-send-mail, message-send-mail-with-sendmail)
20495         (message-send-mail-with-qmail, message-send-news)
20496         (message-check-news-header-syntax, message-generate-headers)
20497         (message-insert-courtesy-copy, message-fill-address)
20498         (message-fill-header, message-shorten-references)
20499         (message-setup-1, message-cancel-news)
20500         (message-forward-make-body-plain, message-forward-make-body-mime)
20501         (message-forward-make-body-mml, message-encode-message-body)
20502         (message-forward-make-body-digest-plain)
20503         (message-forward-make-body-digest-mime)
20504         (message-use-alternative-email-as-from): Insert `hard-newline'
20505         instead of ordinary newlines.
20506
20507 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20508
20509         * message.el (message-generate-headers): Downcase the argument
20510         given to message-check-element.
20511
20512 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
20513
20514         * nntp.el (nntp-authinfo-rejected): New error condition.
20515         (nntp-wait-for): Use new error condition to signal authentication
20516         error.
20517         (nntp-retrieve-data): Rethrow new error condition to break out of
20518         recursive call to nntp-send-authinfo.
20519
20520 2005-11-08  Romain Francoise  <romain@orebokech.com>
20521
20522         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
20523         (gnus-summary-exit-map): Bind to `Z p'.
20524         (gnus-summary-make-menu-bar): Add menu item.
20525
20526 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
20527
20528         * gnus-art.el (gnus-article-treat-custom): Add `first'.
20529         (gnus-treat-*): Add `first' in all doc strings.
20530
20531         * gnus-group.el (gnus-group-compact-group): Fix typo.
20532
20533 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20534
20535         * gnus.el (gnus-parameters-case-fold-search): New variable.
20536         (gnus-parameters-get-parameter): Use it.
20537
20538         * gnus-score.el (gnus-home-score-file): Doc fix.
20539
20540 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
20541
20542         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
20543
20544 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20545
20546         * mm-util.el (mm-special-display-p): New function.
20547
20548         * mml.el (mml-preview): Use it; doc fix.
20549
20550 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20551
20552         * imap.el (imap-open): Handle case where buffer is a buffer object.
20553
20554 2005-10-29  Romain Francoise  <romain@orebokech.com>
20555
20556         * message.el (message-fix-before-sending): Fix comment.
20557
20558 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20559
20560         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
20561
20562 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20563
20564         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
20565         Used in gnus-score.el.
20566
20567 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
20568
20569         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
20570
20571 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
20572
20573         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
20574         whitespace removed in revision 7.8.  Use concatenated string to
20575         protect trailing whitespace.
20576
20577 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
20578
20579         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
20580         (nnimap-request-expire-articles): Use it to avoid sending 'UID
20581         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
20582         Courier IMAP ("some version from 2004").  Mostly based on similar
20583         code in the same function.
20584
20585 2005-10-26  Didier Verna  <didier@xemacs.org>
20586
20587         * gnus-group.el (gnus-group-compact-group): Invalidate original
20588         article buffer.
20589         * gnus-srvr.el (gnus-server-compact-server): Ditto.
20590         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
20591         NOV database and in article itself.
20592         Invalidate article backlog.
20593
20594 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20595
20596         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
20597
20598 2005-10-26  Simon Josefsson  <jas@extundo.com>
20599
20600         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
20601         part of 2004-07-25 change.
20602
20603 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20604
20605         * message.el (message-display-completion-list): New function.
20606         (message-expand-group): Use it; make sure the Completions buffer
20607         is modifiable.
20608 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20609
20610         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
20611         user-mail-name is an empty string.
20612
20613 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20614
20615         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20616         depending on gnus-score-decay-constant.
20617
20618         * encrypt.el (encrypt-insert-file-contents)
20619         (encrypt-write-file-contents): Don't use `gnus-message'.
20620
20621         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20622         arguments.
20623         (mm-uu-type-alist): Add message-marks and insert-marks.
20624         Pass arguments to mm-uu-verbatim-marks-extract.
20625         (mm-uu-hide-markers): New variable.
20626         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20627
20628         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20629         (gnus-convert-image-to-face-command): Use "convert" by default to
20630         allow other input image formats.
20631         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20632         accordingly.
20633
20634 2005-10-23  Simon Josefsson  <jas@extundo.com>
20635
20636         * imap.el (imap-gssapi-program): Align command line parameters
20637         with latest GNU SASL.
20638         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20639
20640 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20641
20642         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20643         HTML.
20644         (nnslashdot-request-article): Ditto.
20645
20646         * lpath.el (featurep): Add nobreak-char-display.
20647
20648 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20649
20650         * mail-source.el (mail-source-fetch-pop): Require pop3.
20651         (mail-source-check-pop): Ditto.
20652
20653 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20654
20655         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20656         errors.
20657
20658 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20659
20660         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20661         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20662
20663         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20664
20665         * mm-bodies.el (mm-decode-string):
20666         Call `mm-charset-to-coding-system' with allow-override argument.
20667
20668 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20669
20670         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20671         (rfc2047-charset-to-coding-system): New function.
20672         (rfc2047-decode-encoded-words): New function.
20673         (rfc2047-decode-region): Use them.
20674         (rfc2047-decode-cte): Remove.
20675         (rfc2047-parse-and-decode): Remove.
20676         (rfc2047-decode): Remove.
20677
20678 2005-10-15  Kenichi Handa  <handa@m17n.org>
20679
20680         * rfc2047.el (rfc2047-decode-cte): New function.
20681         (rfc2047-decode-region): Change the way to decode successive
20682         encoded-words: decode B- or Q-encoding in each encoded-word,
20683         concatenate them, and decode it as charset.
20684
20685 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20686
20687         * lpath.el: Fbind codepage-setup for XEmacs.
20688
20689 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20690
20691         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20692         widget-move-and-invoke.
20693         (gnus-custom-mode): Use gnus-custom-map.
20694
20695 2005-10-15  Bill Wohler  <wohler@newt.com>
20696
20697         * message.el (message-tool-bar-map): Rename image file from
20698         mail_send to mail/send.
20699
20700 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20701
20702         * message.el (message-expand-group): Pass the common
20703         prefix substring of completion to `display-completion-list'.
20704
20705 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20706
20707         * mml-sec.el (mml-secure-method): New internal variable.
20708         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20709         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20710         New functions using mml-secure-method.
20711
20712         * mml.el (mml-mode-map): Add key bindings for those functions.
20713         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20714         Harder <harder@myrealbox.com>.
20715         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20716         Goto end of message if point is the headers of the message.
20717
20718         * message.el (message-in-body-p): New function.
20719
20720         * assistant.el: Autoload gnus-util and netrc.
20721
20722         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20723         Use `mm-charset-override-alist' only when decoding.
20724
20725         * mm-bodies.el (mm-decode-body):
20726         Call `mm-charset-to-coding-system' with allow-override argument.
20727
20728         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20729         `filename' from Content-Disposition if Content-Type doesn't
20730         provide `name'.
20731         (gnus-mime-view-part-as-type): Set default instead of
20732         initial-input.
20733
20734 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20735
20736         * format-spec.el (format-spec): Propagate text properties of % spec.
20737
20738 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20739
20740         * gnus-art.el (gnus-treat-predicate): Add `first'.
20741
20742 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20743
20744         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20745         (mm-charset-override-alist): New variable.
20746         (mm-charset-to-coding-system): Use it.
20747         (mm-codepage-setup): New helper function.
20748         (mm-charset-eval-alist): New variable.
20749         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20750         Warn about unknown charsets.
20751
20752         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20753
20754 2005-10-04  David Hansen  <david.hansen@gmx.net>
20755
20756         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20757         (nnrss-check-group): Ditto.
20758
20759 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20760
20761         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20762         Rename x-gnus-verbatim to x-verbatim.
20763         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20764
20765         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20766         x-verbatim.
20767
20768         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20769
20770         * gnus-util.el (gnus-remove-duplicates): Remove.
20771
20772         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20773         instead of gnus-remove-duplicates.
20774
20775         * message.el (message-remove-duplicates): Remove.
20776         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20777         message-remove-duplicates.
20778
20779         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20780         available, else use implementation from `delete-dups'.
20781
20782         * message.el (message-insert-expires): New function.
20783         (message-mode-map): Add key binding.
20784         (message-mode-field-menu): Add menu entry.
20785         (message-mode): Document it.
20786         (message-make-expires-date): Use `message-make-date'.
20787
20788 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20789
20790         * message.el (message-make-expires-date): New function.
20791
20792 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20793
20794         * Makefile.in (list-installed-shadows): New entry.
20795         (install): Use it.
20796         (remove-installed-shadows): New entry.
20797
20798         * dgnushack.el (dgnushack-default-load-path): New variable.
20799         (dgnushack-find-lisp-shadows): New function.
20800         (dgnushack-remove-lisp-shadows): New function.
20801
20802 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20803
20804         * Makefile.in (install-el-elc): New entry.
20805         (install): Use it so that .el files are necessarily installed.
20806
20807 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20808
20809         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20810
20811 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20812
20813         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20814         function rather than the diff-mode.el package.
20815         (mm-display-external): Use with-current-buffer.
20816         (mm-viewer-completion-map, mm-viewer-completion-map):
20817         Move initialization inside declaration.
20818
20819 2005-09-29  Simon Josefsson  <jas@extundo.com>
20820
20821         * spam.el: Load hashcash when compiling, to avoid warnings.
20822         Don't autoload mail-check-payment.
20823         (spam-check-hashcash): Define unconditionally, since hashcash.el
20824         is part of Gnus now.  Ignore errors from payment checking.
20825
20826 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20827
20828         * message.el (message-bold-region, message-unbold-region):
20829         Rename from `bold-region' and `unbold-region'.
20830
20831         * message.el: Remove useless autoloads.
20832
20833 2005-09-28  Simon Josefsson  <jas@extundo.com>
20834
20835         * message.el (message-use-idna): Default to t.
20836         (message-use-idna): Test whether encoding works too.  Doc fix.
20837
20838 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20839
20840         * nntp.el (nntp-warn-about-losing-connection): Remove.
20841
20842 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20843
20844         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20845         customizable.  Change default value.
20846         (mm-uu-diff-groups-regexp): Change default value.
20847         (mm-uu-type-alist): Add doc string.
20848         (mm-uu-configure): Add doc string.  Make it interactive.
20849         (mm-uu-tex-groups-regexp): New variable.
20850         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20851         (mm-uu-type-alist): Add LaTeX documents.
20852         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20853         of "text/verbatim".
20854         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20855
20856         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20857         instead of "text/verbatim".
20858
20859         * message.el (message-mark-inserted-region)
20860         (message-mark-insert-file): Use slrn style marks when called with
20861         prefix argument.
20862
20863 2005-09-27  Simon Josefsson  <jas@extundo.com>
20864
20865         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20866
20867 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20868
20869         * message.el (message-remove-duplicates): New function.
20870         Implementation borrowed from `gnus-remove-duplicates'.
20871         (message-idna-to-ascii-rhs): Also encode idna addresses in
20872         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20873         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20874         only ask about the same idna domain once per header and also tell
20875         in what header to replace the idna domain.
20876
20877         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20878         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20879         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20880         a header is decoded and not just the last one.
20881
20882 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20883
20884         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20885         has been decoded.
20886
20887         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20888         (mm-insert-part): Don't modify text if it has been decoded.
20889
20890         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20891         decoded.
20892
20893         * mm-view.el (mm-inline-text): Don't strip text props unless
20894         decoding enriched or richtext parts.
20895
20896 2005-09-25  Romain Francoise  <romain@orebokech.com>
20897
20898         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20899         * gnus-start.el (gnus-subscribe-interactively):
20900         * gnus-uu.el (gnus-uu-grab-articles):
20901         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20902         space.
20903
20904 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20905
20906         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20907         * mm-view.el (mm-view-pkcs7-decrypt):
20908         * gnus-sum.el (gnus-summary-limit-to-extra)
20909         (gnus-summary-respool-article, gnus-read-move-group-name):
20910         * gnus-score.el (gnus-summary-increase-score):
20911         * gnus-util.el (gnus-completing-read-with-default):
20912         * gnus-art.el (gnus-read-save-file-name)
20913         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20914         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20915         * message.el (message-check-news-header-syntax):
20916         Follow convention for reading with the minibuffer.
20917
20918 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20919
20920         * spam-report.el (spam-report-url-ping-plain):
20921         Use gnus-extended-version as User-Agent.
20922
20923         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20924         default value is nil.
20925
20926         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20927         (mm-uu-verbatim-marks-extract): New function.
20928         (mm-uu-extract): New face.
20929         (mm-uu-copy-to-buffer): Use it.
20930
20931         * spam-report.el (spam-report-gmane-ham): Rename from
20932         `spam-report-gmane-unspam'.
20933         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20934         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20935
20936         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20937         Autoload.
20938         (spam-report-gmane-unregister-routine):
20939         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20940
20941 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20942
20943         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20944         (spam-report-gmane-unregister-routine): Add support for gmane
20945         unregistration.
20946
20947         * spam-report.el (spam-report-gmane-unspam)
20948         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20949         (spam-report-gmane): Change to take a single article and do unspam
20950         registration.
20951
20952 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20953
20954         * mm-url.el (mm-url-decode-entities): Fix regexp.
20955
20956 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20957
20958         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20959         default to nil, to be able to use Gnus at all.  If the default
20960         switches to something else, then the function should be fixed not
20961         be exceedingly slow.
20962
20963 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20964
20965         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20966         fail hard.
20967
20968         * spam-report.el: Add better Keywords line.
20969
20970         * spam.el: Add Maintainer and better Keywords line.
20971
20972 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20973
20974         * gnus-art.el (gnus-article-replace-part)
20975         (gnus-mime-replace-part): New functions.
20976         (gnus-mime-action-alist, gnus-mime-button-commands)
20977         (gnus-mime-save-part-and-strip): Add file argument.
20978         (gnus-article-part-wrapper): Add interactive argument.
20979
20980         * gnus-sum.el (gnus-summary-mime-map):
20981         Add `gnus-article-replace-part'.
20982
20983 2005-09-19  Didier Verna  <didier@xemacs.org>
20984
20985         The nnml compaction feature:
20986         * nnml.el (nnml-request-compact-group): New function.
20987         * nnml.el (nnml-request-compact): New function.
20988         * gnus-int.el (gnus-request-compact-group): New function.
20989         * gnus-int.el (gnus-request-compact): New function.
20990         * gnus-group.el (gnus-group-compact-group): New function.
20991         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20992         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20993         * gnus-srvr.el (gnus-server-compact-server): New function.
20994         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20995         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20996
20997 2005-09-18  Deepak Goel  <deego@gnufans.org>
20998
20999         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21000         format spec.
21001
21002 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21003
21004         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21005
21006 2005-09-15  Romain Francoise  <romain@orebokech.com>
21007
21008         * message.el (message-fill-paragraph): Clarify docstring.
21009
21010 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21011
21012         * gnus-art.el (gnus-mime-display-part): Protect against broken
21013         MIME messages.
21014
21015 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21016
21017         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21018         before parsing header.
21019
21020 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21021
21022         * html2text.el (html2text-replace-list): Add new entities.
21023
21024 2005-09-11  Romain Francoise  <romain@orebokech.com>
21025
21026         * message.el (message-alternative-emails): Improve docstring.
21027         (message-setup-1): Call `message-use-alternative-email-as-from'
21028         after `message-setup-hook' to give it precedence over posting
21029         styles, etc.
21030         (message-use-alternative-email-as-from): Add docstring.
21031         Remove the original From header if present.
21032
21033         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21034         (nnml-save-mail): Use it.
21035
21036         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21037         articles.  Add new argument `silent'.
21038         (gnus-uu-mark-all): Report the total number of marked articles.
21039
21040 2005-09-10  Romain Francoise  <romain@orebokech.com>
21041
21042         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21043         (gnus-uu-mark-series): Likewise.
21044
21045 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21046
21047         * spam-report.el (spam-report-gmane): Fix generation of spam
21048         report URL.
21049
21050 2005-09-10  Simon Josefsson  <jas@extundo.com>
21051
21052         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21053         t, based on discussion on the ding list with Robert Epprecht
21054         <epprecht@solnet.ch>.
21055
21056 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21057
21058         * spam-report.el (spam-report-gmane): Make it work without
21059         X-Report-Spam header.  Gmane now only provides Archived-At.
21060         This is only used if `spam-report-gmane-use-article-number' is nil.
21061         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21062
21063         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21064         make `gnus-summary-sort-by-recipient' work with threading.
21065
21066         * nnweb.el (nnweb-google-wash-article): Print a message if article
21067         is not available.
21068
21069 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21070
21071         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21072         change.  Decode text/* parts content before displaying.
21073
21074 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21075
21076         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21077
21078 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21079
21080         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21081
21082         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21083         url-package-name, url-package-version,
21084         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21085         w3m-display-inline-images, and w3m-minor-mode-map.
21086
21087 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21088
21089         * message.el (message-tab-body-function): Fix mismatched custom type.
21090
21091         * gnus.el (gnus-group-change-level-function): Ditto.
21092
21093         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21094
21095         * gnus-art.el (gnus-signature-limit)
21096         (gnus-article-mime-part-function): Ditto.
21097
21098 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21099
21100         * mml.el (mml-mode): Silence the byte compiler.
21101
21102         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21103         using `(sit-for 0)' before moving the point to the specified part;
21104         skip unbuttonized parts.
21105         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21106         return to the summary window if gnus-auto-select-part is non-nil.
21107
21108 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21109
21110         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21111         New variables.
21112         (mml-dnd-attach-file, mml-mode): Use them.
21113
21114         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21115         Make fetching article by MID work again for Google Groups.
21116         Add FIXME concerning gnus-group-make-web-group.
21117
21118         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21119         Don't depend on Gnus by using mail-extract-address-components if
21120         gnus-extract-address-components is not bound.
21121
21122 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21123
21124         * gnus-art.el (gnus-mime-display-security): Don't display the
21125         signature, but only the signed part.
21126
21127 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21128
21129         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21130
21131         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21132         list, not listp.
21133
21134 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21135
21136         * mm-encode.el (mm-encode-content-transfer-encoding):
21137         Likewise when encoding.
21138
21139         * mm-bodies.el (mm-decode-content-transfer-encoding):
21140         De-canonicalize CRLF for all text content types, not just
21141         text/plain.
21142
21143 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21144
21145         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21146         valid article; point arrow and cursor at the MIME button.
21147
21148 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21149
21150         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21151         Suggested by Dan Christensen <jdc@uwo.ca>.
21152
21153         * mm-decode.el (mm-save-part): Enable change of prompt.
21154
21155 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21156
21157         * gnus-msg.el (gnus-inews-add-send-actions):
21158         Make `message-post-method' lambda parameter ARG `&optional'.
21159
21160 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21161
21162         * gnus-sum.el (gnus-summary-mime-map):
21163         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21164         gnus-article-jump-to-part.
21165
21166         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21167         (gnus-article-edit-part): Use it.
21168         (gnus-article-part-wrapper): Add no-handle argument.
21169         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21170         New functions.
21171
21172 2005-08-29  Romain Francoise  <romain@orebokech.com>
21173
21174         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21175         docstring.
21176         (gnus-face-from-file): Likewise.
21177
21178 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21179
21180         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21181         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21182         non-nil.
21183         (gnus-auto-select-part): New variable.
21184         (gnus-article-jump-to-part): New function.
21185         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21186         (gnus-mime-delete-part): Allow selecting specified part after
21187         deleting or stripping parts.
21188         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21189         part if argument is bogus.
21190
21191 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21192
21193         * gnus-art.el (w3m-minor-mode-map):
21194         * gnus-spec.el (gnus-newsrc-file-version):
21195         * gnus-util.el (nnmail-active-file-coding-system)
21196         (gnus-original-article-buffer, gnus-user-agent):
21197         * gnus.el (gnus-ham-process-destinations)
21198         (gnus-parameter-ham-marks-alist)
21199         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21200         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21201         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21202         * mm-decode.el (gnus-current-window-configuration):
21203         * mm-extern.el (gnus-article-mime-handles):
21204         * mm-url.el (url-current-object, url-package-name)
21205         (url-package-version):
21206         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21207         (smime-keys, w3m-cid-retrieve-function-alist)
21208         (w3m-current-buffer, w3m-display-inline-images)
21209         (w3m-minor-mode-map):
21210         * mml-smime.el (gnus-extract-address-components):
21211         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21212         (gnus-newsrc-hashtb, message-default-charset)
21213         (message-deletable-headers, message-options)
21214         (message-posting-charset, message-required-mail-headers)
21215         (message-required-news-headers):
21216         * mml1991.el (mc-pgp-always-sign):
21217         * mml2015.el (mc-pgp-always-sign):
21218         * nnheader.el (nnmail-extra-headers):
21219         * rfc1843.el (gnus-decode-encoded-word-function)
21220         (gnus-decode-header-function, gnus-newsgroup-name):
21221         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21222
21223 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21224
21225         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21226         the end of the date treatments.
21227
21228 2005-08-15  Simon Josefsson  <jas@extundo.com>
21229
21230         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21231         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21232         Capello and Romain Francoise.
21233         (pgg-fetch-key-function): Remove, not used?
21234         (pgg-insert-url-with-w3): Require url, to get
21235         url-insert-file-contents regardless of where it is defined.
21236
21237 2005-08-13  Romain Francoise  <romain@orebokech.com>
21238
21239         * message.el (message-cite-original-1): New function.
21240         (message-cite-original): Use it.
21241         (message-cite-original-without-signature): Ditto.
21242
21243 2005-08-08  Romain Francoise  <romain@orebokech.com>
21244
21245         * message.el (message-yank-empty-prefix): New variable.
21246         (message-indent-citation): Use it.
21247         (message-cite-original-without-signature): Respect X-No-Archive.
21248
21249 2005-08-08  Simon Josefsson  <jas@extundo.com>
21250
21251         * pgg.el: Autoload url-insert-file-contents instead of loading
21252         w3/url.
21253         (pgg-insert-url-with-w3): Don't load url here.
21254
21255 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21256
21257         * message.el (message-kill-to-signature): Don't insert newline at
21258         bol.
21259         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21260
21261 2005-08-06  Romain Francoise  <romain@orebokech.com>
21262
21263         * message.el (message-user-fqdn): Fix typo in docstring.
21264
21265 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21266
21267         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21268
21269         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21270
21271 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21272
21273         * mm-bodies.el (mm-encode-body): Use coding system rather than
21274         charset to encode text.
21275
21276         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21277         number of charsets if utf-8 is available (XEmacs).
21278
21279 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21280
21281         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21282         taken from `gnus-button-mid-or-mail-regexp'.
21283         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21284         (gnus-button-alist): Improve regexp for domain part of the MIDs
21285         for news:localpart@domain buttons.
21286         (gnus-button-ctan-directory-regexp): Update.
21287
21288 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21289
21290         * sieve-manage.el (sieve-manage-interactive-login):
21291         Use make-local-variable rather than make-variable-buffer-local.
21292         (sieve-manage-open): Ditto.
21293         (sieve-manage-authenticate): Ditto.
21294
21295         * mml.el (mml-generate-mime-1): Make the content type default to
21296         text/plain if the filename is not specified.
21297
21298 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21299
21300         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
21301         instead of insert-buffer.
21302
21303         * message.el (message-yank-original): Ditto; set the mark at the
21304         end of the yanked message.
21305
21306 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21307
21308         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
21309         lines to scroll rather than to stop it.
21310
21311         * mml.el (mml-generate-default-type): Add doc string.
21312         (mml-generate-mime-1): Use mm-default-file-encoding or make it
21313         default to application/octet-stream when determining the content
21314         type if it is not specified for the part or the mml contents; add
21315         a comment about mml-generate-default-type.
21316
21317 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
21318
21319         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
21320         make it default to application/octet-stream when determining the
21321         content type if it is not specified for the external contents.
21322
21323 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21324
21325         * rfc2231.el (rfc2231-parse-string): Take care that not only a
21326         segmented parameter but also other parameters might be there.
21327
21328 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21329
21330         * mm-decode.el (mm-display-external): Delete temp file, directory
21331         and buffer immediately if the external process is exited.
21332
21333 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21334
21335         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
21336         fewer lines than that of scroll-margin.
21337         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
21338
21339 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21340
21341         * gnus-art.el (gnus-article-next-page): Revert.
21342         (gnus-article-beginning-of-window): New macro.
21343         (gnus-article-next-page-1): Use it.
21344         (gnus-article-prev-page): Ditto.
21345         (gnus-article-edit-part): Use insert-buffer-substring instead of
21346         insert-buffer.
21347         (gnus-article-edit-exit): Ditto.
21348
21349         * gnus-util.el (gnus-beginning-of-window): Remove.
21350         (gnus-end-of-window): Remove.
21351
21352         * lpath.el: Don't bind header-line-format and scroll-margin.
21353
21354 2005-07-25  Simon Josefsson  <jas@extundo.com>
21355
21356         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
21357         to have the url package without w3.  Reported by Daiki Ueno
21358         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
21359
21360 2005-07-20  Didier Verna  <didier@xemacs.org>
21361
21362         * gnus-diary.el: Remove the description comment (nndiary is now
21363         properly documented in the Gnus manual).
21364         Fix the spelling of "Back End".
21365         * nndiary.el: Ditto.
21366         Fix the copyright notice.
21367
21368 2005-07-18  Romain Francoise  <romain@orebokech.com>
21369
21370         * gnus-sum.el (gnus-summary-to-prefix)
21371         (gnus-summary-newsgroup-prefix): New variables.
21372         (gnus-summary-from-or-to-or-newsgroups): Use them.
21373
21374 2005-07-17  Romain Francoise  <romain@orebokech.com>
21375
21376         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
21377         space as it's generally not especially interesting to the user.
21378
21379 2005-07-16  Romain Francoise  <romain@orebokech.com>
21380
21381         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
21382         nil to avoid prompting and file modification if one of the
21383         messages at the top of the nnfolder file contains a copyright
21384         notice.
21385         Update copyright notice.
21386
21387         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
21388         instead of `current-time-string' as the latter creates a time
21389         string that is not RFC 2822 compliant (it lacks the zone).
21390         Update copyright notice.
21391
21392 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21393
21394         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
21395         for text/rtf.  Display default in prompt.  Pass default for M-n.
21396
21397         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
21398
21399 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21400
21401         * gnus-msg.el (gnus-button-mailto):
21402         Remove save-selected-window-window hackery because it relies on
21403         save-selected-window internals.
21404
21405 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21406
21407         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
21408         (gnus-article-next-page-1): Use gnus-beginning-of-window.
21409         (gnus-article-prev-page): Ditto.
21410
21411         * gnus-util.el (gnus-beginning-of-window): New function.
21412         (gnus-end-of-window): New function.
21413
21414         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
21415
21416 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21417
21418         * gnus-score.el (gnus-score-edit-all-score):
21419         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
21420         gnus-message.
21421
21422 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21423
21424         * gnus-msg.el (gnus-button-mailto):
21425         Remove save-selected-window-window hackery because it relies on
21426         save-selected-window internals.
21427
21428 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21429
21430         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
21431         add-minor-mode.
21432         (gnus-binary-mode): Ditto.
21433
21434         * gnus-topic.el (gnus-topic-mode): Ditto.
21435
21436 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
21437
21438         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
21439         (gnus-article-prev-page): Take scroll-margin into consideration.
21440
21441 2005-07-04  Lute Kamstra  <lute@gnu.org>
21442
21443         Update FSF's address in GPL notices.
21444
21445 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
21446
21447         * gnus.el (gnus-exit):
21448         * gnus-group.el (gnus-group-icons):
21449         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
21450
21451         * gnus-nocem.el (gnus-nocem):
21452         * message.el (message-various, message-buffers, message-sending)
21453         (message-interface, message-forwarding, message-insertion)
21454         (message-headers, message-news, message-mail):
21455         * pgg-gpg.el (pgg-gpg):
21456         * pgg-parse.el (pgg-parse):
21457         * pgg-pgp.el (pgg-pgp):
21458         * pgg-pgp5.el (pgg-pgp5):
21459         * pop3.el (pop3): Finish `defgroup' description with period.
21460
21461 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21462
21463         * gnus-art.el (article-display-face): Improve the efficiency.
21464         (article-display-x-face): Ditto; remove gray x-face stuff.
21465
21466 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21467
21468         * gnus-art.el (article-display-face): Correct the position in
21469         which Faces are inserted.
21470
21471 2005-06-29  Didier Verna  <didier@xemacs.org>
21472
21473         * gnus-art.el (article-display-face): Display faces in correct
21474         order.
21475
21476 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21477
21478         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
21479         (gnus-fill-real-hashtb): Use hash table instead of obarray.
21480         (gnus-nocem-check-article): Fetch the Type header.
21481         (gnus-nocem-message-wanted-p): Fix the way to examine types.
21482         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
21483         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
21484         make sure gnus-nocem-hashtb is initialized.
21485         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
21486         (gnus-nocem-unwanted-article-p): Ditto.
21487
21488         * pgg.el (pgg-verify): Return the verification result.
21489
21490 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21491
21492         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
21493         is ascii.
21494
21495 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
21496
21497         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
21498         `show-nonbreak-escape'.
21499
21500 2005-06-23  Lute Kamstra  <lute@gnu.org>
21501
21502         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
21503
21504         * dig.el (dig-mode):
21505         * smime.el (smime-mode): Use gnus-run-mode-hooks.
21506
21507 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
21508
21509         * nnimap.el (nnimap-split-download-body): Fix spellings.
21510
21511 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
21512
21513         * gnus-art.el (gnus-article-encrypt-body):
21514         * gnus-cus.el (gnus-score-customize):
21515         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
21516         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
21517
21518 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
21519
21520         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
21521         header by looking for magic "MII" at the beginning.
21522
21523 2005-06-16  Miles Bader  <miles@gnu.org>
21524
21525         * gnus-xmas.el (gnus-xmas-group-startup-message):
21526         Use renamed gnus-splash face.
21527
21528         * assistant.el (assistant-field): Remove "-face" suffix from face name.
21529         (assistant-field-face): New backward-compatibility alias for renamed
21530         face.
21531         (assistant-render-text): Use renamed assistant-field face.
21532
21533         * spam.el (spam): Remove "-face" suffix from face name.
21534         (spam-face): New backward-compatibility alias for renamed face.
21535         (spam-face, spam-initialize): Use renamed spam face.
21536
21537         * message.el (message-header-to, message-header-cc)
21538         (message-header-subject, message-header-newsgroups)
21539         (message-header-other, message-header-name)
21540         (message-header-xheader, message-separator, message-cited-text)
21541         (message-mml): Remove "-face" suffix from face names.
21542         (message-header-to-face, message-header-cc-face)
21543         (message-header-subject-face, message-header-newsgroups-face)
21544         (message-header-other-face, message-header-name-face)
21545         (message-header-xheader-face, message-separator-face)
21546         (message-cited-text-face, message-mml-face):
21547         New backward-compatibility aliases for renamed faces.
21548         (message-font-lock-keywords): Use renamed message faces.
21549
21550         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
21551         (sieve-test-commands, sieve-tagged-arguments):
21552         Remove "-face" suffix from face names.
21553         (sieve-control-commands-face, sieve-action-commands-face)
21554         (sieve-test-commands-face, sieve-tagged-arguments-face):
21555         New backward-compatibility aliases for renamed faces.
21556         (sieve-control-commands-face, sieve-action-commands-face)
21557         (sieve-test-commands-face, sieve-tagged-arguments-face):
21558         Use renamed sieve faces.
21559
21560         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
21561         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
21562         (gnus-group-news-3-empty, gnus-group-news-4)
21563         (gnus-group-news-4-empty, gnus-group-news-5)
21564         (gnus-group-news-5-empty, gnus-group-news-6)
21565         (gnus-group-news-6-empty, gnus-group-news-low)
21566         (gnus-group-news-low-empty, gnus-group-mail-1)
21567         (gnus-group-mail-1-empty, gnus-group-mail-2)
21568         (gnus-group-mail-2-empty, gnus-group-mail-3)
21569         (gnus-group-mail-3-empty, gnus-group-mail-low)
21570         (gnus-group-mail-low-empty, gnus-summary-selected)
21571         (gnus-summary-cancelled, gnus-summary-high-ticked)
21572         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
21573         (gnus-summary-high-ancient, gnus-summary-low-ancient)
21574         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
21575         (gnus-summary-low-undownloaded)
21576         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
21577         (gnus-summary-low-unread, gnus-summary-normal-unread)
21578         (gnus-summary-high-read, gnus-summary-low-read)
21579         (gnus-summary-normal-read, gnus-splash):
21580         Remove "-face" suffix from face names.
21581         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
21582         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
21583         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
21584         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
21585         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
21586         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
21587         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
21588         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
21589         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
21590         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
21591         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
21592         (gnus-summary-selected-face, gnus-summary-cancelled-face)
21593         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
21594         (gnus-summary-normal-ticked-face)
21595         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
21596         (gnus-summary-normal-ancient-face)
21597         (gnus-summary-high-undownloaded-face)
21598         (gnus-summary-low-undownloaded-face)
21599         (gnus-summary-normal-undownloaded-face)
21600         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
21601         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
21602         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
21603         (gnus-splash-face):
21604         New backward-compatibility aliases for renamed faces.
21605         (gnus-group-startup-message): Use renamed gnus faces.
21606
21607         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
21608         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
21609         (gnus-server-agent): Remove "-face" suffix from face names.
21610         (gnus-server-agent-face, gnus-server-opened-face)
21611         (gnus-server-closed-face, gnus-server-denied-face)
21612         (gnus-server-offline-face):
21613         New backward-compatibility aliases for renamed faces.
21614         (gnus-server-agent-face, gnus-server-opened-face)
21615         (gnus-server-closed-face, gnus-server-denied-face)
21616         (gnus-server-offline-face): Use renamed gnus faces.
21617
21618         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21619         Remove "-face" suffix from face names.
21620         (gnus-picon-xbm-face, gnus-picon-face):
21621         New backward-compatibility aliases for renamed faces.
21622
21623         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21624         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21625         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21626         (gnus-cite-11): Remove "-face" suffix from face names.
21627         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21628         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21629         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21630         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21631         New backward-compatibility aliases for renamed faces.
21632         (gnus-cite-attribution-face, gnus-cite-face-list)
21633         (gnus-article-boring-faces): Use renamed gnus faces.
21634
21635         * gnus-art.el (gnus-signature, gnus-header-from)
21636         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21637         (gnus-header-content): Remove "-face" suffix from face names.
21638         (gnus-signature-face, gnus-header-from-face)
21639         (gnus-header-subject-face, gnus-header-newsgroups-face)
21640         (gnus-header-name-face, gnus-header-content-face):
21641         New backward-compatibility aliases for renamed faces.
21642         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21643
21644         * gnus-sum.el (gnus-summary-selected-face)
21645         (gnus-summary-highlight): Use renamed gnus faces.
21646         * gnus-group.el (gnus-group-highlight): Likewise.
21647
21648 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21649
21650         * gnus-sieve.el (gnus-sieve-article-add-rule):
21651         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21652         * spam-stat.el (spam-stat-buffer-change-to-spam)
21653         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21654
21655         * message.el (message-is-yours-p):
21656         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21657
21658 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21659
21660         * mm-view.el (mm-inline-text): Withdraw the last change.
21661
21662 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21663
21664         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
21665         executing enriched-decode.
21666
21667 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21668
21669         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21670         charset of tar files.
21671
21672 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21673
21674         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21675
21676 2005-06-04  Lute Kamstra  <lute@gnu.org>
21677
21678         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21679         information is never recorded.
21680
21681 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21682
21683         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21684
21685 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21686
21687         * pop3.el (pop3-apop): Run md5 in the binary mode.
21688
21689         * starttls.el (starttls-set-process-query-on-exit-flag):
21690         Use eval-and-compile.
21691
21692 2005-05-31  Simon Josefsson  <jas@extundo.com>
21693
21694         * smime.el (smime-replace-in-string): Define.
21695         (smime-cert-by-ldap-1): Use it.
21696
21697 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21698
21699         * gnus-art.el (article-display-x-face): Replace
21700         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21701
21702         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21703         set-process-query-on-exit-flag or process-kill-without-query.
21704
21705         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21706         loop instead of replace-regexp.
21707
21708         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21709         instead of process-kill-without-query if it is available.
21710
21711         * lpath.el: Fbind ldap-search-entries.
21712
21713         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21714         instead of find-file-hooks if it is available.
21715
21716         * mml1991.el: Bind pgg-default-user-id when compiling.
21717
21718         * mml2015.el: Bind pgg-default-user-id when compiling.
21719
21720         * nndraft.el (nndraft-request-associate-buffer):
21721         Use write-contents-functions instead of write-contents-hooks if it is
21722         available.
21723
21724         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21725         instead of find-file-hooks if it is available.
21726
21727         * nntp.el (nntp-open-connection): Replace
21728         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21729         (nntp-open-ssl-stream): Ditto.
21730         (nntp-open-tls-stream): Ditto.
21731
21732         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21733         set-process-query-on-exit-flag or process-kill-without-query.
21734         (starttls-open-stream-gnutls): Use it instead of
21735         process-kill-without-query.
21736         (starttls-open-stream): Ditto.
21737
21738 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21739
21740         * smime.el (smime-cert-by-ldap-1): Don't use
21741         replace-regexp-in-string.
21742
21743 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21744
21745         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21746
21747         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21748         in PEM format.  Adjust to the XEmacs compatibility.
21749
21750 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21751
21752         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21753         by `string-to-number'.
21754         * gnus-agent.el (gnus-agent-regenerate-group)
21755         (gnus-agent-fetch-articles): Ditto.
21756         * gnus-art.el (gnus-button-fetch-group): Ditto.
21757         * gnus-cache.el (gnus-cache-generate-active)
21758         (gnus-cache-articles-in-group): Ditto.
21759         * gnus-group.el (gnus-group-set-current-level)
21760         (gnus-group-insert-group-line): Ditto.
21761         * gnus-score.el (gnus-score-set-expunge-below)
21762         (gnus-score-set-mark-below, gnus-summary-score-effect)
21763         (gnus-summary-score-entry): Ditto.
21764         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21765         (gnus-soup-pack): Ditto.
21766         * gnus-spec.el (gnus-xmas-format): Ditto.
21767         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21768         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21769         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21770         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21771         * nndb.el (nndb-get-remote-expire-response): Ditto.
21772         * nndiary.el (nndiary-parse-schedule-value)
21773         (nndiary-string-to-number, nndiary-request-replace-article)
21774         (nndiary-request-article): Ditto.
21775         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21776         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21777         * nneething.el (nneething-make-head): Ditto.
21778         * nnfolder.el (nnfolder-request-article)
21779         (nnfolder-retrieve-headers): Ditto.
21780         * nnheader.el (nnheader-file-to-number): Ditto.
21781         * nnkiboze.el (nnkiboze-request-article): Ditto.
21782         * nnmail.el (nnmail-process-unix-mail-format)
21783         (nnmail-process-babyl-mail-format): Ditto.
21784         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21785         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21786         (nnmh-request-create-group, nnmh-request-list-1)
21787         (nnmh-request-group, nnmh-request-article): Ditto.
21788         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21789         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21790         * nnsoup.el (nnsoup-make-active): Ditto.
21791         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21792         * nntp.el (nntp-find-group-and-number)
21793         (nntp-retrieve-headers-with-xover): Ditto.
21794         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21795         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21796         (pgg-format-key-identifier): Ditto.
21797         * pop3.el (pop3-last, pop3-stat): Ditto.
21798         * qp.el (quoted-printable-decode-region): Ditto.
21799
21800         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21801         of concat.
21802
21803 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21804
21805         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21806
21807         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21808
21809         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21810
21811         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21812
21813         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21814
21815         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21816
21817         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21818         (gnus-carpal-mode): Ditto.
21819
21820         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21821         (gnus-browse-mode): Ditto.
21822
21823         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21824
21825         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21826
21827 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21828
21829         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21830
21831 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21832
21833         * gnus-util.el (gnus-run-mode-hooks): New function.
21834
21835         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21836
21837         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21838         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21839
21840 2005-05-27  Lute Kamstra  <lute@gnu.org>
21841
21842         * dns-mode.el (dns-mode): Specify customization group.
21843
21844 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21845
21846         * gnus-agent.el (gnus-agent-make-mode-line-string):
21847         Use mode-line-highlight as mouse-face.
21848
21849 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21850
21851         * canlock.el (canlock): Change the parent group to news.
21852
21853         * deuglify.el (gnus-outlook-deuglify): Add :group.
21854
21855         * dig.el (dig): Add :group.
21856
21857         * dns-mode.el (dns-mode): Add :group.
21858
21859         * encrypt.el (encrypt): Add :group.
21860
21861         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21862         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21863         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21864         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21865         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21866
21867         * gnus-diary.el (gnus-diary): Add :group.
21868
21869         * gnus.el (gnus-group-news-1-face): Add :group.
21870         (gnus-group-news-1-empty-face): Ditto.
21871         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21872         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21873         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21874         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21875         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21876         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21877         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21878         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21879         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21880         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21881         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21882         (gnus-summary-high-ticked-face): Ditto.
21883         (gnus-summary-low-ticked-face): Ditto.
21884         (gnus-summary-normal-ticked-face): Ditto.
21885         (gnus-summary-high-ancient-face): Ditto.
21886         (gnus-summary-low-ancient-face): Ditto.
21887         (gnus-summary-normal-ancient-face): Ditto.
21888         (gnus-summary-high-undownloaded-face): Ditto.
21889         (gnus-summary-low-undownloaded-face): Ditto.
21890         (gnus-summary-normal-undownloaded-face): Ditto.
21891         (gnus-summary-high-unread-face): Ditto.
21892         (gnus-summary-low-unread-face): Ditto.
21893         (gnus-summary-normal-unread-face): Ditto.
21894         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21895         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21896
21897         * hashcash.el (hashcash): New custom group.
21898         (hashcash-default-payment): Add :group.
21899         (hashcash-payment-alist): Ditto.
21900         (hashcash-default-accept-payment): Ditto.
21901         (hashcash-accept-resources): Ditto.
21902         (hashcash-path): Ditto.
21903         (hashcash-extra-generate-parameters): Ditto.
21904         (hashcash-double-spend-database): Ditto.
21905         (hashcash-in-news): Ditto.
21906
21907         * message.el (message-minibuffer-local-map): Add :group.
21908
21909         * netrc.el (netrc): Add :group.
21910
21911         * sieve-manage.el (sieve-manage-log): Add :group.
21912         (sieve-manage-default-user): Diito.
21913         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21914         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21915         (sieve-manage-authenticators): Ditto.
21916         (sieve-manage-authenticator-alist): Ditto.
21917         (sieve-manage-default-port): Ditto.
21918
21919         * sieve-mode.el (sieve-control-commands-face): Add :group.
21920         (sieve-action-commands-face): Ditto.
21921         (sieve-test-commands-face): Ditto.
21922         (sieve-tagged-arguments-face): Ditto.
21923
21924         * smime.el (smime): Add :group.
21925
21926         * spam-report.el (spam-report): Add :group.
21927
21928         * spam.el (spam, spam-face): Add :group.
21929
21930 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21931
21932         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21933         return \n.\n.\n at the end of articles.  Protect against that.
21934         (nntp-with-open-group): Allow debugging.
21935
21936         * nnheader.el (mail-header-set-extra): Make into a function
21937         because I just could't understand how to quote the list properly.
21938
21939         * dns.el (query-dns-cached): New function.
21940
21941 2005-05-26  Lute Kamstra  <lute@gnu.org>
21942
21943         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21944
21945 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21946
21947         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21948
21949         * gnus-art.el: Don't autoload mail-extract-address-components.
21950
21951         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21952         eval-and-compile to evaluate it.
21953
21954         * hashcash.el: Don't autoload executable-find.
21955
21956         * nndb.el: Don't declare the nndb back end two or more times; don't
21957         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21958
21959         * nntp.el: Autoload format-spec instead of format; use
21960         eval-and-compile to evaluate autoload forms.
21961
21962 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21963
21964         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21965
21966 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21967
21968         * gnus.el (gnus-version-number): Bump version.
21969
21970 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21971
21972         * gnus.el: No Gnus v0.3 is released.
21973
21974 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21975
21976         * lpath.el (featurep): Bind show-nonbreak-escape.
21977
21978 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21979
21980         * gnus-art.el (gnus-article-edit-part): Disable undo.
21981
21982 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21983
21984         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21985         gnus-article-date-lapsed-new-header is t if date timer is active;
21986         skip headers in which the original date value is empty.
21987         (gnus-article-save-original-date): Redefine it as a macro.
21988         (gnus-display-mime): Use it.
21989
21990 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21991
21992         * gnus-art.el (article-date-ut): Support converting date in
21993         forwarded parts as well.
21994         (gnus-article-save-original-date): New function.
21995         (gnus-display-mime): Use it.
21996
21997 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21998
21999         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22000         enclosure element of <item>.
22001
22002 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22003
22004         * message.el (message-kill-buffer-query): Rename from
22005         `message-kill-buffer-query-if-modified'.  Add :version.
22006
22007 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22008
22009         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22010         window layout.
22011
22012 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22013
22014         * mml.el: Autoload dnd when compiling.
22015
22016 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22017
22018         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22019         x-dnd-*.
22020
22021 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22022
22023         * qp.el (quoted-printable-encode-region): Save excursion.
22024
22025 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22026
22027         * message.el (message-kill-buffer-query-if-modified): Add new variable
22028         so the user can kill a modified message buffer quickly.
22029         (message-kill-buffer): Use it.
22030
22031 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22032
22033         * lpath.el: Fbind display-time-event-handler; don't fbind
22034         string-to-multibyte.
22035
22036         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22037
22038 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22039
22040         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22041         contained in text because xml.el decodes entities) with LFs.
22042
22043 2005-04-11  Lute Kamstra  <lute@gnu.org>
22044
22045         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22046         differently.
22047
22048 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22049
22050         * mm-util.el (mm-detect-coding-region): Typo.
22051
22052 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22053
22054         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22055
22056 2005-04-06  Deepak Goel  <deego@gnufans.org>
22057
22058         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22059         user-function allow user modifications of the scores.
22060         (spam-stat-score-buffer-user): New function, to allow
22061         user-computed modifications to the score.
22062         (spam-stat-score-buffer-user-functions): List of additional
22063         scoring functions.
22064         (spam-stat-error-holder): Global temporary error holder.
22065         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22066         variable.
22067
22068 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22069
22070         * gnus-registry.el (gnus-registry-clean-empty-function)
22071         (gnus-registry-trim, gnus-registry-fetch-groups)
22072         (gnus-registry-delete-group): Groups that match
22073         `gnus-registry-ignored-groups' are removed from the registry
22074         entries, not just ignored for splitting.  This helps clean up the
22075         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22076         to get all the groups a message ID is in.
22077
22078         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22079         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22080         (spam-stat-score-buffer-user-functions): Add :number custom type.
22081
22082 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22083
22084         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22085         argument in XEmacs.
22086
22087         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22088         (nnrss-request-group): Decode group name first.
22089         (nnrss-request-article): Make a text/plain article if mml-to-mime
22090         failed.
22091         (nnrss-get-encoding): Return a compatible encoding according to
22092         nnrss-compatible-encoding-alist.
22093         (nnrss-find-el): Use consp instead of listp.
22094         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22095
22096 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22097
22098         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22099         which Emacs 20 doesn't support.
22100         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22101
22102 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22103
22104         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22105         silence the byte compiler inside the defun.
22106
22107         * gnus-demon.el (parse-time-string): Add autoload.
22108
22109         * gnus-delay.el (parse-time-string): Add autoload.
22110
22111         * gnus-art.el (parse-time-string): Add autoload.
22112
22113         * nnultimate.el (parse-time): Require for `parse-time-string'.
22114
22115 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22116
22117         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22118
22119         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22120
22121         * smime.el (smime-ldap-host-list): Add :version.
22122
22123 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22124
22125         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22126         pass it to `gnus-browse-read-group'.
22127         (gnus-browse-read-group): Add NUMBER argument and pass it to
22128         `gnus-group-read-ephemeral-group'.
22129
22130         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22131         argument and pass it to `gnus-group-read-group'.
22132
22133 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22134
22135         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22136         mm-xemacs-find-mime-charset-1 if we have the mule feature
22137         available at runtime.
22138
22139 2005-03-25  Werner Lemberg  <wl@gnu.org>
22140
22141         * nnmaildir.el: Replace `illegal' with `invalid'.
22142
22143 2005-03-23  Lute Kamstra  <lute@gnu.org>
22144
22145         * time-date.el: Add comment on time value formats.
22146         Don't require parse-time.
22147         (with-decoded-time-value): New macro.
22148         (encode-time-value): New function.
22149         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22150         (days-to-time): Return a valid time value when arg is huge.
22151         (time-since): Use time-subtract.
22152         (time-to-number-of-days): Use time-to-seconds.
22153
22154 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22155
22156         * gnus-start.el (gnus-display-time-event-handler):
22157         Check display-time-timer at runtime rather than only at load time
22158         in case display-time-mode is turned off in the mean time.
22159
22160 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22161
22162         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22163         used.
22164
22165         * nneething.el (nneething-map-file-directory): Derive from
22166         `gnus-directory'.
22167
22168         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22169         the To/Cc button.
22170
22171 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22172
22173         * nnmaildir.el (nnmaildir-request-accept-article):
22174         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22175
22176 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22177
22178         * gnus-async.el: Require timer-funcs at compile time when in
22179         XEmacs for `run-with-idle-timer'.
22180
22181 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22182
22183         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22184         autoloaded function.
22185
22186 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22187
22188         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22189
22190 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22191
22192         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22193
22194 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22195
22196         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22197         Add gnus-expert-user to default.
22198
22199 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22200
22201         * nnimap.el (nnimap-open-server): Ditto.
22202
22203         * imap.el (imap-authenticate): Fix typo.
22204
22205 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22206
22207         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22208         buffer (since IMAP server might return FETCH response out of
22209         order, and the nntp buffer must be sorted).
22210
22211 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22212
22213         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22214         comparison on string.
22215
22216         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22217         (gnus-agent-score): Rename category keywords to match gnus-cus.
22218         (gnus-agent-summary-fetch-series): Modify to protect against
22219         gnus-agent-summary-fetch-group clearing processable flags.
22220         (gnus-agent-synchronize-group-flags): Update live group buffer as
22221         synchronization may occur due to the user toggle the plugged
22222         status.
22223         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22224         successfully downloaded.
22225         (gnus-agent-expire-group-1): Avoid using markers when the overview
22226         is in ascending order; greatly improves performance.
22227         (gnus-agent-regenerate-group):
22228         Use gnus-agent-synchronize-group-flags to reset read status in both
22229         gnus and server.
22230         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22231
22232 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22233
22234         * message.el: Don't autoload former message-utils variables.
22235         (message-strip-subject-trailing-was): Change doc string.
22236
22237         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22238         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22239         (nnweb-google-search): Add "hl=en" here.
22240         (nnweb-google-parse-1, nnweb-google-create-mapping):
22241         Don't hardcode URL.
22242
22243 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22244
22245         * message.el (message-get-reply-headers, message-followup):
22246         Mention related variables `message-use-followup-to' and
22247         `message-use-mail-followup-to', in the information buffer.
22248
22249         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22250         of broken groups(-beta).google.com.
22251
22252 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22253
22254         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22255         parameter to invoked gnus-request-move-article; remove the
22256         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22257         all at once instead of once per article.
22258         (gnus-summary-remove-process-mark): Accept a list of articles as
22259         well as a single article for processing.
22260
22261         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22262         parameter.
22263
22264         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22265
22266         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22267
22268         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22269         parameter.
22270
22271         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22272         parameter.
22273
22274         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22275         parameter and remove the gnus-sum-hint-move-is-internal variable.
22276
22277         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22278         parameter.
22279
22280         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22281         parameter.
22282
22283         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22284         parameter.
22285
22286         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22287
22288         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22289         parameter.
22290
22291         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22292         parameter.
22293
22294 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22295
22296         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22297         a more conservative way.
22298
22299 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22300
22301         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
22302         buffer, so it moves the window's cursor.
22303
22304 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
22305
22306         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
22307         `mm-dissect-multipart' and receive the from field as an (optional)
22308         argument from `mm-dissect-multipart'.
22309         (mm-dissect-multipart): Receive the from field as an argument and
22310         pass it on when we call `mm-dissect-buffer' on MIME parts.
22311         Fixes verification/decryption of signed/encrypted MIME parts.
22312
22313 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22314
22315         * gnus-sum.el (gnus-summary-move-article):
22316         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
22317         whatever it calls (right now, only nnimap-request-move article
22318         respects it).
22319
22320         * nnimap.el (nnimap-request-move-article):
22321         When gnus-sum-hint-move-is-internal is set, don't do the extra
22322         nnimap-request-article.
22323
22324 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22325
22326         * nnheader.el (nnheader-find-file-noselect): Add doc string.
22327
22328         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
22329         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
22330
22331         * gnus-sum.el (gnus-summary-caesar-message):
22332         Apply `gnus-treat-article' after rotation.
22333
22334         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
22335         doc string.
22336
22337 2005-02-22  Simon Josefsson  <jas@extundo.com>
22338
22339         * encrypt.el (encrypt-password-cache-expiry): Remove (use
22340         `password-cache-expiry' instead).  Reported by Arne Jørgensen
22341         <arne@arnested.dk>.
22342         (encrypt): Add password-cache and password-cache-expiry as group
22343         members.
22344
22345 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
22346
22347         * smime.el (smime-ldap-host-list): Doc fix.
22348         (smime-ask-passphrase): Use `password-read-and-add' to read (and
22349         cache) password.
22350         (smime-sign-region): Use it.
22351         (smime-decrypt-region): Use it.
22352         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
22353         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
22354         fails.
22355         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
22356         certificate from DER to PEM format rather than calling openssl.
22357
22358         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
22359
22360         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
22361         for signing/encryption.
22362
22363         * mml.el (mml-parse-1): Use them.
22364
22365 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
22366
22367         * nnrss.el (nnrss-verbose): Remove.
22368         (nnrss-request-group): Use `nnheader-message' instead.
22369
22370 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
22371
22372         * nnrss.el (nnrss-verbose): New variable.
22373         (nnrss-request-group): Make it say nnrss is requesting a group.
22374
22375 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
22376
22377         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
22378         Handle news URL with given port correctly.
22379
22380 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22381
22382         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
22383         containing special characters.
22384
22385         * gnus-sum.el (gnus-summary-edit-article): Ditto.
22386
22387         * mml.el (mime-to-mml): Ditto.
22388
22389         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
22390         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
22391         (rfc2047-decode-region): Quote decoded words containing special
22392         characters when rfc2047-quote-decoded-words-containing-tspecials
22393         is non-nil.
22394
22395 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
22396
22397         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
22398
22399         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
22400
22401 2005-02-15  Simon Josefsson  <jas@extundo.com>
22402
22403         * nnimap.el (nnimap-debug): Doc fix.
22404
22405         * imap.el (imap-debug): Doc fix.
22406
22407 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22408
22409         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
22410
22411 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
22412
22413         * gnus.el (spam-contents): Improve docs for spam-contents
22414         parameter in its variable incarnation.
22415
22416 2005-02-14  Simon Josefsson  <jas@extundo.com>
22417
22418         * smime-ldap.el: Use require instead of load-library for ldap.
22419         (smime-ldap-search): Indent.
22420         (smime-ldap-search-internal): Shorten line.
22421
22422         * smime.el (smime-cert-by-dns): Add doc-string.
22423         (smime-cert-by-ldap-1): Indent.
22424
22425         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
22426         mml-smime-get-dns-ldap.
22427         (mml-smime-encrypt-query): Use new function.  Default to ldap.
22428
22429 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
22430
22431         * smime.el: Require smime-ldap.
22432         (smime-ldap-host-list): New variable.
22433         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
22434
22435         * mml-smime.el (mml-smime-encrypt-query): New function.
22436         (mml-smime-encrypt-query): Use it.
22437
22438         * smime-ldap.el: New file.
22439
22440 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22441
22442         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
22443
22444 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
22445
22446         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
22447         argument in doc string.  Make query for type more clear.
22448
22449 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
22450
22451         * gnus.el (gnus-group-startup-message): Search for gnus images in
22452         etc/images/gnus.
22453         * mm-util.el (mm-image-load-path): Likewise.
22454         * smiley.el (smiley-data-directory): Search for smilies in
22455         etc/images/smilies.
22456
22457 2005-02-09  Kim F. Storm  <storm@cua.dk>
22458
22459         Change Emacs release version from 21.4 to 22.1 throughout.
22460         Change Emacs development version from 21.3.50 to 22.0.50.
22461
22462 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22463
22464         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
22465
22466         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
22467         non-Mule XEmacs as well.
22468         (mm-decompress-buffer): Signal an error intentionally if it does
22469         not decompress compressed data because auto-compression-mode is
22470         disabled.
22471
22472 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
22473
22474         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
22475         an ID in the registry even if it has no groups.
22476
22477 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22478
22479         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
22480         merge it into mm-decompress-buffer.
22481         (gnus-mime-copy-part): Use the MIME part charset, the value which
22482         a user specified or gnus-newsgroup-charset for decoding, like
22483         gnus-mime-inline-part does; set buffer-file-coding-system to tell
22484         save-buffer what was used.  Suggested by Kevin Ryde
22485         <user42@zip.com.au>.
22486         (gnus-mime-inline-part): Allow the name parameter as well as the
22487         filename parameter; force decompressing of compressed data; always
22488         display contents being not decoded as unibyte.
22489
22490         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
22491         as well as the filename parameter.
22492
22493         * mm-util.el (mm-decompress-buffer):
22494         Merge gnus-mime-jka-compr-maybe-uncompress.
22495         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
22496         of compressed data.
22497
22498 2005-02-08  Simon Josefsson  <jas@extundo.com>
22499
22500         * imap.el (imap-log): Doc fix.
22501
22502 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22503
22504         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
22505         the coding cookies; decompress compressed parts.
22506
22507         * mml.el (mml-generate-mime-1): Add the charset parameter according
22508         to the value which a user specified manually or the coding cookie.
22509
22510         * mm-util.el (mm-string-to-multibyte): New function.
22511         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
22512         (mm-coding-system-to-mime-charset): New function.
22513         (mm-decompress-buffer): New function.
22514         (mm-find-buffer-file-coding-system): New function.
22515
22516         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
22517         (mm-display-inline-fontify): Rewrite for decoding and decompressing
22518         parts.
22519
22520 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22521
22522         * mm-view.el (mm-display-inline-fontify): Decode a part according
22523         to the charset parameter.
22524
22525 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22526
22527         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
22528         prefix arg is neither nil nor a number, as info specifies.
22529
22530 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22531
22532         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
22533         timestamps.
22534
22535 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
22536
22537         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
22538         groups error checking and notify user.
22539
22540 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
22541
22542         * message.el (message-send-mail-function): Check existence of
22543         sendmail-program first before using default value
22544         `message-send-mail-with-sendmail'.  Otherwise use more generic
22545         `smtpmail-send-it'.
22546
22547 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22548
22549         * nntp.el (nntp-request-update-info): Always return nil.
22550
22551 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22552
22553         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
22554
22555 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22556
22557         * message.el (message-beginning-of-line): Change the behavior when
22558         invoked between BOL and : so that it first moves backward.
22559
22560 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22561
22562         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
22563         article buffer when editing of the article is discarded.
22564         (gnus-article-prepare): Revert.
22565
22566 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22567
22568         * gnus-art.el (gnus-article-prepare):
22569         Remove message-strip-forbidden-properties from the local hook.
22570
22571 2005-01-27  Simon Josefsson  <jas@extundo.com>
22572
22573         * password.el (password-cache-add): Only start one timer per key.
22574         Reported by Derek Atkins <warlord@MIT.EDU>.
22575
22576 2005-01-26  Steve Youngs  <steve@sxemacs.org>
22577
22578         * run-at-time.el: Remove.  It is no longer needed as
22579         timer-funcs.el in the xemacs-base package has a working version of
22580         `run-at-time'.
22581
22582         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
22583
22584         * password.el: Require timer-funcs instead of run-at-time in
22585         XEmacs.
22586         Remove `password-run-at-time' macro.
22587         (password-cache-add): Use `run-at-time' instead of
22588         `password-run-at-time'.
22589
22590         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
22591         Remove `nnheader-cancel-function-timers' alias,
22592         `cancel-function-timers' exists in XEmacs in timer-funcs.
22593
22594         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
22595         for `run-with-idle-timer'.
22596
22597         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
22598         for `run-at-time'.
22599
22600         * mm-url.el: Require timer-funcs at compile time when in XEmacs
22601         for `with-timeout'.
22602
22603         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
22604         the same as for XEmacs 21.4.
22605         No need to ignore `run-with-idle-timer', this function exists in
22606         XEmacs now in timer-funcs.el in the xemacs-base package.
22607         (dgnushack-compile): No need to delete
22608         run-at-time.el from the list of files to compile because it
22609         doesn't exist anymore.
22610
22611 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22612
22613         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22614         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22615
22616 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22617
22618         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22619         sensitively.
22620
22621 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22622
22623         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22624
22625 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22626
22627         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22628         which will be inserted according to the multibyteness of a buffer
22629         rather than the type of contents.  Suggested by ARISAWA Akihiro
22630         <ari@mbf.ocn.ne.jp>.
22631
22632         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22633         of string which old xml.el may return rather than a string.
22634
22635 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22636
22637         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22638
22639 2005-01-16  Simon Josefsson  <jas@extundo.com>
22640
22641         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22642         idn/idna.el isn't available.
22643         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22644         <michael@waxrat.com>.
22645
22646         * hashcash.el: Remove non-FSF copyright header.
22647
22648         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22649         (hashcash-generate-payment): Use it.
22650         (hashcash-generate-payment-async): Use it.
22651
22652 2005-01-15  Simon Josefsson  <jas@extundo.com>
22653
22654         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22655         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22656
22657         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22658         gnus-summary-idna-message.
22659         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22660         (gnus-summary-idna-message): New function.
22661
22662 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
22663
22664         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
22665         gnus-novice-user.
22666
22667 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22668
22669         * nnrss.el (nnrss-request-delete-group): Delete entries in
22670         nnrss-group-alist as well.
22671         (nnrss-save-server-data): Insert newline.
22672
22673 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22674
22675         * gnus.el (gnus-user-agent): Use list of symbols instead of
22676         symbols.  Display full version number for (S)XEmacs.
22677         Optionally display (S)XEmacs codename.
22678
22679         * gnus-util.el (gnus-emacs-version): Update for new
22680         `gnus-user-agent'.
22681
22682         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22683         Gnus version.
22684
22685 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22686
22687         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22688         which is unreadable in some setups.
22689
22690 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22691
22692         * gnus-spec.el (gnus-update-format-specifications): Flush the
22693         group format spec cache if it doesn't support decoded group names.
22694
22695 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22696
22697         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22698         Allow to apply decay on score files matching a regexp.
22699
22700 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22701
22702         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22703         compatibility in %g and %c.
22704
22705 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22706
22707         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22708         name for only %g and %c.
22709         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22710         of gnus-tmp-group to decoded group name.
22711         (gnus-group-make-rss-group): Exclude `/'s from group names.
22712
22713 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22714
22715         * nnrss.el (nnrss-get-encoding): Fix regexp.
22716
22717 2004-12-27  Simon Josefsson  <jas@extundo.com>
22718
22719         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22720         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22721         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22722
22723 2004-12-17  Kim F. Storm  <storm@cua.dk>
22724
22725         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22726
22727         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22728
22729 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22730
22731         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22732
22733 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22734
22735         * nnrss.el: Require rfc2047 and mml.
22736         (nnrss-file-coding-system): New variable.
22737         (nnrss-format-string): Redefine it as an inline function.
22738         (nnrss-decode-group-name): New function.
22739         (nnrss-string-as-multibyte): Remove.
22740         (nnrss-retrieve-headers): Decode group name; don't use
22741         nnrss-format-string.
22742         (nnrss-request-group): Decode group name.
22743         (nnrss-request-article): Decode group name; allow a Message-ID as
22744         well as an article number; don't use nnrss-format-string; encode a
22745         Message-ID string which may contain non-ASCII characters; use
22746         mml-to-mime to compose a MIME article.
22747         (nnrss-request-expire-articles): Decode group name.
22748         (nnrss-request-delete-group): Decode group name.
22749         (nnrss-fetch): Clarify error message.
22750         (nnrss-read-server-data): Use insert-file-contents instead of load;
22751         bind file-name-coding-system; use multibyte buffer.
22752         (nnrss-save-server-data): Bind coding-system-for-write to the
22753         value of nnrss-file-coding-system; bind file-name-coding-system;
22754         add coding cookie.
22755         (nnrss-read-group-data): Use insert-file-contents instead of load;
22756         bind file-name-coding-system; use multibyte buffer.
22757         (nnrss-save-group-data): Bind coding-system-for-write to the
22758         value of nnrss-file-coding-system; bind file-name-coding-system.
22759         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22760         make it work with non-ASCII text.
22761         (nnrss-find-el): Make it work with old xml.el as well.
22762
22763 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22764
22765         * nnrss.el (nnrss-get-encoding): New function.
22766         (nnrss-fetch): Use unibyte buffer initially; bind
22767         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22768         decode contents according to the encoding attribute.
22769         (nnrss-save-group-data): Add coding cookie.
22770         (nnrss-mime-encode-string): New function.
22771         (nnrss-check-group): Use it to encode subject and author.
22772
22773 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22774
22775         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22776         imaginary variable.
22777
22778 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22779
22780         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22781         correctly even if there are wide characters.
22782
22783 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22784
22785         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22786         downcased symbol names; make a new cache instead of reusing
22787         bbdb-hashtable.
22788
22789 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22790
22791         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22792         concatenating segments rather than before concatenating them.
22793         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22794
22795         * message.el (message-get-reply-headers): Bind `extra'.
22796
22797 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22798
22799         * message.el (message-extra-wide-headers): New variable.
22800         (message-get-reply-headers): Use it.
22801
22802 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22803
22804         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22805         (gnus-agent-group-pathname): Ditto.
22806
22807         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22808
22809         * gnus-group.el (gnus-group-make-group): Decode group name.
22810         (gnus-group-make-rss-group): Register the group data after opening
22811         the nnrss group.
22812
22813 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22814
22815         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22816         by expiry now get marked as read.
22817
22818 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22819
22820         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22821
22822 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22823
22824         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22825         unify Latin characters in XEmacs.
22826         (mm-find-mime-charset-region): Use it.
22827
22828 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22829
22830         * gnus-util.el (gnus-delete-directory): New function.
22831
22832         * gnus-agent.el (gnus-agent-delete-group): Use it.
22833
22834         * gnus-cache.el (gnus-cache-delete-group): Use it.
22835
22836 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22837
22838         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22839         names.
22840
22841 2004-12-16  Simon Josefsson  <jas@extundo.com>
22842
22843         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22844
22845 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22846
22847         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22848
22849         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22850         (gnus-group-set-current-level): Decode group name.
22851
22852 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22853
22854         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22855         failed.
22856
22857 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22858
22859         * gnus-group.el (gnus-group-delete-group): Decode group name.
22860         (gnus-group-make-rss-group): Encode group name.
22861         (gnus-group-catchup-current): Decode group name.
22862         (gnus-group-kill-group): Decode group name.
22863
22864 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22865
22866         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22867
22868 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22869
22870         * gnus-group.el (gnus-group-make-rss-group):
22871         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22872
22873         * gnus-start.el (gnus-setup-news): Honor user's setting to
22874         gnus-message-archive-method.  Suggested by Lute Kamstra
22875         <lute@gnu.org>.
22876
22877 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22878
22879         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22880         global counterparts of the buffer-local variables.
22881
22882 2004-11-16  Romain Francoise  <romain@orebokech.com>
22883
22884         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22885         counterparts of the buffer-local variables.
22886
22887 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22888
22889         * message.el (message-forbidden-properties): Fix typo in doc
22890         string.
22891
22892 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22893
22894         * gnus-util.el (gnus-replace-in-string): Add doc string.
22895
22896         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22897         to avoid problems when splitting mails with many recipients.
22898
22899 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22900
22901         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22902         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22903
22904 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22905
22906         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22907         if there is no hashtable in memory or file modification time is
22908         newer than cached timestamp.
22909
22910 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22911
22912         * gnus-sum.el (gnus-summary-limit-to-recipient):
22913         Implement not-matching option.
22914
22915 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22916
22917         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22918         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22919         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22920         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22921         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22922         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22923
22924 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22925
22926         * message.el (message-forward-make-body-mml): Remove headers
22927         according to message-forward-ignored-headers if a message is decoded.
22928
22929 2004-12-02  Romain Francoise  <romain@orebokech.com>
22930
22931         * message.el (message-forward-make-body-plain): Always remove
22932         headers according to message-forward-ignored-headers.
22933
22934 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22935
22936         * spam.el (spam-summary-prepare-exit): Remove the
22937         gnus-summary-limit pop for now, it has problems with ham marks for
22938         me.
22939
22940 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22941
22942         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22943         correctly.
22944
22945 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22946
22947         * format-spec.el (format-spec): Message the char.
22948
22949 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22950
22951         * gnus-art.el (gnus-split-methods): Reformat comments.
22952
22953         * spam.el (spam-summary-prepare-exit): Remove article limits
22954         before exiting the summary buffer.
22955
22956 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22957
22958         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22959         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22960
22961         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22962         order to silence the byte compiler.
22963
22964         * spam.el: Fix the way to silence the byte compiler, which
22965         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22966         bbdb-search-simple, spam-BBDB-register-routine,
22967         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22968         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22969         spam-stat-buffer-is-spam, spam-stat-load,
22970         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22971         spam-stat-save and spam-stat-split-fancy.
22972
22973 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22974
22975         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22976         which may confuse users.
22977         (canlock-password-for-verify): Ditto.
22978
22979         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22980
22981         * gnus-art.el (gnus-emphasis-alist): Ditto.
22982
22983         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22984
22985         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22986
22987         * gnus-start.el (gnus-save-killed-list): Ditto.
22988
22989         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22990         (gnus-sum-thread-tree-root): Ditto.
22991         (gnus-sum-thread-tree-false-root): Ditto.
22992         (gnus-sum-thread-tree-single-indent): Ditto.
22993
22994         * message.el (message-courtesy-message): Ditto.
22995         (message-archive-note): Ditto.
22996         (message-subscribed-address-file): Ditto.
22997         (message-user-fqdn): Ditto.
22998
22999         * spam-report.el (spam-report-gmane-regex): Ditto.
23000
23001         * spam.el (spam-blackhole-good-server-regex): Ditto.
23002
23003 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23004
23005         * mml.el (mml-preview): Widen the message buffer before copying
23006         the contents to the preview buffer; sort headers before previewing.
23007
23008         * message.el (message-hidden-headers): Fix the way to avoid a bug
23009         in the `repeat' widget in Emacs 21.3 or earlier.
23010
23011 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23012
23013         * message.el (message-hidden-headers): Default to "^References:".
23014         Improve customization type.  Suggested by Reiner Steib
23015         <Reiner.Steib@gmx.de>.
23016
23017 2004-11-25  Romain Francoise  <romain@orebokech.com>
23018
23019         * message.el (message-strip-forbidden-properties): Remove check for
23020         obsolete `message-hidden' text property, hidden headers are not
23021         accessible in the buffer anymore.
23022
23023 2004-11-22  Romain Francoise  <romain@orebokech.com>
23024
23025         * message.el (message-header-format-alist): Add `From' in list
23026         so that it can be sorted.
23027         (message-fix-before-sending): Widen and sort headers before
23028         sending.
23029         (message-hide-headers): Use narrowing to hide headers by moving
23030         them to the top of the buffer and narrowing to the region
23031         underneath.
23032
23033 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23034
23035         * message.el (message-strip-forbidden-properties):
23036         Bind buffer-read-only (etc) to nil.
23037
23038 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23039
23040         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23041         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23042
23043 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23044
23045         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23046
23047 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23048
23049         * dns.el (query-dns): Use sit-for to time instead of
23050         accept-process-output, since that doesn't seem to work on udp
23051         sockets.
23052
23053 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23054
23055         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23056
23057 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23058
23059         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23060         doc string.  Improve doc string.
23061
23062 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23063
23064         * nntp.el (nntp-request-update-info): Return nil if
23065         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23066         may not call gnus-activate-group which uselessly issues the GROUP
23067         commands for all nntp groups and wastes time.  Reported by Romain
23068         Francoise <romain@orebokech.com>.
23069
23070         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23071
23072 2004-11-15  Simon Josefsson  <jas@extundo.com>
23073
23074         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23075         headers separately.
23076         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23077         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23078
23079 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23080
23081         * gnus-start.el (gnus-convert-old-newsrc):
23082         Assign legacy-gnus-agent to 5.10.7.
23083
23084 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23085
23086         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23087         start of the lines.
23088
23089 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23090
23091         * hashcash.el (hashcash-default-payment): Change default to 20.
23092         (hashcash-default-accept-payment): Change default to 20.
23093         (hashcash-process-alist): New variable.
23094         (hashcash-generate-payment-async): Add.
23095         (hashcash-already-paid-p): Add.
23096         (hashcash-insert-payment): Don't generate payments twice.
23097         (hashcash-insert-payment-async): Add.
23098         (hashcash-insert-payment-async-2): Add.
23099         (hashcash-cancel-async): Add.
23100         (hashcash-wait-async): Add.
23101         (hashcash-processes-running-p): Add.
23102         (hashcash-wait-or-cancel): Add.
23103         (mail-add-payment): New optional argument.  Conditionally start
23104         asynchronous calculation.
23105         (mail-add-payment-async): Add.
23106
23107         * message.el (message-send-mail): Wait for asynchronous hashcash
23108         results.  Don't clobber existing X-Hashcash headers.
23109         (message-setup-1): Call mail-add-payment-async when
23110         message-generate-hashcash is non-nil.
23111
23112 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23113
23114         * message.el (message-use-alternative-email-as-from): Examine the
23115         From header as well; use message-make-from in order to include a
23116         user's full name.
23117
23118 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23119
23120         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23121         default; improve customization type.
23122         (gnus-emphasis-custom-with-format): New macro.
23123         (gnus-emphasis-custom-value-to-external): New function.
23124         (gnus-emphasis-custom-value-to-internal): New function.
23125
23126 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23127
23128         * dns.el (query-dns): Resolve reverse addresses.
23129
23130 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23131
23132         * gnus-group.el (gnus-group-get-new-news): Use it.
23133
23134         * gnus-start.el (gnus-check-reasonable-setup): New function.
23135
23136 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23137
23138         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23139         "Args out of range" error.  Reported by Arnaud Giersch
23140         <arnaud.giersch@free.fr>.
23141
23142 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23143
23144         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23145
23146 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23147
23148         * spam.el (spam group): Add :version.
23149
23150         * pgg-def.el (pgg group): Add :version.
23151
23152 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23153
23154         * gnus-art.el (gnus-article-edit-article): Don't associate the
23155         article buffer with a draft file.  This is a temporary measure
23156         against the 2004-08-22 change to gnus-article-edit-mode.
23157
23158 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23159
23160         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23161         (html2text-format-tags): Remove unused variable `attr'.
23162
23163 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23164
23165         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23166
23167         * tls.el (tls-process-connection-type, tls-success)
23168         (tls-certtool-program): Add :version.
23169
23170         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23171         (starttls-extra-arguments, starttls-process-connection-type)
23172         (starttls-connect, starttls-failure, starttls-success): Add :version.
23173
23174         * spam-stat.el (spam-stat): Add :version.
23175
23176         * sieve.el (sieve): Add :version.
23177
23178         * sha1.el (sha1): Add :version.
23179         (sha1-use-external): Remove redundant version.
23180
23181         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23182         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23183         (nnmail-split-fancy-match-partial-words)
23184         (nnmail-split-lowercase-expanded): Add :version.
23185
23186         * nndiary.el (nndiary): Add :version.
23187
23188         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23189
23190         * mml-sec.el (mml-default-sign-method)
23191         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23192         Add :version.
23193
23194         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23195
23196         * mm-url.el (mm-url-use-external, mm-url-program)
23197         (mm-url-arguments): Add :version.
23198
23199         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23200         (mm-attachment-file-modes, mm-decrypt-option)
23201         (mm-w3m-safe-url-regexp): Add :version.
23202
23203         * message.el (message-cite-prefix-regexp)
23204         (message-sendmail-envelope-from, message-minibuffer-local-map)
23205         (message-user-fqdn, message-completion-alist): Add :version.
23206
23207         * gnus-win.el (gnus-configure-windows-hook)
23208         (gnus-use-frames-on-any-display): Add :version.
23209
23210         * gnus-art.el (gnus-article-address-banner-alist)
23211         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23212         (gnus-treat-from-picon, gnus-treat-mail-picon)
23213         (gnus-treat-x-pgp-sig): Add :version.
23214
23215         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23216         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23217         (gnus-summary-article-delete-hook)
23218         (gnus-summary-display-while-building): Add :version.
23219
23220         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23221         (gnus-get-top-new-news-hook): Add :version.
23222
23223         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23224         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23225
23226         * gnus-registry.el (gnus-registry): Add :version.
23227
23228         * gnus-spec.el (gnus-use-correct-string-widths)
23229         (gnus-make-format-preserve-properties): Add :version.
23230
23231         * gnus.el (gnus-group-charter-alist)
23232         (gnus-group-fetch-control-use-browse-url)
23233         (gnus-install-group-spam-parameters): Add :version.
23234
23235         * gnus-diary.el (gnus-diary): Add :version.
23236
23237         * gnus-delay.el (gnus-delay): Add :version.
23238
23239         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23240         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23241         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23242         Add :version.
23243
23244         * gnus-agent.el (gnus-agent-max-fetch-size)
23245         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23246         (gnus-agent-prompt-send-queue): Add :version.
23247
23248         * deuglify.el (gnus-outlook-deuglify): Add :version.
23249
23250         * html2text.el: Beautify code.  Improve doc strings.
23251         Some checkdoc cleanup.
23252         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23253
23254 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23255
23256         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23257
23258 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23259
23260         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23261         when package is loaded.
23262
23263         * spam.el (spam-summary-score-preferred-header): Add global preference
23264         for people who want to override the default SpamAssassin over
23265         Bogofilter preference (when both are set).
23266         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23267         (spam-user-format-function-S):
23268         Check spam-summary-score-preferred-header.
23269         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23270         (spam-user-format-function-S): Format the score correctly.
23271
23272 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23273
23274         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23275         signature file.  Suggested by Manoj Srivastava
23276         <srivasta@golden-gryphon.com>.
23277
23278         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23279         iso-2022-jp even in the Japanese language environment.
23280         Suggested by Jason Rumney <jasonr@gnu.org>.
23281
23282 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23283
23284         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23285         use the same characters as the dummy marks; make it free from
23286         getting affected by the language environment.
23287         (gnus-summary-read-group-1): Update mark positions only when the
23288         format spec is updated.
23289
23290         * gnus-spec.el (gnus-update-format-specifications): Return a list
23291         of updated types.
23292
23293 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23294
23295         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23296         of boundp to check if display-warning is available.
23297
23298 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
23299
23300         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
23301
23302 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23303
23304         * nnspool.el (nnspool-spool-directory): Use news-path if the
23305         news-directory variable is not bound.
23306
23307         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
23308         function instead of display-warning if it is not available.
23309
23310 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
23311
23312         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
23313         v5-10: Use `point-at-bol'.
23314
23315 2004-10-26  Simon Josefsson  <jas@extundo.com>
23316
23317         * hashcash.el: Fix URL in comment, reported by Cheng Gao
23318         <chenggao@gmail.com>.
23319
23320 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23321
23322         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
23323         instead.
23324
23325 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
23326
23327         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
23328         to remove a server from the nnimap-server-buffer-alist.
23329         (nnimap-open-connection, nnimap-close-server): Use it.
23330
23331         * gnus-encrypt.el: Remove file in favor of encrypt.el.
23332
23333 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23334
23335         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
23336         running the major-mode function.
23337
23338 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23339
23340         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
23341         dummy marks in the right way.
23342
23343 2004-10-18  David Edmondson  <dme@dme.org>
23344
23345         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
23346         excessively.
23347
23348 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
23349
23350         * gnus-util.el (gnus-split-references): Accept a nil references
23351         string and go on blissfully.
23352
23353         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
23354         cases where the references string is non-nil but has no references.
23355
23356         * encrypt.el: Add autoload tags.
23357
23358         * spam.el (spam-resolve-registrations-routine): Remove article
23359         from unregistration list too.  Reported by David Hanak
23360         <dhanak@isis.vanderbilt.edu>
23361
23362 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
23363
23364         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
23365         nil.  Change custom type.
23366
23367 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
23368
23369         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
23370
23371         * gnus-sum.el (gnus-summary-move-article): Use it.
23372
23373 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
23374
23375         * encrypt.el: Add autoload cookies.
23376
23377         * spam.el (spam-backend-article-list-property)
23378         (spam-backend-get-article-todo-list)
23379         (spam-backend-put-article-todo-list)
23380         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
23381         Resolve registrations separately.
23382         (spam-register-routine): Format comments.
23383         (spam-unregister-routine, spam-register-routine): Always call with
23384         specific-articles, no default list.
23385         (spam-summary-prepare-exit): Use the spam-classifications function.
23386
23387         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
23388         gnus-encrypt.el.
23389
23390         * encrypt.el: Copied from gnus-encrypt.el.
23391
23392         * gnus-encrypt.el: Commented that it's obsolete.
23393
23394 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23395
23396         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
23397         (gnus-score-save): Use it.
23398
23399         * message.el (message-bury): Use `window-dedicated-p'.
23400
23401 2004-10-15  Simon Josefsson  <jas@extundo.com>
23402
23403         * pop3.el (top-level): Don't require nnheader.
23404         (pop3-read-timeout): Add.
23405         (pop3-accept-process-output): Add.
23406         (pop3-read-response, pop3-retr): Use it.
23407
23408 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
23409
23410         * spam.el (spam-register-routine): Move comment.
23411         (spam-verify-bogofilter): Use 'unknown for the initial
23412         spam-bogofilter-valid state, not 'never.
23413
23414         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
23415         for netrc-machine.
23416
23417         * nnimap.el (nnimap-open-connection):
23418         Use netrc-machine-user-or-password.
23419
23420 2004-10-17  Richard M. Stallman  <rms@gnu.org>
23421
23422         * gnus-registry.el (gnus-registry-unload-hook):
23423         Set as a variable with add-hook.
23424
23425         * nnspool.el (nnspool-spool-directory): Use news-directory instead
23426         of news-path.
23427
23428         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
23429
23430         * spam.el: Delete duplicate `provide'.
23431         (spam-unload-hook): Set as a variable with add-hook.
23432
23433 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23434
23435         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
23436         in the doc string.
23437
23438         * message.el (message-ignored-news-headers)
23439         (message-ignored-supersedes-headers)
23440         (message-ignored-resent-headers)
23441         (message-forward-ignored-headers): Improve custom type.
23442
23443 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23444
23445         * message.el (message-tokenize-header): Fix 2004-09-06 change
23446         which used point-min in the wrong place.
23447
23448 2004-10-12  Simon Josefsson  <jas@extundo.com>
23449
23450         * tls.el (tls-certtool-program): New variable.
23451         (tls-certificate-information): New function, based on
23452         ssl-certificate-information.
23453
23454 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23455
23456         * compface.el: Move the version of ELisp-based uncompface program
23457         to the contrib directory because of the copyright problem.
23458
23459 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23460
23461         * message.el (message-kill-buffer): Raise the current frame.
23462
23463 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
23464
23465         * gnus-sum.el: Mention that multibyte characters don't work as marks.
23466
23467         * gnus.el (message-y-or-n-p): Autoload.
23468
23469         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
23470         (pop3-password-required, pop3-authentication-scheme)
23471         (pop3-leave-mail-on-server): Make customizable.
23472         (pop3): New custom group.
23473         (pop3-retr): Remove `sleep-for' statements.
23474         Suggested by Dave Love <fx@gnu.org>.
23475
23476         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
23477         Windows/DOS.
23478
23479         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23480         (imap-parse-body): Fix incorrect use of `assert'.
23481         Suggested by Dave Love <fx@gnu.org>.
23482
23483         * mml.el (mml-minibuffer-read-disposition): Require match.
23484         Suggested by Dave Love <fx@gnu.org>.
23485
23486 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
23487
23488         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
23489         doc string.
23490
23491 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23492
23493         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
23494
23495 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23496
23497         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
23498         instead of calling `mm-insert-inline', to decode text/* parts
23499         before displaying them.
23500
23501 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23502
23503         * mm-uu.el (mm-uu-text-plain-type): New variable.
23504         (mm-uu-pgp-signed-extract-1): Use it.
23505         (mm-uu-pgp-encrypted-extract-1): Use it.
23506         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
23507         bind mm-uu-text-plain-type with that value.
23508         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
23509         mm-uu-dissect.
23510
23511 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23512
23513         * gnus-group.el (gnus-update-group-mark-positions):
23514         * gnus-sum.el (gnus-update-summary-mark-positions):
23515         * message.el (message-check-news-body-syntax):
23516         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
23517         of string-as-multibyte.
23518
23519 2004-10-05  Juri Linkov  <juri@jurta.org>
23520
23521         * gnus-group.el (gnus-update-group-mark-positions):
23522         * gnus-sum.el (gnus-update-summary-mark-positions):
23523         * message.el (message-check-news-body-syntax):
23524         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
23525         8-bit unibyte values to a multibyte string for search functions.
23526
23527 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23528
23529         * mm-uu.el (mm-uu-dissect): Allow optional arg.
23530         (mm-uu-dissect-text-parts): New function.
23531
23532         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
23533         dissect text parts.
23534
23535         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
23536         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
23537
23538         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
23539
23540         * gnus-topic.el (gnus-topic-hierarchical-parameters):
23541         Use gnus-current-topics instead of gnus-current-topic.
23542
23543 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
23544
23545         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
23546
23547 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
23548
23549         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
23550         where appropriate.
23551
23552         * nnml.el (nnml-generate-active-info): do.
23553
23554         * nndiary.el (nndiary-generate-active-info): do.
23555
23556         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
23557         (gnus-topic-move): do.
23558
23559         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
23560         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
23561
23562         * gnus-srvr.el (gnus-server-prepare)
23563         (gnus-server-open-all-servers): do.
23564
23565         * gnus-msg.el (gnus-summary-cancel-article)
23566         (gnus-summary-resend-message)
23567         (gnus-summary-mail-crosspost-complaint): do.
23568
23569         * gnus-move.el (gnus-change-server): do.
23570
23571         * gnus-group.el (gnus-group-unmark-all-groups)
23572         (gnus-group-set-current-level): do.
23573
23574 2004-10-04  Simon Josefsson  <jas@extundo.com>
23575
23576         * message.el (message-generate-hashcash): Doc fix.
23577
23578 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
23579
23580         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
23581         avoid infinite recursion via gnus-get-function.
23582
23583 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
23584
23585         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
23586
23587         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
23588
23589         * nnmail.el (nnmail-split-history): do.
23590
23591         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
23592         (nnml-request-delete-group): do.
23593
23594         * nnslashdot.el (nnslashdot-read-groups): do.
23595
23596         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
23597         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
23598
23599         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
23600         (nnspool-sift-nov-with-sed): Use last.
23601         (nnspool-retrieve-headers-with-nov): Use mapc.
23602         (nnspool-request-newgroups): Use dolist.
23603         (nnspool-request-group): Use last.
23604
23605         * nntp.el (nntp-read-server-type): Use dolist.
23606
23607         * nnvirtual.el (nnvirtual-create-mapping)
23608         (nnvirtual-update-read-and-marked): Use dolist.
23609         (nnvirtual-convert-headers): Simplify.
23610
23611 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23612
23613         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23614         Add support for sync'ing tick marks.
23615
23616 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23617
23618         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23619         there's no visible header.
23620
23621 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23622
23623         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23624         When necessary, pass full group name to gnus-request-set-marks.
23625
23626 2004-10-01  Simon Josefsson  <jas@extundo.com>
23627
23628         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23629         acroread.
23630
23631 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23632
23633         * spam-report.el (spam-report-gmane): Fix interactive.
23634
23635         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23636
23637         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23638         when writing file.
23639         (gnus-agent-synchronize-flags): Don't default to being
23640         interactive.
23641
23642 2004-09-30  Simon Josefsson  <jas@extundo.com>
23643
23644         * message.el (message-generate-hashcash): Add.
23645         (message-send-mail): Use it, call mail-add-payment.
23646
23647 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23648
23649         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23650
23651 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23652
23653         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23654         gnus-requst-update-info with explicit code to sync the in-memory
23655         info read flags with the marks being sync'd to the backend.
23656
23657         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23658
23659 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23660
23661         * spam.el (spam-verify-bogofilter): Add new function.
23662         (spam-check-bogofilter)
23663         (spam-bogofilter-register-with-bogofilter): Use it.
23664         (spam-verify-bogofilter): Add small fixes.
23665
23666 2004-09-28  Simon Josefsson  <jas@extundo.com>
23667
23668         * hashcash.el (hashcash-generate-payment): Revert.
23669
23670 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23671
23672         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23673         Use gnus-extract-references instead of gnus-split-references.
23674
23675         * gnus-util.el (gnus-extract-references): Add new function, analogous
23676         to gnus-split-references but extracts only the message-ID without
23677         anything extra.
23678
23679         * hashcash.el (hashcash-generate-payment)
23680         (hashcash-check-payment): Do the right thing if hashcash-path is
23681         nil (because the hashcash program could not be found).
23682
23683         * spam.el (spam-use-hashcash): Remove comment.
23684
23685 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23686
23687         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23688         (gnus-cache-enter-article, gnus-cache-remove-article)
23689         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23690
23691         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23692
23693         * gnus-art.el (article-hide-boring-headers)
23694         (article-translate-strings, article-display-face)
23695         (gnus-article-mime-match-handle-first)
23696         (gnus-article-highlight-headers)
23697         (gnus-article-add-buttons-to-head): do.
23698
23699 2004-09-27  Simon Josefsson  <jas@extundo.com>
23700
23701         * hashcash.el: New version, from
23702         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23703         ../contrib/.
23704
23705 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23706
23707         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23708
23709 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23710
23711         * gnus-dup.el (gnus-dup-open): Use mapc.
23712         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23713
23714         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23715         Reported by Stefan Wiens <s.wi@gmx.net>.
23716
23717         * gnus.el (gnus-shutdown): Use dolist.
23718
23719         * gnus-undo.el (gnus-undo): Use mapc.
23720
23721         * nnrss.el (nnrss-generate-active): do.
23722
23723         * message.el (message-cite-original-without-signature)
23724         (message-cite-original): Use mapc.
23725         (message-do-actions, message-make-forward-subject): Use dolist.
23726
23727 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23728
23729         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23730         deletion to remove entire duplicate line.  Fixes merged article
23731         number bug.
23732
23733 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23734
23735         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23736         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23737         first ask if you want to open a server and then, even when you
23738         responded with no, asking if you want to synchronize the server's
23739         flags.
23740         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23741         multi-line expressions.
23742         (gnus-agent-synchronize-group-flags): New internal function.
23743         Updates marks in memory (in the info structure) AND in the
23744         backend.
23745
23746         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23747
23748         * nnagent.el (nnagent-request-set-mark):
23749         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23750         method, to ensure that synchronization updates marks in the
23751         backend and in the info (in memory) structure.
23752
23753 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23754
23755         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23756         convention fully; don't miss the root article of a thread; make
23757         the X-Draft-From header with correct article numbers.
23758
23759 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23760
23761         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23762         unless plugged.  Disable the agent so that an open failure causes
23763         an error.
23764
23765         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23766         Revert 2004-09-21 change.  The backend must be opened while
23767         synchronizing flags even when the backend stores the flags
23768         locally.
23769
23770 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23771
23772         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23773         in `header' match.  Reported by Svend Tollak Munkejord.
23774
23775         * message.el (message-cite-original): Fix use of
23776         `message-cite-articles-with-x-no-archive'.
23777
23778 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23779
23780         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23781         (gnus-window-to-buffer): Ditto.
23782
23783         * mml.el (mml-preview-buffer): New variable.
23784         (mml-preview): Manage window layout with gnus-buffer-configuration.
23785
23786         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23787         X-Draft-From header even if those articles aren't quoted.
23788
23789 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23790
23791         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23792         (gnus-request-set-mark, gnus-request-update-mark): Use new
23793         g-s-t-u-l-m to decide to use backend even when unplugged.
23794
23795 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23796
23797         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23798         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23799
23800 2004-09-20  Simon Josefsson  <jas@extundo.com>
23801
23802         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23803         "utf-16-le".
23804
23805 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23806
23807         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23808
23809 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23810
23811         * uudecode.el (uudecode-use-external): Add :version.
23812
23813         * smime.el (smime-CA-file, smime-encrypt-cipher)
23814         (smime-dns-server): Add :version.
23815
23816         * smiley.el (gnus-smiley-file-types): Add :version.
23817
23818         * sha1.el (sha1-use-external): Add :version.
23819
23820         * pgg-def.el (pgg-query-keyserver): Add :version.
23821
23822         * nnmail.el (nnmail-fancy-expiry-targets)
23823         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23824         Add :version.
23825
23826         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23827         (nnimap-retrieve-groups-asynchronous): Add :version.
23828         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23829
23830         * mml.el (mml-content-disposition-parameters)
23831         (mml-insert-mime-headers-always): Add :version.
23832
23833         * mm-util.el (mm-coding-system-priorities): Add :version.
23834
23835         * mm-decode.el (mm-inline-text-html-with-images)
23836         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23837         (mm-verify-option): Add :version.
23838         (mm-text-html-renderer): Change :version.
23839
23840         * message.el (message-fcc-externalize-attachments)
23841         (message-required-headers, message-draft-headers)
23842         (message-subject-trailing-was-query)
23843         (message-subject-trailing-was-ask-regexp)
23844         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23845         (message-mark-insert-end, message-archive-header)
23846         (message-archive-note, message-cross-post-default)
23847         (message-cross-post-note, message-followup-to-note)
23848         (message-cross-post-note-function, message-use-mail-followup-to)
23849         (message-subscribed-address-functions)
23850         (message-subscribed-address-file, message-subscribed-addresses)
23851         (message-subscribed-regexps, message-allow-no-recipients)
23852         (message-yank-cited-prefix, message-signature-insert-empty-line)
23853         (message-hidden-headers, message-hierarchical-addresses)
23854         (message-mail-user-agent, message-use-idna)
23855         (message-valid-fqdn-regexp)
23856         (message-strip-special-text-properties, message-header-synonyms)
23857         (message-beginning-of-line, message-tab-body-function): Add :version.
23858         (message-insert-canlock, message-wide-reply-confirm-recipients):
23859         Change :version.
23860
23861         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23862         and :version.
23863         (mail-source-delete-old-incoming-confirm)
23864         (mail-source-movemail-program): Add :version.
23865
23866         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23867         (gnus-agent-cache, gnus-agent): Change :version.
23868
23869         * gnus-util.el (gnus-use-byte-compile): Change :version.
23870
23871         * gnus-sum.el (gnus-summary-make-false-root-always)
23872         (gnus-summary-default-high-score)
23873         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23874         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23875         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23876         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23877         (gnus-sum-thread-tree-single-indent)
23878         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23879         (gnus-sum-thread-tree-leaf-with-other)
23880         (gnus-sum-thread-tree-single-leaf): Add :version.
23881         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23882         (gnus-article-loose-mime): Change :version.
23883
23884         * gnus-start.el (gnus-backup-startup-file)
23885         (gnus-save-startup-file-via-temp-buffer): Add :version.
23886
23887         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23888         (gnus-server-offline-face): Add :version.
23889
23890         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23891
23892         * gnus-msg.el (gnus-gcc-externalize-attachments)
23893         (gnus-debug-files, gnus-debug-exclude-variables)
23894         (gnus-discouraged-post-methods): Change :version.
23895         (gnus-confirm-mail-reply-to-news)
23896         (gnus-confirm-treat-mail-like-news): Add :version.
23897
23898         * gnus-int.el (gnus-server-unopen-status): Add :version.
23899
23900         * gnus-group.el (gnus-group-jump-to-group-prompt)
23901         (gnus-large-ephemeral-newsgroup)
23902         (gnus-fetch-old-ephemeral-headers): Add :version.
23903
23904         * gnus-fun.el (gnus-x-face-directory)
23905         (gnus-convert-pbm-to-x-face-command)
23906         (gnus-convert-image-to-x-face-command)
23907         (gnus-convert-image-to-face-command): Add :version.
23908
23909         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23910
23911         * gnus-cite.el (gnus-cite-blank-line-after-header)
23912         (gnus-article-boring-faces): Add :version.
23913
23914         * gnus-art.el (gnus-buttonized-mime-types)
23915         (gnus-inhibit-mime-unbuttonizing)
23916         (gnus-treat-display-face)
23917         (gnus-treat-body-boundary): Change :version.
23918         (gnus-body-boundary-delimiter, gnus-picon-databases)
23919         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23920         (gnus-treat-date-english, gnus-treat-fold-headers)
23921         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23922         (gnus-treat-mail-picon, gnus-treat-wash-html)
23923         (gnus-article-encrypt-protocol)
23924         (gnus-use-idna, gnus-article-over-scroll)
23925         (gnus-mime-display-multipart-alternative-as-mixed)
23926         (gnus-mime-display-multipart-related-as-mixed)
23927         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23928         (gnus-ctan-url, gnus-button-ctan-handler)
23929         (gnus-button-handle-ctan-bogus-regexp)
23930         (gnus-button-ctan-directory-regexp)
23931         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23932         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23933         (gnus-button-man-level, gnus-button-emacs-level)
23934         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23935
23936         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23937         (gnus-agent-go-online): Change :version.
23938         (gnus-agent-expire-unagentized-dirs)
23939         (gnus-agent-auto-agentize-methods): Add :version.
23940
23941         * flow-fill.el (fill-flowed-display-column)
23942         (fill-flowed-encode-column): Add :version.
23943
23944         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23945         (gnus-outlook-deuglify-unwrap-max)
23946         (gnus-outlook-deuglify-cite-marks)
23947         (gnus-outlook-deuglify-unwrap-stop-chars)
23948         (gnus-outlook-deuglify-no-wrap-chars)
23949         (gnus-outlook-deuglify-attrib-cut-regexp)
23950         (gnus-outlook-deuglify-attrib-verb-regexp)
23951         (gnus-outlook-deuglify-attrib-end-regexp)
23952         (gnus-outlook-display-hook): Add :version.
23953
23954         * binhex.el (binhex-use-external): Add :version.
23955
23956 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23957
23958         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23959         and `invisible'.
23960
23961 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23962
23963         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23964         in gnus-registry-trim.
23965
23966 2004-09-13  Simon Josefsson  <jas@extundo.com>
23967
23968         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23969
23970         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23971
23972         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23973         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23974         <yamaoka@jpl.org>.
23975         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23976         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23977         <yamaoka@jpl.org>.
23978
23979         * sieve.el (sieve-manage-mode): Ditto.
23980
23981 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23982
23983         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23984
23985 2004-09-11  Simon Josefsson  <jas@extundo.com>
23986
23987         * dns-mode.el: Add.
23988
23989         * mm-view.el (mm-display-dns-inline): Add.
23990
23991         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23992         (mm-automatic-display): Ditto.
23993
23994         * mailcap.el (mailcap-mime-data): Add text/dns.
23995         (mailcap-mime-extensions): Map .soa to text/dns.
23996
23997 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23998
23999         * gnus-art.el (article-decode-mime-words, article-babel)
24000         (gnus-article-highlight-signature, gnus-article-add-buttons)
24001         (gnus-signature-toggle): Remove unnecessary bindings of
24002         `inhibit-read-only' inherited from v5.10 merge.
24003
24004 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24005
24006         * nntp.el (nntp): New customization group.
24007         (nntp-authinfo-file): Add customization group.
24008
24009         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24010
24011         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24012
24013         * gnus.el (to-address, to-list, subscribed)
24014         (large-newsgroup-initial): Ditto.
24015
24016         * flow-fill.el (fill-flowed-display-column)
24017         (fill-flowed-encode-column): Ditto.
24018
24019 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24020
24021         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24022         Use point-min rather than 1.
24023         (message-send-mail): Use buffer-size rather than point-max.
24024
24025         * gnus-sum.el (gnus-summary-search-article-forward):
24026         Signal a specific `search-failed' rather than a generic `error'.
24027
24028         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24029         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24030         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24031
24032 2004-09-10  Simon Josefsson  <jas@extundo.com>
24033
24034         * nndb.el (require): Remove tcp and duplicate cl.
24035
24036 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24037
24038         * gnus-agent.el (directory-files-and-attributes): Move forward.
24039
24040 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24041
24042         * gnus-agent.el (directory-files-and-attributes):
24043         Optionally defined to support XEmacs.
24044
24045 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24046
24047         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24048         to avoid run-time CL dependencies.
24049         (gnus-agent-unfetch-articles): New function.
24050         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24051         article numbers even when local .overview file is missing.
24052         (gnus-agent-read-article-number): New function.  Only accepts
24053         27-bit article numbers.
24054         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24055         Use gnus-agent-read-article-number.
24056         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24057         from backend while recognizing that article numbers in .overview
24058         must be valid.
24059         (gnus-agent-update-files-total-fetched-for):
24060         Use directory-files-and-attributes to improve performance.
24061         * gnus-int.el (gnus-request-move-article):
24062         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24063         improve performance.
24064
24065         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24066         some users confused by references to .newsrc when they only have a
24067         .newsrc.eld file.
24068         (gnus-convert-mark-converter-prompt)
24069         (gnus-convert-converter-needs-prompt): Fix use of property list.
24070         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24071         New function.  Used internally to only display 'gnus converting
24072         files' message when actually necessary.
24073
24074         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24075         methods now autoloaded.
24076
24077 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24078
24079         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24080         identifiers.
24081
24082 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24083
24084         * gnus-picon.el: Fix indentation and closing parenthesis.
24085
24086 2004-09-01  Simon Josefsson  <jas@extundo.com>
24087
24088         * message.el (message-canlock-generate): Require sha1, not
24089         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24090         to require within a function.  Sadly, if sha1.el isn't loaded, the
24091         let binding in m-c-g will hide the defcustom definition, which is
24092         bad.)
24093
24094         * canlock.el: Require sha1, not sha1-el.
24095
24096         * message.el: Don't autoload sha1 (there is a autoload cookie in
24097         sha1.el).
24098
24099         * sha1-el.el: Rename to sha1.el.
24100
24101 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24102
24103         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24104
24105 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24106
24107         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24108
24109 2004-08-30  Kim F. Storm  <storm@cua.dk>
24110
24111         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24112
24113         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24114         Add :group 'nnimap.
24115
24116 2004-08-30  Andreas Schwab  <schwab@suse.de>
24117
24118         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24119         ?* and ?\;.
24120
24121         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24122         and ?\' to symbol instead of whitespace.
24123
24124 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24125
24126         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24127
24128         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24129         instead of re-search-forward.
24130
24131         * gnus-uu.el (gnus-uu-save-article): Ditto.
24132         (gnus-uu-post-encode-uuencode): Ditto.
24133
24134         * html2text.el (html2text-clean-list-items): Ditto.
24135         (html2text-clean-dtdd): Ditto.
24136         (html2text-format-tags): Ditto.
24137
24138         * message.el (message-send-mail-with-sendmail): Fix regexp.
24139         (message-fill-field-general): Use search-forward instead of
24140         re-search-forward.
24141         (unbold-region): Ditto.
24142
24143         * nnrss.el (nnrss-request-article): Ditto.
24144
24145         * nnslashdot.el (nnslashdot-request-article): Ditto.
24146
24147         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24148
24149         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24150         "Unrecognized menu descriptor" error in XEmacs.
24151
24152 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24153
24154         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24155         parent article of a sparse article in the thread hashtb.
24156
24157 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24158
24159         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24160         (nnmail-expand-newtext): Lowercase expanded entries if
24161         nnmail-split-lowercase-expanded is non-nil.
24162
24163 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24164
24165         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24166
24167         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24168         of gnus-tmp-news-method into string under XEmacs.  It will be
24169         passed to gnus-correct-length which takes only a string argument.
24170
24171 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24172
24173         * gnus-util.el (gnus-bind-print-variables): New macro.
24174         (gnus-prin1): Use it.
24175         (gnus-prin1-to-string): Use it.
24176         (gnus-pp): New function.
24177         (gnus-pp-to-string): New function.
24178
24179         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24180         Replace pp-to-string with gnus-pp-to-string.
24181         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24182         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24183         * gnus-msg.el (gnus-debug): Ditto.
24184         * gnus-score.el (gnus-score-save): Ditto.
24185         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24186         gnus-pp-to-string.
24187         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24188         with gnus-pp.
24189         * score-mode.el (gnus-score-pretty-print): Ditto.
24190         * webmail.el (webmail-debug): Ditto.
24191
24192 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24193
24194         * gnus-art.el (article-display-face, article-display-x-face):
24195         Use buffer-read-only.
24196
24197 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24198
24199         * gnus-art.el (article-hide-list-identifiers):
24200         Bind inhibit-read-only as t.
24201
24202 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24203
24204         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24205
24206 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24207
24208         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24209         (gnus-narrow-to-page): Don't assume point-min == 1.
24210         (gnus-article-edit-mode): Derive from message-mode.
24211
24212         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24213         point-min == 1.
24214
24215         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24216         Disable incorrect use of `assert'.
24217
24218         * message.el (message-mode): Set comment-start-skip.
24219
24220
24221 2004-08-22  Sam Steingold  <sds@gnu.org>
24222
24223         * pop3.el (pop3-leave-mail-on-server): New user variable.
24224         (pop3-movemail): Delete mail only when it is nil.
24225
24226 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24227
24228         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24229
24230         * mml.el (mml-preview): Use `pop-to-buffer'.
24231
24232         * message.el (message-goto-mail-followup-to): Insert after "To".
24233         (message-carefully-insert-headers): Add comment.
24234
24235         * gnus.el: Remove unused variable `gnus-article-check-size'.
24236
24237         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24238
24239         * gnus-art.el (gnus-button-alist):
24240         Improve `gnus-button-handle-library' entry.
24241
24242 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24243
24244         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24245         Use downcase, since XEmacs capitalizes error messages differently.
24246
24247 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24248
24249         * nntp.el: Add (require 'gnus) due to reference to
24250         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24251
24252 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24253
24254         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24255         Bind `mm-fill-flowed'.
24256
24257         * mm-decode.el (mm-dissect-singlepart): Check it.
24258
24259 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24260
24261         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24262         'imap' for netrc parsing.
24263
24264 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24265
24266         * mailcap.el (mailcap-mime-data): Mark as risky.
24267
24268 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24269
24270         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24271         may be included in the encoded word.
24272         (rfc2047-encode): Don't append a space if the encoded word
24273         includes close parenthesis.
24274
24275 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24276
24277         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24278         of text within parentheses.
24279
24280 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24281
24282         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24283         (gnus-encrypt-write-file-contents): Make the password key the file
24284         name PLUS the cipher, not just the cipher.  Also remove failed
24285         passwords from the cache.
24286
24287 2004-08-06  Simon Josefsson  <jas@extundo.com>
24288
24289         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24290         Doc fix.
24291
24292 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24293
24294         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24295         LWSP.
24296
24297 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24298
24299         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24300         Try to append in-reply-to: data to the references: header.
24301
24302         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
24303         (netrc-parse): Use gnus-encrypt.el functions.
24304
24305         * gnus-encrypt.el: Add new file for encryption support; currently
24306         does only a few GPG ciphers and an internal XOR cipher.
24307
24308         * password.el: Add comments on using password-read-and-add.
24309         (password-read-and-add): Add function to read and add the
24310         password to the cache at once.
24311
24312 2004-07-28  Simon Josefsson  <jas@extundo.com>
24313
24314         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
24315         parameter (but don't use it, for now).
24316
24317         * imap.el (imap-ssl-open): Use imap-process-connection-type,
24318         instead of hard coding to nil.
24319
24320 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24321
24322         * mm-view.el (mm-inline-image-emacs): Open lines under an image
24323         as mm-inline-image-xemacs does.
24324
24325 2004-07-26  Simon Josefsson  <jas@extundo.com>
24326
24327         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
24328         Revert part of 2004-07-17 change below.
24329
24330 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24331
24332         * rfc2047.el (rfc2047-encode-region): Don't infloop.
24333         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24334
24335 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24336
24337         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
24338         quotes that actually start with ">" at the beginning of the
24339         lines.
24340
24341 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24342
24343         * rfc2047.el (rfc2047-encode-region): Fix last change.
24344         (rfc2047-encode-parameter): Remove useless concat.
24345
24346 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24347
24348         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
24349         encode special characters; fix some kind of misconfigured headers;
24350         signal a real error if debug-on-quit or debug-on-error is non-nil.
24351         (rfc2047-encode-max-chars): New variable.
24352         (rfc2047-encode-1): Use it.
24353         (rfc2047-encode-parameter): New function.
24354
24355         * mml.el (mml-insert-parameter): Remove an excessive space.
24356
24357 2004-07-17  Simon Josefsson  <jas@extundo.com>
24358
24359         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
24360         Kai Grossjohann <kai@emptydomain.de>.
24361         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
24362         (gnus-group-make-menu-bar): Ditto.
24363
24364         * gnus-util.el (gnus-group-server): Add.
24365
24366 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
24367
24368         * message.el (message-clone-locals): Clone sendmail and smtp
24369         variables.
24370
24371 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24372
24373         * rfc2047.el (rfc2047-encode-region): Fix last change.
24374
24375 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24376
24377         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
24378         characters as non-special.
24379
24380 2004-07-09  Simon Josefsson  <jas@extundo.com>
24381
24382         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
24383         Users will lose all flag changes made while unplugged with
24384         e.g. nntp unless flag synchronization happens, thus `nil' is not a
24385         good default.  See numerous reports on ding mailing list.
24386
24387 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24388
24389         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
24390         add generate-head-function and generate-article-function to the
24391         rfc822-forward entry.
24392         (nndoc-rfc822-forward-generate-article): New function.
24393         (nndoc-rfc822-forward-generate-head): New function.
24394
24395         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
24396
24397 2004-07-06  Dan Christensen  <jdc@uwo.ca>
24398
24399         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
24400         respect display group parameter and gnus-summary-expunge-below.
24401         (gnus-articles-to-read): Remove unused reference to display group
24402         parameter.
24403
24404 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24405
24406         * nnheader.el (nnheader-uniquify-message-id): New experimental
24407         variable.
24408         (nnheader-nov-read-message-id): Use it.
24409
24410         * spam-report.el (spam-report-gmane): Add interactive.
24411
24412 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24413
24414         * mm-encode.el (mm-content-transfer-encoding-defaults):
24415         Use qp-or-base64 for the application/* types.
24416
24417 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
24418
24419         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
24420
24421 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
24422
24423         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
24424         trim value.
24425
24426 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24427
24428         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
24429         New macro and function.
24430         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
24431
24432 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24433
24434         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
24435         after-load-alist.
24436
24437 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24438
24439         * gnus-group.el (gnus-group-get-new-news-this-group):
24440         Don't update info that isn't there.
24441
24442 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
24443
24444         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
24445         entry.
24446
24447 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24448
24449         * mm-view.el (mm-inline-render-with-function): Use multibyte
24450         buffer; decode html source by charset.
24451
24452         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
24453
24454         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
24455         Mule-UCS is loaded under XEmacs.
24456         (mm-mime-mule-charset-alist): Avoid duplicated entries.
24457
24458 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
24459
24460         * nnheader.el (nnheader-max-head-length): Increase to 8192.
24461
24462 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24463
24464         * mm-util.el (mm-coding-system-p): Return a coding-system.
24465         (mm-mime-mule-charset-alist): Use shift_jis instead of
24466         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
24467         entries for the mime charsets iso-2022-jp-3 and shift_jis.
24468         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
24469         instead of japanese-shift-jis and iso-latin-1 respectively in
24470         order to share the default value with both Emacs and XEmacs-mule.
24471         (mm-mule-charset-to-mime-charset):
24472         Make mm-coding-system-priorities effective.
24473         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
24474         while predicating of candidates upon the priorities.
24475
24476 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
24477
24478         * gnus-sum.el (gnus-summary-make-menu-bar):
24479         Add gnus-uu-invert-processable.
24480
24481         * gnus.el: Autoload gnus-uu-invert-processable.
24482
24483 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24484
24485         * mm-util.el (mm-with-multibyte-buffer): New macro.
24486
24487         * rfc2047.el (rfc2047-encode-string): Use it.
24488         (rfc2047-encode-region): Move point to the end of the region after
24489         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
24490
24491 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24492
24493         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
24494         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
24495
24496 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24497
24498         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
24499         (gnus-cite-parse): Ignore quoted envelope From_.
24500         Suggested by Karl Chen <quarl@nospam.quarl.org>.
24501
24502 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
24503
24504         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
24505         invalid addresses.
24506
24507 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
24508
24509         * spam.el: Change section markers, revise TODO list.
24510         (spam-backends): Make new master list of all installed backends.
24511         (spam-summary-exit-behavior): Add new variable to determine how
24512         messages moves are done at summary exit.
24513         (spam-move-spam-nonspam-groups-only)
24514         (spam-process-ham-in-nonham-groups)
24515         (spam-process-ham-in-spam-groups): Remove variables, the
24516         spam-summary-exit-behavior variable should be used to manage this
24517         behavior.
24518         (spam-old-ham-articles, spam-old-spam-articles): Remove.
24519         (spam-old-articles): Add variable, replacing spam-old-ham-articles
24520         and spam-old-spam-articles.
24521         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
24522         Add empty variables, placeholders for the backends they represent.
24523         (spam-set-difference): Move, unchanged.
24524         (spam-list-of-processors): Declare OBSOLETE, not used anymore
24525         unless the user has a processor variable.
24526         (spam-classifications, spam-classification-valid-p)
24527         (spam-backend-properties, spam-backend-property-valid-p)
24528         (spam-backend-function-type-valid-p)
24529         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
24530         (spam-report-articles-gmane, spam-report-articles-resend):
24531         Remove functions, they are not needed.
24532         (spam-install-backend-super, spam-backend-list)
24533         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
24534         (spam-backend-function, spam-backend-ham-registration-function)
24535         (spam-backend-spam-registration-function)
24536         (spam-backend-ham-unregistration-function)
24537         (spam-backend-spam-unregistration-function)
24538         (spam-backend-statistical-p, spam-backend-mover-p)
24539         (spam-install-backend-alias, spam-install-checkonly-backend)
24540         (spam-install-mover-backend, spam-install-nocheck-backend)
24541         (spam-install-backend, spam-install-statistical-backend)
24542         (spam-install-statistical-checkonly-backend): Add backend installation
24543         support.
24544         (spam-summary-prepare-exit): Rewrite to use the new backend code.
24545         (spam-group-processor-p): Use the new backend code and respect the
24546         summary exit behavior.
24547         (spam-mark-spam-as-expired-and-move-routine): Remove.
24548         (spam-summary-prepare): Change to use the new spam-old-articles
24549         variable.
24550         (spam-copy-or-move-routine, spam-copy-spam-routine)
24551         (spam-move-spam-routine, spam-copy-ham-routine)
24552         (spam-move-ham-routine): Add code to copy/move ham or spam.
24553         (spam-fetch-field-fast): Improve doc and code, plus allow the
24554         'number request.
24555         (spam-list-of-checks, spam-list-of-statistical-checks):
24556         Remove variables.
24557         (spam-split, spam-find-spam): Use the new backend code.
24558         (spam-registration-functions): Remove variable.
24559         (spam-unregister-routine): Add convenience wrapper.
24560         (spam-log-undo-registration, spam-register-routine)
24561         (spam-log-processing-to-registry)
24562         (spam-log-unregistration-needed-p): Rename "check" to "backend"
24563         where possible.
24564         (spam-check-gmane-xref, spam-check-regex-headers)
24565         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
24566         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
24567         (spam-check-bogofilter-headers, spam-check-spamoracle)
24568         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
24569         (spam-check-crm114-headers): Use the spam-split-group that
24570         spam-split prepares, no need to determine it every time.
24571
24572         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
24573         to the nnheader-parse-naked-head call.
24574
24575         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
24576
24577         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
24578         the nnheader-nov-read-message-id call.
24579
24580 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24581
24582         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
24583         gnus-activate-group twice.  Suggested by Markus Peter
24584         <warp@spin.de>.
24585
24586 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24587
24588         * gnus-art.el (gnus-article-time-format): Exchange the order of
24589         day and month in the default value; fix customization type.
24590         (article-date-ut): Use add-text-properties.
24591         (article-make-date-line): Use message-make-date instead of
24592         current-time-string.
24593
24594         * message.el (message-fetch-field): Don't use set-text-properties.
24595         (message-make-date): Simplify.
24596
24597         * messagexmas.el (message-xmas-make-date): New function.
24598         (message-xmas-redefine): Defalias message-make-date to it.
24599
24600 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24601
24602         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
24603         (rfc2047-encode-region): Treat text within parentheses as special;
24604         show the original text when error has occurred.
24605
24606         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
24607         already-computed method to gnus-activate-group.
24608
24609         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
24610         same select-methods identical Lisp objects.
24611
24612         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
24613         object when modifying the info.
24614
24615 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24616
24617         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24618         gnus-opened-servers since it has never been opened with the new
24619         configuration yet.
24620
24621 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24622
24623         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24624         arg to nnheader-generate-fake-message-id.
24625
24626 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24627
24628         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24629         number and build a fake message ID localized to a group and
24630         article number (so it's repeatable from that point on).
24631         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24632         ID format.
24633
24634         * gnus-sum.el (gnus-get-newsgroup-headers):
24635         Call nnheader-generate-fake-message-id with the article number.
24636
24637 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24638
24639         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24640         end-of-buffer.
24641
24642 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24643
24644         * message.el (message-ignored-supersedes-headers): Add Approved.
24645
24646 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24647
24648         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24649         goto-char.
24650         (rfc2047-encode): Fold the line before encoding.
24651
24652 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24653
24654         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24655         folding -- not all headers can be folded, and this should be done
24656         by the message composition mode.  Probably.  I think.
24657
24658 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24659
24660         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24661         fast.
24662
24663         * gnus-ems.el (gnus-remove-image): Don't use
24664         message-text-with-property; remove only the image found first.
24665
24666         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
24667         found first.
24668
24669 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24670
24671         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24672
24673 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24674
24675         * message.el (message-text-with-property): Make it fast and accept
24676         optional arguments.
24677         (message-strip-forbidden-properties): Use it.
24678         (message-fix-before-sending): Follow the m-t-w-p change.
24679
24680         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24681
24682 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24683
24684         * gnus-art.el (article-hide-headers): Don't change the buffer
24685         mistakenly when performing mml-preview even if
24686         gnus-single-article-buffer is nil.
24687
24688 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24689
24690         * message.el (message-expand-name-databases): New user option.
24691         (message-expand-name): Use it.
24692
24693 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24694
24695         * spam.el (spam-report-articles-resend)
24696         (spam-report-resend-register-routine): Allow ham reporting.
24697         (spam-report-resend-register-ham-routine): Add wrapper.
24698         (spam-registration-functions): Add ham resending functions.
24699         (spam-list-of-processors): Add ham resend processor.
24700
24701         * gnus.el (ham-resend-to): Add new group parameter.
24702         (spam-process): Add ham resend option.
24703
24704         * spam-report.el (spam-report-resend): Allow reporting ham.
24705         (spam-report-resend-ham): Add wrapper.
24706
24707 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24708
24709         * message.el (message-cite-articles-with-x-no-archive):
24710         New variable.
24711         (message-cite-original): Use it.
24712
24713 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24714
24715         * message.el (message-cite-original): Respect X-No-Archive.
24716
24717 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24718
24719         * gnus-art.el (article-hide-headers): Refer to the values for
24720         gnus-ignored-headers and gnus-visible-headers in the summary
24721         buffer since a user may have set them as group parameters.
24722
24723 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24724
24725         * assistant.el (assistant-node-name): Add convenience function.
24726         (assistant-render-text, assistant-render-node): Add error handling,
24727         plus handle multiple next nodes.
24728         (assistant-find-next-node): Comment out for now.
24729         (assistant-find-next-nodes): Add function, returns list of next
24730         nodes.
24731
24732 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24733
24734         * mail-source.el (mail-source-directory): Fix doc-string.
24735
24736 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24737
24738         * assistant.el (assistant-render-text, assistant-eval): Add :set
24739         widget type, which is different because it takes and returns a
24740         list.  Much hilarity ensues.
24741
24742 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24743
24744         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24745
24746         * gnus-group.el (gnus-group-get-new-news-this-group):
24747         Add doc-string.
24748
24749         * gnus-start.el (gnus-activate-group): Add doc-string.
24750
24751 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24752
24753         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24754
24755 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24756
24757         * assistant.el (assistant-render-text): Try to add a :set
24758         widget, more to come.
24759
24760         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24761         strings.
24762         (spam-report-articles-resend)
24763         (spam-register-routine): Do registration iff any articles warrant
24764         it.
24765         (spam-summary-prepare-exit): Change log message for nil group
24766         destinations.
24767
24768 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24769
24770         * spam.el (spam-report-resend-register-routine):
24771         Allow spam-report-resend-to to be a group parameter or a global value.
24772
24773 2004-05-26  Simon Josefsson  <jas@extundo.com>
24774
24775         * starttls.el: Merge with my GNUTLS based starttls.el.
24776         (starttls-gnutls-program, starttls-use-gnutls)
24777         (starttls-extra-arguments, starttls-process-connection-type)
24778         (starttls-connect, starttls-failure, starttls-success):
24779         New variables.
24780         (starttls-program, starttls-extra-args): Doc fix.
24781         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24782         New functions.
24783         (starttls-negotiate, starttls-open-stream):
24784         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24785         function if it is set.
24786
24787 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24788
24789         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24790         structured fields.
24791
24792 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24793
24794         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24795
24796 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24797
24798         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24799         Add variable.
24800         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24801         assigning the spam-mark to new messages.
24802
24803 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24804
24805         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24806
24807 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24808
24809         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24810
24811         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24812         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24813         default.
24814
24815 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24816
24817         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24818         correct data.
24819
24820 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24821
24822         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24823         (spam-group-processor-p): Fix function.
24824         (spam-group-processor-multiple-p)
24825         (spam-group-spam-processor-report-gmane-p)
24826         (spam-group-spam-processor-report-resend-p)
24827         (spam-group-spam-processor-bogofilter-p)
24828         (spam-group-spam-processor-blacklist-p)
24829         (spam-group-spam-processor-ifile-p)
24830         (spam-group-ham-processor-ifile-p)
24831         (spam-group-spam-processor-spamoracle-p)
24832         (spam-group-spam-processor-crm114-p)
24833         (spam-group-ham-processor-bogofilter-p)
24834         (spam-group-spam-processor-stat-p)
24835         (spam-group-ham-processor-stat-p)
24836         (spam-group-ham-processor-whitelist-p)
24837         (spam-group-ham-processor-BBDB-p)
24838         (spam-group-ham-processor-spamoracle-p)
24839         (spam-group-ham-processor-copy-p): Remove functions with some
24840         prejudice against unneeded code.
24841         (spam-report-articles-resend)
24842         (spam-report-resend-register-routine): Allow the group/topic
24843         spam-resend-to value to override spam-report-resend-to.
24844         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24845         properly now.
24846
24847         * gnus.el (spam-resend-to): Add group/topic parameter.
24848         (spam-process): Move the OBSOLETE processors to the end of the
24849         choices.
24850
24851 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24852
24853         * spam-report.el (spam-report-resend-to, spam-report-resend):
24854         Start with resend-to set to nil, and then ask the user if necessary.
24855         (spam-report-resend): spam-report-resend takes a list of articles, not
24856         separate article numbers.
24857
24858 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24859
24860         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24861         addition to emacs-w3m.
24862
24863 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24864
24865         * assistant.el (assistant-authinfo-data): New function.
24866         (assistant-eval): Eval for entire assistant.
24867
24868         * netrc.el (netrc-services-file): New variable.
24869         (netrc-parse-services): New function.
24870         (netrc-find-service-name): New function.
24871         (netrc-find-service-number): New function.
24872         (netrc-port-equal): New function.
24873         (netrc-machine): Use it.
24874
24875         * nnimap.el (nnimap-open-connection): Use netrc.
24876
24877         * gnus-util.el (gnus-netrc-get): Remove aliases.
24878
24879         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24880
24881         * assistant.el (wid-edit): Fix compilation.
24882
24883         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24884
24885 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24886
24887         * gnus-util.el (gnus-set-file-modes): New function.  (small
24888         patch).
24889
24890 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24891
24892         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24893
24894         * assistant.el (assistant-render-node): Fix up rendering and
24895         read-only text.
24896         (assistant-render-node): Reset.
24897         (assistant-make-read-only): Not sticky.
24898
24899 2004-05-20  Danny Siu  <dsiu@adobe.com>
24900
24901         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24902         centered even when gnus-auto-center-summary is t.
24903
24904 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24905
24906         * dns.el (dns-get-txt-answer): New function.
24907         (dns-read-txt): Ditto.
24908         (query-dns): Use it.
24909
24910 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24911
24912         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24913         active for foreign groups even if the group level is higher than
24914         the specified value.
24915
24916 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24917
24918         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24919         non-active groups.
24920
24921         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24922
24923 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24924
24925         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24926
24927 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24928
24929         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24930         (spam-crm114-header, spam-crm114-spam-switch)
24931         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24932         (spam-crm114-positive-spam-header)
24933         (spam-crm114-database-directory, spam-list-of-processors)
24934         (spam-group-spam-processor-crm114-p)
24935         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24936         (spam-generic-score, spam-list-of-checks)
24937         (spam-list-of-statistical-checks, spam-registration-functions)
24938         (spam-check-crm114-headers, spam-crm114-score)
24939         (spam-check-crm114, spam-crm114-register-with-crm114)
24940         (spam-crm114-register-spam-routine)
24941         (spam-crm114-unregister-spam-routine)
24942         (spam-crm114-register-ham-routine)
24943         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24944
24945 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24946
24947         * gnus.el: Add spam-use-crm114.
24948
24949         * spam.el (spam-list-of-processors, spam-registration-functions):
24950         Add spam-use-resend.
24951         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24952         (spam-report-articles-gmane): Add doc fix.
24953         (spam-report-articles-resend, spam-report-resend-register-routine):
24954         Add wrappers around spam-report-resend-to.
24955
24956         * spam-report.el (spam-report-resend-to, spam-report-resend):
24957         Add support for resending spam.
24958         (spam-report-gmane): Fix line length >80.
24959
24960         * gnus.el (spam-process): Add spam-use-resend.
24961
24962 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24963
24964         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24965         number of processed spam messages.
24966         (spam-ham-copy-or-move-routine): Return the number of processed
24967         ham messages.
24968         (spam-summary-prepare-exit): Use the above values to decide
24969         whether status messages shouled be displayed.
24970
24971 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24972
24973         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24974         `rfc2047-encoding-function-alist' in order to avoid conflicting
24975         with the old version.
24976         (rfc2047-encode-region): Concatenate words containing non-ASCII
24977         characters in structured fields; don't encode space-delimited
24978         ASCII words even in unstructured fields; don't break words at
24979         char-category boundaries.
24980         (rfc2047-encode-1): New function.
24981         (rfc2047-encode): Use it; encode text so that it occupies the
24982         maximum width within 76-column; work correctly on Q encoding for
24983         iso-2022-* charsets.
24984         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24985         sure not to break a line just after the header name.
24986         (rfc2047-b-encode-region): Remove.
24987         (rfc2047-b-encode-string): New function.
24988         (rfc2047-q-encode-region): Remove.
24989         (rfc2047-q-encode-string): New function.
24990
24991         * mm-util.el (mm-replace-in-string): New function.
24992
24993 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24994
24995         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24996         Really get it right.
24997         (gnus-inews-make-draft): Really.
24998
24999 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25000
25001         * nnmh.el (nnmh-request-list-1): Don't check the link count
25002         before descending.  (small patch)
25003
25004 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25005
25006         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25007         stuff.
25008
25009         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25010         Match on real group name.
25011
25012         * gnus-art.el (gnus-signature-limit): Doc fix.
25013
25014         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25015
25016         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25017
25018 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25019
25020         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25021         isn't a string.
25022
25023 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25024
25025         * gnus-draft.el (gnus-draft-send):
25026         Bind rfc2047-encode-encoded-words.
25027
25028         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25029         (rfc2047-encodable-p): Say that =? needs encoding.
25030         (rfc2047-encode-encoded-words): New variable.
25031
25032         * gnus-group.el (gnus-group-select-group): Doc fix.
25033
25034         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25035
25036         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25037         to nil.
25038
25039         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25040
25041         * nnheader.el (nnheader-get-lines-and-char): New function.
25042
25043 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25044
25045         * gnus-msg.el (gnus-summary-followup-with-original):
25046         Document yanking of region when active.
25047
25048 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25049
25050         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25051         groups if the group level is higher than the specified value.
25052
25053 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25054
25055         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25056         (gnus-group-jump-to-group): Add prefix argument using
25057         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25058         non-active group.
25059
25060         * compface.el (uncompface): Be verbose when changing
25061         `uncompface-use-external'.
25062
25063         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25064         handle manual section.
25065
25066 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25067
25068         * gnus-art.el (gnus-button-alist): Revert previous change.
25069
25070 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25071
25072         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25073
25074 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25075
25076         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25077         whether backend can accept message.
25078
25079         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25080
25081 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25082
25083         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25084         Avoid creating directory when nntp-marks-is-evil is true.
25085         Reported by Reiner Steib.
25086
25087 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25088
25089         * gnus-picon.el (gnus-picon-insert-glyph):
25090         Add optional `nostring' argument.
25091
25092 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25093
25094         * gnus-picon.el (gnus-picon-style): New variable.
25095         (gnus-picon-transform-address): Support `gnus-picon-style'.
25096
25097 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25098
25099         * message.el (message-fill-field): Return point.
25100         (message-generate-headers): Go to end of field.
25101
25102         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25103         stuff for non-living groups.
25104
25105 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25106
25107         * gnus-art.el (gnus-article-followup-with-original)
25108         (gnus-article-reply-with-original): gnus-mark-active-p ->
25109         gnus-region-active-p.
25110
25111 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25112
25113         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25114         only when there is spam or ham to be processed.
25115
25116 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25117
25118         * mail-source.el (mail-source-delete-crash-box): Refactor.
25119         (mail-source-fetch): Use it.
25120         (mail-source-fetch-file): Ditto.
25121         (mail-source-fetch-directory): Run postscript in loop.
25122         (mail-source-fetch-pop): Delete.
25123         (mail-source-fetch-maildir): Ditto.
25124         (mail-source-fetch-imap): Ditto.
25125
25126         * imap.el (imap-authenticators): Comment out sasl.
25127
25128         * message.el (message-skip-to-next-address): New function.
25129         (message-fill-header-address): Refactor.
25130         (message-fill-address): Use it.
25131         (message-delete-address): Use it.
25132         (message-fill-header-general): Refactor.
25133         (message-fill-field-address): Rename.
25134         (message-narrow-to-field): Find the start of the header.
25135         (message-header-format-alist): Don't pre-fill.
25136         (message-fill-header): Remove.
25137         (message-insert-header): New function.
25138         (message-shorten-references): Use it.
25139
25140         * rfc2047.el (rfc2047-field-value): Strip props.
25141
25142         * mail-parse.el (mail-header-make-address): New alias.
25143
25144         * ietf-drums.el (ietf-drums-make-address): New function.
25145
25146         * imap.el: Add compiler directives.
25147
25148         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25149
25150         * gnus-art.el (article-decode-idna-rhs): Don't use
25151         message-idna-inside-rhs-p.
25152
25153 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25154
25155         * message.el (message-idna-inside-rhs-p): Remove.
25156         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25157
25158         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25159         false positives.
25160
25161 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25162
25163         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25164
25165 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25166
25167         * nneething.el (nneething-file-name): Don't create spurious
25168         files.
25169
25170         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25171         (gnus-inews-do-gcc): Remove sleep.
25172
25173         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25174         part under point.
25175
25176         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25177         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25178
25179 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25180
25181         * spam.el (spam-summary-prepare-exit): Fix (length).
25182
25183 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25184
25185         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25186         as expired without moving it" message when there are spam
25187         messages left.
25188
25189 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25190
25191         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25192         header is not nil.
25193
25194 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25195
25196         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25197         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25198         (nntp-marks-changed-p): New arg SERVER.
25199         (nntp-request-update-info): Adjust caller.
25200
25201 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25202
25203         * nntp.el (nntp-save-marks): Pass missing arg.
25204
25205 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25206
25207         * nntp.el: Support marks.
25208         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25209         (nntp-marks-modtime, nntp-marks-directory): New variables.
25210         (nntp-request-set-mark, nntp-request-update-info)
25211         (nntp-possibly-create-directory, nntp-marks-changed-p)
25212         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25213         New functions.
25214
25215 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25216
25217         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25218         (gnus-xmas-redefine): Rename.
25219
25220         * gnus-score.el (gnus-score-insert-help):
25221         Use gnus-select-lowest-window.
25222
25223         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25224         appt-select-lowest-window and rename to gnus-select-lowest-window.
25225
25226         * gnus.el: do.
25227
25228 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25229
25230         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25231         encodings of MIME-encoded words, in order to improve
25232         interoperability with several broken MUAs.
25233
25234 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25235
25236         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25237         tags, only when charsets are not specified in headers.
25238         (mm-inline-text-html-render-with-w3m): Ditto.
25239
25240         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25241         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25242
25243 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25244
25245         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25246         instead of MIME-decoded from fields when checking
25247         `gnus-article-address-banner-alist'.
25248
25249 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25250
25251         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25252         description rather than subject.
25253
25254 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25255
25256         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25257
25258 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25259
25260         * gnus.el (gnus-version-number): Bump.
25261
25262 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25263
25264         * gnus.el: No Gnus v0.2 is released.
25265
25266 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25267
25268         * gnus-agent.el (gnus-agent-read-agentview):
25269         Inline gnus-uncompress-range.
25270
25271 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25272
25273         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25274         `exec-installed-p'.
25275
25276 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25277
25278         * gnus.el (spam-process, spam-autodetect-methods):
25279         Add bsfilter and bsfilter-headers.
25280
25281         * spam.el (spam-bsfilter): New customize group.
25282         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25283         (spam-bsfilter-header, spam-bsfilter-probability-header)
25284         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25285         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25286         (spam-bsfilter-database-directory): New options.
25287         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25288         (spam-list-of-statistical-checks, spam-registration-functions):
25289         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25290         (spam-bsfilter-score): New command.
25291         (spam-check-bsfilter-headers, spam-check-bsfilter)
25292         (spam-bsfilter-register-with-bsfilter)
25293         (spam-bsfilter-register-spam-routine)
25294         (spam-bsfilter-unregister-spam-routine)
25295         (spam-bsfilter-register-ham-routine)
25296         (spam-bsfilter-unregister-ham-routine): New functions.
25297         (spam-generic-score): Support bsfilter; Accept an optional argument
25298         to recalcurate spam score even if scoring header has already been
25299         added.
25300         (spam-bogofilter-score, spam-spamassassin-score): Accept an
25301         optional argument to recalcurate spam score even if scoring header
25302         has already been added.
25303
25304 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
25305
25306         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
25307         strings!  Reported by David D. Smith <davidsmith@acm.org>.
25308         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
25309         link is missing.
25310
25311 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
25312
25313         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
25314         (html2text-get-attr): Rewrite.
25315
25316         * message.el (message-setup-1): Remove redundant put-text-property
25317         on mail-header-separator.
25318
25319 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
25320
25321         * gnus-registry.el (gnus-registry-cache-whitespace)
25322         (gnus-registry-action, gnus-registry-spool-action)
25323         (gnus-registry-split-fancy-with-parent): Change message levels
25324         from 5 to 3 or 7, as needed.
25325
25326         * spam.el (spam-summary-prepare-exit)
25327         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
25328         (spam-split, spam-find-spam, spam-log-undo-registration)
25329         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
25330         level from 5 to 6.
25331
25332 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25333
25334         * gnus-ems.el: Autoload appt-select-lowest-window (revert
25335         2004-03-04 change).
25336
25337 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
25338
25339         * sieve-manage.el (sieve-manage-open):
25340         * nnweb.el (nnweb-insert-html):
25341         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
25342         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
25343         * nnspool.el (nnspool-request-group):
25344         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
25345         * nnml.el (nnml-request-update-info):
25346         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
25347         (nnmh-request-create-group, nnmh-update-gnus-unreads):
25348         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
25349         (nnimap-request-set-mark):
25350         * nnfolder.el (nnfolder-request-update-info):
25351         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
25352         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
25353         * gnus-uu.el (gnus-uu-find-articles-matching):
25354         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
25355         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
25356         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
25357         * gnus-nocem.el (gnus-nocem-scan-groups):
25358         * gnus-int.el (gnus-start-news-server):
25359         * gnus-group.el (gnus-group-make-kiboze-group)
25360         (gnus-group-browse-foreign-server):
25361         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
25362         Use mapc when appropriate.
25363
25364 2004-04-22  Dan Christensen  <jdc@uwo.ca>
25365             Adam Sjøgren  <asjo@koldfront.dk>
25366             Wes Hardaker  <wes@hardakers.net>
25367             Michael Shields  <shields@msrl.com>
25368
25369         * spam.el (spam-necessary-extra-headers): Get the extra headers we
25370         may need for spam sorting and scoring.
25371         (spam-user-format-function-S): Add user format function suitable for
25372         general use.
25373         (spam-article-sort-by-spam-status): Add sorting function for summary
25374         sorting.
25375         (spam-extra-header-to-number): Add function to get a score from a
25376         header.
25377         (spam-summary-score): Add function to get a numeric score from the
25378         headers.
25379         (spam-generic-score): Fix function doc, was in wrong place.
25380         (spam-initialize): Take symbols when it's run, and install the
25381         extra headers that spam-necessary-extra-headers thinks we need.
25382
25383 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
25384
25385         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
25386         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25387
25388 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
25389
25390         * gnus-sum.el (gnus-set-global-variables)
25391         (gnus-build-all-threads, gnus-get-newsgroup-headers)
25392         (gnus-article-get-xrefs, gnus-summary-best-group)
25393         (gnus-summary-next-article, gnus-summary-enter-digest-group)
25394         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
25395         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
25396         Use with-current-buffer.
25397
25398 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
25399
25400         * spam.el (spam-summary-prepare-exit): Simplify logic.
25401         (spam-fetch-article-header): Read the article header if it's not
25402         available.
25403         (spam-list-articles): Simplify logic.
25404         (spam-filelist-register-routine): Fix bug with unregister-list.
25405
25406         * gnus-registry.el: Fix comments at beginning.
25407
25408 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
25409
25410         * message.el (message-cater-to-broken-inn): Remove.
25411         (message-shorten-references): Make sure the total folded length of
25412         References is shorter than 998 characters to cater to a bug in INN
25413         2.3.  Also, don't pretend that references aren't folded -- this
25414         hasn't worked for a while.
25415
25416 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25417
25418         * gnus-agent.el (gnus-agentize):
25419         gnus-agent-send-mail-real-function no longer set to current value
25420         of message-send-mail-function but rather a lambda that calls
25421         message-send-mail-function.  The change makes the agent real-time
25422         responsive to user changes to message-send-mail-function.
25423
25424 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25425
25426         * legacy-gnus-agent.el
25427         (gnus-agent-convert-to-compressed-agentview): Fix typos with
25428         help from Florian Weimer <fw@deneb.enyo.de>
25429
25430 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25431
25432         * nnmail.el (nnmail-cache-insert): Revert last change.
25433
25434 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25435
25436         * nnmail.el (nnmail-cache-insert): Always check whether
25437         nnmail-cache-ignore-groups matches a group name.
25438
25439 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
25440
25441         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
25442         (spam-find-spam, spam-log-processing-to-registry)
25443         (spam-log-registered-p, spam-log-unregistration-needed-p)
25444         (spam-log-undo-registration): Use gnus-message instead of
25445         gnus-error, none of these errors are fatal.
25446
25447         * gnus-registry.el (gnus-registry-clean-empty-function)
25448         (gnus-registry-clean-empty): Remove only empty entries without
25449         extra data.
25450
25451 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
25452
25453         * spam-stat.el (spam-stat-buffer-change-to-spam)
25454         (spam-stat-buffer-change-to-non-spam): Change (error) to
25455         (gnus-message 8) invocation.
25456
25457 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25458
25459         * nntp.el (nntp-via-netcat-command): New variable.
25460         (nntp-via-netcat-switches): New variable.
25461         (nntp-open-via-rlogin-and-netcat): New function.
25462         (nntp-open-connection-function): Doc fix.
25463         (nntp-telnet-command): Doc fix.
25464         (nntp-end-of-line): Doc fix.
25465         (nntp-via-rlogin-command): Doc fix.
25466         (nntp-via-user-name): Doc fix.
25467         (nntp-via-address): Doc fix.
25468
25469 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25470
25471         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
25472         error in Emacs 21.1.
25473
25474 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
25475
25476         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
25477
25478 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25479
25480         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
25481         (gnus-agent-with-refreshed-group): New macro.
25482         (gnus-agent-rename-group): New function.
25483         (gnus-agent-delete-group): New function.
25484         (gnus-agent-save-group-info): Use gnus-command-method when
25485         `method' parameter is nil.  Don't write nil entries into the
25486         active file.
25487         (gnus-agent-get-group-info): New function.
25488         (gnus-agent-fetch-articles):
25489         Use gnus-agent-update-files-total-fetched-for to increment disk space
25490         used.
25491         (gnus-agent-fetch-headers, gnus-agent-save-alist):
25492         Use gnus-agent-update-view-total-fetched-for to increment disk space
25493         used.
25494         (gnus-agent-get-local): Add optional parameters to avoid calling
25495         gnus-group-real-name and gnus-find-method-for-group.
25496         (gnus-agent-set-local): Delete stored entry if either min, or max,
25497         are nil.
25498         (gnus-agent-fetch-session): Reworded error/quit messages.
25499         On quit, use gnus-agent-regenerate-group to record existance of any
25500         articles fetched to disk before the quit occurred.
25501         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
25502         gnus-agent-update-view-total-fetched-for, and
25503         gnus-agent-update-files-total-fetched-for to decrement disk space
25504         used.
25505         (gnus-agent-retrieve-headers):
25506         Use gnus-agent-update-view-total-fetched-for to increment disk space
25507         used.
25508         (gnus-agent-regenerate-group): Replace gnus-group-update-group
25509         with gnus-agent-update-files-total-fetched-for to decrement disk
25510         space and fresh group buffer.
25511         (gnus-agent-inhibit-update-total-fetched-for): New variable.
25512         (gnus-agent-need-update-total-fetched-for): New variable.
25513         (gnus-agent-update-files-total-fetched-for): New function.
25514         (gnus-agent-update-view-total-fetched-for): New function.
25515         (gnus-agent-total-fetched-for): New function.
25516
25517         * gnus-cache.el (gnus-cache-save-buffers):
25518         Use gnus-cache-update-overview-total-fetched-for to change disk space
25519         used by this group.
25520         (gnus-cache-possibly-enter-article):
25521         Use gnus-cache-update-file-total-fetched-for to increment disk space
25522         used by this group.
25523         (gnus-cache-possibly-remove-article):
25524         Use gnus-cache-update-file-total-fetched-for to decrement disk space
25525         used by this group.
25526         (gnus-cache-generate-nov-databases): Purge total fetched cache.
25527         (gnus-cache-rename-group): New function.
25528         (gnus-cache-delete-group): New function.
25529         (gnus-cache-inhibit-update-total-fetched-for): New variable.
25530         (gnus-cache-need-update-total-fetched-for): New variable.
25531         (gnus-cache-with-refreshed-group): New macro.
25532         (gnus-cache-update-file-total-fetched-for): New function.
25533         (gnus-cache-update-overview-total-fetched-for): New function.
25534         (gnus-cache-rename-group-total-fetched-for): New function.
25535         (gnus-cache-delete-group-total-fetched-for): New function.
25536         (gnus-cache-total-fetched-for): New function.
25537
25538         * gnus-group.el: Require gnus-sum and autoload functions to
25539         resolve warnings when gnus-group.el compiled alone.
25540         (gnus-group-line-format): Documented new %F.
25541         (size of Fetched data) group line format; identifies disk space
25542         used by agent and cache.
25543         (gnus-group-line-format-alist): Defined new F format.
25544         (gnus-total-fetched-for): New function.
25545         (gnus-group-delete-group): No longer update
25546         gnus-cache-active-altered as gnus-request-delete-group now keeps
25547         the cache in sync.
25548         (gnus-group-list-active): Let the agent store a server's active
25549         list if currently plugged.
25550
25551         * gnus-int.el (gnus-request-delete-group):
25552         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
25553         local disk in sync with the server.
25554         (gnus-request-rename-group):
25555         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
25556         local disk in sync with the server.
25557
25558         * gnus-start.el (gnus-get-unread-articles):
25559         Cosmetic simplification to logic.
25560
25561         * gnus-util.el (gnus-rename-file): New function.
25562
25563 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
25564
25565         * mm-util.el (mm-image-load-path): Handle nil in load-path.
25566
25567 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
25568
25569         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
25570         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
25571
25572 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
25573
25574         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
25575         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
25576
25577 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
25578
25579         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
25580
25581 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
25582
25583         * spam.el (spam-set-difference): Add function to replace
25584         gnus-set-difference in spam.el.
25585         (spam-summary-prepare-exit): Use spam-set-difference.
25586
25587 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
25588
25589         * gnus-registry.el (gnus-registry-cache-file): Update to use
25590         gnus-dribble-directory OR gnus-home-directory OR ~.
25591         (gnus-registry-split-fancy-with-parent): Fix doc.
25592
25593 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25594
25595         * message.el (message-exchange-point-and-mark):
25596         Use message-mark-active-p.  Suggested by Jesper Harder
25597         <harder@ifa.au.dk>.
25598
25599 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25600
25601         * message.el (message-exchange-point-and-mark): Don't activate
25602         region if it was inactive.  Suggested by Hiroshi Fujishima
25603         <pooh@nature.tsukuba.ac.jp>.
25604
25605 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25606
25607         * gnus-art.el (article-display-face): Display Faces in the same
25608         order as X-Faces.
25609
25610 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25611
25612         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
25613
25614 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25615
25616         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25617         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25618         (gnus-article-mime-hierarchy): Remove.
25619         (gnus-article-mime-hierarchy-next): Remove.
25620         (gnus-article-mode): Revert 2004-03-19 change.
25621         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25622         (gnus-insert-mime-button): Revert 2004-03-19 change.
25623         (gnus-mime-accumulate-hierarchy): Remove.
25624         (gnus-mime-enter-multipart): Remove.
25625         (gnus-mime-leave-multipart): Remove.
25626         (gnus-mime-display-part): Revert 2004-03-19 change.
25627         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25628
25629         * mml.el (mml-preview): Revert 2004-03-19 change.
25630
25631 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25632
25633         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25634
25635 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25636
25637         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25638         t while entering a file name using the mm-with-multibyte macro.
25639         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25640
25641         * mm-util.el (mm-with-multibyte): New macro.
25642
25643 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25644
25645         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25646         New user option.
25647         (gnus-mime-multipart-functions): Doc and customization fix.
25648         (gnus-article-mime-hierarchy): New variable.
25649         (gnus-article-mime-hierarchy-next): New variable.
25650         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25651         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25652         gnus-article-mime-hierarchy-next to nil.
25653         (gnus-insert-mime-button): Show hierarchy numbers.
25654         (gnus-mime-accumulate-hierarchy): New function.
25655         (gnus-mime-enter-multipart): New function.
25656         (gnus-mime-leave-multipart): New function.
25657         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25658         (gnus-mime-display-alternative): Show hierarchy numbers.
25659
25660         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25661         gnus-article-mime-hierarchy-next to nil.
25662
25663 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
25664
25665         * dns.el: Don't require gnus-xmas.
25666
25667 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25668
25669         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25670         inline PGP.
25671         (mml-menu): Disable mml-quote-region if mark is inactive.
25672
25673 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25674
25675         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25676         when the group's active is not available.
25677
25678 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25679
25680         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25681         error.
25682
25683 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25684
25685         * imap.el (imap-store-password): New variable.
25686         (imap-interactive-login): Use it.
25687         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25688
25689 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25690
25691         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25692         window-start and hscroll to summary window.
25693
25694 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25695
25696         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25697         conversion message to newsrc-dribble when an actual conversion is
25698         performed.
25699
25700 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25701
25702         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25703
25704 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25705
25706         * mm-decode.el (mm-complicated-handles): New function reviving
25707         former definition of mm-multiple-handles.
25708
25709         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25710         (gnus-mime-delete-part): Use it.
25711
25712 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25713
25714         * gnus-agent.el (gnus-agent-read-local):
25715         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25716         avoid the implicit assumption that they will always be equal.
25717         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25718         coding-system-for-write, as the with-temp-file macro first prints
25719         to a buffer then saves the buffer.
25720
25721 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25722
25723         * gnus-art.el (gnus-article-edit-part): New function.
25724         (gnus-mime-save-part-and-strip): Use it; do query instead of
25725         signaling an error; don't use mm-multiple-handles.
25726         (gnus-mime-delete-part): Ditto.
25727
25728 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25729
25730         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25731         old file versions.
25732         (gnus-group-prepare-hook): Remove function that converted list
25733         form of gnus-agent-expire-days to group properties.
25734
25735         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25736         (gnus-request-accept-article): Re-indented.
25737
25738         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25739         converters to handle old agent file formats.  Add logic for a
25740         "backup before upgrading warning".
25741         (gnus-convert-mark-converter-prompt): Developers can mark
25742         functions as needing (default), or not needing,
25743         gnus-convert-old-newsrc's "backup before upgrading warning".
25744         (gnus-convert-converter-needs-prompt): Tests whether the user
25745         should be protected from potentially irreversable changes by the
25746         function.
25747
25748         * legacy-gnus-agent.el: New.  Provides converters that are only
25749         loaded when gnus-convert-old-newsrc needs to call them.
25750
25751 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25752
25753         * mail-source.el (mail-source-touch-pop): Doc fix.
25754
25755         * message.el (message-smtpmail-send-it): Doc fix.
25756
25757 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25758
25759         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25760
25761         * nnmail.el (nnmail-split-fancy): do.
25762
25763         * gnus-kill.el (gnus-kill, gnus-execute): do.
25764
25765 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25766
25767         * gnus-sum.el (gnus-widget-reversible-match)
25768         (gnus-widget-reversible-to-internal)
25769         (gnus-widget-reversible-to-external): New functions.
25770         (gnus-widget-reversible): New widget.
25771         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25772
25773 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25774
25775         * gnus-sum.el (gnus-thread-sort-functions)
25776         (gnus-article-sort-functions): Document `(not F)' items.
25777
25778 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25779
25780         * spam.el (spam-use-gmane-xref): Add new backend.
25781         (spam-gmane-xref-spam-group): Add variable to control the name of the
25782         Gmane spam group.
25783         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25784         (spam-regex-headers-spam, spam-regex-headers-ham)
25785         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25786         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25787         backends and checks.
25788         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25789
25790         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25791         an autodetect method.
25792
25793 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25794
25795         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25796         articles are being added to a group.
25797         (gnus-request-replace-article): Inform the agent that articles
25798         need to be uncached as the cached contents are no longer valid.
25799
25800 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25801
25802         * binhex.el: Don't autoload executable-find.
25803
25804         * canlock.el: Don't autoload mail-fetch-field.
25805
25806         * dgnushack.el: Autoload c-mode for XEmacs.
25807
25808         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25809
25810         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25811         rmail-dont-reply-to and rmail-output.
25812
25813         * gnus-score.el: Don't autoload ffap-string-at-point.
25814
25815         * gnus-setup.el: Don't autoload sc-cite-original.
25816
25817         * imap.el: Don't autoload base64-decode-string,
25818         base64-encode-string and md5.
25819
25820         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25821         and rmail-msg-restore-non-pruned-header.
25822
25823         * mm-decode.el: Don't autoload executable-find.
25824
25825         * mm-url.el: Don't autoload executable-find.
25826
25827         * mm-view.el: Don't autoload diff-mode.
25828
25829         * nndb.el: Don't autoload news-reply-mode, news-setup,
25830         cancel-timer and telnet.
25831
25832         * password.el: Don't autoload run-at-time for Emacs.
25833
25834         * sha1-el.el: Don't autoload executable-find.
25835
25836         * sieve-mode.el: Don't autoload c-mode.
25837
25838         * uudecode.el: Don't autoload executable-find.
25839
25840 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25841
25842         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25843         (gnus-agent-possibly-alter-active): Avoid null in numeric
25844         comparison.
25845         (gnus-agent-set-local): Refuse to save null in local object table.
25846         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25847         list of articles that will be marked as unread.
25848
25849 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25850
25851         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25852
25853 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25854
25855         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25856         language tags.
25857
25858 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25859
25860         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25861         Don't bind "obarray".
25862
25863         * gnus-sum.el (gnus-thread-sort-functions):
25864         Add `gnus-thread-sort-by-most-recent-number' and
25865         `gnus-thread-sort-by-most-recent-date'.
25866         Reported by Kai Grossjohann <kai@emptydomain.de>.
25867
25868 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25869
25870         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25871
25872 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25873
25874         * gnus-cus.el (gnus-agent-customize-category):
25875         Remove ignore-errors macro reference that required cl to be loaded at
25876         run-time.
25877
25878         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25879         single-interval range of the form (min . max).  Previously the
25880         range had to look like ((min . max)).  Likewise, return
25881         (min . max) rather than ((min . max)).
25882         (gnus-range-map): Use gnus-range-normalize to accept
25883         single-interval range.
25884
25885         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25886         the cache, but not the agent, now appear with their usual face.
25887
25888         * dgnushack.el (loaddir): New variable that is bound to the
25889         directory containing the dgnushack.el file. Use loaddir, rather
25890         than srcdir, to update load-path. Change lets dgnushack compile
25891         code in directories other than GNUS/lisp.
25892
25893 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25894
25895         * lpath.el: Don't bind w3m-safe-url-regexp.
25896
25897         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25898         w3m-safe-url-regexp variable buffer-local.
25899
25900         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25901
25902 2004-02-27  Simon Josefsson  <jas@extundo.com>
25903
25904         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25905         gnus-group-real-prefix.
25906         (gnus-summary-move-article): Use it, instead of
25907         gnus-group-real-prefix.
25908
25909 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25910
25911         * lpath.el: Bind w3m-safe-url-regexp.
25912
25913         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25914         w3m-safe-url-regexp variable buffer-local and set it as the value
25915         of mm-w3m-safe-url-regexp.
25916
25917         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25918
25919         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25920         parsing gnus-posting-styles when the message is not for replying.
25921
25922         * dgnushack.el: Autoload sgml-mode for XEmacs.
25923
25924         * nnrss.el (nnrss-opml-export):
25925         Use mm-set-buffer-file-coding-system instead of
25926         set-buffer-file-coding-system.
25927
25928 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25929
25930         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25931         of checkdoc.el).
25932         * nnrss.el: do.
25933         * gnus-mlspl.el: do.
25934         * gnus-ml.el: do.
25935         * gnus-srvr.el: do.
25936
25937         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25938
25939 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25940
25941         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25942         Corrections to custom-manual links.
25943
25944         * gnus-art.el (gnus-article): Ditto.
25945
25946         * mm-decode.el (mime-display, mime-security): Ditto.
25947
25948 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25949
25950         * flow-fill.el: Typo.
25951
25952 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25953
25954         * spam-wash.el: New file.
25955
25956 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25957
25958         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25959
25960 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25961
25962         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25963         to be run with new-articles as LIST1, not LIST2.
25964         (spam-registration-functions): Add spam-use-ham-copy as a nil
25965         registration backend.
25966
25967 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25968
25969         * spam-stat.el (spam-stat-washing-hook): New option.
25970         (spam-stat-buffer-words): Use it.
25971         (spam-stat-process-directory, spam-stat-test-directory):
25972         Use insert-file-contents-literally.
25973         (spam-stat-coding-system): New variable.
25974         (spam-stat-load, spam-stat-save): Use it.
25975
25976 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25977
25978         * spam-report.el (spam-report-plug-agent):
25979         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25980
25981 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25982
25983         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25984         Allow / in mailto URLs.
25985
25986 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25987
25988         * spam-report.el (spam-report-process-queue): Fix interactive use.
25989         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25990         (spam-report-unplug-agent): Doc fixes.
25991         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25992         (spam-report-agentize, spam-report-deagentize): Autoload.
25993
25994 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25995
25996         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25997
25998         * message.el (message-setup-fill-variables): Add mml tags to
25999         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26000         <ajk@iu.edu>.
26001         (message-mode): Don't modify paragraph-separate there.
26002
26003 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26004
26005         * compface.el (uncompface-use-external): Default to undecided.
26006         (uncompface-use-external-threshold): New variable.
26007         (uncompface-float-time): New macro.
26008         (uncompface): Determine whether to use the external decoder if
26009         uncompface-use-external is undecided.
26010
26011 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26012
26013         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26014         after images.
26015
26016         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26017
26018 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26019
26020         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26021
26022         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26023
26024         * gnus-sum.el (gnus-summary-limit-to-age)
26025         (gnus-summary-limit-children): do.
26026
26027         * gnus-int.el (gnus-request-scan): do.
26028
26029         * gnus-group.el (gnus-group-suspend): do.
26030
26031         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26032
26033         * gnus-cite.el (gnus-cite-parse-attributions): do.
26034
26035         * gnus-agent.el (gnus-summary-set-agent-mark)
26036         (gnus-agent-regenerate-group): do.
26037
26038         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26039
26040         * binhex.el (binhex-decode-region-internal): do.
26041
26042 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26043
26044         * gnus-fun.el (gnus-face-properties-alist): New user option.
26045         (gnus-display-x-face-in-from): Use it.
26046
26047         * gnus-art.el (article-display-face): Ditto.
26048
26049         * compface.el (uncompface-use-external): Default to nil.
26050
26051 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26052
26053         * nntp.el (nntp-erase-buffer): New function.
26054         (nntp-retrieve-data, nntp-send-command)
26055         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26056         (nntp-possibly-change-group): Use it.
26057
26058         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26059         Use with-current-buffer.
26060
26061 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26062
26063         * compface.el: Merge the ELisp-based uncompface program.
26064         (compface): New customization group.
26065         (uncompface-use-external): New user option.
26066         (uncompface): Call uncompface-internal if uncompface-use-external
26067         is nil.
26068         (uncompface-internal): New function.  Note that there are also
26069         some other functions and variables added for this function.
26070
26071 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26072
26073         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26074         if necessary.
26075
26076 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26077
26078         * spam-report.el (spam-report-unplug-agent)
26079         (spam-report-plug-agent, spam-report-deagentize)
26080         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26081         Add support for the Agent in spam-report: when unplugged, report to a
26082         file; when plugged, submit all the requests.
26083
26084         * spam.el (spam-register-routine): Fix message about
26085         registration.
26086
26087 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26088
26089         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26090         dependencies.
26091         (rfc2047-encode): Use it.
26092
26093         * gnus-art.el (gnus-button-marker-list): Move before first
26094         reference.
26095
26096         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26097         (imap-parse-body): Fix format string mismatch.
26098
26099         * gnus-score.el (gnus-summary-increase-score): do.
26100
26101         * nnrss.el (nnrss-close): New function.
26102
26103 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26104
26105         * nnrss.el (nnrss-make-filename): New function.
26106         (nnrss-request-delete-group, nnrss-read-server-data)
26107         (nnrss-save-server-data, nnrss-read-group-data)
26108         (nnrss-save-group-data): Use it.
26109         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26110         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26111         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26112
26113 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26114
26115         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26116
26117 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26118
26119         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26120         files.
26121
26122         * message.el (message-generate-headers-first): Don't quote nil
26123         and t in docstrings.
26124
26125         * imap.el (imap-id): do.
26126
26127         * gnus-agent.el (gnus-agent-consider-all-articles)
26128         (gnus-agent-queue-mail): do.
26129
26130 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26131
26132         * spam-report.el (spam-report-process-queue): New function.
26133         Process requests from `spam-report-requests-file'.
26134         (spam-report-process-queue): Doc fix.
26135
26136 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26137
26138         * spam.el (spam-register-routine)
26139         (spam-log-processing-to-registry, spam-log-registered-p)
26140         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26141         Change "check" to "spam-check" for semi-clarity.
26142
26143 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26144
26145         * pop3.el: Require nnheader.
26146
26147         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26148
26149         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26150
26151         * gnus-picon.el: Require cl.
26152
26153         * gnus-fun.el: Require gnus-ems and gnus-util.
26154
26155         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26156
26157         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26158
26159         * gnus-art.el (gnus-article-edit-mode): Define before first
26160         reference.
26161
26162 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26163
26164         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26165         (gnus-uu-post-encoded): Use point-at-bol.
26166
26167         * gnus-topic.el (gnus-group-active-topic-p): do.
26168
26169         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26170
26171         * gnus-group.el (gnus-group-kill-region): do.
26172
26173         * gnus-art.el (article-date-ut): do.
26174
26175         * message.el (message-fetch-field): Remove redundant
26176         case-fold-search binding.
26177         (message-narrow-to-field): Simplify.
26178
26179 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26180
26181         * spam.el (spam-directory): Derive from `gnus-directory'.
26182
26183         * spam-report.el (spam-report-url-to-file)
26184         (spam-report-requests-file): New function and variable for offline
26185         reporting.
26186         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26187         and user defined function.
26188         (spam-report-url-ping-mm-url): Remove doubled slash.
26189
26190 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26191
26192         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26193
26194 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26195
26196         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26197         Fix format string mismatch.
26198
26199         * sieve.el (sieve-deactivate-all): do.
26200
26201         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26202
26203         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26204
26205         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26206
26207         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26208
26209 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26210
26211         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26212         the list of checks.
26213
26214 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26215
26216         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26217         padding.
26218
26219 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26220
26221         * mm-view.el (mm-fill-flowed): New variable.
26222         (mm-inline-text): Use it.
26223
26224 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26225
26226         * spam.el (spam-spamassassin-register-ham-routine)
26227         (spam-spamassassin-register-spam-routine): Fix function names.
26228
26229 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26230
26231         * gnus.el (gnus-tmp-grouplens): Remove.
26232         (gnus-summary-line-format): Remove grouplens.
26233
26234         * gnus-group.el (gnus-group-line-format): Ditto.
26235
26236         * gnus-spec.el (gnus-format-specs): Ditto.
26237         (gnus-update-format-specifications): Flush the group format spec
26238         cache if there's the grouplens stuff.
26239         (gnus-parse-simple-format): Replace %l with the empty string.
26240
26241 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26242
26243         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26244         omission.
26245
26246 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26247
26248         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26249         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26250
26251 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26252
26253         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26254         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26255         New macros and functions.
26256         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26257         Handle > NLINK_MAX messages.
26258         * nnmaildir.el (nnmaildir-request-set-mark):
26259         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26260
26261 2004-01-25  Alex Schroeder  <alex@gnu.org>
26262
26263         * spam-stat.el (spam-stat-process-directory-age): New option.
26264         (spam-stat-process-directory): Use it.
26265
26266 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26267
26268         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26269         (spam-stat-save): Accept prefix argument.
26270
26271 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26272
26273         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26274         links" error.
26275
26276 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26277
26278         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26279         the rest of the and/or forms.
26280
26281 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26282
26283         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26284         compatibility with old .newsrc.eld files.
26285
26286         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26287
26288         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26289
26290         * gnus-start.el (gnus-1): do.
26291
26292         * gnus-group.el (gnus-group-line-format-alist): do.
26293
26294         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26295
26296         * gnus-gl.el: Remove.
26297
26298 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26299
26300         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
26301         marks consisting of a single range {for example, (3 . 5)} rather
26302         than a list of a single range { ((3 . 5)) }.
26303
26304 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26305
26306         * spam-stat.el (spam-stat-store-gnus-article-buffer):
26307         Use with-current-buffer.
26308         (spam-stat-store-current-buffer): Use insert-buffer-substring to
26309         avoid consing a string.
26310
26311         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
26312         Remove obsolete entries for big5 and gb2312.
26313
26314 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26315
26316         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
26317         uncompressed list.
26318
26319 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
26320
26321         * spam-stat.el (spam-stat-strip-xref): New function.
26322         (spam-stat-process-directory): Use it.
26323
26324         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
26325         here -- it's done in message-fetch-field.
26326
26327 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26328
26329         * gnus-agent.el (gnus-agent-queue-mail)
26330         (gnus-agent-prompt-send-queue): New variables.
26331         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
26332         * gnus-draft.el (gnus-group-send-queue): Pass the group name
26333         "nndraft:queue" along to gnus-draft-send.
26334         Use gnus-agent-prompt-send-queue.
26335         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
26336         is "nndraft:queue".  Suggested by Gaute Strokkenes
26337         <gs234@srcf.ucam.org>
26338
26339         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
26340         (agent-enable-undownloaded-faces): Add.
26341         (gnus-agent-cat-groups): Use eval-and-compile, not
26342         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
26343         method of gnus-agent-cat-groups even when the buffer has been
26344         evaled.
26345         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
26346         delete gnus-agent-save-active-1.
26347         (gnus-agent-save-groups): Delete.  Identical to
26348         gnus-agent-save-active.
26349         (gnus-agent-write-active): No longer adjust agent's copy of active
26350         file as agent's adjustments are now stored in their own
26351         file.  Remove optional parameter.
26352         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
26353         servers.  Add use of min/max range limits from server's local
26354         file.
26355         (gnus-agent-save-alist): Remove unused optional argument.
26356         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
26357         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
26358         (gnus-agent-set-local): A per-server file that keeps min/max range
26359         limits for articles known to the agent.  Provides a fast mechanism
26360         for altering many active ranges.
26361         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
26362         active file (local makes it unnecessary).
26363         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
26364
26365         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
26366         (agent-enable-undownloaded-faces): Add.
26367
26368         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
26369         disable it when sending to "nndraft:queue".
26370         (gnus-group-send-queue): Add safety check to avoid sending queue
26371         when unplugged.
26372
26373         * gnus-group.el (gnus-group-catchup): Use new
26374         gnus-sequence-of-unread-articles, not
26375         gnus-list-of-unread-articles, to avoid exhausting memory with huge
26376         numbers of articles.  Use gnus-range-map to avoid having to
26377         uncompress the unread list.
26378         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
26379         Fix invalid ange-ftp reference.
26380
26381         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
26382         (gnus-sorted-range-intersection): Intersection of two ranges
26383         without requiring that they first be uncompressed.
26384
26385         * gnus-start.el (gnus-activate-group): Unless blocked by the
26386         caller, possibly expand the active range to include both cached
26387         and agentized articles.
26388         (gnus-convert-old-newsrc): Rewrote in anticipation of having
26389         multiple version-dependent converters.
26390         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
26391         gnus-agent-save-active.
26392         (gnus-save-newsrc-file): Save dirty agent range limits.
26393
26394         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
26395         gnus-agent-possibly-alter-active.
26396         (gnus-adjust-marked-articles): Faster handling of simple lists.
26397
26398 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
26399
26400         * spam-stat.el (spam-stat-test-directory): New optional argument
26401         displays a list of files detected.  Suggested by Andrew Cohen
26402         <cohen@andy.bu.edu>.
26403         (spam-stat-buffer-words-with-scores): Don't narrow and change
26404         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
26405
26406 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
26407
26408         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
26409         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
26410         (spam-spamassassin-arguments)
26411         (spam-spamassassin-spam-flag-header)
26412         (spam-spamassassin-positive-spam-flag-header)
26413         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
26414         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
26415         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
26416         (spam-list-of-processors, spam-list-of-checks)
26417         (spam-list-of-statistical-checks, spam-registration-functions)
26418         (spam-check-spamassassin-headers, spam-check-spamassassin)
26419         (spam-spamassassin-score)
26420         (spam-spamassassin-register-with-sa-learn)
26421         (spam-spamassassin-register-spam-routine)
26422         (spam-spamassassin-register-ham-routine)
26423         (spam-assassin-register-spam-routine)
26424         (spam-assassin-register-ham-routine): Add SpamAssassin support.
26425         (spam-bogofilter-score): Fix to show article before scoring.
26426
26427 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
26428
26429         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
26430         default scoring function.
26431         (spam-generic-score): Call spam-spamassassin-score if
26432         spam-use-spamassassin or spam-use-spamassassin-headers is on;
26433         spam-bogofilter-score otherwise.
26434
26435         * gnus.el (spam-process, spam-autodetect-methods):
26436         Add spamassassin and spamassassin-headers.
26437
26438 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
26439
26440         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26441         Suppress unnecessary messages.
26442
26443 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
26444
26445         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
26446         make-hash-table.
26447
26448 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26449
26450         * canlock.el (base64-encode-string): Don't autoload it.
26451
26452 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26453
26454         * run-at-time.el: Remove useless (require 'itimer),
26455         eval-and-compile and (featurep 'xemacs).
26456
26457 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
26458
26459         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
26460         GROUP is a virtual group.
26461
26462 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
26463
26464         * gnus.el: Autoload `message-y-or-n-p'.
26465
26466 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
26467
26468         * pgg-parse.el: Remove unnecessary (require 'custom).
26469
26470         * pgg-def.el: do.
26471
26472         * nnmail.el: do.
26473
26474         * gnus-undo.el: do.
26475
26476         * gnus-picon.el: do.
26477
26478         * gnus-util.el: do.
26479
26480 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
26481
26482         * gnus-sum.el (gnus-pick-line-number): Add autoload.
26483
26484 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26485
26486         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
26487         handle, as well as a list.
26488
26489         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
26490         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
26491         (mm-w3m-cid-retrieve): Simplify.
26492
26493 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
26494
26495         * message.el (message-kill-to-signature): Allow prefix arg to
26496         specify number of lines to keep before signature.
26497
26498 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
26499
26500         * message.el (message-kill-to-signature): Change docstring.
26501
26502 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26503
26504         * canlock.el: Always require sha1-el.
26505         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
26506
26507         * message.el: Autoload sha1 only when compiling.
26508
26509         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
26510         eudc-expand-inline for XEmacs.
26511
26512 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
26513
26514         * message.el (message-canlock-generate): Require sha1-el.
26515
26516 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
26517
26518         * message.el (message-expand-name): Silence the byte compiler.
26519
26520         * lpath.el: Add detect-coding-system.
26521
26522         * dgnushack.el (dgnushack-compile): Remove obsolete check for
26523         cus-edit.
26524
26525 2004-01-13  Simon Josefsson  <jas@extundo.com>
26526
26527         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
26528         Invoke gnus-score-mode.
26529         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26530
26531         * gnus-range.el (gnus-compress-sequence): Doc fix.
26532         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
26533
26534 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26535
26536         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
26537
26538 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
26539
26540         * spam.el (spam-get-article-as-string): Update to use
26541         gnus-request-article-this-buffer, much simpler.
26542         (spam-get-article-as-buffer): Remove.
26543
26544 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
26545
26546         * message.el (message-expand-name): Use EUDC if the user uses that.
26547
26548 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26549
26550         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
26551         character for the encoding to avoid consing a string.
26552
26553         * rfc2047.el (rfc2047-decode-string): Don't cons a string
26554         unnecessarily.
26555
26556         * mm-util.el (mm-replace-chars-in-string): Remove.
26557
26558         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
26559         of mm-replace-chars-in-string.
26560
26561 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
26562
26563         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
26564
26565         * mm-util.el (mm-subst-char-in-string): Support inplace.
26566
26567         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
26568         a new string in every iteration.  Use shy groups.
26569
26570 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
26571
26572         * gnus-srvr.el (gnus-browse-unsubscribe-group):
26573         * gnus-soup.el (gnus-soup-group-brew):
26574         * gnus-msg.el (gnus-put-message):
26575         * gnus-move.el (gnus-group-move-group-to-server):
26576         * gnus-kill.el (gnus-batch-score):
26577         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
26578         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
26579         (gnus-group-update-group, gnus-group-read-group)
26580         (gnus-group-make-group, gnus-group-make-help-group)
26581         (gnus-group-make-archive-group, gnus-group-make-directory-group)
26582         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
26583         (gnus-group-sort-by-unread, gnus-group-catchup)
26584         (gnus-group-unsubscribe-group, gnus-group-kill-group)
26585         (gnus-group-yank-group, gnus-group-set-info)
26586         (gnus-group-list-groups):
26587         * gnus.el (gnus-generate-new-group-name):
26588         * gnus-delay.el (gnus-delay-send-queue):
26589         * nnvirtual.el (nnvirtual-catchup-group):
26590         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
26591         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
26592         (gnus-group-prepare-topics, gnus-topic-check-topology):
26593         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
26594         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
26595         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
26596         (gnus-group-make-articles-read):
26597         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
26598         (gnus-group-change-level, gnus-kill-newsgroup)
26599         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
26600         (gnus-get-unread-articles, gnus-make-articles-unread)
26601         (gnus-make-ascending-articles-unread): Use accessor
26602         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
26603         to get group information for improved readability.
26604
26605
26606 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26607
26608         * gnus-art.el (article-decode-mime-words, article-babel)
26609         (gnus-article-highlight-signature, gnus-article-add-buttons)
26610         (gnus-signature-toggle): Use gnus-with-article-buffer.
26611
26612         * gnus-art.el (gnus-article-highlight-headers)
26613         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26614
26615         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26616         (gnus-article-set-globals, gnus-request-article-this-buffer)
26617         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26618         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26619         (gnus-mime-display-alternative): Use with-current-buffer.
26620
26621 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26622
26623         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26624         also under 80 char limit, and call gnus-error if needed.
26625         (spam-fetch-article-header): Fix - it was a
26626         buffer-local variable (gnus-newsgroup-data).
26627         (spam-find-spam): Use spam-generate-fake-headers, forget about
26628         spam-insert-fake-headers.
26629         (spam-insert-fake-headers): Remove.
26630
26631 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26632
26633         * deuglify.el (gnus-article-outlook-unwrap-lines)
26634         (gnus-outlook-rearrange-article)
26635         (gnus-outlook-repair-attribution-outlook)
26636         (gnus-outlook-repair-attribution-block)
26637         (gnus-outlook-repair-attribution-other): Remove redundant
26638         save-excursion.
26639
26640 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26641
26642         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26643         (spam-fetch-field-subject-fast)
26644         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26645         (spam-fetch-article-header): Add functions to deal with Gnus
26646         internals for fast retrieval of article header data.
26647         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26648
26649 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26650
26651         * pop3.el (pop3-md5): Remove.
26652         (pop3-apop): Replace pop3-md5 with md5.
26653
26654         * mm-bodies.el: base64 is always built-in.
26655
26656         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26657         Use with-current-buffer.
26658
26659 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26660
26661         * canlock.el (canlock-insert-header): Remove excessive grouping in
26662         regexp.
26663
26664         * gnus-sum.el (gnus-summary-read-document): Ditto.
26665
26666         * gnus-uu.el (gnus-uu-part-number): Ditto.
26667
26668         * html2text.el (html2text-remove-tags): Ditto.
26669         (html2text-format-tags): Ditto.
26670         (html2text-format-single-elements): Ditto.
26671
26672         * mml.el (mml-parse-1): Ditto.
26673
26674 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26675
26676         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26677
26678         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26679
26680         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26681
26682         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26683
26684 2003-11-15  Simon Josefsson  <jas@extundo.com>
26685
26686         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26687         (pgg-gpg-lookup-key): Use regexp match instead of
26688         split-string (split-string is different between emacs 21.2 and
26689         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26690
26691 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26692
26693         * gnus-art.el (gnus-mime-view-all-parts)
26694         (gnus-article-part-wrapper, gnus-article-view-part):
26695         Use with-current-buffer.
26696
26697 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26698
26699         * spam.el (spam-disable-spam-split-during-ham-respool)
26700         (spam-spamoracle-database, spam-cache-lookups)
26701         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26702         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26703         (spam-group-ham-marks, spam-group-spam-marks)
26704         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26705         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26706         also add spam-use-blackholes to the statistical checks.
26707         (spam-fetch-field-fast): Add interface to fetching fields, may
26708         become a macro.
26709         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26710         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26711         (spam-insert-fake-headers): Fake an article when needed.
26712         (spam-find-spam): Fake article when possible.
26713         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26714         (spam-check-bogofilter-headers): Use message-fetch-field instead
26715         of nnmail-fetch-field.
26716
26717 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26718
26719         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26720
26721 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26722
26723         * spam.el (spam-split): Do not require spam-use-CHECK to be
26724         enabled if that check is passed to spam-split explicitly; also
26725         fix so 'spam doesn't get converted to spam-split-group when
26726         spam-split-symbolic-return is t.
26727         (spam-find-spam): Find registrations of the article and use those
26728         instead of re-running spam-split to find the spam/ham
26729         classification of the article.
26730         (spam-log-processing-to-registry, spam-log-registered-p)
26731         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26732         Use gnus-error instead of gnus-message.
26733         (spam-log-registration-type): Add function to determine the
26734         classification of a message based on registry entries; will
26735         return nil if both 'spam and 'ham are found.
26736         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26737         a reasonably fast local cache without the loading errors.
26738         (spam-cache-lookups): Set to t by default.
26739         (spam-find-spam): Don't try to guess spam-cache-lookups.
26740         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26741         spam-caches entry.
26742         (spam-filelist-build-cache, spam-filelist-check-cache):
26743         Fix caching of whitelist/blacklist entries.
26744         (spam-check-whitelist, spam-check-blacklist):
26745         Invoke spam-from-listed-p with a type, not a cache variable.
26746         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26747
26748 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26749
26750         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26751
26752         * nnmail.el (nnmail-split-fancy): do.
26753
26754         * mml.el (mml-parse): do.
26755
26756         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26757         (gnus-score-adaptive): do.
26758
26759 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26760
26761         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26762         (gnus-mime-button-map): Don't set keymap parent.
26763         (gnus-button-ctan-directory-regexp): Use shy grouping.
26764         (gnus-prev-page-map): Don't set keymap parent.
26765         (gnus-prev-page-map): Remove duplicated one.
26766         (gnus-next-page-map): Don't set keymap parent.
26767         (gnus-mime-security-button-map): Ditto.
26768
26769         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26770         version number.
26771
26772         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26773
26774 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26775
26776         * canlock.el (canlock-sha1-function): Remove.
26777         (canlock-sha1-function-for-verify): Remove.
26778         (canlock-openssl-program): Remove.
26779         (canlock-openssl-args): Remove.
26780         (canlock-ignore-errors): Remove.
26781         (canlock-sha1-with-openssl): Remove.
26782         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26783         (canlock-verify): Don't use canlock-ignore-errors.
26784
26785         * sha1-el.el (sha1-string-external): Make it can return a string
26786         in binary form.
26787         (sha1-region-external): Ditto.
26788         (sha1-string-internal): Ditto.
26789         (sha1-region-internal): Ditto.
26790         (sha1-region): Ditto.
26791         (sha1-string): Ditto.
26792         (sha1): Ditto.
26793
26794 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26795
26796         * spam.el (spam-report-articles-gmane): New command.
26797
26798 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26799
26800         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26801
26802         * run-at-time.el (run-at-time-saved): Remove.
26803         (run-at-time): Doc fix.
26804
26805 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26806
26807         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26808         (gnus-summary-limit-map): Add it.
26809         (gnus-summary-make-menu-bar): do.
26810
26811 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26812
26813         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26814         Make attempt at some caching support (done for BBDB only now).
26815         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26816         addresses to be checked.
26817         (spam-clear-cache-BBDB): Add function, to be invoked by
26818         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26819         (spam-check-BBDB): Check and use the caches, if
26820         spam-cache-lookups is on, remove superfluous (provide).
26821
26822 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26823
26824         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26825
26826 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26827
26828         * run-at-time.el (run-at-time-saved): Move to after the definition
26829         of `run-at-time'.
26830
26831         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26832
26833 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26834
26835         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26836         mm-w3m-local-map-property.
26837
26838         * mm-view.el (mm-w3m-mode-map): Remove.
26839         (mm-w3m-local-map-property): Remove.
26840         (mm-inline-text-html-render-with-w3m): Don't use
26841         mm-w3m-local-map-property.
26842
26843 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26844
26845         * run-at-time.el: New file.
26846
26847         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26848         under Emacs.
26849
26850         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26851         of gnus-set-text-properties.
26852
26853         * gnus-uu.el (gnus-uu-save-article): Ditto.
26854
26855         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26856
26857         * gnus-cite.el (gnus-cite-parse): Ditto.
26858
26859         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26860         of gnus-.
26861
26862         * gnus-xmas.el (run-at-time): Require run-at-time.
26863
26864         * gnus.el: Change calls to nnheader-run-at-time and
26865         password-run-at-time throughout to use run-at-time directly.
26866
26867         * password.el: Remove definition of run-at-time.
26868
26869         * nnheaderxm.el: Remove definition of run-at-time.
26870
26871 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26872
26873         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26874         in prompt.
26875
26876 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26877
26878         * messagexmas.el (message-xmas-redefine): Alias
26879         `message-make-caesar-translation-table' to
26880         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26881         version.
26882
26883         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26884         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26885         `gnus-xmas-set-text-properties'.
26886         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26887         `gnus-xmas-completing-read'.
26888         (gnus-xmas-completing-read): Removed.
26889         (gnus-xmas-open-network-stream): Removed.
26890
26891         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26892         XEmacs version.
26893
26894         * dns.el (dns-make-network-process): Use `open-network-stream'
26895         instead of `gnus-xmas-open-network-stream'.
26896
26897         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26898
26899         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26900
26901 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26902
26903         * gnus-art.el (gnus-mime-display-alternative)
26904         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26905         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26906         Don't use gnus-local-map-property.
26907
26908         * gnus-util.el (gnus-local-map-property): Remove.
26909
26910         * mm-view.el (mm-view-pkcs7-decrypt):
26911         Replace gnus-completing-read-maybe-default with completing-read.
26912
26913         * gnus-util.el (gnus-completing-read): do.
26914         (gnus-completing-read-maybe-default): Remove.
26915
26916 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26917
26918         * password.el: Only autoload `run-at-time' if not XEmacs.
26919         Only autoload the itimer functions if XEmacs.
26920
26921 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26922
26923         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26924         XEmacsen.
26925
26926         * dgnushack.el: Autoload executable-find for XEmacs.
26927
26928 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26929
26930         * gnus-art.el (gnus-read-string): Remove.
26931         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26932         read-string.
26933
26934 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26935
26936         * netrc.el: Autoload password-read.
26937         (netrc): Add configuration group.
26938         (netrc-encoding-method, netrc-openssl-path):
26939         Add variables for encoding and decoding of files with symmetric
26940         ciphers.
26941         (netrc-encode): Add assistant function to encode a file with
26942         netrc-encoding-method.
26943         (netrc-parse): Add interactive parameter, added optional
26944         decoding if netrc-encoding-method is non-nil but otherwise
26945         behavior is standard.
26946         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26947         Do s/encode/encrypt/ everywhere.
26948
26949         * spam.el: Remove executable-find autoload.
26950
26951 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26952
26953         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26954
26955         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26956
26957 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26958
26959         * gnus-art.el (gnus-treat-ansi-sequences)
26960         (article-treat-ansi-sequences): New variable and function.
26961         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26962
26963         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26964         Use it.
26965
26966 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26967
26968         * mm-util.el (mm-quote-arg): Remove.
26969
26970         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26971         shell-quote-argument.
26972
26973         * gnus-uu.el (gnus-uu-command): do.
26974
26975         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26976
26977         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26978         with make-char.
26979
26980         * mm-util.el (mm-make-char): Remove.
26981
26982         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26983         add-minor-mode.
26984
26985         * gnus-undo.el (gnus-undo-mode): do.
26986
26987         * gnus-topic.el (gnus-topic-mode): do.
26988
26989         * gnus-sum.el (gnus-dead-summary-mode): do.
26990
26991         * gnus-start.el (gnus-slave-mode): do.
26992
26993         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26994
26995         * gnus-ml.el (gnus-mailing-list-mode): do.
26996
26997         * gnus-gl.el (gnus-grouplens-mode): do.
26998
26999         * gnus-draft.el (gnus-draft-mode): do.
27000
27001         * gnus-dired.el (gnus-dired-mode): do.
27002
27003         * gnus-ems.el (gnus-add-minor-mode): 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         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27011         Replace gnus-char-width with char-width.
27012
27013         * gnus-ems.el (gnus-char-width): Remove.
27014
27015         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27016         definition.
27017         Remove Emacs 20 hash table compatibility code.
27018
27019         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27020         20 compatibility code.
27021
27022         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27023
27024         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27025
27026         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27027         Replace with point-at-{eol,bol}.
27028
27029         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27030
27031         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27032
27033         * flow-fill.el (fill-flowed-point-at-bol)
27034         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27035
27036         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27037         Replace with point-at-{eol,bol} throughout all files.
27038
27039 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27040
27041         * ntlm.el (ntlm-string-as-unibyte): New macro.
27042         (ntlm-build-auth-response): Use it.
27043
27044         Remove Emacs 20 stuff:
27045         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27046         (butlast, mapc, remove): Remove the compiler macros.
27047         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27048         of delq and copy-sequence.
27049         * gnus-art.el (popup-menu): Remove the compiler macro.
27050         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27051         Emacs 20.
27052
27053 2004-01-05  Simon Josefsson  <jas@extundo.com>
27054
27055         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27056         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27057         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27058         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27059         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27060         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27061         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27062         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27063         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27064         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27065         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27066         string-xor into ntlm-string-xor.
27067         Suggested by Jesper Harder <harder@myrealbox.com>.
27068
27069         * ntlm.el: Don't include poem.
27070
27071         * md4.el (print-int32, print-string-hexa): Remove.
27072         Suggested by Jesper Harder <harder@myrealbox.com>.
27073
27074         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27075
27076         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27077         probably breaks emacs with DL patch, but do we care? Is anyone
27078         still using the DL stuff?)
27079
27080         * sieve-manage.el: Use the password package.
27081         (sieve-manage-read-passwd): Remove.
27082         (sieve-manage-interactive-login): Use password.  Re-add
27083         condition-case around loop.
27084
27085         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27086         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27087         Use the password package.
27088
27089 2003-02-19  Simon Josefsson  <jas@extundo.com>
27090
27091         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27092         token.
27093
27094 2002-08-07  Simon Josefsson  <jas@extundo.com>
27095
27096         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27097         (sieve-manage-authenticators):
27098         (sieve-manage-authenticator-alist): Add some SASL mechs.
27099         (sieve-sasl-auth): New function.
27100         (sieve-manage-cram-md5-auth):
27101         (sieve-manage-plain-auth): Rewrite using SASL library.
27102         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27103         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27104         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27105         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27106
27107 2004-01-05  Simon Josefsson  <jas@extundo.com>
27108
27109         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27110         New files.
27111
27112 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27113
27114         * gnus-group.el (gnus-no-groups-message): Update.
27115
27116         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27117
27118 2003-11-09  Simon Josefsson  <jas@extundo.com>
27119
27120         * imap.el: Support for ID IMAP extension (RFC 2971).
27121         (imap-local-variables): Add imap-id.
27122         (imap-id): New variable.
27123         (imap-id): New function.
27124         (imap-parse-response): Parse untagged ID response.
27125         * nnimap.el (nnimap-id): New variable.
27126         (nnimap-open-connection): Use it.
27127
27128 2003-12-28  Simon Josefsson  <jas@extundo.com>
27129
27130         * gnus-score.el (gnus-score-edit-all-score): New.
27131         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27132
27133 2004-01-04  Simon Josefsson  <jas@extundo.com>
27134
27135         * password.el: Add.
27136
27137 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27138
27139         * dns.el (dns-query-types): Fix typo.
27140         (dns-query-types): New function.
27141         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27142         PTR and SOA replies, see RFC 1035.
27143
27144 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27145
27146         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27147
27148         * Move to Changelog.2.
27149
27150 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27151
27152         * gnus.el (gnus-version-number): Bump version.
27153
27154 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27155
27156         * gnus.el: No Gnus v0.1 is released.
27157
27158 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27159
27160         * gnus.el: No Gnus v0.0 is released.
27161
27162 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27163
27164         * gnus.el (gnus-version-number): Bump.
27165         (gnus-version): No.
27166
27167 See ChangeLog.2 for earlier changes.
27168
27169   Copyright (C) 2004-2014 Free Software Foundation, Inc.
27170
27171   This file is part of GNU Emacs.
27172
27173   GNU Emacs is free software: you can redistribute it and/or modify
27174   it under the terms of the GNU General Public License as published by
27175   the Free Software Foundation, either version 3 of the License, or
27176   (at your option) any later version.
27177
27178   GNU Emacs is distributed in the hope that it will be useful,
27179   but WITHOUT ANY WARRANTY; without even the implied warranty of
27180   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27181   GNU General Public License for more details.
27182
27183   You should have received a copy of the GNU General Public License
27184   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27185
27186 ;; Local Variables:
27187 ;; coding: utf-8
27188 ;; fill-column: 79
27189 ;; add-log-time-zone-rule: t
27190 ;; End: