e00479b1ec6fbffd40ee7c4eed83ffea466224a3
[gnus] / lisp / ChangeLog
1 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
4         messages with embedded images.
5         (mml-generate-mime): Don't bug out if you don't have libxml.
6
7 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
8
9         * message.el (message-make-html-message-with-image-files): New command.
10
11 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
12
13         * gnus-group.el (gnus-group-make-group): Clarify prompt.
14
15         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
16
17 2014-02-23  David Engster  <deng@randomsample.de>
18
19         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
20         to stay compatible with older Emacsen, so replace `cl-loop' with
21         `loop'.
22
23 2014-02-22  Daniel Colascione  <dancol@dancol.org>
24
25         * auth-source.el (auth-source-secrets-listify-pattern): New function.
26         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
27         instead, build list of patterns.
28
29 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
30
31         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
32         Display header attachment buttons by gnus-article-prepare-display
33         rather than gnus-article-prepare so as to view in mml-preview as well.
34
35 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
36
37         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
38         in `auth-sources' means and link to EPA docs.
39
40 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
41
42         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
43         (bug#12375).
44
45 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
46
47         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
48         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
49
50 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
51
52         * message.el (message-tab): Mention what happens on normal tabs
53         (bug#11297).
54
55 2014-02-08  Glenn Morris  <rgm@gnu.org>
56
57         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
58
59 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
60
61         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
62         buttons that are hidden in unselected alternative part as well.
63         (gnus-mime-display-alternative): Redraw attachment buttons in header.
64
65         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
66
67 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
68
69         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
70         keystroke.
71         (gnus-server-toggle-cloud-server): Only allow clouding applicable
72         types.
73
74         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
75         with an empty string.
76
77 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
78
79         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
80         buffer-local in some buffers, so bind it explicitly in the buffer we're
81         trying to cancel the article in (bug#10808).
82
83 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
84
85         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
86         New functions.
87
88         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
89         New user option.
90         (gnus-mime-buttonize-attachments-in-header): New function.
91         (gnus-article-prepare): Use it.
92         (gnus-mime-inline-part): Suppress extra newline.
93         (gnus-mm-display-part): Save excursion;
94         remove useless deleting and adding of buttons.
95         (gnus-insert-mime-button): Allow insertion in the middle of a line.
96
97         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
98         Add gnus-mime-buttonize-attachments-in-header.
99
100 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
101
102         * nnimap.el (nnimap-request-articles): New command to download several
103         articles at once.
104
105         * gnus.el (gnus-variable-list): Save Cloud variables.
106
107         * gnus-int.el (gnus-request-accept-article): Doc fix.
108
109 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
110
111         * parse-time.el (parse-time-iso8601-regexp)
112         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
113         it more generally.
114
115 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
116
117         * gnus-cloud.el: New file to provide the Emacs Cloud.
118
119         * dgnushack.el: Silence XEmacs w3 warning.
120
121         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
122         `url-retrieve-synchronously', apparently.
123
124         * dgnushack.el: Silence XEmacs dns.el warning.
125
126         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
127         instead of in all files.
128
129         * dns.el (network-interface-list): Define for XEmacs.
130
131         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
132         XEmacs.
133
134         * nnrss.el (libxml-parse-html-region): Silence compilation error.
135
136 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
137
138         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
139         `gnus-group-split-fancy'.
140
141 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
142
143         * message.el (message-remove-header): Doc fix.
144         (message-forward-included-headers): New variable.
145         (message-remove-ignored-headers): Use it.
146
147 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
148
149         * nnir.el (nnir-request-update-mark): Don't try to update the source
150         group if we can't find it (bug#16611).
151
152 2014-01-31  Dave Abrahams  <dave@boostpro.com>
153
154         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
155
156 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
157
158         * dns.el (dns-servers-up-to-date-p): New function to see whether the
159         network interfaces changed.
160         (dns-query): Use it to flush the data.
161
162 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
163
164         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
165         from random face commands.
166         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
167         Face.
168         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
169         (gnus--random-face-with-type): Generic function returning a face-type
170         as a string.
171         (gnus--insert-random-face-with-type): Generic function inserting a face
172         in a message buffer header.
173         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
174         (gnus-insert-random-x-face-header): Rewritten to use
175         `gnus--insert-random-face-with-type`.
176         (gnus-random-face): Return random (png) Face as string.
177         (nus-insert-random-face-header): Insert random (png) Face in a message
178         buffer.
179
180 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
181
182         * mm-url.el: Remove all usage of w3.
183
184         * nnrss.el: Ditto.
185
186         * mm-decode.el: Ditto.
187
188         * mm-view.el: Ditto.
189
190         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
191         outdated and all Emacsen have url.el built-in.
192
193         * gnus-setup.el: Remove outdated file.
194
195 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
196
197         * gnus.el: Ma Gnus v0.9 is released.
198
199 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
200
201         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
202
203 2014-01-31  Dave Abrahams  <dave@boostpro.com>
204
205         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
206         in the summary buffer (bug#13769).
207
208 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
209
210         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
211         name if we're using a single article buffer.  Otherwise, it may point
212         to a killed buffer (bug#13756).
213
214 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
215
216         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
217         the match data, just save and restore it explictly (bug#12375).
218
219         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
220         that's needed.
221
222         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
223         the code once (bug#9069).
224
225 2014-01-18  Steinar Bang  <sb@dod.no>
226
227         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
228         reading.
229
230 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
231
232         * message.el (message-bury): Call bury-buffer with no argument
233         in the message-return-action case too.
234
235 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
236
237         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
238         (nnimap-split-fancy, nnimap-split-methods): Declare.
239
240         * mm-util.el (help-function-arglist): Declare.
241
242 2013-12-28  Glenn Morris  <rgm@gnu.org>
243
244         * gnus-sieve.el (gnus-sieve-select-method):
245         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
246         (gravatar-rating, gravatar-size):
247         * message.el (message-minibuffer-local-map):
248         * sieve-manage.el (sieve-manage-authenticators)
249         (sieve-manage-authenticator-alist): Specify custom types.
250
251         * hashcash.el (hashcash-program): Rename from hashcash-path.
252         Update callers.
253
254         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
255         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
256         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
257
258         * auth-source.el (auth-sources):
259         * nnmairix.el (nnmairix-propagate-marks-upon-close):
260         Fix custom types.
261
262         * tls.el (tls-certtool-program): Fix default value.
263
264 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
265
266         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
267         we get proper traces there, too.
268
269 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
270
271         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
272         value of the parameters if the current article has a Reply-To or From
273         field.
274
275 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
276
277         * gnus.el (gnus-group-buffer): Remove duplicate definition.
278
279 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
280
281         * gnus-sum.el (gnus-summary-exit): Stop animations.
282
283 2013-12-19  Juri Linkov  <juri@jurta.org>
284
285         * gnus.el (gnus-suppress-keymap):
286         * gnus-art.el (gnus-article-mode-map):
287         * gnus-group.el (gnus-group-mode-map):
288         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
289         Remove [backspace] key binding because it shadows DEL (bug#16035).
290
291         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
292
293 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
294
295         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
296         Make sure work directory exists.
297         (gnus-uu-digest-mail-forward): Store temporary files in work directory
298         rather than tmp directory.
299         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
300         not necessarily always run, with it.
301
302 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
303
304         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
305         value of gnus-icalendar-additional-identities work without restart.
306
307 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
308
309         * mm-util.el (mm-make-temp-file):
310         Alias to make-temp-file for modern Emacsen.
311
312 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
313
314         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
315         nnir-article-number and nnir-article-group.
316
317 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
318
319         * message.el (message-send-mail-with-sendmail):
320         Don't kill error buffer if sending fails.
321
322 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
323
324         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
325         (gnus-icalendar-event->org-entry)
326         (gnus-icalendar--update-org-event)
327         (gnus-icalendar-event->gnus-calendar): Distinguish between
328         required/optional/non-participant attendee status.  Fix bug causing
329         the first required event participant to be omitted.
330
331 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
332
333         * gnus-art.el (article-de-quoted-unreadable)
334         (article-de-base64-unreadable, gnus-mime-copy-part)
335         * gnus-html.el (gnus-article-html)
336         * mm-view.el (mm-inline-text-html-render-with-w3)
337         (mm-inline-text-html-render-with-w3m-standalone)
338         * rfc2231.el (rfc2231-decode-encoded-string):
339         Allow overriding charset by mm-charset-override-alist.
340
341         * gnus-art.el (gnus-article-browse-html-parts):
342         Replace LWSPs with `&nbsp;'s in header.
343
344         Work for broken Chinese articles.
345
346         * gnus-art.el (gnus-article-browse-html-save-cid-content):
347         Exclude broken handles that gnus-summary-enter-digest-group may create.
348         (gnus-article-browse-html-parts):
349         Allow overriding charset by mm-charset-override-alist.
350
351 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
352
353         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
354         (gnus-icalendar-identities): Support additional-identities.
355
356 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
357
358         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
359         org-timestamp for events ending at midnight.
360
361 2013-11-21  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
362
363         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
364         .log files.
365
366 2013-11-20  David Engster  <deng@randomsample.de>
367
368         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
369
370 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
371
372         * message.el (message-beginning-of-line):
373         Use beginning-of-visual-line when visual-line-mode is turned on.
374
375 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
376
377         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
378         (gnus-icalendar-event-from-ical)
379         (gnus-icalendar-event->org-entry)
380         (gnus-icalendar--update-org-event): Required/optional participation,
381         list of attendees synced to org.
382
383 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
384
385         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
386         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
387         cancellations to be synced to org if the original appt has an org
388         outline.
389
390 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
391
392         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
393         (gnus-icalendar-event->org-entry)
394         (gnus-icalendar--update-org-event)
395         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
396
397 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
398
399         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
400         Fix timezone handling in gnus-icalendar export to org.
401
402 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
403
404         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
405
406 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
407
408         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
409
410 2013-10-30  Glenn Morris  <rgm@gnu.org>
411
412         * gnus-group.el (gnus-group-browse-foreign-server):
413         * gnus-int.el (gnus-start-news-server):
414         Silence compiler obsolescence warning.
415
416 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
417
418         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
419         `nnoo-current-server' first, then for the actual `nnimap-address' to
420         allow netrc entries for the nnoo server to coexist with netrc entries
421         for the `nnimap-address'.
422
423 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
424
425         * mm-decode.el (mm-dissect-buffer): Revert last change.
426         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
427         The problem that motivated those changes was attributed to a broken
428         mail sender, and has been fixed.
429
430 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
431
432         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
433         token is missing in the Content-Type header.
434
435         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
436
437 2013-09-18  Glenn Morris  <rgm@gnu.org>
438
439         * gnus-util.el (image-size): Declare.
440
441 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
442
443         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
444         (gnus-icalendar-event-from-ical)
445         (gnus-icalendar-event--build-reply-event-body)
446         (gnus-icalendar-event-reply-from-buffer)
447         (gnus-icalendar-find-org-event-file)
448         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
449         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
450
451         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
452
453 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
454
455         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
456         Use save-current-buffer.
457         (gnus-tree-mode-map): Initialize in the declaration.
458         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
459         (scroll-in-place): Defvar it.
460         (gnus-tmp-*): Defvar them.
461         (gnus-get-tree-buffer): Use derived-mode-p.
462         (gnus--let-eval): New macro.
463         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
464         non-prefixed variables.
465         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
466
467         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
468         vars since it doesn't seem to be available.
469         (gnus-set-global-variables, gnus-summary-read-group-1)
470         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
471         (gnus-summary-display-article, gnus-summary-select-article)
472         (gnus-summary-next-article, gnus-offer-save-summaries)
473         (gnus-summary-generic-mark): Use derived-mode-p.
474         (gnus-summary-read-group-1, gnus-summary-exit)
475         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
476         Adjust calls to gnus-tree-close and gnus-tree-open.
477
478         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
479
480         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
481         (gnus-agent-mode): Use derived-mode-p.
482         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
483         gnus-command-method and *-command-method to nil, but bind
484         gnus-command-method to *-command-method instead!
485         (gnus-agent-fetch-articles): Remove unused var `id'.
486         (gnus-agent-fetch-headers): Remove unused arg `force'.
487         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
488         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
489         (gnus-agent-short-article, gnus-agent-long-article)
490         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
491         first use.
492         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
493         `score-param'.
494         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
495         (gnus-get-predicate): Push in front of the cache, rather than end.
496         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
497         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
498         (gnus-agent-expire-unagentized-dirs): Don't rebind
499         gnus-agent-expire-current-dirs since the defvar silences the warning.
500         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
501         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
502         (gnus-agent-regenerate): Simplify interactive spec and doc.
503
504 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
505
506         * gnus-int.el (gnus-open-server): Silence compiler.
507
508         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
509
510         * message.el (message-display-completion-list): Abolish.
511         (message-completion-in-region): Use display-completion-list.
512
513 2013-09-17  Glenn Morris  <rgm@gnu.org>
514
515         * gnus-util.el (gnus-message-with-timestamp-1):
516         Use `messages-buffer' function if available.  Ignore read-only.
517
518 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
519
520         * message.el (message-expand-group, message-completion-in-region):
521         Correct the order of start and end of a region.
522
523 2013-09-13  Glenn Morris  <rgm@gnu.org>
524
525         * mml2015.el (gnus-create-image): Autoload it.
526
527         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
528
529         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
530         (image-size): Declare.
531
532 2013-09-12  Glenn Morris  <rgm@gnu.org>
533
534         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
535         Avoid using `find', which i) might not be defined at runtime;
536         ii) does not work, since its default test is eql, not equal.
537         (gnus-mime-action-alist): Declare.
538
539 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
540
541         * score-mode.el (gnus-score-mode-map): Move initialization
542         into declaration.
543         (gnus-score-mode): Use define-derived-mode.
544         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
545         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
546         into declaration.
547         (gnus-kill-file-mode): Use define-derived-mode.
548         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
549         Use derived-mode-p.
550         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
551         (gnus-group-setup-buffer, gnus-group-name-at-point)
552         (gnus-group-make-web-group, gnus-group-enter-directory)
553         (gnus-group-suspend): Use derived-mode-p.
554         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
555         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
556         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
557         (gnus-article-setup-buffer, gnus-article-prepare)
558         (gnus-article-prepare-display, gnus-sticky-article)
559         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
560         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
561         (gnus-article-read-summary-keys): Use derived-mode-p.
562
563 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
564
565         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
566
567 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
568
569         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
570         shift_jis from the default value set for Japanese users.
571
572 2013-08-13  Glenn Morris  <rgm@gnu.org>
573
574         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
575
576         * gnus.el (gnus-valid-select-methods): Fix type.
577
578         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
579
580 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
581
582         * mm-decode.el (mm-display-external): Run a timer for the temp files
583         deletion after a viewer exits; add a deletion timer for the needsterm
584         case, too.
585
586         * mm-decode.el (mm-display-external): Try to delete temporary files by
587         using a 1-min. timer.
588
589 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
590
591         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
592         New internal variables.
593         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
594         (mm-display-external): Use it to delete temporary files instead of
595         using timers.
596
597 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
598
599         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
600
601 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
602
603         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
604         with cond for backwards compatability.
605
606 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
607
608         * mm-decode.el (mm-display-external): Bind process-connection-type to
609         nil; don't delete a temp file immediately even if a viewer finishes,
610         since it may be a shell script, like xdg-open, that launches a real
611         viewer program belatedly.
612
613 2013-08-05  Dave Abrahams  <dave@boostpro.com>
614
615         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
616         that we can create nndoc groups that excerpt other groups.
617
618 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
619
620         * gnus-delay.el (gnus-delay-article): Fix typo.
621
622         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
623         articles.
624
625         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
626         we can get spell-checking etc.
627
628 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
629
630         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
631         a single one used for encoding the whole text in a header.
632
633 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
634
635         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
636         doesn't work properly on XEmacs.
637
638 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
639
640         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
641         before sending.
642
643         * dgnushack.el (dgnushack-compile): Add a temporary check for
644         gnus-icalendar.
645
646         * mm-decode.el (mm-command-output): New face.
647         (mm-display-external): Use it.
648
649 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
650
651         * nnmbox.el (nnmbox-request-article): Don't change point.
652
653 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
654
655         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
656         Include `handle' parameter.
657
658 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
659
660         * gnus-icalendar.el: New file.
661
662 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
663
664         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
665
666         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
667         dummy roots, too.
668
669 2013-08-01  David Edmondson  <dme@dme.org>
670
671         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
672         out on ttys.
673
674 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
675
676         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
677         not empty.
678
679         * nnrss.el (nnrss-discover-feed): Indent.
680
681 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
682
683         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
684
685 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
686
687         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
688         dirty to ensure nnimap data being saved.
689
690 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
691
692         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
693         menu entry.
694
695         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
696         the current thread's total score instead of the current article's
697         score.
698
699         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
700         (gnus-sort-threads-recursively): Delete defcustom.
701         (gnus-sort-threads-recursive): Adapt accordingly.
702
703 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
704
705         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
706         (gnus-sort-threads-recursive): Use it.
707         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
708         again.  Now that determines how to sort subthreads.
709
710 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
711
712         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
713         (gnus-sort-threads): Use it.
714
715 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
716
717         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
718         punctuation characters follow parentheses (bug#14950).
719
720 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
721
722         * gnus.el (gnus-continuum-version):
723         * gnus-msg.el (gnus-extended-version): Simplify.
724
725         * gnus.el (gnus-continuum-version-1): Remove.
726         * gnus-msg.el (gnus-bug): Revert.
727
728         Calculate gnus-version correctly on Cygwin.
729
730         * gnus.el (gnus-continuum-version): Do main calculations in integers.
731         (gnus-continuum-version-1): New function, return a string.
732
733         * gnus-msg.el (gnus-extended-version, gnus-bug):
734         Use gnus-continuum-version-1 instead of gnus-continuum-version.
735
736 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
737
738         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
739         (bug#13384).
740
741 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
742
743         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
744         that were only relevant in a development version a long time ago.
745
746 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
747
748         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
749         that the old Emacs 24s bundle.
750
751 2013-07-10  David Engster  <deng@randomsample.de>
752
753         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
754         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
755         fixes a bug in Emacs trunk where the 'unexist' marks were always
756         removed at startup because "Gnus v5.13" was considered smaller than "Ma
757         Gnus v0.03".
758
759 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
760
761         * gnus.el (gnus-summary-line-format): Reference
762         `gnus-user-date-format-alist' for the &user-date; format, not
763         `gnus-summary-user-date-format-alist'.
764
765 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
766
767         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
768         delete files (bug#13481).
769
770 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
771
772         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
773
774 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
775
776         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
777         display images.
778
779         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
780
781         * message.el (message-cancel-news): According to
782         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
783         preferred over "cmsg cancel" in the Subject.
784
785         * nnir.el (nnir-engines): Note that the group specs are regexps
786         (bug#13238).
787
788         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
789         gotten read-only text properties, ensure that those aren't heeded when
790         copying stuff over (bug#13434).
791
792         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
793         (bug#13762).
794
795 2013-07-05  David Kastrup  <dak@gnu.org>
796
797         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
798         authinfo file again (important for blank passwords).  This had been
799         broken with 2013-06-15 change.
800
801 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
802
803         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
804         Revert 2013-01-14 change.
805
806 2013-07-02  Daiki Ueno  <ueno@gnu.org>
807
808         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
809         of 'create-image' for XEmacs compatibility; check errors when decoding
810         image.  Reported by Uwe Brauer.
811
812 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
813
814         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
815         gnus-button-push revised at 2011-01-19.
816
817 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
818
819         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
820         now live in the lisp/net Emacs 24 repository.
821
822 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
823
824         * eww.el (eww-update-header-line-format): Quote % characters.
825
826 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
827
828         * eww.el (eww-process-text-input): Display passwords as asterisks.
829
830         * shr.el (shr-make-table-1): Protect against invalid column-spans.
831
832 2013-06-19  Tom Tromey  <tromey@redhat.com>
833
834         * eww.el (eww-top-url): Remove.
835         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
836         (eww-render): Set new variables.  Don't set eww-top-url.
837         (eww-handle-link): Handle "prev", "home", and "contents".
838         Downcase the rel text.
839         (eww-top-url): Choose best top URL.
840
841 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
842
843         * eww.el: Rewrite to implement form elements "by hand" instead of
844         relying in widget.el.  Using widget.el leads to too many
845         user interface inconsistencies.
846         (eww-self-insert): Implement entering commands in text fields.
847         (eww-process-text-input): New function to make text input field editing
848         work.
849         (eww-submit): Rewrite to use the new-style form methods.
850         (eww-select-display): Display the correct selected item.
851         (eww-change-select): Implement changing the select value.
852         (eww-toggle-checkbox): Implement radio/checkboxes.
853         (eww-update-field): Fix compilation error.
854         (eww-tag-textarea): Implement <textarea>.
855
856         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
857         don't shadow mode-specific bindings.
858
859         * eww.el (eww-browse-url): Don't push stuff onto history if there's
860         nothing to push.
861
862         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
863
864 2013-06-19  Glenn Morris  <rgm@gnu.org>
865
866         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
867
868 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
869
870         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
871
872 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
873
874         * shr.el (shr-make-table-1): Implement <td rowspan>.
875         (shr-table-horizontal-line): Allow nil as a value, and change the
876         default.
877         (shr-insert-table-ruler): Respect the nil value.
878
879 2013-06-18  Tom Tromey  <tromey@barimba>
880
881         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
882         New defvars.
883         (eww-open-file): New defun.
884         (eww-render): Initialize new variables.
885         (eww-display-html): Handle "link" and "a".
886         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
887         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
888         (eww-back-url): Rename from eww-previous-url.
889         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
890         defuns.
891
892 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
893
894         * shr.el (shr-tag-table): Insert the images after the table, so that
895         they're not covered by the table colourisation, which often looked
896         awkward.
897         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
898         <dd>.
899         (shr-make-table-1): Implement <td colspan=> support.
900         (shr-insert-document): Use one less than window width if `shr-width' is
901         nil, since otherwise things may get one character too wide.
902
903 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
904
905         * eww.el (eww-detect-charset): Improve regexp; move backward.
906
907 2013-06-18  Glenn Morris  <rgm@gnu.org>
908
909         * mm-decode.el (widget-convert-button): Autoload.
910
911         * sieve-manage.el (mm-enable-multibyte): Autoload.
912
913         * shr.el (libxml-parse-html-region): Declare.
914         (shr-render-buffer): Explicit error if no libxml2 support.
915
916 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
917
918         * auth-source.el (auth-source-current-line): New function.
919         (auth-source-netrc-parse-entries): When a data token is "machine",
920         assume we're in the wrong place and abort parsing the current line.
921
922 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
923
924         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
925         (eww-convert-widgets): Don't bug out if the first widget starts at the
926         beginning of the buffer.
927         (eww-convert-widgets): Fix last patch.
928         (eww-tag-input): Support <input type=image>.
929
930         * shr.el (shr-insert-table): Respect border-collapse: collapse.
931         (shr-tag-base): Protect against base specs that are degenerate.
932         (shr-ensure-paragraph): Don't delete empty lines that have text
933         properties, because these may be input fields.
934
935         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
936         we can navigate to them.
937
938         * shr.el (shr-colorize-region): Put the colours over the entire region.
939         (shr-inhibit-decoration): New variable.
940         (shr-add-font): Use it to inhibit text property decorations while doing
941         preliminary table renderings.  This speeds up typical Wikipedia page
942         renderings by 15%.
943         (shr-tag-span): Don't respect the <title>, because that overwrites the
944         help-echo from links inside the spans.
945         (shr-next-link): Use `help-echo' for navigation, so that we can
946         navigate to form elements, too.
947
948         * eww.el (eww-button): New face.
949         (eww-convert-widgets): Use it to make submit buttons more button-like.
950
951         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
952         that Gnus commands work.
953
954         * shr.el (shr-render-td): Support horizontal alignment.
955
956         * eww.el (eww-put-color): Removed.
957         (eww-colorize-region): Use `add-face-text-property'.
958
959         * shr.el (shr-add-font): Append face data, so that we get the correct
960         precedence: The innermost value (which is applied first) wins.
961         (shr-make-overlay): Obsolete function.
962
963         * mm-decode.el (mm-convert-shr-links): New function to convert
964         new-style shr URL links into widgets.
965         (mm-shr): Use it.
966
967         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
968         widget commands, since we're no longer using widgets for links.
969
970         * shr.el (shr-next-link): New command.
971         (shr-previous-link): New command.
972         (shr-urlify): Don't use `widget-convert', because that's slow.
973         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
974         because collecting the overlays and reapplying them when generating
975         tables is slow.
976         (shr-insert-table): Ditto.
977
978 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
979
980         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
981         * shr.el (browse-url): Require `url'.
982         * eww.el (url): Require format-spec.
983
984 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
985
986         * eww.el (eww-display-html): Default to using the entire window width.
987         (eww-browse-url): Don't add a User-Agent header (twice), because that
988         makes Bing refuse connection.
989
990         * shr.el (shr-make-table): Cache the table rendering at the table
991         level, and not the <td> level.  This is a bit faster.
992
993         * eww.el (eww-render): Go to the correct ID when given URLs ending with
994         #id.
995
996         * shr.el (shr-tag-li): Don't require a new paragraph, since other
997         browsers don't.
998         (shr-expand-url): Respect #anchor links.
999         (shr-parse-base): Chop off the anchor before using.
1000         (shr-descend): Respect display: none.
1001         (shr-descend): Allow marking elements that have certain IDs.
1002
1003         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1004
1005         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1006
1007         * eww.el (eww-tag-textarea): Support <textarea>.
1008
1009 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1010
1011         * shr.el (shr-dom-to-xml): Fixed function call.
1012
1013         * eww.el (eww): New group.
1014         (eww-header-line-format): New custom variable.
1015         (eww-current-title): New variable.
1016         (eww-display-html): Update header and handle title tag.
1017         (eww-update-header-line-format): New function.
1018         (eww-tag-title): New function.
1019
1020         * shr.el (shr-dom-to-xml): New function.
1021         (shr-tag-svg): Add support for the SVG tag.
1022         (shr-bullet): New custom variable.
1023         (shr-tag-li): Support custom bullet in unordered lists.
1024
1025 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1026
1027         * shr.el (shr-expand-url): Respect // URLs.
1028
1029         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1030         put a background colour onto the entire buffer.
1031         (eww-render): When being redirected, use the redirect URL as the new
1032         base URL.
1033
1034         * shr.el (shr-parse-base): Fix parsing error.
1035
1036         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1037
1038         * shr.el (shr-parse-base): New function.
1039         (shr-expand-url): Use it to expand relative URLs reliably.
1040
1041 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1042
1043         * auth-source.el (auth-source-search-collection): Fix docstring.
1044         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1045         single-quoted strings and multiline entries.
1046         (auth-source-netrc-parse-next-interesting)
1047         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1048         functions to support parser.
1049
1050 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1051
1052         * eww.el (eww-submit): Get submit button logic right when hitting RET
1053         on non-submit buttons.
1054
1055         * shr.el: Remove shr-preliminary-table-render, since that can't really
1056         be used for anything in practice.
1057
1058 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1059
1060         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1061         (sieve-manage-quit).
1062
1063 2013-06-14  Glenn Morris  <rgm@gnu.org>
1064
1065         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1066
1067 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1068
1069         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1070         control the maximum size of photo ID image.
1071         (mml2015-epg-key-image-to-string): Respect it.
1072
1073 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074
1075         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1076         instead of the final one so that we can more easily distinguish them.
1077
1078         * eww.el (eww-submit): Compute the submission URL correctly.
1079
1080 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1081
1082         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1083         Use plist-get rather than CL's getf.
1084         (sieve-manage-parse-capability): Avoid CL's remove-if.
1085
1086 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1087
1088         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1089         (sieve-manage-quit).
1090
1091 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1092
1093         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1094         last slash.
1095
1096         * eww.el (eww-tag-select): Use the first value as the default value.
1097
1098 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1099
1100         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1101         (eww-mode): Use `define-derived-mode'.
1102         (eww-parse-headers): Parse headers from beginning of buffer so that
1103         file:// links work.
1104
1105 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1106
1107         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1108
1109 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1110
1111         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1112         to handle them at all.
1113
1114 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1115
1116         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1117         work, too.
1118         (eww-tag-select): Implement <select>.
1119
1120 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1121
1122         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1123         stream managing functions by using open-protocol-stream to do most of
1124         the work.  Has the nice benefit of enabling STARTTLS.
1125         Wait for capabilities after STARTTLS: following RFC5804, the server
1126         sends new capabilities after successfully establishing a TLS connection
1127         with the client.  The client should update the cached list of
1128         capabilities, but we just ignore the answer for now.
1129         (sieve-manage-network-p, sieve-manage-network-open)
1130         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1131         (sieve-manage-forward, sieve-manage-streams)
1132         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1133         API, nor called by any other function.
1134         Enable Multibyte for SieveManage buffers: The parser won't properly
1135         handle umlauts and line endings unless multibyte is turned on in the
1136         process buffer.
1137
1138 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1139
1140         * eww.el (eww-tag-input): Support password fields.
1141         (eww-submit): Support POST.
1142
1143 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1144
1145         * eww.el (eww-tag-form): Protect against degenerate forms.
1146
1147         * shr.el (shr-expand-url): Expand URLs that start with a slash
1148         correctly.
1149
1150         * eww.el (eww-submit): Get submit button logic right.
1151
1152         * shr.el (shr-final-table-render): New variable to signal when we're
1153         doing the final table rendering so that we can collect more data at
1154         that point.
1155
1156         * eww.el (eww-submit): Make form submission work.
1157         (eww-tag-input): Implement submit buttons.
1158         (eww-click-radio): Implement radio and checkboxes.
1159         (eww-submit): Handle hidden elements.
1160
1161         * shr.el (shr-descend): Allow other packages to override (or provide)
1162         rendering of elements.
1163         (shr-expand-url): Strip query strings from URLs before expanding them.
1164
1165         * eww.el: Don't require cl-lib.
1166         (eww-tag-form): Start form support.
1167
1168         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1169
1170         * eww.el: Start writing a new, tiny web browser.
1171         (eww-previous-url): New command.
1172         (eww-quit): New command.
1173
1174 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1175
1176         * sieve.el: Put point at beginning of buffer when viewing a script.
1177         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1178         number in sieve-buffer's header.  Fixed code to also work with a string
1179         as port specifier.  Properly close the connection on pressing 'q'.  Make
1180         sieve-manage-quit close the connection and process buffer.  Also, remove
1181         duplicate keybinding for 'q'.
1182
1183 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1184
1185         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1186         make it easier to read.
1187         (mm-pkcs7-enveloped-magic): Ditto.
1188
1189 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1190
1191         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1192         before `image-type-available-p' to avoid loading the image libraries
1193         needlessly.
1194
1195 2013-06-05  David Engster  <deng@randomsample.de>
1196
1197         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1198         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1199         to see whether the group was synced before.
1200
1201 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1202
1203         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1204         when opening the connection.
1205         Suggested by João Távora <joaotavora@gmail.com> in
1206         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1207
1208 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1211         assume Date header begins with "Date", that may be customized into
1212         something like "X-Sent" using gnus-article-time-format.
1213         (article-transform-date): Allow multi-line Date header.
1214
1215 2013-06-02  David Engster  <deng@randomsample.de>
1216
1217         * registry.el (initialize-instance, registry-lookup)
1218         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1219         (registry-lookup-secondary-value, registry-search, registry-delete)
1220         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1221         not wrap methods in `eval-and-compile'.  This breaks due to latest
1222         changes in EIEIO (introduction of eieio-core.el).
1223
1224 2013-05-30  Glenn Morris  <rgm@gnu.org>
1225
1226         * nnmail.el (nnmail-fancy-expiry-target):
1227         Also bind mail-dont-reply-to-names.
1228
1229         * spam-stat.el (spam-stat-save):
1230         No need to tweak font-lock in temp buffers.
1231
1232         * shr.el (shr-put-image): Silence compiler.
1233
1234 2013-05-29  Glenn Morris  <rgm@gnu.org>
1235
1236         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1237
1238         * gnus-group.el (gnus-sequence-of-unread-articles)
1239         (gnus-summary-add-mark, gnus-mark-article-as-read)
1240         (gnus-group-make-articles-read): Declare.
1241
1242         * gnus-sum.el (gnus-parameter-list-identifier)
1243         (gnus-article-stop-animations, gnus-stop-downloads)
1244         (gnus-article-only-boring-p, article-goto-body)
1245         (gnus-flush-original-article-buffer, article-narrow-to-head)
1246         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1247         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1248
1249         * gnus.el: No need to eval-and-compile autoloads.
1250
1251         * gravatar.el (help-function-arglist): Autoload.
1252
1253         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1254
1255         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1256
1257         * spam.el: No need to load spam-report when compiling.
1258         No need to eval-and-compile autoloads.
1259         (spam-report-resend-to): Declare.
1260         (spam-report-resend-register-routine): Require 'spam-report.
1261
1262 2013-05-24  Julien Danjou  <julien@danjou.info>
1263
1264         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1265         setup.
1266
1267 2013-05-23  Glenn Morris  <rgm@gnu.org>
1268
1269         * gnus-util.el (rmail-swap-buffers-maybe)
1270         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1271         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1272         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1273
1274         * mm-decode.el: No need to load term when compiling.
1275         (term-mode, term-char-mode): Declare.
1276
1277         * mm-util.el: No need to load jka-compr when compiling.
1278         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1279
1280         * nnmaildir.el: Require is automatically eval-and-compile.
1281         (nnmail): Require at run-time too.
1282
1283         * registry.el (registry-size): Move definition before use.
1284
1285 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1286
1287         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1288         signed data to conform the standard.  (Bug#14232)
1289
1290 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1291
1292         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1293         double angle quotation mark.
1294
1295 2013-05-20  Glenn Morris  <rgm@gnu.org>
1296
1297         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1298
1299 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1300
1301         * message.el (message-insert-formatted-citation-line): handle finding
1302         first/lastname when more than 2 names appear.
1303
1304 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1305
1306         * shr.el (shr-tag-span): New function.
1307
1308 2013-05-18  Glenn Morris  <rgm@gnu.org>
1309
1310         * message.el (message-mode): Use message-mode-abbrev-table,
1311         with text-mode-abbrev-table as parent.  (Bug#14413)
1312
1313 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1314
1315         * message.el (message-expand-group): Decode group names.
1316
1317 2013-05-16  Julien Danjou  <julien@danjou.info>
1318
1319         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1320         app-icon.
1321
1322 2013-05-15  Glenn Morris  <rgm@gnu.org>
1323
1324         * shr-color.el (shr-color-visible-luminance-min)
1325         (shr-color-visible-distance-min): Use shr-color group.
1326
1327 2013-05-11  Glenn Morris  <rgm@gnu.org>
1328
1329         * gnus-vm.el: Make it loadable without VM.
1330         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1331         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1332
1333 2013-05-09  Glenn Morris  <rgm@gnu.org>
1334
1335         * mml1991.el: Make it loadable.  (Bug#13456)
1336
1337         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1338         * gnus-async.el (gnus-async-post-fetch-function):
1339         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1340         * gnus-html.el (gnus-html-image-cache-ttl):
1341         * gnus-notifications.el (gnus-notifications-timeout):
1342         * gnus-picon.el (gnus-picon-properties):
1343         * gnus-util.el (gnus-completion-styles):
1344         * gnus.el (gnus-other-frame-resume-function):
1345         * message.el (message-user-organization-file)
1346         (message-cite-reply-position):
1347         * nnir.el (nnir-summary-line-format)
1348         (nnir-retrieve-headers-override-function):
1349         * shr-color.el (shr-color-visible-luminance-min):
1350         * shr.el (shr-blocked-images):
1351         * spam-report.el (spam-report-resend-to):
1352         * spam.el (spam-summary-exit-behavior): Fix custom types.
1353
1354         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1355
1356 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1357
1358         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1359         because of let-binding help-xref-following.  (Bug#14356)
1360
1361 2013-05-06  Glenn Morris  <rgm@gnu.org>
1362
1363         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1364
1365 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1366
1367         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1368         entering into the registry.
1369
1370 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1371
1372         * gnus.el: Ma Gnus v0.7 is released.
1373
1374 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1375
1376         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1377         (Bug#14304)
1378
1379 2013-04-27  Glenn Morris  <rgm@gnu.org>
1380
1381         * gnus.el (gnus-list-debbugs):
1382         Use require rather than autoload.  (Bug#14262)
1383
1384 2013-04-27  Julien Danjou  <julien@danjou.info>
1385
1386         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1387         port to "sieve" now that it has an official IANA port assigned.
1388
1389 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1390
1391         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1392         Don't set the MAILHOST environment variable permanently (Bug#14271).
1393
1394 2013-04-26  Glenn Morris  <rgm@gnu.org>
1395
1396         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1397
1398 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1399
1400         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1401         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
1402
1403 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1404
1405         * nnir.el (nnir-close-group): Make sure we are in the right group.
1406
1407         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1408         dependency table from all newly retrieved headers.
1409
1410 2013-04-16  David Edmondson  <dme@dme.org>
1411
1412         Support <img src="data:...">.
1413
1414         * shr.el (shr-image-from-data): New function.
1415         (shr-tag-img): Use it.
1416
1417 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1418
1419         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1420         group.
1421
1422 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1423
1424         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1425         corresponding to any existing group (Bug#14166).
1426
1427 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1428
1429         * nnir.el (number-sequence): No longer used.
1430         (nnir-request-set-mark): New function.
1431         (nnir-request-update-info): Improve marks updating.
1432         (nnir-request-scan): Don't duplicate marks updating.
1433         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1434         Use 'assq rather than 'assoc.  Quote anonymous function.
1435         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1436         Use 'gnus-group-prefixed-p.
1437         (gnus-summary-create-nnir-group): Make sure server for method is open.
1438
1439 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1440
1441         * nnir.el (gnus-nnir-group-p): New function.
1442         (nnir-possibly-change-group): Use it.
1443
1444         * gnus-msg.el (gnus-setup-message): Use it.
1445
1446 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1447
1448         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1449         `initial-input' for the argument name.
1450         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1451
1452 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1453
1454         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1455         (used by MH-E).
1456
1457 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1458
1459         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1460         group.
1461
1462         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1463         fix compilation.
1464
1465 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1466
1467         * nnir.el (nnir-method-default-engines): And another typo.
1468
1469 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1470
1471         * nnir.el (nnir-method-default-engines): Fix typo.
1472
1473 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1474
1475         * nnir.el: Define 'number-sequence for xemacs.
1476         (gnus-summary-create-nnir-group): New function to create an nnir group
1477         from an nnir summary buffer based on the current query.
1478         (nnir-request-create-group): Update to allow nnir group creation based
1479         on the current query.
1480
1481 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1482
1483         * nndraft.el (nndraft-request-expire-articles):
1484         Make expiry target always `delete'.
1485
1486 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1487
1488         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1489         buffer use the posting-style and gcc of the original article group.
1490         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1491
1492         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1493         after other deffoos.
1494
1495 2013-03-25  Andrew Cohen  <cohen@bu.edu>
1496
1497         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1498         management.  Marks are now shown in nnir summary buffers.  Rudimentary
1499         support for real (i.e. not ephemeral) nnir groups.
1500         (gnus-summary-make-nnir-group): New function for initiating searches
1501         from a summary buffer.
1502
1503 2013-03-18  Sam Steingold  <sds@gnu.org>
1504
1505         * message.el (message-bury): Minor cleanup.
1506
1507 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1508
1509         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
1510
1511 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1512
1513         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1514         nnml-request-list.  (Bug#13873)
1515         (nndir-request-newsgroups): Remove, unused.
1516
1517         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1518
1519 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1520
1521         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
1522         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
1523         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
1524
1525 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1526
1527         * shr.el: Make all the overlays set the `evaporate' property so that
1528         they're removed properly.
1529
1530 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1531
1532         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1533         shell-quote-argument.
1534
1535 2013-02-22  David Engster  <deng@randomsample.de>
1536
1537         * gnus-registry.el (gnus-registry-save): Provide class name when
1538         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
1539         `condition-case' to stay compatible with older EIEIO versions which
1540         only accept one argument.
1541
1542 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1543
1544         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1545         (epg-user-id-validity): Autoload.
1546         (mml2015-epg-check-user-id): New function.
1547         (mml2015-epg-check-sub-key): New function split from
1548         mml2015-epg-find-usable-key.
1549         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1550         optional name-is-key-id, to handle the case when user-id is unusable.
1551         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1552
1553 2013-02-17  Glenn Morris  <rgm@gnu.org>
1554
1555         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1556
1557 2013-02-16  Glenn Morris  <rgm@gnu.org>
1558
1559         * shr.el (shr-put-image): Only animate images that specify a delay.
1560         This is consistent with the old image-animated-p behavior.
1561
1562 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1563
1564         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1565         for XEmacs.
1566
1567 2013-02-13  Juri Linkov  <juri@jurta.org>
1568
1569         * gnus-art.el (gnus-article-mode-map):
1570         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1571         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1572
1573 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1574
1575         * auth-source.el (auth-source-format-prompt): Don't get confused by
1576         any "\" in replacement text.  (Bug#13637)
1577
1578 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1579
1580         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1581         (gnus-backend-trace): Honour gnus-backend-trace.
1582
1583         * mml.el (mml-insert-part): Insert closing tag.
1584
1585         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1586
1587 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1588
1589         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1590         able to find the article, which can happen in debbugs groups,
1591         apparently.
1592
1593 2013-01-16  Glenn Morris  <rgm@gnu.org>
1594
1595         * smiley.el (smiley-style): Make the file loadable in batch mode.
1596
1597 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1598
1599         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1600         imap process running.
1601
1602 2013-01-14  Julien Danjou  <julien@danjou.info>
1603
1604         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1605         Compare addresses against addresses, not against the full From field.
1606
1607 2013-01-13  Richard Stallman  <rms@gnu.org>
1608
1609         * message.el (message-forward-make-body-mime): New args BEG, END
1610         specify what part of FORWARD-BUFFER to use.  Do the work directly
1611         instead of calling `mml-insert-buffer'.
1612
1613 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1614
1615         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1616         cross-reference(s).
1617
1618         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1619         cross-reference(s).
1620
1621 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1622
1623         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1624         and point-max-marker.
1625         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1626
1627 2013-01-11  Julien Danjou  <julien@danjou.info>
1628
1629         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1630         max are almost equal.  Also return the correct value for V which is
1631         already between 0 and 1.
1632
1633 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1634
1635         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1636         to mml2015-encrypt-to-self.
1637         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1638
1639 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1640
1641         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1642         mml-smime-epg-find-usable-secret-key.
1643
1644 2013-01-08  Glenn Morris  <rgm@gnu.org>
1645
1646         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1647
1648 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1649
1650         * mml-smime.el: Support signing by sender.
1651         Requested by Uwe Brauer.
1652         (mml-smime-sign-with-sender): New user option analogous
1653         to mml2015-sign-with-sender.
1654         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1655         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1656         mml2015.el.
1657
1658 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1659
1660         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1661         isn't running, because Gnus will probably not know how to handle the
1662         Gcc header (bug#11941).
1663
1664         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1665         articles.
1666
1667 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1668
1669         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1670         (nnfolder-generate-active-file): Make this function work with recursive
1671         folder names.
1672
1673 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1674
1675         * nntp.el (nntp-open-connection): Use HELP as the capability command
1676         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1677         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1678
1679 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1680
1681         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1682         place holder since this gives `Invalid face reference: nil' messages.
1683         Use the `default' face instead.  It has the same effect here, even
1684         though it is not no-op.
1685
1686         * gnus-util.el
1687         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1688
1689 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1690
1691         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1692         non-string posting styles (bug#13285).
1693
1694 2012-12-27  Glenn Morris  <rgm@gnu.org>
1695
1696         * plstore.el (plstore-passphrase-callback-function):
1697         Use plstore-get-file.
1698
1699 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1700
1701         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1702         stderr.
1703
1704 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1705
1706         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1707
1708         * gnus-compat.el (set-buffer-multibyte): Remove.
1709
1710 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1711
1712         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1713         temporary file to get PGP key image.  Pass no-show-photos when
1714         extracting image to avoid having it pop up twice.
1715
1716 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1717
1718         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1719         eligible for treatment.
1720
1721         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1722         lines.  This makes summary commands with hidden threads work more
1723         reliably.
1724
1725         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1726         button to mark the hidden citations (bug#9395).
1727
1728 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1729
1730         * mml2015.el (mml2015-epg-signature-to-string): New function.
1731         (mml2015-epg-verify-result-to-string): New function.
1732         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1733         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1734         instead of epg-verify-result-to-string.
1735         (epg-signature-key-id, epg-signature-to-string): Autoload.
1736         (epg-verify-result-to-string): Remove autoload.
1737
1738 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1739
1740         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1741         ID image from GPG public key.
1742         (mml2015-epg-key-image-to-string): New function.
1743
1744 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1745
1746         * plstore.el (plstore-passphrase-callback-function): Fix error when
1747         error when plstore-cache-passphrase-for-symmetric-encryption is set
1748         (bug#13264).
1749
1750 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1751
1752         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1753         buffer to the article buffer here, because that clobbers multiple
1754         article buffers.
1755
1756         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1757         buffer always points to the right summary buffer.
1758
1759 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1760
1761         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1762         the password (bug#12097).
1763
1764 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1765
1766         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1767         (bug#13263).
1768
1769         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1770         buffer exists before using it (bug#12475).
1771
1772         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1773         offline groups (bug#11937).
1774
1775         * message.el (message-yank-original): When using customize to set the
1776         value of `message-cite-style', the variable it set to a symbol that's
1777         the name of the variable, which must then be dereferenced (bug#12616).
1778
1779 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1780
1781         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1782         the `face' property with a list whose car is the face specified in the
1783         format string and whose cdr is (nil).
1784         * lisp/gnus-util.el
1785         (gnus-put-text-property-excluding-characters-with-faces):
1786         Change accordingly.
1787         (gnus-get-text-property-excluding-characters-with-faces): New function.
1788         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1789         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1790         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1791
1792 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1793
1794         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1795         login methods.
1796         (nnimap-login): Respect the `nnimap-authenticator' variable.
1797
1798         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1799         mark state when moving articles.  Otherwise unticked articles will get
1800         their ticks back after moving.
1801
1802 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1803
1804         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1805
1806         * message.el (message-ignored-news-headers): Always remove
1807         X-Message-SMTP-Method to avoid information leakage if the user
1808         mistakenly inserts the header into news messages.
1809
1810         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1811
1812         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1813         right than four characters, this command would move point to
1814         `point-max'.  Don't do that.
1815
1816         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1817         to nil to allow re-selecting groups that gain articles.
1818         (gnus-bug-group-download-format-alist): Update the URL.
1819
1820 2012-12-23  Andreas Schwab  <schwab@suse.de>
1821
1822         * shr.el (shr-tag-em): Render em as italic, not bold.
1823
1824 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1825
1826         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1827         for reuse.
1828         (gnus-open-server): Use it to add more tracing.
1829         (gnus-finish-retrieve-group-infos): Add backend tracing.
1830         (gnus-backend-trace): Also note the elapsed seconds.
1831
1832 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1833
1834         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1835         Set epa-file-encrypt-to from variable to avoid querying.
1836
1837 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1838
1839         * sieve-mode.el (sieve-font-lock-keywords):
1840         Keywords should be word delimited.  (Bug#13173)
1841
1842 2012-12-13  Andreas Schwab  <schwab@suse.de>
1843
1844         * tls.el (tls-program): Update customize type.
1845
1846 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1847
1848         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1849         instead of <pre> to align message header.
1850
1851 2012-12-12  Sam Steingold  <sds@gnu.org>
1852
1853         * gnus.el (gnus-other-frame-resume-function): Add user option.
1854         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1855
1856 2012-12-06  Sam Steingold  <sds@gnu.org>
1857
1858         * gnus-start.el (gnus-before-resume-hook): Add.
1859         (gnus-1): Run it when Gnus is alive.
1860
1861 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1862
1863         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1864         * gnus-art.el (article-unsplit-urls)
1865         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1866         * gnus-registry.el (gnus-registry-get-article-marks)
1867         * message.el (message-goto-body): Use it.
1868         (message-called-interactively-p): Remove.
1869
1870         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1871         (spam-stat-score-buffer): Use it.
1872
1873         * spam.el: Silence the warnings against BBDB functions when compiling.
1874
1875         * gnus-score.el (gnus-score-decode-text-parts):
1876         Use append+mapcar instead of the cl function mapcan.
1877
1878 2012-12-05  Sam Steingold  <sds@gnu.org>
1879
1880         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1881         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1882         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1883
1884 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1885
1886         * gmm-utils.el (gmm-called-interactively-p): Revert.
1887         This seems to cause Emacs to get stuck!
1888         * gnus-art.el (article-unsplit-urls)
1889         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1890         * gnus-registry.el (gnus-registry-get-article-marks)
1891         * message.el (message-goto-body)
1892         (message-called-interactively-p): Revert.
1893
1894         * gmm-utils.el (gmm-called-interactively-p): New function.
1895         * gnus-art.el (article-unsplit-urls)
1896         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1897         * gnus-registry.el (gnus-registry-get-article-marks)
1898         * message.el (message-goto-body): Use it.
1899         (message-called-interactively-p): Remove.
1900
1901         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1902         * gnus-sync.el (gnus-sync-lesync-call)
1903         * message.el (message-read-from-minibuffer): Use it.
1904
1905 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1906
1907         * gmm-utils.el (gmm-flet): Remove.
1908         * gnus-sync.el (gnus-sync-lesync-call)
1909         * message.el (message-read-from-minibuffer): Don't use it.
1910
1911 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1912
1913         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1914
1915 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1916
1917         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1918
1919         * gnus-sync.el (gnus-sync-lesync-call)
1920         * message.el (message-read-from-minibuffer): Use gmm-flet.
1921
1922         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1923
1924         * gnus-util.el (gnus-macroexpand-all): Remove.
1925
1926 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1927
1928         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1929         to TAB, not [tab].
1930         (gnus-summary-article-map): Likewise.
1931
1932         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1933         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1934
1935 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1936
1937         * time-date.el: Commentary fix.
1938
1939 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1940
1941         * color.el: Don't require cl.
1942         (color-complement): `caddr' -> `nth 2'.
1943
1944         * time-date.el (time-to-seconds): De-obsolete.
1945
1946 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1947
1948         * message.el (message-get-reply-headers):
1949         Make sure the reply goes to the author if it is a wide reply.
1950
1951 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1952
1953         * gnus-score.el (gnus-score-body):
1954         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1955         scoring by body.
1956
1957 2012-11-16  Glenn Morris  <rgm@gnu.org>
1958
1959         * gnus-diary.el (nndiary-request-create-group-functions)
1960         (nndiary-request-update-info-functions)
1961         (gnus-subscribe-newsgroup-functions)
1962         (nndiary-request-accept-article-functions):
1963         Use new names for hooks rather than obsolete aliases.
1964
1965 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1966
1967         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1968
1969 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1970
1971         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1972         in meta tag with the one the part specifies in its header.
1973
1974 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1975
1976         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1977         by default.
1978
1979 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1980
1981         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1982         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1983
1984 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1985
1986         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1987         and a runtime function for it, of which the XEmacs version takes only
1988         two arguments.
1989
1990 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1991
1992         * nndiary.el (nndiary-request-create-group-functions)
1993         (nndiary-request-update-info-functions)
1994         (nndiary-request-accept-article-functions):
1995         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1996         "-hooks" suffix.
1997
1998 2012-10-19  Julien Danjou  <julien@danjou.info>
1999
2000         * gnus-art.el: Require gnus-util because it uses
2001         `gnus-timer--function'.
2002
2003 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2004
2005         * starttls.el (starttls-extra-arguments): Doc fix.
2006
2007 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2008
2009         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2010         it.
2011
2012 2012-10-06  Glenn Morris  <rgm@gnu.org>
2013
2014         * gnus-notifications.el (gnus-notifications):
2015         Add missing group :version tag.
2016         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2017         (gnus-gcc-post-body-encode-hook):
2018         * gnus-sync.el (gnus-sync-lesync-name)
2019         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2020
2021 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2022
2023         * color.el (color-hsl-to-rgb): Fix incorrect results for
2024         small and large hue values.  (Bug#12559)
2025
2026 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2027
2028         New UIDL implementation.
2029
2030         * mail-source.el (mail-sources, mail-source-keyword-map):
2031         Add :leave as a pop3 keyword.
2032         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2033
2034         * pop3.el (pop3-leave-mail-on-server): Allow number.
2035         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2036         (pop3-movemail): Add UIDL support.
2037         (pop3-send-streaming-command): Take a list of mail numbers instead of
2038         the number of mails.
2039         (pop3-write-to-file): Add X-UIDL header.
2040         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2041         (pop3-uidl-add-xheader): New functions.
2042
2043         * message.el (message-ignored-resent-headers):
2044         Add X-Content-Length and X-UIDL headers.
2045
2046 2012-10-05  Glenn Morris  <rgm@gnu.org>
2047
2048         * color.el (color-name-to-rgb, color-rgb-to-hex)
2049         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2050         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2051         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2052         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2053
2054 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2055
2056         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2057         a user about whether to delete temp files if once a user answered as n.
2058
2059 2012-09-25  Chong Yidong  <cyd@gnu.org>
2060
2061         * password-cache.el (password-read-and-add): Use a declare form to mark
2062         this function obsolete.
2063
2064 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2065
2066         * lpath.el: Bind mail-encode-mml for old Emacsen.
2067
2068 2012-09-17  Richard Stallman  <rms@gnu.org>
2069
2070         * message.el (message-in-body-p): Don't set mark or modify buffer.
2071
2072         * mml.el (mml-attach-file): Doc fix.
2073         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2074         Set mail-encode-mml when in Mail mode.
2075         Simplify code to set HEAD and move back to HEAD.
2076         (mml-insert-multipart, mml-insert-part):
2077         Set mail-encode-mml when in Mail mode.
2078
2079 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2080
2081         * gnus-util.el (gnus-timer--function): New function.
2082
2083         * gnus-art.el (gnus-article-stop-animations): Use it.
2084
2085 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2086
2087         Fix glitches caused by addition of psec to timers.
2088         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2089         rather than raw access to timer vector.
2090
2091 2012-09-11  Julien Danjou  <julien@danjou.info>
2092
2093         * gnus-notifications.el (gnus-notifications): Check for nil values in
2094         ignored addresses check.
2095
2096 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2097
2098         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2099
2100 2012-09-07  Chong Yidong  <cyd@gnu.org>
2101
2102         * gnus-util.el
2103         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2104
2105         * gnus-salt.el (gnus-tree-highlight-node):
2106         * gnus-sum.el (gnus-summary-highlight-line):
2107         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2108
2109 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2110
2111         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2112
2113 2012-09-06  Juri Linkov  <juri@jurta.org>
2114
2115         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2116         scheme for buffer names to be more consistent with other group and
2117         article buffer names in Gnus.
2118
2119 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2120
2121         * gnus-util.el
2122         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2123
2124         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2125         Jenkner.
2126
2127         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2128
2129         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2130
2131         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2132
2133 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2134
2135         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2136         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2137
2138         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2139         string-prefix-p in Emacs >=23.2.
2140
2141         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2142         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2143         instead of string-match-p.
2144         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2145
2146 2012-09-06  Kenichi Handa  <handa@gnu.org>
2147
2148         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2149         lowercase a..f.
2150
2151 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2152
2153         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2154
2155 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2156
2157         * nnimap.el (nnimap-request-move-article): Decode the group name when
2158         doing internal moves to avoid charset issues.
2159
2160         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2161         TIME is set.
2162
2163 2012-09-05  Juri Linkov  <juri@jurta.org>
2164
2165         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2166         than one group at a time (bug#11961).
2167
2168 2012-09-05  Julien Danjou  <julien@danjou.info>
2169
2170         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2171         this hide the real reason with a message giving absolutely no hint.
2172
2173 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2174
2175         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2176         to the backend (bug#11804).
2177
2178         * message.el (message-insert-newsgroups): Don't insert newsgroup
2179         duplicates (bug#12275).
2180
2181 2012-09-05  John Wiegley  <johnw@newartisans.com>
2182
2183         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2184         sieve rules.
2185
2186 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2187
2188         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2189         function.
2190
2191         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2192
2193         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2194
2195 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2196
2197         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2198         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2199         This should make nnmaildir more usable with offlineimap.
2200
2201 2012-09-05  Julien Danjou  <julien@danjou.info>
2202
2203         * nnimap.el (nnimap-request-list): Revert change that made listing
2204         synchronous.
2205         (nnimap-get-responses): Restore.
2206
2207 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2208
2209         * dgnushack.el: XEmacs 21.5 compilation fix.
2210
2211         * gnus-notifications.el (gnus-notifications-notify): Use it.
2212
2213         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2214         warnings on XEmacs.
2215
2216 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2217
2218         Better seeds for (random).
2219         * gnus-sync.el (gnus-sync-lesync-setup):
2220         * message.el (message-canlock-generate, message-unique-id):
2221         Change (random t) to (random), now that the latter is more random.
2222
2223 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2224
2225         * nnimap.el (nnimap-change-group): Document result value
2226
2227         * auth-source.el (auth-sources): Fix macos keychain access.
2228
2229         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2230         allow the backend `request-head' function to determine the group
2231         name on its own.
2232         (gnus-request-expire-articles): Filter out negative article numbers
2233         during expiry (Bug#11980).
2234
2235         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2236         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2237
2238         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2239         you've found the article when you haven't.
2240
2241         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2242         that nnimap-change-group can return t.
2243
2244 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2245
2246         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2247
2248 2012-08-30  Julien Danjou  <julien@danjou.info>
2249
2250         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2251         `gnus-notifications-timeout'.
2252         (gnus-notifications-timeout): Add.
2253         (gnus-notifications-action): New function.
2254         (gnus-notifications-notify): Add :action using
2255         `gnus-notifications-action'.
2256         (gnus-notifications-id-to-msg): New variable.
2257         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2258         notifications id to messages.
2259
2260 2012-08-30  Kenichi Handa  <handa@gnu.org>
2261
2262         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2263         once.
2264
2265 2012-08-29  Julien Danjou  <julien@danjou.info>
2266
2267         * gnus-notifications.el: New file.
2268         (gnus-notifications-notify): New function.
2269         (gnus-notifications): Use `gnus-notifications-notify'.
2270
2271 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2272
2273         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2274         transfer encoding first; bind gnus-newsgroup-charset to the charset
2275         that the article specifies (Bug#12209).
2276
2277 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2278
2279         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2280         (gnus-group-customize-done): Encode values posting-style holds.
2281
2282         * gnus-msg.el (gnus-summary-resend-message)
2283         (gnus-configure-posting-styles): Decode values posting-style group
2284         parameter holds.
2285
2286 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2287
2288         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2289         `name' and `address' in Resent-From header.
2290
2291 2012-08-14  Chong Yidong  <cyd@gnu.org>
2292
2293         * gnus-art.el (article-display-face): Handle failure in
2294         gnus-create-image (Bug#11802).
2295
2296 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2297
2298         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2299         Use defsetf.
2300
2301 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2302
2303         * auth-source.el (auth-source-plstore-search)
2304         (auth-source-secrets-search): Ignore :require and :type in search spec.
2305
2306 2012-08-06  Julien Danjou  <julien@danjou.info>
2307
2308         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2309         `nnimap-request-move-article'.
2310
2311         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2312         Remove autoload, already handled by gnus.el.
2313
2314         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2315
2316         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2317         supported by nnimap actually.  Reverts previous change.
2318
2319         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2320         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2321         to-buffer argument that is already supported.
2322
2323 2012-08-05  Julien Danjou  <julien@danjou.info>
2324
2325         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2326         Add autoload.
2327
2328 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2329
2330         * gnus.el (gnus-valid-select-methods): Fix custom type.
2331
2332 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2333
2334         * auth-source.el (auth-sources, auth-source-backend-parse)
2335         (auth-source-macos-keychain-search)
2336         (auth-source-macos-keychain-search-items)
2337         (auth-source-macos-keychain-result-append)
2338         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2339         auth-source.el through the /usr/bin/security utility.
2340         (auth-sources): Fix syntax error.
2341         (auth-source-macos-keychain-result-append): Fix variable name.
2342         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2343
2344 2012-07-27  Julien Danjou  <julien@danjou.info>
2345
2346         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2347         Emacs < 24.1
2348
2349 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2350
2351         * message.el (message-kill-address): Don't kill last newline.
2352         (message-skip-to-next-address): Don't move to the next header.
2353         (message-fill-field-address): Work properly.
2354
2355 2012-07-25  Julien Danjou  <julien@danjou.info>
2356
2357         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2358
2359 2012-07-24  Julien Danjou  <julien@danjou.info>
2360
2361         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2362
2363         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2364         (nntp-async-timer-handler): Remove, unused.
2365
2366         * nnimap.el (nnimap-get-responses): Remove, unused.
2367
2368         * nnheader.el (mail-header-set-extra): Remove, unused.
2369
2370         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2371         unused.
2372
2373         * mm-view.el (mm-view-sound-file): Remove, unused.
2374
2375         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2376         (mm-url-encode-multipart-form-data): Remove, unused.
2377
2378         * message.el (message-remove-signature, message-make-host-name)
2379         (message-fill-address): Remove, unused.
2380
2381         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2382         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2383         unused.
2384
2385         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2386         (gnus-xmas-call-region): Remove, unused.
2387
2388         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2389
2390         * gnus-util.el (gnus-extract-address-component-name)
2391         (gnus-extract-address-component-email, gnus-sortable-date)
2392         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2393         (gnus-process-live-p): Remove, unused.
2394
2395         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2396
2397         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2398         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2399         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2400         function.
2401
2402         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2403
2404         * gnus-score.el (gnus-summary-score-crossposting)
2405         (gnus-score-regexp-bad-p): Remove, unused.
2406
2407         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2408
2409         * gnus-range.el (gnus-sublist-p): Remove, unused.
2410
2411         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2412         unused.
2413
2414         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2415
2416         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2417         (gnus-request-associate-buffer): Remove, unused.
2418
2419         * gnus-group.el (gnus-group-set-method-info)
2420         (gnus-group-set-params-info): Remove, unused.
2421
2422         * gnus-fun.el (gnus-shell-command-to-string)
2423         (gnus-shell-command-on-region): Remove, unused.
2424
2425         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2426
2427         * gnus-art.el (gnus-article-text-type-exists-p)
2428         (article-translate-characters, gnus-article-hide-text-of-type)
2429         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2430         Remove, unused.
2431
2432 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2433
2434         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2435
2436 2012-07-21  Julien Danjou  <julien@danjou.info>
2437
2438         * message.el (message-dont-reply-to-names): Replace deprecated
2439         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2440         (message-get-reply-headers): Ditto.
2441
2442 2012-07-18  Julien Danjou  <julien@danjou.info>
2443
2444         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2445         `sieve-upload-and-kill'.
2446
2447         * sieve.el (sieve-bury-buffer): Remove function.
2448         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2449         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2450
2451 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2452
2453         * shr.el (shr-expand-url): Handle URL starting with `//'.
2454
2455 2012-07-13  Chong Yidong  <cyd@gnu.org>
2456
2457         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2458         instead of calling toggle-read-only with a (bogus) argument.
2459
2460 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2461
2462         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2463         of initial input when reading the author to restrict the summary to.
2464
2465 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2466
2467         * mm-decode.el (mm-shr):
2468         Allow overriding charset by mm-charset-override-alist.
2469
2470 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2471
2472         * gnus-art.el (gnus-article-view-part):
2473         Toggle subparts of multipart/alternative part.
2474
2475 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2476
2477         * shr.el (shr-render-buffer): New command.
2478         (shr-visit-file): Use it.
2479
2480 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2481
2482         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2483         Set no-byte-compile and no-update-autoloads.
2484
2485 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2486
2487         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2488
2489 2012-06-25  Julien Danjou  <julien@danjou.info>
2490
2491         * nnimap.el (nnimap-request-articles-find-limit): Rename from
2492         `nnimap-request-move-articles-find-limit' since we do not use it only
2493         for move operations.
2494         (nnimap-request-accept-article): Use
2495         `nnimap-request-articles-find-limit' to limit search by message-id.
2496
2497 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2498
2499         Support higher-resolution time stamps (Bug#9000).
2500
2501         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
2502         VARLIST.  It's optional, for backward compatibility.
2503         (encode-time-value): New optional arg PICO.  New type 3.
2504         (time-to-seconds) [!float-time]: Support the new picoseconds
2505         component if it's used.
2506         (seconds-to-time, time-subtract, time-add):
2507         Support ps-resolution time stamps as well.
2508
2509 2012-06-19  Julien Danjou  <julien@danjou.info>
2510
2511         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
2512
2513         * nnimap.el (nnimap-log-buffer): Check that
2514         `window-point-insertion-type' is boundp, since it's not available in
2515         XEmacs.
2516
2517 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2518
2519         * nnimap.el (nnimap-log-buffer): Add this, setting
2520         `window-point-insertion-type' in the buffer to t.
2521         (nnimap-log-command): Use nnimap-log-buffer.
2522
2523 2012-06-19  Julien Danjou  <julien@danjou.info>
2524
2525         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2526         argument to be able to limit the search.
2527         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2528         (nnimap-request-move-articles-find-limit): Add this to limit the search
2529         by Message-Id after a message move.
2530         (nnimap): Add defgroup.
2531
2532 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2533
2534         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2535
2536 2012-06-15  Julien Danjou  <julien@danjou.info>
2537
2538         * nnimap.el (nnimap-find-article-by-message-id): Use
2539         `nnimap-possibly-change-group' rather than its own EXAMINE call.
2540         (nnimap-possibly-change-group): Add read-only argument.
2541         (nnimap-request-list): Use nnimap-possibly-change-group rather than
2542         issuing EXAMINE manually.
2543         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
2544         with read-only argument.
2545         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
2546         cannot possibly change because we need to be sure that it's either
2547         read-write or read-only.
2548
2549 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2550
2551         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2552         being bound to a lambda form.
2553
2554 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2555
2556         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2557         articles when fetch-old is non-nil (bug#11370).
2558
2559 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
2560
2561         * gnus-picon.el (gnus-picon-properties): New defcustom.
2562         (gnus-picon-create-glyph): Use it.
2563
2564 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2565
2566         * gnus-group.el (gnus-group-get-new-news): Respect
2567         `gnus-group-use-permanent-levels', as documented (bug#11638).
2568
2569 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2570
2571         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2572         groups (bug#11641).
2573
2574 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2575
2576         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2577         is an integer to avoid later problems.
2578
2579 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2580
2581         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2582         locales.
2583
2584         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2585         on a handle.
2586
2587         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2588         address as the default.
2589         (gnus-summary-insert-old-articles): Don't include unexisting messages.
2590
2591         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
2592         makes no sense to query the user about internal files.
2593
2594         * gnus-spec.el: Remove all the byte-compilation stuff, since
2595         benchmarking shows that it doesn't help when entering large summary
2596         buffers.
2597
2598         * gnus-xmas.el (gnus-xmas-define): Remove.
2599
2600         * gnus-util.el (gnus-byte-code): Remove.
2601
2602         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2603         grouplens stuff.
2604
2605 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2606
2607         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2608         (bug#11514).
2609
2610 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2611
2612         * message.el (message-buffers): Return all buffers derived from Message
2613         to make `gnus-dired-attach' work with mu4e.
2614
2615 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2616
2617         * nntp.el: Stop the `letf' madness.
2618         (nntp--report-1): New var.
2619         (nntp-report): Merge nntp-report-1 into it.
2620         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2621         the nntp-report function.
2622
2623         * auth-source.el: Fix comment-style to follow the convention.
2624
2625 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
2626
2627         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2628         (mm-dissect-singlepart): Don't guess the MIME type of
2629         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2630         set.
2631         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2632         toplevel MIME type is multipart/encrypted.
2633
2634 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2635
2636         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2637         a string so that Gcc works (bug#11514).
2638
2639 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2640
2641         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2642         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2643
2644 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2645
2646         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2647         jumping to *Server* from a dedicated *Group* window.
2648         (gnus-configure-frame): CSE.
2649
2650         * gnus-registry.el: Minor style cleanup.
2651         (gnus-registry--set/remove-mark): New function, extracted from
2652         gnus-registry-install-shortcuts.
2653         (gnus-registry-install-shortcuts): Use it.
2654
2655 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2656
2657         * nnspool.el (news-path): Use eval-and-compile.
2658
2659 2012-05-24  Glenn Morris  <rgm@gnu.org>
2660
2661         * nnspool.el (news-directory, news-path, news-inews-program):
2662         Move here from paths.el.  Don't see a need for these to be autoloaded.
2663
2664         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2665         Merge in doc from paths.el version.  Don't see any need for this to be
2666         autoloaded, or for the warning about users not setting it.
2667
2668 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
2669
2670         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
2671         format.  In particular, add an optional argument and a docstring.
2672
2673         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2674
2675         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2676         current before calling `gnus-groups-to-gnus-format'.
2677         Note that this was already the case for `gnus-active-to-gnus-format'.
2678
2679 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2680
2681         Fix minor Y10k bug.
2682         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2683
2684 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2685
2686         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2687         message once it's actually open.
2688
2689 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2690
2691         * gnus.el: Ma Gnus v0.5 is released.
2692
2693 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2694
2695         * auth-source.el (auth-source--aput-1, auth-source--aput)
2696         (auth-source--aget): New functions and macros.
2697         Use them instead of aput/aget.
2698
2699 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2700
2701         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2702
2703 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2704
2705         * plstore.el (plstore-called-interactively-p): New compat macro copied
2706         from message.el.
2707         (plstore-mode): Use it.
2708
2709 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2710
2711         * plstore.el: Revive the editing feature.
2712         (plstore-mode): New mode to edit plstore file.
2713         (plstore-mode-toggle-display, plstore-mode-original)
2714         (plstore-mode-decoded): New command.
2715         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2716         (plstore--insert-buffer, plstore--make): New function.
2717         (plstore-open, plstore-save): Simplify by using them.
2718
2719 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2720
2721         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2722
2723 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2724
2725         * tls.el (open-tls-stream): Remove unused binding.
2726
2727 2012-04-16  Glenn Morris  <rgm@gnu.org>
2728
2729         * nndraft.el (nndraft-request-list): Fix declaration.
2730
2731 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2732
2733         * mm-decode.el (mm-dissect-buffer): Doc fix.
2734
2735         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2736         don't have a current group.
2737
2738         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2739         buffer if it doesn't exist.
2740
2741         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2742         given, mark the group as ephemeral with the current window conf.
2743
2744         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2745         buffer exists, which it doesn't if we haven't started Gnus.
2746         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2747
2748 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2749
2750         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2751         type is.
2752
2753         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2754         `unexists' entries.
2755         (gnus-clean-old-newsrc): Fix last checkin.
2756
2757         * nnimap.el (nnimap-update-info): None of the articles below the active
2758         low-water mark exist.
2759
2760         * dgnushack.el: Get rid of XEmacs compilation warning.
2761
2762         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2763         would have gotten if we posted to the group, and use that to compare
2764         against the message we want to cancel (bug#10808).
2765
2766         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2767         on XEmacs.
2768
2769 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2770
2771         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2772         `scroll-margin'.
2773
2774 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2775
2776         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2777         citation prefix within a block of cited text should be considered part
2778         of that block *only* if it is a blank line.
2779
2780 2012-04-09  Chong Yidong  <cyd@gnu.org>
2781
2782         * binhex.el, hashcash.el, uudecode.el:
2783         Remove * characters from the front of variable docstrings.
2784
2785 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2786
2787         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2788         before kinsoku-bol characters nor within kinsoku-eol characters.
2789
2790 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2791
2792         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2793         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2794         (gnus-sync-read): Use mapc instead of mapcar.
2795
2796         * mm-archive.el: Require mm-decode for some macros.
2797         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2798         the byte compiler.
2799         (mm-archive-decoders): New function that returns the value of
2800         the mm-archive-decoders variable.
2801
2802         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2803         instead.
2804         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2805
2806         * nnimap.el (gnus-refer-thread-use-nnir):
2807         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2808
2809 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2810
2811         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2812
2813 2012-03-12  Peter Münster  <pmrb@free.fr>
2814
2815         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2816         (gnus-demon-cancel): Ditto.
2817         (gnus-demon-run-callback): When function cannot be called due to low
2818         idleness, call it when idleness reaches the expected value, instead of
2819         waiting another timer period.
2820         (gnus-demon-init): Add `time' to arguments of call-back.
2821
2822 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2823
2824         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2825
2826         * gnus.el: Register gnus-registry functions.
2827
2828         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2829         indent.
2830
2831         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2832         enabled before warping.
2833
2834 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2835
2836         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2837         registry about each article retrieved.
2838
2839         * gnus-int.el (gnus-select-group-with-message-id): New function.
2840         (gnus-try-warping-via-registry): Ditto.
2841         (gnus-warp-to-article): Fall back on the registry.
2842
2843 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2844
2845         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2846         inboxes.
2847
2848 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2849
2850         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2851
2852 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2853
2854         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2855         gnus-gcc-self-resent-messages may be a group parameter.
2856         (gnus-summary-resend-message): Don't encode encoded words in header
2857         when Gcc'ing resent message.
2858
2859 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2860
2861         * shr.el (shr-insert): Treat non-breaking space just like normal
2862         space.  This seems to produce more pleasing results.
2863         (shr-insert): Only insert a blank line if we're starting from an image.
2864         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2865         (shr-ensure-paragraph): Consider lines with white space to be blank.
2866
2867 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2868
2869         * Makefile.in: Respect DESTDIR.
2870
2871 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2872
2873         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2874         and gnus-gcc-post-body-encode-hook.
2875
2876 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2877
2878         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2879         messages that don't exist.
2880
2881         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2882
2883 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2884
2885         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2886         Remove.
2887
2888         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2889
2890         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2891
2892 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2893
2894         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2895         have a group name.
2896
2897         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2898         a multibyte buffer (bug#7410).
2899         (article-wash-html): Parse the original article buffer to get the
2900         unencoded data (bug#7410).
2901
2902         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2903         .newsrc.el files.
2904
2905 2012-04-05  Bastien Guerry  <bzg@altern.org>
2906
2907         * color.el (color-lighten-name): Fix typo.
2908
2909 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2910
2911         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2912         "#" to avoid having them interpreted as comments.
2913
2914 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2915
2916         * shr.el (shr-insert): Update the text state properly to avoid
2917         inserting spurious paragraph starts.
2918
2919 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2920
2921         * shr.el (shr-table-widths): Divide the extra width more fairly over
2922         the TDs (bug#10973).
2923         (shr-render-td): Don't delete too much padding.
2924         (shr-natural-width): Compute the natural width more correctly.
2925         (shr-insert): Allow the natural width to be computed for tables again.
2926         (shr-tag-table-1): Rework how the natural widths are computed by
2927         rendering the table a third time.
2928         (shr-natural-width): Removed.
2929         (shr-buffer-width): New function.
2930         (shr-expand-newlines): Use it.
2931
2932         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2933         using a `gnus-use-full-window' setup (bug#11013).
2934
2935 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2936
2937         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2938         24.1 release.
2939
2940 2012-03-10  David Edmondson  <dme@dme.org>
2941
2942         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2943         'Forwarded Message' header and the start of the message.
2944
2945 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2946
2947         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2948         isn't running (bug#10897).
2949
2950 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2951
2952         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2953         This is inconsistent with all the other stream functions, which leave
2954         the setting up to the higher levels (if so wanted) (bug#10931).
2955
2956 2012-02-28  Glenn Morris  <rgm@gnu.org>
2957
2958         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2959         mm-decode.el: Standardize possessive apostrophe usage.
2960
2961 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2962
2963         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2964
2965 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2966
2967         * parse-time.el (parse-time-string): Allow extractor to return nil.
2968
2969 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2970
2971         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2972
2973 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2974
2975         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2976
2977 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2978
2979         * mm-decode.el (mm-shr): Remove "soft hyphens".
2980
2981         * nnimap.el (nnimap-request-list): Return the group names encoded as
2982         utf8.  Otherwise non-European group names don't work.
2983         (nnimap-request-newgroups): Ditto.
2984
2985         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2986         the default in `read-string' (bug#10757).
2987
2988         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2989         topics (bug#10843).
2990
2991         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2992         buffer.  Suggested by Herbert Valerio Riedel.
2993         (nnimap-request-move-article): Delete the message from the correct IMAP
2994         server.
2995
2996 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2997
2998         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2999         Reported by Peter Münster.
3000
3001 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3002
3003         * shr.el (shr-image-fetched): Make sure we really kill the right
3004         buffer.
3005
3006 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3007
3008         * gnus-start.el (gnus-1): Avoid duplicate entries.
3009
3010 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3011
3012         * imap.el: Remove.
3013
3014         * nntp.el (nntp-coding-system-for-read): Remove.
3015         (nntp-coding-system-for-write): Ditto.
3016         (nntp-open-connection): Just use `binary' directly.
3017
3018         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3019         Gnus 0.3.
3020
3021 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3022
3023         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3024         application/octet-stream parts really is.
3025
3026         * gnus-sum.el (gnus-propagate-marks): Remove.
3027
3028 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3029
3030         * shr.el (shr-rescale-image): Undo previous change; see
3031         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3032
3033 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3034
3035         * gnus.el: Ma Gnus v0.3 is released.
3036
3037 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3038
3039         * gnus-sum.el (gnus-summary-local-variables): Make
3040         `gnus-newsgroup-unexist' into a local variable.
3041
3042 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3043
3044         * registry.el (registry-usage-test, registry-persistence-test): Move to
3045         tests/gnustest-registry.el.
3046         (registry-make-testable-db, registry-match-test)
3047         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3048
3049         * gnus-registry.el (gnus-registry-misc-test)
3050         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3051
3052         * tests/gnustest-registry.el: New file with the registry and
3053         gnus-registry ERT tests.
3054
3055 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3056
3057         * gnus-msg.el (gnus-summary-resend-message): Make
3058         gnus-summary-resend-message-insert-gcc be last item in
3059         message-header-setup-hook.
3060
3061 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3062
3063         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3064         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3065         Remove.
3066         (nnfolder-open-server): Don't use marks.
3067         (nnfolder-request-delete-group): Ditto.
3068         (nnfolder-request-rename-group): Ditto.
3069         (nnfolder-request-set-mark, nnfolder-request-marks)
3070         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3071         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3072
3073         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3074         (nnml-marks-modtime): Remove.
3075         (nnml-request-delete-group): Don't use marks.
3076         (nnml-request-rename-group): Ditto.
3077         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3078         (nnml-save-marks, nnml-open-marks): Remove.
3079
3080         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3081         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3082         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3083         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3084         (nntp-server-to-method-cache): Remove.
3085
3086         * shr.el (shr-rescale-image): Fix wrong merge.
3087
3088 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3089
3090         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3091         too-wide lines.
3092
3093 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3094
3095         * nnimap.el (nnimap-record-commands): New variable.
3096         (nnimap-log-command): Use it.
3097         (nnimap-make-process-buffer): Add a space to the process buffer.
3098         (nnimap-transform-headers): Don't bug out on header lines containing
3099         stuff that look like IMAP length encodings.
3100
3101         * shr.el (shr-rescale-image): Allow viewing large images.
3102
3103 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3104
3105         * nnml.el (nnml-request-compact-group): Delete the marks file after
3106         compaction (bug#10800).
3107
3108         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3109         group exit.
3110
3111         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3112         QRESYNC/FETCH output.
3113
3114 2012-02-11  Glenn Morris  <rgm@gnu.org>
3115
3116         * sieve-manage.el (sieve-manage-default-stream):
3117         * shr.el (shr):
3118         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3119         (nnir-retrieve-headers-override-function)
3120         (nnir-imap-default-search-key, nnir-notmuch-program)
3121         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3122         (nnir-method-default-engines):
3123         * message.el (message-cite-reply-position):
3124         * gssapi.el (gssapi-program):
3125         * gravatar.el (gravatar):
3126         * gnus-sum.el (gnus-refer-thread-use-nnir):
3127         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3128         (gnus-registry-max-pruned-entries):
3129         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3130         * gnus-int.el (gnus-after-set-mark-hook)
3131         (gnus-before-update-mark-hook):
3132         * gnus-async.el (gnus-async-post-fetch-function):
3133         * auth-source.el (auth-source-cache-expiry):
3134         Add missing :version tags to new defcustoms and defgroups.
3135
3136 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3137
3138         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3139         `gnus-newsgroup-unexist'.
3140
3141         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3142         marks.
3143         (gnus-article-special-mark-lists): Put the `unexist' in the special
3144         marks list instead.
3145
3146         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3147         articles in the list of articles to be selected.
3148
3149         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3150         articles.
3151         (nnimap-update-info): Keep track of unexisting articles.
3152         (nnimap-update-qresync-info): Ditto.
3153
3154 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3155
3156         * message.el (message-default-send-mail-function): Made into own
3157         function for reuse by emacsbug.el.
3158
3159 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3160
3161         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3162         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3163
3164 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3165
3166         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3167         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3168
3169         * gnus-compat.el: Define `timer-set-function'.
3170
3171         * mm-decode.el (mm-display-external): Output the text from the command
3172         in the buffer after the command finished.  This makes text-based
3173         commands behave better.
3174
3175 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3176
3177         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3178
3179 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3180
3181         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3182         23.1.
3183
3184 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3185
3186         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3187
3188 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3189
3190         * message.el (smtpmail-smtp-user): Silence compiler warning.
3191
3192 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3193
3194         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3195         SMTP user name.
3196
3197 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3198
3199         * gnus-sum.el (gnus-summary-show-thread):
3200         next-single-char-property-change may return nil in XEmacs.
3201         (gnus-summary-article-map): Fix typo.
3202
3203 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3204
3205         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3206         running.
3207
3208         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3209
3210         * gnus.el (gnus-server-extend-method): Don't add an -address component
3211         if the method already has one (bug#9676).
3212
3213 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3214
3215         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3216         of an initial-input for consistency (bug#10757).
3217
3218         * dgnushack.el: Fix XEmacs compilation warning.
3219
3220         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3221
3222         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3223
3224 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3225
3226         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3227         lines that are narrower than the window width.  Otherwise background
3228         "blocks" will look less readable.
3229
3230 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3231
3232         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3233         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3234         have newlines within the strings, and where the UID comes after the
3235         BODYSTRUCTURE element (bug#10537).
3236
3237         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3238         (bug#10732).
3239
3240         * shr.el (shr-insert-document): Add doc string.
3241         (shr-visit-file): Ditto.
3242         (shr-remove-trailing-whitespace): New function.
3243         (shr-insert-document): Use it to clean up trailing whitespace as the
3244         final step (bug#10714).
3245
3246 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3247
3248         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3249         buffer if `gnus-kill-summary-on-exit' is nil.
3250
3251 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3252
3253         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3254         when just reading a single group from "without" Gnus.
3255
3256 2012-02-06  Chong Yidong  <cyd@gnu.org>
3257
3258         * gnus-sum.el (gnus-summary-show-thread):
3259         next-single-char-property-change never returns nil (Bug#8657).
3260
3261 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3262
3263         * message.el (message-multi-smtp-send-mail): New function.
3264         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3265         header to implement multi-SMTP functionality.
3266
3267         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3268         (gnus-agentize): Don't set it.
3269         (gnus-agent-send-mail): Don't use it.
3270
3271         * gnus-sum.el (gnus-summary-widget-backward): New function and
3272         keystroke.
3273
3274         * gnus-compat.el: More the compat functions more compatible.
3275
3276         * shr.el (shr-put-image): Remove underlines from sliced images.
3277         (shr-zoom-image): Compute the region to be replaced more correctly.
3278
3279 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3280
3281         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3282         (gnus-summary-resend-message-insert-gcc): New function.
3283         (gnus-summary-resend-message): Modify message-header-setup-hook and
3284         message-sent-hook to make it work for Gcc.
3285         (gnus-inews-do-gcc): Update the number of unread articles of groups
3286         that messages are Gcc'd to.
3287
3288         * message.el (message-resend): Run message-sent-hook to do Gcc.
3289
3290 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3291
3292         * lpath.el: Fix an XEmacs compilation warning.
3293
3294         * gnus-compat.el: Require `help-fns' to fix compilation error.
3295
3296         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3297         a higher level to silence compilation.
3298
3299         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3300         parameter to allow controlling the scaling.
3301
3302         * shr.el (shr-zoom-image): New command and keystroke.
3303         (shr-put-image): Take a `size' flag to say how to scale the image.
3304
3305         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3306         deletion unless already defined.
3307
3308         * gnus.el (gnus-compat): Require it.
3309
3310         * gnus-compat.el: New file.
3311
3312         * gnus-start.el (gnus-clean-old-newsrc): New function.
3313         (gnus-read-newsrc-file): Use it.
3314
3315         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3316         Use recursive deletion.
3317         (mm-dissect-archive): Add support for zip files.
3318
3319         * gnus-util.el (gnus-recursive-directory-files): New function.
3320
3321         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3322         (mm-archive-decoders): Add tgz support.
3323
3324         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3325         Otherwise inserting text into the Gnus buffer can look odd.
3326
3327         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3328
3329         * mm-archive.el (mm-archive-decoders): Add support for tar.
3330
3331         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3332
3333         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3334
3335 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3336
3337         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3338
3339         * mm-archive.el: New file.
3340
3341         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3342
3343         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3344
3345         * message.el (message-goto-*): Make all the `message-goto-*' commands
3346         push the mark before moving point.  This makes it easier to go back to
3347         where you came from after editing whatever you jumped to.
3348
3349 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3350
3351         * gnus.el: Ma Gnus v0.1 is released.
3352
3353 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3354
3355         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3356         without reconnecting.
3357         (nnimap-possibly-change-group): Ditto.
3358         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3359         connection has died before being called.
3360
3361 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3362
3363         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3364         an initial sync unless we're really doing one.
3365
3366         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3367         address parameter if one already exists (bug#9676).
3368
3369         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3370         not the prefix, as documented (bug#10689).
3371
3372 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3373
3374         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3375         the "server".
3376
3377         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3378         the real error message with the useless "previously known to be down".
3379         Which isn't even correct.
3380
3381         * nntp.el (nntp-open-connection): Report the error message if the nntp
3382         server can't be reached.
3383
3384         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3385         groups we do a total scan for.
3386         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3387         doing that.
3388
3389 2012-01-31  Jim Meyering  <jim@meyering.net>
3390
3391         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3392         Correct a comment (insert "not") and hide nominally-doubled "to".
3393
3394 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3395
3396         * gnus.el (gnus-version): Change name to "Ma Gnus".
3397
3398 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3399
3400         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3401         section in the manual.
3402
3403 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3404
3405         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3406         words.
3407         (rfc2047-encode-string): Ditto.
3408         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3409         understand folded filename="..." parameters, for instance.
3410
3411         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3412         the message for greater debuggability.
3413
3414 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3415
3416         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3417         instead of setting it locally, since the latter doesn't seem to have
3418         any effect (most of the time).
3419
3420 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3421
3422         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3423         function call.
3424
3425 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3426
3427         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3428         seconds, and make the repeat clause with HH:MM specs work as
3429         documented.
3430
3431 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3432
3433         * proto-stream.el (proto-stream-capability-open): Fall back on
3434         :end-of-command if :end-of-capability doesn't exist.
3435
3436 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3439         bound globally in old Emacsen and XEmacsen.
3440
3441 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3442
3443         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3444         so that previous errors don't prohibit getting new news.
3445
3446         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3447
3448         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3449
3450 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3451
3452         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3453         buffer, not of the string which is its name.
3454
3455 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3456
3457         * proto-stream.el (proto-stream-capability-open): Wait for
3458         :end-of-capability, not :end-of-command.
3459
3460         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3461         non-server-marks groups.
3462         (gnus-group-make-articles-read): Ditto.
3463
3464         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3465         methods (bug#9676).
3466
3467         * gnus.el (gnus-method-ephemeral-p): New function.
3468
3469 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3472         left-to-right.
3473
3474 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3475
3476         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3477         warning.
3478
3479 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3480
3481         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3482         macroexpand the nnir things, since they haven't been defined yet, and
3483         nnir requires gnus-sum.
3484
3485 2012-01-24  Julien Danjou  <julien@danjou.info>
3486
3487         * color.el (color-rgb-to-hsl): Fix value computing.
3488         (color-hue-to-rgb): New function.
3489         (color-hsl-to-rgb): New function.
3490         (color-clamp, color-saturate-hsl, color-saturate-name)
3491         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3492         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3493
3494 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3495
3496         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3497
3498 2012-01-19  Julien Danjou  <julien@danjou.info>
3499
3500         * color.el (color-name-to-rgb): Use the white color to find the max
3501         color component value and return correctly computed values.
3502         (color-name-to-rgb): Add missing float conversion for max value.
3503
3504 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3505
3506         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3507         logical server name in addition to the actual machine address.
3508
3509         * auth-source.el (auth-source-user-and-password): Add convenience
3510         wrapper to search by just host and optionally user.
3511
3512 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3513
3514         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3515         after rendering.
3516
3517 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3518
3519         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3520         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3521         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3522
3523 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3524
3525         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3526         (bug#9693).
3527         (gnus-summary-setup-buffer): Document return value (bug#9697).
3528
3529         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3530         since ido doesn't work on symbols (bug#9632).
3531
3532         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3533         when getting a single value as when getting all the values.  This means
3534         that atoms like `gcc-self' work cumulatively, like variable settings,
3535         instead of getting the value from the last matching clause.
3536         (gnus-group-find-parameter): Protect against the group buffer not
3537         existing (bug#9585).
3538
3539 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3540
3541         * gnus-start.el (gnus-activate-group): Document more parameters
3542         (bug#9694).
3543
3544         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3545         (bug#9692).
3546
3547         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3548         article was fetched, so that it can be expired later (bug#9958).
3549         (gnus-agent-summary-fetch-series): Add doc string.
3550         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3551         (bug#9517).
3552
3553         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3554         retrieval is happening.
3555
3556         * gnus.el (gnus-parameters): Doc fix.
3557
3558 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3559
3560         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3561         show the thread after expansion.
3562
3563 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3564
3565         * gnus-art.el (article-narrow-to-head): If the head is completely
3566         empty, narrow to the empty region (bug#9764).
3567
3568         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3569         read, and then mark them as unread only when the unread mark is used.
3570         This makes `C-- T k' actually work, even though it's confusing.
3571
3572         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3573         alive before we try to find its window.
3574
3575 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3576
3577         * mm-decode.el (mm-display-external): Use a longer timeout for the
3578         deletion to allow slow programs to display the file.
3579
3580 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3581
3582         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3583         prompt to be less confusing.
3584
3585         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3586         argument to `message-reply'.  This broke `special-display-*' frame
3587         pop-uping (bug#10238).
3588
3589 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3590
3591         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3592         systems, since these allegedly don't work there.
3593
3594 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3595
3596         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3597         live buffer.
3598
3599 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3600
3601         * nnir.el (nnir-retrieve-headers): Protect against the article not
3602         existing on the server (bug#10335).
3603
3604 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3605
3606         * gnus-agent.el (gnus-agent-load-local): Recompute
3607         gnus-agent-article-local on changing method.
3608
3609 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3610
3611         * gnus.el (gnus-parameters): Note precedence.
3612
3613 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3614
3615         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3616         in the group buffer.
3617
3618 2012-01-04  Julien Danjou  <julien@danjou.info>
3619
3620         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3621         change.
3622
3623 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3624
3625         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3626         too.
3627
3628         * nntp.el (nntp-retrieve-group-data-early): Use it.
3629
3630 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3631
3632         * nntp.el (nntp-retrieval-in-progress): New variable.
3633         (nntp-make-process-buffer): Make it buffer-local.
3634
3635         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3636         2010.
3637         (gnus-demon-init): Use it to compute the time if time is on the form
3638         "04:23".
3639
3640         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3641
3642         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3643         status in the correct buffer.
3644
3645 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3646
3647         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3648         when opening topics (bug#10407).
3649
3650 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3651
3652         * gnus-cus.el (gnus-score-customize):
3653         * gnus-sum.el (gnus-sort-gathered-threads):
3654         * message.el (message-shorten-references):
3655         * nnmairix.el (nnmairix-request-group):
3656         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
3657
3658 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3659
3660         * gnus-agent.el (gnus-agent-regenerate-group):
3661         * gnus-int.el (gnus-retrieve-group-data-early):
3662         * mm-util.el (mm-codepage-ibm-list):
3663         * nndiary.el (Commentary, nndiary-get-new-mail):
3664         * nnir.el (nnir):
3665         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
3666
3667 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3668
3669         * mm-view.el (mm-display-inline-fontify): Add comment.
3670
3671 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3672
3673         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
3674         * ntlm.el (ntlm-smb-dohash): Spelling fix.
3675
3676 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
3677
3678         * gnus-art.el (gnus-split-methods):
3679         * gnus-msg.el (gnus-configure-posting-styles):
3680         * gnus-spec.el (gnus-parse-simple-format):
3681         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3682         * message.el (message-do-actions): Spelling fix.
3683
3684 2011-12-15  Juri Linkov  <juri@jurta.org>
3685
3686         * mm-decode.el (mm-inline-media-tests): Add missing
3687         `mm-handle-media-subtype'.
3688
3689 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3690
3691         * gnus-group.el (gnus-group-tool-bar):
3692         * gnus-sum.el (gnus-summary-tool-bar):
3693         * message.el (message-tool-bar):
3694         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3695
3696 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3697
3698         * plstore.el (plstore--insert-buffer): Spelling fix.
3699
3700 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3701
3702         * message.el (message-valid-fqdn-regexp): Update with newly approved
3703         top-level domain names ".tel" and ".asia".
3704
3705 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3706
3707         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3708         unconditionally.
3709
3710 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3711
3712         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3713         pop-to-buffer-same-window for old Emacsen.
3714
3715 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3716
3717         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3718
3719 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3720
3721         * netrc.el (netrc-credentials): Spelling fix.
3722
3723 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3724
3725         * gnus-fun.el (gnus-fun-ppm-change-string):
3726         * gnus-msg.el (gnus-inews-do-gcc):
3727         * gnus-sum.el (gnus-summary-find-for-reselect):
3728         * gnus.el (gnus-summary-cancelled):
3729         * message.el (message-cancel-hook, message-send-news):
3730         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3731         * nnir.el (nnir-run-hyrex):
3732         * nntp.el (nntp-with-open-group-function):
3733         * pgg.el (pgg-pending-timers): Spelling fix.
3734
3735 2011-12-04  Chong Yidong  <cyd@gnu.org>
3736
3737         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3738         change (Bug#10200).
3739
3740 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3741
3742         * compface.el (uncompface):
3743         * gnus-art.el (gnus-article-x-face-command): Update the header format
3744         of icon data for the most recent icontopbm program.
3745
3746 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3747
3748         * gnus-msg.el (gnus-inews-do-gcc):
3749         * message.el (message-send-mail):
3750         * mml.el (mml-generate-mime): Share the value of the buffer-local
3751         `message-options' variable between a draft buffer and temprary working
3752         buffers.
3753
3754 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3755
3756         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3757
3758 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3759
3760         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3761         for Cygwin.
3762
3763 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3764
3765         * gnus-group.el (gnus-group-prepare-flat):
3766         * mm-bodies.el (mm-encode-body):
3767         * mml.el (mml-preview):
3768         * nnml.el (nnml-request-compact-group):
3769         * pop3.el (pop3-stream-type): Spelling fix.
3770
3771 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3772
3773         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3774
3775 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3776
3777         * color.el (color-rgb-to-hsl):
3778         * gmm-utils.el (gmm-tool-bar-style):
3779         * gnus-group.el (gnus-group-prepare-flat):
3780         * gnus-topic.el (gnus-topic-prepare-topic):
3781         * mm-decode.el (mm-discouraged-alternatives):
3782         * rfc2047.el (rfc2047-encode-1):
3783         * starttls.el: Spelling fix.
3784
3785 2011-11-24  Glenn Morris  <rgm@gnu.org>
3786
3787         * binhex.el (binhex-begin-line): Give it basic doc-string.
3788
3789         * starttls.el, tls.el: Fix case of "GnuTLS".
3790
3791 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3792
3793         * gnus-group.el (gnus-group-highlight): Fix typo.
3794
3795 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3796
3797         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3798         value of `delete-file', that returns nil for a local file but returns t
3799         for a remote file using ssh.
3800
3801 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3802
3803         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3804
3805 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3806
3807         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3808         avoid later breakage.
3809
3810 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3811
3812         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3813         article buffers' name.
3814
3815 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3816
3817         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3818         by Paul Eggert's spellfixes two days ago.
3819
3820 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3821
3822         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3823         doesn't have it.
3824
3825         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3826         buffer-local instead of binding them to avoid warnings.  Also demote
3827         errors (bug#10063).
3828         (font-lock-mode-hook): Shut up byte compiler.
3829
3830 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3831
3832         * mm-util.el (mm-charset-after):
3833         * nnir.el (nnir-run-hyrex):
3834         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3835         (ntlm-get-password-hashes, ntlm-md4hash):
3836         * smime.el: Fix typo.
3837
3838 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3839
3840         * gnus-agent.el (gnus-agent-expire-group-1):
3841         * nndiary.el (nndiary-last-occurence):
3842         * nnimap.el (nnimap-request-set-mark):
3843         * nnmairix.el (nnmairix-only-use-registry):
3844         * gnus-group.el (gnus-group-prepare-flat):
3845         * gnus-sum.el (gnus-decode-encoded-word-methods):
3846         * message.el (message-wash-subject):
3847         * nntp.el (nntp-retrieve-headers-with-xover):
3848         * smime.el (smime-certificate-directory): Spelling fix.
3849
3850 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3851
3852         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3853
3854         * color.el:
3855         * gnus-agent.el (gnus-agent-possibly-alter-active):
3856         * gnus-dired.el (gnus-dired-print):
3857         * mail-parse.el:
3858         * nnmairix.el (nnmairix-request-group):
3859         * shr.el (shr-image-displayer):
3860         * sieve-manage.el:
3861         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3862
3863 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3864
3865         * gnus-sum.el (gnus-auto-select-subject):
3866         * spam-report.el (spam-report-resend): Spelling fix.
3867
3868 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3869
3870         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3871         * gnus-art.el (gnus-default-article-saver):
3872         * gnus-srvr.el (gnus-server-copy-server):
3873         * gnus.el (gnus-sloppily-equal-method-parameters):
3874         * html2text.el (html2text-format-tag-list):
3875         * message.el (message-narrow-to-head):
3876         * nndiary.el:
3877         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3878         * sieve.el: Spelling fix.
3879
3880 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3881
3882         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3883         * gnus-sum.el (gnus-summary-make-menu-bar):
3884         * gnus-uu.el (gnus-uu-decode-postscript)
3885         (gnus-uu-decode-postscript-and-save):
3886         * mailcap.el (mailcap-print-command):
3887         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3888         Fix typos.
3889
3890 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3891
3892         * gnus-art.el (gnus-article-part-wrapper):
3893         * html2text.el (html2text-fix-paragraphs):
3894         * mm-decode.el (mm-image-fit-p):
3895         * rfc2047.el (rfc2047-encode-message-header):
3896         * shr-color.el (shr-color-visible-distance-min)
3897         (shr-color-relative-to-absolute, set-minimum-interval)
3898         (shr-color-visible): Fix typos.
3899
3900 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3901
3902         * gmm-utils.el (gmm-tool-bar-item):
3903         * gnus-art.el (gnus-treat-body-boundary):
3904         * gnus-diary.el (gnus-user-format-function-d):
3905         * gnus-start.el (gnus-get-unread-articles):
3906         * pgg-gpg.el (pgg-gpg-update-agent):
3907         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3908
3909 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3910
3911         * gnus-topic.el (gnus-group-prepare-topics):
3912         * gnus-uu.el (gnus-extract-view):
3913         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3914
3915 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3916
3917         * spam.el: Move BBDB autoloads.
3918         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3919         BBDB 2 and 3.
3920         (spam-check-BBDB): Use it.
3921         (spam-enter-ham-BBDB): Use it.
3922
3923 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3924
3925         * smime.el (smime-draw-buffer): Spelling fix.
3926
3927 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3928
3929         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3930         for scanning exactly one level.
3931         * gnus-start.el (gnus-get-unread-articles): Ditto.
3932
3933 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3934
3935         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3936         slightly clearer.
3937
3938 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3939
3940         * gnus-sync.el: More commentary about setup.
3941
3942 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3943
3944         * message.el (message-send-and-exit): Document `arg'.
3945
3946 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3947
3948         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3949
3950 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3951
3952         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3953
3954         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3955         we don't use `bound-and-true-p'.
3956
3957 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3958
3959         * gnus-util.el (gnus-bound-and-true-p): Remove.
3960         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3961         * nnir.el: Use it.
3962         * nnmairix.el: Use it.
3963
3964 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3965
3966         * gnus-sync.el: Improve docs about CouchDB admins.
3967
3968         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3969         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3970         for reasons unknown.
3971         * nnir.el: Use it.
3972         * nnmairix.el: Use it.
3973
3974         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3975         * nnir.el: Ditto.
3976         * nnmairix.el: Ditto.
3977
3978         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3979
3980 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3981
3982         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3983         not needed.  Provide xmlplistread list function to produce XML plist
3984         output for non-Gnus LeSync clients.
3985
3986 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3987
3988         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3989
3990         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3991         and save against it.  Group subscriptions, read marks, other marks,
3992         subscription levels, topic names, and topic offsets (the group's
3993         position within the topic) are saved.  This is an experimental backend
3994         and may change significantly.  Load json.el from the gnus-fallback-lib
3995         if it's not available otherwise.
3996         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3997
3998 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3999
4000         * message.el (message-completion-function): Make sure
4001         message-tab-body-function is not attempted if one of
4002         message-completion-alist fails to find a completion (bug#9158).
4003
4004 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4005
4006         * mml.el (mml-quote-region): Quote <#secure> tag.
4007         (mml-generate-mime-1): Unquote <#secure> tag.
4008
4009 2011-10-20  Chong Yidong  <cyd@gnu.org>
4010
4011         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4012         calling a minor mode from Lisp with nil arg enables it, so we have to
4013         make the wording a bit ambiguous here).
4014
4015 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4016
4017         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4018         * nnir.el (nnir-mode): Use it.
4019         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4020         Use it.
4021
4022         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4023         * nnmairix.el (gnus-registry-enabled): Ditto.
4024
4025 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4026
4027         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4028         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4029         only while we need to find out if it should be t or nil.
4030         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4031         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4032         the registry is installed.  Set it to nil when it's unloaded.
4033         (gnus-registry-install-p): Provide user guidance for the initial value
4034         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4035         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4036         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4037         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4038         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4039         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4040         `gnus-registry-install'.
4041
4042 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4043
4044         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4045         previous change.
4046         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4047         primary key is marked as disabled.
4048
4049 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4050
4051         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4052         primary key is marked as disabled.
4053
4054 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4055
4056         * html2text.el (html2text-clean-anchor): Check for quotes around
4057         `href' value.
4058
4059 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4060
4061         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4062         searching.  Drop `bbdb-cache'.
4063
4064 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4065
4066         * message.el (message-signed-or-encrypted-p): Exclude header when
4067         checking if there is signed or encrypted body in text/plain message.
4068
4069 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4070
4071         * html2text.el (html2text-get-attr): Correctly handle attribute values
4072         containing "=".
4073
4074 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4075
4076         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4077         handle bindings.
4078
4079 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4080
4081         * gnus-win.el (gnus-configure-windows): Protect against reading
4082         ephemeral groups outside of Gnus.
4083
4084 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4085
4086         * shr.el (shr-tag-img): Don't get images displayed in tables.
4087
4088 2011-10-03  Glenn Morris  <rgm@gnu.org>
4089
4090         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4091         the "maintainer" version of debbugs.gnu.org reports.
4092
4093 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4094
4095         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4096         make asynchronous adjacent image insertion work better.
4097
4098 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4099
4100         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4101         documentation.
4102
4103 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4104
4105         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4106         `gnus-asynchronous' isn't shadowed.
4107
4108 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4109
4110         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4111
4112         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4113         (nnimap-insert-partial-structure): The charset parameter isn't
4114         case-sensitive.
4115
4116         * nnheader.el (nnheader-message-maybe): New function.
4117
4118         * shr.el (shr-tag-table): Render totally broken tables better.
4119
4120         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4121         computing the boundary.
4122
4123 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4124
4125         * pop3.el (pop3-number-of-responses): Remove.
4126         (pop3-wait-for-messages): Rewrite to take linear time instead of
4127         exponential time.
4128
4129 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4130
4131         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4132         re-fetch images.
4133
4134         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4135         re-fetch images when hitting `g' in Gnus.
4136
4137 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4138
4139         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4140         (mml-compute-boundary): Don't check collision if it is non-nil.
4141         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4142         before checking collision.
4143
4144 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4145
4146         * message.el (message-indent-citation): Really make sure there's a
4147         newline at the end.
4148
4149         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4150         Fix suggested by John Wiegley.
4151
4152         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4153
4154         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4155
4156         * message.el (message-default-send-rename-function): Break out into its
4157         own function.
4158
4159         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4160         doesn't work under XEmacs.
4161
4162         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4163         of "imaps" to word around Windows problems.
4164         (nnimap-open-connection-1): Use it.
4165
4166         * message.el (message-indent-citation): Revert last change which made
4167         `F' not work.
4168
4169 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4170
4171         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4172         terminal as well.
4173
4174 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4175
4176         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4177         because it displays images using overlays that aren't easy to copy to
4178         the article buffer.
4179
4180 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4181
4182         * message.el (message-indent-citation): Fix empty line removal at the
4183         end of the citation.
4184
4185 2011-09-20  Julien Danjou  <julien@danjou.info>
4186
4187         * auth-source.el (auth-source-netrc-create): Use default value for
4188         password if specified.  Evaluate default.
4189         (auth-source-plstore-create): Ditto.
4190         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4191         value evaluation.
4192         (auth-source-netrc-create): Typo fix.
4193         (auth-source-plstore-create): Ditto.
4194
4195         * password-cache.el (password-cache-remove): Remove entries even if the
4196         value is nil, so that password with a nil value (negative caching) is
4197         possible to invalidate.
4198
4199         * auth-source.el (auth-source-format-cache-entry): New function.
4200
4201 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4202
4203         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4204
4205 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4206
4207         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4208
4209 2011-09-19  Julien Danjou  <julien@danjou.info>
4210
4211         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4212         which work with things that are not ASCII.
4213
4214 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4215
4216         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4217
4218 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4219
4220         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4221         message level.
4222
4223 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4224
4225         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4226
4227 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4228
4229         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4230
4231 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4232
4233         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4234         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4235
4236 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4237
4238         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4239         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4240         articles.
4241
4242 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4243
4244         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4245         (message-mail-other-window, message-mail-other-frame)
4246         (message-news-other-window, message-news-other-frame):
4247         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4248         instead of setting buffer display varibles.
4249
4250 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4251
4252         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4253
4254         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4255
4256 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4257
4258         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4259         duplicates" to a higher level.
4260
4261         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4262         most egregious messages.
4263
4264 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4265
4266         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4267
4268 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4269
4270         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4271         up the file (bug#9351).
4272
4273 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4274
4275         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4276         it does with all other backends, but decode the names immediately after
4277         getting them.
4278
4279         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4280         decoding nnimap groups.
4281
4282         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4283         newsrc file.  It doesn't seem like an important optimization any more.
4284
4285 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4286
4287         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4288         overflows.
4289
4290 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4291
4292         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4293         (gnus-interactive-exit): Extend to `quiet'.
4294
4295         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4296
4297         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4298         string.
4299
4300         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4301         renaming function arguments from `this'.
4302
4303         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4304
4305         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4306         has been renamed.
4307         (gnus-lrm-string-p): Include RLM and PDF, too.
4308
4309         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4310         (bug#9225).
4311
4312 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4313
4314         Add autoload cookies for functions used by sendmail.el.
4315         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4316
4317         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4318
4319 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4320
4321         * gnus-art.el (article-date-ut): Work properly even when there are
4322         things like Date header in the body; work for forwarded parts.
4323
4324 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4325
4326         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4327         original-article-buffer.
4328
4329 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4330
4331         * nnir.el (nnir-compose-result): Fix matching of server type.
4332         (nnir-run-swish++): Ditto.
4333         (nnir-run-namazu): Ditto.
4334         (nnir-run-notmuch): Ditto.
4335
4336 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4337
4338         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4339         (bug#9405).
4340
4341         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4342         (bug#9421).
4343
4344         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4345         (bug#9425).
4346
4347         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4348         thing (bug#9426).
4349
4350 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4351
4352         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4353         the error message.
4354
4355 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4356
4357         * message.el (message-setup-1): Return t (Bug#9392).
4358
4359 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4360
4361         * gnus-sum.el: When adding article headers to a summary buffer also
4362         update gnus-newsgroup-articles (bug#9386).
4363
4364 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4365
4366         * auth-source.el: Autoload help-mode.
4367
4368 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4369
4370         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4371         names.
4372
4373 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4374
4375         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4376         mm-replace-in-string for compatibility issues.
4377         * mml2015.el (mml2015-epg-verify): Ditto.
4378
4379 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4380
4381         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4382
4383         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4384
4385 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4386
4387         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4388         continue on and do the clean-up phase (bug#9188).
4389
4390         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4391         just ignore groups that can't be opened instead of erroring out
4392         (bug#9225).
4393
4394         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4395         nil since some many people are fuddy-duddies.
4396
4397         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4398         images.
4399
4400         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4401         instead.
4402
4403         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4404
4405         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4406
4407         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4408         processing.
4409
4410         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4411         buffer to avoid warnings.
4412
4413 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4414
4415         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4416         specified to reduce precision.
4417
4418 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4419
4420         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4421         bodystructures (bug#9314).
4422
4423 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4424
4425         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4426         Make button keymap non-sticky after buttons.
4427
4428 2011-08-18  David Engster  <dengste@eml.cc>
4429
4430         * nnmairix.el (nnmairix-request-set-mark)
4431         (nnmairix-goto-original-article): Remove adding of article to registry,
4432         since `gnus-registry-add-group' isn't available anymore.
4433         (nnmairix-determine-original-group-from-registry):
4434         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4435         available anymore.
4436
4437 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4438
4439         * starttls.el (starttls-any-program-available): Define as obsolete
4440         function.
4441
4442 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4443
4444         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4445         versions which Gnus use when appropriate.
4446
4447         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4448         a pretty destructive command.
4449
4450         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4451
4452 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4453
4454         * message.el (message-fix-before-sending): Make a different warning
4455         about NUL characters (bug#9270).
4456
4457         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4458         from custom (bug#9260).
4459
4460         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4461         things work in Emacs 22 and XEmacs, too.
4462
4463         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4464         default From.
4465
4466         * gnus-spec.el (gnus-lrm-string-p): New macro.
4467         (gnus-lrm-string): New constant.
4468         (gnus-summary-line-format-spec): LRM-ify the from.
4469         (gnus-tilde-max-form): LRM-ify string chopping.
4470
4471         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4472
4473         * message.el (message-is-yours-p): Allow disabling canlock checking
4474         (bug#9295).
4475         (message-shoot-gnksa-feet): Add `canlock-verify'.
4476         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4477         message directory isn't writable (bug#9304).
4478
4479         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4480         non-world-readable.
4481
4482 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4483
4484         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4485         articles.
4486
4487 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4488
4489         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4490         copy-list.
4491
4492 2011-08-12  Sam Steingold  <sds@gnu.org>
4493
4494         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4495         in the reverse order to avoid modifying the cache with `nreverse'.
4496         (gnus-all-score-files): Do not modify the value returned by
4497         `gnus-score-find-alist' because it lives in a cache variable.
4498         (gnus-current-home-score-file): No need to `nreverse' the return value
4499         of `gnus-score-find-alist', it is already in the correct order.
4500
4501 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4502
4503         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4504         type MESSAGE and subtype RFC822 is slightly different from those of
4505         type TEXT.
4506
4507 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4508
4509         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4510         This allows article-referral to work from an nnir group.
4511
4512 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4513
4514         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4515
4516 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4517
4518         * mml1991.el (mml1991-epg-find-usable-key)
4519         (mml1991-epg-find-usable-secret-key): New function.
4520         (mml1991-epg-sign): Check if signing key is usable.
4521         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4522
4523 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4524
4525         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4526         server-variables only.  This should fix a bug introduced with commit
4527         e1889675b7f4adf057833c5513c9374134c4e053.
4528         (nnir-run-query): 'nnir-search-engine should not be set from the global
4529         environment.
4530
4531 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4532
4533         * nnir.el (nnir-search-thread): Position point on referring article
4534         line.
4535         (nnir-warp-to-article): Clean up summary buffers.
4536
4537         * nnimap.el (nnimap-request-thread): Whitespace fix.
4538
4539 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4540
4541         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4542
4543 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4544
4545         * starttls.el (starttls-available-p): Rename from
4546         `starttls-any-program-available' and changed return convention.
4547
4548 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4549
4550         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4551         `unix-sync' unless it's defined.
4552
4553 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4554
4555         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4556         `aref' for XEmacs compatibiltiy.
4557
4558 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4559
4560         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4561
4562 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4563
4564         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4565         closures, quote the form properly (bug#9194).
4566
4567 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4568
4569         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4570         (gnus-summary-insert-new-articles): Protect against servers that are
4571         down.
4572
4573 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4574
4575         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4576         in mm handle if none is specified.
4577
4578 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4579
4580         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4581
4582 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4583
4584         * nnir.el (nnir-search-thread): New function to make an nnir group
4585         based on a thread query.
4586
4587         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4588         of nnir in thread referral.
4589         (gnus-summary-refer-thread): Use it.
4590
4591         * nnimap.el (nnimap-request-thread): Use it.
4592
4593 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4594
4595         * shr.el (shr-tag-comment): Ignore HTML comments.
4596
4597 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4598
4599         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4600         argument.
4601         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4602         Use `nnir-address' to handle server info rather than passing an arg.
4603
4604         * nnimap.el (nnimap-make-thread-query): New utility function to format
4605         an imap thread search query.
4606         (nnimap-request-thread): Use it.
4607
4608         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4609         right select-method if we are not going back to the group buffer.
4610
4611 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4612
4613         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4614         enter invalid buffer configurations into the quit form (bug#9107).
4615         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4616         unplugged/plugged.
4617
4618         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4619         keep track of which ones are unread (bug#9061).
4620
4621         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4622         (bug#9055).
4623
4624         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4625         (bug#9041).
4626
4627         * gnus-html.el (mm-util): Require (bug#9073).
4628
4629         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4630         (gnus-summary-refer-thread): Use it to remove duplicates in the
4631         un-threaded view (bug#9053).
4632         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4633
4634 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4635
4636         * nnir.el (nnir-read-server-parm): Use default value from global
4637         variable.  Without this the default search engine parameters aren't
4638         used at all.
4639
4640 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4641
4642         * message.el (message-unique-id): Don't use the undocumented return
4643         value from (random t) (bug#9118).
4644
4645 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4646
4647         * message.el (message-auto-save-directory): If the ~/Mail directory
4648         doesn't exist, use ~ as the auto-save directory (bug#4432).
4649
4650         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4651         hasn't already been started.
4652
4653 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4654
4655         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4656
4657         * message.el (message-reply): Work around mysterious bug where
4658         `message-mode' seems to overwrite the locally bound `subject' variable.
4659
4660 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4661
4662         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4663         correct group.
4664
4665         * gnus-int.el (gnus-request-thread): Add group argument.
4666
4667         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4668
4669 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4670
4671         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
4672
4673         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4674         renamed to `debbugs-gnu-*'.
4675
4676 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4677
4678         * plstore.el: Revert the editing feature since it is not urgent.
4679         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4680         (plstore-mode-decoded): Remove.
4681
4682 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4683
4684         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4685         isn't very interesting any more, and it leaks potentially secret data.
4686         (gnus-debug): Remove.
4687
4688         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4689         use of :custom-show.
4690
4691 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4692
4693         * plstore.el: Add documentation.
4694         (plstore-mode): New mode to edit plstore file.
4695         (plstore-mode-toggle-display, plstore-mode-original)
4696         (plstore-mode-decoded): New command.
4697         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4698         (plstore--insert-buffer, plstore--make): New function.
4699         (plstore-open, plstore-save): Simplify by using them.
4700
4701 2011-07-06  Glenn Morris  <rgm@gnu.org>
4702
4703         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4704
4705 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4706
4707         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4708         no longer is much used.
4709         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4710         Articles".
4711
4712 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4713
4714         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4715         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4716         `notmuch' backend.
4717
4718 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4719
4720         * mm-decode.el (mm-text-html-renderer): Doc fix.
4721
4722         * gnus-msg.el (gnus-bug): Fix the MML tag.
4723
4724         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4725
4726 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4727
4728         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4729         secondary methods if started with `gnus-no-server'.
4730
4731 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4732
4733         * message.el (message-return-action): Fix typo in docstring.
4734
4735 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4736
4737         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4738         bug reports at once.
4739
4740         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4741
4742 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4743
4744         * nndraft.el: Require gnus-group.
4745         (nndraft-request-list): Declare.
4746
4747         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4748         no unread article unless it matches gnus-permanently-visible-groups.
4749
4750         * nndraft.el (nndraft-update-unread-articles): New function.
4751         (nndraft-request-associate-buffer): Use it to update the number of
4752         unread articles for the nndraft groups in the group buffer when saving
4753         or killing a draft message.
4754
4755 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4756
4757         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4758         systems to binary before writing and reading the mbox files.
4759
4760         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4761         instead of trying to list them all (bug#8978).
4762
4763 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4764
4765         * pop3.el (pop3-open-server): Use :end-of-capability.
4766
4767 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4768
4769         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4770         the id is always a number.
4771
4772         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4773
4774         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4775         debbugs mode, if possible.
4776
4777 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4778
4779         * auth-source.el (auth-source-token-passphrase-callback-function):
4780         Reindent.
4781         (epg-context-operation): Remove unnecessary autoload.
4782
4783 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4784
4785         * gnus.el (gnus-list-debbugs): New command.
4786
4787         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4788         mboxstat instead of the maintbox, since the stat seems to be fuller.
4789
4790         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4791         summary buffers.
4792
4793         * message.el (message-get-reply-headers): Delete all duplicates,
4794         instead of the first.
4795         (message-get-reply-headers): Ensure that we have progress while
4796         deleting duplicates.
4797
4798         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4799         gnus-posting-style value from the summary buffer to make it easier to
4800         make that a per-buffer conf.
4801
4802 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4803
4804         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4805         found by setting `shortcut' in 'query.
4806         (nnir-request-article): Use `shortcut' setting when requesting article
4807         by Message-ID.
4808
4809 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4810
4811         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4812         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4813         Bring the pseudo-headers back too.
4814
4815 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4816
4817         * auth-source.el (auth-source-token-passphrase-callback-function):
4818         Simplify and remove EPA dependency.
4819
4820 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4821
4822         * nnir.el (nnir-request-article): Fix error message text.
4823
4824 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4825
4826         * auth-source.el (plstore-delete): Autoload.
4827         (auth-source-plstore-search): Support delete operation.
4828         * plstore.el (plstore-delete): New function.
4829
4830 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4831
4832         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4833         mark actually existing articles as unread rather than the ones that
4834         active asserts.
4835
4836 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4837
4838         * nntp.el (nntp-record-command):
4839         * gnus-util.el (gnus-message-with-timestamp-1):
4840         Use format-time-string rather than decoding time stamps by hand.
4841         This is simpler and insulates the code from potential changes to
4842         current-time format.
4843
4844 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4845
4846         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4847
4848 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4849
4850         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4851         (plstore-save): Support public key encryption.
4852         (plstore--init-from-buffer): New function.
4853         (plstore-open): Use it; fix error when opening a non-existent file.
4854         (plstore-revert): Use plstore--init-from-buffer.
4855
4856 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4857
4858         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4859
4860 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4861
4862         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4863         for old Emacsen.
4864
4865 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4866
4867         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4868         is not fully working.
4869
4870 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4871
4872         * dgnushack.el: Autoload sha1 on XEmacs.
4873
4874         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4875         quit window configuration.
4876
4877         * auth-source.el (epg-context-set-passphrase-callback):
4878         Remove duplicate autoload.
4879
4880 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4881
4882         * nnir.el (nnir-request-article): Allow requesting articles by
4883         Message-ID with nnimap.
4884
4885         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4886         current server.
4887
4888 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4889
4890         * auth-source.el: Autoload EPA/EPG functions.
4891         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4892         changed when EPA/EPG is not available.
4893         (auth-source-backend): Rename "arg" member to "data".
4894         (auth-source-backend-parse, auth-source-plstore-search)
4895         (auth-source-plstore-create): Use it.
4896
4897 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4898
4899         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4900         `gnus-refer-article-methods'.
4901
4902 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4903
4904         * auth-source.el: Require EPA and EPG.
4905         (auth-source-passphrase-alist): New variable.
4906         (auth-source-passphrase-callback-function)
4907         (auth-source-token-passphrase-callback-function): Callbacks for the
4908         netrc field encryption (GPG tokens).
4909         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4910         Symmetric encryption and decryption of the netrc GPG tokens.
4911         (auth-source-netrc-normalize): Use them, simplifying the closure.
4912
4913 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4916         is available.
4917
4918 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4919
4920         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4921         non-nil, and `nnimap-split-methods' is nil, use the former.
4922
4923 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4924
4925         * plstore.el (plstore-revert): New function.
4926         (plstore-open): Use it; hide the buffer from user.
4927
4928 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4929
4930         * auth-source.el (auth-source-backend): New member "arg".
4931         (auth-source-backend-parse): Handle new backend 'plstore.
4932         * plstore.el: New file.
4933
4934 2011-06-30  Glenn Morris  <rgm@gnu.org>
4935
4936         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4937
4938 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4939
4940         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4941         expiring articles to.
4942
4943         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4944         variations as ASCII (bug#5458).
4945
4946 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4947
4948         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4949
4950 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4951
4952         * message.el (message-point-in-header-p): Tweak the function to default
4953         to saying that we're not in the headers if there is no separator at
4954         all.  This makes it possible to use the Message version of `M-q' in
4955         buffers with no headers (bug#7987).
4956         (message-point-in-header-p): Fix last checkin to work with an empty
4957         mail-header-separator, too.
4958
4959         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4960         again, save the choice via customize.
4961
4962 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4963
4964         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4965
4966         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4967         ended the connection, bail out before waiting infinitely on a new
4968         connection.
4969
4970 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4971
4972         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4973         reports.
4974
4975         * gnus.el (gnus-bug-package): Use "gnus."
4976         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4977
4978 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4979
4980         * dgnushack.el: Make the timer warning go away on XEmacs.
4981
4982         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4983         animations going on at article exit time.
4984
4985         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4986         since removing it breaks people upgrading.
4987
4988         * shr.el (shr-put-image): Use the new interface for animating images.
4989         (shr-put-image): Animate for 60 seconds.
4990
4991         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4992         avoid compiler warnings.
4993
4994         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4995         error with `find-file-hooks' on Emacs 22.
4996         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4997         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4998         on all architectures.
4999
5000         * spam.el (spam-stat): Require in a normal fashion without binding
5001         `spam-stat-install-hooks' to avoid compilation warnings.
5002
5003         * spam-stat.el (spam-stat-install-hooks): Remove.
5004         (spam-stat-install-hooks): Don't run automatically.
5005
5006 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5007
5008         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5009         and keystroke.
5010
5011 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5012
5013         * auth-source.el (auth-source-netrc-cache): Move forward.
5014
5015 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5016
5017         * proto-stream.el (proto-stream-open-starttls): Use
5018         `gnutls-available-p' to see whether we have built-in support.
5019
5020         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5021         we already know.
5022         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5023         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5024
5025 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5026
5027         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5028         %S format, since that looks odd.
5029         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5030         file, especially when saving.
5031
5032 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5033
5034         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5035         article found.
5036
5037 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5038
5039         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5040         `auth-source-save-secrets' with a more sensitive alist that can be
5041         configured per file.  Experimental, so defaults to 'never.
5042         (auth-source-netrc-create): Use it.  Still experimental code.
5043         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5044         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5045
5046 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5047
5048         * auth-source.el (auth-source-save-secrets): New variable to control if
5049         secret tokens should be saved encrypted.
5050         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5051         to `auth-source-netrc-normalize'.
5052         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5053         on the EPA variables being defined.
5054         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5055         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5056         the lexical-let closure.
5057         (auth-source-netrc-create): Create "gpg:" tokens according to
5058         `auth-source-save-secrets'.
5059
5060 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5061
5062         * gnus-group.el (gnus-group-update-group): Add new argument
5063         `info-unchanged' that stops updating dribble buffer.
5064
5065         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5066         deletes lines matching to it in dribble buffer.
5067
5068         * gnus-agent.el (gnus-agent-fetch-group-1):
5069         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5070         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5071         * gnus-start.el (gnus-group-change-level):
5072         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5073
5074         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5075         if newsgroup info is not changed.
5076
5077         * gnus-group.el (gnus-group-get-new-news-this-group):
5078         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5079         Don't update dribble buffer.
5080
5081 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5082
5083         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5084         remove entries with groups we ignore.
5085
5086 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5087
5088         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5089         the underline comes at the bottom.
5090
5091 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5092
5093         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5094         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5095         (gnus-registry-article-marks-to-names): Rename from
5096         `gnus-registry-user-format-function-M2'.
5097
5098 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5099
5100         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5101         ephemeral group.
5102
5103 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5104
5105         * shr.el (shr-browse-image): Copy the URL if called interactively.
5106
5107 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5108
5109         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5110         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5111         done, then unselected articles may be marked as read.
5112
5113         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5114         since not doing this seems to lead to a race condition in pop3-logon.
5115
5116         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5117         so that the call chain it correct when we call "upwards".
5118
5119         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5120         in read-only groups.
5121
5122         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5123
5124         * message.el (message-cite-reply-position): Doc string fix.
5125
5126         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5127         avoid regexp overflow.
5128         (nnimap-transform-split-mail): Ditto.
5129
5130         * pop3.el (pop3-retr): Error out if the server closes the connection.
5131
5132 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5133
5134         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5135         mm-with-unibyte-current-buffer.  The buffer should not contain any
5136         multibyte chars anyway at this stage.
5137
5138 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5139
5140         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5141         at the end of lines.
5142
5143 2011-05-29  Julien Danjou  <julien@danjou.info>
5144
5145         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5146
5147 2011-05-27  Glenn Morris  <rgm@gnu.org>
5148
5149         * gnus-group.el (gnus-bug-group-download-format-alist):
5150         Use the "maintainer" version of debian reports as well.
5151
5152 2011-05-26  Glenn Morris  <rgm@gnu.org>
5153
5154         * gnus-group.el (gnus-bug-group-download-format-alist):
5155         Use the "maintainer" version of debbugs.gnu.org reports.
5156
5157 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5158
5159         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5160
5161 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5162
5163         * gnus-cus.el (gnus-agent-customize-category):
5164         * gnus-delay.el (gnus-delay-send-queue):
5165         * gnus.el (gnus-other-frame):
5166         Don't quote lambda expressions with `quote'.
5167
5168 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5169
5170         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5171         the thread moves us backwards and so we loop forever.
5172
5173 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5174
5175         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5176         whitespace in base64 data lines.
5177
5178 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5179
5180         * gnus-registry.el (gnus-registry-user-format-function-M):
5181         Use `mapconcat'.
5182         (gnus-registry-user-format-function-M2): Use to see the full text of
5183         the marks.  Make "," the mark text separator.
5184
5185         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5186         authentication with auth-source.
5187
5188 2011-05-17  Glenn Morris  <rgm@gnu.org>
5189
5190         * gnus-group.el (gnus-import-other-newsrc-file):
5191         Use insert-file-contents.
5192
5193 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5194
5195         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5196         1000 iterations.
5197
5198 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5199
5200         * nntp.el (nntp-open-connection): Check if process-type is available.
5201
5202 2011-05-16  Julien Danjou  <julien@danjou.info>
5203
5204         * shr.el (shr-tag-del): Add support for del tag.
5205
5206 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * gnus-html.el (gnus-html-put-image): Register a displayer.
5209
5210         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5211
5212 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5213
5214         * registry.el (prune-factor): New initialization parameter defaulting
5215         to 0.1.
5216         (registry-prune-hard): Use it.
5217
5218         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5219         0.1 expicitly.
5220
5221 2011-05-13  Glenn Morris  <rgm@gnu.org>
5222
5223         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5224         is bound, since this function requires sendmail.
5225
5226 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5227
5228         * registry.el (registry-usage-test): Disable pruning test.
5229
5230 2011-05-11  David Engster  <dengste@eml.cc>
5231
5232         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5233         Bind set-network-process-option for XEmacs.
5234
5235 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5236
5237         * registry.el (registry-prune-hard-candidates)
5238         (registry-prune-soft-candidates): Helper methods for registry pruning.
5239         (registry-prune): Use them.  Make the sort function optional.
5240
5241 2011-05-10  Jim Meyering  <meyering@redhat.com>
5242
5243         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5244
5245 2011-05-10  Julien Danjou  <julien@danjou.info>
5246
5247         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5248         symbol and not a list.
5249
5250 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5251
5252         * gnus-art.el (gnus-article-mode): Move binding of
5253         shr-put-image-function here from gnus-article-prepare-display.
5254
5255         * shr.el (shr-put-image-function): New variable.
5256         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5257         (shr-put-image): Return scaled image.
5258
5259         * gnus-art.el (gnus-shr-put-image): New function.
5260         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5261
5262         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5263         original ones, as deletable.
5264
5265 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5266
5267         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5268
5269 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5270
5271         * registry.el (registry-full): Add convenience method.  Fix logic.
5272         (registry-insert): Use it.  Fix logic here too.
5273
5274         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5275         `registry-prune' if `registry-full' returns t.
5276         (gnus-registry-handle-action)
5277         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5278         (gnus-registry-usage-test): Use it.
5279
5280 2011-05-07  Julien Danjou  <julien@danjou.info>
5281
5282         * shr.el (shr-link): Make shr-link inherit from link by default.
5283
5284 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5285
5286         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5287
5288 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5289
5290         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5291         error out because the face is not a list.
5292
5293 2011-05-05  Glenn Morris  <rgm@gnu.org>
5294
5295         * proto-stream.el (gnutls-negotiate): Fix declarations.
5296
5297         * gnus-start.el (gnus-propagate-marks): Declare.
5298
5299 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5300
5301         * registry.el (registry-reindex): Fix percentage message.
5302
5303         * proto-stream.el (network-stream-open-starttls): Adjust to call
5304         `gnutls-negotiate' with :process and :hostname arguments.
5305
5306 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5307
5308         * shr.el: Add shr-link face for links.
5309         (shr-urlify): Use it.
5310
5311         * registry.el (registry-insert): Make error message more helpful.
5312
5313 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5314
5315         * gnus-html.el (gnus-html-schedule-image-fetching):
5316         Use url-queue-retrieve, if it exists.
5317
5318         * shr.el (shr-tag-img): Ditto.
5319
5320         * gnus.el: Autoload more gnus-agent functions.
5321
5322         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5323         agent if we haven't already (bug#8502).
5324
5325         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5326         into the Agent, too.
5327
5328         * gnus-agent.el (gnus-agent-store-article): New function.
5329
5330         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5331         and moved from that file for reuse.
5332
5333         * pop3.el (pop3-open-server): Error messages are "-ERR".
5334
5335 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5336
5337         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5338         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5339
5340 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5341
5342         * gnus.el: No Gnus v0.17 is released.
5343
5344 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5345
5346         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5347         buffer has moved to a different frame.
5348
5349 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5350
5351         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5352         to get the conversion from unibyte to multibyte buffers to work on
5353         Emacs 22.
5354
5355         * nntp.el (nntp-request-article): Slight clean-up.
5356
5357 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5358
5359         * shr.el (shr-strike-through): New face.
5360         (shr-tag-s): Use it to provide <s> support.
5361         (shr-tag-s): Remove duplicate definition.
5362
5363 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5364
5365         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5366         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5367
5368 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5369
5370         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5371         `gnutls-negotiate'.
5372         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5373
5374 2011-04-23  Glenn Morris  <rgm@gnu.org>
5375
5376         * gnus-sum.el (gnus-extra-headers): Bump :version.
5377
5378 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5379
5380         * shr.el (shr-tag-sup): New function.
5381         (shr-tag-sub): Ditto.
5382
5383 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5384
5385         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5386         for the case where `gnus-registry-ignored-groups' is a list of lists,
5387         and don't call `gnus-parameter-registry-ignore' otherwise.
5388
5389 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5390
5391         * nnimap.el (nnimap-user): New backend variable.
5392         (nnimap-open-connection-1): Use it.
5393         (nnimap-credentials): Accept user parameter so it's explicit what user
5394         name is desired.
5395
5396         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5397         default.
5398
5399         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5400         not gnus-registry.el.
5401
5402         * gnus-registry.el: Mention in comments how to modify
5403         `gnus-extra-headers' for proper recipient tracking and that it may
5404         already have To and Cc recently, which it does as of this commit.
5405         (gnus-registry-ignored-groups): Remove defcustom.
5406         Explain why in comments.
5407         (gnus-registry-action): Fix data-header reference to use the extra
5408         headers.  Explain in package commentary how to add To and Cc headers to
5409         the gnus-extra-headers.
5410         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5411         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5412         parameter list or a string list in `gnus-registry-ignored-groups'.
5413         Fix logic error.
5414
5415 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5416
5417         * shr.el (shr-expand-url): Protect against null urls.
5418
5419 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5420
5421         * shr.el (shr-base): New binding.
5422         (shr-tag-base): Keep track of <base>.
5423         (shr-expand-url): New function used throughout.
5424
5425 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5426
5427         * gnus-registry.el
5428         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5429         (gnus-registry-ignored-groups): New variable.
5430         (gnus-registry-ignore-group-p): Use it.
5431         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5432         set the destination group to nil (same as delete) if it's ignored.
5433
5434 2011-04-20  David Engster  <dengste@eml.cc>
5435
5436         * tests/gnustest-nntp.el: New file for simple NNTP testing.
5437
5438         * Makefile.in (test-nntp): New rule.
5439         (check): Add it.
5440         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
5441
5442 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5443
5444         * gnus-registry.el (gnus-registry-action)
5445         (gnus-registry-fetch-header-fast):
5446         Don't use mail-header that looks an internal function of mailheader.el.
5447
5448 2011-04-19  Glenn Morris  <rgm@gnu.org>
5449
5450         * time-date.el (time-to-days): Remove unused local variables.
5451
5452 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5453
5454         * gnus-registry.el: Eliminate cl functions.
5455         (gnus-registry-sort-addresses): New function that replaces mapcan.
5456         (gnus-registry-action, gnus-registry-spool-action)
5457         (gnus-registry-split-fancy-with-parent)
5458         (gnus-registry-fetch-recipients-fast): Use it.
5459         (gnus-registry-import-eld): Replace delete* with dolist + delq.
5460
5461         * registry.el (initialize-instance, registry-lookup)
5462         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5463         (registry-lookup-secondary-value, registry-search, registry-delete)
5464         (registry-insert, registry-reindex, registry-size, registry-prune):
5465         Use eval-and-compile.
5466
5467 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5468
5469         * registry.el (registry-reindex): New method to recreate the secondary
5470         registry indices.
5471
5472         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5473         tracked field changes.
5474         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5475         (gnus-registry-action, gnus-registry-spool-action)
5476         (gnus-registry-handle-action)
5477         (gnus-registry--split-fancy-with-parent-internal)
5478         (gnus-registry-split-fancy-with-parent)
5479         (gnus-registry-register-message-ids): Add recipient tracking on spool,
5480         move, and delete actions, and for fancy splitting with parent.
5481         (gnus-registry-extract-addresses)
5482         (gnus-registry-fetch-recipients-fast)
5483         (gnus-registry-fetch-header-fast): Convenience functions.
5484         (gnus-registry-misc-test): ERT test of
5485         `gnus-registry-extract-addresses'.
5486
5487 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
5488
5489         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5490         Track by subject first, then sender.
5491
5492 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5493
5494         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5495
5496         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5497         Lisp.
5498
5499         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5500         (gnus-draft-send): Use it to avoid popping
5501         up frames from gnus-group-send-queue.
5502
5503 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5504
5505         * gnus-registry.el: Updated gnus-registry docs.
5506
5507 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5508
5509         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5510         Fix logic bug.
5511         (gnus-registry-post-process-groups): Fix logging of no results and
5512         quote sender and subject.
5513
5514 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5515
5516         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
5517         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
5518         gnutls-cli are too slow to be done opportunistically.
5519
5520         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5521         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5522         we had no early-data returned.
5523         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5524         two async commands to the same server at the same time.
5525
5526 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5527
5528         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5529
5530 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5531
5532         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5533         "warning" level.
5534
5535         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5536         (mm-url-insert-file-contents): Don't set the package names.
5537
5538 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5539
5540         * gnus-registry.el (gnus-registry-action): Remove properties and
5541         simplify subject in `gnus-registry-handle-action'.
5542         (gnus-registry-spool-action): Get subject and sender from message if
5543         they are not passed in.
5544         (gnus-registry-handle-action): Remove properties and simplify subject
5545         consistently.
5546
5547 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5548
5549         * registry.el: Require CL before using defmacro*.
5550
5551 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5552
5553         * gnus-art.el (article-treat-date): Assume that
5554         gnus-article-date-headers may be a group parameter.
5555
5556 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5557
5558         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5559
5560         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5561         interactively so the newsrc file can contain foreign groups too.
5562         Useful for debugging but not much for users.
5563
5564 2011-04-07  David Engster  <dengste@eml.cc>
5565
5566         * registry.el (registry-usage-test): Only do
5567         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5568         lexical binding.
5569
5570 2011-04-07  David Engster  <dengste@eml.cc>
5571
5572         * Makefile.in (check, test-registry): New rules for test-suite.
5573
5574 2011-04-06  David Engster  <dengste@eml.cc>
5575
5576         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5577         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5578
5579 2011-04-06  David Engster  <dengste@eml.cc>
5580
5581         * registry.el (initialize-instance): Change :after to :AFTER to be
5582         compatible with old EIEIO version in XEmacs.
5583
5584 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5585
5586         * gnus-registry.el (gnus-registry-post-process-groups)
5587         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5588         and provide better messaging.
5589
5590 2011-04-06  David Engster  <dengste@eml.cc>
5591
5592         * Makefile.in (fail-on-warning): New rule to compile with warnings as
5593         errors.
5594
5595         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
5596         dgnushack-compile with error-on-warn enabled, and to signal an error if
5597         clean compilation failed.
5598         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
5599         with `byte-compile-error-on-warn'.  Return nil if errors occured.
5600
5601 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5602
5603         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5604         unconditionally anyway, discarding errors.
5605         (gnus-registry-delete-entries): New convenience function.
5606         (gnus-registry-import-eld): Import from old .eld registry.
5607
5608         * registry.el: Don't use ERT if it's not available.  Load it
5609         unconditionally anyway, discarding errors.
5610
5611         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5612         version from the Claudio Bley GnuTLS patch (extra optional parameters
5613         and host name).
5614
5615 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5616
5617         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5618         fixup the parameters that can be customized by the user between
5619         save/read cycles.
5620         (gnus-registry-read): Use it.
5621         (gnus-registry-make-db): Use it.
5622         (gnus-registry-spool-action, gnus-registry-handle-action):
5623         Fix messaging.
5624         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5625         Map references to actual group names with sender and subject tracking.
5626         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5627         (gnus-registry-usage-test): Add subject lookup test.
5628
5629         * registry.el (registry-db, initialize-instance): Set up constructor
5630         instead of :initform arguments for the sake of older Emacsen.
5631         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5632         pre-lexbind merge bug.
5633         (registry-usage-test): Use it.
5634         (initialize-instance, registry-db): Move the non-function initforms
5635         back to the class definition.
5636
5637 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5638
5639         * registry.el: New library to manage gnus-registry-style data.
5640
5641         * gnus-registry.el: Use it (major rewrite).
5642
5643         * nnregistry.el: Use it.
5644
5645         * spam.el: Use it.
5646
5647 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5648
5649         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5650         marks on non-selected articles.
5651
5652 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5653
5654         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5655         parameter to open-protocol-stream.
5656
5657 2011-04-01  Julien Danjou  <julien@danjou.info>
5658
5659         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5660         fundamental-mode.
5661
5662 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5663
5664         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5665         servers.
5666
5667 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5668
5669         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5670         made marks not propagate, again.
5671
5672 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5673
5674         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5675         Make this the default type.
5676         (proto-stream-open-plain): Rename from proto-stream-open-default.
5677         (open-protocol-stream, proto-stream-open-starttls)
5678         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5679         with `plain'.
5680
5681         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5682         value.
5683
5684         * nntp.el (nntp-open-connection-function): Document the fact that some
5685         values are not functions but are instead handled specially.
5686         Recognize nntp-open-plain-stream value.
5687         (nntp-open-connection): Recognize that value.
5688
5689 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5690
5691         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
5692         where it seems to be needed.
5693
5694 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5695
5696         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5697         stuff.
5698
5699         * gnus-score.el (gnus-score-string): Fix calling convention of
5700         `gnus-simplify-buffer-fuzzy' after last patches.
5701
5702         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5703         server for articles we didn't get any headers for.  This is a sanity
5704         check.
5705
5706 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5707
5708         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5709         new CAPABILITY, use it.
5710
5711 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5712
5713         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5714         downloading anything.
5715
5716         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5717
5718 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5719
5720         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5721         colors.
5722         (gnus-splash-svg-color-symbols): New function.
5723
5724 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5725
5726         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5727         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5728         (gnus-simplify-subject-fuzzy): Use the local
5729         gnus-simplify-subject-fuzzy-regex instead of the global one.
5730         This makes using this variable in group parameters work.
5731
5732 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5733
5734         * gnus-registry.el (gnus-registry-unfollowed-groups):
5735         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5736         archive:sent-YYYY-MM-DD groups).
5737         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5738         tracking if there are more than `gnus-registry-max-track-groups'
5739         matches.
5740
5741 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5742
5743         * message.el (message--yank-original-internal): New function to do the
5744         insertion cleanly inside eval in `message-yank-original'.
5745         (message-yank-original): Use it.
5746
5747 2011-03-29  Julien Danjou  <julien@danjou.info>
5748
5749         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5750         local variables disabled rather than `normal-mode'.
5751
5752 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5753
5754         * imap.el (imap-shell-open, imap-process-connection-type):
5755         Use imap-process-connection-type for 'shell' streams as well as
5756         Kerberos, SSL, other subprocesses.
5757
5758 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5759
5760         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5761         with open-network-stream.
5762         (proto-stream-always-use-starttls): Option removed.
5763         (open-protocol-stream): Return a process object by default.  Provide a
5764         new parameter :return-list specifying a list-type return value, which
5765         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5766         :type `network' to `try-starttls', and `network-only' to `default'.
5767         Make `default' the default, for compatibility with open-network-stream.
5768         Handle the no-parameter case exactly as open-network-stream, with no
5769         additional stream processing.  Search plists using plist-get.
5770         Explicitly add :end-of-commend parameter if it is missing.
5771         (proto-stream-open-default): Rename from
5772         proto-stream-open-network-only.  Return 'default as the type.
5773         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5774         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5775         failed.  Always return a list with a (possibly dead) process as the
5776         first element, for compatibility with open-network-stream.
5777         (proto-stream-open-tls): Use plist-get.  Always return a list.
5778         (proto-stream-open-shell): Return `default' as connection type.
5779         (proto-stream-capability-open): Use plist-get.
5780         (proto-stream-eoc): Function deleted.
5781
5782         * nnimap.el (nnimap-stream, nnimap-open-connection)
5783         (nnimap-open-connection-1): Handle renaming of :type parameter for
5784         open-protocol-stream.
5785         (nnimap-open-connection-1): Pass a :return-list parameter
5786         open-protocol-stream to obtain a list return value.  Parse this list
5787         using plist-get.
5788
5789         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5790         for open-protocol-stream.  Accept open-protocol-stream return value
5791         that is a subprocess object instead of a list.  Handle the case of a
5792         dead returned process.
5793
5794 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5795
5796         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5797
5798         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5799
5800 2011-03-21  Julien Danjou  <julien@danjou.info>
5801
5802         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5803         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5804         query.
5805         (mm-inline-text): Render normal text with fontification whenever
5806         possible.
5807
5808         * gnus-sum.el (gnus-summary-save-parts-1):
5809         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5810         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5811         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5812         Use `mm-handle-filename'.
5813
5814         * mm-util.el (mm-handle-filename): New function, return the filename of
5815         an handle.
5816
5817 2011-03-18  Julien Danjou  <julien@danjou.info>
5818
5819         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5820         (gnus-buffer-live-p): Check that buffer is not nil.
5821
5822 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5823
5824         * gnus.el: No Gnus v0.15 is released.
5825
5826 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5827
5828         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5829         avoid warning on XEmacs.
5830
5831         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5832         on XEmacs.
5833
5834         * gnus-art.el: Require mouse, which the build bot seems to say is
5835         needed.
5836
5837         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5838
5839         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5840         XEmacs, since it doesn't have url-retrieve-synchronously.
5841
5842         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5843         since assoc-string doesn't exist in XEmacs.
5844
5845 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5846
5847         * gnus-group.el (gnus-group-list-ticked): New function.
5848         (gnus-group-make-menu-bar): Provide a menu entry for it.
5849         (gnus-group-list-map): Provide a binding for it.
5850
5851 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5852
5853         * shr.el (shr-visit-file): New command.
5854
5855         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5856
5857 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5858
5859         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5860         servers.
5861
5862 2011-03-16  Julien Danjou  <julien@danjou.info>
5863
5864         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5865         inline.
5866
5867         * gnus-art.el (article-hide-list-identifiers):
5868         Use gnus-group-get-list-identifiers.
5869
5870         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5871         (gnus-summary-remove-list-identifiers):
5872         Use gnus-group-get-list-identifiers to get regexp.
5873         (gnus-select-newsgroup, gnus-summary-insert-subject)
5874         (gnus-summary-insert-articles):
5875         Call gnus-summary-remove-list-identifiers unconditionally.
5876
5877 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5878
5879         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5880         we're selecting a group with unread articles.
5881
5882         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5883
5884         * gssapi.el: New file separated out from imap.el to provide a general
5885         Kerberos 5 connection facility for Emacs.
5886
5887         * message.el (message-elide-ellipsis): Document the format spec
5888         ellipsis.
5889
5890 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5891
5892         * message.el (message-elide-region): Allow the ellipsis to say how many
5893         lines were removed.
5894
5895 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5896
5897         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5898         window configurations containing buffers that are now dead.
5899
5900         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5901         parsing to avoid integer overflows.
5902         (nnimap-parse-flags): Simplify the last change.
5903         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5904         too large for 32-bit Emacsen.
5905
5906 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5907
5908         * auth-source.el (auth-source-netrc-create):
5909         * message.el (message-yank-original): Fix use of `case'.
5910
5911 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5912
5913         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5914         XEmacs, which was one character too wide.
5915
5916 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5917
5918         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5919         default number of articles to display.
5920         (gnus-articles-to-read): Use pretty names for prompt.
5921
5922 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5923
5924         * gnus-int.el (gnus-open-server): Ditto.
5925
5926         * gnus-start.el (gnus-activate-group): Give a backtrace if
5927         debug-on-quit is set and the user hits `C-g'.
5928         (gnus-read-active-file): Ditto.
5929
5930         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5931
5932 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5933
5934         * message.el (message-yank-original): Use cond instead of CL case.
5935
5936 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5937
5938         * auth-source.el (auth-source-netrc-create): Use usual format for the
5939         default in prompts.
5940
5941 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5942
5943         * lpath.el: Fbind read-char-choice for XEmacs.
5944
5945 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5946
5947         * auth-source.el (auth-source-netrc-create): Show the default in the
5948         prompt when prompting for token creation.
5949
5950 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5951
5952         * auth-source.el (auth-source-format-prompt): Always convert the value
5953         to a string to avoid evaluating non-string arguments.
5954         (auth-source-netrc-create): Offer default properly, not as initial
5955         content in `read-string'.
5956         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5957         of line to determine if we've been run before.  If so, don't run again,
5958         but print a trivial message to indicate the cache was hit instead.
5959
5960 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5961
5962         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5963         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5964         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5965         Gnus.
5966
5967 2011-03-11  Julien Danjou  <julien@danjou.info>
5968
5969         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5970         modified file".
5971
5972 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5973
5974         * auth-source.el (auth-source-read-char-choice): New function to read a
5975         character choice using `dropdown-list', `read-char-choice', or
5976         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5977         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5978         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5979         (auth-source-netrc-saver): Use it.
5980         (auth-source-pick-first-password): New convenience function.
5981
5982 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5983
5984         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5985         parameter in the credentials.
5986         (nnimap-open-connection-1): Use it after a successful login.
5987         (nnimap-credentials): Add IMAP-specific user and password prompt.
5988
5989         * auth-source.el (auth-source-search): Add :require parameter, taking a
5990         list.  Document it and the :save-function return token.  Pass :require
5991         down.  Change the CREATED message from a warning to a debug statement.
5992         (auth-source-search-backends): Pass :require down.
5993         (auth-source-netrc-search): Pass :require down.
5994         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5995         Change save prompt to indicate all modifications saved here are
5996         deletions.
5997         (auth-source-netrc-create): Take user login name as default in user
5998         prompt.  Move all the save functionality to a lexically bound function
5999         under the :save-function token in the returned list.  Set up clearer
6000         default prompts for user, host, port, and secret.
6001         (auth-source-netrc-saver): New function, intended to be wrapped for
6002         :save-function.
6003
6004 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6005
6006         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6007         lines to be spaces instead.
6008
6009 2011-03-07  Julien Danjou  <julien@danjou.info>
6010
6011         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6012         (sieve-sasl-auth): Check that auth-source-search did return something,
6013         or just return an empty string.
6014
6015 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6016
6017         * gnus.el (gnus-interactive): Use read-directory-name.
6018
6019         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6020         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6021         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6022         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6023         Likewise.
6024
6025         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6026
6027 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6028
6029         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6030         onto the list of killed groups, too.  This makes killed nnimap groups,
6031         for instance, more reliably not reappear.
6032
6033         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6034         the parent.
6035
6036         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6037
6038         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6039         really have server-side marks.
6040
6041         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6042         since most backends do not usefully have server-side marks.
6043         (gnus-update-read-articles): Propagate marks to all backends that
6044         really have server-side marks.
6045
6046 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6047
6048         * message.el (message-cite-reply-position, message-cite-style):
6049         New variables.
6050         (message-yank-original): Use the new citation styles.
6051
6052 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6053
6054         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6055         buffer-local issue); don't mark it buffer-local when running under
6056         XEmacs.
6057
6058 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6059
6060         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6061         numbers too big to be `read'.
6062
6063 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6064
6065         * password-cache.el (password-in-cache-p): Add autoload.
6066
6067         * message.el (message-options): Make buffer-local two ways to attempt
6068         to fix a XEmacs bug.
6069
6070 2011-03-02  Julien Danjou  <julien@danjou.info>
6071
6072         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6073
6074 2011-03-01  Julien Danjou  <julien@danjou.info>
6075
6076         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6077         group.
6078         (article-hide-list-identifiers): Use list-identifier group parameter.
6079
6080 2011-02-28  Julien Danjou  <julien@danjou.info>
6081
6082         * sieve.el (sieve-buffer-script-name): New local variable to store
6083         sieve script name.
6084         (sieve-edit-script): Store sieve script name.
6085         (sieve-upload): Use sieve script name when uploading.
6086         (sieve-upload): Use substitute-command-keys.
6087         (sieve-edit-script): Use substitute-command-keys.
6088         (sieve-refresh-scriptlist): Use substitute-command-keys.
6089         (sieve-manage-mode-map): Define keymap properly.
6090         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6091         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6092         Remove commented code about cvs.
6093         (sieve-manage-quit): New function.
6094         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6095
6096 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6097
6098         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6099
6100 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6101
6102         * auth-source.el (auth-source-search): Cache empty result sets.
6103
6104         * password-cache.el (password-in-cache-p): Convenience function to
6105         check if a key is in the cache, even if the value is nil.
6106
6107         * auth-source.el (auth-source-save-behavior): New variable to replace
6108         `auth-source-never-create'.
6109         (auth-source-netrc-create): Use it.
6110         (auth-source-never-save): Remove.
6111
6112 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6113
6114         * nnimap.el (nnimap-stream): Doc fix.
6115         (nnimap-open-connection-1): Reverse the order of the ports to that the
6116         prompted-for port is first.
6117
6118         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6119         retrieval by the no-group selection.
6120
6121         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6122         numerical parameters.
6123
6124 2011-02-25  Julien Danjou  <julien@danjou.info>
6125
6126         * gnus-gravatar.el: Use gnus-with-article-buffer.
6127
6128         * gnus-art.el (gnus-with-article-buffer): Check that the
6129         gnus-article-buffer is alive.
6130
6131 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6132
6133         * auth-source.el (auth-source-creation-prompts): New variable to manage
6134         creation-time prompts.
6135         (auth-source-search): Document it.
6136         (auth-source-format-prompt): Add utility function.
6137         (auth-source-netrc-create): Don't default the user name to
6138         user-login-name.  Use `auth-source-creation-prompts' and some default
6139         prompts for user, host, port, and password (the default generic prompt
6140         remains ugly).
6141         (auth-source-never-save): Add customizable option to never save info.
6142         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6143         mode excursion.
6144
6145 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6146
6147         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6148         argument that XEmacs doesn't support.
6149
6150         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6151         compiled for Emacsen having no `libxml-parse-html-region' support.
6152
6153         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6154
6155         * lpath.el: Bind buffer-save-without-query for XEmacs.
6156
6157 2011-02-23  Julien Danjou  <julien@danjou.info>
6158
6159         * gnus-art.el (article-make-date-line): Ignore errors if time is
6160         invalid and not convertible.
6161         (article-make-date-line): Only add lapsed time if time is not nil.
6162
6163 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6164
6165         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6166         `read-char-choice' for backwards compatibility.
6167         (auth-source-netrc-element-or-first): New function to DTRT for
6168         parameter extraction.
6169         (auth-source-netrc-create): Use it and fix multiple parameter print
6170         bug.  Use the default passed from above (given-default) or the
6171         built-in (user-login-name for :user).
6172
6173 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6174
6175         * gnus-start.el (gnus-dribble-read-file):
6176         Set buffer-save-without-query, since we always want to save the dribble
6177         file, probably.
6178
6179         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6180         nnimap.
6181
6182         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6183         -summary- since it's a user-visible variable.
6184
6185         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6186         first time you use the new Gnus.
6187
6188 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6189
6190         * auth-source.el: Don't load netrc.el.
6191         (auth-sources): Search ~/.netrc as well by default.
6192         (auth-source-debug): Add 'trivia option for extra output.
6193         (auth-source-do-trivia): Use it.
6194         (auth-source-search): Simplify logic to use
6195         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6196         appropriate.  Don't keep a running count at this level.  Layer :create
6197         and :delete options appropriately on the first and second passes.
6198         Don't track the backend with the search results.
6199         (auth-source-search-backends): New function to search a list of
6200         backends for a processed spec.
6201         (auth-source-netrc-parse): Cache all netrc files, making
6202         auth-source-netrc-cache an alist keyed by the file name and using the
6203         file mtime as the caching criterion.  Keep the obfuscated data secret
6204         with a lexical bind.
6205         (auth-source-netrc-search): Don't calculate the length of the results
6206         unnecessarily.
6207         (auth-source-search-backends): Fix bug.
6208         (auth-source-netrc-create): Rework prompts.
6209
6210 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6211
6212         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6213         Lower case names of search constraints.
6214         (nnir-run-query): Cache and reuse search constraints for all imap
6215         servers.
6216
6217 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6218
6219         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6220         after exit.
6221         (gnus-setup-message): Define missing variable from last checkin.
6222
6223         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6224         value, show the raw article.
6225
6226 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6227
6228         * gnus.el: No Gnus v0.13 is released.
6229
6230 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6231
6232         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6233         auth-source now accepts numbers.
6234
6235         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6236         spec, too.
6237         (auth-source-ensure-strings): New function.
6238
6239         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6240         (gnus-article-setup-buffer): Always restart the date timer so that user
6241         changes to the frequency is respected.
6242
6243         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6244         port numbers, so make sure it gets that if nnimap-server-port is
6245         explicit.
6246
6247 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6248
6249         * nnimap.el (nnimap-inbox): Doc fix.
6250
6251 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6252
6253         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6254         Autoload.  Add optional arg FRAME, and pass it to color-values.
6255         (color-complement): Caller changed.  Doc fix.
6256         (color-gradient): Rewrite for better clarity and efficiency.
6257
6258 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6259
6260         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6261         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6262         color-lab-to-srgb.
6263
6264 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6265
6266         * color.el: First part of merge from hexrgb.el.
6267         (color-rgb-to-hex): Rename from color-rgb->hex.
6268         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6269         saturation to zero if the value is too small.
6270         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6271         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6272         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6273         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6274         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6275         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6276         (color-cie-de2000): Doc fix.
6277
6278 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6279
6280         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6281         given method as in the group name if we're using an extended method.
6282         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6283         command, if we're using that, instead of waiting for the beginning.
6284
6285         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6286         we're sure to get unique server names, and we don't output two async
6287         commands in the same buffer.  This fixes an NNTP hang for some users.
6288
6289 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6290
6291         * gnus.el: No Gnus v0.11 is released.
6292
6293 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6294
6295         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6296         summary buffer before reading going to the next buffer.  This avoids
6297         putting the point in the group buffer if you `C-g' the command.
6298
6299         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6300         cache (for now) to make ~/.authinfo.gpg files usable.
6301
6302         * nnfolder.el (copyright-update): Define for the compiler.
6303
6304         * auth-source.el (auth-source-search): Fix unbound variable.
6305
6306 2011-02-19  Glenn Morris  <rgm@gnu.org>
6307
6308         * gnus.el (gnus-meta): Doc fix.
6309
6310 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6311
6312         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6313         in case it's not yet loaded.
6314
6315 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6316
6317         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6318         line we're waiting for.
6319
6320 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6321
6322         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6323         face with line-width greater than zero will cause RET in gnus summary
6324         buffer to scroll down article page-wise because auto vscroll happens,
6325         it should be temporally disabled when doing a scroll-up.
6326
6327 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6328
6329         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6330         outputs from the server.
6331
6332 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6333
6334         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6335         later so that bbdb can hook in easier.
6336
6337 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6338
6339         * auth-source.el (auth-source-search): Don't try to create credentials
6340         if the caller doesn't want that.
6341         (auth-source-search): If we don't find a match, don't bug out on
6342         non-bound variables.
6343         (auth-source-search): Only ask a single backend to create the
6344         credentials.
6345
6346         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6347         logging.
6348         (nnimap-credentials): Protect against auth-source-search returning nil.
6349         (nnimap-request-list): Protect against not being able to open the
6350         server.
6351
6352 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6353
6354         * auth-source.el (auth-source-search): Do a two-phase search, one with
6355         no :create to get the responses from all backends.
6356
6357         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6358         when getting credentials.
6359
6360         * gnus-util.el (gnus-delete-duplicates): New function.
6361
6362 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6363
6364         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6365         a creation default, pass the whole port list down.  It will be
6366         completed.
6367
6368         * auth-source.el (auth-source-search): Updated docs to talk about
6369         multiple creation choices.
6370         (auth-source-netrc-create): Accept a list as a value (from the search
6371         parameters) and do completion on that list.  Keep a separate netrc line
6372         with the password obscured for showing the user.
6373
6374         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6375         first choice to `auth-source-search' so it will be used for entry
6376         creation instead of the server's Gnus-specific name.
6377         (nnimap-credentials): Rely on the auth-source library to select which
6378         port is actually wanted in the new netrc entry, so don't override
6379         `auth-source-creation-defaults'.
6380
6381         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6382         :protocol and accept a missing user, host, or port as a wildcard match.
6383         (auth-source-debug): Default to off.
6384
6385         (auth-source-netrc-search, auth-source-netrc-create)
6386         (auth-source-secrets-search, auth-source-secrets-create)
6387         (auth-source-user-or-password, auth-source-backend, auth-sources)
6388         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6389         instead of :protocol.
6390
6391         * nnimap.el (nnimap-credentials): Pass a port default to
6392         `auth-source-search' in case an entry needs to be created.
6393         (nnimap-open-connection-1): Use :port instead of :protocol.
6394
6395 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * auth-source.el: Bind load-path when loading EIEIO from
6398         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6399         21.4 doesn't support, to `require'.
6400         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6401         delete-dups that is not available in XEmacs 21.4.
6402
6403 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6404
6405         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6406         as EIEIO must also be loaded when auth-source.el is being
6407         byte-compiled.
6408
6409 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6410
6411         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6412
6413         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6414
6415         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6416
6417         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6418
6419         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
6420
6421         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
6422
6423         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
6424
6425         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
6426         necessary.
6427
6428 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6429
6430         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6431         nil means that nnimap doesn't get updated.
6432
6433 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6434
6435         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6436         result when the user doesn't want to write to the file.
6437         (auth-source-netrc-search): Expect a synthetic result and proceed
6438         accordingly.
6439         (auth-source-cache-expiry): New variable to override
6440         `password-cache-expiry'.
6441         (auth-source-remember): Use it.
6442
6443         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6444         parameter.  Create entry if necessary by using :create t.
6445         (nnimap-open-connection-1): Don't pass `inhibit-create'.
6446
6447 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
6448
6449         * auth-source.el (auth-source-debug): Enable by default and don't
6450         mention the obsolete `auth-source-hide-passwords'.
6451         (auth-source-do-warn): New function to debug unconditionally.
6452         (auth-source-do-debug): Use it.
6453         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6454         and for Secrets API entries when the secrets.el library is not
6455         available.
6456
6457 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6458
6459         * gnus-sum.el (gnus-propagate-marks): Default to nil.
6460         (gnus-summary-exit): Kill the correct article buffer on exit from a
6461         `C-d' group.
6462
6463         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
6464         gnus-propagate-marks.
6465
6466         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6467         before killing the buffers so that a non-full window conf gets handled
6468         correctly.
6469         (gnus-summary-exit): Ditto.
6470         (gnus-summary-read-group-1): Ditto.
6471
6472         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6473         async code again so that we can debug it properly.
6474
6475         * message.el (message-reply): Take an optional switch-buffer parameter
6476         so that Gnus window confs are respected better.
6477
6478 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6479
6480         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6481         `plist-get' to accept non-list parameters (XEmacs issue).
6482         Fix docstring.
6483         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6484         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6485         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6486         Login collection is "Login" and not "login".
6487
6488 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6489
6490         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6491         multiple headers.
6492
6493         * nnimap.el (nnimap-inhibit-logging): New variable.
6494         (nnimap-log-command): Don't log login commands.
6495
6496         * auth-source.el (auth-source-netrc-search): The asserts seem to want
6497         to have more parameters.
6498
6499         * nnimap.el (nnimap-send-command): Mark the command time for each
6500         command, so that we don't get NOOPs stepping on our toes.
6501
6502         * gnus-art.el (article-date-ut): Get the date from the Date header on
6503         `t'.
6504
6505 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * auth-source.el (auth-source-search): Use copy-sequence instead of
6508         the cl.el copy-list.
6509
6510 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6511
6512         * imap.el: Bring it back (revert
6513         84d800cd31de3064f0ed39617d725709a2f8f42f).
6514
6515 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
6516
6517         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6518         Improve prompt.
6519
6520 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
6521
6522         * gnus-art.el (gnus-article-mode-line-format): Remove the article
6523         washing status from the default format.  It isn't very informative.
6524
6525 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6526
6527         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6528         Fix Gcc processing on imap.
6529
6530 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6531
6532         * imap.el: Remove file.  All the functionality is in nnimap.el.
6533
6534 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6535
6536         * message.el (message-bury): Don't pop up a new window when selected
6537         window is dedicated.
6538
6539 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6540
6541         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6542
6543 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
6544
6545         * sieve-manage.el: Autoload `auth-source-search'.
6546         (sieve-sasl-auth): Use it.
6547
6548 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6549
6550         * nnimap.el: Autoload `auth-source-forget+'.
6551         (nnimap-open-connection-1): Use it if the connection fails.
6552
6553         * auth-source.el: Require `password-cache'.
6554         (auth-source-hide-passwords, auth-source-cache): Remove and mark
6555         obsolete.
6556         (auth-source-magic): Marker for `password-cache' keys.
6557         (auth-source-do-cache): Update docstring.
6558         (auth-source-search): Use and check cache.
6559         (auth-source-forget-all-cached, auth-source-remember)
6560         (auth-source-recall, auth-source-forget, auth-source-forget+)
6561         (auth-source-specmatchp): Caching support functions.
6562         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6563         Remove and obsolete.
6564         (auth-source-user-or-password): Remove caching to further discourage
6565         using it.  Always hide passwords.
6566
6567         * password-cache.el (password-cache-remove): Accept secrets that are
6568         not strings.
6569
6570 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6571
6572         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6573         code for now, since it doesn't work for all users.
6574
6575 2011-02-09  Julien Danjou  <julien@danjou.info>
6576
6577         * message.el (message-options): Make message-options really buffer
6578         local.
6579
6580 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
6581
6582         * mail-source.el: Autoload `auth-source-search'.
6583         (mail-source-keyword-map): Note order matters.
6584         (mail-source-set-1): Get all the mail-source source values and
6585         defaults and search auth-source on those if needed.  This can all
6586         probably be simplified.
6587
6588         * nnimap.el: Autoload `auth-source-search'.
6589         (nnimap-credentials): Use it.
6590         (nnimap-open-connection-1): Ask for the virtual server and physical
6591         address in one shot.
6592
6593         * nntp.el: Autoload `auth-source-search'.
6594         (nntp-send-authinfo): Use it.  Note TODO.
6595
6596 2011-02-08  Julien Danjou  <julien@danjou.info>
6597
6598         * shr.el (shr-tag-body): Add support for text attribute in body
6599         markups.
6600
6601         * message.el (message-options): Make message-options a local variable.
6602
6603 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6604
6605         * auth-source.el (auth-source-secrets-search)
6606         (auth-source-user-or-password): Use `append' instead of `nconc'.
6607         (auth-source-user-or-password): Build return list better and protect
6608         against nil :secret.
6609
6610 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
6611
6612         * nnimap.el (nnimap-update-info): Refactor slightly.
6613         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6614         (nnimap-update-info): Clean up slightly.
6615         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6616         characters.
6617         (nnimap-process-quirk): Rename function to avoid collision.
6618         (nnimap-update-info): Fix macrology bug-out.
6619         (nnimap-update-info): Simplify split history test.
6620
6621 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6622
6623         * auth-source.el (top): Require 'eieio unconditionally.
6624         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6625         (auth-source-secrets-search): Limit search when `max' is greater than
6626         number of results.
6627
6628 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6629
6630         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6631         part not returning any data.
6632
6633         * proto-stream.el (open-protocol-stream): Document the return value.
6634
6635 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6636
6637         * auth-source.el (auth-source-secrets-search): Add examples.
6638
6639 2011-02-06  Julien Danjou  <julien@danjou.info>
6640
6641         * message.el (message-setup-1): Handle message-generate-headers-first
6642         set to t.
6643
6644 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6645
6646         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6647         API with a string "secrets:collection-name" and with 'default.
6648         (auth-source-backend-parse): Parse "secrets:collection-name" and
6649         'default.  Recurse on parses instead of repeating code.  Use the
6650         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6651         message when ignoring a source.
6652         (auth-source-search): List ignored search keys at the top level.
6653         (auth-source-netrc-create): Use `case' instead of `cond'.
6654         (auth-source-secrets-search): Created with TODOs.
6655         (auth-source-secrets-create): Created with TODOs.
6656         (auth-source-retrieve, auth-source-create, auth-source-delete)
6657         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6658         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6659         (auth-source-user-or-password-sftp)
6660         (auth-source-user-or-password-smtp): Remove.
6661         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6662         around `auth-source-search'.  Not tested thoroughly.
6663
6664 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6665
6666         * auth-source.el: Bring in assoc and eioeio libraries.
6667         (secrets-enabled): New variable to track the status of the Secrets API.
6668         (auth-source-backend): New EIOEIO class to represent a backend.
6669         (auth-source-creation-defaults): New variable to set prompt defaults
6670         during token creation (see the `auth-source-search' docstring for
6671         details).
6672         (auth-sources): Simplify to allow a simple string as a netrc backend
6673         spec.
6674         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6675         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6676         (auth-source-search): Main auth-source API entry point.
6677         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6678         (auth-source-search-collection): Helper function for searching.
6679         (auth-source-netrc-parse, auth-source-netrc-normalize)
6680         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6681         Supports search, create, and delete.
6682         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6683         backend stubs.
6684         (auth-source-user-or-password): Call `auth-source-search' but it's not
6685         ready yet.
6686
6687 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6688
6689         * message.el (message-setup-1): Remove the read-only stuff, since it
6690         doesn't work under XEmacs, for some reason.
6691
6692         * gnus-sum.el (gnus-user-date): Rename back from
6693         gnus-summary-user-date since user code refers to it.
6694
6695         * shr.el (shr-render-td): Store the actual background color used.
6696
6697         * message.el (message-setup-1): Don't bind the constant
6698         -forbidden-properties.
6699         (message-setup-1): Revert previous change, since it needs to bind the
6700         props to insert them.
6701         (message-resend): Allow removing the read-only separator line.
6702
6703 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6704
6705         * nnimap.el (nnimap-request-accept-article): Give an error message if
6706         the APPEND wasn't successful.
6707
6708 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6709
6710         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6711         that have no groups.
6712
6713 2011-02-03  Julien Danjou  <julien@danjou.info>
6714
6715         * gnus-draft.el: Remove progn around gnus-draft-setup.
6716
6717 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6718
6719         * gnus-start.el (gnus-read-active-for-groups): This function is never
6720         called with a nil `infos', so clean that up.
6721         (gnus-get-unread-articles): Request active files from primary/secondary
6722         methods that have no groups (yet).
6723
6724 2011-02-03  Julien Danjou  <julien@danjou.info>
6725
6726         * message.el (message-setup-1): Always generate References first.
6727         (message-mail): Return the return value of message-setup, not always t.
6728         (message-setup-1): Insert mail-header-separator with read-only and
6729         intangible properties set.
6730
6731         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6732         user-date in docstring.
6733
6734         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6735
6736         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6737         docstring.
6738
6739         * gnus.el (gnus-user-date-format-alist): Change default value.
6740         Use defcustom, with type and group.  Move from gnus-util.el.
6741         Rename to gnus-summary-user-date-format-alist.
6742
6743 2011-02-03  Glenn Morris  <rgm@gnu.org>
6744
6745         * nnimap.el (gnus-fetch-headers): Declare.
6746
6747         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6748
6749 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6750
6751         * message.el (message-forward-make-body-digest-plain)
6752         (message-followup, message-reply): Clean up things noted by Stefan.
6753
6754         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6755         gnus-article-update-date-headers is nil.
6756         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6757         it didn't really work with defcustom.
6758         (article-update-date-lapsed): Make sure the window start doesn't move,
6759         either.
6760
6761 2011-02-01  Julien Danjou  <julien@danjou.info>
6762
6763         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6764         format.
6765
6766         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6767         standard in Emacs nowadays.
6768
6769         * color.el (color-gradient): Add a color-gradient function.
6770
6771 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6772
6773         * message.el (message-expand-name): Don't trust the return value of
6774         bbdb-complete-name.
6775         (message-check-news-header-syntax): Remove unused var `start'.
6776         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6777         (message-inhibit-body-encoding): Move to before first use.
6778         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6779         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6780         (Organization, Message-ID, Date, mh-previous-window-config):
6781         Defvar the vars using dynamic scoping.
6782
6783 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6784
6785         * shr.el (shr-render-td): Only do colors at the final rendering.
6786         Should be slightly faster.
6787         (shr-insert-table): Fix up TD background colors when doing the
6788         vertical padding.
6789
6790         * gnus-art.el (article-date-ut): Protect against articles with no Date
6791         header.
6792         (article-update-date-lapsed): Don't use current-column to find the
6793         horizontal position.  It's fragile in the presence of \003 characters.
6794
6795         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6796
6797 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6798
6799         * gnus-art.el (article-transform-date): Rewrite to still work when
6800         there are several rfc2822 parts.
6801         (article-transform-date): Fix infinite recursion.
6802         (article-date-ut): Replace infinitely many Date headers with a single
6803         one when called interactively.
6804
6805         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6806         secure manner.
6807
6808         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6809         move around by not using save-window-excursion.  It seems to work...
6810
6811 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6812
6813         * gnus-art.el (article-make-date-line): Work for user-defined format.
6814
6815 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6816
6817         * nntp.el (nntp-retrieve-group-data-early)
6818         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6819         fetching functions.
6820
6821         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6822         thoroughly for all backends that have no known groups.  This should
6823         allow new nnml methods to retrieve mail.
6824
6825         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6826         that Gnus doesn't know exists again.
6827
6828         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6829         (gnus-treat-date-ut): Ditto.
6830         (gnus-article-update-date-header): Rename.
6831         (gnus-treat-date-local): Remove.
6832         (gnus-treat-date-english): Remove.
6833         (gnus-treat-date-lapsed): Remove.
6834         (gnus-treat-date-combined-lapsed): Remove.
6835         (gnus-treat-date-original): Remove.
6836         (gnus-treat-date-iso8601): Remove.
6837         (gnus-treat-date-user-defined): Remove.
6838         (gnus-article-date-headers): New variable to control all the date
6839         header options.
6840         (article-date-ut): Rewrite to allow using the new way to format date
6841         headers(s).
6842
6843 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6844
6845         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6846         method.
6847         (nnmail-article-group): A better test for fanciness.
6848
6849         * nnimap.el (nnimap-request-head): Protect against not finding the
6850         article by Message-ID.
6851
6852 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6853
6854         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6855         keep point at the "same place".
6856
6857 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6858
6859         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6860         data if the group is inactive.
6861
6862 2011-01-28  Julien Danjou  <julien@danjou.info>
6863
6864         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6865         (gnus-all-windows-visible-p): Remove old compatibility code.
6866         (gnus-window-top-edge): Add docstring.
6867
6868         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6869
6870 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6871
6872         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6873         older request-update-info.
6874
6875         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6876
6877 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6878
6879         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6880         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6881
6882 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6883
6884         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6885         groups.  This makes the nndraft:queue group pop up if it's not already
6886         there.
6887
6888         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6889         messages" logic, which was reversed.
6890
6891         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6892         the "same place" even if point is on the line being replaced.
6893         (article-update-date-lapsed): Allow updating both the combined lapsed
6894         and the lapsed headers.
6895         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6896         (article-make-date-line): Limit the number of segments dynamically to
6897         avoid too-long lines.
6898
6899 2011-01-27  Julien Danjou  <julien@danjou.info>
6900
6901         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6902         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6903
6904 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6905
6906         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6907         Use plist-get instead of the cl function getf.
6908
6909 2011-01-27  Glenn Morris  <rgm@gnu.org>
6910
6911         * gnus-util.el (float-time): Get rid of compiler warning, again.
6912
6913 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6914
6915         * shr.el (shr-put-color): Special-case background colors: Do put them
6916         at the blank parts at the front of the lines.
6917
6918         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6919         exit hook to nix out all data on readedness on group exit.
6920
6921         * gnus-util.el (float-time): If float-time is bound, always use it on
6922         all Emacsen.  It's unclear why the subrp check was there.
6923         (time-date): Require to make some autoload issues on XEmacs go away.
6924
6925         * shr.el (shr-put-color): Don't do the box padding in tables, since
6926         they're already padded.
6927
6928 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6929
6930         * gnus-art.el (gnus-article-next-page): When the last line of the
6931         article is displayed, scroll down once more instead of going to the
6932         next article at once.
6933         (article-lapsed-string): Refactor out and allow specifying how many
6934         segments you want.
6935         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6936         (gnus-article-update-lapsed-header): New variable.
6937
6938         * shr.el: Revert change that made headings use different-sized faces.
6939         The Emacs display engine isn't advanced enough that, for instance,
6940         tables can comfortably use differently-sized faces.
6941
6942 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6943
6944         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6945         used.
6946         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6947         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6948         we're using an encrypted connection.
6949
6950         * proto-stream.el: Alter the interface functions to also return the
6951         actual stream type used: network or tls.
6952
6953 2011-01-25  Julien Danjou  <julien@danjou.info>
6954
6955         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6956         (mm-display-javascript-inline): New function.
6957
6958         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6959         viewing function.
6960
6961 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6962
6963         * shr.el (shr-expand-newlines): Fix variable name.
6964
6965 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6966
6967         * shr.el (shr-expand-newlines): Make nested boxes work.
6968
6969 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6970
6971         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6972         backgrounds.
6973         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6974         in a more sensible manner.
6975
6976 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6977
6978         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6979         if EPG is loaded.
6980
6981 2011-01-24  Julien Danjou  <julien@danjou.info>
6982
6983         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6984         tags.
6985
6986 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6987
6988         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6989         commands.
6990
6991         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6992         in the article buffer.
6993         (gnus-gravatar-insert): Use blank space from the current buffer to
6994         avoid breaking text properties.  This makes X-Sent updating work again.
6995
6996         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6997
6998 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6999
7000         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7001         fix the bug in url-http.el instead.
7002
7003         * shr.el (shr-image-fetched): Ditto.
7004
7005         * shr.el (shr-image-fetched): Avoid having point move in the article
7006         buffer.
7007
7008         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7009         buffer after being called.  It's apparently being killed by url.el, and
7010         killing it made point move to end-of-buffer in a random buffer.
7011
7012         * shr.el (shr-image-fetched): Ditto.
7013
7014 2011-01-23  Julien Danjou  <julien@danjou.info>
7015
7016         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7017
7018         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7019         text/x-org.
7020
7021 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7022
7023         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7024         (i.e., nnimap) returning nil as the article number.
7025
7026 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7027
7028         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7029         "DelSp" parameter in RFC3676.
7030
7031 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7032
7033         * message.el (message-check-recipients): Display the encoded version of
7034         the bogus address if they differ.
7035
7036         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7037         after sending.
7038
7039         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7040
7041         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7042
7043         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7044         group buffer after sending the queue.
7045
7046         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7047
7048 2011-01-22  Julien Danjou  <julien@danjou.info>
7049
7050         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7051
7052 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7053
7054         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7055         nested related parts.
7056
7057         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7058         unexpired articles.  This fixes the regression that led expiry marks to
7059         disappear from nnfolder groups.
7060
7061 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7062
7063         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7064         Don't confuse the "ret" of "retrograde" with RET.
7065
7066 2011-01-21  Julien Danjou  <julien@danjou.info>
7067
7068         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7069         than mm-insert-inline.
7070
7071 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7072
7073         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7074         Widen article buffer.
7075
7076 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7077
7078         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7079         the temp buffer.
7080         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7081
7082 2011-01-20  Julien Danjou  <julien@danjou.info>
7083
7084         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7085
7086         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7087         than mm-insert-inline to insert inline part: this respect
7088         mm-inline-media-tests displayers.
7089
7090         * mm-view.el (mm-display-shell-script-inline): New function.
7091
7092         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7093
7094         * mm-uu.el (mm-uu-type-alist): Add org block.
7095         (mm-uu-org-src-code-block-extract): New function.
7096
7097         * mm-view.el (mm-display-org-inline): New function.
7098
7099         * mm-decode.el (mm-automatic-display): Add text/org.
7100
7101         * mailcap.el (mailcap-mime-extensions): Add .org.
7102
7103 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7104
7105         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7106         gnus-article-add-buttons.
7107
7108 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7109
7110         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7111         From header with a date and "nobody" as the sender.
7112
7113 2011-01-19  Julien Danjou  <julien@danjou.info>
7114
7115         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7116         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7117         if you have the same regexp several times.
7118         (gnus-button-push): Fix matching when regexp is symbol.
7119
7120 2011-01-15  Glenn Morris  <rgm@gnu.org>
7121
7122         * message.el (message-mail): A compose-mail function should
7123         accept headers as strings.
7124
7125 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7126
7127         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7128         Add :vert-only tags.
7129         (message-mail): New arg RETURN-ACTION.
7130         (message-return-action): New var.
7131         (message-bury): Use it.
7132         (message-mode): Make it buffer-local.
7133         (message-send-and-exit): Always call message-bury.
7134
7135         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7136         message-mail.
7137
7138 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7139
7140         * nnimap.el (nnimap-convert-partial-article): Protect against
7141         zero-length body parts.
7142
7143         * mm-decode.el (mm-preferred-alternative-precedence):
7144         Discourage showing empty parts.
7145
7146         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7147         and stuff if the backend didn't return the article number.  This fixes
7148         an Exchange-related nnimap bug.
7149
7150         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7151         group window, because it does the wrong thing when a separate frame
7152         displays the group buffer.
7153
7154         * proto-stream.el (open-protocol-stream): Protect against the low-level
7155         transport functions returning nil.
7156
7157 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7158
7159         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7160         (mml2015-epg-find-usable-secret-key): New function.
7161         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7162         mml2015-epg-find-usable-key (Bug#7797).
7163         (mml2015-epg-encrypt): Ditto.
7164
7165 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7166
7167         * dgnushack.el (rot13-string): Fix the way to get the argument.
7168
7169 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7170
7171         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7172
7173 2011-01-03  Glenn Morris  <rgm@gnu.org>
7174
7175         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7176
7177         * sieve.el (sieve-open-server): Give a more explicit error if
7178         sieve-manage-open returns nil.  (Bug#7720)
7179
7180 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7181
7182         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7183
7184 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7185
7186         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7187         This avoids sending passwords in plain text over non-encrypted
7188         channels.
7189
7190         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7191
7192         * nnimap.el (nnimap-login): Refactored out into own function, and
7193         implement CRAM-MD5.
7194         (nnimap-wait-for-line): Refactored out.
7195
7196         * mm-view.el (mml-smime): Require.
7197
7198 2010-12-20  David Engster  <deng@eml.cc>
7199
7200         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7201         use EPG to decrypt S/MIME messages instead of openssl.
7202
7203 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7204
7205         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7206
7207         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7208         status is the group clearly is unreachable.
7209
7210         * auth-source.el (auth-source-create): Add the optional second
7211         parameter to `local-variable-p' to be compatible with XEmacs.
7212
7213 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7214
7215         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7216         work when using a compressed nnml folder.
7217
7218 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7219
7220         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7221         backends after sanitising on entry, because this never makes sense:
7222         If the articles have gone missing, then the data no longer exists on
7223         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7224         overwrite anything anyway.
7225
7226         * shr.el (shr-insert-document): Bind shr-width dynamically to
7227         window-width if it's nil.
7228
7229 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7230
7231         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7232         with the meaning of using the full emacs window width for rendering.
7233
7234 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7235
7236         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7237         case when sender is not given.
7238
7239 2010-12-23  Julien Danjou  <julien@danjou.info>
7240
7241         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7242         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7243         the addresses, otherwise we might misplaced the gravatar.
7244
7245 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7246
7247         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7248         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7249         obsolete in Emacs.
7250
7251 2010-12-20  Julien Danjou  <julien@danjou.info>
7252
7253         * gnus-util.el (gnus-rescale-image): Revert last change.
7254
7255 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7256
7257         * binhex.el: Improve commentary (Bug#7482).
7258
7259 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7260
7261         * gnus-group.el (gnus-group-delete-articles): New command.
7262
7263 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7264
7265         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7266
7267 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7268
7269         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7270         here, since it's up to the backends to do CRLF removal if their
7271         protocol has it.
7272
7273         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7274
7275 2010-12-17  Julien Danjou  <julien@danjou.info>
7276
7277         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7278         they are from file.  Can also scale up.
7279
7280 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7281
7282         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7283         Restore gnus-use-agent.
7284         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7285
7286         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7287
7288 2010-12-17  Julien Danjou  <julien@danjou.info>
7289
7290         * gravatar.el (gravatar-retrieve-synchronously): New function.
7291         (gravatar-get-data): Make more robust.
7292
7293 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7296
7297 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7298
7299         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7300         to really consider the last line.
7301
7302 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7303
7304         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7305         list of recipient keys, or use symmetric encryption if not a list.
7306         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7307         EPA override, replacing the call to `netrc-store-data'.
7308
7309 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7310
7311         * gnus-srvr.el: Avoid passing nil regexp argument to
7312         delete-matching-lines.
7313
7314 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7315
7316         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7317         fetching stops when Gnus exits.
7318
7319         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7320         function.
7321         (nnfolder-request-expire-articles): Save all the buffers after doing
7322         expiry.
7323
7324         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7325         the last article", since that led to serious performance regressions
7326         when expiring nnml groups.
7327
7328 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7329
7330         * nnir.el: Improve customizations.
7331
7332 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7333
7334         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7335
7336         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7337         group has been killed.
7338         (gnus-group-yank-group): Ditto.
7339
7340         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7341
7342         * nnimap.el (nnimap-request-update-group-status): New function.
7343
7344         * gnus-int.el (gnus-request-update-group-status): New interface
7345         function.
7346
7347         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7348         copying read-ness to the backends.
7349
7350         * nnimap.el (nnimap-quirk): New function.
7351         (nnimap-retrieve-group-data-early): Use it.
7352         (nnimap-quirks): New alist.
7353
7354 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7355
7356         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7357         don't delete it within indentation.
7358
7359 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7360
7361         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7362         previous line.
7363
7364 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7365
7366         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7367         QRESYNC command by deleting a superfluous space which broke Cyrus
7368         servers.  This change will break other servers that are buggy the other
7369         way around.
7370
7371 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7372
7373         * spam.el: Reindent and fix long lines.
7374         (spam-copy-or-move-routine): Exclude invalid move destinations.
7375
7376 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7377
7378         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7379         installed the registry.
7380
7381 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7382
7383         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7384
7385 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7386
7387         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7388         groupname doesn't contain "gmane".
7389
7390 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7391
7392         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7393         and netrc-bound-and-true-p bindings.
7394         (netrc-parse): Cache the netrc contents.
7395
7396         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7397         (gnus-1): Don't create the nndrafts group twice.
7398         (gnus-setup-news): There's no need to read the active file here, since
7399         that's done again later on a per-backend basis.
7400         (gnus-start-draft-setup): Make sure that the new group is started out
7401         empty.
7402
7403         * gnus-agent.el (gnus-agentize): Don't create the queue group
7404         automatically on startup.  It'll be created later, if needed.
7405
7406         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7407         of automatically subscribed groups.
7408         (gnus-auto-subscribed-categories): New variable.
7409         (gnus-matches-options-n): Use it.
7410         (gnus-default-subscribed-newsgroups): Remove unused variable.
7411         (gnus-start-draft-setup): Message a bit less.
7412
7413 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7414
7415         * nnir.el (nnir-run-imap): Return article list in order of increasing
7416         UID.
7417
7418 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7419
7420         * gnus-sum.el (gnus-summary-enter-digest-group):
7421         Mention gnus-auto-select-on-ephemeral-exit.
7422
7423         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7424         convention of the network-only option.
7425
7426 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7427
7428         * proto-stream.el (proto-stream-open-network-only): New function to
7429         have a way to specify non-STARTTLS upgrade connections.
7430
7431 2010-12-10  Julien Danjou  <julien@danjou.info>
7432
7433         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7434         email address is nil.
7435
7436         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7437
7438 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
7439
7440         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7441         deletion.
7442         (nnir-run-imap): Only need to parse list once.
7443
7444 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7445
7446         * shr.el (shr-tag-script): Ignore <script>.
7447         (shr-tag-label): Add <label> support.
7448
7449 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7450
7451         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7452
7453         * shr.el (shr-image-displayer): Work for images lined side by side.
7454
7455 2010-12-08  Robert Pluim  <rpluim@gmail.com>
7456
7457         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7458         parameter, since XEmacs doesn't accept t as a parameter.
7459
7460 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7461
7462         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7463         ids.
7464         (nnir-run-gmane): Simplify groupspec formatting.
7465         (nnir-request-expire-articles): New function.
7466
7467 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7468
7469         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7470         overflow, possibly.
7471
7472         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7473         (shr-render-td): Handle td style="" better.
7474         (shr-tag-table): Use the color from the style sheet.
7475         (shr-render-td): Make sure we copy over all the overlays, too.
7476
7477 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
7478
7479         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7480         (nnir-request-article): Improve article retrieval.
7481
7482 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7483
7484         * mm-util.el (mm-extra-numeric-entities): New variable.
7485
7486         * mm-url.el (mm-url-decode-entities):
7487         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7488
7489         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
7490
7491 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7492
7493         * message.el: Use completion-at-point.
7494         (message-completion-function): New fun, extracted from message-tab.
7495         (message-mode): Use it for completion-at-point-functions.
7496         (message-tab): Use it and completion-at-point.
7497
7498 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7499
7500         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7501         character if a non-breakable character follows.
7502
7503 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7504
7505         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7506         any stream.
7507
7508         * shr.el (shr-tag-font): Colorize the region.
7509         (shr-tag-body): Ditto.
7510         (shr-tag-font): Actually let the styles be inherited instead of
7511         overwriting them.
7512         (shr-tag-font): Get the background color right.
7513         (shr-tag-style): Ignore all <style> tags for the moment.
7514
7515         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7516         a Message-ID to avoid having nnimap depend on gnus-sum.
7517
7518         * shr.el (shr-descend): Only colorize something if we have a node that
7519         sets colors.
7520
7521 2010-12-06  Julien Danjou  <julien@danjou.info>
7522
7523         * shr.el (shr-render-td): Render td content with shr-descend, so style
7524         will be applied to <td> too.
7525         (shr-colorize-region): Colorize region even if we only have a background.
7526         (shr-tag-body): Fix color and background color inheritance.
7527         Do not recolorize after shr-generic.
7528         (shr-tag-font): Let shr-generic colorize via inheritance.
7529
7530 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7531
7532         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7533
7534 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7535
7536         * nnir.el (nnir-request-move-article): Remove obsolete code.
7537
7538 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7539
7540         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7541
7542 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7543
7544         * gnus-sum.el (gnus-summary-respool-article): The completion function
7545         expects a list instead of an alist.
7546
7547         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7548         string as the parameter.
7549
7550         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7551
7552         * shr.el (shr-stylesheet): New dynamic variable for cascading the
7553         styles.
7554         (shr-colorize-region): New function.
7555         (shr-insert-background-overlay): Remove.
7556         (shr-render-td): Background setting should be taken care of on a higher
7557         level.
7558         (shr-tag-body): Use post-hoc colorizations.
7559         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7560         (shr-put-color-1): Don't overwrite old colors.
7561         (shr-colorize-region): When the background color isn't explicit, use
7562         a fixed background.
7563
7564         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7565         nnmail variables.
7566
7567 2010-12-05  Bjørn Mork  <bjorn@mork.no>
7568
7569         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7570         unless necessary.
7571
7572 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
7573
7574         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7575         server.
7576
7577 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7578
7579         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7580         so that TAB works.
7581
7582         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7583         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7584
7585         * shr.el (shr-urlify): Show the URL before the title to avoid
7586         misleading URLs.
7587
7588 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
7589
7590         * shr.el (shr-urlify): Display the title in <a> tags.
7591
7592 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
7593
7594         * nnir.el (nnir-categorize): Replace mapcar with mapc.
7595
7596 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
7597
7598         * nnir.el: Rearrange code to allow macros to be autoloaded by
7599         gnus-sum.el.
7600         (nnir-retrieve-headers-override-function): Make this variable
7601         customizable.
7602         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7603
7604         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
7605         from nnir.el.
7606
7607 2010-12-03  Julien Danjou  <julien@danjou.info>
7608
7609         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7610
7611 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7612
7613         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7614         allow optional argument `environment'.
7615
7616 2010-12-03  Glenn Morris  <rgm@gnu.org>
7617
7618         * mm-extern.el (message-goto-body): Update declaration.
7619
7620 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7621
7622         * gnus-util.el (gnus-macroexpand-all): New function.
7623
7624         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7625         instead of macroexpand-all that is unavailable in XEmacs.
7626
7627 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
7628
7629         * nnir.el (nnir-summary-line-format): New variable.
7630         (nnir-mode): Use it.
7631         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
7632         (nnir-article-ids): Reimplement as defsubst.
7633         (nnir-retrieve-headers): Don't mangle the subject header.
7634         (nnir-run-imap): Use 100 as RSV score.
7635         (nnir-run-find-grep): Fix for full server searching.
7636         (nnir-run-gmane): Better restriction to gmane groups.
7637
7638         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7639         summary buffers.
7640
7641 2010-12-02  Julien Danjou  <julien@danjou.info>
7642
7643         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7644
7645         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7646
7647         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7648         support.
7649
7650 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7651
7652         * nnir.el: Update to handle the registry better.
7653         (autoload): Silence byte-compiler.
7654         (nnir-open-server): Add a hook for nnir groups.
7655         (nnir-request-move-article): Don't mangle the header.  Better to use
7656         formatting variables (which will be added in the future).
7657         (nnir-registry-action): Update the registry using the original article
7658         group name.
7659         (nnir-mode): Install nnir-specific hooks for updating the registry.
7660
7661         * gnus-sum.el
7662         (gnus-article-original-subject, gnus-newsgroup-original-name):
7663         Remove obsolete variables.
7664         (gnus-summary-move-article): Remove use of obsolete variables.
7665         (gnus-summary-local-variables): Make move and delete hooks local to
7666         summary buffers.
7667
7668 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7669
7670         * rtree.el: New file.
7671
7672 2010-12-01  Julien Danjou  <julien@danjou.info>
7673
7674         * message.el (message-user-organization): Do not use
7675         gnus-local-organization.
7676
7677         * gnus.el: Remove gnus-local-organization.
7678
7679         * gnus-msg.el: Remove nastygram thing.
7680
7681 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7682
7683         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7684         funcall.
7685
7686 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7687
7688         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7689         names.
7690
7691         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7692         characters.
7693
7694         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7695         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7696         Suggested by Štěpán Němec <stepnem@gmail.com>.
7697         (gnus-gravatar-transform-address): Use mail-extract-address-components
7698         that supports non-ASCII names rather than mail-header-parse-addresses.
7699
7700 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7701
7702         * proto-stream.el (open-protocol-stream): All starttls connections are
7703         handled by the network handler.
7704
7705 2010-11-30  Julien Danjou  <julien@danjou.info>
7706
7707         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7708         (nnimap-open-connection-1): Fix PREAUTH.
7709
7710         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7711
7712 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7713
7714         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7715         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7716         (shr-insert): Use them.
7717         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7718
7719 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7720
7721         * nnir.el (nnir-request-move-article): Bail out if original group
7722         doesn't support article moves.
7723         (nnir-get-active): Improve active list retrieval.
7724
7725 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7726
7727         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7728
7729 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7730
7731         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7732         seem to accept strings-with-numbers as port numbers.
7733
7734 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7735
7736         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7737         change the registry.
7738
7739 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7740
7741         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7742         delete-dups that is not available in XEmacs 21.4.
7743
7744         * mm-util.el (mm-delete-duplicates): Add comment.
7745
7746 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7747
7748         * nnir.el (nnir-ignored-newsgroups): New variable.
7749         (nnir-get-active): Use it.
7750
7751 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7752
7753         * proto-stream.el (proto-stream-open-network): Add some comments.
7754
7755         * nntp.el (nntp-open-connection): Provide a :success condition.
7756
7757         * nnimap.el (nnimap-open-connection-1): Ditto.
7758
7759         * proto-stream.el (proto-stream-open-network): See what the response to
7760         the STARTTLS command is.
7761
7762         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7763         backwards compatibility).
7764         (nnimap-open-connection-1): Really respect nnimap-server-port.
7765
7766         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7767         TLS upgrades we don't really care about the identity of the peer.
7768         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7769         that what we've checked for.
7770         (proto-stream-always-use-starttls): Only default to t if
7771         open-gnutls-stream exists.
7772         (proto-stream-open-network): If STARTTLS failed, then just open a
7773         normal connection.
7774         (proto-stream-open-network): Wait until the greeting before doing
7775         STARTTLS.
7776
7777         * nntp.el (nntp-open-connection): Report what the connection error is.
7778
7779         * proto-stream.el (open-protocol-stream): Rename from
7780         open-proto-stream.
7781
7782 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7783
7784         * nnimap.el (nnimap-stream): Change default to `undecided'.
7785         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7786         first, and then network.
7787         (nnimap-open-connection-1): Respect nnimap-server-port.
7788         (nnimap-open-connection): Be more backwards-compatible.
7789
7790         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7791         (proto-stream-open-starttls): De-duplicate the starttls code.
7792         (proto-stream-open-starttls): Folded back into the main function.
7793         (proto-stream-open-network): Fix typo in the gnutls path.
7794         (proto-stream-command): Refactor out.
7795
7796         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7797
7798         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7799         starttls.el STARTTLS.
7800
7801         * color.el (color-lab->srgb): Fix function call name.
7802
7803         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7804         if we're using tls.el.
7805         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7806         built in, then don't try to establish a STARTTLS connection.
7807
7808         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7809         servers.
7810
7811         * proto-stream.el (open-proto-stream): Use network, not stream.
7812         (open-proto-stream): Add a way to specify what the end of a command is.
7813
7814         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7815         connections types.
7816         (nntp-open-network-stream): Remove.
7817         (nntp-open-ssl-stream): Remove.
7818         (nntp-open-tls-stream): Remove.
7819         (nntp-ssl-program): Remove.
7820
7821         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7822
7823 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7824
7825         * nnir.el: Fix typos.
7826         (nnir-retrieve-headers-override-function): Rename variable to reflect
7827         new semantics.
7828         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7829         macros.
7830         (nnir-request-article, nnir-request-move-article): Use them.
7831         (nnir-categorize): New function.
7832         (nnir-run-query): Use it.
7833         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7834         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7835         sorted.
7836         (nnir-group-full-name): Use gnus-group-full-name instead.
7837         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7838         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7839
7840 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7841
7842         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7843
7844         * proto-stream.el: New library to provide protocol-specific
7845         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7846         protocols.
7847         (open-proto-stream): Complete the documentation.
7848         (proto-stream-open-network): Fix some typos.
7849
7850         * nnimap.el (nnimap-open-connection): Use it.
7851
7852 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7853
7854         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7855         negotiation.
7856
7857 2010-11-26  Julien Danjou  <julien@danjou.info>
7858
7859         * color.el: Rename various rgb functions to srgb.
7860
7861 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7862
7863         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7864         names.
7865
7866 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7867
7868         * shr.el (shr-insert): Revert last change.
7869         (shr-find-fill-point): Never leave point being at bol;
7870         relax the kinsoku limitation when rendering tables.
7871
7872 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7873
7874         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7875         results from -accept-article.
7876
7877         * shr-color.el: Require cl when compiling.
7878
7879         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7880         checkin.
7881
7882         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7883
7884         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7885
7886         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7887         'add and 'delete to set backend marks.
7888
7889         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7890
7891         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7892
7893         * nntp.el (nntp-request-set-mark): Use it.
7894
7895         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7896
7897         * nnml.el (nnml-request-set-mark): Ditto.
7898
7899         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7900         introduces regressions in article selection.
7901         (nnimap-find-uid-response): New function.
7902         (nnimap-request-accept-article): Use the UID returned, if any.
7903         (nnimap-request-move-article): Use the UID returned, if any.
7904         (nnimap-get-groups): Reimplement to work with folded lines.
7905         (nnimap-find-uid-response): The UID is the last element in the list.
7906         (nnimap-request-set-mark): Extend syntax with 'set.
7907
7908         * nnml.el (nnml-request-set-mark): Ditto.
7909
7910         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7911
7912         * nntp.el (nntp-request-set-mark): Ditto.
7913
7914 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7915
7916         * message.el (message-called-interactively-p): A temporary macro.
7917         (message-goto-body): Use it temporarily.
7918
7919 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7920
7921         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7922         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7923         (nnimap-last-response-string): Fix last unfolding fix.
7924
7925 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * shr.el (shr-insert): Fix the way to fold lines.
7928
7929 2010-11-25  Julien Danjou  <julien@danjou.info>
7930
7931         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7932
7933         * color.el: Rename from color-lab.el
7934         (color-rgb->hex): Add.
7935         (color-complement): Add.
7936         (color-complement-hex): Add.
7937
7938         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7939
7940 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7941
7942         * shr-color.el (shr-color-visible): Don't bug out if the color names
7943         don't exist.
7944
7945 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7946
7947         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7948         assuming that article displaying or another mml-preview may be
7949         interrupted for an error or for the like.
7950
7951         * shr.el (shr-get-background): Fix argument name.
7952
7953 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7954
7955         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7956
7957         * gnus-sum.el (gnus-summary-include-articles): New function.
7958
7959         * message.el (message-goto-body): called-interactively-p needs a
7960         parameter, so use `any'.
7961
7962         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7963         clear marks before moving, since they're synced from the Gnus side
7964         first.
7965
7966         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7967         (gnus-summary-move-article): Copy over all marks before moving, so that
7968         IMAP doesn't think a new article has arrived.
7969
7970 2010-11-24  Julien Danjou  <julien@danjou.info>
7971
7972         * shr.el (shr-insert-background-overlay): Fix typo.
7973         (shr-render-td): Copy the background before rendering.
7974
7975         * shr-color.el (shr-color-visible): Fix docstring.
7976
7977         * shr.el (shr-tag-table): Add bgcolor support.
7978         (shr-render-td): Add bgcolor support.
7979         (shr-get-background): Add.
7980         (shr-insert-foreground-overlay): Use shr-get-background.
7981
7982         * message.el (message-goto-body): Use called-interactively-p.
7983         (message-in-body-p): message-goto-body returns point.
7984
7985 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7986
7987         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7988         Fixes something or other in Emacs 23, and is backwards compatible.
7989
7990         * message.el (message-goto-body): Remove the <#secure special-casing,
7991         which is too special.
7992
7993         * shr.el (shr-parse-style): Drop !important from styles.
7994
7995 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7996
7997         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7998         this function to return incorrect results when calling it with an
7999         explicit article argument different from
8000         (gnus-summary-article-number).
8001
8002 2010-11-24  Julien Danjou  <julien@danjou.info>
8003
8004         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8005         (shr-tag-body): Add background support.
8006         (shr-descend): Add background support.
8007         (shr-tag-title): Add.
8008
8009         * shr-color.el (shr-color-visible): Really return original background
8010         if fixed.
8011
8012 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8013
8014         * shr.el (shr-color-check): Protect against non-existent color names.
8015
8016 2010-11-24  Julien Danjou  <julien@danjou.info>
8017
8018         * color-lab.el: Require 'cl when compiling.
8019
8020         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8021
8022         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8023         matched part.
8024
8025         * color-lab.el: Fix all expt calls to use float type.
8026
8027 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8028
8029         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8030         expression to shr-color-check as is.
8031
8032         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8033
8034         * color-lab.el: Add coding cookie.
8035         (float-pi): Use eval-and-compile.
8036
8037         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8038         compiled for Emacsen having no `libxml-parse-html-region' support.
8039
8040 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8041
8042         * shr.el (shr-insert-color-overlay): Split stuff like
8043         "#444444 !important" to find the real color.
8044         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8045         parse <font color="red"> entries.
8046
8047 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8048
8049         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8050         point when parsing headers.
8051
8052         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8053         is positioned properly when parsing headers.
8054
8055 2010-11-23  Julien Danjou  <julien@danjou.info>
8056
8057         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8058
8059         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8060
8061         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8062
8063         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8064         Use shr-color-hue-to-rgb.
8065         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8066
8067 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8068
8069         * shr.el (shr-color->hexadecimal): Autoload.
8070         (shr-descend): Add color to all tags.
8071
8072 2010-11-22  Julien Danjou  <julien@danjou.info>
8073
8074         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8075         shr-color->hexadecimal.
8076
8077         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8078         RGB() or HSL() color representation.
8079
8080         * shr.el (shr-tag-font): Add.
8081         (shr-tag-color-check): New function to get better colors.
8082         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8083         tag-span.
8084
8085         * shr-color.el: New file.
8086
8087         * color-lab.el: New file.
8088
8089         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8090
8091 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8092
8093         * nnir.el: Fix typo in comments.
8094         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8095         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8096
8097 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8098
8099         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8100
8101         * nnimap.el (nnimap-get-capabilities): Refactor out.
8102         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8103
8104 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8105
8106         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8107         appearing when `mm-uu-hide-markers' is nil.
8108
8109 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8110
8111         * nnimap.el (nnimap-unselect-group): Make into its own function.
8112         (nnimap-request-rename-group): Unselect group before renaming.
8113         This had gotten lost somewhere.
8114         (nnimap-request-accept-article): Keep track of examined groups, and
8115         unselect the group before APPENDing to read-only groups.
8116         (nnimap-request-move-article): Clear flags before moving so that they
8117         can be re-set later.
8118
8119 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8120
8121         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8122         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8123
8124 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * gnus-art.el (gnus-mime-display-single):
8127         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8128         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8129         parameter.
8130
8131 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8132
8133         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8134         (shr-table-vertical-line): New variable.
8135         (shr-insert-table): Use it.
8136
8137 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8138
8139         * gnus-html.el (gnus-html-wash-images): Don't display images if
8140         gnus-inhibit-images is non-nil; register displayer for cid images.
8141         (gnus-html-display-image): Work for cid image.
8142         (gnus-html-insert-image): Allow arguments.
8143         (gnus-html-put-image): Inhibit read-only.
8144         (gnus-html-prefetch-images): Don't prefetch images if
8145         gnus-inhibit-images is non-nil.
8146
8147 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8148
8149         * shr.el (shr-put-image): Break lines when inserting big pictures.
8150
8151 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8152
8153         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8154         sender, thanks Katsumi Yamaoka.
8155
8156 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8157
8158         * nnir.el (nnir-run-imap): Reverse the article list for each group
8159         rather than the whole list.
8160
8161 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8162
8163         * shr.el (shr-image-displayer): Protect function against non-existent
8164         image source.
8165
8166         * gnus-art.el (gnus-inhibit-images): New user option.
8167         (gnus-mime-display-single): Don't display image if it is non-nil.
8168
8169         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8170         gnus-inhibit-images.
8171
8172         * shr.el (shr-image-displayer): New function.
8173         (shr-tag-img): Use it.
8174
8175 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8176
8177         * mml2015.el (mml2015-epg-sign): Use From header.
8178
8179 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8180
8181         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8182
8183         * gnus-util.el (gnus-find-text-property-region): Return markers.
8184
8185         * shr.el (shr-tag-img): Put a displayer in the text property.
8186
8187         * gnus-util.el (gnus-find-text-property-region): New utility function.
8188
8189         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8190         (gnus-html-show-images): Remove.
8191
8192         * gnus-art.el (gnus-article-show-images): New, more general function.
8193
8194         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8195         image url text properties.
8196
8197         * shr.el: Ditto.
8198
8199         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8200         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8201
8202 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8203
8204         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8205         work for two or more articles.
8206
8207 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8208
8209         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8210         divide an image that's in an html article to two or more when washing
8211         non-ASCII characters in alt text of it.
8212
8213 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8214
8215         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8216         smime-decrypt-region using function argument.
8217         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8218
8219         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8220
8221         * smime.el (smime-decrypt-region): Catch it.
8222
8223 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8224
8225         * smime.el (smime-mode-map): Move initialization into declaration.
8226         (gnus-run-mode-hooks): Don't autoload.
8227         (smime-mode): Use define-derived-mode.
8228
8229 2010-11-11  Glenn Morris  <rgm@gnu.org>
8230
8231         * smime.el (from): Restrict declaration to XEmacs.
8232
8233         * nnir.el (gnus-group-topic-name): Autoload.
8234
8235 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8236
8237         * shr.el (shr-insert): Don't break long line if it is because of
8238         kinsoku-bol characters in the line end.
8239
8240 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8241
8242         * nnir.el (nnir-request-move-article): Fix to provide original group
8243         and subject.
8244         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8245         been retrieved.
8246
8247         * gnus-sum.el (gnus-summary-move-article): Use original group and
8248         subject for virtual articles such as those in an nnir summary buffer.
8249
8250 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8251
8252         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8253         least 21.5).
8254
8255         * smime.el (from): Declare it again for XEmacs.
8256
8257 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8258
8259         * message.el (message-resend): Don't disable encoding unless it's
8260         already encoded.
8261
8262         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8263         low-numbered articles.
8264
8265 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8266
8267         * rfc2047.el (rfc2047-syntax-table): Simplify.
8268
8269         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8270
8271         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8272         set-char-table-range for XEmacs.
8273
8274 2010-11-10  Glenn Morris  <rgm@gnu.org>
8275
8276         * time-date.el (time-to-seconds): Always an alias on Emacs,
8277         never a real function.
8278         (with-no-warnings): Remove compat stub, now unused.
8279         (time-less-p): Doc fix.
8280         (time-to-number-of-days): Simplify.
8281
8282         * smime.el (from): Remove unused declaration.
8283
8284         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8285         (gnus-float-time): On Emacs, always an alias.
8286
8287         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8288         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8289
8290 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * dgnushack.el: Don't use ignore-errors in the top level form since it
8293         is unavailable in XEmacs even if cl is loaded.
8294
8295         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8296
8297 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8298
8299         * shr.el (browse-url-mailto): Autoload.
8300
8301         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8302
8303         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8304         regexp doesn't need quoting.
8305
8306 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8307
8308         * message.el (message-subject-trailing-was-ask-regexp)
8309         (message-subject-trailing-was-regexp): Match was: in addition to was.
8310
8311 2010-11-09  Glenn Morris  <rgm@gnu.org>
8312
8313         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8314         (nnbabyl-check-mbox): Use point-at-bol.
8315
8316 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8317
8318         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8319
8320         * message.el (message-mailto): New function.
8321         (message-mailto): Should accept other parameters.
8322         (message-mailto): Remove since it duplicates browse-url-mailto
8323         functionality.
8324
8325 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8326
8327         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8328         methods.
8329         (gnus-read-active-file): Ditto.
8330
8331         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8332         ": " from the prompt.
8333         (gnus-group-make-group): Ditto.
8334
8335 2010-11-07  Glenn Morris  <rgm@gnu.org>
8336
8337         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8338         (gnus-bookmark-kill-line): Use point-at-eol.
8339
8340 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8341
8342         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8343         asterisks in From header.
8344
8345 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8346
8347         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8348         string to avoid making the From headers syntactically invalid.
8349
8350         * message.el (message-send-mail): Don't insert courtesy messages if the
8351         message already has List-Post and List-ID messages.
8352
8353 2010-11-06  Glenn Morris  <rgm@gnu.org>
8354
8355         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8356         `condition', `type', `length' a prefix.
8357         (gnus-treat-predicate): Update for above name changes.
8358
8359 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8360
8361         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8362         binding.  Handled by `gnus-summary-refer-thread' instead.
8363         (nnir-warp-to-article): New backend function.
8364
8365         * nnimap.el (nnimap-request-thread): Force dependency updating.
8366
8367         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8368         (gnus-summary-refer-thread): Rework to improve thread-referral.
8369
8370         * gnus-int.el (gnus-warp-to-article): New function.
8371
8372         * gnus-sum.el (gnus-summary-article-map): Bind it.
8373
8374 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8375
8376         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8377         gnus-summary-refer-thread.
8378
8379         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8380         headers.
8381         (gnus-summary-limit-include-thread): Prevent articles in thread from
8382         being cut in gnus-cut-threads.
8383         (gnus-summary-refer-thread): Limit retrieved headers to those in
8384         thread.
8385
8386 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8387
8388         * message.el (message-send-mail): Use the value of
8389         message-courtesy-message from the message buffer.
8390
8391         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8392
8393         * shr.el (shr-browse-url): Implement mailto: URLs.
8394
8395         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8396         "raw".
8397
8398         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8399         if it's already selected.
8400
8401         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8402
8403 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8404
8405         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8406         to measure the length and truncate alt text.
8407
8408 2010-11-03  Glenn Morris  <rgm@gnu.org>
8409
8410         * nndiary.el (nndiary-generate-nov-databases-1)
8411         (nndiary-generate-active-info): Rename dynamic variable `files' to
8412         something less generic.
8413
8414 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8415
8416         * nnir.el (nnir-request-move-article): Call the underlying backend to
8417         move articles from nnir.
8418
8419 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8420
8421         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8422
8423 2010-11-02  Julien Danjou  <julien@danjou.info>
8424
8425         * nnir.el: Remove wais support.
8426
8427 2010-11-02  Glenn Morris  <rgm@gnu.org>
8428
8429         * gnus-html.el: Reorder requirements to quieten compiler.
8430
8431 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8434         properly for XEmacs as well.
8435         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8436         (gnus-article-natural-long-line-p): Use window-width rather than
8437         frame-width.
8438
8439 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
8440
8441         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
8442         (nnir-read-parms): Don't modify query.
8443         (nnir-run-query): Add ability to search topic on current line.
8444         (nnir-get-active): Clean up.
8445
8446 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8447
8448         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8449         degenerate articles.
8450
8451         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8452         (gnus-print-buffer): Just print the buffer as is, without any copying
8453         to a buffer and then re-highlighting.
8454
8455         * nnimap.el (nnimap-request-group): Store the new updated info.
8456         (nnimap-request-group): Select the group when we don't know whether it
8457         exists or not.
8458
8459         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8460         groups.
8461
8462         * gnus-group.el (gnus-group-find-new-groups): Display all the new
8463         groups.
8464
8465         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8466         groups.
8467
8468         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8469         long-lines case by only filling the long lines.
8470
8471         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8472         (bug#7311).
8473
8474 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8475
8476         * shr.el: No need to declare `declare-function' since shr.el is for
8477         only Emacsen that provide `libxml-parse-html-region'.
8478
8479         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
8480         effective only in a file it is referred to.
8481
8482 2010-11-01  Glenn Morris  <rgm@gnu.org>
8483
8484         * mm-util.el (gnus-completing-read): Autoload.
8485         (mm-read-coding-system): Simplify Emacs definition.
8486
8487         * nnmail.el (gnus-activate-group):
8488         * nnimap.el (gnutls-negotiate):
8489         * nntp.el (netrc-parse): Fix declarations.
8490
8491 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8492
8493         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8494         string-match-p in Emacs >=23.
8495
8496         * gnus-msg.el (gnus-configure-posting-styles):
8497         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8498
8499 2010-11-01  Glenn Morris  <rgm@gnu.org>
8500
8501         * nnir.el (declare-function): Add compat stub.
8502         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8503         (nnir-run-gmane): Require 'mm-url.
8504
8505         * mm-util.el (mm-string-to-multibyte): Simplify.
8506
8507         * shr.el (declare-function): Add compat stub.
8508         (url-cache-create-filename): Declare.
8509         (mm-disable-multibyte, widget-convert-button): Autoload.
8510
8511         * smime.el (ldap-search): Declare.
8512         (smime-cert-by-ldap-1): Require ldap on Emacs.
8513
8514         * nnimap.el: Require nnmail, and gnus-sum when compiling.
8515         (nnimap-keepalive): Use gnus-float-time.
8516
8517         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8518         (mail-source-delete-crash-box): Use gnus-float-time.
8519
8520         * gnus-dired.el (gnus-completing-read): Autoload.
8521
8522         * mm-view.el (gnus-rescale-image): Autoload.
8523
8524         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8525
8526         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8527
8528         * sieve-manage.el: Require 'cl when compiling.
8529
8530         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8531         (gnus-iswitchb-completing-read): Require iswitchb.
8532         (gnus-select-frame-set-input-focus): Silence compiler.
8533
8534 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8535
8536         * message.el (message-subject-trailing-was-query): Change default to t,
8537         since I think that's what most people want.
8538
8539         * nnimap.el (nnimap-request-accept-article): Erase buffer before
8540         appending for easier debugging.
8541         (nnimap-wait-for-connection): Take a regexp.
8542         (nnimap-request-accept-article): Wait for the continuation line before
8543         sending anything unless we're streaming.
8544
8545         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8546         leave the header washing to take place.
8547
8548 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8549
8550         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8551         regular expression match and replace in posting styles.
8552
8553 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
8554
8555         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8556         an entire server.
8557         (nnir-get-active): New function.
8558         (nnir-run-imap): Use it.
8559         (nnir-run-gmane): Who knew, gmane search returns an article score!
8560
8561         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8562         server on the current line with nnir.
8563
8564 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8565
8566         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8567         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8568         left edge.
8569         (gnus-article-foldable-buffer): Skip past the prefix when determining
8570         raggedness.
8571
8572         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8573         the raw article, and change `C-u g' to show the article without doing
8574         treatments.
8575
8576         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8577         on to `gnus-treat-article'.
8578         (gnus-inhibit-article-treatments): New variable.
8579
8580         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8581
8582         * gnus-art.el (gnus-treatment-function-alist): Have
8583         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8584         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8585         sections.
8586
8587         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8588         parameter.
8589         (gnus-article-fill-cited-long-lines): New function.
8590         (gnus-article-fill-cited-article): Allow filling only long sections.
8591
8592         * shr.el (shr-find-fill-point): Don't break lines between punctuation
8593         and non-punctuation (like after the apostrophe in "'We").
8594
8595         * gnus-sum.el (gnus-summary-select-article): Make sure
8596         gnus-original-article-buffer is alive.
8597
8598         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8599         reflect the order they're in in the digest.
8600
8601         * gnus.el (gnus-group-startup-message): Move point to the start of the
8602         buffer.
8603
8604         * nnimap.el (nnimap-capability): New function.
8605         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8606         is set.
8607
8608 2010-10-31  David Engster  <dengste@eml.cc>
8609
8610         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8611         conform with changes to gnus-completing-read.
8612
8613 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8614
8615         * shr.el (shr-tag-img): Output "*" instead of "[img]".
8616
8617 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8618
8619         * nnir.el: Move defvar, defcustom around to keep file organized
8620         and keep byte-compiler quiet.
8621         (nnir-read-parms): Accept search-engine as arg.
8622         (nnir-run-query): Pass search-engine as arg.
8623         (nnir-search-engine): Remove.
8624
8625 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8626
8627         * shr.el (shr-generic): The text nodes should be text, not :text.
8628
8629         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8630         later in the file.
8631
8632 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8633
8634         * nnir.el: General clean up.  Allow searching with multiple engines.
8635         Allow separate extra-parameters for each engine.
8636         Batch queries when possible.
8637         (nnir-imap-default-search-key, nnir-method-default-engines):
8638         Add customize interface.
8639         (nnir-run-gmane): New engine.
8640         (nnir-engines): Use it.  Qualify all prompts with engine name.
8641         (nnir-search-engine): Remove global variable.
8642         (nnir-run-hyrex): Restore for now.
8643         (nnir-extra-parms, nnir-search-history): New variables.
8644         (gnus-group-make-nnir-group): Use them.
8645         (nnir-group-server): Remove in favor of gnus-group-server.
8646         (nnir-request-group): Avoid searching twice.
8647         (nnir-sort-groups-by-server): New function.
8648
8649 2010-10-30  Julien Danjou  <julien@danjou.info>
8650
8651         * gnus-group.el: Remove gnus-group-fetch-control.
8652
8653         * gnus-start.el (gnus-find-new-newsgroups):
8654         Remove gnus-check-first-time-used.
8655
8656         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8657
8658 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8659
8660         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8661         set on groups that don't have \* permanentflags.
8662
8663 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8664
8665         * shr.el (shr-tag-span): Drop colorization of regions since we don't
8666         control the background color.
8667         (shr-tag-img): Ignore very small web bug type images.
8668         (shr-put-image): Add help-echo alt texts to the images.
8669         (shr-tag-video): Show the video poster image.
8670
8671 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8672
8673         * shr.el (shr-table-depth): New variable.
8674         (shr-tag-table-1): Only insert the images after the top-level table.
8675
8676         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8677
8678         * gnus-util.el (gnus-list-memq-of-list): New function.
8679
8680         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8681         selected.
8682         (nnimap-unsplittable-articles): New slot.
8683         (nnimap-new-articles): Use it.
8684
8685 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8686
8687         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8688         move to the previous line on `M-g'.
8689
8690 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8691
8692         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8693         *-request-group, which seems unnecessary.
8694
8695         * nnimap.el (nnimap-quote-specials): Function copied over from
8696         imap.el.
8697         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8698         they support that.  Suggested by Tom Regner.
8699
8700 2010-10-29  Julien Danjou  <julien@danjou.info>
8701
8702         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8703         defalias.
8704         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8705
8706         * gnus.el: Remove `gnus-nntp-service' variable.
8707         (gnus-secondary-servers): Make obsolete.
8708         (gnus-nntp-server): Make obsolete.
8709
8710         * gnus-start.el (gnus-1): Remove x-splash calls.
8711
8712         * gnus-ems.el (gnus-x-splash): Remove.
8713
8714         * gnus.el (gnus-group-startup-message): Simplify/update code.
8715
8716         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
8717         definition.
8718
8719         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8720         capability before doing anything.
8721         (gnus-group-insert-group-line): Remove useless
8722         gnus-group-remove-excess-properties.
8723
8724 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8725
8726         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8727
8728 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8729
8730         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8731         config after reselecting.
8732
8733 2010-10-28  Julien Danjou  <julien@danjou.info>
8734
8735         * shr.el (shr-put-image): Use point even if only inserting text.
8736         (shr-put-image): Save excursion when inserting alt text on non-graphic
8737         display, so the behavior is the same when we are on a graphic display.
8738
8739         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8740
8741 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8742
8743         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8744         (gnus-mime-copy-part): Check coding system, not charset.
8745         (gnus-mime-view-part-externally): Never remove part.
8746         (gnus-mime-view-part-internally): Don't remove part here.
8747         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8748         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8749         multipart/alternative.
8750
8751         * mm-decode.el (mm-display-part): Take optional arg `force'.
8752
8753 2010-10-26  Julien Danjou  <julien@danjou.info>
8754
8755         * gnus-group.el (gnus-group-default-list-level): Add this function to
8756         compute the default list level.
8757         (gnus-group-default-list-level): Add possibility to use a function.
8758
8759 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8760
8761         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8762
8763         * gnus-group.el (gnus-group-completing-read)
8764         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8765         gnus-replace-in-string.
8766
8767 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8768
8769         * shr.el (shr-tag-div): Add.
8770
8771         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8772
8773 2010-10-25  Julien Danjou  <julien@danjou.info>
8774
8775         * gnus-util.el: Remove `gnus-with-local-quit'.
8776
8777         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8778
8779 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8780
8781         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8782         the original article buffer.
8783
8784 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8785
8786         * nnimap.el (nnimap-request-head): New function.
8787         (nnimap-request-move-article): Try to be slightly faster by not
8788         requesting the entire message when moving.
8789         (nnimap-transform-headers): Don't bug out on bodiless articles.
8790         (nnimap-send-command): Have no outstanding messages if the IMAP server
8791         doesn't support streaming.
8792         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8793
8794 2010-10-24  Julien Danjou  <julien@danjou.info>
8795
8796         * message.el (message-default-headers): Fix type.
8797
8798 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8799
8800         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8801         prefetching images.
8802
8803         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8804         backend for unknown groups.  This is mainly useful for nnimap groups.
8805
8806         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8807         group isn't covered by the agent.
8808
8809 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8810
8811         * nnir.el (nnir-method-default-engines): New variable.
8812         (nnir-run-query): Use it.
8813         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8814         (gnus-summary-nnir-goto-thread): Change group if needed.
8815
8816         * gnus-group.el (gnus-group-group-map): Add key binding for
8817         gnus-group-make-nnir-group.
8818
8819 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8820
8821         * shr.el (shr-tag-object): Add.
8822
8823         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8824         original article buffer live.
8825         (gnus-summary-select-article-buffer):
8826         Mention gnus-widen-article-buffer.
8827
8828 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8829
8830         * shr.el (shr-tag-strong): Add.
8831
8832 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8833
8834         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8835         group names.  They mess up the group buffer badly.
8836
8837         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8838
8839         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8840         instead of the summary one.
8841
8842 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8843
8844         * mml.el (mml-preview): Work properly when editing article.
8845
8846         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8847         gnus-have-read-active-file if it's already been in.
8848
8849 2010-10-22  Tom Tromey  <tromey@redhat.com>
8850
8851         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8852         gnus-group-completing-read.
8853
8854 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8855
8856         * message.el (message-mode-map): Don't bind M-; to comment region, to
8857         allow the global comment-dwim to work.
8858
8859 2010-10-21  Julien Danjou  <julien@danjou.info>
8860
8861         * message.el (message-setup-1): Allow message-default-headers to be a
8862         function.
8863
8864 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * shr.el (shr-tag-table): Simplify.
8867
8868 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8869
8870         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8871         to avoid trying to snarf invalid stuff.
8872
8873         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8874
8875         * gnus.el (gnus-message-archive-group): Quote value.
8876         (gnus-message-archive-group): Mark as changed.
8877
8878         * shr.el (shr-add-font): Don't put the font properties on the newline
8879         or the indentation.
8880
8881         * message.el (message-fix-before-sending): Change options when sending
8882         non-printable characters.
8883
8884         * gnus.el (gnus-message-archive-method): Change the default to
8885         monthly outgoing groups.
8886
8887         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8888         that have gotten new numbers.
8889
8890         * nnimap.el (nnimap-request-replace-article): New function.
8891
8892 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8893
8894         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8895         (nnrss-request-article): Don't use special html washing code.
8896
8897 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8898
8899         * shr.el (shr-tag-table): Remove useless nconc.
8900
8901 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8902
8903         * gnus-art.el (article-wash-html): Simplify and remove the charset
8904         stuff.  Use the normal html rendering code instead of the special html
8905         washing code.
8906
8907         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8908         `gnus-w3m' symbols.
8909         (mm-text-html-washer-alist): Remove.
8910
8911         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8912         (mm-inline-media-tests): Remove use.
8913         (mm-text-html-renderer): Change default to the `shr' symbol.
8914
8915         * mm-view.el (mm-inline-text-html): Remove use.
8916
8917         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8918         `gnus-blocked-images' to be a function.
8919         (gnus-article-wash-function): Remove.
8920
8921 2010-10-20  Julien Danjou  <julien@danjou.info>
8922
8923         * spam.el (spam-list-of-processors): Mark as obsolete.
8924
8925         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8926         (nnimap-insert-partial-structure): Fix boundary detection.
8927
8928 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8929
8930         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8931         run file-truename on remote files.  This can be expensive and even
8932         prevent one from editing drafts if some unrelated buffer has a stale
8933         connection.
8934
8935 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8936
8937         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8938         kinsoku-eol regardless of shr-kinsoku-shorten.
8939         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8940         (shr-tag-table): Support caption, thead, and tfoot.
8941
8942 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8943
8944         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8945         lines.
8946         (shr-save-contents): New command and keystroke.
8947
8948         * nndoc.el (nndoc-type-alist): Add git support.
8949         (nndoc-git-type-p): New function.
8950         (nndoc-transform-git-article): Ditto.
8951         (nndoc-transform-git-headers): Ditto.
8952         (nndoc-transform-git-headers): Generate Subject headers.
8953
8954         * shr.el (shr-parse-style): New function.
8955         (shr-tag-span): Ditto.
8956
8957         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8958         to `G G' to avoid collisions.
8959
8960 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8961
8962         * shr.el: Load kinsoku if necessary.
8963         (shr-kinsoku-shorten): New internal variable.
8964         (shr-find-fill-point): Make kinsoku shorten text line if
8965         shr-kinsoku-shorten is bound to non-nil.
8966         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8967         shr-indentation too when testing if table is wider than frame width.
8968         (shr-insert-table): Use `string-width' instead of `length' to measure
8969         text width.
8970         (shr-insert-table-ruler): Make sure indentation is done at bol.
8971
8972 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8973
8974         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8975         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8976         undecoded network data.
8977
8978 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8979
8980         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8981         name in the mode line spec so that the mode line menu works
8982         (bug#2431).
8983
8984         * message.el (message-get-reply-headers): If we're fed `to-address',
8985         then always use that.
8986
8987         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8988         aren't so wide as to need to switch off the edit menu.
8989
8990         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8991         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
8992
8993         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8994         `M-g'.
8995         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8996         the permanent marks.
8997
8998 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8999
9000         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9001         Splitting according to references/in-reply-to obeys the ignore-groups
9002         variable, while splitting by sender and subject do not.
9003
9004 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9005
9006         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9007         alist, so that we can look for non-Unicode chars.
9008         (article-translate-strings): Allow both character and string maps.
9009
9010 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9011
9012         * shr.el (shr-insert): Don't insert space behind a wide character
9013         categorized as kinsoku-bol, or between characters both categorized as
9014         nospace.
9015
9016 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9017
9018         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9019         headers to gnus-newsgroup-headers.
9020
9021 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9022
9023         * shr.el (shr-tag-img): Don't align images -- since we're not
9024         rescaling, this often leads to ugly displays.
9025
9026 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9027
9028         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9029         duplicates.
9030
9031 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9032
9033         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9034         call.
9035
9036 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9037
9038         * gnus.el: Autoload gnus-html-show-images.
9039
9040         * nnimap.el: Use nnheader-message throughout.
9041
9042         * shr.el (shr-tag-img): Ignore images with no data.
9043
9044 2010-10-15  Julien Danjou  <julien@danjou.info>
9045
9046         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9047         a possibility to disable format=flow encoding when using hard newlines.
9048
9049 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9050
9051         * shr.el (shr-insert): Remove space inserted before or after a
9052         breakable character or at the beginning or the end of a line.
9053         (shr-find-fill-point): Do kinsoku; find the second best point or give
9054         it up if there's no breakable point.
9055
9056 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9057
9058         * nnimap.el (nnimap-open-connection): Message when opening connection
9059         for debugging purposes.
9060
9061         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9062         on every setup buffer call to allow this to change from article to
9063         article.
9064
9065         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9066         buffers where we have a wide table.
9067
9068 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9069
9070         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9071         uses *-request-thread.
9072
9073 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9074
9075         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9076         incantation, which is no longer valid.
9077
9078 2010-10-14  Julien Danjou  <julien@danjou.info>
9079
9080         * shr.el: Fix defcustom type (char -> character).
9081
9082 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9083
9084         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9085         programs.
9086
9087 2010-10-14  Julien Danjou  <julien@danjou.info>
9088
9089         * shr.el (shr-tag-a): Use url-link as widget type.
9090
9091         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9092         `gnus-group-get-icon'.
9093
9094 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9095
9096         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9097         This should make server editing work better.
9098
9099         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9100
9101         * tls.el (tls-program): Remove spurious %s from openssl.
9102
9103         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9104         (nnimap-parse-flags): Fix regexp.
9105
9106         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9107         probably work for CJVK text, too.
9108
9109         * nnimap.el (nnimap-extend-tls-programs): Remove.
9110         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9111
9112         * tls.el (tls-starttls-switches): Remove starttls hack.
9113         (open-tls-stream): Ditto.
9114         (tls-find-starttls-argument): Ditto.
9115
9116 2010-10-13  Julien Danjou  <julien@danjou.info>
9117
9118         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9119         responses.
9120
9121 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9122
9123         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9124
9125         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9126         anything in Emacs.
9127
9128         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9129
9130 2010-10-13  Julien Danjou  <julien@danjou.info>
9131
9132         * shr.el (shr-width): Make shr-width a defcustom with default to
9133         fill-column.
9134         (shr-tag-img): Use shr-width rather than fill-column.
9135
9136 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9137
9138         * dgnushack.el (byte-optimize-apply):
9139         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9140
9141         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9142         position when (X-)Faces exist.
9143         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9144         avatars when called interactively.
9145
9146 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9147
9148         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9149         gnus-article-x-face-too-ugly is bound.
9150
9151 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9152
9153         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9154
9155         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9156         mailbox that doesn't exist.
9157
9158 2010-10-12  Julien Danjou  <julien@danjou.info>
9159
9160         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9161         (shr-get-image-data): Encode URL properly when fetching from cache.
9162         (shr-tag-img): Use aligned-to spaces to align correctly images.
9163
9164         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9165         before inserting the Gravatar.
9166
9167         * shr.el (shr-tag-img): Add align attribute support for <img>.
9168
9169 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9170
9171         * gnus-gravatar.el (gnus-art): Require.
9172
9173         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9174         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9175         Remove long obsoleted functions.
9176
9177 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9178
9179         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9180
9181         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9182
9183         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9184         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9185         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9186         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9187         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9188         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9189         * sieve-manage.el, smime.el, spam.el:
9190         Fix comment for declare-function.
9191
9192 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9193
9194         * nnimap.el (nnimap-request-rename-group): Select group read-only
9195         before renaming it.
9196
9197         * shr.el (shr-insert): Fix up the white space only regexp.
9198
9199         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9200         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9201
9202         * shr.el (shr-current-column): New function.
9203         (shr-find-fill-point): New function.
9204
9205 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9206
9207         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9208         numbers.
9209
9210 2010-10-11  Julien Danjou  <julien@danjou.info>
9211
9212         * shr.el (shr-hr-line): Add.
9213         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9214         display hr lines.
9215         (shr-max-columns): Do not change state to nil if we just inserting
9216         spaces.
9217
9218 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9219
9220         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9221         select the last group.
9222
9223 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9224
9225         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9226
9227 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9228
9229         * dig.el (dig-mode-map): Declare and define in one step.
9230
9231 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9232
9233         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9234         for Gnus.
9235         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9236         (nnimap-update-qresync-info): Mark \Seen articles as read.
9237
9238         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9239         non-variable, too.
9240
9241         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9242         available.
9243         (nnimap-update-info): Rely more on the current active than the param
9244         active to avoid marking articles as read too much.
9245
9246         * auth-source.el (auth-source-create): Use (user-login-name) for the
9247         user name default.
9248
9249         * nnimap.el (nnimap-update-info): If the server doesn't return any
9250         useful info, just use the previous info.
9251         (nnimap-update-info): Prefer old info over start-article.
9252         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9253
9254 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9255
9256         * nnir.el (autoload): Clean up autoloads.
9257         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9258         Use key rather than value.
9259         (nnir-imap-search-other): New variable.
9260         (nnir-read-parm): Use it.
9261         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9262         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9263
9264 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9265
9266         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9267         the process, too.
9268
9269 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9270
9271         * spam.el (gnus-summary-mode-map): Bind to "$".
9272         Suggested by Russ Allbery.
9273
9274         * shr.el: Rework the way things are indented by <li> slightly.
9275
9276         * gnus.el (gnus-group-set-parameter): Fix typo.
9277
9278         * nnimap.el: Start implementing QRESYNC support.
9279
9280 2010-10-09  Julien Danjou  <julien@danjou.info>
9281
9282         * nnir.el (nnir-engines): Fix too many arguments.
9283
9284 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9285
9286         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9287         group is the "last", so that the backends like nnfolder actually save
9288         their folders.
9289
9290         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9291         try to use that for the tls stream.
9292         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9293         UIDVALIDITY and find out which groups are read-only and not.
9294         (nnimap-get-flags): Use the same marks parsing code as the rest of
9295         nnimap.
9296
9297 2010-10-09  Julien Danjou  <julien@danjou.info>
9298
9299         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9300
9301         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9302         retrieving gravatars.
9303
9304         * shr.el (shr-table-corner): Add.
9305         (shr-table-line): Add.
9306         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9307
9308 2010-10-08  Julien Danjou  <julien@danjou.info>
9309
9310         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9311
9312 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9313
9314         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9315
9316         * gnus-sum.el (gnus-mark-article-as-unread)
9317         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9318         (gnus-summary-set-bookmark): Use it.
9319
9320         * gnus-msg.el (gnus-setup-message): Use it.
9321
9322         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9323
9324         * gnus.el (gnus-group-remove-parameter): Use it.
9325
9326         * gnus-group.el (gnus-group-make-web-group): Use it.
9327
9328         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9329
9330         * nnregistry.el: Update docs to mention manual.
9331
9332         * gnus-registry.el: Update docs to mention nnregistry.el.
9333         (gnus-registry-initialize): Don't install nnregistry refer method
9334         automatically.
9335         (gnus-registry-install-nnregistry): Remove it.
9336
9337 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9338
9339         * shr.el (shr-insert): Don't insert double spaces.
9340
9341 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9342
9343         * gnus-gravatar.el (gnus-treat-from-gravatar)
9344         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9345         called interactively.
9346
9347         * gnus-art.el (gnus-mime-view-part-externally)
9348         (gnus-mime-view-part-internally): Make predicate function passed to
9349         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9350         of a mime type.
9351
9352         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9353
9354 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9355
9356         * shr.el (require): Require cl when compiling.
9357         (shr-tag-hr): New function.
9358
9359         * nnimap.el (nnimap-update-info): Remove double setting of high.
9360         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9361         This makes nnimap work properly on Courier again.
9362
9363         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9364         the variable for backwards compatibility.
9365
9366         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9367         the file name before using to avoid setting mm-default-directory to
9368         nil.
9369
9370         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9371         bidning gnus-agent variables.
9372
9373         * shr.el (shr-render-td): Use a cache for the table rendering function
9374         to avoid getting an exponential rendering behavior in nested tables.
9375         (shr-insert): Rework the line-breaking algorithm.
9376         (shr-insert): Don't leave trailing spaces.
9377         (shr-insert-table): Also insert empty TDs.
9378         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9379
9380 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9381
9382         * gnus-sum.el (gnus-number): Rename from `number'.
9383         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9384         (gnus-summary-limit-children): Update uses correspondingly.
9385
9386 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9387
9388         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9389         (gnus-gravatar-transform-address): Don't show avatars of people of
9390         which mail addresses match gnus-gravatar-too-ugly.
9391
9392 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9393
9394         * shr.el (shr-table-widths): Expand TD elements to fill available
9395         space.
9396
9397 2010-10-07  Julien Danjou  <julien@danjou.info>
9398
9399         * nnimap.el (nnimap-request-rename-group): Add this method.
9400
9401 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9402
9403         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9404         name from XEmacs' function-arglist.
9405
9406         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9407         gravatar under XEmacs.
9408
9409 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9410
9411         * auth-source.el: Update docs with TODO items.
9412
9413         * gnus-sync.el: Update docs to explain state and plans.
9414
9415         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9416         Hooks for mark updates.
9417         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9418
9419         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9420         hooks with arguments, which is needed for mark update hooks.
9421
9422 2010-10-06  Julien Danjou  <julien@danjou.info>
9423
9424         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9425         was matched.
9426
9427         * sieve-manage.el: Update example in `Commentary'.
9428
9429         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9430
9431         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9432         not 2000.
9433         (sieve-manage-authenticate): Re-add function.
9434
9435 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9436
9437         * shr.el (shr-insert): Get 'space transition right.
9438         (shr-render-td): Only delete space at the end of the TD.
9439
9440         * nnimap.el (nnimap-open-connection): Prepare to support
9441         open-gnutls-stream.
9442
9443         * shr.el: Rearrange function order to be more logical.
9444
9445 2010-10-06  Julien Danjou  <julien@danjou.info>
9446
9447         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9448         (nnrss-discover-feed): Remove 404 URL in docstring.
9449
9450         * nnir.el: Fix Swish-E URL.
9451         Fix Namazu URL.
9452
9453         * message.el (message-change-subject): Remove 404 URL in a comment.
9454
9455 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9456
9457         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9458         called interactively.
9459
9460         * gnus-util.el (gnus-remove-if): Allow hash table.
9461         (gnus-remove-if-not): New function.
9462
9463         * gnus-art.el (gnus-mime-view-part-as-type):
9464         * gnus-score.el (gnus-summary-score-effect):
9465         * gnus-sum.el (gnus-read-move-group-name):
9466         Replace remove-if-not with gnus-remove-if-not.
9467
9468         * gnus-group.el (gnus-group-completing-read):
9469         Regard collection as a hash table if it is not a list.
9470
9471 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9472
9473         * shr.el (shr-render-td): Allow blank/missing <TD>s.
9474
9475         * shr.el: Document the table-rendering algorithm.
9476
9477 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9478
9479         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
9480         for Emacsen having no `libxml-parse-html-region' support.
9481
9482 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9483
9484         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9485         invalid URLs.
9486
9487         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9488         line-broken.
9489         (shr-tag-img): Ignore image fetching errors.
9490         (shr-overlays-in-region): Compute overlay positions correctly.
9491
9492         * mm-decode.el (mm-shr): Require shr.
9493
9494         * gnus-art.el (gnus-blocked-images): Move variable here.
9495
9496         * shr.el (shr-insert-table): Bind free variable.
9497
9498         * mm-decode.el (mm-shr): Bind shr-content-function.
9499
9500         * shr.el (shr-content-function): New variable.
9501
9502         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9503         added for symmetry.
9504
9505         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9506
9507         * gnus-group.el (gnus-group-make-group): Doc fix.
9508
9509         * nnimap.el (nnimap-request-newgroups): Return success.
9510
9511         * shr.el (shr-find-elements): New function.
9512         (shr-tag-table): Put all the images after the table.
9513         (shr-tag-table): Really inhibit images inside the table.
9514         (shr-collect-overlays): Copy over overlays from the TD elements to the
9515         main document.
9516
9517         * mm-decode.el (mm-shr): Bind shr-blocked-images to
9518         gnus-blocked-images.
9519
9520 2010-10-05  Julien Danjou  <julien@danjou.info>
9521
9522         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9523
9524         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9525         (gnus-html-maximum-image-size): Add this function.
9526         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9527
9528         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9529         server-value of the capability is nil.
9530
9531 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9532
9533         * shr.el (shr-tag-em): Add <EM> tag.
9534
9535 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9536
9537         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9538         customizable.
9539
9540         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9541         handing broken links to browse-url.
9542
9543 2010-10-05  Julien Danjou  <julien@danjou.info>
9544
9545         * gnus-util.el (gnus-emacs-completing-read)
9546         (gnus-iswitchb-completing-read): Use autoload rather than require.
9547
9548 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9549
9550         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
9551         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
9552         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
9553         iswitchb-temp-buflist for XEmacs.
9554
9555         * gnus-util.el (gnus-completing-read-function): Exclude
9556         gnus-icompleting-read and gnus-ido-completing-read from candidates for
9557         XEmacs since iswitchb.el is very old and ido.el is unavailable in
9558         XEmacs.
9559
9560         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9561         not to use `delete-dups' that is unavailable in XEmacs 21.4.
9562
9563         * gnus-html.el: Don't require help-fns under XEmacs.
9564         (gnus-html-schedule-image-fetching): Work for XEmacs.
9565
9566         * mm-decode.el (mm-shr): Decode contents by charset.
9567
9568 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9569
9570         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9571         unknown.
9572
9573         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9574         (shr-get-image-data): Ensure against the cache file missing.
9575
9576         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9577         for data.
9578
9579         * spam-report.el (spam-report-url-ping-plain): Don't query about
9580         killing the process.
9581
9582         * shr.el (shr-render-td): Protect against too-wide text.
9583
9584 2010-10-04  Julien Danjou  <julien@danjou.info>
9585
9586         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9587         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9588
9589         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9590         retrieved.
9591
9592 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9593
9594         * shr.el (browse-url): Require.
9595         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9596         lines.
9597         (shr-show-alt-text, shr-browse-image): New commands.
9598         (shr-browse-url, shr-copy-url): New commands.
9599
9600         * gnus-sum.el (gnus-widen-article-window): New variable.
9601         (gnus-summary-select-article-buffer): Use it.
9602
9603         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9604         without @ signs.
9605
9606 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9607
9608         * nnir.el (nnir-run-imap): Remove spurious space in search string.
9609
9610 2010-10-04  Julien Danjou  <julien@danjou.info>
9611
9612         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9613         for XEmacs.
9614
9615 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9616
9617         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9618
9619         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9620         (nnimap-close-server): Implement.
9621
9622         * dgnushack.el (iswitchb): Require to shut up the compiler.
9623
9624         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9625         (shr-insert): Tweak line breaking.
9626         (shr-insert): Handle <pre> better.
9627         (shr-tag-li): Get <li> indentation right.
9628         (shr-tag-li): Get <li> indentation even righter.
9629         (shr-tag-blockquote): Ensure paragraph start.
9630         (shr-make-table): Tweak table generation.
9631         (shr-make-table): Fix typo.
9632
9633         * shr.el: Implement table rendering.
9634
9635 2010-10-04  Julien Danjou  <julien@danjou.info>
9636
9637         * gnus-html.el (gnus-html-put-image): Fix resize image code.
9638
9639 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9640
9641         * shr.el (shr-insert): Use string anchors instead of line anchors.
9642
9643 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9644
9645         * shr.el: Add headings.
9646         (shr-ensure-paragraph): Actually work.
9647         (shr-tag-li): Make <ul> prettier.
9648         (shr-insert): Get white space at the beginning/end of elements right.
9649         (shr-tag-p): Collapse subsequent <p>s.
9650         (shr-ensure-paragraph): Don't insert double line feeds after blank
9651         lines.
9652         (shr-insert): \t is also space.
9653         (shr-tag-s): Fix "s" tag name function.
9654         (shr-tag-s): Fix face prop name.
9655
9656 2010-10-03  Julien Danjou  <julien@danjou.info>
9657
9658         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9659
9660         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9661         gnus-window-inside-pixel-edges.
9662
9663         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9664         gnus-ems.
9665
9666         * mm-view.el (mm-inline-image-emacs): Support image resizing.
9667
9668         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9669         function.
9670
9671         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9672         resize choice.
9673
9674 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9675
9676         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9677         beginning of the buffer.
9678
9679         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9680         article buffer again.
9681
9682         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9683
9684         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9685         when it's at the start of the buffer.
9686
9687         * shr.el (shr-tag-blockquote): Convert name.
9688         (shr-rescale-image): Use the right image-size variant.
9689
9690         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9691         buffer isn't shown, then select the current article first instead of
9692         bugging out.
9693         (gnus-summary-select-article-buffer): Show both the article and summary
9694         buffers again.
9695
9696         * shr.el (shr-fontize-cont): Protect against regions with no text.
9697         Rename tag functions to shr-tag-* for enhanced security.
9698         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9699
9700 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9701
9702         * shr.el (shr-insert):
9703         * pop3.el (pop3-movemail):
9704         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9705         loaded.
9706
9707 2010-10-03  Glenn Morris  <rgm@gnu.org>
9708
9709         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9710
9711         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9712
9713         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9714
9715         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9716
9717         * gnus-util.el (gnus-make-local-hook): Simplify.
9718
9719 2010-10-02  Julien Danjou  <julien@danjou.info>
9720
9721         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9722         (gnus-ido-completing-read): New function.
9723         (gnus-emacs-completing-read): New function.
9724         (gnus-completing-read): Use gnus-completing-read-function.
9725         Add gnus-completing-read-function.
9726
9727 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9728
9729         * shr.el (shr-insert-document): Autoload.
9730         (shr-img): Be silent.
9731         (shr-insert): Add a newline after every picture before text.
9732         (shr-add-font): Use overlays for combining faces.
9733         (shr-insert): Pass upwards the text start point.
9734
9735         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9736         possible.
9737         (mm-shr): New function.
9738
9739 2010-10-02  Julien Danjou  <julien@danjou.info>
9740
9741         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9742         should go backward.
9743
9744 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9745
9746         * shr.el (shr): Fix typo in provide call.
9747
9748 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9749
9750         * shr.el: New file.
9751
9752         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9753
9754         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9755         completing read.
9756
9757 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9758
9759         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9760         we're being queried about.  Suggested by Dan Jacobson.
9761
9762         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9763         Suggested by Jason Eisner.
9764
9765         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9766         table, too.  Suggested by Stefan Wiens.
9767         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9768         the table unnecessary.  Suggested by Stefan Wiens.
9769
9770         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9771         longer needed, and probably doesn't work either, as pointed out by
9772         Stefan Wiens.
9773         (gnus-summary-exit): Remove call to the clearing function.
9774         (gnus-summary-exit-no-update): Ditto.
9775
9776         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9777         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9778         Reported by Stefan Monnier.
9779         (gnus-summary-save-in-rmail): Ditto.
9780
9781         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9782         article buffer, instead of both the article buffer and the summary
9783         buffer.  Sort of suggested by Dan Jacobson.
9784
9785         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9786
9787         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9788         Suggested by Dan Jacobson.
9789
9790         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9791         documentation clearer.
9792
9793         * message.el (message-shorten-references): Comment on the number "21".
9794         Suggested by Stefan Monnier.
9795
9796         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9797         Suggested by Dan Jacobson.
9798
9799         * gnus.el (gnus-large-newsgroup):
9800         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9801
9802         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9803         externalize attachments.  Bug reported by Steve Wen.
9804
9805         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9806         really message anything to the user.
9807
9808         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9809         directly.
9810
9811         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9812         messages in empty groups.
9813
9814 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9815
9816         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9817         non-UIDNEXT group.
9818
9819 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9820
9821         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9822         not the value from the collection.
9823
9824         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9825         values.  This sometimes happens on some groups that have no info.
9826         (nnimap-request-newgroups): New function.
9827
9828 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9829
9830         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9831         check into `gnus-registry-initialize'.
9832         (gnus-registry-initialize): Ditto.
9833         Fix and extend header docs.
9834
9835 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9836
9837         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9838         regexp backtrace overflows.
9839
9840         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9841         for starttls that tls.el implements; i.e. openssl.
9842
9843         * tls.el (tls-starttls-switches): Give up on using starttls with
9844         gnutls-cli.
9845         (tls-program): Add --insecure to be consistent with the defaults from
9846         openssl s_client.  Now all three commands are insecure.
9847
9848 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9849
9850         * lpath.el: Bind completion-styles-alist for XEmacs.
9851
9852         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9853         (gravatar-create-image): New function that's an alias to
9854         gnus-xmas-create-image, gnus-create-image, or create-image.
9855         (gravatar-data->image): Use it.
9856
9857 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9858
9859         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9860         install the nnregistry refer method.
9861         (gnus-registry-install-hooks): Use it.
9862         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9863         unfollowed groups.
9864
9865 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9866
9867         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9868         expanding threads.
9869
9870 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9871
9872         * nnir.el: Use the server names without suffixes (bug#7009).
9873
9874         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9875         unencrypted to STARTTLS, if possible.
9876
9877 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9878
9879         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9880         headers before superseding.
9881
9882 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9883
9884         * nnrss.el (nnrss-use-local): Add documentation.
9885
9886         * nnimap.el (nnimap-extend-tls-programs): New function.
9887         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9888         (nnimap-wait-for-connection): Accept the greeting from the stupid
9889         output from openssl s_client -starttls, too.
9890
9891         * tls.el (tls-starttls-switches): New variable.
9892         (tls-find-starttls-argument): Use it.
9893         (open-tls-stream): Ditto.
9894
9895         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9896         (netrc-machine): Ditto.
9897
9898         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9899         article number.
9900         (nnimap-split-fancy): New variable.
9901         (nnimap-split-incoming-mail): Use it.
9902
9903         * nntp.el (nntp-server-list-active-group): Document.
9904
9905         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9906         SELECT to get the message-id.
9907
9908         * mail-source.el (mail-sources): Remove webmail support.
9909         (defvar): Ditto.
9910         (mail-source-fetcher-alist): Ditto.
9911         (mail-source-fetch-webmail): Remove.
9912
9913         * webmail.el: Remove -- doesn't seem relevant any more.
9914
9915         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9916
9917         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9918         the \r.
9919
9920 2010-09-30  Julien Danjou  <julien@danjou.info>
9921
9922         * gnus-agent.el (gnus-agent-add-group): Fix call to
9923         gnus-completing-read.
9924
9925 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9926
9927         * nndoc.el (nndoc-retrieve-groups): New function.
9928
9929         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9930         `default', use nnmail-split-methods.
9931         (nnimap-request-article): Downcase the NILs so that they are nil.
9932
9933         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9934         symbol.
9935
9936         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9937         code, since if the user has requested network, that's what they ought
9938         to get.
9939         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9940         (nnimap-split-rule): Mark as obsolete.
9941
9942         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9943         New variable.
9944
9945         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9946         correct slot, too.
9947
9948 2010-09-29  Julien Danjou  <julien@danjou.info>
9949
9950         * gnus.el (gnus-local-domain): Declare variable obsolete.
9951
9952         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9953         Fix history computing.
9954         (gnus-ido-completing-read): Require ido.
9955
9956 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9957
9958         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9959         build Gnus.
9960
9961         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9962         when interpreting the structures.
9963         (nnimap-request-accept-article): Add \r\n to the lines to make this
9964         work with Cyrus.
9965
9966         * nndraft.el (nndraft-request-expire-articles): Use the group name
9967         instead if "nndraft".  Fix found by Nils Ackermann.
9968
9969 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
9970
9971         * nnregistry.el: Add.
9972
9973 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9974
9975         * nnmail.el (group, group-art-list, group-art):
9976         Remove unneeded directives.
9977
9978 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9979
9980         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9981         (mm-mime-charset):
9982         * rfc2047.el (rfc2047-syntax-table):
9983         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9984
9985         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9986         rather than `insert-file-contents' and `eval-region'.
9987
9988         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9989         construction.
9990
9991         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9992
9993         * time-date.el: No need to require cl for Emacs 21.
9994
9995 2010-09-29  Julien Danjou  <julien@danjou.info>
9996
9997         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9998         replacement of `gnus-gravatar-relief' to mimic
9999         `gnus-faces-properties-alist'.
10000         Add :version property.
10001
10002 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10003
10004         * mail-source.el (mail-source-report-new-mail):
10005         * message.el (message-default-mail-headers):
10006         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10007
10008         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10009
10010 2010-09-28  Julien Danjou  <julien@danjou.info>
10011
10012         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10013         mail-address contains the same string as real-name.
10014
10015         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10016         non-blank in header, otherwise it'll get stripped.
10017
10018         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10019         real-name, and then for mail address rather than doing : or , search.
10020
10021 2010-09-27  Julien Danjou  <julien@danjou.info>
10022
10023         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10024         right completing-read function.
10025         (gnus-use-ido): New variable
10026         (gnus-completing-read-with-default): Remove.
10027         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10028         (gnus-agent-add-group):
10029         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10030         * mm-view.el (mm-view-pkcs7-decrypt):
10031         * mm-util.el (mm-codepage-setup):
10032         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10033         * mml-smime.el (mml-smime-openssl-sign-query):
10034         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10035         (mml-insert-multipart):
10036         * gnus-msg.el (gnus-summary-yank-message):
10037         * gnus-int.el (gnus-start-news-server):
10038         * mm-decode.el (mm-interactively-view-part):
10039         * gnus-dired.el (gnus-dired-attach):
10040         * gnus.el (gnus-read-method):
10041         * gnus-bookmark.el (gnus-bookmark-jump):
10042         * gnus-art.el (gnus-mime-view-part-as-type)
10043         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10044         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10045         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10046         * nnmairix.el (nnmairix-create-server-and-default-group)
10047         (nnmairix-update-groups, nnmairix-get-server)
10048         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10049         (nnmairix-get-group-from-file-path):
10050         * nnrss.el (nnrss-find-rss-via-syndic8):
10051         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10052         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10053         (gnus-group-browse-foreign-server):
10054         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10055         (gnus-summary-execute-command, gnus-summary-respool-article)
10056         (gnus-read-move-group-name):
10057         * gnus-score.el (gnus-summary-increase-score)
10058         (gnus-summary-score-effect):
10059         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10060
10061 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10062
10063         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10064         x-focus-frame.
10065
10066         * nnimap.el (auth-source-forget-user-or-password)
10067         (auth-source-user-or-password): Autoload.
10068
10069         * message.el (message-from-style, message-interactive)
10070         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10071         (message-yank-prefix, message-indentation-spaces, message-signature)
10072         (message-signature-file): Add comment.
10073
10074 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10075
10076         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10077         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10078         new articles.
10079
10080         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10081         parts.
10082         (nnimap-request-article): Work with the t setting, too.
10083
10084         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10085         that you don't get flashes of other buffers.
10086         (gnus-summary-show-complete-article): Intern before setting.
10087
10088 2010-09-27  David Engster  <dengste@eml.cc>
10089
10090         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10091         well as HEADERS.
10092         (nnmairix-retrieve-headers): Provide new argument for the above.
10093
10094 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10095
10096         * gnus-sum.el (gnus-summary-move-article): Don't alter
10097         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10098         group.
10099
10100         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10101
10102         * message.el (message-cite-prefix-regexp): Revert my last edit.
10103
10104         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10105         variable instead of the Gnus variable.
10106
10107         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10108
10109         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10110
10111         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10112         since some servers don't like it.
10113         (nnimap-open-connection): Forget credentials if the server says the
10114         password was wrong.
10115         (nnimap-parse-line): Protect against invalid data.
10116
10117         * gnus-sum.el (gnus-summary-move-article): Add comment.
10118         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10119         nothing alters it while scanning for new messages.
10120
10121         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10122         which may or may not help.
10123         (nnimap-open-connection): If we're doing a stream connection, and then
10124         discover we're on a STARTTLS-capable server, then open a STARTTLS
10125         connection instead.
10126
10127 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10128
10129         * nnimap.el (utf7): Require.
10130
10131         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10132         prefix.
10133
10134 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10135
10136         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10137
10138 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10139
10140         * nnimap.el (nnimap-request-accept-article): Message the error on
10141         error.
10142
10143 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10144
10145         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10146
10147 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10148
10149         * nndoc.el (nndoc-request-list): Return success always.
10150
10151         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10152         `fetch-old' -- we only want to fetch the articles we've requested.
10153         The rest are in the agent, probably.
10154         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10155         disappeared server" to something low.  It's not important.
10156
10157         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10158         arrived before the FETCH data.
10159
10160         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10161         target here, because we don't know the Gnus name of the group.
10162
10163         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10164         for the correct group.
10165
10166         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10167
10168         * gnus.el (gnus): Give a final warning after startup.
10169
10170         * gnus-util.el (gnus-action-message-log): New variable.
10171         (gnus-message): Use it.
10172         (gnus-final-warning): New function.
10173
10174         * nnimap.el (nnimap-open-connection): Record the greeting.
10175         (nnimap): Add greeting.
10176
10177 2010-09-26  Julien Danjou  <julien@danjou.info>
10178
10179         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10180         arguments.
10181         (gnus-html-wash-images): Fix spec computing to include start/end.
10182
10183         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10184
10185 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10186
10187         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10188         deletion.
10189         (nnimap-retrieve-headers): Don't select the group, because that's
10190         already done by nnimap-possibly-change-group.
10191
10192         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10193         (gnus-picon-transform-address): Use it.
10194
10195         * mail-source.el (mail-source-value): Revert previous patch.
10196
10197         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10198         on failure.
10199         (nnimap-open-connection): Look up both virtual and physical server name
10200         credentials.
10201
10202         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10203
10204 2009-02-07  Dave Love  <fx@gnu.org>
10205
10206         * tls.el (open-tls-stream): Don't query killing process.
10207
10208 2009-02-08  Dave Love  <fx@gnu.org>
10209
10210         * gnus-win.el (gnus-window-to-buffer-helper)
10211         (gnus-all-windows-visible-p): Function needn't be a symbol.
10212
10213         * mail-source.el (mail-source-value): Function needn't be a symbol.
10214
10215 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10216
10217         * message.el (message-cite-prefix-regexp): Remove } from the cite
10218         prefix.
10219
10220         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10221         highlight again, so that the highlight is correct.
10222
10223         * gnus-picon.el (gnus-picon): Remove again.
10224         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10225
10226         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10227         doing the header highlightling, so that the background color of the
10228         picon is correct.
10229
10230         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10231         (gnus-picon): Ditto.
10232         (gnus-picon): Reinstate.  The background color for picons is white.
10233         (gnus-picon-insert-glyph): Make the background white.
10234
10235         * nnml.el (nnml-open-nov): Don't return dead buffers.
10236
10237         * auth-source.el (auth-source-create): Query the user for whether to
10238         store the credentials.
10239
10240         * netrc.el (netrc-store-data): New function.
10241
10242         * auth-source.el (auth-source-user-or-password): Use the existing auth
10243         sources, if any, for creation.
10244
10245         * gnus.el (gnus-group-fast-parameter): Return the last matching
10246         parameter instead of the first matching parameter.
10247
10248 2010-09-26  Julien Danjou  <julien@danjou.info>
10249
10250         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10251
10252 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10253
10254         * mml2015.el (mml2015-use): Remove gpg support.
10255
10256         * mml1991.el (mml1991-function-alist): Remove gpg function.
10257         (mml1991-gpg-sign): Remove.
10258
10259 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10260
10261         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10262         (gnus-browse-unsubscribe-current-group): Document it.
10263         (gnus-browse-unsubscribe-group): Use it.
10264
10265 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10266
10267         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10268         address to the To list for easier response.
10269
10270         * gnus.el (gnus-play-startup-jingle): Remove.
10271         (gnus-splash): Don't play jingle.
10272         (gnus): Silence gnus-load message.
10273
10274         * gnus-art.el (gnus-treat-play-sounds): Remove.
10275
10276         * gnus.el (gnus-play-jingle): Remove audio support.
10277
10278         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10279
10280         * earcon.el: Remove -- no users.
10281
10282         * gnus-audio.el: Remove -- no users of this package.
10283
10284         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10285
10286         * gnus-start.el (gnus-setup-news): Remove nocem support.
10287
10288         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10289
10290         * gnus.el (gnus-use-nocem): Remove.
10291
10292         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10293         Remove.
10294
10295         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10296         uses NoCeM any more.
10297
10298         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10299         (gnus-button-ctan-handler): Ditto.
10300         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10301         (gnus-button-ctan-directory-regexp): Ditto.
10302         (gnus-button-handle-ctan): Ditto.
10303         (gnus-button-tex-level): Ditto.
10304         (gnus-button-alist): Remove CTAN stuff.
10305
10306 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10307
10308         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10309         nnimap-streaming test.
10310
10311         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10312         servers twice.
10313
10314         * nnimap.el (nnimap-open-connection): Add more error reporting when
10315         nnimap fails early.
10316
10317         * nnheader.el (nnheader-get-report-string): New function.
10318         (nnheader-get-report): Use it.
10319
10320         * gnus-int.el (gnus-check-server): Say what the error was when opening
10321         failed.
10322
10323         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10324         using streaming.
10325
10326 2010-09-25  Julien Danjou  <julien@danjou.info>
10327
10328         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10329         gnus-window-inside-pixel-edges.
10330
10331 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10332
10333         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10334
10335         * mm-decode.el (mm-save-part): Allow saving to other directories the
10336         normal Emacs way.
10337
10338         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10339         Suggested by Jay Berkenbilt.
10340
10341         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10342         there isn't a single byte.
10343
10344         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10345         just do it.  It doesn't really seem to matter what the user responds
10346         here, I think, so it's just a confusing question.
10347
10348         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10349         non-streaming case.
10350
10351         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10352         (gnus-article-encrypt-body): Use it.
10353
10354         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10355         keystroke.
10356
10357         * nnimap.el (nnimap-find-wanted-parts-1):
10358         Use gnus-fetch-partial-articles.
10359
10360         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10361
10362         * nnimap.el (nnimap-insert-partial-structure): New function.
10363         (nnimap-get-partial-article): New function.
10364         (nnimap-request-article): Use it.
10365         (nnimap-wait-for-response): Return whether the wait was successful.
10366         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10367         retrieval wasn't successful.
10368         (nnimap-retrieve-group-data-early): Allow throttling servers.
10369         (nnimap-streaming): New variable.
10370         (nnimap-fetch-partial-articles): Remove.
10371
10372         * mm-decode.el (mm-with-part): Protect against killed buffers.
10373
10374         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10375         for prettier summary display.
10376
10377 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10378
10379         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10380
10381 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10382
10383         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10384         apparently third-party libraries depend on it.
10385
10386         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10387         before starting negotiation.
10388
10389         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10390         privacy reasons.
10391         (gnus-treat-mail-gravatar): Ditto.
10392
10393         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10394         buffer when inserting images.  Inserting text into the headers, for
10395         instance, can make them invalid.
10396
10397 2010-09-25  Julien Danjou  <julien@danjou.info>
10398
10399         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10400         variables.
10401
10402         * nnheader.el: Remove useless variables news-reply-yank-from and
10403         news-reply-yank-message-id.
10404
10405         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10406         variables.
10407
10408         * mml1991.el: Remove useless mml1991-verbose.
10409
10410         * gnus.el: Remove useless variable gnus-use-generic-from.
10411         Remove obsolete variable gnus-topic-indentation.
10412
10413         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10414
10415         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10416
10417         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10418
10419         * gnus-group.el: Remove useless gnus-group-icon-cache.
10420         Remove useless gnus-ephemeral-group-server.
10421
10422         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10423
10424         * mml2015.el: Remove useless mml2015-verbose.
10425
10426         * mml-smime.el: Remove useless mml-smime-verbose.
10427
10428         * gnus.el: Remove useless gnus-local-domain.
10429
10430         * gnus-gravatar.el (gnus-gravatar-transform-address):
10431         Use gnus-gravatar-size.
10432
10433         * gnus-art.el: Remove useless gnus-treat-translate.
10434
10435 2010-09-24  Julien Danjou  <julien@danjou.info>
10436
10437         * gnus-sum.el: Add support for Gravatars.
10438
10439         * gnus-art.el: Add support for Gravatars.
10440
10441         * gnus-gravatar.el: Add this file.
10442
10443         * gravatar.el: Add this file.
10444
10445 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10446
10447         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10448
10449         * gnus-group.el (gnus-group-fetch-faq): Remove.
10450
10451         * gnus.el (gnus-group-faq-directory): Remove.
10452
10453         * gnus-group.el (gnus-group-fetch-charter): Remove.
10454
10455         * gnus.el (gnus-group-charter-alist): Remove.
10456
10457         * gnus-group.el (gnus-group-archive-directory): Remove.
10458         (gnus-group-recent-archive-directory): Ditto.
10459         (gnus-group-make-archive-group): Remove.
10460
10461         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10462
10463         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10464         use the same article number for all the cached articles.
10465
10466         * nnimap.el (nnimap-command): Register the last command time so
10467         that we can use it for idling NOOPs.
10468         (nnimap-open-connection): Start the keeplive timer.
10469         (nnimap-make-process-buffer): Store all the process buffers.
10470         (nnimap-keepalive): New function.
10471
10472         * starttls.el (starttls-open-stream): Add autoload cookie.
10473
10474 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10475
10476         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10477         handling.
10478
10479 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10480
10481         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10482         its data structures.
10483
10484         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10485         instead of the cl.el copy-list.
10486         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10487         equalp.
10488
10489 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10490
10491         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10492         and tool-bar-local-item-from-menu.
10493
10494         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10495         mode-line-highlight face for Emacs.
10496
10497         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10498         loading gnus-sum.elc; fix comment for canlock-verify.
10499         (gnus-article-jump-to-part): Use read-number.
10500         (gnus-insert-mime-button, gnus-insert-mime-security-button):
10501         Remove Emacs pre-21 compatible code for help-echo.
10502         (gnus-article-next-page-1): No need to adjust the number of lines.
10503         (gnus-article-describe-bindings): Always use help-buffer.
10504
10505         * gnus-audio.el (gnus-audio-inline-sound):
10506         * gnus-cus.el (gnus-custom-mode):
10507         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10508
10509         * gnus-sum.el (gnus-remove-overlays): Doc fix.
10510
10511         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10512         compatible code.
10513
10514 2010-09-24  Glenn Morris  <rgm@gnu.org>
10515
10516         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10517         visiting the fcc file in rmail-mode.
10518
10519         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
10520
10521 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10522
10523         * nnir.el: Silence the byte compiler.
10524
10525         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10526         alias to browse-url-url-encode-chars if any.
10527         (gnus-html-encode-url): Use it.
10528
10529 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10530
10531         * gnus-start.el (gnus-use-backend-marks): New variable.
10532         (gnus-get-unread-articles-in-group): Use it.
10533
10534         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10535         makeover.
10536
10537 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10538
10539         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10540
10541 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10542
10543         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10544         Remove.
10545         (gnus-setup-news-hook):
10546         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10547
10548         * gnus-int.el (gnus-request-update-info): Protect against backends not
10549         having the function.
10550
10551         * nnimap.el (nnimap-stream): Mention starttls.
10552         (nnimap-open-connection): Add starttls support.
10553
10554 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10555
10556         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10557
10558 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10559
10560         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10561         BODYSTRUCTUREs.
10562         (nnimap-transform-headers): Unfold quoted {42} headers.
10563
10564         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10565         the info.
10566         (gnus-get-unread-articles): Only call updatep on backends that support
10567         it.
10568
10569         * nnweb.el (nnweb-request-update-info): NOOP.
10570
10571         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10572
10573         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10574         since it only deals with marks.
10575
10576         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10577         gnus-request-marks, and make a new gnus-request-update-info.
10578
10579         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10580         the active instead of the high number, which is usually too low.
10581
10582 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
10583
10584         * netrc.el (netrc-parse): Remove encrypt.el mentions.
10585         * encrypt.el: Remove.
10586
10587 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10588
10589         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10590         server in symbolic form.
10591
10592         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10593
10594 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10595
10596         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10597         (nnimap-update-info): Fix up code slightly.
10598
10599         * gnus-int.el (gnus-open-server): Add tracing for performance
10600         debugging.
10601
10602         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10603         (gnus-group-insert-group-line): Pass the real group name so that it
10604         gets the right data.
10605
10606         * gnus-start.el (gnus-get-unread-articles): Don't have
10607         `gnus-get-unread-articles-in-group' update info, since that can be
10608         really slow and doesn't seem to be needed?
10609
10610 2010-09-22  Dan Christensen  <jdc@uwo.ca>
10611
10612         * time-date.el (date-to-time): Try using parse-time-string first before
10613         using the slower timezone-make-date-arpa-standard.
10614
10615 2010-09-22  Julien Danjou  <julien@danjou.info>
10616
10617         * gnus-group.el (gnus-group-insert-group-line):
10618         Call gnus-group-highlight-line.
10619         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10620         default hook list.
10621         (gnus-group-update-eval-form): Add new function.
10622         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10623         (gnus-group-get-icon): Use gnus-group-update-eval-form.
10624
10625 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10626
10627         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10628         immediate, then expire all articles.
10629         (nnimap-update-info): Fix off-by-one errors.
10630         (nnimap-flags-to-marks): Would return no marks lists for group with no
10631         flags.  Instead return the other data.
10632
10633 2010-09-22  Julien Danjou  <julien@danjou.info>
10634
10635         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10636         Only return an icon.
10637         (gnus-group-insert-group-line): Compute icon to return.
10638
10639         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10640         (gnus-html-image-fetched): Only cache if
10641         gnus-html-image-automatic-caching is set.
10642         (gnus-html-image-fetched): Check for errors.
10643
10644 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10645
10646         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10647         once per method on `g'.  This ensures that backends like nnfolder don't
10648         open all their folders.
10649
10650         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10651         (nnimap-request-list): Nix out group in the correct buffer.
10652         (nnimap-parse-flags): Implement by using `read' instead of
10653         hand-parsing.
10654         (nnimap-flags-to-marks): Pass on permanent-flags.
10655         (nnimap-make-process-buffer): Record the server name.
10656         (nnimap-parse-flags): Fix typo.
10657         (nnimap-request-scan): Run split on the server in general, not just a
10658         single group.
10659
10660         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10661         parameter, and propagate this downwards.
10662
10663         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10664         since EXAMINE changes it on the server.
10665
10666         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10667         this command might take a while.
10668
10669 2010-09-22  Julien Danjou  <julien@danjou.info>
10670
10671         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
10672         harmful if you have 2 images side-by-side, they can't be properly
10673         update on text deletion.  Using text-property is safer here.
10674         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10675         data.
10676
10677 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10678
10679         * nnimap.el (nnimap-expunge-inbox): Remove.
10680         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10681         (nnimap-expunge): Flip default to t.
10682
10683         * gnus.el (gnus-method-to-server): Don't push things to the cache
10684         unless it's unique.
10685         (gnus-server-to-method): Ditto.
10686
10687 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10688
10689         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10690
10691 2010-09-22  Julien Danjou  <julien@danjou.info>
10692
10693         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10694         get the start of data.
10695         (gnus-html-encode-url): Add this function to encode special chars in
10696         URL.
10697         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10698         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10699
10700         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10701         default.
10702         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10703
10704         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10705         images alt-text.
10706         (gnus-html-put-image): Put alt-text as help-echo.
10707
10708 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10709
10710         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10711         * mm-util.el (mm-decompress-buffer):
10712         * nnir.el (nnir-run-find-grep):
10713         * pop3.el (pop3-list): Use 3rd arg of split-string.
10714
10715         * time-date.el (format-seconds): Comment fix.
10716
10717         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
10718         and byte-optimize-form-code-walker.
10719         (dgnushack-make-auto-load): Don't advise make-autoload.
10720
10721         * lpath.el: Remove Emacs 21 stuff.
10722
10723 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10724
10725         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10726         outside the active range.  Suggested by Dan Christensen.
10727
10728         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10729         slightly later to avoid double-getting it.
10730
10731         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10732         previous patch.
10733
10734         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10735
10736 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10737
10738         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10739
10740 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10741
10742         * gnus-int.el (gnus-open-server): Give a better error message in the
10743         "go offline" case.
10744
10745         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10746         marks for nnimap, which is seldom the right thing to do.
10747
10748         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10749         (gnus-same-method-different-name): New function.
10750
10751         * nnimap.el (parse-time): Require.
10752
10753         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10754         method in the presence of many similar methods.
10755
10756         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10757
10758         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10759         nnml-inhibit-expiry.
10760
10761         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10762         find out whether methods are equal.
10763
10764         * nnimap.el (nnimap-find-expired-articles): New function.
10765         (nnimap-process-expiry-targets): New function.
10766         (nnimap-request-move-article): Request the article before looking at
10767         what the Message-ID is.  Fix found by Andrew Cohen.
10768         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10769
10770         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10771         for oldness in addition to being a predicate.
10772
10773         * nnimap.el (nnimap-request-group): When we have zero articles, return
10774         the right data to Gnus.
10775         (nnimap-request-expire-articles): Only delete articles immediately if
10776         the target is 'delete.
10777
10778         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10779         method, this would bug out.
10780
10781         * gnus-group.el (gnus-group-expunge-group): Rename from
10782         gnus-group-nnimap-expunge, and implemented as a normal interface
10783         function.
10784
10785         * gnus-int.el (gnus-request-expunge-group): New function.
10786
10787         * nnimap.el (nnimap-request-create-group): Implement.
10788         (nnimap-request-expunge-group): New function.
10789
10790 2010-09-21  Julien Danjou  <julien@danjou.info>
10791
10792         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10793         (gnus-html-cache-expired): Add new function.
10794         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10795         wethever we should display image for fetch it.
10796         Compute alt-text earlier to pass it to the fetching function too.
10797         (gnus-html-schedule-image-fetching): Change function argument to only
10798         get one image at a time, not a list.
10799         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10800         cache.
10801         (gnus-html-get-image-data): New function to retrieve image data from
10802         cache.
10803         (gnus-html-put-image): Change buffer argument to use image data rather
10804         than file, and place image above region rather than inserting a new
10805         one.  Do not take alt-text as argument, since it's useless now: we place
10806         the image above alt-text.
10807         (gnus-html-prune-cache): Remove.
10808         (gnus-html-show-images): Start to fetch image when we find one, do not
10809         push into a temporary list.
10810         (gnus-html-prefetch-images): Only fetch image if they have expired.
10811         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10812         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10813
10814 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10815
10816         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10817
10818 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10819
10820         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10821         spec inser "*" if the group isn't active instead of 0.
10822
10823         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10824         opening the server.
10825         (nnimap-request-delete-group): Implement group deletion.
10826         (nnimap-transform-headers): Return the size of the entire message in
10827         the Bytes header, not just the size of the first part.
10828         (nnimap-request-move-article): When moving an article from nnimap,
10829         request the article first so the accepting form has an article to
10830         accept.  Reported by Dan Christensen.
10831         (nnimap-command): Make sure that the error message doesn't error out.
10832
10833 2010-09-20  David Edmondson  <dme@dme.org>
10834
10835         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10836         we haven't requested anything.
10837
10838 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10839
10840         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10841         "".  Fix found by Andrew Cohen.
10842
10843         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10844         instead of -encode-string.
10845
10846 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10847
10848         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10849
10850         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10851         by mm-subst-char-in-string.
10852
10853 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10854
10855         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10856         waiting for the connection string.
10857
10858         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10859         arriving.
10860
10861         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10862         bogus characters.  This allows selecting certain Gmail groups.
10863
10864         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10865         (nnimap-fetch-partial-articles): New variable.
10866         (nnimap-open-connection): When looking for credentials, also use the
10867         nnimap-server-port.
10868         (nnimap-request-article): Return the group/article number, so that Gnus
10869         `^' works as expected.
10870         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10871
10872         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10873         comments.
10874         (gnus-methods-sloppily-equal): New function.
10875         (gnus): When using the development version of Gnus, load the gnus-load
10876         file.
10877
10878         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10879         `gnus-open-server' on each method before trying to scan them etc.
10880         This ensures that all the backend parameters are set correctly.
10881
10882         * nnimap.el (nnimap-authenticator): New variable.
10883         (nnimap-open-connection): Allow anonymous login.
10884         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10885         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10886
10887         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10888         patch, found by Knut Anders Hatlen.
10889
10890 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10891
10892         * gnus-agent.el (gnus-agent-batch-confirmation)
10893         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10894         to gnus-message.
10895         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10896         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10897         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10898         * gnus-int.el (gnus-open-server): Likewise.
10899         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10900         (gnus-score-check-syntax): Likewise.
10901         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10902         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10903         Likewise.
10904         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10905
10906 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10907
10908         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10909         calling conventions so that prefetch doesn't bug out.
10910
10911 2010-09-19  Julien Danjou  <julien@danjou.info>
10912
10913         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10914         rather than `subst-char-in-region' in order to be able to replace ASCII
10915         char by UTF-8 ones.
10916
10917         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10918         than curl.
10919         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10920         the right URL and ALT text on images.
10921         (gnus-html-wash-tags): Fix tag case.
10922         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10923         (gnus-article-html): Add -o display_ins_del=2 option.
10924         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10925
10926 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10927
10928         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10929         the extra mail headers, which sometimes seem to happen for unknown
10930         reasons.
10931
10932         * mail-parse.el (mail-header-encode-parameter): Define as
10933         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10934         (or most, perhaps?) mail readers don't understand the latter, but do
10935         understand the former.
10936
10937         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10938         to nil, so that no methods are automatically agentized.  I think this
10939         is probably what most users want.
10940
10941         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10942         from url-retrieve, for instance about invalid URLs.
10943
10944         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10945         groups that have no articles.
10946         (nnimap-request-article): Check that we really got an article when we
10947         requested one.
10948
10949         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10950         doesn't exist.
10951
10952         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10953         nntp buffer so the agent can save it.
10954         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10955         that CRLF doesn't get translated to \n.
10956         (nnimap-open-connection): Don't make 'shell commands only send \n.
10957
10958 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10959
10960         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10961         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10962         Update var name.
10963         (nnml-generate-nov-file): Use dolist.
10964         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10965         Use with-current-buffer.
10966
10967 2010-09-18  Julien Danjou  <julien@danjou.info>
10968
10969         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10970         parallel.
10971
10972 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10973
10974         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10975         the range update right.
10976         (nnimap-request-group): Don't make `M-g' bug out on group with no
10977         marks.
10978         (nnoo): Require, so that other packages can require nnimap.
10979         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10980         command we're looking for.  This helps when the server sends more
10981         responses after we've gotten everything we expected.
10982         (nnimap): Add a `newlinep' field to keep track of end-of-line
10983         conventions.
10984         Don't send CRLF to things that don't want it.
10985         (nnimap-request-accept-article): Ditto.
10986
10987 2010-09-18  Julien Danjou  <julien@danjou.info>
10988
10989         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10990         than curl to retrieve images.
10991
10992 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10993
10994         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10995         the marks.
10996         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10997         (nnimap-wait-for-connection): New function.
10998         (nnimap-open-connection): If we have PREAUTH, don't query for login
10999         credentials.
11000         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11001         when doing a partial update.
11002
11003 2010-09-18  Julien Danjou  <julien@danjou.info>
11004
11005         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11006         tags.
11007
11008 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11009
11010         * nnimap.el (nnimap-credentials): New function.
11011         (nnimap-open-connection): Use the new function to look for credentials
11012         also on the numeric equivalents of "imap" and "imaps".
11013
11014         * gnus-start.el (gnus-activate-group): Send the info to
11015         gnus-request-group.
11016
11017         * nnimap.el (nnimap-request-group): Have the "check" version of the
11018         function parse flags and update the info, so that a `M-g' get a total
11019         resync of all flags from the group.
11020
11021         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11022         to allow backends to alter the info on group selection.  Also alter all
11023         the backend -request-group functions to take the parameter.
11024
11025         * nnimap.el (nnimap-store-info): New function.
11026         (nnimap-update-info): Store the info for later usage.
11027         (nnimap-request-group): Use the stored info for the dont-check case, so
11028         that we don't retrieve all marks when we enter a group.
11029
11030         * nnimap.el: Use deffoo instead of defun for interface functions.
11031
11032         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11033         update the group info.  This makes the nndraft groups, for instance, go
11034         back to their old behavior.
11035
11036         * gnus-sum.el (gnus-select-newsgroup): Indent.
11037
11038         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11039         in.
11040         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11041         nothing.
11042
11043         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11044         from methods that are denied.
11045
11046         * gnus-int.el (gnus-method-denied-p): New function.
11047
11048         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11049         store the password instead of netrc.
11050         (nnimap-open-connection): Don't error out when we can't make a
11051         connections.
11052
11053         * auth-source.el (auth-source-create): In the password prompt, say what
11054         we're querying for.  Also prompt for user name if that hasn't been
11055         given.
11056
11057         * nnimap.el (nnimap-with-process-buffer): Remove.
11058
11059 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11060
11061         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11062         method when we're reading from the agent.
11063
11064         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11065
11066         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11067         that's probably most useful for users.
11068
11069         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11070         "failed" all the time.
11071
11072         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11073         ...)) with (with-current-buffer ... ).
11074
11075         * nntp.el (nntp-open-server): Return whether the open was successful or
11076         not.
11077
11078         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11079         select an unread unseen article first.
11080
11081         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11082         /etc/services, supply some sensible port defaults.
11083
11084         * dgnushack.el: Define netrc-credentials.
11085
11086 2010-09-17  Julien Danjou  <julien@danjou.info>
11087
11088         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11089
11090 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11091
11092         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11093         doesn't have any parameters.
11094
11095 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11096
11097         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11098         only upcased checks.
11099
11100         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11101
11102         * nnimap.el (nnimap-open-shell-stream): New function.
11103         (nnimap-open-connection): Use it.
11104         (nnimap-transform-headers): Get the number of lines in each message.
11105         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11106         number of lines.
11107         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11108         problem.
11109
11110         * utf7.el (utf7-encode): Autoload.
11111
11112         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11113         to allow the mail splitting to not return a default group.  This is
11114         useful for nnimap, which will leave unmatched mail in the inbox.
11115
11116         * nnimap.el: Rewritten.
11117
11118         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11119         nnimap usage.
11120
11121         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11122         if the move is internal, so that nnimap can do fast internal moves.
11123
11124         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11125         data.
11126         (gnus-read-active-for-groups): Support finishing the early retrieval of
11127         data.
11128
11129         * gnus-range.el (gnus-range-nconcat): New function.
11130
11131         * gnus-int.el (gnus-finish-retrieve-group-infos)
11132         (gnus-retrieve-group-data-early): New functions.
11133
11134 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11135
11136         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11137         (nnrss-retrieve-groups):
11138         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11139         (pop3-quit): Use with-current-buffer.
11140
11141 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11142
11143         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11144         instead of nnheader-accept-process-output.
11145
11146         * dgnushack.el (dgnushack-compile): Add comment.
11147
11148         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11149
11150         * gnus-html.el (gnus-html-schedule-image-fetching)
11151         (gnus-html-prefetch-images): Replace process-kill-without-query by
11152         gnus-set-process-query-on-exit-flag.
11153
11154 2010-09-16  Romain Francoise  <romain@orebokech.com>
11155
11156         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11157
11158 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11159
11160         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11161         parameter to unintern is mandatory-ish in Emacs 24.
11162
11163         * gnus-html.el (gnus-html-schedule-image-fetching)
11164         (gnus-html-prefetch-images): Check for curl before using it.
11165
11166         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11167         depend on curl, which isn't essential.
11168
11169         * imap.el: Revert back to version
11170         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11171         seem problematic.
11172
11173 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11174
11175         * gnus-registry.el (gnus-registry-install-shortcuts):
11176         Explicitly pass `obarray' to `unintern' to avoid a warning.
11177
11178 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11179
11180         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11181         change.
11182
11183         * nnrss.el (nnrss-request-list): Remove this function and related
11184         functions, including the moreover stuff.
11185
11186 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11187
11188         * nnrss.el (nnrss-retrieve-groups): New function.
11189
11190 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11191
11192         * .dir-locals.el: Add no-byte-compile cookie.
11193
11194 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11195
11196         * time-date.el (format-seconds): Comment fix.
11197
11198         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11199         for back end that doesn't support request-scan.
11200
11201 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11202
11203         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11204         then do request scans from the backends.
11205
11206         * netrc.el (netrc-credentials): New conveniency function.
11207
11208         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11209         avoid running a hook per line, since this takes a lot of time,
11210         profiling shows.
11211         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11212         directly if gnus-visual-p is true.
11213
11214 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11215
11216         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11217         groups; replace mapcar with dolist which is a bit faster; pass groups
11218         info to gnus-read-active-file-1.
11219         (gnus-read-active-file-1): Scan only specified groups if the new
11220         optional arg `infos' is given.
11221
11222 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11223
11224         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11225
11226         * pop3.el (pop3-movemail): Remove.
11227         (pop3-streaming-movemail): Rename to pop3-movemail.
11228
11229         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11230         don't restrict end-tag searches to the end of the line.
11231
11232 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11233
11234         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11235         articles of every unchecked group to t, which means unknown since the
11236         server has never been opened.
11237
11238 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11239
11240         * gnus-html.el (gnus-html-show-alt-text): New command.
11241         (gnus-html-browse-image): Ditto.
11242         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11243         to browse the image directly.
11244         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11245         better.
11246
11247         * gnus-async.el (gnus-async-article-callback):
11248         Call `gnus-html-prefetch-images' unconditionally.
11249
11250         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11251         before feeding URLs to curl.
11252
11253 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11254
11255         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11256         internal images as deletable by `W D D'.
11257
11258         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11259         (gnus-async-article-callback): Fix typo.
11260
11261 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11262
11263         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11264         current line to work around bugs in the output from w3m.
11265
11266         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11267         for groups that want that.
11268
11269         * nntp.el (nntp-wait-for-string): Supply a timeout for
11270         accept-process-output to ensure progress.
11271
11272         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11273         level to get unread articles from, then use that for foreign groups,
11274         too.
11275
11276         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11277         confuses the rest of the function.
11278
11279         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11280         for the methods that support -retrieve-groups, too.
11281
11282         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11283
11284 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11285
11286         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11287         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11288
11289         * pop3.el: Require cl when compiling.
11290         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11291
11292 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11293
11294         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11295         that aren't going to be activated.
11296         (gnus-get-unread-articles): Fix up the last commit.
11297
11298         * gnus-html.el (gnus-article-html): Allow calling without specifying
11299         the handle.  In that case, dissect the buffer first.
11300
11301         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11302
11303         * nnimap.el (nnimap-open-connection): Revert the change that would look
11304         into authinfo for imaps instead of imap.
11305
11306         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11307         say that you don't want to call gnus-request-group with don-check, but
11308         do check the reponse.  This is for virtual groups only.
11309         (gnus-get-unread-articles): Count the archive groups as secondary, so
11310         that they're activated the same way as before.
11311
11312         * imap.el (imap-message-map): Removed optional buffer parameter, since
11313         no callers use it.
11314         (imap-message-get): Ditto.
11315         (imap-message-put): Ditto.
11316         (imap-mailbox-map): Ditto.
11317         (imap-mailbox-put): Ditto.
11318         (imap-mailbox-get): Ditto.
11319         (imap-mailbox-get): Revert last change for this function.
11320
11321         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11322         case-insensitively.
11323         (nnimap-debug): Remove.
11324
11325         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11326         callers to use `imap-fetch' instead.  According to the comments, this
11327         should be safe, since all other IMAP clients use the 1:* syntax.
11328         (imap-enable-exchange-bug-workaround): Remove.
11329         (imap-debug): Remove -- doesn't seem very useful.
11330
11331         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11332         mail from a file, and the file doesn't exist.
11333
11334         * imap.el (imap-log): New convenience function used throughout instead
11335         of repeating the same code all over the place.
11336
11337         * pop3.el (pop3-streaming-movemail): Return t for success.
11338
11339         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11340         .authinfo if we're using ssl connection.
11341
11342         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11343         already have if we're in a main Gnus `g' run.
11344
11345         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11346
11347 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11348
11349         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11350
11351         * nnmh.el (nnmh-request-list-1): Bind `file'.
11352
11353         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11354         alias to set-process-query-on-exit-flag or process-kill-without-query.
11355         (pop3-open-server): Use it.
11356
11357 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11358
11359         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11360         box to the Incoming file.  Fixes mistake in previous checkin.
11361
11362         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11363         request loop (for debugging purposes) removed.
11364
11365         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11366         culprit is more visible.
11367         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11368         (nnml-add-incremental-nov): New functions to do "incremental" nov
11369         updates, where we just append to the end of the existing nov files
11370         without reading/writing them in full.
11371
11372         * mail-source.el (mail-source-delete-crash-box): Really only check the
11373         incoming files once in a while.
11374
11375         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11376
11377         * mail-source.el (mail-source-delete-crash-box): Only check the
11378         incoming files for deletion once per day to save a lot of file
11379         accesses.
11380
11381         * pop3.el (pop3-logon): Fix up unbound variable typo.
11382
11383         * mail-source.el (pop3-streaming-movemail): Autoload.
11384
11385         * pop3.el (pop3-streaming-movemail):
11386         Respect pop3-leave-mail-on-server.
11387
11388         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11389         retrieval.
11390
11391         * pop3.el (pop3-process-filter): Remove unused function.
11392         (pop3-streaming-movemail, pop3-send-streaming-command)
11393         (pop3-wait-for-messages, pop3-write-to-file)
11394         (pop3-number-of-responses): New functions for streaming pop3
11395         retrieval.
11396
11397         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11398         come from no known methods.
11399         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11400         list.
11401
11402         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11403         message sizes.
11404         (pop3-movemail): Use erase-buffer instead of looping and deleting
11405         regions, which seems rather odd.
11406
11407         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11408         file once per `g' run.
11409
11410         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11411         directories.  This makes the draft queue directory work.
11412
11413         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11414         data from the backends, so that we only request the list of groups from
11415         each method once.  This should speed things up considerably.
11416
11417         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11418         detect that it's not implemented.
11419
11420         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11421         we actually do recurse down into the tree, but don't stat all leaf
11422         nodes.
11423
11424         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11425         then say so instead of bugging out.
11426
11427         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11428         files exist before trying to read them.
11429
11430         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11431         around <pre_int>.
11432
11433         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11434
11435         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11436
11437 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11438
11439         * mm-util.el (mm-image-load-path): Just return the image directories,
11440         not all directories in the path in addition to the image directories.
11441         (mm-image-load-path): Maintain a cache of the image directories so that
11442         the `g' command in Gnus doesn't have to stat dozens of directories each
11443         time.
11444
11445         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11446         (gnus-html-wash-tags): Add a new `i' command to insert images.
11447         (gnus-html-insert-image): New command and keystroke.
11448         (gnus-html-redisplay-with-images): New command and keystroke.
11449         (gnus-html-show-images): Rename command.
11450         (gnus-html-wash-tags): Remove more white space before <pre_int> image
11451         spacers.
11452         (gnus-html-wash-tags): Decode entities at the end, so that entities
11453         inside the tags don't mess up the rest of the "parsing".
11454
11455         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11456         so that nnimap methods aren't agentized by default.  There's apparently
11457         many problems related to agent/imap behavior.
11458
11459         * gnus-art.el (gnus-article-copy-string): New command and key binding.
11460
11461         * gnus-html.el: Doc fix.
11462
11463 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11464
11465         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
11466         specifier-spec-list for Emacs 21.
11467
11468         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11469         glyph-width and glyph-height instead of display-graphic-p and
11470         image-size; make avoidance of displaying small images work for XEmacs.
11471
11472         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11473         for XEmacs.
11474
11475         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11476         of symbol that holds plist data.
11477         (gnus-process-plist): Remove plist of process after getting it.
11478
11479 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11480
11481         * message.el (message-generate-hashcash): Change default to
11482         'opportunistic if hashcash is installed.
11483
11484         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11485         (gnus-html-put-image): Only call image-size once, since it's somewhat
11486         time-consuming on remote X servers.
11487
11488 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11489
11490         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
11491         type on data, not a file name.
11492
11493         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
11494         window-pixel-edges for Emacs 21.
11495
11496         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11497         decoded contents.
11498         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11499
11500 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11501
11502         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11503         group line format, since it isn't very interesting.
11504
11505         * gnus-agent.el (gnus-agent-short-article),
11506         (gnus-agent-long-article): Increase values for these two variables,
11507         since most people are likely to have more network connection and
11508         storage than before.
11509
11510         * gnus.el (gnus-refer-article-method): Change default to 'current.
11511         When referring an article, the common behavior is to refer it from the
11512         current select method, not the native select method.  The chances of
11513         the native select method having the message in question is rather slim
11514         these days.
11515
11516         * gnus-sum.el (gnus-auto-select-subject): Change default to
11517         `unseen-or-unread'.  I think it's likely that most people want to
11518         select an unseen article over a previously seen, but unread one.
11519
11520         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
11521         means that in the article buffer none of the minor mode elements will
11522         be shown, usually, and this is not desirable in most cases.
11523
11524         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11525         that commands like `d' (and the like) go to the next line in the
11526         buffer, instead of the next unread article.  I think this is the
11527         behavior that is most natural for most users.
11528         (gnus-single-article-buffer): Change default to nil, so that people can
11529         have as many article buffers open as they have summary buffer.  I think
11530         this is the most natural way for the groups to behave.
11531
11532         * message.el (message-generate-new-buffers): Change default to
11533         `unsent', so that all new message buffers start their names with the
11534         string "*unsent", and it's easier to find the buffers if you move from
11535         them.
11536
11537 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11538
11539         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11540         small.  They're probably tracking images.
11541         (gnus-html-wash-tags): Remove all <pre_int> place holders.
11542         (gnus-html-rescale-image): Yet another try at getting the image sizing
11543         right.
11544
11545         * nntp.el (nntp-request-set-mark): Refuse to do marks if
11546         nntp-marks-file-name is nil.
11547
11548 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11549
11550         * gnus-html.el (gnus-html-wash-tags)
11551         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11552         Better logging.
11553
11554 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11555
11556         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11557
11558         * gnus-html.el (gnus-html-wash-tags): Check the value of
11559         gnus-blocked-images in the summary buffer.
11560
11561 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11562
11563         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11564
11565 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11566
11567         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11568         like "a", it seems like.
11569         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11570         since it needs to be picked from the correct buffer.
11571
11572         * nnwfm.el: Remove.
11573
11574         * nnlistserv.el: Remove.
11575
11576 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11577
11578         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11579         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11580
11581 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11582
11583         * nnkiboze.el: Remove.
11584
11585         * nndb.el: Remove.
11586
11587         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11588         alt text.
11589         (gnus-html-rescale-image): Try to get the rescaling logic right for
11590         images that are just wide and not tall.
11591
11592         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11593         overshadow variable bindings.
11594
11595 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11596
11597         * gnus-html.el (gnus-html-wash-tags)
11598         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11599         Add extra logging.
11600
11601 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11602
11603         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11604         (gnus-max-image-proportion): New variable.
11605         (gnus-html-rescale-image): New function.
11606         (gnus-html-put-image): Rescale images.
11607
11608 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11609
11610         Fix up some byte-compiler warnings.
11611         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11612         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11613         (gnus-article-fill-cited-article, gnus-article-hide-citation)
11614         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11615         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11616         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11617         (gnus-group-update-group): Use save-excursion and with-current-buffer.
11618
11619 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11620
11621         * gnus-html.el (gnus-article-html): Decode contents by charset.
11622
11623 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11624
11625         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11626         (gnus-html-frame-width, gnus-blocked-images):
11627         * message.el (message-prune-recipient-rules): Add custom version.
11628         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11629
11630         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11631         functions.
11632
11633         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11634         gnus-process-get.
11635
11636 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
11637
11638         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11639         instead of lsub directly.
11640
11641 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11642
11643         * nnwarchive.el: Remove.
11644
11645         * gnus-soup.el: Remove.
11646
11647         * nnsoup.el: Remove.
11648
11649         * nnultimate.el: Remove.
11650
11651         * gnus-html.el (gnus-blocked-images): New variable.
11652
11653         * message.el (message-prune-recipients): New function.
11654         (message-prune-recipient-rules): New variable.
11655
11656         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11657         guess whether a long line is natural text or not.
11658
11659         * gnus-html.el (gnus-html-schedule-image-fetching):
11660         Use gnus-process-plist and friends for compatibility.
11661
11662 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11663
11664         * gnus-html.el: Require packages that define macros used in this file.
11665         (gnus-article-mouse-face): Declare to silence byte-compiler.
11666         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11667         process-get.
11668         (gnus-html-put-image): Use plist-get to avoid getf.
11669         (gnus-html-prefetch-images): Use with-current-buffer.
11670
11671 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11672
11673         * gnus-ems.el: Provide compatibility functions for
11674         gnus-set-process-plist.
11675
11676         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
11677         header-line-format for XEmacs 21.4.
11678
11679         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11680         * gnus.el (gnus-valid-select-methods):
11681         * message.el (message-send-mail-partially-limit):
11682         * mm-decode.el (mm-text-html-renderer):
11683         * mml.el (mml-insert-mime-headers-always):
11684         * smiley.el (smiley-regexp-alist): Bump custom version.
11685
11686 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11687
11688         * gnus-html.el: Require mm-url.
11689         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11690         with the url to `url'.
11691         (gnus-html-wash-tags): Support cid: URLs/images.
11692
11693 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11694
11695         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11696         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11697         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11698
11699         * gnus-move.el: Remove file, since it doesn't really work.
11700
11701         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11702         UTF-8.  This seems to fix problems with some German web feeds.
11703
11704         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11705         at the top so that the proper colors are applied.
11706
11707         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
11708         don't have dots in their names.
11709
11710         * gnus-art.el (gnus-article-view-part): Doc fix.
11711
11712         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11713         XEmacs-compatible.
11714         (gnus-html-put-image): Don't do images on non-graphic displays.
11715
11716         * nnslashdot.el: Remove this unused backend.
11717
11718         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11719         actions.
11720         (gnus-undo-register-1): Revert last change.
11721
11722         * gnus-group.el (gnus-group-completing-read): Protect against not
11723         having completion-styles bound.
11724
11725         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11726         make broken recipients happier.
11727
11728         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11729
11730         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11731         point parameter.
11732
11733         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
11734
11735         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11736         completion-styles for group selection.
11737
11738 2009-02-04  Andreas Schwab  <schwab@suse.de>
11739
11740         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11741         headers and regexp-quote the match if necessary.
11742
11743 2009-03-24  Miles Bader  <miles@gnu.org>
11744
11745         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11746         the blinking smiley.
11747
11748 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11749
11750         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11751         blink smiley.
11752
11753 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11754
11755         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11756         where the dribbel file lives exists.
11757
11758         * message.el (message-send-mail-partially-limit): Change the default to
11759         nil, since most people don't want this.
11760
11761         * mm-url.el (mm-url-decode-entities): Also decode entities like
11762         &#x3212.
11763
11764 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11765
11766         * gnus-sum.el (gnus-summary-idna-message):
11767         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11768         Hyperlink urls in docstrings with URL `...'.
11769
11770 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11771
11772         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11773         functions.
11774
11775 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11776
11777         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11778         say what the mouseover text should be.
11779
11780         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11781         version of the mm-w3m-safe-url-regexp variable to only download images
11782         in the groups where we want that to happen.
11783
11784         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11785
11786         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11787         easier debugging.
11788         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11789         big pictures in the article buffer.
11790
11791         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11792         gnus-article-html.
11793         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11794         w3m.
11795
11796         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11797
11798 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11799
11800         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11801         which doesn't exist.
11802
11803         * message.el (message-inhibit-ecomplete): New variable to allow some
11804         function to inhibit ecomplete address storage.
11805         (message-resend): Disable ecomplete message storage when resending
11806         messages.
11807
11808         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11809
11810 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11811
11812         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11813         Save excursion while copying, moving, and deleting articles in order to
11814         prevent the cursor from jumping to unforeseen place.
11815
11816 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11817
11818         * lpath.el: No need to bind bookmark-current-buffer,
11819         bookmark-yank-point and bookmark-make-record-function.
11820
11821 2010-08-17  Glenn Morris  <rgm@gnu.org>
11822
11823         * gnus-sync.el: Require gnus components whose functions are used.
11824
11825         * gnus-art.el (bookmark-make-record-function):
11826         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11827         Declare for compiler.
11828
11829         * mm-url.el (mml-compute-boundary): Autoload.
11830
11831 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11832
11833         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11834
11835 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11836
11837         Typo fix "hoo4a" -> "hook".
11838
11839         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11840
11841 2010-08-14  Glenn Morris  <rgm@gnu.org>
11842
11843         * gnus-sync.el (gnus-sync): Fix defgroup version.
11844
11845 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11846
11847         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11848
11849         * gnus-sync.el: Fix docs.
11850         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11851         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11852
11853 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11854
11855         Optimizations for gnus-sync.el.
11856
11857         * gnus-sync.el: Add docs about gnus-sync-backend
11858         possibilities.
11859         (gnus-sync-save): Remove unnecessary message.
11860         (gnus-sync-read): Optimize and show what groups were skipped.
11861
11862 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11863
11864         Minor bug fixes for gnus-sync.el.
11865
11866         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11867         Don't read the sync on get-new-news.
11868
11869         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11870         quiet.
11871
11872         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11873         (fix typo).
11874
11875 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11876
11877         Make saving and restoring of hidden threads work with overlays.
11878         Patch applied by Ted Zlatanov.
11879
11880         * gnus-sum.el (gnus-hidden-threads-configuration)
11881         (gnus-restore-hidden-threads-configuration): Update to deal with text
11882         properties, rather than searching for a magic character.
11883
11884 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11885
11886         New gnus-sync.el library for synchronization of marks.
11887
11888         * gnus-sync.el: New library for synchronization of marks.
11889
11890         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11891         renamed from `gnus-registry-grep-in-list'.
11892
11893         * gnus-registry.el (gnus-registry-follow-group-p):
11894         Use `gnus-grep-in-list'.
11895
11896         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11897
11898 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11899
11900         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11901         determining charset of text fails.
11902
11903 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * nnmail.el (nnmail-get-new-mail-1): Revert.
11906
11907         * nnml.el (nnml-active-number): Make sure names of newly created groups
11908         in nnml-group-alist are encoded.
11909
11910 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11911
11912         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11913         containing non-ASCII characters in active file for nnml back end.
11914
11915 2010-07-24  David Engster  <dengste@eml.cc>
11916
11917         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11918         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11919
11920 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11921
11922         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11923         tag (Bug#6654).
11924
11925 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11926
11927         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11928         the article buffer, not the summary buffer.
11929
11930 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11931
11932         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11933         Emacs 23 as well.
11934
11935 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11936
11937         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11938         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11939
11940 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11941
11942         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11943         Patch applied by Karl Fogel.
11944
11945         * gnus-sum.el (gnus-summary-bookmark-make-record):
11946         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11947
11948 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11949
11950         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
11951         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11952         C-w still not working correctly from Article buffers; Thierry's
11953         patch to fix that will be applied after this.
11954
11955         * gnus-art.el (bookmark-make-record-function): New local variable.
11956
11957         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11958         article buffer.
11959         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11960
11961 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11962
11963         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11964         on changes in bookmark.el.
11965
11966 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11969         `no-log' instead of message not to log prompt string.
11970
11971 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11972
11973         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11974         the *other* type of HTML form submission.
11975
11976 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11977
11978         * auth-source.el (auth-source-pick): If choice does not contain a
11979         questioned keyword, set the check to t.
11980
11981 2010-06-12  Romain Francoise  <romain@orebokech.com>
11982
11983         * gnus-util.el (gnus-date-get-time): Move up before first use.
11984
11985 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11986
11987         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11988         (gnus-article-edit-part): Bind it to make last part that is substituted
11989         or deleted visible.
11990         (gnus-mime-display-single): Buttonize part of which id equals to
11991         gnus-mime-buttonized-part-id.
11992
11993 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11994
11995         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11996         (gnus-dd-mmm): Use gnus-date-get-time.
11997         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11998         simplify logic.
11999         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12000         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12001
12002 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12003
12004         * auth-source.el (top): Autoload `secrets-list-collections',
12005         `secrets-create-item', `secrets-delete-item'.
12006         (auth-sources): Fix tag string.
12007         (auth-get-source, auth-source-retrieve, auth-source-create)
12008         (auth-source-delete): New defuns.
12009         (auth-source-pick): Rewrite in order to avoid 2 passes.
12010         (auth-source-forget-user-or-password): New parameter USERNAME.
12011         (auth-source-user-or-password): New parameters CREATE-MISSING and
12012         DELETE-EXISTING.  Retrieve password interactively, if needed.
12013
12014 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12015
12016         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12017         deleting unused directories when gnus-expert-user is t.
12018
12019 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12020
12021         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12022         for each temp file when gnus-article-browse-delete-temp is ask.
12023
12024 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12025
12026         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12027         Replace Lisp calls to delete-backward-char by calls to delete-char.
12028
12029 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12030
12031         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12032
12033 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12034
12035         * password-cache.el (password-cache-remove): Fix docstring.
12036
12037 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12038
12039         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12040         article unless decoding article to be saved.
12041
12042 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12043
12044         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12045         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12046         generated within the mm-with-unibyte-current-buffer macro.
12047
12048 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12049
12050         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12051         to nil when we're in a mml-preview buffer and no group is selected.
12052
12053 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12054
12055         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12056         when catching the `C-g'.  Reported by "Leo".
12057
12058 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12059
12060         * message.el (message-forward-make-body-plain)
12061         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12062         multibyte-string-p.
12063
12064         * lpath.el: Revert.
12065
12066 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12067
12068         * message.el (message-forward-make-body-mml): Assume original message
12069         is multibyte string; error on unibyte.
12070         (message-forward-make-body-plain): Ditto; don't add excessive newline
12071         in body end.
12072
12073         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12074
12075 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12076
12077         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12078         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12079
12080 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12081
12082         * mm-extern.el (mm-extern-url): Don't use
12083         mm-with-unibyte-current-buffer.
12084         (mm-extern-cache-contents): Use with-current-buffer instead of
12085         save-excursion + set-buffer.
12086
12087 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12088
12089         * mm-util.el (mm-emacs-mule): Remove.
12090
12091 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12092
12093         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12094         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12095         change.
12096
12097 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12098
12099         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12100         bind the default value of enable-multibyte-characters to nil.
12101
12102 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12103
12104         * message.el (message-forward-make-body-plain)
12105         (message-forward-make-body-mml):
12106         Don't use mm-with-unibyte-current-buffer.
12107
12108 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12109
12110         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12111
12112 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12113
12114         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12115         (Bug#5592).
12116
12117 2010-05-07  Julien Danjou  <julien@danjou.info>
12118
12119         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12120         it to mm-pipe-part.
12121
12122         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12123         it is given.
12124
12125 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12126
12127         * binhex.el (binhex-decode-region-internal):
12128         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12129         (dns-query):
12130         * nnweb.el (nnweb-gmane-search):
12131         * pgg-parse.el (pgg-parse-armor):
12132         * pgg.el (pgg-verify-region):
12133         * sha1.el (sha1-string-external):
12134         * uudecode.el (uudecode-decode-region-internal):
12135         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12136         XEmacs.
12137
12138         * gnus-art.el (gnus-article-browse-html-parts):
12139         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12140         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12141         make-temp-file.
12142
12143         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12144         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12145         compiling.
12146
12147         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12148         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12149         XEmacs when compiling.
12150
12151         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12152         gnus-pick-mode-off-hook for XEmacs when compiling.
12153         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12154         gnus-binary-mode-off-hook for XEmacs when compiling.
12155
12156         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12157         Return nil if char-charset is not available.
12158
12159         * imap.el (imap-disable-multibyte)
12160         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12161         macros.
12162
12163         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12164         instead of encode-coding-string.
12165
12166         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12167         'xemacs) instead of mm-emacs-mule to switch function definitions.
12168         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12169
12170         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12171         bind temporary-file-directory for XEmacs;
12172         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12173         timer-set-function for XEmacs 21.4 and SXEmacs;
12174         bind timer-list for XEmacs 21.4 and SXEmacs;
12175         fbind char-charset and find-charset-region for non-Mule XEmacs;
12176         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12177         encode-coding-region and encode-coding-string for XEmacs having no
12178         file-coding feature.
12179
12180 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12181
12182         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12183
12184 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12185
12186         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12187         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12188
12189 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12190
12191         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12192         alias `jka-compr-delete-temp-file' no longer exists.
12193
12194 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12195
12196         Use define-minor-mode in Gnus where applicable.
12197         * mml.el (mml-mode): Use define-minor-mode.
12198         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12199         (gnus-undo-mode): Use define-minor-mode.
12200         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12201         (gnus-dead-summary-mode): Use define-minor-mode.
12202         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12203         Initialize in declaration.
12204         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12205         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12206         (gnus-mailing-list-mode): Use define-minor-mode.
12207         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12208         (gnus-draft-mode): Use define-minor-mode.
12209         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12210         (gnus-dired-mode): Use define-minor-mode.
12211
12212 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12213
12214         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12215         handles on recursive mml-to-mime translation and check them for
12216         boundary delimiter collisions.  Reported by Greg Troxel.
12217
12218 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12219
12220         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12221
12222 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12223
12224         * mm-util.el (mm-find-buffer-file-coding-system):
12225         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12226
12227 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12228
12229         * message.el (message-generate-headers): Record insertion of optional
12230         headers as well.  Otherwise the check to prevent repeated insertion of
12231         optional headers is a no-op.
12232
12233 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12234
12235         * smime.el: Don't mention CVS.
12236
12237         * nnrss.el (nnrss-fetch): Don't mention CVS.
12238
12239         * nnir.el: Don't mention CVS.
12240
12241 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12242
12243         * gnus-sum.el (gnus-summary-bookmark-make-record):
12244         Add `location' field.
12245
12246 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12247
12248         * lpath.el: Fbind bookmark-default-handler,
12249         bookmark-get-bookmark-record, bookmark-make-record-default,
12250         bookmark-prop-get for Emacs <23 and XEmacs.
12251
12252 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12253
12254         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12255         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12256         Use with-current-buffer to silence the byte-compiler.
12257         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12258         bother to require `gnus'.
12259         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12260
12261 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12262
12263         * gnus-sum.el (gnus-summary-bookmark-make-record)
12264         (gnus-summary-bookmark-jump): New functions.
12265         (gnus-summary-mode): Setup bookmark support.
12266
12267 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12268
12269         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12270         if set.
12271
12272 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12275         gnus-article-browse-html-save-cid-image; make it work recursively for
12276         forwarded messages as well.
12277         (gnus-article-browse-html-parts): Work when prefix arg is given.
12278         (gnus-article-browse-html-article): Doc fix.
12279
12280 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12281
12282         * message.el (message-default-mail-headers)
12283         (message-default-headers): Carry the value mail-default-headers over
12284         into message-default-mail-headers, rather than message-default-headers.
12285
12286 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12287
12288         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12289         charset.
12290
12291         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12292         charset into the <meta> tag when the article is encoded to utf-8.
12293
12294 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12295
12296         * gnus-art.el (gnus-article-browse-delete-temp-files):
12297         Delete directories as well.
12298         (gnus-article-browse-html-parts): Work for images that do not specify
12299         file names; delete temp directory when quitting; insert header at the
12300         right place; use file: scheme for image files.
12301
12302 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12303
12304         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12305         (gnus-article-browse-html-parts): Use it to make temporary cid image
12306         files in addition to html file so that browser may display them.
12307
12308 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12309
12310         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12311
12312 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12313
12314         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12315
12316 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12317
12318         * auth-source.el (auth-sources): Change default to be simpler.
12319         Explain about Secret Service API sources.  Improve Customize options.
12320         (auth-source-pick): Change to accept any number of search parameters.
12321         Implement fallbacks iteratively, not recursively.  Add scoring on the
12322         second pass and sort by score.  Call Secret Service API when needed.
12323         (auth-source-user-or-password): Use it.  Call Secret Service API
12324         directly when needed to get the user name and the password.
12325
12326 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12327
12328         * message.el (message-interactive): Doc fix.
12329         (message-qmail-inject-args): Reflow.
12330         (message-kill-to-signature): Fix typo in docstring.
12331
12332         * smiley.el (smiley-buffer): Fix typo in docstring.
12333
12334 2010-03-24  Glenn Morris  <rgm@gnu.org>
12335
12336         * mail-source.el (gnus-message): Declare.
12337         (mail-source-delete-old-incoming): Require gnus-util.
12338
12339 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12340
12341         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12342
12343         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12344
12345         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12346         password-cache's default if it is not bound.
12347         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12348         password-cache-expiry's default if it is not bound.
12349
12350         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12351         available in Emacs 21.
12352
12353         * lpath.el: Suppress compiler warnings for:
12354         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12355         XEmacs;
12356         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12357         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12358         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12359
12360 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12361
12362         * auth-source.el (auth-sources): Fix up definition so extra parameters
12363         are always inline.
12364
12365 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12366
12367         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12368         wasn't updated after mismatch.  Clear cached mailbox info correctly
12369         when uidvalidity changes.
12370         (nnimap-group-prefixed-name): New function to avoid some code
12371         duplication.
12372         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12373         (nnimap-request-group): Use it.
12374         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12375         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12376         with many imap folders.  This is done by caching the group status from
12377         the imap server persistently in a group parameter `imap-status'.  (This
12378         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12379         but not persistently, so every Gnus startup was still very slow.)
12380
12381 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12382
12383         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12384         delete the extra newline.  Otherwise editing of :string and :number
12385         types don't work.
12386
12387 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12388
12389         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12390         secrets.el dependency.
12391         (auth-sources): Add optional user name.  Add secrets.el configuration
12392         choice (unused right now).
12393
12394 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12395
12396         * gnus-sum.el (gnus-summary-make-menu-bar):
12397         Let `gnus-registry-install-shortcuts' fill in the functions.
12398
12399         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12400         warnings.
12401         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12402         (gnus-registry-install-shortcuts): Populate and use it in a
12403         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12404
12405 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12406
12407         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12408         In-place substitutions for the group name encoding/decoding.
12409         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12410         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12411         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12412         (nnimap-update-unseen, nnimap-request-list)
12413         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12414         (nnimap-request-set-mark, nnimap-split-to-groups)
12415         (nnimap-split-articles, nnimap-request-newgroups)
12416         (nnimap-request-create-group, nnimap-request-accept-article)
12417         (nnimap-request-delete-group, nnimap-request-rename-group)
12418         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12419         `encoded-mbx' for consistency.
12420         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12421         variable `imap-current-mailbox'.
12422
12423         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12424         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12425
12426 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12427
12428         * pop3.el (pop3-display-message-size-flag): Display message size byte
12429         counts during POP3 download.
12430         (pop3-movemail): Use it.
12431         (pop3-list): Implement listing of available messages.
12432
12433 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12434
12435         * nnir.el (nnir-get-article-nov-override-function): New function to
12436         override the normal NOV retrieval.
12437         (nnir-retrieve-headers): Use it.
12438
12439 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
12440
12441         * auth-source.el (netrc-machine-user-or-password): Autoload.
12442
12443 2010-03-19  Glenn Morris  <rgm@gnu.org>
12444
12445         Stop message.el from loading about 40 libraries it doesn't always need.
12446         The general approach is to autoload rather than require, and to
12447         require in the specific functions rather than the file.  (Bug#5642)
12448
12449         * gmm-utils.el: Don't require wid-edit.
12450         (widget-create-child-value, widget-convert, widget-default-get):
12451         Autoload.
12452
12453         * gnus-util.el: Don't require time-date, netrc.
12454         (message-fetch-field, gnus-group-name-decode): Declare rather than
12455         autoloading.
12456         (gnus-fetch-field): Require message.
12457         (gnus-decode-newsgroups): Require gnus-group.
12458
12459         * ietf-drums.el: Don't require time-date.
12460
12461         * message.el: Don't require hashcash, canlock, ecomplete.
12462         Do require mail-utils.  Require nnheader only when compiling.
12463         (smtpmail-default-smtp-server): Remove declaration.
12464         (message-send-mail-function): Check smtpmail-default-smtp-server
12465         is bound rather than requiring smtpmail.
12466         (message-auto-save-directory, message-insert-signature):
12467         Use expand-file-name rather than nnheader-concat.
12468         (nnheader-insert-file-contents): Autoload.
12469         (hashcash-wait-async): Declare.
12470         (message-send-mail): Only call gnus-setup-posting-charset if
12471         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
12472         (message-send-mail-with-sendmail): Require sendmail.
12473         (canlock-password, canlock-password-for-verify): Declare.
12474         (message-canlock-password): Require canlock.
12475         (nnheader-get-report): Autoload.
12476         (gnus-setup-posting-charset): Declare.
12477         (message-send-news): Require gnus-msg.
12478         (message-make-references, message-make-in-reply-to): Use mail-header-id
12479         rather than the alias mail-header-message-id.
12480         (ecomplete-add-item, ecomplete-save): Declare.
12481         (message-put-addresses-in-ecomplete): Require ecomplete.
12482         (ecomplete-display-matches): Autoload.
12483
12484         * mm-decode.el: Don't require mailcap, gnus-util.
12485         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12486         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12487         Autoload.
12488         (mailcap-mime-extensions): Declare.
12489
12490         * mm-encode.el: Don't require mailcap.
12491         (mailcap-extension-to-mime): Autoload.
12492
12493         * mml-sec.el: Don't require password-cache.
12494
12495         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12496         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12497         (mml-minibuffer-read-type): Require mailcap.
12498         (mml-preview): Require gnus-msg.
12499
12500         * mml1991.el: Require password-cache.
12501         (password-cache-expiry): Remove declaration.
12502
12503         * mml2015.el: Require password-cache.
12504         (password-cache-expiry): Remove declaration.
12505
12506         * nneething.el (mailcap): Require mailcap.
12507
12508         * nnheader.el (declare-function): Add compatibility stub.
12509         (message-remove-header): Declare rather than autoload.
12510         (nnheader-replace-header): Require message.
12511
12512         * nnimap.el (declare-function): Add compatibility stub.
12513         (netrc-parse, netrc-machine-user-or-password): Declare.
12514         (nnimap-open-connection): Require netrc.
12515
12516         * nntp.el (declare-function): Add compatibility stub.
12517         (netrc-parse, netrc-machine, netrc-get): Declare.
12518         (nntp-send-authinfo): Require netrc.
12519
12520         * rfc2047.el: Don't require qp.
12521         (quoted-printable-encode-region, quoted-printable-decode-string):
12522         Autoload.
12523
12524         * sieve-mode.el: Don't require easymenu.
12525         (easy-menu-add-item): Autoload it.
12526
12527         * spam-stat.el (time-to-number-of-days): Autoload it.
12528
12529 2010-03-19  Glenn Morris  <rgm@gnu.org>
12530
12531         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12532
12533 2010-03-18  Glenn Morris  <rgm@gnu.org>
12534
12535         * hashcash.el (declare-function): Remove duplicate definition.
12536
12537 2010-03-17  Kevin Ryde  <user42@zip.com.au>
12538
12539         * mml.el (mml-read-tag): Unquote values with `read' to reverse
12540         prin1 in mml-insert-tag (just stripping the quotes gave wrong
12541         value if any backslash escapes).
12542
12543 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12544
12545         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12546         if it is available.  (bug#5647)
12547
12548         * lpath.el: Suppress compiler warning for coding-system-from-name for
12549         Emacs 21 and XEmacs.
12550
12551 2010-03-14  Juri Linkov  <juri@jurta.org>
12552
12553         * hmac-def.el:
12554         * hmac-md5.el:
12555         * netrc.el: Fix keywords.
12556
12557 2010-02-26  Glenn Morris  <rgm@gnu.org>
12558
12559         * message.el (message-send-mail-function): Change the default, so that
12560         it inherits from a customized send-mail-function.  (Bug#5643)
12561
12562 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12563
12564         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12565         shell-command-to-string signals an error (bug#5299).
12566
12567 2010-02-24  Glenn Morris  <rgm@gnu.org>
12568
12569         * message.el (message-smtpmail-send-it)
12570         (message-send-mail-with-mailclient): Doc fixes.
12571
12572 2010-02-16  Glenn Morris  <rgm@gnu.org>
12573
12574         * message.el (message-default-mail-headers): Change the default value
12575         to ease the transition from mail-mode to message-mode.  (Bug#5555)
12576
12577 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12578
12579         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
12580         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
12581
12582 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12583
12584         * time-date.el (date-to-time): Doc fix (Bug#5408).
12585
12586 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12587
12588         * message.el (message-mail): Just pass yank-action on to message-setup.
12589         (message-setup): Handle (FUN . ARGS) form of yank-action.
12590         (message-with-reply-buffer, message-widen-reply)
12591         (message-yank-original): Handle non-buffer values of
12592         message-reply-buffer (Bug#4080).
12593         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12594
12595 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12596
12597         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12598         Fix typo in docstring.
12599
12600 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12601
12602         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12603         response.
12604
12605 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12606
12607         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12608
12609         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12610
12611         * message.el (message-check-news-header-syntax): Protect against a
12612         string that `rfc822-addresses' returns when parsing fails.
12613
12614 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12615
12616         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12617         (gnus-previous-char-property-change): New functions.
12618
12619         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12620
12621 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
12622
12623         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12624         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
12625
12626 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12627
12628         * message.el (message-exchange-point-and-mark): Rework last change to
12629         avoid using optional arg of exchange-point-and-mark, for backward
12630         compatibility.
12631
12632 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12633
12634         * message.el (message-exchange-point-and-mark):
12635         Call exchange-point-and-mark with an argument rather than setting
12636         mark-active by hand (Bug#5175).
12637
12638 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12639
12640         * nntp.el (nntp-service-to-port): Work for service expressed with
12641         numeric string; replace [:digit:] with [0-9] for XEmacs.
12642
12643 2009-12-17  Glenn Morris  <rgm@gnu.org>
12644
12645         * gnus-group.el (gnus-bug-group-download-format-alist):
12646         Change emacs entry to debbugs.gnu.org.  Bump :version.
12647
12648 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12649
12650         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12651
12652 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12653
12654         * message.el (message-info): Explain why we use `Info-goto-node'.
12655
12656 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12657
12658         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
12659
12660 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12661
12662         * message.el (message-completion-in-region): New compatibility function.
12663         (message-expand-group): Use it.
12664
12665 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12666
12667         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12668         with no unread article should be listed if the 2nd arg `predicate' is
12669         given.
12670
12671 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12672
12673         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
12674
12675 2009-11-29  Juri Linkov  <juri@jurta.org>
12676
12677         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12678         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
12679         on `gnus-recenter'.  (Bug#4698, Bug#4981)
12680
12681 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12682
12683         * sha1.el (sha1-string-external): default-directory "/" in case
12684         otherwise non-existent.  process-connection-type pipe for touch of
12685         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12686
12687 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12688
12689         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
12690         it's comms related and sgml-mode.el has "comm" on that basis too.
12691
12692 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12693
12694         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12695         containing tspecial characters if they have been already quoted.
12696
12697 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12698
12699         * dns-mode.el (auto-mode-alist): Purecopy string.
12700
12701 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12702
12703         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
12704
12705 2009-10-24  Glenn Morris  <rgm@gnu.org>
12706
12707         * gnus-art.el (help-xref-stack-item): Define for compiler.
12708
12709 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12710
12711         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
12712
12713 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12714
12715         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12716
12717 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12718
12719         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12720         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12721
12722 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12723
12724         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12725         (gnus-overlays-in): New alias to overlays-in.
12726
12727         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12728         gnus-overlay-get, and gnus-delete-overlay.
12729         (gnus-summary-show-thread): Make it work as well for systems in which
12730         next-single-char-property-change is not available.
12731         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12732
12733         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
12734         (gnus-overlay-get): New alias to extent-property.
12735         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12736
12737         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12738         SXEmacs.
12739
12740         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12741         SXEmacs.
12742
12743 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12744
12745         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12746
12747 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12748
12749         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12750         and XEmacs that don't have `remove-overlays'.
12751
12752 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12753
12754         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12755         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12756         selective display.  Use overlays instead.
12757
12758 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12759
12760         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12761
12762 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12763
12764         * spam-stat.el (spam-stat-load): Fix typo in message.
12765
12766 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12767
12768         * dig.el (dig-invoke): Fix typo in docstring.
12769         (query-dig): Reflow docstring.
12770
12771 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12772
12773         * gnus-art.el (gnus-article-encrypt-body):
12774         * message.el (message-check-recipients):
12775         * mm-util.el (mm-codepage-setup):
12776         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12777         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12778
12779 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12780
12781         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12782         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12783         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12784         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12785         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12786
12787 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12788
12789         * dig.el: Add "Keywords: comm", as per net-utils.el.
12790
12791 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12792
12793         * dig.el (dig-mode): Use define-derived-mode.
12794
12795 2009-09-19  Glenn Morris  <rgm@gnu.org>
12796
12797         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12798
12799 2009-09-18  Glenn Morris  <rgm@gnu.org>
12800
12801         * gnus-diary.el (gnus-diary-check-message):
12802         * message.el (message-insert-formatted-citation-line):
12803         * nnbabyl.el (top-level):
12804         * nndiary.el (nndiary-schedule):
12805         Fix typos in condition-case handlers.
12806
12807 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12808
12809         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12810         configuration that provides the sole article window in a frame;
12811         position point correctly after deleting a part.
12812
12813 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12814
12815         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12816         (spam-resolve-registrations-routine): Use it to unregister articles
12817         that change status.
12818
12819 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12820
12821         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12822         with XEmacs.
12823         (parse-time-string-chars): Use it.
12824
12825 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12826
12827         * imap.el (imap-interactive-login): Better messages.
12828         (imap-open): Fix bug with renamed buffer on reconnect.
12829         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12830         for easier debugging and cleaner code.  On successful (guessed based on
12831         server capabilities) secondary authentication, set imap-state
12832         correctly.
12833         (imap-last-authenticator): Define imap-last-authenticator as a variable
12834         to avoid warnings.
12835
12836 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12837
12838         * nnrss.el (nnrss-request-article): Remove binding of
12839         default-enable-multibyte-characters that has gotten needless by
12840         the 2007-07-13 change in rfc2047-encode-message-header.
12841
12842         * mml.el (mml-insert-multipart): Error on the message header.
12843         (mml-insert-part): Error on the message header; position point at
12844         the end of a MIME tag.
12845
12846 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12847
12848         * time-date.el (autoload): Expand define-obsolete-function-alias into
12849         defalias and make-obsolete for old Emacsen that Gnus supports.
12850         (with-no-warnings): Define it for old Emacsen.
12851         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12852         is available.
12853         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12854         float-time is available; suppress compile warning for time-to-seconds.
12855
12856         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12857         (gnus-float-time): Alias to float-time if it exists.
12858
12859         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12860         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12861         float-time is available; suppress compile warning for time-to-seconds.
12862
12863         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12864         XEmacs.
12865
12866 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12867
12868         * imap.el (imap-message-map): Docstring fix.
12869
12870 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12871
12872         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12873         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12874         Add the optional argument `encoding' that overrides the default.
12875
12876         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12877         mm-encode-buffer.
12878
12879 2009-09-04  Glenn Morris  <rgm@gnu.org>
12880
12881         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12882         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12883         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12884         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12885         * mm-util.el (mm-with-unibyte-current-buffer)
12886         (mm-find-buffer-file-coding-system):
12887         * yenc.el (yenc-decode-region): Use default-value rather than
12888         default-enable-multibyte-characters.
12889
12890 2009-09-03  Glenn Morris  <rgm@gnu.org>
12891
12892         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12893         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12894         than default-enable-multibyte-characters.
12895
12896 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12897
12898         * gnus-art.el (gnus-article-read-summary-keys):
12899         Fix gnus-buffer-configuration's value temporarily used.
12900
12901 2009-09-02  Glenn Morris  <rgm@gnu.org>
12902
12903         * gnus-util.el (gnus-float-time): New function.
12904         * gnus-delay.el (gnus-delay-article):
12905         * gnus-sum.el (gnus-thread-latest-date):
12906         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12907         * nnspool.el (nnspool-request-newgroups):
12908         Use gnus-float-time rather than time-to-seconds.
12909         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12910
12911         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12912         (gnus-header-subject-face, gnus-header-newsgroups-face)
12913         (gnus-header-name-face, gnus-header-content-face):
12914         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12915         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12916         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12917         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12918         (gnus-cite-face-11):
12919         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12920         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12921         (gnus-server-closed-face, gnus-server-denied-face)
12922         (gnus-server-offline-face):
12923         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12924         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12925         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12926         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12927         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12928         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12929         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12930         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12931         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12932         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12933         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12934         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12935         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12936         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12937         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12938         (gnus-summary-high-undownloaded-face)
12939         (gnus-summary-low-undownloaded-face)
12940         (gnus-summary-normal-undownloaded-face)
12941         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12942         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12943         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12944         (gnus-splash-face):
12945         * message.el (message-header-to-face, message-header-cc-face)
12946         (message-header-subject-face, message-header-newsgroups-face)
12947         (message-header-other-face, message-header-name-face)
12948         (message-header-xheader-face, message-separator-face)
12949         (message-cited-text-face, message-mml-face):
12950         * sieve-mode.el (sieve-control-commands-face)
12951         (sieve-action-commands-face, sieve-test-commands-face)
12952         (sieve-tagged-arguments-face):
12953         * spam.el (spam-face):
12954         Mark face aliases with "-face" in the name as obsolete.
12955
12956 2009-09-01  Glenn Morris  <rgm@gnu.org>
12957
12958         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12959         than goto-line.
12960
12961 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12962
12963         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12964         Don't move point if the command is invoked inside the message header.
12965
12966 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12967
12968         * imap.el (imap-send-command): Simplify.
12969         (imap-wait-for-tag): point-max -> buffer-size.
12970
12971 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12972
12973         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12974         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12975         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12976         * nnir.el (nnir-swish-e-index-file):
12977         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12978         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12979         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12980         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12981         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12982         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12983
12984 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12985
12986         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12987         Don't save excursion.
12988
12989 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12990
12991         * nnheader.el (nnheader-find-file-noselect):
12992         * mm-util.el (mm-insert-file-contents):
12993         Use (default-value 'major-mode) instead of default-major-mode.
12994
12995 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12996
12997         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12998
12999 2009-08-26  Glenn Morris  <rgm@gnu.org>
13000
13001         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13002         than placing in files.el.
13003
13004 2009-08-25  Glenn Morris  <rgm@gnu.org>
13005
13006         * nnir.el (top-level): Don't require cl at run-time.
13007         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13008         Replace cl-function substitute with gnus-replace-in-string.
13009         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13010         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13011         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13012         simplified expansions.
13013
13014 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13015
13016         * dig.el (dig): Add autoload cookie.
13017
13018 2009-08-22  Glenn Morris  <rgm@gnu.org>
13019
13020         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13021         goto-line.
13022
13023 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13024
13025         * parse-time.el (parse-time-string-chars): Save match data.
13026
13027 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13028
13029         * parse-time.el (parse-time-string-chars): Compute using character
13030         classes, to handle non-ascii characters (Bug#3190).
13031
13032 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13033
13034         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13035
13036         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13037         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13038         (gnus-mm-display-part, gnus-mime-display-single)
13039         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13040         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13041
13042         * gnus-sum.el
13043         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13044         (gnus-summary-move-article): Add expirable mark to articles copied or
13045         moved to group that has auto-expire turned on if the option is non-nil.
13046
13047 2009-07-24  Glenn Morris  <rgm@gnu.org>
13048
13049         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13050         Fix typo.  (Bug#3903)
13051
13052 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13053
13054         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13055         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13056         that should not be used for draft articles.
13057         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13058         that has no concern in minor mode keys.
13059         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13060         Abolish.
13061
13062 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13063
13064         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13065         article without making inquiry to a user for unknown encoding.
13066
13067         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13068         (nnmaildir--scan): Assume i-node and device number that file-attributes
13069         returns might be cons-cell.
13070
13071         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13072
13073         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13074
13075 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13076
13077         * auth-source.el: Remove docs now in auth.texi.  Don't use
13078         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13079         `auth-source-hide-passwords' and use them.
13080
13081 2009-07-15  Glenn Morris  <rgm@gnu.org>
13082
13083         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13084
13085 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13086
13087         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13088         excessive whitespace from the default values of title and description.
13089
13090 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13091
13092         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13093         mail-fetch-field to fetch Content-Description header in order to
13094         exclude newlines.
13095
13096 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13097
13098         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13099         format used by GnuPG 2.0.11.
13100
13101 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13102
13103         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13104         to deleted part.
13105
13106 2009-05-30  David Engster  <dengste@eml.cc>
13107
13108         * nnmairix.el: Remove old documentation in the commentary block.
13109         (nnmairix-request-group): Do not update active file for nnml back ends.
13110         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13111         end so that overview files are ignored.
13112         (nnmairix-update-groups): Make updating the groups more robust by using
13113         marks.
13114         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13115         with dollar characters in message-id.
13116
13117 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13118
13119         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13120         2008-12-25 in dns.el.
13121
13122 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13123
13124         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13125         could happen if the text is only composed of spaces and/or tabs.
13126
13127 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13128
13129         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13130         when sending a queued message to avoid extra mml tags.
13131
13132 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13133
13134         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13135
13136 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13137
13138         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13139         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13140         rmail-toggle-header for XEmacs;
13141         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13142
13143 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13144
13145         * gnus-dired.el: Remove autoload for gnus-setup-message.
13146         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13147         displaying Gnus logo; always use compose-mail.
13148
13149 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13150
13151         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13152
13153 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13156         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13157         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13158         available.
13159         (gnus-nocem-epg-verify): New function.
13160
13161 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13162
13163         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13164
13165 2009-02-15  Glenn Morris  <rgm@gnu.org>
13166
13167         * gnus-util.el (rmail-insert-rmail-file-header)
13168         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13169         autoloads.
13170         (rmail-default-rmail-file): Remove unnecessary declaration.
13171         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13172
13173 2009-02-14  Glenn Morris  <rgm@gnu.org>
13174
13175         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13176         variable (only used in gnus-util, which declares it anyway).
13177         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13178         which was only needed by gnus-art (changed to not use it any more).
13179         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13180         only used in gnus-util, which autoloads it itself.
13181         (rmail-update-summary): Fix autoload.
13182
13183         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13184         rather than rmail-output-to-rmail-file.
13185
13186 2009-02-07  Glenn Morris  <rgm@gnu.org>
13187
13188         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13189         autoload of function that no longer exists.
13190         (rmail-toggle-header): Declare.
13191         (message-forward-rmail-make-body): Handle mbox Rmail.
13192
13193 2009-01-31  Glenn Morris  <rgm@gnu.org>
13194
13195         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13196         2009-01-09 change.
13197
13198 2009-01-31  Dave Love  <fx@gnu.org>
13199
13200         * imap.el (imap-fetch-safe): Bind debug-on-error.
13201         (imap-debug): Add imap-fetch-safe.
13202
13203 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13204
13205         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13206         (auth-source-forget-all-cached): New convenience function.
13207         (auth-source-user-or-password): Accept list of modes or a single mode.
13208
13209         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13210         auth-source modes.
13211
13212         * netrc.el (netrc-machine-user-or-password): Use list of
13213         auth-source modes.
13214
13215         * nnimap.el (nnimap-open-connection): Use list of
13216         auth-source modes.
13217
13218         * nntp.el (nntp-send-authinfo): Use list of
13219         auth-source modes.
13220
13221 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13222
13223         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13224         now.
13225
13226 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13227
13228         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13229         coding system in XEmacs; add a workaround for XEmacs.
13230
13231         * lpath.el: Fbind coding-system-aliasee.
13232
13233 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13234
13235         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13236         of current-language-environment.
13237
13238 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13239
13240         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13241         available at runtime.
13242
13243 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13244
13245         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13246
13247 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13248
13249         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13250         the greatest positive fixnum value doesn't work under an XEmacs with
13251         bignum support; use the most-positive-fixnum constant instead,
13252         available since Emacs 21.1 with cl and XEmacs 21.1.
13253
13254 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13255
13256         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13257         XEmacs gets not to work.
13258
13259 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13260
13261         * mm-util.el (mm-coding-system-priorities): Allow the value like
13262         "Japanese (UTF-8)" of current-language-environment.
13263
13264 2009-01-09  Glenn Morris  <rgm@gnu.org>
13265
13266         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13267         with last-command-event.
13268
13269 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13270
13271         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13272         in the doc string.
13273
13274         * message.el (message-fix-before-sending): Amend comment.
13275
13276 2009-01-08  Dave Love  <fx@gnu.org>
13277
13278         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13279
13280 2009-01-07  David Engster  <dengste@eml.cc>
13281
13282         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13283         simplified server definitions by converting it via
13284         gnus-server-to-method.
13285
13286 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13287
13288         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13289         parameter's operands.
13290
13291 2009-01-06  David Engster  <dengste@eml.cc>
13292
13293         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13294         primary select method (for gnus-group-mark-article-as-read).
13295
13296 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13297
13298         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13299         `(gnus)Face', not `(gnus)X-Face'.
13300
13301 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13302
13303         * mm-util.el (mm-ucs-to-char): New function.
13304
13305         * mm-url.el (mm-url-decode-entities): Use it.
13306
13307         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13308         unicode-to-char.
13309
13310 2009-01-05  Dave Love  <fx@gnu.org>
13311
13312         * time-date.el: Require cl for `declare'.
13313
13314 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13315
13316         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13317         Dave Love.
13318
13319 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13320
13321         * message.el (message-fix-before-sending): Add `eight-bit' to
13322         illegible-text check.
13323
13324 2009-01-03  Michael Olson  <mwolson@gnu.org>
13325
13326         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13327         `headers' is nil.  This can occur if the IMAP server does not have
13328         permissions to read messages from a folder, but can write new messages
13329         to the folder.
13330         (nnimap-request-article-part): Do not insert `data' if it is nil.
13331
13332         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13333         characters which will confuse `read', so skip past them.
13334
13335 2009-01-01  Dave Love  <fx@gnu.org>
13336
13337         * imap.el (imap-string-to-integer): Fix typo.
13338         (imap-fetch-safe): New function.
13339         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13340
13341         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13342
13343         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13344         (imap-parse-greeting): Fix doc strings.
13345         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13346         (imap-parse-flag-list): Make messages unique.
13347         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13348
13349         * nnimap.el: Fix author email.
13350         (nnimap-split-rule): Add FIXME comment.
13351         (nnimap-debug): Fix doc string.
13352
13353 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13354
13355         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13356
13357 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13358
13359         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13360         nslookup if resolv.conf isn't available.
13361         (dns-query): Rename from query-dns.
13362         (dns-query-cached): Rename from query-dns-cached.
13363
13364 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13365
13366         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13367         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13368         to check if those variables exist (first appeared in Emacs 18.50).
13369
13370 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13371
13372         * mm-util.el (mm-line-number-at-pos): New function.
13373
13374         * spam-report.el (spam-report-process-queue): Use it.
13375
13376 2008-12-24  David Engster  <dengste@eml.cc>
13377
13378         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13379         parameters that haven't existed as variables as buffer-local variables.
13380
13381 2008-12-23  Dave Love  <fx@gnu.org>
13382
13383         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13384         cadar.
13385
13386         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13387         imap-starttls-p.
13388         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13389
13390 2008-12-22  Dave Love  <fx@gnu.org>
13391
13392         * imap.el: Fix author email.  Doc fixes.
13393         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13394         reply.
13395
13396 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13397
13398         * spam-report.el (spam-report-gmane-max-requests): New constant.
13399         (spam-report-gmane-wait): New variable.
13400         (spam-report-gmane-ham, spam-report-gmane-spam)
13401         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13402         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13403         the server.
13404
13405         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13406         Add explanations.
13407
13408         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13409         nnheader-accept-process-output and nnheader-read-timeout if available.
13410         (pop3-movemail): Use it.
13411
13412         * message.el (message-check-news-body-syntax): Fix signature check if
13413         there's an attachment.
13414
13415 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13416
13417         * mm-util.el: Add comments to the mm- emulating functions.
13418
13419 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
13420
13421         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13422         Reported by Stephen Berman <stephen.berman@gmx.net>.
13423
13424 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13425
13426         * mm-util.el (mm-substring-no-properties): New function.
13427         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13428         (mm-special-display-p): Enable those lambda forms to be byte compiled.
13429         (mm-string-to-multibyte): Doc fix.
13430
13431         * mml.el (mml-attach-file): Use mm-substring-no-properties.
13432
13433 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13434
13435         * mml.el (mml-attach-file): Strip text properties from file name.
13436         (Bug#1574)
13437
13438 2008-12-16  Glenn Morris  <rgm@gnu.org>
13439
13440         * mm-util.el (mm-charset-override-alist): Declare for compiler.
13441
13442 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13443
13444         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13445         knows since the charset specified might be a bogus alias that
13446         mm-charset-synonym-alist provides.
13447
13448 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13449
13450         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13451         "ISO_8859-1".
13452
13453         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13454
13455 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13456
13457         * mm-util.el (mm-charset-eval-alist):
13458         Define it before mm-charset-to-coding-system.
13459         (mm-charset-to-coding-system): Add optional argument `silent';
13460         define it before mm-charset-override-alist.
13461         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13462         default value if it can be used in Emacs currently running;
13463         silence mm-charset-to-coding-system.
13464
13465 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13466
13467         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13468         `allow-override' which says whether to use `mm-charset-override-alist'.
13469         (rfc2047-decode-encoded-words): Use it.
13470
13471         * mm-util.el (mm-charset-override-alist): Fix custom type;
13472         add `(gb2312 . gbk)' to choices.
13473
13474 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13475
13476         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13477         fast.
13478
13479         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13480
13481         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
13482
13483 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
13484
13485         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13486         on links.
13487
13488         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13489
13490 2008-12-03  Lute Kamstra  <lute@gnu.org>
13491
13492         * sha1.el: Remove leading * from docstrings of defcustoms,
13493         deffaces, defconsts and defuns.
13494
13495 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13496
13497         * message.el (message-idna-to-ascii-rhs-1): Protect against local
13498         users' addresses that don't have domain parts.
13499         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13500         rather than message-narrow-to-head since there will be the message
13501         header separator.
13502
13503 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13504
13505         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13506         since the result is inserted in a unibyte buffer anyway.
13507         (nnimap-demule-use-string-to-multibyte): Remove.
13508         (nnimap-demule): Alias it to mm-string-to-multibyte.
13509
13510 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13511
13512         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13513         variable for debugging bug#464 and bug#1174.
13514         (nnimap-demule): Use it.
13515
13516 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13517
13518         * gnus-score.el (gnus-score-find-trace): Handle default score in total
13519         score calculation correctly.
13520
13521 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13522
13523         * message.el (message-send-mail): Just set the buffer to unibyte
13524         rather than use mm-with-unibyte-current-buffer which does a lot more.
13525         (message-send-mail-partially): Don't bother with
13526         mm-with-unibyte-current-buffer since it's already been made unibyte by
13527         message-send-mail.
13528
13529 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13530
13531         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13532
13533 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13534
13535         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13536
13537 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13538
13539         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13540         require itself and to remove `with-no-warnings'.
13541
13542 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
13543
13544         * starttls.el (starttls-any-program-available): Get the name of the
13545         available TLS layer program.
13546         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13547         well as the host name in the "opening" message.
13548
13549         * auth-source.el (auth-source-cache, auth-source-do-cache)
13550         (auth-source-user-or-password): Cache passwords and logins by default,
13551         allow override with `auth-source-do-cache'.
13552         (auth-source-forget-user-or-password): Allow users to remove cache
13553         entries if needed.
13554
13555 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
13556
13557         * md4.el (md4-buffer): Fix typo in docstring.
13558         (md4, md4-64): Doc fixes.
13559         (md4-pack-int32): Reflow docstring.
13560
13561 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13562
13563         * ietf-drums.el (ietf-drums-remove-comments): Localize second
13564         condition-case to only the forward-sexp call.
13565
13566 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13567
13568         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13569         quotes contained.  Make it more robust regardless by an extra
13570         condition-case wrapper.
13571
13572 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13573
13574         * lpath.el: No need to fbind codepage-setup for Emacs 23.
13575
13576 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13577
13578         * nnml.el (nnml-request-expire-articles): Check if the function set to
13579         `nnmail-expiry-target' returns the symbol `delete'.
13580
13581         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13582
13583         * nnmail.el (nnmail-expiry-target): Fix custom type.
13584
13585 2008-10-02  Glenn Morris  <rgm@gnu.org>
13586
13587         * mm-util.el (mm-codepage-setup): Tweak codepage error.
13588         Silence compiler warning.
13589
13590 2008-10-01  Magnus Henoch  <mange@freemail.hu>
13591
13592         * tls.el (open-tls-stream): Show the actual command being
13593         executed, instead of the format string.
13594
13595 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13596
13597         * lpath.el: Fbind codepage-setup for Emacs 23.
13598
13599 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13600
13601         * mml.el (mml-menu): Don't assume mml2015 is bound.
13602
13603 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13604
13605         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13606         exists.
13607
13608 2008-09-27  Glenn Morris  <rgm@gnu.org>
13609
13610         * gnus-util.el (mail-header-remove-comments): Autoload it.
13611
13612 2008-09-27  Andreas Schwab  <schwab@suse.de>
13613
13614         * gnus-util.el (gnus-split-references): Strip comments.
13615         (gnus-parent-id): Likewise.
13616
13617 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
13618
13619         * message.el (message-confirm-send): Fix version.
13620
13621 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13622
13623         * message.el (message-idna-to-ascii-rhs-1): Use
13624         mail-extract-address-components rather than mail-header-parse-addresses
13625         that is an alias by default to ietf-drums-parse-addresses that does not
13626         support non-ASCII names in headers' contents.
13627
13628 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13629
13630         * message.el (message-confirm-send): Fix variable documentation to
13631         avoid the "y/n" wording.
13632
13633 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
13634
13635         * message.el (message-set-auto-save-file-name): Save to a different
13636         filename so multiple messages (especially drafts) can be recovered.
13637
13638 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
13639
13640         * message.el (message-confirm-send): Add appropriate version.
13641
13642 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
13643
13644         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13645         defvar.
13646
13647 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
13648
13649         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13650         (mm-pkcs7-enveloped-magic): Ditto.
13651
13652 2008-09-17  Simon Josefsson  <simon@josefsson.org>
13653
13654         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13655         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13656
13657 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
13658
13659         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13660         default, it's better.
13661
13662 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
13663
13664         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13665         summary line gnus-number property and ignore them (with a warning
13666         message).
13667
13668 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13669
13670         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13671         macro caddr in the interactive form since it won't be expanded.
13672
13673 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13674
13675         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13676         `charset'; fix name of function called recursively.
13677         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13678
13679 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13680
13681         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13682         (gnus-mime-set-charset-parameters): New function.
13683         (gnus-mime-view-part-as-charset): Use it to correctly display part
13684         specifying wrong charset.
13685
13686 2008-09-08  David Engster  <dengste@eml.cc>
13687
13688         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13689         in completing-read for back end server.
13690
13691 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13692
13693         * message.el (message-confirm-send): New variable to confirm sending a
13694         message.
13695         (message-send): Use it.
13696
13697 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13698
13699         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13700
13701 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13702
13703         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13704
13705 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13706
13707         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13708         prevent tracking too many groups.
13709         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13710         Use it.
13711
13712 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13713
13714         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13715         moving point to the bottom of the window in order to avoid recentering.
13716
13717 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13718
13719         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
13720
13721         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13722         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13723         (gnus-article-beginning-of-window): Fix calculation.
13724
13725 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13726
13727         * gnus-msg.el (gnus-summary-supersede-article)
13728         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13729         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13730         message header.
13731
13732 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13733
13734         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13735         pending output coming after the status change.
13736
13737 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13738
13739         * message.el:
13740         * gnus-start.el:
13741         * gnus-registry.el: Remove VMS support.
13742
13743 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13744
13745         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13746         macro.
13747         (rfc2104-hash): Use it.
13748
13749 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13750
13751         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13752         (gnus-summary-sort-by-most-recent-date): New commands.
13753         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13754         and menu entries.
13755
13756 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13757
13758         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13759         don't redisplay article for raw contents; remove plural articles stuff.
13760
13761         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13762         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13763         on gnus-summary-save-article; display results properly.
13764
13765 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13766
13767         * lpath.el: No need to fbind ns-focus-frame.
13768
13769 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13770
13771         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13772
13773 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13774
13775         * gnus-art.el (gnus-summary-save-in-pipe):
13776         Consider gnus-save-all-headers.
13777
13778 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13779
13780         * gnus-util.el (ns-focus-frame): Remove declaration.
13781         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13782         like x.
13783
13784 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13785
13786         * rfc2104.el (rfc2104-zero): Delete defconst.
13787         (rfc2104-hex-alist): Likewise.
13788         (rfc2104-hex-to-int): Delete func.
13789         (rfc2104-hexstring-to-bitstring): Likewise.
13790         (rfc2104-nybbles): New defconst.
13791         (rfc2104-hash): Rewrite for speed.
13792
13793 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13794
13795         * tls.el (open-tls-stream): Make it work with the 2nd argument
13796         BUFFER that is a string but does not exist as a buffer object, as
13797         mentioned in the doc-string.
13798
13799 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13800
13801         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13802         SXEmacs.
13803
13804 2008-07-16  Glenn Morris  <rgm@gnu.org>
13805
13806         * gnus-util.el (ns-focus-frame): Declare for compiler.
13807
13808 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13809
13810         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13811         set as a group parameter.
13812         (gnus-summary-save-in-pipe): Work when it is called independently.
13813         (gnus-summary-pipe-to-muttprint): Don't modify
13814         gnus-summary-pipe-output-default-command.
13815
13816 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13817
13818         * message.el (message-send-mail-with-sendmail):
13819         Display the error message.
13820
13821 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13822
13823         * gnus-art.el (gnus-default-article-saver):
13824         Add gnus-summary-save-in-pipe to choices.
13825         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13826         gnus-summary-pipe-output-default-command as the default command.
13827         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13828         instead of gnus-last-shell-command.
13829
13830         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13831         New user option.
13832         (gnus-summary-muttprint-program): Mention the value will be changed.
13833         (gnus-summary-save-article): Force showing of all headers.
13834         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13835
13836 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13837
13838         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13839
13840 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13841
13842         * nnimap.el (nnimap-id):
13843         * sieve-manage.el (sieve-manage-open): Doc fixes.
13844
13845 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13846
13847         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13848         if available.
13849
13850 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13851
13852         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13853
13854         * nnkiboze.el (nnkiboze-generate-group):
13855         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13856
13857         * nnmairix.el: Require CL.
13858
13859 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13860
13861         * dgnushack.el: Autoload get-display-table and put-display-table for
13862         XEmacs 21.5.
13863
13864         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13865         21.4 and SXEmacs.
13866
13867 2008-06-15  David Engster  <dengste@eml.cc>
13868
13869         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13870
13871 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13872
13873         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13874         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13875         runtime choice under XEmacs.
13876
13877         * gnus-sum.el (gnus-summary-set-display-table):
13878         Use `gnus-put-display-table', `gnus-get-display-table',
13879         `gnus-set-display-table' for the display table, instead of `aset'.
13880
13881         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13882         Use `gnus-put-display-table', `gnus-get-display-table',
13883         `gnus-set-display-table' for the display table.
13884
13885 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13886
13887         * nnmairix.el: Add autoloads.
13888
13889 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13890
13891         * nnmairix.el (nnmairix-delete-recreate-group)
13892         (nnmairix-update-and-clear-marks): Fix error messages.
13893
13894 2008-06-14  David Engster  <dengste@eml.cc>
13895
13896         * nnmairix.el: Upgrade to version 0.6.
13897         (nnmairix-group-toggle-propmarks-this-group)
13898         (nnmairix-group-toggle-readmarks-this-group)
13899         (nnmairix-group-delete-recreate-this-group)
13900         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13901         (nnmairix-remove-tick-mark-original-article): New commands.
13902         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13903         (nnmairix-propagate-marks-to-nnmairix-groups)
13904         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13905         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13906         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13907         functions needed for marks propagation and manipulation of read marks.
13908         (nnmairix-update-groups): New function.
13909         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13910         (nnmairix-determine-original-group-from-registry)
13911         (nnmairix-determine-original-group-from-path)
13912         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13913         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13914         New helper functions.
13915         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13916         keystrokes for new commands.
13917         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13918         (nnmairix-request-group): Check allow-fast group parameter.
13919         (nnmairix-request-create-group): Set allow-fast group parameter if
13920         nnmairix-allowfast-default is set.
13921         (nnmairix-close-group): Propagate marks upon closing if needed.
13922         (nnmairix-group-toggle-threads-this-group): Use new.
13923         nnmairix-group-toggle-parameter helper function.
13924         (nnmairix-search): Better check for empty search result.
13925         (nnmairix-goto-original-article): Use new helper functions for
13926         determining original article.
13927         (nnmairix-show-original-article): Make sure message-id is in brackets.
13928         (nnmairix-call-mairix-binary): Change variable name.
13929         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13930         helper function.
13931         (nnmairix-widget-toggle-activate): Fix doc string.
13932
13933 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13934
13935         * nnir.el: Require edmacro when compiling with XEmacs.
13936         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13937         available in Emacs 21.
13938
13939 2008-06-11  Glenn Morris  <rgm@gnu.org>
13940
13941         * gnus-util.el (x-focus-frame):
13942         * gnus.el (image-size):
13943         * mm-decode.el (image-size): Declare.
13944
13945         * gnus-picon.el (declare-function): Add compat definition.
13946         (image-size): Declare.
13947
13948         * gnus-group.el (tool-bar-map):
13949         * gnus-sum.el (tool-bar-map): Define for compiler.
13950
13951         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13952
13953         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13954
13955         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13956         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13957         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13958         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13959         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13960         * sieve-manage.el, spam-report.el, spam.el:
13961         Remove unnecessary eval-and-compile of autoloads.
13962
13963 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13964
13965         * auth-source.el: Precise Tramp doc.
13966
13967 2008-06-07  Glenn Morris  <rgm@gnu.org>
13968
13969         * nnmairix.el: Remove unnecessary eval-when-compile.
13970
13971 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13972
13973         * lpath.el: Fbind propertize for XEmacs 21.4.
13974
13975 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13976
13977         * nnir.el: Move here from ../contrib.
13978
13979 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13980
13981         * gnus-util.el (gnus-read-shell-command): New function.
13982         * mm-decode.el (mm-pipe-part):
13983         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13984
13985 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13986
13987         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13988
13989 2008-06-03  Glenn Morris  <rgm@gnu.org>
13990
13991         * pop3.el (nnheader-accept-process-output): Autoload it.
13992
13993 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13994
13995         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13996         are not 2-digit hexadecimal characters that follow `%'s.
13997
13998 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13999
14000         * message.el (message-bogus-recipient-p): Fix type in doc string.
14001         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14002         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14003         Improve custom options.
14004         (message-bogus-recipient-p): Adjust accordingly.
14005
14006 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14007
14008         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14009         long-form month and day names.
14010
14011 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14012
14013         * dgnushack.el: Autoload debug, eudc-expand-inline and
14014         pgg-snarf-keys-region for XEmacs.
14015
14016         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14017
14018         * nnmairix.el: Require edmacro when compiling with XEmacs.
14019
14020 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14021
14022         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14023         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14024
14025 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14026
14027         * auth-source.el: Add more docs.
14028
14029         * netrc.el (netrc-machine): Always match if the port is not given.
14030
14031 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14032
14033         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14034         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14035         retrieval faster in some cases, but might make CPU usage larger.
14036         If this has any bad side effects, we might revert this change.
14037
14038         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14039         seems to make mail retrieval much, much faster.
14040         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14041         unconditionally.
14042
14043         * gnus-draft.el (gnus-group-send-queue):
14044         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14045
14046 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14047
14048         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14049
14050         * message.el (message-bogus-address-regexp): Fix and improve custom
14051         type.
14052         (message-setup-hook): Add message-check-recipients as custom option.
14053
14054 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14055
14056         * message.el (message-cite-function): Remove bogus autoload which crept
14057         in during merge from v5-10.
14058
14059 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14060
14061         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14062
14063         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14064
14065         * auth-source.el: Preliminary Tramp docs.
14066         (auth-sources): Change the default auth-sources to use
14067         EPA .gpg files.
14068
14069 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14070
14071         * nntp.el: Autoload `auth-source-user-or-password'.
14072         (nntp-send-authinfo): Use it.
14073
14074         * nnimap.el: Autoload `auth-source-user-or-password'.
14075         (nnimap-open-connection): Use it.
14076
14077         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14078         for the gnus-message function.
14079         (auth-source-user-or-password): Use it.
14080
14081 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14082
14083         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14084         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14085         (rfc2104-hash): Use it.
14086
14087 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14088
14089         * gnus-art.el (gnus-article-toggle-truncate-lines):
14090         Don't use `iff' in docstring.
14091
14092 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14093
14094         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14095
14096         * gnus-util.el (gnus-extract-address-component-name)
14097         (gnus-extract-address-component-email): Convenience functions around
14098         `gnus-extract-address-components'.
14099
14100         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14101         Use `gnus-extract-address-component-email' to fix bug of comparing full
14102         sender name to `user-mail-address'.
14103
14104 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14105
14106         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14107         catch/throw to optimize.
14108         (gnus-registry-find-keywords): Just use member to find a keyword.
14109
14110 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14111
14112         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14113         is current before calling gnus-server-prepare.
14114         (gnus-server-setup-buffer, gnus-server-update-server)
14115         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14116
14117 2008-05-04  Juri Linkov  <juri@jurta.org>
14118
14119         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14120         (mailcap-file-default-commands): Use mailcap-replace-in-string
14121         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14122         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14123
14124 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14125
14126         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14127
14128 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14129
14130         * gnus.el: Bump version to 0.11.
14131
14132 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14133
14134         * gnus.el: No Gnus v0.10 is released.
14135
14136 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14137
14138         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14139         hooks.
14140         (gnus-update-read-articles): Speed up non-marks-using users.
14141         (gnus-use-marks): Define gnus-use-marks.
14142         (gnus-propagate-marks): Rename variable to something more sensible.
14143
14144 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14145
14146         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14147         (gmm-image-load-path-for-library): Fix typos in docstrings.
14148         (gmm-message): Reflow docstring.
14149
14150 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14151
14152         * mail-source.el (mail-source-set-1, mail-source-bind):
14153         Move auth-source code out of the macro to clean it up and fix bugs.
14154
14155 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14156
14157         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14158         by sender if it's equal to user-mail-address, it's likely to be
14159         useless.
14160
14161         * mail-source.el (mail-source-bind): Don't use user or password if they
14162         are not bound.  Unintern them if they are nil.  Don't use server unless
14163         it's bound, and default it to empty string otherwise.
14164
14165 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14166
14167         * mail-source.el: Load auth-source.el.
14168         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14169         get user name or password, if auth-sources is set up.
14170
14171         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14172         strategy of splitting with parent.
14173         (gnus-registry-split-fancy-with-parent)
14174         (gnus-registry-post-process-groups): Use it and fix prior
14175         bug (returning a list as the split result).
14176
14177         * auth-source.el (auth-sources): Remove server parameter.
14178         (auth-source-pick, auth-source-user-or-password)
14179         (auth-source-user-or-password-imap)
14180         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14181         (auth-source-user-or-password-sftp)
14182         (auth-source-user-or-password-smtp): Remove server parameter.
14183
14184 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14185
14186         * smime.el (smime-sign-region, smime-encrypt-region)
14187         (smime-decrypt-region):
14188         Remove redundant calls to `generate-new-buffer-name'.
14189
14190 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14191
14192         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14193         Don't use QP for message/rfc822.
14194         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14195
14196 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14197
14198         * sieve-manage.el (sieve-string-bytes): Remove.
14199         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14200         correct byte-length only if the process's coding-system is the same as
14201         the one used internally by Emacs to represent strings.
14202
14203 2008-04-22  Juri Linkov  <juri@jurta.org>
14204
14205         * mailcap.el (mailcap-file-default-commands): New function.
14206
14207 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14208
14209         * message.el (message-signature-separator, message-cite-function):
14210         Change custom version.
14211
14212 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14213
14214         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14215         commands.
14216         (tls-checktrust): Ditto.
14217
14218 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14219
14220         * mm-decode.el (mm-display-external): Make temp file read-only.
14221
14222 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14223
14224         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14225         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14226         `C-c C-f d'.
14227
14228 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14229
14230         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14231
14232 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14233
14234         * gnus.el: Bump version to 0.9.
14235
14236 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14237
14238         * gnus.el: No Gnus v0.8 is released.
14239
14240 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14241
14242         * mail-source.el (mail-source-value):
14243         Prefer fboundp to functionp so it works with macros as well.
14244
14245 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14246
14247         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14248         Fix last change in case the element is not even a symbol.
14249
14250 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14251
14252         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14253         Prefer fboundp to functionp so it works with macros as well.
14254
14255 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14256
14257         * auth-source.el: Add docs.
14258         (auth-sources): Modify format to support server.
14259         (auth-source-pick, auth-source-user-or-password)
14260         (auth-source-user-or-password-imap)
14261         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14262         (auth-source-user-or-password-sftp)
14263         (auth-source-user-or-password-smtp): Add server parameter.
14264
14265 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14266
14267         * gnus-registry.el: Initialize the registry when gnus-registry-install
14268         is t.
14269
14270 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14271
14272         * compface.el (uncompface): Make buffer unibyte.
14273
14274 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14275
14276         * mail-source.el (mail-source-value):
14277         Prefer fboundp to functionp so it works with macros as well.
14278
14279 2008-04-05  Glenn Morris  <rgm@gnu.org>
14280
14281         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14282
14283 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14284
14285         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14286         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14287
14288         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14289         multibyteness after rather than before erasing it.
14290
14291         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14292         mm-with-multibyte.
14293         (gnus-request-article-this-buffer): Make sure the proper decoding is
14294         used if gnus-original-article-buffer happens to be unibyte.
14295
14296         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14297         default-enable-multibyte-characters.
14298
14299         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14300         default-enable-multibyte-characters.
14301
14302         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14303
14304         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14305
14306 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14307
14308         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14309         Fix last change in case the element is not even a symbol.
14310
14311 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14312
14313         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14314         (imap-message-copyuid-1): Use it.
14315         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14316         J. Williams in
14317         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14318
14319         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14320         imap-enable-exchange-bug-workaround.
14321         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14322
14323 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14324
14325         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14326         a 100 byte status-checks into a 2-3MB transfer for each group.
14327         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14328         to enable bug workaround or not.
14329         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14330
14331 2008-03-31  Glenn Morris  <rgm@gnu.org>
14332
14333         * message.el (mml2015-use): Declare for compiler.
14334         (message-info): Require mml2015 when appropriate.
14335
14336 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14337
14338         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14339         whitespace.
14340
14341 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14342
14343         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14344         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14345         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14346         (nntp-service-to-port): New function.
14347         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14348         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14349         (nntp-open-netcat-stream): New function.
14350         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14351
14352 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14353
14354         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14355
14356 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14357
14358         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14359
14360 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14361
14362         * dns.el (dns-write): Use set-buffer-multibyte.
14363
14364 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14365
14366         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14367
14368 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14369
14370         * message.el (message-signature-separator): Change default.
14371         Improve custom type.
14372         (message-cite-function): Change default to
14373         message-cite-original-without-signature.
14374
14375         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14376         toggle.
14377
14378         * message.el (message-check-news-body-syntax): Fix signature check.
14379         (message-setup-1): Mark buffer as unmodified _after_ running
14380         message-setup-hook and handling message-alternative-emails.
14381         (message-shorten-references): Be more strict when building list of
14382         valid references to comply with GNKSA.
14383
14384         * gnus-group.el (gnus-read-ephemeral-bug-group)
14385         (gnus-read-ephemeral-debian-bug-group)
14386         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14387
14388         * message.el (message-info): Don't use booleanp which isn't supported
14389         in Emacs 21 and XEmacs.
14390
14391 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14392
14393         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14394         gnus-group-gmane-group-download-format.
14395         (gnus-group-read-ephemeral-gmane-group): Rename from
14396         gnus-group-read-ephemeral-gmane-group.
14397         (gnus-read-ephemeral-gmane-group-url): Rename from
14398         gnus-group-read-ephemeral-gmane-group-url.
14399         (gnus-bug-group-download-format-alist): New variable.
14400         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14401         (gnus-read-ephemeral-emacs-bug-group): New commands.
14402
14403 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14404
14405         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14406         (gnus-visible-headers): Improve custom type.
14407
14408 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14409
14410         * mml.el (mml-menu): Add workarounds for XEmacs.
14411
14412         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14413         X-Boundary header.
14414
14415         * message.el (message-simplify-recipients): Fix previous commit.
14416
14417 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14418
14419         * mm-util.el (mm-set-buffer-multibyte): New function.
14420         * mm-decode.el (mm-copy-to-buffer): Use it.
14421
14422         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14423         Prefer fboundp to functionp so it works with macros as well.
14424
14425 2008-03-19  Glenn Morris  <rgm@gnu.org>
14426
14427         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
14428         Accidentally removed in the sync process with Emacs.
14429
14430 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14431
14432         * message.el (message-alter-recipients-discard-bogus-full-name):
14433         New function.
14434         (message-alter-recipients-function): New variable.
14435         (message-get-reply-headers): Use it.
14436         (message-replace-header): New helper function.
14437         (message-recipients-without-full-name): New variable.
14438         (message-simplify-recipients): New command.
14439
14440         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14441
14442         * message.el (message-info): Handle EasyPG manual.
14443
14444         * mml.el (mml-menu): Add entry for EasyPG.
14445
14446 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
14447
14448         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14449         parameter.
14450
14451         * message.el (message-disassociate-draft): Specify drafts group name
14452         fully.
14453
14454 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
14455
14456         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14457         Eliminate unnecessary duplicates from the match list.
14458
14459 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14460
14461         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
14462
14463         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
14464
14465         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14466         args of `how-many' of which the XEmacs version doesn't take; declare
14467         Info-index-next as function.
14468
14469 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14470
14471         * gnus-score.el (gnus-score-headers): Fix handling of
14472         gnus-inhibit-slow-scoring.
14473
14474         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14475         string.
14476         (gnus-button-url-regexp): Improve handling of parenthesis.
14477         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14478         (gnus-button-handle-info-keystrokes): Handle index entries.
14479
14480 2008-03-15  Glenn Morris  <rgm@gnu.org>
14481
14482         * parse-time.el (parse-time-string): Simplify.
14483
14484 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14485
14486         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14487         Incoming* files.
14488
14489 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
14490
14491         * auth-source.el (auth-sources): Rename from auth-source-choices.
14492         (auth-source-pick): Use it.
14493
14494 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14495
14496         * binhex.el (binhex-decode-region-internal):
14497         * uudecode.el (uudecode-decode-region-internal):
14498         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14499         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14500         setting default-enable-multibyte-characters.
14501
14502 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14503
14504         * auth-source.el (auth-source-protocols)
14505         (auth-source-protocols-customize, auth-source-choices): Add and
14506         modified variable customizations and defaults.
14507         (auth-source-pick, auth-source-user-or-password)
14508         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14509         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14510         (auth-source-user-or-password-sftp)
14511         (auth-source-user-or-password-smtp): Use new variables and provide an
14512         interface to netrc.el.
14513
14514 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14515
14516         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14517         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14518         Make sure the nntp port to specify is a string.
14519
14520 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14521
14522         * nntp.el: Use with-current-buffer.
14523         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14524         dubious mm-with-unibyte-current-buffer.
14525         (nntp-with-open-group-function): New function extracted from
14526         nntp-with-open-group macro.
14527         (nntp-with-open-group): Use the function, so it's easier to debug.
14528         Add indentation and debugging info.
14529         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14530         Recommend the use of the netcat alternatives.
14531
14532         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14533         Avoid mm-string-as-multibyte as well.
14534
14535         * nnweb.el (nnweb-insert-html):
14536         Remove use of nnheader-string-as-multibyte.
14537
14538         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14539         (nnheader-string-as-multibyte): Remove.
14540
14541         * mm-view.el: Use inhibit-read-only.
14542         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14543         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14544         or unibyte-string.
14545
14546         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14547         (mm-uu-yenc-extract): Use with-current-buffer.
14548
14549         * gnus-soup.el (gnus-soup-send-packet): Don't use
14550         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14551
14552         * nnmh.el: Use with-current-buffer.
14553         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14554         mm-string-as-multibyte on the output of mm-encode-coding-string.
14555
14556         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14557         (nnimap-request-move-article): Use with-current-buffer.
14558
14559         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14560         inserting the handle-buffer's text, so the implicit multibyte->unibyte
14561         conversion uses string-make-unibyte rather than string-as-unibyte.
14562
14563         * gnus-msg.el: Use with-current-buffer.
14564
14565         * message.el (message-ignored-resent-headers): Add "Delivered-To".
14566
14567 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
14568
14569         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14570         string for caching if it is 'PIN.
14571
14572 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14573
14574         * lpath.el: Consider the case without Emacs/W3.
14575
14576 2008-03-08  Glenn Morris  <rgm@gnu.org>
14577
14578         * time-date.el (date-to-time, time-subtract, time-add)
14579         (safe-date-to-time): Doc fixes.
14580
14581 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14582
14583         * mail-source.el (mail-source-delete-old-incoming-confirm):
14584         Change default to nil.
14585         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14586
14587 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14588
14589         * lpath.el: Rearrange.
14590
14591         * gnus-art.el (gnus-narrow-to-page): Position point properly.
14592         (gnus-article-goto-prev-page): Work for articles having ^L's.
14593
14594         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14595
14596         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14597
14598 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14599
14600         * gnus-bookmark.el: Adjust for renames in bookmark.el.
14601         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14602         (gnus-bookmark-jump): Adjust some variable names.
14603
14604 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
14605
14606         * auth-source.el: New package.
14607         (auth-source-choices): Add customization entry point variable.
14608
14609         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14610         bug.
14611
14612 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
14613
14614         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14615         (gnus-registry-initialize, gnus-registry-install-p): Use it.
14616         (gnus-registry-install-shortcuts): Rename from
14617         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
14618         the `gnus-registry-mark-map' keymap dynamically from
14619         `gnus-registry-marks'.  The generated functions update the summary line
14620         when a registry mark is added or deleted, and will call
14621         `gnus-registry-install-p' (see the comments in the code).
14622         (gnus-registry-user-format-function-M): Use concat intelligently.
14623
14624         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14625         the registry mark functions.
14626
14627 2008-03-05  Glenn Morris  <rgm@gnu.org>
14628
14629         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14630         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14631         gnus-art.
14632         (top-level): No need to load own source when compiling.
14633
14634 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14635
14636         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14637         Suggested by <chris.anderton@zetnet.co.uk>.
14638
14639 2008-03-04  Glenn Morris  <rgm@gnu.org>
14640
14641         * gnus-sum.el (top-level): No need to require gnus when compiling,
14642         since unconditionally required near start of file.
14643         (gnus-summary-display-while-building): Move definition before use.
14644
14645 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14646
14647         * gnus-registry.el (gnus-registry-user-format-function-M):
14648         Add formatting function.
14649
14650 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14651
14652         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14653         with plists.
14654         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14655         Use new format.
14656
14657 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14658
14659         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14660         `where-is-internal' that returns a range of key sequences.
14661
14662 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14663
14664         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14665
14666         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14667         (gnus-summary-jump-to-group): Consider windows on other displayed
14668         frames as well.  Similar changes might be needed elsewhere, but that's
14669         the one I've bumped into during my use.
14670
14671         * nndoc.el (nndoc-oe-dbx-type-p):
14672         * gnus-msg.el (gnus-debug):
14673         * gnus-group.el (gnus-update-group-mark-positions):
14674         Use mm-string-to-multibyte.
14675
14676 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14677
14678         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14679         doesn't handle NotDashEscaped.
14680
14681         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
14682         (mml-dnd-attach-options): Fix typo in custom choice.
14683
14684         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14685         Change nndoc-article-type to mbox.
14686         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14687
14688         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14689         to nil, instead of html2text.
14690
14691         * imap.el (imap-debug): Add `imap-ping-server'.
14692
14693         * gnus-bookmark.el: Add FIXMEs.
14694
14695         * message.el (message-form-letter-separator)
14696         (message-send-form-letter-delay): New variables.
14697         (message-send-form-letter): Use them.  New command to send form
14698         letters.  Requested by Uwe Siart.
14699         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14700
14701 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14702
14703         * Update copyright years.
14704
14705 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14706
14707         Sync from EMACS_22_BASE.
14708
14709         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
14710
14711 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14712
14713         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14714         empty author.
14715
14716 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14717
14718         * gnus-registry.el (gnus-registry-marks): Add variable for
14719         customization of marks and their appearance.
14720         (gnus-registry-read-mark): Use it.
14721         (gnus-registry-do-marks): Add utility function to loop through
14722         `gnus-registry-marks'.
14723         (gnus-registry-install-shortcuts-and-menus): Add function to install
14724         shortcuts and menus.
14725         (gnus-registry-initialize): Use it.
14726         (gnus-registry-default-mark): Clarify documentation.
14727
14728 2008-02-29  Glenn Morris  <rgm@gnu.org>
14729
14730         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14731         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14732         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14733         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14734         Change defcustom :version from 23.0 to 23.1.
14735
14736 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14737
14738         * gnus-registry.el (gnus-registry-follow-group-p)
14739         (gnus-registry-post-process-groups): Add functions to aid registry
14740         splitting and improve logging.  Clarify behavior in function
14741         documentation.
14742         (gnus-registry-split-fancy-with-parent): Use them.
14743
14744 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14745
14746         * gnus-art.el: Use with-current-buffer.
14747
14748 2008-02-27  David Engster  <dengste@eml.cc>
14749
14750         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14751         Express real group name in the response.
14752
14753 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14754
14755         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14756         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14757         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14758         autoload gnus-registry-fetch-group when compiling.
14759         (nnmairix-request-group-with-article-number-correction):
14760         Remove unreferenced argument passed to nnmairix-call-backend.
14761
14762 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14763
14764         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14765         (mm-uu-extract): Improve face for low color ttys.
14766         Reported by Sascha Wilde.
14767
14768 2008-02-27  Glenn Morris  <rgm@gnu.org>
14769
14770         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14771         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14772         variables to defconsts.  Convert comments to doc-strings.
14773         (nnmairix-last-server, nnmairix-current-server): Convert from free
14774         variables to defvars.  Convert comments to doc-strings.
14775         (gnus-registry-fetch-group): Autoload.
14776         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14777         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14778         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14779         caddr.
14780         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14781         nnmairix-request-group-with-article-number-correction call.
14782         (nnmairix-fast, nnmairix-group): New, less general names, for free
14783         variables passed from nnmairix-request-group to
14784         nnmairix-request-group-with-article-number-correction.  Declare.
14785         (nnmairix-request-group-with-article-number-correction):
14786         Use nnmairix-fast, nnmairix-group rather than fast, group.
14787
14788 2008-02-26  David Engster  <dengste@eml.cc>
14789
14790         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14791         version 0.5.
14792
14793 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14794
14795         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14796         instead of making an extra function call.  Don't add the current group
14797         to articles only when they have the group.  Use
14798         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14799         Reported by David <de_bb@arcor.de>.
14800
14801 2008-02-24  Miles Bader  <miles@gnu.org>
14802
14803         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14804         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14805         (mm-find-mime-charset-region):
14806         * mm-bodies.el (mm-encode-body):
14807         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14808
14809 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14810
14811         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14812         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14813
14814 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14815
14816         * mail-source.el (mail-source-delete-incoming): Change default.
14817         Supplement doc string.
14818
14819         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14820
14821 2008-02-14  Glenn Morris  <rgm@gnu.org>
14822
14823         * time-date.el (format-seconds): New function.
14824
14825 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14826
14827         * nnmail.el (nnmail-message-id-cache-file): Derive from
14828         `gnus-home-directory'.
14829
14830 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14831
14832         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14833         Document negative prefix.
14834
14835         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14836
14837 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14838
14839         * message.el (message-unsent-separator): Add the Exim bounce
14840         separator.
14841
14842 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14843
14844         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14845         list.
14846         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14847         recipient/signer list.
14848
14849 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14850
14851         * Makefile.in (datarootdir): Define.
14852         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14853         name that might contain whitespace.
14854
14855 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14856
14857         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14858         fbound (Emacs 23 unicode), signal an error.
14859
14860 2008-02-08  Glenn Morris  <rgm@gnu.org>
14861
14862         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14863
14864 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14865
14866         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14867         ports to the calls to `netrc-machine-user-or-password' in addition to
14868         "imap" and "imaps".
14869
14870 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14871
14872         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14873
14874         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14875
14876 2008-02-01  Kenichi Handa  <handa@m17n.org>
14877
14878         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14879         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14880         (rfc2104-hash): Convert the result of concat to unibyte string.
14881
14882 2008-02-01  Dave Love  <fx@gnu.org>
14883
14884         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14885         coding-system-for-read.
14886         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14887
14888 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14889
14890         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14891         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14892         <hanche@math.ntnu.no>.
14893
14894 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14895
14896         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14897
14898         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14899
14900 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14901
14902         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14903         * message.el (message-beginning-of-line): Use featurep instead of bound
14904         tests in order to resolve conditionals at compile time.
14905
14906 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14907
14908         * mail-source.el (mail-sources): Add `group' choice.
14909
14910         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14911         parameter `in-group' to control into which group the articles go.
14912         Add treatment of `group' mail-source.
14913
14914 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14915
14916         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14917
14918         * mm-decode.el (mm-dissect-buffer): Decode description.
14919
14920         * mml.el (mml-to-mime): Encode message header first.
14921
14922 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14923
14924         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14925         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14926
14927         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14928         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14929
14930 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14931
14932         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14933
14934 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14935
14936         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14937         prefix keys.
14938         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14939         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14940         gnus-xmas.el.
14941
14942         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14943         (gnus-xmas-article-describe-bindings): New function.
14944         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14945         gnus-xmas-article-describe-bindings.
14946
14947         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14948
14949 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14950
14951         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14952         Add new variables for article mark management.
14953         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14954         list of extra data entries which, when present, will indicate that the
14955         article ID should not be trimmed from the registry.
14956         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14957         functions.
14958         (gnus-registry-read-mark): New function to read a mark name from the
14959         user.
14960         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14961         (gnus-registry-set-article-mark-internal): New functions to add and
14962         remove marks.
14963         (gnus-registry-get-article-marks): New function to show the marks for
14964         an article, or retrieve them for further use.
14965
14966 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14967
14968         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14969         keys when no argument is given.
14970
14971 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14972
14973         * imap.el (imap-ping-server): New variable.
14974         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14975         (imap-ping-server): Minor doc string fixes.
14976
14977 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14978
14979         * imap.el (imap-ping-server): New function.
14980         (imap-opened): Call imap-ping-server.
14981
14982 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14983
14984         * gnus-sum.el (gnus-article-sort-by-random)
14985         (gnus-thread-sort-by-random): Fix doc strings.
14986         Reported by jidanni@jidanni.org.
14987
14988 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14989
14990         * gnus-art.el (gnus-article-describe-bindings): New function.
14991         (gnus-article-read-summary-keys): Use it.
14992         (gnus-article-mode-map): Bind `C-h b' to it.
14993
14994 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14995
14996         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14997         XEmacs.
14998         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14999         Protect against non-character events.
15000
15001         * lpath.el: Fbind map-keymap for Emacs 21.
15002
15003 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15004
15005         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15006         New command.
15007         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15008         instead of END.  Change name of the temp file.
15009         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15010         customizable.
15011
15012 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15013
15014         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15015         bind `S W' to gnus-article-wide-reply-with-original; set default
15016         binding to gnus-article-read-summary-send-keys.
15017         (gnus-article-read-summary-keys): Fix the order of keys; display
15018         continuation keys correctly in the echo area; describe bindings
15019         correctly when keys end with `C-h'.
15020         (gnus-article-read-summary-send-keys): New function.
15021         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15022         Work for gnus-article-read-summary-send-keys; display continuation keys
15023         correctly in the echo area.
15024         (gnus-article-reply-with-original): Ignore prefix argument.
15025         (gnus-article-wide-reply-with-original): New function.
15026
15027         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15028         Emacs 21.
15029
15030 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15031
15032         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15033         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15034
15035 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15036
15037         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15038         (gnus-group-read-ephemeral-gmane-group): New command.
15039
15040 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15041
15042         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15043
15044 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15045
15046         * message.el (message-send-mail-function): Increase custom version.
15047
15048         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15049         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15050
15051 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15052
15053         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15054         for the cases where imap-authenticate is called with a nil buffer
15055         parameter.
15056
15057 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15058
15059         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15060         html parts correctly; support forwarded messages.
15061         (gnus-article-browse-html-article): Remove work buffers.
15062
15063         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15064         compiling.
15065         (netrc-bound-and-true-p): New macro.
15066         (netrc-parse): Use it instead of bound-and-true-p that is not available
15067         in XEmacs 21.4.
15068
15069 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15070
15071         * gnus-registry.el (gnus-registry-mark-article)
15072         (gnus-registry-article-marks): Add functionality to mark articles
15073         through the Gnus registry.
15074
15075         * encrypt.el: Clarify documentation for the new pgg method.
15076         (encrypt-file-alist): Add PGG option.
15077         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15078         functionality.  Abstract password key and messaging to external
15079         functions.
15080         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15081         (encrypt-message-method-and-cipher): Add new convenience external
15082         functions.
15083         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15084         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15085
15086         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15087         (netrc-parse): Use encrypt-file-alist to determine if
15088         encrypt-find-model or encrypt-insert-file-contents should be used.
15089
15090         * encrypt.el: Clarify documentation.  Load password-cache or
15091         password, whichever one is found first, instead of autoloading.
15092
15093 2007-12-19  Glenn Morris  <rgm@gnu.org>
15094
15095         * mml.el (message-options-set, message-narrow-to-head)
15096         (message-in-body-p, message-mail-p, message-encode-message-body):
15097         Autoload.
15098         (message-remove-header, message-narrow-to-headers-or-head)
15099         (message-subscribed-p, message-make-mail-followup-to)
15100         (message-position-on-field, message-news-p)
15101         (message-options-set-recipient, message-generate-headers)
15102         (message-sort-headers): Declare as functions.
15103
15104 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15105
15106         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15107         convention in doc string.
15108
15109 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15110
15111         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15112         title to html parts.
15113         (gnus-article-browse-html-article): Pass message header to it.
15114
15115         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15116
15117 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15118
15119         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15120         or password compatible with XEmacs.
15121
15122 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15123
15124         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15125         format document.
15126         (gnus-mime-delete-part): Don't write description line if empty.
15127         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15128
15129 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15130
15131         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15132         (gnus-summary-mark-read-and-unread-as-read)
15133         (gnus-summary-mark-current-read-and-unread-as-read)
15134         (gnus-summary-mark-unread-as-ticked): Doc fix.
15135         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15136
15137 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15138
15139         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15140         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15141
15142 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15143
15144         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15145         yes-or-no-p.
15146
15147 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15148
15149         * mm-decode.el (mm-add-meta-html-tag): New function.
15150         (mm-save-part-to-file, mm-pipe-part): Use it.
15151
15152         * gnus-art.el (gnus-article-browse-delete-temp-files):
15153         Use gnus-y-or-n-p instead of y-or-n-p.
15154         (gnus-article-browse-html-parts): Work with message/external-body; use
15155         mm-add-meta-html-tag.
15156
15157 2007-12-11  Glenn Morris  <rgm@gnu.org>
15158
15159         * gnus-cache.el: Require gnus-sum not just when compiling.
15160
15161         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15162
15163         * gnus-int.el (gnus-server-opened, gnus-status-message):
15164         Move definitions before use.
15165
15166         * mm-decode.el: Require gnus-util.
15167         (mm-remove-part): Only call delete-annotation on XEmacs.
15168
15169         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15170
15171         * nnmail.el: Require gnus-int.
15172
15173         * spam.el: Move `require's before `eval-when-compile's.
15174
15175         * gnus-ems.el (gnus-alive-p):
15176         * gnus-fun.el (message-goto-eoh):
15177         * gnus-util.el (gnus-group-name-decode):
15178         * mail-source.el (gnus-compress-sequence):
15179         * message.el (Info-goto-node, format-spec):
15180         * mm-bodies.el (message-options-get):
15181         * mm-decode.el (mm-view-pkcs7):
15182         * mm-util.el (gmm-write-region):
15183         * mml-smime.el (mml-compute-boundary)
15184         (gnus-completing-read-with-default):
15185         * mml.el (widget-button-press, gnus-make-hashtable):
15186         * mml1991.el (mm-decode-content-transfer-encoding)
15187         (mm-encode-content-transfer-encoding)
15188         (message-options-get, message-options-set):
15189         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15190         * nnfolder.el (gnus-request-group):
15191         * nnheader.el (ietf-drums-unfold-fws):
15192         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15193         * smime.el (gnus-run-mode-hooks):
15194         * spam-stat.el (gnus-message): Autoload.
15195
15196         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15197         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15198         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15199         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15200         Add declare-function compatibility definition.
15201
15202         * gnus-cache.el (nnvirtual-find-group-art):
15203         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15204         (gnus-add-image, gnus-add-wash-type):
15205         * gnus-group.el (nnkiboze-score-file):
15206         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15207         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15208         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15209         (message-tokenize-header, gnus-get-buffer-create)
15210         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15211         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15212         * gnus.el (gnus-group-decoded-name):
15213         * mail-source.el (imap-capability):
15214         * mm-bodies.el (message-options-set):
15215         * mm-decode.el (gnus-configure-windows):
15216         * mm-extern.el (message-goto-body):
15217         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15218         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15219         (epg-sub-key-validity, message-options-set):
15220         * mml.el (widget-event-point, gnus-configure-windows):
15221         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15222         * mml2015.el (epg-check-configuration, epg-configuration)
15223         (message-options-set):
15224         * nndb.el (nndb-request-article):
15225         * nnfolder.el (gnus-request-create-group):
15226         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15227         * nnmaildir.el (gnus-group-mark-article-read):
15228         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15229         * rfc1843.el (message-fetch-field):
15230         * spam.el (gnus-extract-address-components):
15231         Declare as functions.
15232
15233 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15234
15235         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15236
15237         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15238
15239         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15240         bind show-trailing-whitespace for XEmacs.
15241
15242 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15243
15244         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15245         new no-op macro for backward compatibility.
15246
15247         * imap.el (imap-string-to-integer): New function.
15248
15249 2007-12-09  Glenn Morris  <rgm@gnu.org>
15250
15251         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15252
15253         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15254         * message.el, mm-view.el, sieve-manage.el, smime.el:
15255         Add declare-function compatibility definition.
15256
15257         * gnus-art.el (w3-region, w3m-region, Info-menu):
15258         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15259         * gnus-sum.el (gnus-get-predicate):
15260         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15261         * message.el (mail-abbrev-in-expansion-header-p):
15262         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15263         (w3m-detect-meta-charset, w3m-region):
15264         * sieve-manage.el (password-read, password-cache-add)
15265         (password-cache-remove):
15266         * smime.el (password-read-and-add): Declare as functions.
15267
15268 2007-12-08  David Kastrup  <dak@gnu.org>
15269
15270         * gnus-sum.el (gnus-summary-simplify-subject-query):
15271         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15272         `message'.
15273
15274 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15275
15276         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15277         it to bind idna-program, installation-directory, defined-colors, and
15278         face-attribute for XEmacs of the version that compiles defcustom forms.
15279
15280 2007-12-07  Glenn Morris  <rgm@gnu.org>
15281
15282         * gnus-art.el (article-make-date-line): Revert previous change.
15283
15284 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15285
15286         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15287
15288 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15289
15290         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15291         Call gnus-add-to-range ranges only once with a prepared article-list.
15292
15293 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15294
15295         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15296         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15297         group names with backslashes.
15298         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15299
15300 2007-12-06  Deepak Goel  <deego3@gmail.com>
15301
15302         * gnus-art.el (article-make-date-line):
15303         * gnus-start.el (gnus-load):
15304         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15305
15306 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15307
15308         * gnus-art.el (gnus-use-idna):
15309         * gnus-start.el (gnus-site-init-file):
15310         * message.el (message-use-idna):
15311         * mm-uu.el (mm-uu-hide-markers):
15312         * smiley.el (smiley-style): Revert changes that suppress warnings.
15313
15314 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15315
15316         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15317         specify charset to html source.
15318         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15319
15320 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15321
15322         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15323         idna-program in order to suppress byte compile warning issued by XEmacs
15324         that came to byte compile the default value section of defcustom forms
15325         recently.
15326
15327         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15328         value of installation-directory.
15329
15330         * message.el (message-use-idna): Don't directly refer to the value of
15331         idna-program.
15332
15333         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15334
15335         * smiley.el (smiley-style): Don't directly call face-attribute.
15336
15337 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15338
15339         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15340
15341         * gnus-dired.el: Reduce Gnus dependencies.
15342         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15343         Don't require.  Use autoloads instead.
15344         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15345         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15346         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15347         (gnus-dired-mode): Adjust doc string.
15348         (gnus-dired-mail-mode): New variable.
15349         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15350         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15351         (gnus-dired-mail-buffers): New function.  Return mail or message
15352         composition buffers.
15353         (gnus-dired-attach): Use it.
15354         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15355         NO-DECODE.
15356         (gnus-dired-print): Use `gnus-print-buffer' depending on
15357         `gnus-dired-mail-mode'.
15358
15359 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15360
15361         * rfc2047.el (rfc2047-encoded-word-regexp)
15362         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15363         explaining what regexp patterns are for.
15364
15365 2007-12-04  Glenn Morris  <rgm@gnu.org>
15366
15367         * password.el: Move to password-cache.el.
15368
15369         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15370         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15371         * mml-smime.el (password-read, password-cache-add)
15372         (password-cache-remove):
15373         No need to autoload, since mml-sec requires password.
15374
15375         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15376         * message.el (gnus-extract-address-components):
15377         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15378
15379         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15380         password.
15381
15382 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15383
15384         * mailcap.el: Reduce dependencies.
15385         (mail-header-parse-content-type): Autoload.
15386         (mailcap-delete-duplicates): New alias.
15387         (mailcap-mime-info): Add optional argument NO-DECODE.
15388         (mailcap-mime-types): Use mailcap-delete-duplicates.
15389
15390         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15391
15392 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15393
15394         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15395         (imap-parse-status): Upcase status-att for servers that sends them
15396         lower-case (e.g., MS Exchange 2007).
15397
15398 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15399
15400         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15401         function.
15402
15403         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15404         (gnus-uu-yenc-article): New function.
15405
15406         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15407
15408         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15409
15410 2007-12-02  Glenn Morris  <rgm@gnu.org>
15411
15412         * binhex.el (binhex): New custom group.
15413         (binhex-decoder-program, binhex-decoder-switches)
15414         (binhex-use-external): Move to the binhex custom group.
15415
15416         * uudecode.el (uudecode): New custom group.
15417         (uudecode-decoder-program, uudecode-decoder-switches)
15418         (uudecode-use-external): Move to the uudecode custom group.
15419
15420         * netrc.el (top-level): Don't load `encrypt' features.
15421         (netrc-parse): Don't use encrypt.
15422         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
15423
15424         * encrypt.el: Remove file.
15425
15426 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
15427
15428         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
15429         matches on patches.
15430
15431         * gnus-art.el (gnus-article-browse-html-article):
15432         Mention `mm-text-html-renderer' in the doc string.
15433
15434         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
15435         string.  Add comments.
15436
15437         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
15438         if rhs is ASCII.
15439
15440 2007-12-01  Glenn Morris  <rgm@gnu.org>
15441
15442         * mail-source.el (top-level): Require format-spec before
15443         eval-when-compile.
15444
15445 2007-11-30  Glenn Morris  <rgm@gnu.org>
15446
15447         * encrypt.el: Require password, rather than autoloading password-read.
15448
15449 2007-11-29  Glenn Morris  <rgm@gnu.org>
15450
15451         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
15452         (sasl-make-client, sasl-next-step, sasl-step-data)
15453         (sasl-step-set-data): Declare as functions.
15454
15455 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
15456
15457         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
15458
15459 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
15460
15461         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
15462         certs should be verified and what is to be done in the event of a
15463         verification failure.
15464
15465         * gnus.el (gnus-method-to-server): Add an optional parameter so the
15466         caller can indicate whether the cache should be disregarded for this
15467         call.  This way the result of the call is reproducible at all times and
15468         can be considered a canonical server name for the supplied method.
15469         (gnus-agent-method-p): Canonicalize server names by pushing their
15470         method through `gnus-method-to-server' using the no-cache argument.
15471
15472         * gnus-srvr.el (gnus-server-insert-server-line):
15473         Call `gnus-method-to-server' with `no-cache' argument.
15474
15475         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
15476         gnus-agent-possibly-synchronize-flags as this should be called when the
15477         server is actually being opened.
15478         (gnus-agent-possibly-synchronize-flags)
15479         (gnus-agent-possibly-synchronize-flags-server): Move check for the
15480         flags file of an agentized server to the latter function.
15481
15482         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
15483         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
15484         after a connection has been established successfully.
15485
15486 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15487
15488         * gnus-art.el (article-display-face): Force to display face if called
15489         interactively; check if gnus-article-x-face-too-ugly matches author.
15490         (article-display-x-face): Display face even if From header is missing
15491         as article-display-face does.
15492
15493 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
15494
15495         * hashcash.el (message-narrow-to-headers-or-head)
15496         (message-fetch-field, message-goto-eoh)
15497         (message-narrow-to-headers): Declare as functions.
15498
15499 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
15500
15501         * mail-source.el (mail-sources): Default to fetch from file for
15502         compatibility with default of nnmail-spool-file.
15503
15504 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15505
15506         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
15507         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
15508         to look for encoded word that should be encoded again.
15509         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
15510         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
15511         encoding pattern.
15512         (rfc2047-decode-region): Switch strict regexp and loose one according
15513         to rfc2047-allow-irregular-q-encoded-words.
15514
15515 2007-11-25  Romain Francoise  <romain@orebokech.com>
15516
15517         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
15518
15519 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15520
15521         * tls.el (tls-program): Provide more custom choices from
15522         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
15523         (tls-process-connection-type, tls-success): Remove "*" in doc string.
15524
15525 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15526
15527         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15528         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15529
15530         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15531         `nnmail-spool-file'.
15532
15533         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15534         `nnmail-spool-file'.
15535
15536         * gnus-move.el (gnus-change-server): Ditto.
15537
15538         * gnus-kill.el (gnus-batch-score): Ditto.
15539
15540         * gnus-cache.el (gnus-jog-cache): Ditto.
15541
15542         * gnus-msg.el (gnus-summary-reply):
15543         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15544
15545 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15546
15547         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
15548         version.  Minor improvement to doc strings.
15549         (tls-program): Add comment.
15550
15551 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
15552
15553         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
15554         (tls-checktrust): New variable.  Check if GNU TLS complained about a
15555         mismatch between the hostname provided in the certificate and the name
15556         of the host connnecting to.
15557         (open-tls-stream): Use them.  Check certificates against trusted root
15558         certificates.
15559
15560 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15561
15562         * gnus-cache.el (gnus-cache-generate-nov-databases):
15563         Use nnml-generate-nov-databases-directory instead of
15564         nnml-generate-nov-databases-1.
15565
15566 2007-11-24  Glenn Morris  <rgm@gnu.org>
15567
15568         * message.el (message-tool-bar-retro): Update for rename
15569         mail_send.xpm->mail-send.xpm.
15570
15571 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
15572
15573         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15574         `smime-ldap-search' for Emacs 22 and up.
15575
15576 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15577
15578         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15579
15580         * message.el (message-send-mail-function): Fix error convention.
15581         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15582         (message-widen-reply, message-send-mail, message-talkative-question)
15583         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15584         (message-clone-locals, message-send-news): Use with-current-buffer.
15585         (message-insert-or-toggle-importance): Remove unused var `valid'.
15586         (message-make-references): Remove unused var `new-references'.
15587         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15588
15589 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
15590
15591         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15592         (spam-split-symbolic-return-positive): Reflow docstring.
15593         (spam-backends, spam-summary-exit-behavior)
15594         (spam-mark-ham-unread-before-move-from-spam-group)
15595         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15596         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15597         (spam-clear-cache, spam-backend-check, spam-install-backend)
15598         (spam-install-statistical-backend, spam-list-of-processors)
15599         (spam-group-processor-p, spam-split, spam-bogofilter-score)
15600         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15601         (spam-check-crm114, spam-initialize, spam-unload-hook):
15602         Fix typos in docstrings.
15603
15604 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15605
15606         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15607         been checked if they have never been read and those group levels are
15608         higher than the one that a user specified.
15609
15610 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15611
15612         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15613         foreign groups unless a group level is specified by a user.
15614         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15615
15616 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
15617
15618         * message.el (message-send-mail-function): Require sendmail.
15619
15620 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
15621
15622         * message.el (message-send-mail-function): Check for smtpmail too.
15623
15624         * utf7.el (utf7-encode, utf7-decode): Use coding system
15625         `utf-7'/`utf-7-imap' from utf-7.el' if available.
15626
15627         * message.el (message-send-mail-function): New function.
15628         (message-send-mail-function): Set default using
15629         message-send-mail-function.  Adjust doc string.
15630         (message-send-mail-with-mailclient): New function.
15631
15632 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15633
15634         * smime.el (from):
15635         * rfc2047.el (message-posting-charset):
15636         * qp.el (mm-use-ultra-safe-encoding):
15637         * pop3.el (parse-time-months):
15638         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15639         * nnml.el (files):
15640         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15641         (jka-compr-compression-info-list, ange-ftp-path-format)
15642         (efs-path-regexp):
15643         * nndiary.el (files):
15644         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15645         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15646         (epg-digest-algorithm-alist, inhibit-redisplay)
15647         (password-cache-expiry):
15648         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15649         (pgg-output-buffer, password-cache-expiry):
15650         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15651         (efs-path-regexp):
15652         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15653         (inhibit-redisplay):
15654         * mm-uu.el (file-name, start-point, end-point, entry)
15655         (gnus-newsgroup-name, gnus-newsgroup-charset):
15656         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15657         (latin-unity-ucs-list):
15658         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15659         (mm-uu-binhex-decode-function):
15660         * message.el (gnus-message-group-art, gnus-list-identifiers)
15661         (rmail-enable-mime-composing, gnus-local-organization)
15662         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15663         (gnus-read-active-file, facemenu-add-face-function)
15664         (facemenu-remove-face-function, gnus-article-decoded-p)
15665         (tool-bar-mode):
15666         * mail-source.el (display-time-mail-function):
15667         * gnus-util.el (nnmail-pathname-coding-system)
15668         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15669         (gnus-original-article-buffer, gnus-user-agent)
15670         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15671         (xemacs-codename, sxemacs-codename, emacs-program-version):
15672         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15673         * gnus-start.el (gnus-agent-covered-methods)
15674         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15675         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15676         (gnus-newsgroup-headers, gnus-group-list-mode)
15677         (gnus-group-mark-positions, gnus-newsgroup-data)
15678         (gnus-newsgroup-unreads, nnoo-state-alist)
15679         (gnus-current-select-method, mail-sources)
15680         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15681         (nnmail-spool-file, gnus-cache-active-hashtb):
15682         * gnus-mh.el (mh-lib-progs):
15683         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15684         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15685         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15686         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15687         (gnus-group-buffer):
15688         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15689         (font-lock-set-defaults):
15690         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15691         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15692         (gnus-summary-post-menu, total-parts, type, condition, length):
15693         * gnus-agent.el (gnus-agent-read-agentview):
15694         * flow-fill.el (show-trailing-whitespace):
15695         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15696         eval-and-compile wrappers for byte compiler pacifiers.
15697
15698         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15699         (mm-display-inline-fontify): Check for featurep 'xemacs not
15700         extent-list.
15701
15702         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15703         itimer-list.
15704         (mm-create-image-xemacs): Only do something for XEmacs.
15705         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15706
15707         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15708
15709         * gnus-registry.el (gnus-adaptive-word-syntax-table):
15710         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15711
15712 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15713
15714         * nnimap.el (nnimap-split-download-body):
15715         * gnus-demon.el (gnus-demon):
15716         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15717
15718 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15719
15720         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15721         New macros.
15722         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15723         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15724         copy data from unibyte buffer to multibyte current buffer.
15725         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15726         to copy data from unibyte current buffer to multibyte buffer.
15727         (nntp-make-process-buffer): Make process buffer unibyte.
15728
15729         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15730
15731 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15732
15733         * pop3.el (pop3-open-server): Accept and process data more robustly at
15734         connection start to avoid spurious "POP SSL connection failed" errors.
15735
15736 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15737
15738         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15739         read group names.
15740
15741 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15742
15743         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15744
15745 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15746
15747         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15748         (nnmail-save-active): Use a unibyte buffer when saving active file,
15749         which may contain non-ASCII group names.
15750
15751         * nnml.el (nnml-request-group): Decode group names in messages.
15752
15753 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15754
15755         * message.el (message-citation-line-function)
15756         (message-insert-formatted-citation-line): Fix spelling of
15757         `message-insert-formated-citation-line'.
15758
15759 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15760
15761         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15762
15763 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15764
15765         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15766         nnmail-pathname-coding-system.
15767
15768         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15769         that a user enters; decode group names in messages.
15770
15771         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15772
15773 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15774
15775         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15776
15777         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15778
15779         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15780         risky local variable.
15781
15782         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15783
15784 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15785
15786         * encrypt.el: Improve documentation to fix function name typo.
15787         Reported by Daiki Ueno <ueno@unixuser.org>.
15788
15789 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15790
15791         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15792         even if the point is not in the last page of an article.
15793         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15794         back to the previous page.
15795
15796 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15797
15798         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15799
15800 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15801
15802         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15803
15804 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15805
15806         * message.el (message-check-news-body-syntax):
15807         Avoid mm-string-as-multibyte.
15808         (message-hide-headers): Don't assume (point-min)==1.
15809
15810 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15811
15812         * message.el (message-remove-blank-cited-lines): Fix if remove is
15813         given.
15814         (message-bogus-address-regexp): New variable.
15815         (message-bogus-recipient-p): New function.
15816         (message-check-recipients): New command.
15817         (message-syntax-checks): Add `bogus-recipient'.
15818         (message-fix-before-sending): Add `bogus-recipient'.
15819
15820         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15821         (gnus-treat-body-boundary): Don't test window-system.
15822
15823 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15824
15825         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15826
15827 2007-10-28  Miles Bader  <miles@gnu.org>
15828
15829         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15830         at compile-time too.
15831
15832 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15833
15834         * gnus-msg.el (gnus-message-setup-hook):
15835         Add `message-remove-blank-cited-lines' to options.
15836
15837 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15838
15839         * message.el (message-remove-blank-cited-lines): New function.
15840         Suggested by Karl Plästerer.
15841
15842 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15843
15844         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15845         mapc.
15846
15847         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15848         (top-level): Use mapc to set functions to be traced for debugging.
15849
15850         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15851         called for effect with while loop.
15852
15853         * message.el (message-talkative-question): Replace mapcar called for
15854         effect with mapc.
15855
15856         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15857         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15858         called for effect with dolist.
15859
15860         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15861
15862         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15863         gnus-extra-headers and nnmail-extra-headers.
15864
15865         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15866         called for effect with dolist.
15867         (top-level): Use mapc to set functions to be traced for debugging.
15868
15869         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15870         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15871         dolist.
15872
15873         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15874         Replace mapcar called for effect with mapc.
15875         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15876         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15877         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15878         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15879
15880         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15881         remove-if that's a cl function.
15882
15883         * webmail.el (webmail-debug): Replace mapcar called for effect with
15884         dolist.
15885
15886         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15887         with mapc.
15888
15889 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15890
15891         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15892         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15893         with while loop.
15894
15895         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15896         functions from article-* functions.
15897         (gnus-multi-decode-header): Replace mapcar called for effect with
15898         dolist.
15899
15900         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15901         (gnus-bookmark-show-details): Replace mapcar called for effect with
15902         while loop.
15903
15904         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15905         called for effect with while loop.
15906
15907         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15908         with dolist.
15909
15910         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15911         Replace mapcar called for effect with dolist.
15912
15913         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15914
15915         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15916         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15917         Replace mapcar called for effect with dolist.
15918         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15919         mapc.
15920
15921         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15922         Replace mapcar called for effect with dolist.
15923         (gnus-topic-list): Replace mapcar called for effect with mapc.
15924
15925         * gnus.el: Use mapc instead of mapcar to add autoloads.
15926
15927 2007-10-23  Richard Stallman  <rms@gnu.org>
15928
15929         * gnus-group.el (gnus-group-highlight): Mark as risky.
15930
15931 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15932
15933         * gnus.el (gnus-server-to-method): Return method found first in
15934         gnus-newsrc-alist.
15935
15936         * gnus-art.el (gnus-article-highlight-signature)
15937         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15938         button overlay without the front stickiness.
15939
15940 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15941
15942         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15943         overview buffer needed a catch to receive its throw.
15944         (gnus-agent-flush-cache): Declare as interactive to make this function
15945         easier to use.
15946
15947 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15948
15949         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15950         `next-line'.
15951
15952 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15953
15954         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15955         exclude address matching message-dont-reply-to-names.
15956
15957 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15958
15959         * gnus-util.el (gnus-string<): New function.
15960
15961         * gnus-sum.el (gnus-article-sort-by-author)
15962         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15963
15964 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15965
15966         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15967         the frame-focus tag is set in gnus-buffer-configuration.
15968
15969 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15970
15971         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15972         the front stickiness.
15973
15974 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15975
15976         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15977         url pattern; remove duplicate one.
15978         (gnus-article-extend-url-button): New function.
15979         (gnus-article-add-buttons): Use it.
15980         (gnus-button-push): Use concatenated url that it makes.
15981
15982 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15983
15984         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15985
15986 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15987
15988         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15989         Don't hardcode point-min==1.
15990
15991 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15992
15993         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15994         Fix comment about "iso8859-1".
15995
15996 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15997
15998         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15999         ones returned from the verify-function.
16000
16001         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16002         Call mml2015-extract-cleartext-signature if extraction failed.
16003
16004 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16005
16006         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16007         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16008         failed.
16009
16010 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16011
16012         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16013
16014 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16015
16016         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16017         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16018         recommends to use EasyPG instead of PGG.
16019
16020         * pgg.el: Revert to revision 6.23.2.16.
16021
16022         * pgg-def.el: Revert to revision 6.6.2.14.
16023
16024         * pgg-gpg.el: Revert to revision 6.23.2.34.
16025
16026 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16027
16028         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16029         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16030         thread for both the null and zero (kill/expire thread) universal prefix
16031         cases.
16032         (gnus-summary-expire-thread): Add new function to expire a thread,
16033         using gnus-summary-kill-thread.
16034         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16035         shortcuts for gnus-summary-expire-thread.
16036         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16037         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16038
16039 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16040
16041         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16042         extras value, so an extras entry can be deleted.
16043         (gnus-registry-delete-extra-entry): Use it.
16044         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16045         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16046         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16047         storage through the gnus-registry, and provide an appropriate API for
16048         it.
16049
16050 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16051
16052         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16053         Suggested by Leo <sdl.web@gmail.com>.
16054
16055         * gnus.el: Do.
16056
16057 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16058
16059         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16060         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16061
16062         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16063
16064         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16065         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16066
16067 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16068
16069         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16070         newline.
16071         (nnmbox-request-accept-article): Don't change article in source buffer;
16072         narrow to header to use message-fetch-field rather than
16073         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16074         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16075         as delimiters; make sure article ends with newline.
16076         (nnmbox-delete-mail): Correct last position of article to be deleted;
16077         ignore X-Gnus-Newsgroup header in article body.
16078         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16079         positions; make sure article ends with newline.
16080
16081         * message.el (message-display-abbrev): Don't infloop when a user
16082         inserts SPC in the beginning of header.
16083
16084         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16085         coding-system-for-read and coding-system-for-write for XEmacs having no
16086         file-coding feature.
16087
16088         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16089
16090 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16091
16092         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16093         list of groups not followed by default.  Fix type to be regexp.
16094         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16095
16096 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16097
16098         * hmac-def.el (define-hmac-function): Switch from old-style to
16099         new-style backquotes.
16100
16101         * md4.el (md4-make-step): Likewise.
16102
16103 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16104
16105         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16106         raw-text coding system when saving .newsrc file, which may contain
16107         non-ASCII group names.
16108
16109 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16110
16111         * gnus-cus.el (gnus-score-extra): New widget.
16112         (gnus-score-extra-convert): New function.
16113         (gnus-score-customize): Use it for Extra.
16114
16115 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16116
16117         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16118         (mml2015-mailcrypt-clear-verify): Use it.
16119         (mml2015-gpg-clear-verify): Use it.
16120         (mml2015-pgg-clear-verify): Use it.
16121         (mml2015-epg-clear-verify): Replace the current part with the output
16122         from GnuPG; don't extract the plaintext by itself.
16123
16124         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16125         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16126         mml2015-clear-verify-function; don't touch the armor headers or
16127         dash-escaped text here.
16128
16129 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16130
16131         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16132         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16133         parts, or application/octet-stream as a last resort.
16134         (gnus-mime-view-part-as-type): Don't toggle display.
16135         (gnus-mime-view-part-as-charset): Don't turn off display before
16136         querying charset.
16137
16138         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16139         stuff to undisplayer function in Emacs.
16140         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16141
16142         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16143         text/calendar parts.
16144
16145 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16146
16147         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16148         decoding text/calendar parts.
16149
16150         * message.el (message-forward-make-body-mime): Always mark body as
16151         having no illegible text; remove signed-or-encrypted argument.
16152         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16153
16154         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16155         (mml-generate-mime-1): Don't encode body if it is specified to be in
16156         raw form; don't make buffer be unibyte when inserting multibyte string.
16157
16158 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16159
16160         * sha1.el: Fix up comment style.
16161         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16162         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16163
16164         * hex-util.el: Fix up comment style.
16165         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16166
16167         * gnus-salt.el: Use with-current-buffer.
16168         (gnus-pick-setup-message): Fix long-standing typo.
16169
16170 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16171
16172         * imap.el (imap-logout-timeout): New variable.
16173         (imap-logout, imap-logout-wait): New functions.
16174         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16175
16176         * nnimap.el (nnimap-logout-timeout): New server variable.
16177         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16178         nnimap-logout-timeout.
16179
16180         * gnus-art.el (gnus-article-summary-command-nosave)
16181         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16182
16183 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16184
16185         * gnus.el (gnus-maximum-newsgroup): New variable.
16186
16187         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16188         according to gnus-maximum-newsgroup.
16189
16190         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16191         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16192         Limit the range of articles according to gnus-maximum-newsgroup.
16193
16194 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16195
16196         * gnus-art.el (gnus-sticky-article): Fix problems described in
16197         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16198         Don't perform gnus-configure-windows here; reuse existing sticky
16199         article buffer.
16200
16201         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16202         it doesn't exist in gnus-article-mode.
16203
16204 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16205
16206         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16207         (gnus-agent-decoded-group-name): New function.
16208         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16209         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16210
16211 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16212
16213         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16214         Add binding for gnus-sticky-article.
16215         (gnus-summary-exit): Don't kill sticky article buffers.
16216
16217         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16218         article buffer.
16219         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16220         (gnus-kill-sticky-article-buffers): New commands.
16221
16222 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16223
16224         * nntp.el (nntp-xref-number-is-evil): New server variable.
16225         (nntp-find-group-and-number): If it is non-nil, don't trust article
16226         numbers in the Xref header.
16227
16228 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16229
16230         * gnus-agent.el (gnus-agent-read-group): New function.
16231         (gnus-agent-flush-group, gnus-agent-expire-group)
16232         (gnus-agent-regenerate-group): Use it.
16233         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16234         nnmail-pathname-coding-system.
16235
16236 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16237
16238         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16239
16240         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16241         that are unread as unread, and also as selected so that information of
16242         marks having been changed by a user may be updated when exiting group.
16243
16244 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16245
16246         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16247
16248 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16249
16250         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16251         calculated ignoring signature parts to gnus-treat-article.
16252
16253 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16254
16255         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16256         a point here in order to keep the window start.
16257         (gnus-insert-mime-security-button): Make a button overlay without the
16258         front stickiness.
16259         (gnus-mime-display-security): Goto the end of a button.
16260
16261         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16262
16263 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16264
16265         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16266         group-name-at-point.
16267         (gnus-group-completing-read): New function that offers decoded
16268         non-ASCII group names for completion.
16269         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16270         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16271         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16272         (gnus-group-fetch-control): Use it.
16273         (gnus-fetch-group): Use group-name-at-point for the initial value
16274         rather than the default value; use gnus-alive-p.
16275
16276         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16277         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16278         (gnus-summary-post-news): Use gnus-group-completing-read.
16279
16280         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16281         (gnus-read-move-group-name): Decode group name for completion.
16282
16283 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16284
16285         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16286         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16287         Yamaoka slightly modified the code).
16288
16289 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16290
16291         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16292         (nnmail-split-incoming): Bind it.
16293
16294         * nnml.el (nnml-group-name-charset): New function.
16295         (nnml-decoded-group-name): Use it; don't decode group name if
16296         nnmail-group-names-not-encoded-p is non-nil.
16297         (nnml-encoded-group-name): New function.
16298         (nnml-group-pathname): Inline nnml-decoded-group-name.
16299         (nnml-request-expire-articles): Decode group name in message.
16300         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16301         nnmail-pathname-coding-system.
16302         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16303         not decoded ones according to nnmail-group-names-not-encoded-p.
16304         (nnml-generate-active-info): Use nnml-encoded-group-name.
16305
16306 2007-08-08  Glenn Morris  <rgm@gnu.org>
16307
16308         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16309         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16310         doc-strings and comments.
16311
16312 2007-07-25  Glenn Morris  <rgm@gnu.org>
16313
16314         * Relicense all FSF files to GPLv3 or later.
16315
16316 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16317
16318         * gnus-sum.el (gnus-summary-move-article):
16319         Make gnus-summary-respool-article work.
16320
16321 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16322
16323         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16324         string.
16325
16326 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16327
16328         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16329         that should be ignored when comparing distant RSS articles with local
16330         ones.
16331         (nnrss-make-hash-index): New function.  Create a hash index according
16332         to the ignored fields.
16333         (nnrss-check-group): Use it.
16334
16335 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16336
16337         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16338
16339         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16340
16341         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16342         the new optional argument ENCODED is non-nil.
16343         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16344         coding system for encoding group name.
16345         (gnus-group-make-rss-group): Pass un-encoded group name to
16346         gnus-group-make-group.
16347         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16348         encoded.
16349
16350         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16351         Encode group name to which articles are moved or copied.
16352         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16353         coding system for encoding Newsgroup, Followup-To and Xref headers.
16354
16355         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16356         marks; use nnheader-file-coding-system to write a file.
16357         (nnagent-retrieve-headers): Bind file-name-coding-system to
16358         nnmail-pathname-coding-system.
16359
16360         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16361
16362         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16363         (nnml-request-article, nnml-request-create-group)
16364         (nnml-request-rename-group, nnml-find-id)
16365         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16366         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16367         (nnml-save-marks): Use nnml-group-pathname instead of
16368         nnmail-group-pathname.
16369
16370         (nnml-request-create-group, nnml-request-expire-articles)
16371         (nnml-request-move-article, nnml-request-delete-group)
16372         (nnml-deletable-article-p, nnml-possibly-create-directory)
16373         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16374         (nnml-open-marks): Bind file-name-coding-system to
16375         nnmail-pathname-coding-system.
16376
16377         (nnml-request-article): Pass server argument to nnml-find-group-number.
16378         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16379         Pass server argument to nnml-possibly-create-directory.
16380         (nnml-request-accept-article): Pass server argument to
16381         nnml-active-number and nnml-save-mail.
16382         (nnml-find-group-number): Pass server argument to nnml-find-id.
16383         (nnml-request-update-info): Pass server argument to
16384         nnml-marks-changed-p.
16385
16386         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16387         (nnml-save-mail, nnml-active-number): Add server argument.
16388
16389         (nnml-request-delete-group): Warn if group is missing.
16390         (nnml-get-nov-buffer): Decode group name.
16391         (nnml-generate-active-info): Encode group name.
16392         (nnml-open-marks): Decode group name in messages.
16393
16394 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16395
16396         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16397         if it is not specified.
16398         (gnus-article-pipe-part, gnus-article-save-part)
16399         (gnus-article-interactively-view-part, gnus-article-copy-part)
16400         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16401         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16402         (gnus-article-replace-part, gnus-article-delete-part)
16403         (gnus-article-view-part-as-type): Pass raw prefix argument to
16404         gnus-article-part-wrapper.
16405
16406 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16407
16408         * gnus-agent.el (gnus-agent-save-active):
16409         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16410
16411         * gnus-cache.el (gnus-cache-save-buffers)
16412         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16413         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16414         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16415         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16416         (gnus-cache-generate-active, gnus-cache-rename-group)
16417         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16418         (gnus-cache-update-overview-total-fetched-for):
16419         Bind file-name-coding-system to nnmail-pathname-coding-system.
16420         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
16421         New variables.
16422         (gnus-cache-decoded-group-name): New function.
16423         (gnus-cache-file-name): Use it.
16424         (gnus-cache-generate-active): Use non-decoded group name for active.
16425
16426         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
16427         right place.
16428         (gnus-write-active-file): Don't break non-ASCII group names.
16429
16430         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
16431         nnmail-pathname-coding-system.
16432
16433         * lpath.el: Bind default-file-name-coding-system,
16434         file-name-coding-system and language-info-alist for XEmacs.
16435
16436         * gnus-uu.el (gnus-uu-decode-save): Typo.
16437
16438 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16439
16440         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
16441
16442 2007-07-14  David Kastrup  <dak@gnu.org>
16443
16444         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
16445         finishing actions if we did not edit the article.
16446
16447 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16448
16449         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
16450         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
16451         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
16452         (gnus-agent-flush-group, gnus-agent-flush-cache)
16453         (gnus-agent-fetch-headers, gnus-agent-load-alist)
16454         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
16455         (gnus-agent-retrieve-headers, gnus-agent-request-article)
16456         (gnus-agent-regenerate-group)
16457         (gnus-agent-update-files-total-fetched-for)
16458         (gnus-agent-update-view-total-fetched-for):
16459         Bind file-name-coding-system to nnmail-pathname-coding-system.
16460         (gnus-agent-group-pathname): Don't encode file names by
16461         nnmail-pathname-coding-system.
16462         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
16463         coding-system-for-write instead of buffer-file-coding-system to
16464         gnus-agent-file-coding-system.
16465
16466         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
16467         Decode group name.
16468
16469         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
16470
16471         * gnus-start.el (gnus-update-active-hashtb-from-killed)
16472         (gnus-read-newsrc-el-file): Make group names unibyte.
16473
16474         * nnmail.el (nnmail-group-pathname): Don't encode file names by
16475         nnmail-pathname-coding-system.
16476
16477         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
16478         (nnrss-request-delete-group): Bind file-name-coding-system to
16479         nnmail-pathname-coding-system.
16480         (nnrss-read-server-data, nnrss-read-group-data):
16481         Bind file-name-coding-system correctly.
16482         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
16483
16484         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
16485         (nntp-server-to-method-cache): New variable.
16486         (nntp-group-pathname): New function that decodes non-ASCII group names.
16487         (nntp-possibly-create-directory, nntp-marks-changed-p)
16488         (nntp-save-marks, nntp-open-marks): Use it.
16489         (nntp-possibly-create-directory, nntp-open-marks):
16490         Bind file-name-coding-system to nnmail-pathname-coding-system.
16491         (nntp-open-marks): Decode group names when bootstrapping marks.
16492
16493         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
16494         Newsgroups and Followup-To headers.
16495
16496 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16497
16498         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16499         (gnus-server-closed-face, gnus-server-denied-face)
16500         (gnus-server-offline-face): Remove variable.
16501         (gnus-server-font-lock-keywords): Use faces that are not aliases.
16502
16503         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
16504         of modifying message-stack directly for XEmacs.
16505
16506         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
16507         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
16508         if the coding-system argument is nil for XEmacs.
16509
16510         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
16511         mm-charset-override-alist.
16512
16513         * rfc2047.el: Don't require base64; require rfc2045 for the function
16514         rfc2045-encode-string.
16515         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
16516         to quote the parameter value.
16517
16518 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16519
16520         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
16521         form in gnus-group-name-charset-method-alist.
16522
16523         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
16524         overrides the default layout edit-form.
16525
16526         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
16527
16528         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
16529
16530 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16531
16532         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16533         as unfetched articles.
16534
16535 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
16536
16537         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16538
16539 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16540
16541         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16542         original back end that keeps marks in the local system.
16543
16544 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16545
16546         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16547         arg of pop-to-buffer for XEmacs.
16548         (gnus-article-read-summary-keys): Ditto; don't restore window
16549         configuration if summary command ends up with neither article buffer
16550         nor summary buffer; describe bindings if summary keys end with C-h.
16551
16552 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16553
16554         * message.el (message-fix-before-sending): Skip raw message part to be
16555         forwarded while checking illegible text.
16556         (message-forward-make-body-mime, message-forward-make-body):
16557         Mark signed or encrypted raw message as having no illegible text.
16558
16559 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16560
16561         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
16562         (gnus-message-with-timestamp-1): New macro.
16563         (gnus-message-with-timestamp): New function.
16564         (gnus-message): Use them.
16565
16566         * nnheader.el (nnheader-message): Use them.
16567
16568 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
16569
16570         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16571         .newsrc.eld file.
16572
16573 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16574
16575         * gnus-agent.el (gnus-agent-fetch-headers)
16576         (gnus-agent-retrieve-headers):
16577         Bind gnus-decode-encoded-address-function to identity.
16578
16579         * nntp.el (nntp-send-xover-command): Recognize an xover command is
16580         available also when the server returns simply a dot.
16581
16582         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16583
16584 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16585
16586         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16587
16588 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16589
16590         * gnus-ems.el (gnus-x-splash): Make it work.
16591
16592         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16593         from being used.
16594
16595         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
16596
16597 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16598
16599         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
16600         4th and the 5th arguments.
16601
16602         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16603         the front stickiness.
16604         (gnus-article-summary-command-nosave): Correct the order of the
16605         arguments passed to pop-to-buffer.
16606         (gnus-article-read-summary-keys): Ditto; make it work properly when the
16607         summary command ends up with the article buffer.
16608
16609         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16610         the same faces.
16611
16612 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
16613
16614         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16615
16616 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
16617
16618         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16619         * gnus-sum.el (gnus-summary-highlight):
16620         * pgg.el (pgg-sign-region, pgg-sign):
16621         * mail-source.el (mail-source-delete-old-incoming-confirm):
16622         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16623
16624 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16625
16626         * gnus-art.el (gnus-mime-view-part-externally)
16627         (gnus-mime-view-part-internally): Fix predicate function passed to
16628         completing-read.
16629
16630         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16631
16632         * gnus.el (gnus-update-message-archive-method): Add :version.
16633
16634 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16635
16636         * gnus.el (gnus-update-message-archive-method): New variable.
16637
16638         * gnus-start.el (gnus-setup-news): Update saved "archive" method
16639         according to gnus-message-archive-method if
16640         gnus-update-message-archive-method is non-nil.
16641
16642 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16643
16644         * gnus-sum.el (gnus-summary-limit-to-address): New function.
16645         Suggested by Loic Dachary <loic@dachary.org>.
16646         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16647
16648 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16649
16650         * message.el (message-pop-to-buffer): Add switch-function argument.
16651         (message-mail): Pass switch-function argument to it.
16652
16653 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
16654
16655         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16656         Improve doc string.
16657
16658 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16659
16660         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16661         (gnus-header-content):
16662         * gnus-cite.el (gnus-cite-10):
16663         * gnus-srvr.el (gnus-server-closed):
16664         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16665         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16666         (gnus-group-mail-3-empty, gnus-group-mail-low)
16667         (gnus-group-mail-low-empty, gnus-splash):
16668         * message.el (message-header-to, message-header-cc)
16669         (message-header-subject, message-header-other, message-header-name)
16670         (message-header-xheader, message-separator, message-cited-text)
16671         (message-mml): Lighten colors of faces used for dark background.
16672
16673 2007-05-24  Simon Josefsson  <simon@josefsson.org>
16674
16675         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16676         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
16677
16678 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16679
16680         * message.el (message-narrow-to-headers-or-head):
16681         Ignore mail-header-separator in the body.
16682
16683 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16684
16685         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16686         same as window size.
16687
16688 2007-05-22  Kevin Ryde  <user42@zip.com.au>
16689
16690         * message.el (message-font-lock-keywords): Use message-header-xheader
16691         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
16692         ahead of the anything pattern, to get it recognized.
16693
16694 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16695
16696         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
16697         spam.el loads uses it in the compiled defadvice form.
16698
16699 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
16700
16701         * gnus-sum.el (gnus-articles-to-read)
16702         (gnus-summary-insert-old-articles): Don't truncate group name for
16703         `read-string'.
16704
16705         * gnus-util.el (gnus-limit-string): Delete this function.
16706
16707         * gnus-sum.el (gnus-simplify-subject-fully):
16708         Use `truncate-string-to-width' instead.
16709
16710 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
16711
16712         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16713         Tell if, on summary exit, the next group has to be selected.
16714         (gnus-summary-exit): Use it.
16715
16716 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
16717
16718         * gnus-art.el (gnus-article-mode): Fix comment about displaying
16719         non-break space.
16720
16721 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16722
16723         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16724         Check if group is not a directory.
16725         (nnfolder-request-expire-articles): Don't delete articles if the target
16726         group is not available.
16727
16728         * nnml.el (nnml-request-create-group): Properly check if group is not a
16729         file.
16730         (nnml-request-expire-articles): Don't delete articles if the target
16731         group is not available.
16732
16733         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16734         Don't quote characters that are within parentheses.
16735
16736 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16737
16738         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16739         (gnus-handle-ephemeral-exit): Select article according to it.
16740
16741 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16742
16743         * message.el (message-insert-formated-citation-line): Remove newline.
16744         (message-citation-line-format): Add final \n here so that the user can
16745         avoid a blank line.
16746
16747 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16748
16749         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16750         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16751         Update lanl/arXiv support.
16752
16753 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16754
16755         * gnus.el: Bump version number.
16756
16757 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16758
16759         * gnus.el (gnus-version-number): Bump version.
16760
16761 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16762
16763         * gnus.el: No Gnus v0.6 is released.
16764
16765 2007-04-27  Didier Verna  <didier@xemacs.org>
16766
16767         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16768         * gmm-utils.el (gmm-regexp-concat): ... here.
16769         * message.el: Don't require 'gnus-util.
16770         (message-dont-reply-to-names): Handle name change above.
16771         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16772
16773 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16774
16775         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16776         since the initial value varies according to the system.
16777
16778 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16779
16780         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16781
16782 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16783
16784         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16785
16786 2007-04-24  Didier Verna  <didier@xemacs.org>
16787
16788         Improve the type of gnus-ignored-from-addresses.
16789         * gnus-util.el (gnus-orify-regexp): New function.
16790         * message.el (gnus-util): Require it.
16791         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16792         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16793         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16794
16795 2007-04-24  Didier Verna  <didier@xemacs.org>
16796
16797         * gnus-sum.el:
16798         * gnus-utils.el: Fix some trailing whitespaces.
16799
16800 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16801
16802         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16803         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16804         article's Message-ID; refer parent article in summary buffer.
16805
16806         * message.el (message-bounce): Call mime-to-mml.
16807
16808         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16809         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16810         optimize and/or forms properly.
16811
16812 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16813
16814         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16815         URL.
16816
16817 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16818
16819         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16820
16821 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16822
16823         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16824         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16825         displayed of multipart/alternative part if it is invoked from summary
16826         buffer.
16827
16828         * mm-view.el (mm-inline-text-html-render-with-w3m)
16829         (mm-inline-text-html-render-with-w3m-standalone)
16830         (mm-inline-render-with-function): Use mail-parse-charset by default.
16831
16832 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16833
16834         * parse-time.el (parse-time-string-chars): Check if CHAR
16835         is less than the length of parse-time-syntax.
16836
16837 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16838
16839         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16840         from gnus-newsgroup-processable.
16841
16842 2007-04-16  Didier Verna  <didier@xemacs.org>
16843
16844         * gnus-msg.el (gnus-configure-posting-styles):
16845         Handle message-signature-directory properly with :file syntax.
16846         Reported by "Leo".
16847
16848 2007-04-11  Didier Verna  <didier@xemacs.org>
16849
16850         New user option: message-signature-directory.
16851         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16852         * message.el (message-insert-signature): Ditto.
16853         * message.el (message-signature-file): Doc update.
16854         * message.el (message-signature-directory): New.
16855
16856 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16857
16858         * gnus-msg.el (gnus-inews-yank-articles):
16859         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16860
16861 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16862
16863         * message.el (message-yank-original): Make sure cited text ends with
16864         newline; don't exchange point and mark.
16865
16866 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16867
16868         * tls.el (open-tls-stream): Properly handle case where there
16869         is no associated buffer.
16870
16871 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16872
16873         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16874         message-yank-original, make sure (< mark TEXT point).
16875
16876 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16877
16878         * message.el (message-fill-column): New variable.
16879         (message-mode): Use it.  Add comment on a possible new hook.
16880
16881         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16882         (nnmail-get-new-mail): Reformat.
16883
16884         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16885
16886         * gmm-utils.el: Fix Commentary.
16887         (gmm-tool-bar-from-list): Fix typo in doc string.
16888
16889 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16890
16891         * message.el (message-yank-original): Don't switch point and mark
16892         unnecessarily to put point and mark as documented.
16893
16894 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16895
16896         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16897         from the message heads.
16898
16899 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16900
16901         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16902         article buffer does not have a window.  This may not be the best
16903         solution but is certainly better than setting the start of the null,
16904         that is the current, window.
16905
16906 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16907
16908         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16909         (gnus-draft-setup): Run it.
16910
16911         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16912         gnus-score-fast-scoring.  Allow regexp.
16913         (gnus-score-headers): Use it.
16914
16915         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16916         XEmacs.
16917
16918         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16919         string.
16920         (gnus-button-alist): Also catch `<f1> k ...'.
16921         (gnus-treat-display-x-face): Fix doc string.
16922
16923 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16924
16925         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16926         evaluation of gnus-extended-version to ensure correct generation of the
16927         User-Agent header when message-generate-headers-first is used.
16928
16929 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16930
16931         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16932         hashcash-path is nil.  Don't call callback with incorrect number of
16933         parameters if val is 0.
16934
16935 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16936
16937         * message.el (message-required-news-headers):
16938         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16939
16940 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16941
16942         * tls.el (open-tls-stream): In handshake-waiting loop,
16943         don't wait more if there is output available to process.
16944
16945 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16946
16947         * tls.el (tls-program): Doc fix.
16948
16949 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16950
16951         * message.el (message-generate-new-buffers): Change the meaning of the
16952         nil value; add `standard' to the choices; treat t as `unique'; improve
16953         doc string.
16954         (gnus-select-frame-set-input-focus): Autoload.
16955         (message-buffer-name): Search for the existing message buffer if
16956         message-generate-new-buffers is nil or `standard'; treat the value t of
16957         message-generate-new-buffers as `unique'.
16958         (message-pop-to-buffer): Raise the frame already displaying the message
16959         buffer; clear the echo area after querying.
16960         (message-setup): Pass the `continue' argument to compose-mail.
16961         (message-mail): Prefer `switch-function' if it is given; search for the
16962         existing message buffer if the `continue' argument is non-nil; pass
16963         continue and switch-function arguments to compose-mail by way of
16964         message-setup.
16965         (message-mail-other-window): Adjust argument of message-setup.
16966         (message-mail-other-frame): Ditto.
16967
16968 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16969
16970         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16971         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16972         to turn font-lock on when turning gnus-message-citation-mode on.
16973
16974 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16975
16976         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16977         (mml-smime-function-alist): New variable; add epg as the backend.
16978         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16979         mml-smime- functions instead.
16980         * mm-view.el: Require smime.
16981
16982 2007-03-05  Didier Verna  <didier@xemacs.org>
16983
16984         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16985         instead of just inheritance for posting styles.
16986         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16987
16988 2007-02-24  Chris Moore  <dooglus@gmail.com>
16989
16990         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16991         * pgg-pgp.el (pgg-pgp-encrypt-region):
16992         * pgg-gpg.el (pgg-gpg-encrypt-region):
16993         Check pgg-encrypt-for-me if no other recipients.
16994
16995 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16996
16997         * tls.el (tls-certtool-program): Fix custom type.
16998
16999 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17000
17001         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17002         and point-at-eol instead of line-(beginning|end)-position.
17003
17004         * assistant.el (assistant-parse-buffer): Ditto.
17005
17006         * netrc.el (netrc-parse-services): Ditto.
17007
17008 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17009
17010         * mml2015.el (mml2015-epg-find-usable-key): New function.
17011         (mml2015-epg-sign): Use it.
17012         (mml2015-epg-encrypt): Use it.
17013
17014 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17015
17016         * message.el (message-make-in-reply-to): Quote name containing
17017         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17018         if there are special characters.  Reported by NAKAJI Hiroyuki
17019         <nakaji@jp.freebsd.org>.
17020
17021 2007-02-27  Didier Verna  <didier@xemacs.org>
17022
17023         Include the group parameters as well as the topic ones in the
17024         inheritance filter process.
17025         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17026         argument GROUP-PARAMS-LIST.
17027         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17028
17029 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17030
17031         * nntp.el (nntp-never-echoes-commands)
17032         (nntp-open-connection-functions-never-echo-commands): New variables.
17033         (nntp-send-command): Use them.
17034
17035 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17036
17037         * mml2015.el (mml2015-epg-verify): Simplify.
17038
17039 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17040
17041         * mml.el (mml-content-disposition-alist): New user option.
17042         (mml-content-disposition): New function.
17043         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17044         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17045
17046 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17047
17048         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17049         verification.
17050
17051 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17052
17053         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17054         articles posted in the last 24 hours.
17055
17056 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17057
17058         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17059
17060 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17061
17062         * nntp.el (nntp-send-command): Don't wait for echoes when
17063         nntp-open-ssl-stream is used.
17064
17065 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17066
17067         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17068         (gnus-message-add-citation-keywords)
17069         (gnus-message-remove-citation-keywords): Remove.
17070         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17071         directly, make the variables in font-lock-defaults buffer-local, add
17072         gnus-message-citation-keywords to them and then update the value of
17073         font-lock-keywords.
17074
17075 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17076
17077         * message.el (message-cite-original-1): Don't call
17078         gnus-article-highlight-citation.
17079
17080         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17081         citations; fix line count.
17082
17083 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17084
17085         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17086         (gnus-message-add-citation-keywords)
17087         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17088         versions of font-lock-add-keywords and font-lock-remove-keywords to
17089         work with XEmacs correctly.
17090
17091 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17092
17093         * gnus-cite.el (gnus-cite-face-list): Set the values of
17094         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17095         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17096         (gnus-message-cite-prefix-regexp): New variable.
17097         (gnus-message-search-citation-line): Use it; protect against long
17098         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17099         the 0th match data for Emacs.
17100         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17101         (gnus-message-add-citation-keywords): Append keywords rather than
17102         prepending; emulate font-lock-add-keywords if it is not available.
17103         (gnus-message-remove-citation-keywords):
17104         Emulate font-lock-remove-keywords if it is not available.
17105
17106         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17107
17108         * message.el (message-cite-prefix-regexp): Set the value of
17109         gnus-message-cite-prefix-regexp.
17110
17111 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17112
17113         * nnweb.el (nnweb-google-parse-1): Update parser.
17114
17115 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17116
17117         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17118
17119 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17120
17121         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17122         regexp.
17123
17124 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17125
17126         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17127         string-to-multibyte.
17128         (uudecode-decode-region-internal): Use it.
17129
17130         * lpath.el: Fbind string-as-multibyte for XEmacs.
17131
17132 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17133
17134         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17135         Fix custom choice.
17136
17137         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17138
17139 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17140
17141         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17142
17143         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17144         `write-region' to respect `mm-inhibit-file-name-handlers'.
17145
17146 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17147
17148         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17149         Use gnus-home-directory instead of "~/" or "$HOME".
17150
17151 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17152
17153         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17154         to mention filename.
17155         Add comments at beginning regarding usage.
17156         (encrypt-write-file-contents): Change interactive so a string is
17157         acceptable.  If the file has no associated model, show an error instead
17158         of a nonsense prompt.
17159
17160 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17161
17162         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17163         Thanks to Yoshihiko Yamada for kind notification of this typo.
17164
17165 2007-01-12  Kenichi Handa  <handa@m17n.org>
17166
17167         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17168         multibyte buffer.
17169
17170 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17171
17172         * gnus-score.el (gnus-score-fast-scoring): New variable.
17173         (gnus-score-headers): Use it.
17174
17175         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17176
17177         * message.el (message-cite-original-1):
17178         Call gnus-article-highlight-citation if requested.
17179         (message-make-from): Allow name and address as optional arguments.
17180
17181         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17182
17183         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17184         bugs to doc string.
17185         (gnus-button-alist): Add mid\\|message-id.
17186         (gnus-button-fetch-group): Extend for use in
17187         `browse-url-browser-function'.
17188         (gnus-button-url-regexp): Try to catch paired parentheses like in
17189         Wikipedia URLs.
17190
17191         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17192         Suggested by Simon Krahnke <overlord@gmx.li>.
17193
17194 2007-01-13  Romain Francoise  <romain@orebokech.com>
17195
17196         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17197         Update copyright.
17198
17199 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17200
17201         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17202
17203 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17204
17205         * gnus-registry.el (gnus-registry-unfollowed-groups)
17206         (gnus-registry-split-fancy-with-parent): Fix documentation.
17207
17208 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17209
17210         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17211         from nnweb groups.
17212
17213 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17214
17215         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17216         Xref urls.  Erase buffer before requesting head.
17217
17218         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17219
17220 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17221
17222         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17223         customizable.
17224
17225 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17226
17227         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17228         no signing key is found.
17229         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17230         no encrypting and/or signing key is found.
17231
17232 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17233
17234         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17235
17236 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17237
17238         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17239         headers read from disk with the ones newly found in the current search.
17240         This should no longer cause problems, because the article numbers in
17241         Gmane's `nov.php' output are ignored since the previous change.
17242
17243 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17244
17245         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17246
17247 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17248
17249         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17250         replace-regexp-in-string; bind url-version; fbind display-images-p and
17251         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17252         find-face and set-itimer-function for Emacs; bind itimer-list for
17253         Emacs.
17254
17255         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17256
17257 2007-01-01  Romain Francoise  <romain@orebokech.com>
17258
17259         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17260
17261 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17262
17263         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17264         `define-minor-mode' macro definition expanded properly.
17265         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17266         exclude it there.
17267
17268         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17269         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17270         `fboundp' test.
17271         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17272         This is OK to autoload in (S)XEmacs now.
17273
17274 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17275
17276         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17277         keystroke.
17278         (gnus-summary-limit-to-singletons): Fix typo.
17279
17280         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17281         else fails.
17282
17283 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17284
17285         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17286         docstring.
17287
17288         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17289         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17290         (gnus-summary-insert-dormant-articles): Fix typo in message.
17291
17292 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17293
17294         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17295         nil for XEmacs.
17296         (gnus-message-citation-mode): Don't autoload in XEmacs.
17297
17298         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17299
17300 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17301
17302         * nnimap.el (nnimap-expunge-search-string):
17303         Mention nnimap-search-uids-not-since-is-evil in docstring.
17304
17305 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17306
17307         * spam.el: Revert to make-obsolete-variable because
17308         define-obsolete-variable-alias is not supported in Emacs 21.
17309
17310         * spam.el (spam-ifile-path, spam-ifile-database-path)
17311         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17312         make-obsolete-variable.
17313         (spam-bsfilter-path, spam-bsfilter-program)
17314         (spam-spamassassin-path, spam-spamassassin-program)
17315         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17316         Don't use "path" inappropriately.
17317         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17318         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17319         variable names.
17320
17321 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17322
17323         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17324         summary buffer.
17325
17326         * password.el (password-cache-remove): Use clear-string to burn
17327         password, if available.
17328
17329 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17330
17331         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17332
17333         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17334
17335         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17336         (gnus-message-highlight-citation): Move defcustom here from
17337         gnus-cite.el.
17338         (gnus-message-citation-mode): Autoload.
17339
17340         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17341         checks to make it compile with XEmacs.
17342         (gnus-message-citation-mode): New minor mode.
17343         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17344         (gnus-message-highlight-citation): New variables.
17345         (gnus-message-search-citation-line)
17346         (gnus-message-add-citation-keywords)
17347         (gnus-message-remove-citation-keywords)
17348         (turn-on-gnus-message-citation-mode)
17349         (turn-off-gnus-message-citation-mode): New functions.
17350
17351 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17352
17353         * gnus-cite.el: Enable highlighting of different citation levels in
17354         message-mode.
17355
17356 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17357
17358         * message.el (message-make-fqdn): Fix comment.
17359         (message-bogus-system-names): Add ".local".
17360
17361         * spam.el (spam-ifile-path, spam-ifile-program)
17362         (spam-ifile-database-path, spam-ifile-database)
17363         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17364         Don't use "path" inappropriately.
17365         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17366         strings.
17367         (spam-check-ifile, spam-ifile-register-with-ifile)
17368         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17369         Use new variable names.
17370
17371         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17372         (gnus-treat-display-smileys): Simplify using
17373         gnus-image-type-available-p.
17374
17375         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17376         available.
17377
17378         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17379         Use `display-images-p' if available.
17380
17381 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17382
17383         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17384         one after turning on the buffer's multibyteness instead of decoding
17385         them directly in the unibyte buffer that causes unexpected conversion
17386         in Emacs 23 (unicode).
17387
17388 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17389
17390         * message.el (message-generate-hashcash): Fix custom type.
17391
17392 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17393
17394         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17395
17396 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17397
17398         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17399         disconnect icons.  Add help text.
17400
17401 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17402
17403         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17404         negated to be consistent with the others we handle.
17405
17406 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17407
17408         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17409         version of gnus-summary-buffer to something, so that we can use two
17410         article buffers at the same time.
17411
17412 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17413
17414         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17415         trigger all the extra headers.
17416         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17417         sorting.
17418
17419 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17420
17421         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
17422         solid groups.
17423
17424 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
17425
17426         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
17427
17428 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
17429
17430         * legacy-gnus-agent.el: Add Copyright notice.
17431
17432 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
17433
17434         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
17435
17436 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17437
17438         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
17439
17440         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
17441         to make it work reliably in CVS Emacs.
17442         (gnus-summary-limit-strange-charsets-predicate)
17443         (gnus-summary-limit-to-predicate): New functions.
17444
17445 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
17446
17447         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
17448         specifying array size.
17449         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
17450         array if it is too small.
17451         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
17452         (gnus-sort-threads-loop): New function.
17453
17454 2006-12-06  Chris Moore  <dooglus@gmail.com>
17455
17456         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
17457         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
17458
17459 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
17460
17461         * mm-url.el (mm-url-predefined-programs): Call curl with correct
17462         options.
17463
17464 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17465
17466         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
17467         DOS-ing the recipient.
17468
17469         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
17470         the headers when creating the mapping to avoid mismappings.
17471         (nnweb-gmane-create-mapping): Always nix out old mapping.
17472
17473 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17474
17475         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
17476         and mm-verify-option to never.
17477
17478 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17479
17480         * message.el (message-signed-or-encrypted-p): New function.
17481         (message-forward-make-body): Use it.
17482
17483         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
17484         Replace encode-coding-string with mm-encode-coding-string.
17485
17486 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17487
17488         * nneething.el (nneething-decode-file-name):
17489         Replace decode-coding-string with mm-decode-coding-string.
17490
17491         * gnus-int.el (gnus-open-server): Say failed server's name.
17492
17493 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17494
17495         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
17496         strings to a single string.  Quote `errors-file-name'.
17497         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
17498         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
17499         Adjust calls.  Use `shell-quote-argument'.
17500
17501 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
17502
17503         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
17504         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
17505
17506         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
17507         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
17508         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
17509         (gnus-group-make-directory-group, gnus-group-transpose-groups):
17510         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
17511         (gnus-subscribe-newsgroup, gnus-1):
17512         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
17513         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
17514         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
17515         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
17516
17517 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17518
17519         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
17520         keystroke.
17521         (gnus-summary-limit-to-bodies): Implement headersp.
17522
17523 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17524
17525         * dns.el (query-dns): Protect against "Process dns deleted" strings.
17526
17527 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17528
17529         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
17530
17531 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17532
17533         * message.el (message-generate-hashcash): Expand range of values to
17534         include `opportunistic'.
17535         (message-send-mail): Use it.
17536
17537 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17538
17539         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
17540         and comment it.
17541
17542         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
17543
17544 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
17545
17546         * gnus-util.el (gnus-extract-address-components): Improve comment.
17547
17548 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17549
17550         * gnus-util.el (gnus-extract-address-components): Work with address in
17551         which the name portion contains @.
17552
17553         * lpath.el: Fbind custom-autoload.
17554
17555 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17556
17557         * gnus.el (gnus-start): Move custom group up.
17558         (gnus-select-method): Don't autoload, but make it available for
17559         `customize-variable'.
17560         (gnus-getenv-nntpserver): Don't autoload.
17561
17562 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
17563
17564         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
17565
17566 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17567
17568         * message.el (message-sendmail-extra-arguments): New variable.
17569         (message-send-mail-with-sendmail): Use it.
17570
17571 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17572
17573         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
17574         mm-with-unibyte-current-buffer to make string unibyte.
17575
17576         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
17577         mm-string-as-multibyte.
17578
17579 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
17580
17581         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
17582         Reported by Werner Koch <wk@gnupg.org>.
17583
17584 2006-11-14  Daiki Ueno  <ueno@p360>
17585
17586         * mml2015.el: Autoload epa-select-keys when compiling.
17587
17588 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17589
17590         * mml2015.el (mml2015-epg-sign): Save the signing keys in
17591         message-options.
17592         (mml2015-epg-encrypt): Save the recipient keys in message-options.
17593
17594 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17595
17596         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17597         EasyPG (< 0.0.6).
17598         (mml2015-always-trust): New user option.
17599         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17600         prompt.
17601
17602 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17603
17604         * nntp.el (nntp-authinfo-force): New variable.
17605         (nntp-send-authinfo): Use it.
17606
17607 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
17608
17609         * message.el (message-strip-subject-encoded-words): Allow _not_ to
17610         decode encoded words.  Improve prompt.  Add comment about forwarding.
17611         (message-replacement-char): Move up.
17612
17613 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17614
17615         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17616         instead of gnus-intersection because arguments of gnus-sorted-nunion
17617         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
17618
17619 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
17620
17621         * message.el (message-strip-subject-encoded-words): Reformat prompt.
17622         (message-simplify-subject-functions):
17623         Enable message-strip-subject-encoded-words by default.
17624
17625 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
17626
17627         * message.el (message-strip-subject-encoded-words): New function.
17628         (message-simplify-subject-functions): New variable.
17629         (message-simplify-subject): Use it.  Fix typo in doc string.
17630         Support message-strip-subject-encoded-words.
17631
17632 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
17633
17634         * gnus-diary.el (gnus-diary-delay-format-function):
17635         * nndiary.el (nndiary-reminders):
17636         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17637
17638 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17639
17640         * gnus-art.el (article-hide-boring-headers): Fetch date from
17641         gnus-original-article-buffer to avoid problems with localized date
17642         strings.
17643
17644 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17645
17646         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17647
17648 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
17649
17650         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17651         New variables.
17652         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17653         (mm-charset-synonym-alist): Move some entries to
17654         mm-codepage-iso-8859-list.
17655         (mm-charset-synonym-alist, mm-charset-override-alist):
17656         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17657
17658 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17659
17660         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17661
17662 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17663
17664         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17665         with Emacs 21 and XEmacs.
17666
17667 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
17668
17669         * spam.el (spam-parse-address): New function for better parsing,
17670         catching errors, etc.
17671         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17672
17673 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17674
17675         * mm-view.el: Add interactive arg to html2text autoload.
17676
17677 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17678
17679         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17680
17681 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
17682
17683         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17684         New variables.
17685         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17686         (mm-charset-synonym-alist): Move some entries to
17687         mm-codepage-iso-8859-list.
17688
17689         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17690
17691 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
17692
17693         * message.el (message-citation-line-format)
17694         (message-insert-formated-citation-line): Fix implementation of %E, %N
17695         and %n according to the doc string.
17696
17697 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
17698
17699         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17700         Use car-safe to avoid bad parses.
17701
17702 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17703
17704         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17705         names.
17706
17707         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17708
17709 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17710
17711         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17712         header.
17713
17714         * message.el (message-draft-headers): Add Date.
17715         (message-headers-to-generate): Fix typo in docstring.
17716
17717         * nndraft.el (nndraft-required-headers): New variable.
17718         (nndraft-generate-headers): Use it.
17719
17720         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17721
17722 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17723
17724         * gnus-registry.el (gnus-registry-wash-for-keywords)
17725         (gnus-registry-find-keywords): New functions to allow easy searching of
17726         articles that are in the registry.
17727
17728 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17729
17730         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17731         Use ietf-drums-parse-address instead of gnus-extract-address-components.
17732         Reported by Damien Elmes <damien@repose.cx>.
17733
17734 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17735
17736         * gnus.el (gnus-mime): Remove unused custom group.
17737
17738 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17739
17740         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17741         "blank line" when searching for end of armor headers.
17742
17743 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17744
17745         * gmm-utils.el (gmm-write-region): Fix variable name.
17746
17747 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17748
17749         * gmm-utils.el (gmm-write-region): New function based on compatibility
17750         code from `mm-make-temp-file'.
17751
17752         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17753
17754         * nnmaildir.el (nnmaildir--update-nov)
17755         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17756         Use `gmm-write-region'.
17757
17758 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17759
17760         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17761         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17762
17763         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17764
17765         * message.el (message-replacement-char): New variable.
17766         (message-fix-before-sending): Use it.
17767         (message-simplify-subject): New function to remove duplicate code.
17768         (message-reply, message-followup): Use it.
17769
17770         * gnus-sum.el (gnus-summary-make-menu-bar):
17771         Clarify gnus-summary-limit-to-articles.
17772
17773 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17774
17775         * gnus-util.el (gnus-with-local-quit): New macro.
17776
17777         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17778
17779 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17780
17781         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17782         ignore non-string data.
17783
17784 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17785
17786         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17787         non-string data (needs to be done in the registry too).
17788
17789 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17790
17791         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17792         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17793         (gnus-registry-split-fancy-with-parent)
17794         (gnus-registry-fetch-simplified-message-subject-fast)
17795         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17796         Remove text properties on ingress into the registry and when it's saved.
17797         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17798         registry from entries with no groups.
17799
17800 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17801
17802         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17803         function to remove string properties.
17804
17805 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17806
17807         * gmm-utils.el (gmm): Adjust custom version.
17808
17809         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17810         Adjust custom version.
17811
17812         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17813
17814 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17815
17816         * gnus-art.el (gnus-insert-prev-page-button)
17817         (gnus-insert-next-page-button): Simplify.  Reformat.
17818
17819 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17820
17821         * gnus-art.el (gnus-insert-prev-page-button)
17822         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17823
17824 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17825
17826         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17827
17828 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17829
17830         * gnus-art.el (gnus-insert-mime-button)
17831         (gnus-insert-mime-security-button):
17832         Apply gnus-article-button-face to MIME and security buttons.
17833
17834 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17835
17836         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17837         readable.
17838
17839 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17840
17841         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17842
17843 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17844
17845         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17846         `browse-url-of-file' instead of `browse-url'.
17847
17848 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17849
17850         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17851         regexp.  Articles containing quotation were cut prematurely.
17852
17853 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17854
17855         * message.el (message-cite-original-1): Use nobody by default for the
17856         value of From header.
17857         (message-reply): Ditto.
17858
17859 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17860
17861         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17862         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17863         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17864
17865 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17866
17867         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17868         mails in the doc string.  Add some URLs in comment.
17869         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17870
17871 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17872
17873         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17874         backslashes handling and the way to find boundaries of quoted strings.
17875
17876 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17877
17878         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17879         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17880         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17881         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17882
17883 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17884
17885         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17886         doc string.
17887         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17888
17889 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17890
17891         * lpath.el: Fbind epg-check-configuration.
17892
17893 2006-09-06  Simon Josefsson  <jas@extundo.com>
17894
17895         * mml2015.el (mml2015-use): Doc fix, mention epg.
17896
17897 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17898
17899         * mml2015.el (mml2015-use): Default to epg, if available.
17900
17901 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17902
17903         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17904         message-sender.
17905         (mml1991-epg-encrypt): Ditto.
17906         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17907         message-sender.
17908         (mml2015-epg-encrypt): Ditto.
17909
17910 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17911
17912         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17913         several common directories.
17914
17915 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17916
17917         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17918         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17919
17920 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17921
17922         * gnus-art.el (article-decode-encoded-words): Make it fast.
17923
17924 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17925
17926         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17927
17928         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17929         in quoted string into `\'.
17930
17931 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17932
17933         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17934         Use standard-syntax-table.
17935
17936 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17937
17938         * gnus-art.el (gnus-decode-address-function): New variable.
17939         (article-decode-encoded-words): Use it to decode headers which are
17940         assumed to contain addresses.
17941         (gnus-mime-delete-part): Remove useless `or'.
17942
17943         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17944         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17945         (gnus-nov-parse-line): Use it to decode From header.
17946         (gnus-get-newsgroup-headers): Ditto.
17947         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17948
17949         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17950         (mail-decode-encoded-address-string): New alias.
17951
17952         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17953         New function.
17954         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17955         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17956         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17957         (rfc2047-decode-string): Ditto.
17958         (rfc2047-decode-address-region): New function.
17959         (rfc2047-decode-address-string): New function.
17960
17961 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17962
17963         * message.el (message-caesar-buffer-body): Allow rotating headers.
17964
17965         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17966
17967         * message.el (message-insert-formated-citation-line): Fix %f.
17968         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17969
17970 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17971
17972         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17973         (gnus-bookmark-mouse-available-p): New macro.
17974         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17975         (gnus-bookmark-bmenu-show-infos): Use it.
17976         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17977         (gnus-bookmark-bmenu-hide-infos): Ditto.
17978         (gnus-bookmark-remove-properties): New function.
17979         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17980         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17981         (gnus-bookmark-write-file): Bind coding-system-for-write.
17982         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17983         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17984         group before selecting it.
17985         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17986         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17987         quit-window if it is not available; use gnus-mouse-2 and bind it to
17988         gnus-bookmark-bmenu-select-by-mouse.
17989         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17990         (gnus-bookmark-bmenu-select-by-mouse): New function.
17991
17992 2006-08-13  Romain Francoise  <romain@orebokech.com>
17993
17994         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17995         space.
17996
17997 2006-08-10  Romain Francoise  <romain@orebokech.com>
17998
17999         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18000         (dns-mode-soa-auto-increment-serial): New user option.
18001         (dns-mode-soa-maybe-increment-serial): New function.
18002         (dns-mode): Add the latter to `write-contents-functions'.
18003
18004 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18005
18006         * compface.el (uncompface): Use binary rather than raw-text-unix.
18007
18008 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18009
18010         * compface.el (uncompface): Make sure the eol conversion doesn't take
18011         place when communicating with the external programs.
18012         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18013
18014 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18015
18016         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18017
18018 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18019
18020         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18021         Make it more robust by parsing author and date independently.
18022
18023 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18024
18025         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18026
18027 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18028
18029         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18030         first matching secret key.
18031         (mml2015-epg-encrypt): Ditto.
18032
18033         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18034         first matching secret key.
18035         (mml1991-epg-encrypt): Ditto.
18036
18037         * mml2015.el (mml2015-encrypt-to-self): New user option.
18038         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18039         mml2015-epg-encrypt-to-self is set.
18040
18041         * mml1991.el (mml1991-encrypt-to-self): New variable.
18042         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18043         mml1991-epg-encrypt-to-self is set.
18044
18045         * mml2015.el (mml2015-signers): New user option.
18046         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18047         (mml2015-epg-encrypt): Allow to select signing keys.
18048
18049         * mml1991.el (mml1991-signers): New variable.
18050         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18051         (mml1991-epg-encrypt): Allow to select signing keys.
18052
18053 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18054
18055         * nnheader.el (nnheader-insert-head): Make it work even if the file
18056         uses CRLF for the line-break code.
18057
18058 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18059
18060         * mml2015.el: Require mml-sec instead of password.
18061         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18062         (mml2015-cache-passphrase): Inherit the default value from
18063         mml-secure-cache-passphrase.
18064         (mml2015-passphrase-cache-expiry): Inherit the default value from
18065         mml-secure-passphrase-cache-expiry.
18066
18067         * mml1991.el: Require mml-sec instead of password.
18068         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18069         (mml1991-cache-passphrase): Inherit the default value from
18070         mml-secure-cache-passphrase.
18071         (mml1991-passphrase-cache-expiry): Inherit the default value from
18072         mml-secure-passphrase-cache-expiry.
18073
18074         * mml-sec.el: Require password.
18075         (mml-secure-verbose): New user option.
18076         (mml-secure-cache-passphrase): New user option.
18077         (mml-secure-passphrase-cache-expiry): New user option.
18078
18079 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18080             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18081
18082         * pgg-def.el (pgg-truncate-key-identifier):
18083         Truncate the key ID to 8 letters from the end.
18084
18085 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18086
18087         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18088         workaround for the url package included with Emacs.
18089
18090         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18091
18092 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18093
18094         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18095         correctly.  This fixes a bug caused by the 2006-05-12 change.
18096
18097 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18098
18099         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18100         some information about the error when saying that the `bogus' mail
18101         group will be used.
18102
18103 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18104
18105         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18106         string.
18107
18108 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18109
18110         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18111
18112 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18113
18114         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18115
18116 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18117
18118         * mml1991.el (mml1991-function-alist): Add epg.
18119         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18120         (mml1991-epg-encrypt): New functions.
18121
18122 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18123
18124         * mml2015.el (mml2015-verbose): New variable.
18125         (mml2015-cache-passphrase): Ditto.
18126         (mml2015-passphrase-cache-expiry): Ditto.
18127         (mml2015-function-alist): Add epg.
18128         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18129         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18130         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18131         New functions.
18132
18133 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18134
18135         * message.el (message-cite-original-1): Preserve region when removing
18136         quoted text due to X-No-Archive in order to avoid bogus attribution
18137         when citing multiple messages.
18138
18139 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18140
18141         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18142         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18143
18144 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18145
18146         * gnus-diary.el (gnus-user-format-function-d)
18147         (gnus-user-format-function-D): Autoload.
18148
18149         * imap.el (Commentary): Fix typo.
18150
18151         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18152         2006-04-22 contribution.
18153
18154 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18155
18156         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18157         It didn't really fix the bogosity I'm seeing with solid web groups.
18158
18159 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18160
18161         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18162         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18163         created using server names.  If we use the feature without declaring
18164         it, Gnus does not properly manage server and group state.
18165
18166         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18167         bound.
18168
18169 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18170
18171         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18172         looking up the method using GROUP's prefix before inventing a new one.
18173         It is used on killed/unknown groups in various places where returning
18174         an all-new method isn't expected by the caller.
18175
18176         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18177         and match semantics of gnus-group-real-prefix.
18178
18179 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18180
18181         * nnmail.el (nnmail-broken-references-mailers): New variable.
18182         (nnmail-ignore-broken-references): New function generalizing
18183         nnmail-fix-eudora-headers.
18184         (nnmail-fix-eudora-headers): Now obsolete.
18185
18186         * gnus-art.el (gnus-button-handle-custom):
18187         Support `customize-apropos*'.
18188
18189 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18190
18191         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18192
18193         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18194         articles.
18195
18196 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18197
18198         * message.el (message-cite-reply-above): New variable.
18199         (message-yank-original): Use it.
18200
18201 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18202
18203         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18204
18205 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18206
18207         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18208         as read.
18209
18210         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18211
18212 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18213
18214         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18215         (gnus-bookmark-default-file): Use gnus-directory.
18216         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18217         Remove "*" in doc string.
18218         (gnus-bookmark-write-file): Simplify.
18219         (gnus-bookmark-maybe-sort-alist): Use `when'.
18220         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18221         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18222         Add FIXME about Emacs 21 and XEmacs compatibility.
18223         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18224         compatibility.
18225         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18226         compatibility.
18227         (gnus-bookmark-menu-heading): Fix version.
18228
18229 2006-06-19  Bastien Guerry  <bzg@altern.org>
18230
18231         * gnus-bookmark.el: New file.
18232
18233 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18234
18235         * message.el (message-syntax-checks): Doc fix.
18236
18237 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18238
18239         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18240         unsubscribed groups as if they were killed ones.  It causes duplicate
18241         entries in gnus-newsrc-alist.
18242
18243 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18244
18245         * message.el (message-syntax-checks): Doc fix.
18246         (message-send-mail): Add check for continuation headers.
18247         (message-check-news-header-syntax): Fix regexp used to check for
18248         continuation headers.
18249
18250 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18251
18252         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18253
18254 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18255
18256         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18257
18258 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18259
18260         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18261         default-truncate-lines.
18262
18263 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18264
18265         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18266         to fill the utf-8 entry.
18267
18268         * lpath.el: Fbind unicode-precedence-list.
18269
18270 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18271
18272         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18273
18274 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18275
18276         * gnus-agent.el (directory-files-and-attributes): Move all the way
18277         forward (the third and final move).
18278         (gnus-agent-read-agentview): Trap reconstruction errors due to
18279         nonexistent directory.  Handle by returning nil.
18280
18281 2006-05-30  Didier Verna  <didier@xemacs.org>
18282
18283         * message.el (message-dont-reply-to-names): Update the custom type.
18284         * message.el (message-dont-reply-to-names): New defsubst: potentially
18285         convert a list of regexps into a single one.
18286         * message.el (message-get-reply-headers): Use it.
18287         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18288
18289 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18290
18291         * gnus-agent.el (directory-files-and-attributes): Move forward.
18292
18293 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18294
18295         * gnus-ml.el (gnus-mailing-list-subscribe)
18296         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18297         (gnus-mailing-list-message): Fix doc strings.
18298
18299 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18300
18301         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18302         of doing it manually.
18303
18304 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18305
18306         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18307         comment.
18308
18309 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18310
18311         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18312         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18313         (gnus-agent-read-local): All symbols allocated in my-obarray.
18314         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18315         (gnus-agent-regenerate-group): Check numeric names to see if they are
18316         messages or groups.
18317         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18318         better way of do this...)
18319
18320         * gnus-cache.el (gnus-agent-total-fetched-for):
18321         Ignore 'dummy.group' (there should be a better way of do this...)
18322
18323 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18324
18325         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18326         (gnus-saved-headers): Ditto.
18327         (gnus-default-article-saver): Mention functions may have properties.
18328         (gnus-article-save): Override gnus-save-all-headers and
18329         gnus-saved-headers by :headers property which saver function may have.
18330         (gnus-summary-save-in-file): Add :headers property.
18331         (gnus-summary-write-to-file): Ditto.
18332
18333         * gnus-sum.el (gnus-summary-save-article): Bind
18334         gnus-prompt-before-saving to t when saving many articles in a file;
18335         always show all headers.
18336
18337         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18338
18339 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18340
18341         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18342         marks.
18343
18344         * message.el (message-indent-citation): Add optional arguments to allow
18345         using it outside of message buffers.
18346
18347         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18348         (gnus-article-treat-unfold-headers): Use it.
18349         (gnus-article-truncate-lines): New variable.
18350         (gnus-article-mode): Use it.
18351         (gnus-article-toggle-truncate-lines): New function.
18352
18353         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18354         Add gnus-article-toggle-truncate-lines.
18355
18356         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18357         coding system in XEmacs, use binary.
18358
18359 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18360
18361         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18362         after-load-alist.
18363
18364         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18365         this function should save decoded articles.
18366         (gnus-summary-write-to-file): Use property to specify this function
18367         should save decoded articles and specify gnus-summary-save-in-file
18368         should be used to save articles other than the first one when saving
18369         many articles.
18370         (gnus-summary-save-body-in-file): Use property to specify this
18371         function should save decoded articles.
18372         (gnus-summary-write-body-to-file): Use property to specify this
18373         function should save decoded articles and specify
18374         gnus-summary-save-body-in-file should be used to save articles other
18375         than the first one when saving many articles.
18376
18377         * gnus-sum.el (gnus-summary-save-article): Simplify.
18378
18379 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18380
18381         * gnus-art.el (gnus-default-article-saver):
18382         Add gnus-summary-write-body-to-file.
18383         (gnus-article-save-coding-system): Don't use coding system object
18384         in XEmacs.
18385         (gnus-read-save-file-name): Add optional `dir-var' argument which
18386         specifies directory in which files are saved; work even if optional
18387         `variable' argument is not specified.
18388         (gnus-summary-write-to-file): Read file name.
18389         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18390         (gnus-summary-write-body-to-file): New function.
18391
18392         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18393         (gnus-summary-local-variables): Add it.
18394         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18395         (gnus-summary-save-article): Remove optional `decode' argument;
18396         determine whether to decode articles by the value of
18397         gnus-default-article-saver; when saving many files using
18398         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18399         it first and use gnus-summary-save-in-file or
18400         gnus-summary-save-body-in-file thereafter unless
18401         gnus-prompt-before-saving is always; move point to article which
18402         will be saved.
18403         (gnus-summary-save-article-file): Revert.
18404         (gnus-summary-write-article-file): Revert.
18405         (gnus-summary-save-article-body-file): Revert.
18406         (gnus-summary-write-article-body-file): New function.
18407
18408 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18409
18410         * gnus-art.el (gnus-default-article-saver): Doc fix.
18411         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18412         from gnus-summary-save-article-coding-system, and default to a
18413         certain coding system.
18414         (gnus-output-to-file): Add coding cookie and encode text according
18415         to gnus-article-save-coding-system; don't use mm-append-to-file.
18416
18417         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18418         gnus-art.el and rename to gnus-article-save-coding-system.
18419         (gnus-summary-save-article): Require gnus-art; don't show all
18420         headers if it decodes articles; don't add coding cookie here;
18421         don't bind mm-text-coding-system-for-write.
18422         (gnus-summary-save-article-file): Save decoded articles.
18423         (gnus-summary-write-article-file): When saving many files, use
18424         gnus-summary-write-to-file first and gnus-summary-save-in-file
18425         thereafter unless gnus-prompt-before-saving is always.
18426         (gnus-summary-save-article-body-file): Save decoded articles.
18427
18428         * lpath.el: Fbind select-safe-coding-system for XEmacs.
18429
18430 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18431
18432         * nnrss.el (nnrss-check-group): Bind hash-index.
18433
18434 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
18435
18436         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
18437         its hash index.  Store this hash in `nnrss-group-data'.
18438         (nnrss-read-group-data): Update accordingly.
18439
18440 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18441
18442         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
18443         entry.
18444
18445         * gnus-sum.el (gnus-summary-make-menu-bar):
18446         Add gnus-article-browse-html-article.
18447
18448 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
18449
18450         * gnus-sum.el (gnus-summary-mime-map):
18451         Add gnus-article-browse-html-article.
18452
18453         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
18454
18455 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18456
18457         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
18458         suitable coding systems in customize.
18459
18460 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
18461
18462         * mail-source.el (mail-sources): Fix custom type.
18463
18464 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18465
18466         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
18467         (gnus-summary-expire-articles-now): Shorten prompt.
18468
18469         * gmm-utils.el (wid-edit): Require.
18470         (defun-gmm): Rename from `gmm-defun-compat'.
18471         (gmm-image-search-load-path): Use it.
18472         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
18473
18474 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18475
18476         * gnus-sum.el (gnus-summary-save-article-coding-system):
18477         New variable.
18478         (gnus-summary-save-article): Add optional `decode' argument.
18479         If it is set and gnus-summary-save-article-coding-system is non-nil,
18480         save decoded article.
18481         (gnus-summary-write-article-file): Save decoded article if
18482         gnus-summary-save-article-coding-system is non-nil.
18483
18484         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
18485         type.
18486
18487 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18488
18489         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
18490
18491 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18492
18493         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
18494         first to test gnus-single-article-buffer which may be buffer-local.
18495
18496         * gnus-sum.el (gnus-summary-setup-buffer):
18497         Make gnus-single-article-buffer buffer-local and nil in ephemeral
18498         group; make gnus-article-buffer, gnus-article-current, and
18499         gnus-original-article-buffer always buffer-local.
18500         (gnus-summary-exit): Kill article buffer belonging to ephemeral
18501         group.
18502         (gnus-handle-ephemeral-exit): Don't move to next summary line.
18503
18504 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18505
18506         * nnml.el (nnml-request-compact-group): Compressed files might not
18507         have .gz extension.
18508
18509 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18510
18511         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
18512         (mm-copy-to-buffer): Use with-current-buffer.
18513         (mm-display-part): Simplify.
18514         (mm-inlinable-p): Add optional arg `type'.
18515
18516 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18517
18518         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
18519         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
18520         Try harder to show the attachment internally or externally using
18521         gnus-mime-view-part-as-type.
18522
18523 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18524
18525         * message.el (message-from-style, message-signature-separator)
18526         (message-user-organization-file, message-send-mail-function)
18527         (message-citation-line-function, message-yank-prefix)
18528         (message-indent-citation-function, message-signature)
18529         (message-signature-file, message-signature-insert-empty-line):
18530         Remove autoloads.
18531
18532         * gnus-art.el (gnus-buttonized-mime-types):
18533         Remove "multipart/signed".  Revert 2006-04-26 change.
18534
18535 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18536
18537         * gnus.el (gnus-version-number): Bump version.
18538
18539 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18540
18541         * gnus.el: No Gnus v0.5 is released.
18542
18543 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18544
18545         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
18546         fetching articles by message-id.
18547
18548 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18549
18550         * message.el (hashcash): Require hashcash as normal.
18551
18552         * ecomplete.el (ecomplete-highlight-match-line):
18553         Use point-at-eol.
18554         (ecomplete-highlight-match-line): Use `highlight', because that
18555         face exists in both Emacs and XEmacs.
18556
18557         * message.el (message-display-abbrev): Use point-at-bol.
18558
18559         * mail-source.el: Don't require timer/timer-funcs.
18560
18561         * gnus-async.el: Ditto.
18562
18563         * password.el: Ditto.
18564
18565         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
18566
18567         * mm-url.el: Ditto.
18568
18569         * gnus-xmas.el: Don't require timer-funcs.
18570
18571         * mm-util.el: Require timer/timer-funcs.
18572
18573 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18574
18575         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
18576         Close.
18577
18578 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18579
18580         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
18581         unibyte after clear-decrypt function runs.
18582
18583         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
18584         returns as a unibyte string.
18585
18586 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18587
18588         * lpath.el: Revert.
18589
18590         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
18591         (pgg-gpg-process-sentinel): Revert.
18592
18593         * pgg-pgp.el (pgg-pgp-process-region): Revert.
18594         (pgg-pgp-lookup-key): Revert.
18595
18596         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
18597         (pgg-pgp5-lookup-key): Revert.
18598
18599         * pgg.el (pgg-fetch-key): Revert.
18600
18601 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18602
18603         * lpath.el: Fbind string-as-multibyte for XEmacs.
18604
18605         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
18606         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
18607         (mml1991-pgg-encrypt): Ditto.
18608
18609         * pgg-gpg.el (pgg-string-to-multibyte): New function.
18610         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
18611         a multibyte buffer.
18612
18613         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
18614         (pgg-pgp-lookup-key): Ditto.
18615
18616         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
18617         (pgg-pgp5-lookup-key): Ditto.
18618
18619         * pgg.el (pgg-fetch-key): Ditto.
18620
18621 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
18622
18623         * message.el (message-user-organization-file): Check several
18624         locations of the organization file.
18625
18626         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
18627         Add gnus-article-view-part-as-type.
18628
18629         * gnus-art.el (gnus-article-view-part-as-type): New function.
18630
18631         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
18632         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
18633
18634         * mml.el: Simplify autoload.
18635         (mml-mode): defvar dnd-protocol-alist instead of using
18636         symbol-value.
18637         (mml-default-directory): New variable.
18638         (mml-minibuffer-read-file): Use it.
18639         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
18640
18641         * message.el (message-citation-line-format): New variable.
18642         (message-insert-formated-citation-line): New function.
18643         (message-citation-line-function):
18644         Add `message-insert-formated-citation-line' to custom type.
18645
18646         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
18647         to doc string.
18648
18649         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18650         depending on mm-verify-option.
18651
18652 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18653
18654         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18655         binding pgg-* variables; reimplement the section which prevents
18656         MIME header from being signed.
18657         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18658         pgg-text-mode; remove a blank line at the top of body.
18659
18660         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18661         lines at the top of body; use gnus-newsgroup-charset if there's no
18662         Charset header.
18663
18664 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18665
18666         * message.el (message-self-insert-commands): Doc fix.
18667
18668         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
18669         (mm-uu-pgp-encrypted-test): Ditto.
18670         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
18671         between header and body; return application/pgp-encrypted handle
18672         if decryption failed; decode decrypted body by charset.
18673
18674         * mm-decode.el (mm-automatic-display): Don't make application/pgp
18675         element match to application/pgp-*.
18676
18677 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18678
18679         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18680         HTML.
18681
18682 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18683
18684         * mail-source.el (mail-source-call-script): Message the error
18685         string.
18686
18687 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18688
18689         * gnus-util.el (gnus-byte-compile): Use it.
18690
18691 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
18692
18693         * gnus-util.el (kill-empty-logs): New function.
18694
18695 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18696
18697         * message.el (message-mail-alias-type): Doc fix.
18698         (message-mail-alias-type-p): New function.
18699         (message-send): Use it.
18700         (message-mode): Ditto.
18701         (message-strip-forbidden-properties): Ditto.
18702
18703         * ecomplete.el (ecomplete-database-file-coding-system):
18704         New variable.
18705         (ecomplete-save): Use it.
18706         (ecomplete-setup): Use it.
18707
18708 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18709
18710         * message.el (message-self-insert-commands): New variable.
18711         (message-strip-forbidden-properties): Use it.
18712
18713 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18714
18715         * message.el (message-put-addresses-in-ecomplete): Use a regexp
18716         that doesn't make XEmacs choke.
18717
18718 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
18719
18720         * gnus-util.el (gnus-replace-in-string):
18721         Prefer replace-regexp-in-string over of replace-in-string.
18722
18723 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18724
18725         * gnus-util.el (gnus-select-frame-set-input-focus):
18726         Use select-frame-set-input-focus if it is available in XEmacs; use
18727         definition defined in Emacs 22 for old Emacsen.
18728
18729         * dgnushack.el: Autoload unmorse-region for XEmacs.
18730
18731         * lpath.el: Bind cursor-in-non-selected-windows and
18732         select-frame-set-input-focus for XEmacs.
18733
18734 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18735
18736         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18737
18738 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18739
18740         * gnus-registry.el (gnus-registry-cache-save): Remove text
18741         properties when saving via the temp buffer.
18742
18743 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18744
18745         * message.el (message-generate-hashcash): Honor custom type.
18746
18747 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18748
18749         * message.el (message-generate-hashcash): Default to non-nil when
18750         hashcash is found.
18751
18752         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18753         (gnus-refer-thread-limit): Increase default to 500.
18754
18755         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18756
18757         * flow-fill.el (fill-flowed): Allow delete-space.
18758
18759 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18760
18761         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18762         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18763         Remove autoloads.
18764
18765 2006-04-18  Simon Josefsson  <jas@extundo.com>
18766
18767         * message.el (message-generate-hashcash): Default to.
18768
18769 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18770
18771         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18772         concatenating segments rather than before concatenating them.
18773
18774 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18775
18776         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18777
18778 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18779
18780         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18781
18782         * message.el (message-forward-make-body-plain):
18783         Allow message-forward-ignored-headers to be a list.
18784         (message-remove-ignored-headers): Factor out into function.
18785         (message-forward-make-body-mml): Use it.
18786
18787         * imap.el (imap-quote-specials): New function.
18788         (imap-login-auth): Quote specials.
18789
18790         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18791         (rfc2231-parse-string): Allow concatanation of parameters that
18792         aren't contiguous.  The test case is
18793           (mail-header-parse-content-type "message/external-body;
18794             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18795             access-type=LOCAL-FILE;
18796             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18797
18798 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18799
18800         * nntp.el (nntp-accept-process-output): Return the value of
18801         `nnheader-accept-process-output'.
18802
18803 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18804
18805         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18806         (gnus-button-alist): Recognize more diff formats.
18807         (gnus-button-patch): Strip directory.
18808
18809 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18810
18811         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18812         Emacs 22 when setting focus.
18813
18814 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18815
18816         * gnus-art.el (gnus-article-treat-types): Do treatment of
18817         text/x-verbatim parts.
18818         (gnus-button-patch): New command.
18819
18820         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18821         addresses that contain invalid characters.
18822
18823 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18824
18825         * message.el (message-put-addresses-in-ecomplete):
18826         Use gnus-replace-in-string.
18827         (message-is-yours-p): Use the more correct
18828         mail-header-parse-address instead of
18829         mail-extract-address-components.
18830         (message-put-addresses-in-ecomplete): Fix typo.
18831
18832         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18833         keystroke.
18834
18835         * gnus-art.el (gnus-treatment-function-alist): Change order of
18836         newsgroups/generic header folding to avoid double-folding.
18837
18838         * message.el (message-hidden-headers): Add X-Draft-From.
18839
18840         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18841         New command.
18842         (gnus-summary-repeat-search-article-backward): New command.
18843
18844         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18845         groups in the parent topic.
18846
18847 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18848
18849         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18850         (spam-extra-header-to-number): Return the CRM114 number as a
18851         number instead of a string.
18852
18853 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18854
18855         * gnus-art.el (gnus-face-properties-alist): Move here from
18856         gnus-fun.
18857
18858         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18859
18860 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18861
18862         * message.el (message-strip-forbidden-properties): Only display on
18863         self-insert-command.
18864
18865         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18866         reindent.
18867         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18868
18869 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18870
18871         * smiley.el (smiley-style): Fix typo.
18872
18873 2006-03-23  Kenichi Handa  <handa@m17n.org>
18874
18875         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18876         instead of set-buffer-multibyte.
18877
18878 2006-03-23  Kenichi Handa  <handa@m17n.org>
18879
18880         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18881         buffer and then decode the buffer text if necessary.
18882         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18883         first, and after mm-encode-body, change the buffer to unibyte.
18884
18885 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18886
18887         * hashcash.el (hashcash-insert-payment-async-2):
18888         Use message-goto-eoh instead of doing it manually.
18889         (mail-add-payment): Use message-narrow-to-header instead of trying
18890         to do the same itself.
18891
18892         * message.el (message-hidden-headers): Add Face.
18893
18894         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18895         reparenting code.
18896         (gnus-summary-reparent-children): Refactored out code.
18897         (gnus-summary-thread-map): New keystroke.
18898         (gnus-summary-reparent-children): Make into command.
18899
18900         * smiley.el (smiley-style): Default to `medium' if using a large
18901         font.
18902
18903         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18904         does it itself.
18905
18906         * message.el (message-point-in-header-p): Simplify definition.
18907
18908 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18909
18910         * nnagent.el (nnagent-request-set-mark): Silence log file
18911         writing.
18912         (nnagent-request-set-mark): Use write-region instead of
18913         append-to-file.
18914
18915         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18916         strange select method.
18917
18918         * ecomplete.el (ecomplete-display-matches): Get highlightling
18919         right.
18920         (ecomplete-display-matches): Use literals.
18921         (ecomplete-display-matches): Disable message logging.
18922
18923         * message.el (message-display-abbrev): Small optimization.
18924
18925         * ecomplete.el (ecomplete-display-matches): Allow automatic
18926         display.
18927
18928         * message.el (message-strip-forbidden-properties):
18929         Display abbrevs.
18930         (message-display-abbrev): Get automatic display right.
18931
18932         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18933         keystrokes.
18934
18935 2006-04-13  Romain Francoise  <romain@orebokech.com>
18936
18937         TODO: Backport to v5-10!
18938
18939         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18940         Move here (and rename) from gnus-registry.el.
18941
18942         * gnus-registry.el: Require gnus-util.
18943         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18944
18945 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18946
18947         * gnus-group.el (gnus-group-catchup-current):
18948         Change if-then-else-if-then-else into cond.
18949         (gnus-group-catchup): Indent.
18950         (group-name-at-point): New function.
18951         (gnus-fetch-group): Provide default from thing at point.
18952
18953 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18954
18955         * message.el (message-display-abbrev): Fix regexp.
18956
18957         * ecomplete.el (ecomplete-highlight-match-line):
18958         Reimplement choosing.
18959         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18960         dead variables.
18961
18962         * message.el (message-newline-and-indent): Remove debugging.
18963         (message-display-abbrev): Use new implementation.
18964
18965 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18966
18967         * gnus-art.el (gnus-article-mode):
18968         Set cursor-in-non-selected-windows to nil.
18969
18970         * smiley.el: Revert previous change.
18971         (smiley-data-directory): defvar it before using it in the
18972         defcustom of `smiley-style'.
18973
18974 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18975
18976         * message.el (message-newline-and-indent): New function.
18977
18978         * ecomplete.el: Implement more bits.
18979
18980         * message.el (message-put-addresses-in-ecomplete): Clean up the
18981         string.
18982
18983         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18984
18985         * gnus-sum.el (gnus-summary-save-parts):
18986         Bind gnus-summary-save-parts-counter and use it to make unique file
18987         names.
18988
18989         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18990
18991         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18992         parameter to say whether to actually parse the individual
18993         addresses.
18994
18995         * message.el (message-put-addresses-in-ecomplete): New function.
18996         (ecomplete): Require.
18997         (message-mail-alias-type): Add ecomplete as an option.
18998
18999 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19000
19001         * flow-fill.el (fill-flowed): Remove trailing space from blank
19002         quoted lines.
19003
19004 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19005
19006         * smiley.el (smiley-style): Move definition later to avoid a
19007         compilation warning.
19008
19009 2006-04-12  Kenichi Handa  <handa@m17n.org>
19010
19011         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19012         buffer and then decode the buffer text if necessary.
19013         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19014         first, and after mm-encode-body, change the buffer to unibyte.
19015         Use mm-disable-multibyte instead of set-buffer-multibyte.
19016
19017 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19018
19019         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19020         Content-Type header instead of Content-Disposition header.
19021         (gnus-mime-inline-part): Ditto.
19022         (gnus-mime-view-part-as-charset): Ignore charset that the part
19023         specifies.
19024
19025         * mm-decode.el (mm-display-part): Work with external parts and
19026         usual parts similarly.
19027
19028         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19029         instead of gnus-display-mime.
19030
19031         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19032         instead of with-temp-buffer.
19033
19034         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19035         tag to summarized topics part in order to encode non-ASCII text.
19036
19037 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19038
19039         * smiley.el (smiley-style): New variable.
19040         (smiley-directory): New function.
19041         (smiley-data-directory): Derive from `smiley-style' using
19042         `smiley-directory'.
19043         (smiley-regexp-alist): Add new entries.
19044
19045         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19046         (gnus-article-browse-delete-temp): Add :version.
19047
19048 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19049
19050         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19051         the sieve region.
19052
19053 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19054
19055         * gnus.el (gnus-version-number): Bump version.
19056
19057 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19058
19059         * gnus.el: No Gnus v0.4 is released.
19060
19061 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19062
19063         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19064         layout.
19065
19066         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19067         unknown charset.
19068
19069         * message.el (message-header-synonyms): Add Original-To to the
19070         default.
19071
19072         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19073         optional parameter.
19074
19075 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19076
19077         * gnus-fun.el (gnus): Require it for gnus-directory.
19078
19079 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19080
19081         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19082
19083 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19084
19085         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19086
19087 2006-04-05  Simon Josefsson  <jas@extundo.com>
19088
19089         * password.el (password-reset): New function.
19090
19091 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19092
19093         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19094         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19095
19096 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19097
19098         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19099         Some whitespace was matched into the url, which broke browsing hits
19100         > 100 when mm-url-use-external was nil.
19101
19102 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19103
19104         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19105         Check gnus-extra-headers for 'Newsgroups.
19106
19107         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19108         bound.
19109
19110 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19111
19112         * pgg-gpg.el: Clean up process buffers every time gpg processes
19113         complete.
19114
19115 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19116
19117         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19118         doc string.
19119
19120 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19121
19122         * pgg-gpg.el (pgg-gpg-process-filter)
19123         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19124
19125         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19126         lines, temporary fix.
19127
19128 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19129
19130         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19131
19132 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19133
19134         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19135         default-enable-multibyte-characters.  This reverts the change from
19136         revision 6.17 which is no longer necessary because the passphrase
19137         is sent separately now.  GnuPG messages are unreadable under
19138         multibyte locales with default-enable-multibyte-characters set to
19139         nil.
19140
19141 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19142
19143         * message.el (message-tool-bar-gnome): Move "spell".
19144
19145 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19146
19147         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19148         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19149         instead.
19150
19151 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19152
19153         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19154         Improve newsgroups handling for NNTP overviews which don't include
19155         Newsgroups.
19156
19157 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19158
19159         * message.el (message-resend): Bind message-generate-hashcash to nil.
19160
19161 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19162
19163         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19164         when searching for already-paid recipients.
19165
19166 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19167
19168         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19169         passphrases when it is not needed.
19170         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19171         passphrase stuff from gpg, should only be necessary when you use
19172         gpg with a smartcard.
19173
19174 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19175
19176         * mml.el (mml-insert-mime): Ignore cached contents of
19177         message/external-body part.
19178
19179         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19180         (mm-insert-part): Ditto.
19181
19182 2006-03-23  Simon Josefsson  <jas@extundo.com>
19183
19184         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19185         Reiner.
19186         (pgg-gpg-use-agent-p): Use it again.
19187
19188 2006-03-23  Simon Josefsson  <jas@extundo.com>
19189
19190         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19191         older emacsen.
19192         (pgg-gpg-use-agent-p): Don't use it.
19193
19194 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19195
19196         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19197         if we can.
19198
19199 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19200
19201         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19202         (pgg-gpg-update-agent): New function.
19203         (pgg-gpg-use-agent-p): New function.
19204         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19205         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19206         (pgg-gpg-sign-region): Use it.
19207
19208 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19209
19210         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19211         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19212
19213 2006-03-21  Simon Josefsson  <jas@extundo.com>
19214
19215         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19216         <wilde@sha-bang.de>.
19217         (pgg-gpg-use-agent): New variable.
19218         (pgg-gpg-process-region): Use it.
19219         (pgg-gpg-encrypt-region): Likewise.
19220         (pgg-gpg-encrypt-symmetric-region): Likewise.
19221         (pgg-gpg-decrypt-region): Likewise.
19222         (pgg-gpg-sign-region): Likewise.
19223         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19224
19225 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19226
19227         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19228
19229         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19230         Add comment on version.
19231
19232 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19233
19234         * smiley.el: Add missing test smiley.
19235
19236 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19237
19238         * mm-decode.el (mm-with-part): New macro.
19239         (mm-get-part): Use it; work with message/external-body as well.
19240         (mm-save-part): Treat name and filename equally.
19241
19242         * mm-extern.el (mm-extern-cache-contents): New function.
19243         (mm-inline-external-body): Use it; force the part to be displayed;
19244         move undisplayer added to the cached handle to the parent.
19245
19246         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19247         (gnus-mime-view-part-as-type): Work with message/external-body.
19248
19249         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19250
19251 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19252
19253         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19254         images in image-load-path.  [Sync with image.el, revision 1.60, in
19255         Emacs.]
19256
19257 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19258
19259         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19260         path rather than symbol.  Always return list of directories.
19261         Guarantee that image directory comes first.  [Sync with image.el,
19262         revision 1.59, in Emacs.]
19263
19264         * message.el (message-make-tool-bar): Adjust to new API of
19265         `gmm-image-load-path-for-library'.
19266
19267         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19268
19269         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19270
19271 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19272
19273         * gnus-art.el (gnus-article-only-boring-p):
19274         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19275         intangible text.
19276         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19277
19278 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19279
19280         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19281         Use `defun' instead of `gmm-defun-compat'.
19282
19283 2006-03-14  Simon Josefsson  <jas@extundo.com>
19284
19285         * message.el (message-unique-id): Don't use message-number-base36
19286         if (user-uid) is a float.
19287         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19288
19289 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19290
19291         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19292
19293         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19294         empty line between a part and a message part.
19295
19296 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19297
19298         * smiley.el: Add more test smileys.
19299         (smiley-data-directory, smiley-regexp-alist)
19300         (gnus-smiley-file-types): Fix doc strings.
19301         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19302         adding new elements.
19303         (smiley-mouse-map): Unused code.  Make it a comment.
19304
19305 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19306
19307         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19308         scan latest NoCeM messages instead of old ones.
19309         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19310         delimiters that are recently used.
19311         (gnus-nocem-load-cache): Add autoload cookie.
19312
19313         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19314
19315         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19316         level which is larger than gnus-use-nocem is specified.
19317
19318         * gnus-group.el (gnus-group-get-new-news): Ditto.
19319
19320 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19321
19322         * gnus-util.el (gnus-tool-bar-update): New function.
19323
19324         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19325         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19326
19327         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19328
19329         * gnus-group.el (gnus-group-redraw-when-idle)
19330         (gnus-group-redraw-check): Remove.
19331         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19332
19333 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19334
19335         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19336         if optional last element is specified in splits (FIELD VALUE...).
19337
19338 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19339
19340         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19341         to gmm-image-load-path-for-library.  Call with no-error argument.
19342         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19343
19344         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19345
19346         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19347
19348         * gmm-utils.el (gmm-image-load-path): Remove alias.
19349
19350 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19351
19352         * gmm-utils.el (gmm-image-load-path): Add alias.
19353
19354         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19355         nnml-generate-nov-databases-1.
19356         (nnml-generate-nov-databases): Use it.
19357         (nnml-generate-nov-databases-directory): Document no-active
19358         argument.
19359
19360         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19361         directory if path is t.  Add no-error.
19362
19363         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19364         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19365
19366         * gnus-art.el (gnus-article-browse-delete-temp-files):
19367         Simplify resetting gnus-article-browse-html-temp-list.
19368
19369         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19370         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19371         Add example to docstring.  Rename local variables.  Move error
19372         checks to default case in cond and simplify.
19373
19374 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19375
19376         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19377         handle is multipart when calling it recursively.
19378         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19379
19380 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19381
19382         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19383         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19384
19385 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19386
19387         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19388         is loaded.
19389
19390         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19391         loaded.
19392
19393 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19394
19395         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19396         to "Emacs 23 (unicode)" in doc string.
19397
19398         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19399         "Emacs 23 (unicode)" in comment.
19400
19401 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19402
19403         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19404
19405         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19406         characters 160 through 255 in Emacs 23.
19407
19408 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19409
19410         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19411         gnus-article-browse-html-temp.
19412         (gnus-article-browse-delete-temp): Make it customizable.
19413         Add `file'.  Adjust doc string.
19414         (gnus-article-browse-delete-temp-files): Add argument.
19415         Allow query for each file.  Adjust doc string.
19416         (gnus-article-browse-html-parts):
19417         Add `gnus-article-browse-delete-temp-files' to
19418         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19419
19420 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
19421
19422         * gnus-art.el (gnus-article-browse-html-temp)
19423         (gnus-article-browse-delete-temp): New variables.
19424         (gnus-article-browse-delete-temp-files): New function.
19425         (gnus-article-browse-html-parts): Use it.
19426
19427 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19428
19429         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
19430
19431         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
19432         string.
19433
19434         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
19435         gnus-summary-insert-new-articles when unplugged.
19436         Remove gnus-summary-search-article-forward.
19437
19438         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
19439         display-visual-class instead of display-color-cells.
19440
19441 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19442
19443         * dgnushack.el: Autoload customize-group for XEmacs.
19444
19445         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
19446         message/* containing non-ASCII text properly.
19447
19448 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
19449
19450         * message.el: Require gmm-utils, remove autoloads.
19451         (message-tool-bar): Set default based on
19452         gmm-tool-bar-style.
19453         (message-tool-bar-gnome): Add gmm-customize-mode.
19454
19455         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
19456         gmm-tool-bar-style.
19457         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
19458
19459         * gnus-group.el (gnus-group-tool-bar): Set default based on
19460         gmm-tool-bar-style.
19461         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
19462
19463         * gmm-utils.el (gmm-image-directory): Rename variable from
19464         gmm-image-load-path.
19465         (gmm-image-load-path): Use gmm-image-directory.
19466         (gmm-customize-mode): New function.
19467         (gmm-tool-bar-style): New variable.
19468
19469         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
19470         gnus-group-redraw-line-number.
19471         (gnus-group-redraw-check): Simplify.
19472         (gnus-group-tool-bar-update): Remove redraw check.
19473         (gnus-group-make-tool-bar): Add redraw check.
19474
19475 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
19476
19477         * gnus-art.el (gnus-button): Add missing parentheses.
19478
19479 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19480
19481         * lpath.el: Fbind line-number-at-pos.
19482
19483 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19484
19485         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
19486
19487 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19488
19489         * gnus-art.el (gnus-button): New face.
19490         (gnus-article-button-face): Use it.
19491
19492         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19493         Add gnus-summary-next-page.  Re-order.
19494
19495         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
19496         next-node are now included.
19497         (gnus-group-redraw-line-number): New internal variable.
19498         (gnus-group-redraw-check): Helper function for updating the tool
19499         bar.
19500         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
19501
19502         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
19503
19504         * spam.el (spam-spamassassin-score-regexp): New internal variable.
19505         (spam-extra-header-to-number, spam-check-spamassassin-headers):
19506         Use it to match format of Spamassassin 3.0 and later.
19507         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
19508         (spam-check-bogofilter)
19509         (spam-bogofilter-register-with-bogofilter): Fix args of
19510         `gnus-error' calls.
19511
19512 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19513
19514         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
19515         unnecessary interaction when sending queued mails.
19516         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
19517
19518 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
19519
19520         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
19521         first or last are nil.
19522
19523 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19524
19525         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
19526
19527 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19528
19529         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
19530
19531 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19532
19533         * dns.el (query-dns): Protect more against buggy tcp output.
19534
19535 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19536
19537         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
19538         nov.php.
19539
19540 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19541
19542         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
19543         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
19544         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
19545         output on the server side.
19546         (nnweb-google-create-mapping): Update regexps and add some
19547         progress indication.
19548
19549 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
19550
19551         * gnus-group.el (gnus-group-tool-bar-gnome):
19552         Fix gnus-agent-toggle-plugged.  Re-order icons.
19553         (gnus-group-tool-bar-gnome):
19554         Add gnus-group-{prev,next}-unread-group.
19555         (gnus-group-tool-bar-gnome): Re-order icons.
19556
19557         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19558         Move gnus-summary-insert-new-articles.
19559
19560         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
19561         Fix comments.
19562
19563         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
19564         also available in Emacs 21.3.
19565
19566         * message.el (message-fix-before-sending): Change "Emacs 22" to
19567         "Emacs 23 (unicode)" in comment.
19568
19569         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
19570         "Emacs 23 (unicode)" in comment.
19571
19572         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
19573         comment.
19574         (mm-coding-system-p): Add comment about no-MULE XEmacs.
19575
19576         * mm-view.el (mm-fill-flowed): Add :version.
19577
19578 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19579
19580         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
19581         and load-path.
19582
19583 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
19584
19585         * message.el: Autoload gmm-image-load-path.
19586         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
19587         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
19588         consitency.
19589
19590         * gmm-utils.el (gmm-image-load-path): Also search in
19591         "../etc/images".  Don't set gmm-image-load-path if we don't find
19592         the image.
19593
19594 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19595
19596         * gmm-utils.el (gmm-image-load-path): Don't make
19597         `gmm-image-load-path' include subdirectories which the second arg
19598         `image' might specify.
19599
19600         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
19601         subdirectory to icon file names.
19602
19603         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
19604
19605 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19606
19607         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
19608         gmm-image-load-path calls.
19609
19610         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19611
19612         * message.el (message-make-tool-bar): Ditto.
19613
19614         * mml.el (mml-preview): Add comment concerning tool bar icons.
19615
19616         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
19617         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
19618
19619         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
19620         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
19621
19622         * message.el (message-tool-bar-gnome): Use new icon names.
19623         (message-make-tool-bar): Use `gmm-image-load-path'.
19624
19625         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
19626         New functions from MH-E.
19627         (gmm-image-load-path): New variable from MH-E.
19628         (gmm-image-load-path): New function from MH-E.  Add arguments
19629         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
19630         *-image-load-path-called-flag.
19631
19632 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
19633
19634         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
19635
19636 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
19637
19638         * nnimap.el (nnimap-request-move-article): Change folder back to
19639         source group before deleting.
19640
19641 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
19642
19643         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
19644
19645         * gnus-art.el (mm-url-insert-file-contents-external):
19646         Autoload mm-url.
19647
19648         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
19649
19650 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19651
19652         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
19653         coding system which mm-charset-to-coding-system returns for a
19654         given charset is valid.
19655
19656 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
19657
19658         * html2text.el (html2text-remove-tag-list):
19659         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19660
19661 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
19662
19663         * gnus-cus.el: Revert 2005-10-17 change.
19664
19665 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19666
19667         * gnus-art.el (article-strip-banner):
19668         Call article-really-strip-banner only when the regexp match is made.
19669
19670 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19671
19672         * gnus-art.el (article-strip-banner):
19673         Use gnus-extract-address-components instead of
19674         mail-header-parse-addresses to make it work with non-ASCII text;
19675         remove mail-encode-encoded-word-string.
19676
19677         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19678         values which are surrounded with \"...\"; make it never cause a
19679         Lisp error; give up parsing of parameters if it failed in
19680         extracting type.
19681
19682 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
19683
19684         * smime.el (smime-cert-by-ldap-1): Fix bug where
19685         `smime-ldap-search' returns results without userCertificates.
19686
19687 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19688
19689         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19690
19691 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19692
19693         * spam.el (spam-check-spamassassin-headers): Adapt format for
19694         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
19695         <ari@mbf.ocn.ne.jp>.
19696         (spam-list-of-processors): Add spam-use-gmane.
19697
19698 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19699
19700         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19701         make-temp-file; make it work with XEmacs as well.
19702
19703         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19704         mm-make-temp-file.
19705
19706         * mm-decode.el (mm-display-external): Use the 3rd arg of
19707         mm-make-temp-file.
19708         (mm-create-image-xemacs): Ditto.
19709
19710 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19711
19712         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19713         with message-narrow-to-headers.
19714         (gnus-draft-setup): Narrow to header to run message-fetch-field.
19715         (gnus-draft-check-draft-articles): New function.
19716         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19717
19718 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19719
19720         * gnus-art.el (gnus-article-browse-html-parts):
19721         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19722         Don't use suffix argument for mm-make-temp-file for Emacs 21
19723         compatibility.  Remove useless `format'.
19724
19725 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19726
19727         * nnweb.el (nnweb-google-wash-article): Update regexps.
19728         (nnweb-group-alist): Use defvoo instead of defvar.
19729
19730 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19731
19732         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19733         re-loading nn* modules.
19734
19735 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19736
19737         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19738         for `tool-bar-mode' and don't check it's default-value.
19739
19740         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19741
19742         * message.el (message-make-tool-bar): Ditto.
19743
19744         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19745         `substring'.  Shorten tmp-file name.
19746
19747         * gnus.el: Remove bogus comment.
19748
19749 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19750
19751         * gnus-art.el (gnus-article-browse-html-parts): New function.
19752         (gnus-article-browse-html-article): New function for viewing html
19753         articles with a browser.
19754
19755 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19756
19757         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19758         in elisp.
19759         (pgg-gpg-encrypt-symmetric-region): Ditto.
19760         (pgg-gpg-sign-region): Ditto.
19761
19762         * pgg-def.el (pgg-text-mode): New variable.
19763
19764         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19765         (mml2015-pgg-encrypt): Ditto.
19766
19767         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19768         (mml1991-pgg-encrypt): Ditto.
19769
19770 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19771
19772         * nnfolder.el (nnfolder-insert-newsgroup-line):
19773         Use message-make-date instead of current-time-string.
19774
19775         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19776         to gnus-decoded which mm-uu might set.
19777
19778 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19779
19780         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19781         don't decode quoted parameters; remove misimported Emacs code.
19782         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19783         (rfc2231-decode-encoded-string): Don't use split-string which
19784         behaves differently according to Emacs version; use
19785         mm-decode-coding-region to convert charset to coding-system.
19786         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19787         (rfc2231-encode-string): Remove misimported Emacs code.
19788
19789 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19790
19791         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19792         when calling mail-header-parse-content-type.
19793         (article-de-quoted-unreadable): Ditto.
19794         (article-de-base64-unreadable): Ditto.
19795         (article-wash-html): Ditto.
19796
19797         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19798         calling mail-header-parse-content-type and
19799         mail-header-parse-content-disposition.
19800         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19801         mail-header-parse-content-type.
19802
19803         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19804         insert charset and format parameters; encode description after
19805         inserting it to buffer.
19806         (mml-insert-parameter): Fold lines properly even if a parameter is
19807         segmented into two or more lines; change the max column to 76.
19808
19809         * rfc1843.el (rfc1843-decode-article-body): Don't use
19810         ignore-errors when calling mail-header-parse-content-type.
19811
19812         * rfc2231.el (rfc2231-parse-string): Return at least type if
19813         possible; don't cause an error even if it fails in parsing of
19814         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19815         (rfc2231-encode-string): Don't break lines at the beginning, leave
19816         it to mml-insert-parameter.
19817
19818         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19819         calling mail-header-parse-content-type.
19820
19821 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19822
19823         * spam-report.el (spam-report-gmane-use-article-number):
19824         Improve doc string.
19825         (spam-report-gmane-internal): Check if a suitable header was found
19826         in the article.
19827
19828 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19829
19830         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19831         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19832
19833 2006-02-05  Romain Francoise  <romain@orebokech.com>
19834
19835         Update copyright notices of all files in the gnus directory.
19836
19837 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19838
19839         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19840
19841 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19842
19843         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19844         segmented lines of parameter value to cope with Thunderbird 1.5
19845         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19846         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19847         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19848
19849 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19850
19851         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19852         parts.
19853
19854 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19855
19856         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19857         there's only one active file for all servers.
19858         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19859         solid groups.  Gnus might have used a FAST request to select the group.
19860         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19861         and nnweb-search redundantly in the active file.
19862         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19863         (nnweb-request-create-group): Don't use ARGS.
19864         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19865         initializations.  Let nnoo do the work.
19866
19867 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19868
19869         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19870         Say the part has been decoded.
19871
19872         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19873
19874 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19875
19876         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19877         mailcap-viewer-test-cache when there's no 'test clause, since that
19878         will invert the meaning of a "nil" test previously determined by
19879         mailcap-mailcap-entry-passes-test.
19880
19881 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19882
19883         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19884         compiling.
19885
19886         * gnus-sum.el: Ditto.
19887
19888         * message.el: Don't bind tool-bar-map when compiling.
19889
19890 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19891
19892         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19893
19894 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19895
19896         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19897         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19898         current Google Groups.
19899
19900 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19901
19902         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19903         and tool-bar-mode.
19904
19905         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19906         and tool-bar-mode.
19907
19908         * message.el (message-tool-bar-update): Simplify.
19909         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19910
19911         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19912         gnus-summary-buffer.
19913         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19914         gnus-summary-reply.
19915
19916         * gmm-utils.el (gmm): Add :version.
19917
19918 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19919
19920         * Makefile.in (clean): New rule.
19921         (distclean): Use it.
19922
19923 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19924
19925         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19926         Don't autoload.
19927
19928 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19929
19930         * gmm-utils.el (gmm-verbose): Add :group.
19931
19932 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19933
19934         * message.el: Change some comments WRT tool-bars.
19935
19936         * gnus-sum.el (gnus-summary-tool-bar)
19937         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19938         (gnus-summary-tool-bar-zap-list): New variables.
19939         (gnus-summary-make-tool-bar): Complete rewrite using
19940         `gmm-tool-bar-from-list'.
19941
19942         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19943         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19944         New variables.
19945         (gnus-group-make-tool-bar): Complete rewrite using
19946         `gmm-tool-bar-from-list'.
19947         (gnus-group-tool-bar-update): New function.
19948
19949         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19950
19951 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19952
19953         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19954         is dissected into a single part of which the type is the same as
19955         the given one; decode charset.
19956
19957 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19958
19959         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19960         into alists as symbol not string, since that's what
19961         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19962         look for.
19963
19964 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19965
19966         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19967         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19968
19969         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19970
19971 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19972
19973         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19974         (gnus-xmas-mime-security-button-menu): New function.
19975
19976         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19977         (gnus-mime-security-button-menu): New definition.
19978         (gnus-mime-security-button-map): Use them.
19979         (gnus-mime-security-button-menu): New function.
19980         (gnus-insert-mime-security-button): Addition to help echo.
19981         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19982         (gnus-mime-security-pipe-part): New functions.
19983
19984         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19985         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19986
19987         * mm-decode.el (mm-handle-set-disposition): Remove.
19988         (mm-handle-set-description): Remove.
19989
19990 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19991
19992         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19993         (mm-w3m-standalone-supports-m17n-p): New function.
19994         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19995         w3m usage.
19996
19997         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19998         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19999
20000 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20001
20002         * message.el (message-tool-bar-zap-list):
20003         Use gmm-tool-bar-zap-list as custom type.
20004         (message-tool-bar-update): New function.
20005         (message-tool-bar, message-tool-bar-gnome)
20006         (message-tool-bar-retro): Add message-tool-bar-update.
20007         (message-tool-bar-gnome): Add flyspell-buffer.
20008
20009         * gnus-util.el (gnus-error): Describe `args'.
20010
20011         * gmm-utils.el (gmm-error): Describe `args'.
20012         (gmm-tool-bar-zap-list): New widget.
20013         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20014
20015 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20016
20017         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20018         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20019         the number of recursive calls.
20020
20021         * mm-decode.el (mm-handle-set-disposition): New macro.
20022         (mm-handle-set-description): New macro.
20023
20024 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20025
20026         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20027         encoding.
20028
20029 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20030
20031         * message.el (message-tool-bar-zap-list, message-tool-bar)
20032         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20033         (message-tool-bar-local-item-from-menu): Remove.
20034         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20035         (message-make-tool-bar): New function.
20036         (message-mode): Use `message-make-tool-bar'.
20037
20038         * gmm-utils.el: New file.
20039         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20040         (gmm-lazy): New widget copied from `nnmail.el'.
20041         (gmm-tool-bar-from-list): New function for creating customizable
20042         tool bars.
20043         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20044         output.
20045         (gmm): Add :prefix to defgroup.
20046
20047 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20048
20049         * gmm-utils.el (gmm-widget-p): New function.
20050
20051 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20052
20053         * mml.el (mml-attach-file): Describe `description' in doc string.
20054         (mml-menu): Add Emacs MIME manual and PGG manual.
20055
20056 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20057
20058         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20059
20060 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20061
20062         * nntp.el (nntp-end-of-line): Doc fix.
20063
20064 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20065
20066         * imap.el (imap-open): Handle case where buffer is a buffer
20067         object.
20068
20069 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20070
20071         * gnus-delay.el (gnus-delay): Don't autoload.
20072         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20073         to be re-loaded when customizing the `gnus-delay' group.
20074
20075 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20076
20077         * message.el (message-insert-citation-line): Use newlines.
20078
20079 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20080
20081         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20082         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20083         these routines, so the passphrase can be managed externally and
20084         passed in to the system.
20085         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20086         pgg-add-passphrase-to-cache function.
20087
20088         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20089         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20090         these routines, so the passphrase can be managed externally and
20091         passed in to the system.
20092         (pgg-pgp5-sign-region): Use new name of
20093         pgg-add-passphrase-to-cache function.
20094
20095 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20096
20097         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20098         part of the decoded armor to find the key-identifier.
20099         (pgg-gpg-lookup-key-owner): New function to return the
20100         human-readable identifier of a key owner.
20101         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20102         itself.
20103         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20104         the key value) if we have a key and can match it against a secret
20105         key.  Also, added a note pointing out fact that the prompt only
20106         indicates the first matching key.
20107
20108         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20109         pgg-decrypt-region.
20110         (pgg-add-passphrase-to-cache): Rename from
20111         `pgg-add-passphrase-cache' to reduce confusion (all callers
20112         changed).
20113         (pgg-remove-passphrase-from-cache): Rename from
20114         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20115         changed).
20116         (pgg-read-passphrase, pgg-add-passphrase-cache)
20117         (pgg-remove-passphrase-cache): Add informative docstrings.
20118         (pgg-decrypt): Convey provided passphrase in subordinate call to
20119         pgg-decrypt-region.
20120
20121 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20122
20123         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20124         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20125         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20126         'passphrase' argument, so the passphrase can be managed externally
20127         and then passed in to the system.
20128
20129         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20130         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20131         so the passphrase cache can be used reliably with identifiers
20132         besides a pgp packet's key id.
20133
20134         * pgg-gpg.el (pgg-gpg-encrypt-region)
20135         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20136         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20137         these routines, so the passphrase can be managed externally and
20138         passed in to the system.
20139
20140         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20141         'notruncate' argument, so the passphrase cache can be used
20142         reliably with identifiers besides a pgp packet's key id.
20143
20144 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20145
20146         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20147         symmetric encryption.
20148         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20149         encrypted session key.
20150         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20151         message ask for the passphrase in a proper way.
20152
20153         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20154         New user commands for symmetric encryption.
20155
20156 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20157
20158         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20159
20160         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20161
20162 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20163
20164         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20165
20166 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20167
20168         * mm-decode.el (mm-inlined-types): Add application/pgp.
20169         (mm-automatic-display): Ditto.
20170
20171         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20172         part as text.
20173
20174 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20175
20176         * nnrss.el: Update copyright.
20177         (nnrss-opml-import): Query whether to subscribe to each entry.
20178
20179         * gnus-art.el:
20180         * gnus-sum.el:
20181         * gnus-xmas.el:
20182         * messagexmas.el:
20183         * mm-uu.el:
20184         * mm-view.el: Update copyright.
20185
20186 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20187
20188         * message.el (message-info): New function.
20189         (message-mode-menu): Add it.
20190         Update copyright.
20191
20192         * ChangeLog: Fix and update copyright.
20193
20194 2006-01-13  Romain Francoise  <romain@orebokech.com>
20195
20196         * message.el (message-forward-subject-name-subject): Prefer the
20197         address to 'nowhere' if the sender has no name.
20198         Fix typo.  Update copyright year.
20199
20200 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20201
20202         * gnus-art.el (article-wash-html):
20203         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20204         (gnus-article-wash-html-with-w3m-standalone): New function.
20205
20206         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20207         mm-inline-text-html-render-with-w3m-standalone.
20208         (mm-text-html-washer-alist): Map w3m-standalone to
20209         gnus-article-wash-html-with-w3m-standalone.
20210         (mm-inline-text-html-render-with-w3m-standalone): New function.
20211
20212 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20213
20214         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20215         Improve LaTeX.
20216
20217 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20218
20219         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20220         (nnrss-request-article): Render text/plain parts as HTML.
20221
20222         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20223         the buffer.
20224
20225 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20226
20227         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20228         custom definition of `gnus-posting-styles'.
20229
20230         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20231         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20232
20233 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20234
20235         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20236         Use nntp for bug archive.
20237
20238 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20239
20240         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20241         parts.
20242         (nnrss-normalize-date): New function converts ISO 8601 date into
20243         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20244         (nnrss-check-group): Use it.
20245
20246 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20247
20248         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20249
20250         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20251         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20252         (nnrss-insert-w3): Ditto.
20253
20254 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20255
20256         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20257         the articles to be forwarded including the case where neither a
20258         number of articles nor a region is specified.
20259
20260 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20261
20262         * nnrss.el (nnrss-request-article): Fix last change; fill
20263         text/plain parts.
20264
20265 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20266
20267         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20268         in text/plain part.
20269         (nnrss-check-group): Don't add excessive newline to dc:subject.
20270
20271 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20272
20273         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20274         article.
20275
20276 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20277
20278         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20279         (nnml-use-compressed-files, nnml-save-mail): Support other
20280         comression programs such as bzip2.
20281
20282 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20283
20284         * dns.el (query-dns): Make sure we check the buffer size before
20285         removing tcp headers.
20286
20287 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20288
20289         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20290         remove MIME buttons associated with multipart/alternative parts.
20291         (gnus-mime-display-alternative): Tag buttons using `article-type'
20292         text property.
20293
20294         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20295         associated with multipart/alternative parts.
20296
20297         * gnus-art.el (gnus-signature-separator): Fix custom type.
20298
20299         * mm-decode.el (mm-inlined-types): Fix custom type.
20300         (mm-keep-viewer-alive-types): Ditto.
20301         (mm-automatic-display): Ditto.
20302         (mm-attachment-override-types): Ditto.
20303         (mm-inline-override-types): Ditto.
20304         (mm-automatic-external-display): Ditto.
20305
20306 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20307
20308         * spam-report.el (spam-report-user-mail-address)
20309         (spam-report-user-agent): New variables.
20310         (spam-report-url-ping-plain): Use spam-report-user-agent.
20311
20312 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20313
20314         * gnus-art.el (gnus-button-handle-custom): Do not just use
20315         `customize-apropos' for any "M-x customize-*" button but the
20316         function called for.  Accept both the function name and its
20317         argument in order to achieve this.
20318         (gnus-button-alist): Remove support for "custom:" URL's.
20319         Pass function name to `gnus-button-handle-custom' in case of "M-x
20320         customize-*" buttons.
20321
20322 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20323
20324         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20325         multipart/alternative and add xref to mm-discouraged-alternatives
20326         in doc string.
20327
20328         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20329         gnus-buttonized-mime-types in doc string.
20330
20331 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20332
20333         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20334         Suggest image/.* in the doc string.
20335
20336 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20337
20338         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20339         message-marks (Debian bug#342521).
20340
20341 2005-12-12  Simon Josefsson  <jas@extundo.com>
20342
20343         * password.el (password-read-from-cache): Add.
20344         (password-read): Use it.
20345
20346 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20347
20348         * rfc2047.el (rfc2047-charset-to-coding-system):
20349         Recognize us-ascii as a MIME charset.
20350
20351         * mm-bodies.el (mm-decode-content-transfer-encoding):
20352         Protect against the case where the 2nd arg TYPE is nil.
20353
20354 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20355
20356         * pop3.el (pop3-stream-type): Fix custom version.
20357
20358         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20359
20360 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20361
20362         * mm-decode.el (mm-display-external): Add missing cdr.
20363
20364 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20365
20366         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20367         RFC1524) if it is in mailcap or add a suffix according to
20368         mailcap-mime-extensions when generating a temp filename; postpone
20369         deleting a temp file for 2 seconds for some wrappers, shell
20370         scripts, and so on, which might exit right after having started a
20371         viewer command as a background job.
20372
20373 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20374
20375         * nntp.el (nntp-marks-directory): Fix custom group.
20376
20377         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20378         steps when < 10.
20379
20380         * gnus-start.el (gnus-no-server-1):
20381         Mention `gnus-level-default-subscribed' in doc string.
20382
20383 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20384
20385         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20386         parens.
20387
20388 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20389
20390         * gnus-xmas.el (gnus-use-toolbar): Revert.
20391         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20392         gnus-use-toolbar is default.
20393
20394         * messagexmas.el (message-use-toolbar): Revert.
20395         (message-setup-toolbar): Use global default-toolbar if
20396         message-use-toolbar is default.
20397
20398 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20399
20400         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20401         according to default-toolbar-visible-p.
20402
20403         * messagexmas.el (message-use-toolbar): Ditto.
20404
20405 2005-11-26  Dave Love  <fx@gnu.org>
20406
20407         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20408         (tls-program, tls-success): Provide openssl alternative.
20409
20410         * starttls.el: Doc fixes.
20411         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20412         SERVICE to PORT.
20413
20414         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20415         port null or service name.
20416         (starttls-negotiate): Autoload.
20417
20418 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20419
20420         * message.el (message-kill-to-signature): Fix interactive spec.
20421
20422 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20423
20424         * pop3.el (pop3-open-server): Recognize a string as a service name.
20425
20426 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
20427
20428         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
20429
20430 2005-11-23  Dave Love  <fx@gnu.org>
20431
20432         Add pop3s, pop3/starttls.
20433
20434         * pop3.el (pop3-authentication-scheme): Clarify doc.
20435         (open-tls-stream, starttls-open-stream): Autoload.
20436         (pop3-stream-type): New.
20437         (pop3-open-server): Use it.
20438
20439         * mail-source.el (mail-sources): Fix some :types.  Add stream type
20440         for POP.
20441         (mail-source-keyword-map): Add :stream for POP.
20442         (mail-source-fetch-pop): Use pop3-stream-type.
20443
20444 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20445
20446         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
20447         of current-time-string.
20448
20449 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
20450
20451         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
20452         date header.
20453
20454 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20455
20456         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
20457         it can seriously impact performance as it bypasses the agent's
20458         local caches.
20459
20460 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20461
20462         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
20463         must be explicitly online rather than "not explicitly offline" for
20464         its flags to be synchronized.
20465
20466         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
20467         that gnus-uu-unmark-thread will function correctly.
20468
20469         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
20470         1024K is instead displayed as 1M.
20471
20472 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20473
20474         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
20475
20476 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
20477
20478         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
20479
20480 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
20481
20482         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
20483         error message to display actual error condition.
20484         (gnus-agent-save-local): Avoid saving symbols that are bound to
20485         nil as they simply result in a warning message in
20486         gnus-agent-read-local.
20487
20488 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20489
20490         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
20491         rather than make-variable-buffer-local for file-precious-flag.
20492
20493 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20494
20495         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
20496         for duplicates which are removed.  The invalid sort check then
20497         triggers a rescan after the sort as sorting may have moved
20498         duplicate entries such that they can be cheaply detected.
20499
20500 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20501
20502         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
20503
20504 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20505
20506         * gnus-agent.el (gnus-agent-article-alist-save-format):
20507         Change internal variable to a custom variable.  Change default value
20508         from compressed(2) to uncompressed(1).
20509         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
20510         support for uncompressed agentview files.  Taken together, reading
20511         the agentview file should now be 6-7 times faster.
20512
20513 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
20514
20515         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
20516         as a buffer-local variable.  This avoids creating truncated
20517         dribble files as a result of a hang up, eg.
20518
20519 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
20520
20521         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
20522         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
20523         XEmacs.
20524
20525 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20526
20527         * gnus-start.el (gnus-start-draft-setup):
20528         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
20529
20530         * gnus.el (gnus-splash): Change custom group.
20531         (gnus-group-get-parameter, gnus-group-parameter-value):
20532         Describe allow-list argument.
20533
20534         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
20535         string.
20536
20537 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20538
20539         * gnus-art.el (gnus-default-article-saver): Add user-defined
20540         `function' to custom type.
20541
20542 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20543
20544         * imap.el (imap-open): Handle case where buffer is a buffer
20545         object.
20546
20547 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20548
20549         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
20550         long lines.
20551         (gnus-cache-delete-group): Wrap doc strings.
20552
20553         * gnus-agent.el (gnus-agent-rename-group)
20554         (gnus-agent-delete-group): Wrap doc strings.
20555
20556 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20557
20558         * messagexmas.el (message-use-toolbar): Change the valid values
20559         into default, top, bottom, left, and right.
20560         (message-toolbar-thickness): New variable.
20561         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
20562         well.
20563         (message-setup-toolbar): Make it work.
20564
20565         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
20566         (gnus-use-toolbar): Change the valid values into default, top,
20567         bottom, left, and right.
20568         (gnus-toolbar-thickness): New variable.
20569         (gnus-xmas-setup-toolbar): New function.
20570         (gnus-xmas-setup-group-toolbar): Use it.
20571         (gnus-xmas-setup-summary-toolbar): Use it.
20572
20573 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20574
20575         * gnus-start.el (gnus-1): Add "native" to
20576         gnus-predefined-server-alist.
20577
20578         * gnus.el (gnus-method-to-server): Don't add "native" to the
20579         lists here, because that leads to problems when
20580         gnus-select-method is bound.
20581
20582 2005-11-09  Simon Josefsson  <jas@extundo.com>
20583
20584         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
20585         use (not sort-by-date) instead.
20586
20587 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20588
20589         * gnus-delay.el (gnus-delay-group): Don't autoload.
20590         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20591         to be re-loaded when customizing the `gnus-delay' group.
20592
20593 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20594
20595         * message.el: Revert last changes.
20596         (message-insert-citation-line): Use newlines.
20597
20598 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20599
20600         * message.el (message-courtesy-message)
20601         (message-mark-insert-begin, message-mark-insert-end)
20602         (message-elide-ellipsis, message-cancel-message)
20603         (message-add-header, message-change-subject)
20604         (message-cross-post-followup-to-header)
20605         (message-cross-post-insert-note, message-reduce-to-to-cc)
20606         (message-widen-reply, message-delete-not-region)
20607         (message-kill-to-signature, message-insert-signature)
20608         (message-insert-importance-high, message-insert-importance-low)
20609         (message-insert-or-toggle-importance)
20610         (message-insert-disposition-notification-to)
20611         (message-indent-citation, message-yank-original)
20612         (message-cite-original-without-signature, message-cite-original)
20613         (message-insert-citation-line, message-position-on-field)
20614         (message-fix-before-sending, message-send-mail-partially)
20615         (message-send-mail, message-send-mail-with-sendmail)
20616         (message-send-mail-with-qmail, message-send-news)
20617         (message-check-news-header-syntax, message-generate-headers)
20618         (message-insert-courtesy-copy, message-fill-address)
20619         (message-fill-header, message-shorten-references)
20620         (message-setup-1, message-cancel-news)
20621         (message-forward-make-body-plain, message-forward-make-body-mime)
20622         (message-forward-make-body-mml, message-encode-message-body)
20623         (message-forward-make-body-digest-plain)
20624         (message-forward-make-body-digest-mime)
20625         (message-use-alternative-email-as-from): Insert `hard-newline'
20626         instead of ordinary newlines.
20627
20628 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20629
20630         * message.el (message-generate-headers): Downcase the argument
20631         given to message-check-element.
20632
20633 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
20634
20635         * nntp.el (nntp-authinfo-rejected): New error condition.
20636         (nntp-wait-for): Use new error condition to signal authentication
20637         error.
20638         (nntp-retrieve-data): Rethrow new error condition to break out of
20639         recursive call to nntp-send-authinfo.
20640
20641 2005-11-08  Romain Francoise  <romain@orebokech.com>
20642
20643         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
20644         (gnus-summary-exit-map): Bind to `Z p'.
20645         (gnus-summary-make-menu-bar): Add menu item.
20646
20647 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
20648
20649         * gnus-art.el (gnus-article-treat-custom): Add `first'.
20650         (gnus-treat-*): Add `first' in all doc strings.
20651
20652         * gnus-group.el (gnus-group-compact-group): Fix typo.
20653
20654 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20655
20656         * gnus.el (gnus-parameters-case-fold-search): New variable.
20657         (gnus-parameters-get-parameter): Use it.
20658
20659         * gnus-score.el (gnus-home-score-file): Doc fix.
20660
20661 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
20662
20663         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
20664
20665 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20666
20667         * mm-util.el (mm-special-display-p): New function.
20668
20669         * mml.el (mml-preview): Use it; doc fix.
20670
20671 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20672
20673         * imap.el (imap-open): Handle case where buffer is a buffer object.
20674
20675 2005-10-29  Romain Francoise  <romain@orebokech.com>
20676
20677         * message.el (message-fix-before-sending): Fix comment.
20678
20679 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20680
20681         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
20682
20683 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20684
20685         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
20686         Used in gnus-score.el.
20687
20688 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
20689
20690         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
20691
20692 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
20693
20694         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
20695         whitespace removed in revision 7.8.  Use concatenated string to
20696         protect trailing whitespace.
20697
20698 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
20699
20700         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
20701         (nnimap-request-expire-articles): Use it to avoid sending 'UID
20702         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
20703         Courier IMAP ("some version from 2004").  Mostly based on similar
20704         code in the same function.
20705
20706 2005-10-26  Didier Verna  <didier@xemacs.org>
20707
20708         * gnus-group.el (gnus-group-compact-group): Invalidate original
20709         article buffer.
20710         * gnus-srvr.el (gnus-server-compact-server): Ditto.
20711         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
20712         NOV database and in article itself.
20713         Invalidate article backlog.
20714
20715 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20716
20717         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
20718
20719 2005-10-26  Simon Josefsson  <jas@extundo.com>
20720
20721         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
20722         part of 2004-07-25 change.
20723
20724 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20725
20726         * message.el (message-display-completion-list): New function.
20727         (message-expand-group): Use it; make sure the Completions buffer
20728         is modifiable.
20729 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20730
20731         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
20732         user-mail-name is an empty string.
20733
20734 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20735
20736         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20737         depending on gnus-score-decay-constant.
20738
20739         * encrypt.el (encrypt-insert-file-contents)
20740         (encrypt-write-file-contents): Don't use `gnus-message'.
20741
20742         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20743         arguments.
20744         (mm-uu-type-alist): Add message-marks and insert-marks.
20745         Pass arguments to mm-uu-verbatim-marks-extract.
20746         (mm-uu-hide-markers): New variable.
20747         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20748
20749         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20750         (gnus-convert-image-to-face-command): Use "convert" by default to
20751         allow other input image formats.
20752         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20753         accordingly.
20754
20755 2005-10-23  Simon Josefsson  <jas@extundo.com>
20756
20757         * imap.el (imap-gssapi-program): Align command line parameters
20758         with latest GNU SASL.
20759         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20760
20761 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20762
20763         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20764         HTML.
20765         (nnslashdot-request-article): Ditto.
20766
20767         * lpath.el (featurep): Add nobreak-char-display.
20768
20769 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20770
20771         * mail-source.el (mail-source-fetch-pop): Require pop3.
20772         (mail-source-check-pop): Ditto.
20773
20774 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20775
20776         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20777         errors.
20778
20779 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20780
20781         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20782         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20783
20784         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20785
20786         * mm-bodies.el (mm-decode-string):
20787         Call `mm-charset-to-coding-system' with allow-override argument.
20788
20789 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20790
20791         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20792         (rfc2047-charset-to-coding-system): New function.
20793         (rfc2047-decode-encoded-words): New function.
20794         (rfc2047-decode-region): Use them.
20795         (rfc2047-decode-cte): Remove.
20796         (rfc2047-parse-and-decode): Remove.
20797         (rfc2047-decode): Remove.
20798
20799 2005-10-15  Kenichi Handa  <handa@m17n.org>
20800
20801         * rfc2047.el (rfc2047-decode-cte): New function.
20802         (rfc2047-decode-region): Change the way to decode successive
20803         encoded-words: decode B- or Q-encoding in each encoded-word,
20804         concatenate them, and decode it as charset.
20805
20806 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20807
20808         * lpath.el: Fbind codepage-setup for XEmacs.
20809
20810 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20811
20812         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20813         widget-move-and-invoke.
20814         (gnus-custom-mode): Use gnus-custom-map.
20815
20816 2005-10-15  Bill Wohler  <wohler@newt.com>
20817
20818         * message.el (message-tool-bar-map): Rename image file from
20819         mail_send to mail/send.
20820
20821 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20822
20823         * message.el (message-expand-group): Pass the common
20824         prefix substring of completion to `display-completion-list'.
20825
20826 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20827
20828         * mml-sec.el (mml-secure-method): New internal variable.
20829         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20830         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20831         New functions using mml-secure-method.
20832
20833         * mml.el (mml-mode-map): Add key bindings for those functions.
20834         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20835         Harder <harder@myrealbox.com>.
20836         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20837         Goto end of message if point is the headers of the message.
20838
20839         * message.el (message-in-body-p): New function.
20840
20841         * assistant.el: Autoload gnus-util and netrc.
20842
20843         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20844         Use `mm-charset-override-alist' only when decoding.
20845
20846         * mm-bodies.el (mm-decode-body):
20847         Call `mm-charset-to-coding-system' with allow-override argument.
20848
20849         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20850         `filename' from Content-Disposition if Content-Type doesn't
20851         provide `name'.
20852         (gnus-mime-view-part-as-type): Set default instead of
20853         initial-input.
20854
20855 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20856
20857         * format-spec.el (format-spec): Propagate text properties of % spec.
20858
20859 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20860
20861         * gnus-art.el (gnus-treat-predicate): Add `first'.
20862
20863 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20864
20865         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20866         (mm-charset-override-alist): New variable.
20867         (mm-charset-to-coding-system): Use it.
20868         (mm-codepage-setup): New helper function.
20869         (mm-charset-eval-alist): New variable.
20870         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20871         Warn about unknown charsets.
20872
20873         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20874
20875 2005-10-04  David Hansen  <david.hansen@gmx.net>
20876
20877         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20878         (nnrss-check-group): Ditto.
20879
20880 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20881
20882         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20883         Rename x-gnus-verbatim to x-verbatim.
20884         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20885
20886         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20887         x-verbatim.
20888
20889         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20890
20891         * gnus-util.el (gnus-remove-duplicates): Remove.
20892
20893         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20894         instead of gnus-remove-duplicates.
20895
20896         * message.el (message-remove-duplicates): Remove.
20897         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20898         message-remove-duplicates.
20899
20900         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20901         available, else use implementation from `delete-dups'.
20902
20903         * message.el (message-insert-expires): New function.
20904         (message-mode-map): Add key binding.
20905         (message-mode-field-menu): Add menu entry.
20906         (message-mode): Document it.
20907         (message-make-expires-date): Use `message-make-date'.
20908
20909 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20910
20911         * message.el (message-make-expires-date): New function.
20912
20913 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20914
20915         * Makefile.in (list-installed-shadows): New entry.
20916         (install): Use it.
20917         (remove-installed-shadows): New entry.
20918
20919         * dgnushack.el (dgnushack-default-load-path): New variable.
20920         (dgnushack-find-lisp-shadows): New function.
20921         (dgnushack-remove-lisp-shadows): New function.
20922
20923 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20924
20925         * Makefile.in (install-el-elc): New entry.
20926         (install): Use it so that .el files are necessarily installed.
20927
20928 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20929
20930         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20931
20932 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20933
20934         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20935         function rather than the diff-mode.el package.
20936         (mm-display-external): Use with-current-buffer.
20937         (mm-viewer-completion-map, mm-viewer-completion-map):
20938         Move initialization inside declaration.
20939
20940 2005-09-29  Simon Josefsson  <jas@extundo.com>
20941
20942         * spam.el: Load hashcash when compiling, to avoid warnings.
20943         Don't autoload mail-check-payment.
20944         (spam-check-hashcash): Define unconditionally, since hashcash.el
20945         is part of Gnus now.  Ignore errors from payment checking.
20946
20947 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20948
20949         * message.el (message-bold-region, message-unbold-region):
20950         Rename from `bold-region' and `unbold-region'.
20951
20952         * message.el: Remove useless autoloads.
20953
20954 2005-09-28  Simon Josefsson  <jas@extundo.com>
20955
20956         * message.el (message-use-idna): Default to t.
20957         (message-use-idna): Test whether encoding works too.  Doc fix.
20958
20959 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20960
20961         * nntp.el (nntp-warn-about-losing-connection): Remove.
20962
20963 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20964
20965         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20966         customizable.  Change default value.
20967         (mm-uu-diff-groups-regexp): Change default value.
20968         (mm-uu-type-alist): Add doc string.
20969         (mm-uu-configure): Add doc string.  Make it interactive.
20970         (mm-uu-tex-groups-regexp): New variable.
20971         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20972         (mm-uu-type-alist): Add LaTeX documents.
20973         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20974         of "text/verbatim".
20975         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20976
20977         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20978         instead of "text/verbatim".
20979
20980         * message.el (message-mark-inserted-region)
20981         (message-mark-insert-file): Use slrn style marks when called with
20982         prefix argument.
20983
20984 2005-09-27  Simon Josefsson  <jas@extundo.com>
20985
20986         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20987
20988 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20989
20990         * message.el (message-remove-duplicates): New function.
20991         Implementation borrowed from `gnus-remove-duplicates'.
20992         (message-idna-to-ascii-rhs): Also encode idna addresses in
20993         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20994         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20995         only ask about the same idna domain once per header and also tell
20996         in what header to replace the idna domain.
20997
20998         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20999         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21000         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21001         a header is decoded and not just the last one.
21002
21003 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21004
21005         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21006         has been decoded.
21007
21008         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21009         (mm-insert-part): Don't modify text if it has been decoded.
21010
21011         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21012         decoded.
21013
21014         * mm-view.el (mm-inline-text): Don't strip text props unless
21015         decoding enriched or richtext parts.
21016
21017 2005-09-25  Romain Francoise  <romain@orebokech.com>
21018
21019         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21020         * gnus-start.el (gnus-subscribe-interactively):
21021         * gnus-uu.el (gnus-uu-grab-articles):
21022         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21023         space.
21024
21025 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21026
21027         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21028         * mm-view.el (mm-view-pkcs7-decrypt):
21029         * gnus-sum.el (gnus-summary-limit-to-extra)
21030         (gnus-summary-respool-article, gnus-read-move-group-name):
21031         * gnus-score.el (gnus-summary-increase-score):
21032         * gnus-util.el (gnus-completing-read-with-default):
21033         * gnus-art.el (gnus-read-save-file-name)
21034         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21035         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21036         * message.el (message-check-news-header-syntax):
21037         Follow convention for reading with the minibuffer.
21038
21039 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21040
21041         * spam-report.el (spam-report-url-ping-plain):
21042         Use gnus-extended-version as User-Agent.
21043
21044         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21045         default value is nil.
21046
21047         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21048         (mm-uu-verbatim-marks-extract): New function.
21049         (mm-uu-extract): New face.
21050         (mm-uu-copy-to-buffer): Use it.
21051
21052         * spam-report.el (spam-report-gmane-ham): Rename from
21053         `spam-report-gmane-unspam'.
21054         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21055         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21056
21057         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21058         Autoload.
21059         (spam-report-gmane-unregister-routine):
21060         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21061
21062 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21063
21064         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21065         (spam-report-gmane-unregister-routine): Add support for gmane
21066         unregistration.
21067
21068         * spam-report.el (spam-report-gmane-unspam)
21069         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21070         (spam-report-gmane): Change to take a single article and do unspam
21071         registration.
21072
21073 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21074
21075         * mm-url.el (mm-url-decode-entities): Fix regexp.
21076
21077 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21078
21079         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21080         default to nil, to be able to use Gnus at all.  If the default
21081         switches to something else, then the function should be fixed not
21082         be exceedingly slow.
21083
21084 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21085
21086         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21087         fail hard.
21088
21089         * spam-report.el: Add better Keywords line.
21090
21091         * spam.el: Add Maintainer and better Keywords line.
21092
21093 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21094
21095         * gnus-art.el (gnus-article-replace-part)
21096         (gnus-mime-replace-part): New functions.
21097         (gnus-mime-action-alist, gnus-mime-button-commands)
21098         (gnus-mime-save-part-and-strip): Add file argument.
21099         (gnus-article-part-wrapper): Add interactive argument.
21100
21101         * gnus-sum.el (gnus-summary-mime-map):
21102         Add `gnus-article-replace-part'.
21103
21104 2005-09-19  Didier Verna  <didier@xemacs.org>
21105
21106         The nnml compaction feature:
21107         * nnml.el (nnml-request-compact-group): New function.
21108         * nnml.el (nnml-request-compact): New function.
21109         * gnus-int.el (gnus-request-compact-group): New function.
21110         * gnus-int.el (gnus-request-compact): New function.
21111         * gnus-group.el (gnus-group-compact-group): New function.
21112         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21113         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21114         * gnus-srvr.el (gnus-server-compact-server): New function.
21115         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21116         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21117
21118 2005-09-18  Deepak Goel  <deego@gnufans.org>
21119
21120         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21121         format spec.
21122
21123 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21124
21125         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21126
21127 2005-09-15  Romain Francoise  <romain@orebokech.com>
21128
21129         * message.el (message-fill-paragraph): Clarify docstring.
21130
21131 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21132
21133         * gnus-art.el (gnus-mime-display-part): Protect against broken
21134         MIME messages.
21135
21136 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21137
21138         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21139         before parsing header.
21140
21141 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21142
21143         * html2text.el (html2text-replace-list): Add new entities.
21144
21145 2005-09-11  Romain Francoise  <romain@orebokech.com>
21146
21147         * message.el (message-alternative-emails): Improve docstring.
21148         (message-setup-1): Call `message-use-alternative-email-as-from'
21149         after `message-setup-hook' to give it precedence over posting
21150         styles, etc.
21151         (message-use-alternative-email-as-from): Add docstring.
21152         Remove the original From header if present.
21153
21154         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21155         (nnml-save-mail): Use it.
21156
21157         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21158         articles.  Add new argument `silent'.
21159         (gnus-uu-mark-all): Report the total number of marked articles.
21160
21161 2005-09-10  Romain Francoise  <romain@orebokech.com>
21162
21163         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21164         (gnus-uu-mark-series): Likewise.
21165
21166 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21167
21168         * spam-report.el (spam-report-gmane): Fix generation of spam
21169         report URL.
21170
21171 2005-09-10  Simon Josefsson  <jas@extundo.com>
21172
21173         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21174         t, based on discussion on the ding list with Robert Epprecht
21175         <epprecht@solnet.ch>.
21176
21177 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21178
21179         * spam-report.el (spam-report-gmane): Make it work without
21180         X-Report-Spam header.  Gmane now only provides Archived-At.
21181         This is only used if `spam-report-gmane-use-article-number' is nil.
21182         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21183
21184         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21185         make `gnus-summary-sort-by-recipient' work with threading.
21186
21187         * nnweb.el (nnweb-google-wash-article): Print a message if article
21188         is not available.
21189
21190 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21191
21192         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21193         change.  Decode text/* parts content before displaying.
21194
21195 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21196
21197         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21198
21199 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21200
21201         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21202
21203         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21204         url-package-name, url-package-version,
21205         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21206         w3m-display-inline-images, and w3m-minor-mode-map.
21207
21208 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21209
21210         * message.el (message-tab-body-function): Fix mismatched custom type.
21211
21212         * gnus.el (gnus-group-change-level-function): Ditto.
21213
21214         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21215
21216         * gnus-art.el (gnus-signature-limit)
21217         (gnus-article-mime-part-function): Ditto.
21218
21219 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21220
21221         * mml.el (mml-mode): Silence the byte compiler.
21222
21223         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21224         using `(sit-for 0)' before moving the point to the specified part;
21225         skip unbuttonized parts.
21226         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21227         return to the summary window if gnus-auto-select-part is non-nil.
21228
21229 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21230
21231         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21232         New variables.
21233         (mml-dnd-attach-file, mml-mode): Use them.
21234
21235         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21236         Make fetching article by MID work again for Google Groups.
21237         Add FIXME concerning gnus-group-make-web-group.
21238
21239         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21240         Don't depend on Gnus by using mail-extract-address-components if
21241         gnus-extract-address-components is not bound.
21242
21243 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21244
21245         * gnus-art.el (gnus-mime-display-security): Don't display the
21246         signature, but only the signed part.
21247
21248 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21249
21250         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21251
21252         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21253         list, not listp.
21254
21255 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21256
21257         * mm-encode.el (mm-encode-content-transfer-encoding):
21258         Likewise when encoding.
21259
21260         * mm-bodies.el (mm-decode-content-transfer-encoding):
21261         De-canonicalize CRLF for all text content types, not just
21262         text/plain.
21263
21264 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21265
21266         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21267         valid article; point arrow and cursor at the MIME button.
21268
21269 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21270
21271         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21272         Suggested by Dan Christensen <jdc@uwo.ca>.
21273
21274         * mm-decode.el (mm-save-part): Enable change of prompt.
21275
21276 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21277
21278         * gnus-msg.el (gnus-inews-add-send-actions):
21279         Make `message-post-method' lambda parameter ARG `&optional'.
21280
21281 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21282
21283         * gnus-sum.el (gnus-summary-mime-map):
21284         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21285         gnus-article-jump-to-part.
21286
21287         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21288         (gnus-article-edit-part): Use it.
21289         (gnus-article-part-wrapper): Add no-handle argument.
21290         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21291         New functions.
21292
21293 2005-08-29  Romain Francoise  <romain@orebokech.com>
21294
21295         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21296         docstring.
21297         (gnus-face-from-file): Likewise.
21298
21299 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21300
21301         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21302         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21303         non-nil.
21304         (gnus-auto-select-part): New variable.
21305         (gnus-article-jump-to-part): New function.
21306         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21307         (gnus-mime-delete-part): Allow selecting specified part after
21308         deleting or stripping parts.
21309         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21310         part if argument is bogus.
21311
21312 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21313
21314         * gnus-art.el (w3m-minor-mode-map):
21315         * gnus-spec.el (gnus-newsrc-file-version):
21316         * gnus-util.el (nnmail-active-file-coding-system)
21317         (gnus-original-article-buffer, gnus-user-agent):
21318         * gnus.el (gnus-ham-process-destinations)
21319         (gnus-parameter-ham-marks-alist)
21320         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21321         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21322         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21323         * mm-decode.el (gnus-current-window-configuration):
21324         * mm-extern.el (gnus-article-mime-handles):
21325         * mm-url.el (url-current-object, url-package-name)
21326         (url-package-version):
21327         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21328         (smime-keys, w3m-cid-retrieve-function-alist)
21329         (w3m-current-buffer, w3m-display-inline-images)
21330         (w3m-minor-mode-map):
21331         * mml-smime.el (gnus-extract-address-components):
21332         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21333         (gnus-newsrc-hashtb, message-default-charset)
21334         (message-deletable-headers, message-options)
21335         (message-posting-charset, message-required-mail-headers)
21336         (message-required-news-headers):
21337         * mml1991.el (mc-pgp-always-sign):
21338         * mml2015.el (mc-pgp-always-sign):
21339         * nnheader.el (nnmail-extra-headers):
21340         * rfc1843.el (gnus-decode-encoded-word-function)
21341         (gnus-decode-header-function, gnus-newsgroup-name):
21342         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21343
21344 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21345
21346         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21347         the end of the date treatments.
21348
21349 2005-08-15  Simon Josefsson  <jas@extundo.com>
21350
21351         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21352         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21353         Capello and Romain Francoise.
21354         (pgg-fetch-key-function): Remove, not used?
21355         (pgg-insert-url-with-w3): Require url, to get
21356         url-insert-file-contents regardless of where it is defined.
21357
21358 2005-08-13  Romain Francoise  <romain@orebokech.com>
21359
21360         * message.el (message-cite-original-1): New function.
21361         (message-cite-original): Use it.
21362         (message-cite-original-without-signature): Ditto.
21363
21364 2005-08-08  Romain Francoise  <romain@orebokech.com>
21365
21366         * message.el (message-yank-empty-prefix): New variable.
21367         (message-indent-citation): Use it.
21368         (message-cite-original-without-signature): Respect X-No-Archive.
21369
21370 2005-08-08  Simon Josefsson  <jas@extundo.com>
21371
21372         * pgg.el: Autoload url-insert-file-contents instead of loading
21373         w3/url.
21374         (pgg-insert-url-with-w3): Don't load url here.
21375
21376 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21377
21378         * message.el (message-kill-to-signature): Don't insert newline at
21379         bol.
21380         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21381
21382 2005-08-06  Romain Francoise  <romain@orebokech.com>
21383
21384         * message.el (message-user-fqdn): Fix typo in docstring.
21385
21386 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21387
21388         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21389
21390         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21391
21392 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21393
21394         * mm-bodies.el (mm-encode-body): Use coding system rather than
21395         charset to encode text.
21396
21397         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21398         number of charsets if utf-8 is available (XEmacs).
21399
21400 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21401
21402         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21403         taken from `gnus-button-mid-or-mail-regexp'.
21404         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21405         (gnus-button-alist): Improve regexp for domain part of the MIDs
21406         for news:localpart@domain buttons.
21407         (gnus-button-ctan-directory-regexp): Update.
21408
21409 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21410
21411         * sieve-manage.el (sieve-manage-interactive-login):
21412         Use make-local-variable rather than make-variable-buffer-local.
21413         (sieve-manage-open): Ditto.
21414         (sieve-manage-authenticate): Ditto.
21415
21416         * mml.el (mml-generate-mime-1): Make the content type default to
21417         text/plain if the filename is not specified.
21418
21419 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21420
21421         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
21422         instead of insert-buffer.
21423
21424         * message.el (message-yank-original): Ditto; set the mark at the
21425         end of the yanked message.
21426
21427 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21428
21429         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
21430         lines to scroll rather than to stop it.
21431
21432         * mml.el (mml-generate-default-type): Add doc string.
21433         (mml-generate-mime-1): Use mm-default-file-encoding or make it
21434         default to application/octet-stream when determining the content
21435         type if it is not specified for the part or the mml contents; add
21436         a comment about mml-generate-default-type.
21437
21438 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
21439
21440         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
21441         make it default to application/octet-stream when determining the
21442         content type if it is not specified for the external contents.
21443
21444 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21445
21446         * rfc2231.el (rfc2231-parse-string): Take care that not only a
21447         segmented parameter but also other parameters might be there.
21448
21449 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21450
21451         * mm-decode.el (mm-display-external): Delete temp file, directory
21452         and buffer immediately if the external process is exited.
21453
21454 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21455
21456         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
21457         fewer lines than that of scroll-margin.
21458         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
21459
21460 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21461
21462         * gnus-art.el (gnus-article-next-page): Revert.
21463         (gnus-article-beginning-of-window): New macro.
21464         (gnus-article-next-page-1): Use it.
21465         (gnus-article-prev-page): Ditto.
21466         (gnus-article-edit-part): Use insert-buffer-substring instead of
21467         insert-buffer.
21468         (gnus-article-edit-exit): Ditto.
21469
21470         * gnus-util.el (gnus-beginning-of-window): Remove.
21471         (gnus-end-of-window): Remove.
21472
21473         * lpath.el: Don't bind header-line-format and scroll-margin.
21474
21475 2005-07-25  Simon Josefsson  <jas@extundo.com>
21476
21477         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
21478         to have the url package without w3.  Reported by Daiki Ueno
21479         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
21480
21481 2005-07-20  Didier Verna  <didier@xemacs.org>
21482
21483         * gnus-diary.el: Remove the description comment (nndiary is now
21484         properly documented in the Gnus manual).
21485         Fix the spelling of "Back End".
21486         * nndiary.el: Ditto.
21487         Fix the copyright notice.
21488
21489 2005-07-18  Romain Francoise  <romain@orebokech.com>
21490
21491         * gnus-sum.el (gnus-summary-to-prefix)
21492         (gnus-summary-newsgroup-prefix): New variables.
21493         (gnus-summary-from-or-to-or-newsgroups): Use them.
21494
21495 2005-07-17  Romain Francoise  <romain@orebokech.com>
21496
21497         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
21498         space as it's generally not especially interesting to the user.
21499
21500 2005-07-16  Romain Francoise  <romain@orebokech.com>
21501
21502         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
21503         nil to avoid prompting and file modification if one of the
21504         messages at the top of the nnfolder file contains a copyright
21505         notice.
21506         Update copyright notice.
21507
21508         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
21509         instead of `current-time-string' as the latter creates a time
21510         string that is not RFC 2822 compliant (it lacks the zone).
21511         Update copyright notice.
21512
21513 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21514
21515         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
21516         for text/rtf.  Display default in prompt.  Pass default for M-n.
21517
21518         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
21519
21520 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21521
21522         * gnus-msg.el (gnus-button-mailto):
21523         Remove save-selected-window-window hackery because it relies on
21524         save-selected-window internals.
21525
21526 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21527
21528         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
21529         (gnus-article-next-page-1): Use gnus-beginning-of-window.
21530         (gnus-article-prev-page): Ditto.
21531
21532         * gnus-util.el (gnus-beginning-of-window): New function.
21533         (gnus-end-of-window): New function.
21534
21535         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
21536
21537 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21538
21539         * gnus-score.el (gnus-score-edit-all-score):
21540         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
21541         gnus-message.
21542
21543 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21544
21545         * gnus-msg.el (gnus-button-mailto):
21546         Remove save-selected-window-window hackery because it relies on
21547         save-selected-window internals.
21548
21549 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21550
21551         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
21552         add-minor-mode.
21553         (gnus-binary-mode): Ditto.
21554
21555         * gnus-topic.el (gnus-topic-mode): Ditto.
21556
21557 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
21558
21559         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
21560         (gnus-article-prev-page): Take scroll-margin into consideration.
21561
21562 2005-07-04  Lute Kamstra  <lute@gnu.org>
21563
21564         Update FSF's address in GPL notices.
21565
21566 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
21567
21568         * gnus.el (gnus-exit):
21569         * gnus-group.el (gnus-group-icons):
21570         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
21571
21572         * gnus-nocem.el (gnus-nocem):
21573         * message.el (message-various, message-buffers, message-sending)
21574         (message-interface, message-forwarding, message-insertion)
21575         (message-headers, message-news, message-mail):
21576         * pgg-gpg.el (pgg-gpg):
21577         * pgg-parse.el (pgg-parse):
21578         * pgg-pgp.el (pgg-pgp):
21579         * pgg-pgp5.el (pgg-pgp5):
21580         * pop3.el (pop3): Finish `defgroup' description with period.
21581
21582 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21583
21584         * gnus-art.el (article-display-face): Improve the efficiency.
21585         (article-display-x-face): Ditto; remove gray x-face stuff.
21586
21587 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21588
21589         * gnus-art.el (article-display-face): Correct the position in
21590         which Faces are inserted.
21591
21592 2005-06-29  Didier Verna  <didier@xemacs.org>
21593
21594         * gnus-art.el (article-display-face): Display faces in correct
21595         order.
21596
21597 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21598
21599         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
21600         (gnus-fill-real-hashtb): Use hash table instead of obarray.
21601         (gnus-nocem-check-article): Fetch the Type header.
21602         (gnus-nocem-message-wanted-p): Fix the way to examine types.
21603         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
21604         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
21605         make sure gnus-nocem-hashtb is initialized.
21606         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
21607         (gnus-nocem-unwanted-article-p): Ditto.
21608
21609         * pgg.el (pgg-verify): Return the verification result.
21610
21611 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21612
21613         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
21614         is ascii.
21615
21616 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
21617
21618         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
21619         `show-nonbreak-escape'.
21620
21621 2005-06-23  Lute Kamstra  <lute@gnu.org>
21622
21623         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
21624
21625         * dig.el (dig-mode):
21626         * smime.el (smime-mode): Use gnus-run-mode-hooks.
21627
21628 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
21629
21630         * nnimap.el (nnimap-split-download-body): Fix spellings.
21631
21632 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
21633
21634         * gnus-art.el (gnus-article-encrypt-body):
21635         * gnus-cus.el (gnus-score-customize):
21636         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
21637         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
21638
21639 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
21640
21641         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
21642         header by looking for magic "MII" at the beginning.
21643
21644 2005-06-16  Miles Bader  <miles@gnu.org>
21645
21646         * gnus-xmas.el (gnus-xmas-group-startup-message):
21647         Use renamed gnus-splash face.
21648
21649         * assistant.el (assistant-field): Remove "-face" suffix from face name.
21650         (assistant-field-face): New backward-compatibility alias for renamed
21651         face.
21652         (assistant-render-text): Use renamed assistant-field face.
21653
21654         * spam.el (spam): Remove "-face" suffix from face name.
21655         (spam-face): New backward-compatibility alias for renamed face.
21656         (spam-face, spam-initialize): Use renamed spam face.
21657
21658         * message.el (message-header-to, message-header-cc)
21659         (message-header-subject, message-header-newsgroups)
21660         (message-header-other, message-header-name)
21661         (message-header-xheader, message-separator, message-cited-text)
21662         (message-mml): Remove "-face" suffix from face names.
21663         (message-header-to-face, message-header-cc-face)
21664         (message-header-subject-face, message-header-newsgroups-face)
21665         (message-header-other-face, message-header-name-face)
21666         (message-header-xheader-face, message-separator-face)
21667         (message-cited-text-face, message-mml-face):
21668         New backward-compatibility aliases for renamed faces.
21669         (message-font-lock-keywords): Use renamed message faces.
21670
21671         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
21672         (sieve-test-commands, sieve-tagged-arguments):
21673         Remove "-face" suffix from face names.
21674         (sieve-control-commands-face, sieve-action-commands-face)
21675         (sieve-test-commands-face, sieve-tagged-arguments-face):
21676         New backward-compatibility aliases for renamed faces.
21677         (sieve-control-commands-face, sieve-action-commands-face)
21678         (sieve-test-commands-face, sieve-tagged-arguments-face):
21679         Use renamed sieve faces.
21680
21681         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
21682         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
21683         (gnus-group-news-3-empty, gnus-group-news-4)
21684         (gnus-group-news-4-empty, gnus-group-news-5)
21685         (gnus-group-news-5-empty, gnus-group-news-6)
21686         (gnus-group-news-6-empty, gnus-group-news-low)
21687         (gnus-group-news-low-empty, gnus-group-mail-1)
21688         (gnus-group-mail-1-empty, gnus-group-mail-2)
21689         (gnus-group-mail-2-empty, gnus-group-mail-3)
21690         (gnus-group-mail-3-empty, gnus-group-mail-low)
21691         (gnus-group-mail-low-empty, gnus-summary-selected)
21692         (gnus-summary-cancelled, gnus-summary-high-ticked)
21693         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
21694         (gnus-summary-high-ancient, gnus-summary-low-ancient)
21695         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
21696         (gnus-summary-low-undownloaded)
21697         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
21698         (gnus-summary-low-unread, gnus-summary-normal-unread)
21699         (gnus-summary-high-read, gnus-summary-low-read)
21700         (gnus-summary-normal-read, gnus-splash):
21701         Remove "-face" suffix from face names.
21702         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
21703         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
21704         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
21705         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
21706         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
21707         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
21708         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
21709         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
21710         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
21711         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
21712         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
21713         (gnus-summary-selected-face, gnus-summary-cancelled-face)
21714         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
21715         (gnus-summary-normal-ticked-face)
21716         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
21717         (gnus-summary-normal-ancient-face)
21718         (gnus-summary-high-undownloaded-face)
21719         (gnus-summary-low-undownloaded-face)
21720         (gnus-summary-normal-undownloaded-face)
21721         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
21722         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
21723         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
21724         (gnus-splash-face):
21725         New backward-compatibility aliases for renamed faces.
21726         (gnus-group-startup-message): Use renamed gnus faces.
21727
21728         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
21729         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
21730         (gnus-server-agent): Remove "-face" suffix from face names.
21731         (gnus-server-agent-face, gnus-server-opened-face)
21732         (gnus-server-closed-face, gnus-server-denied-face)
21733         (gnus-server-offline-face):
21734         New backward-compatibility aliases for renamed faces.
21735         (gnus-server-agent-face, gnus-server-opened-face)
21736         (gnus-server-closed-face, gnus-server-denied-face)
21737         (gnus-server-offline-face): Use renamed gnus faces.
21738
21739         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21740         Remove "-face" suffix from face names.
21741         (gnus-picon-xbm-face, gnus-picon-face):
21742         New backward-compatibility aliases for renamed faces.
21743
21744         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21745         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21746         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21747         (gnus-cite-11): Remove "-face" suffix from face names.
21748         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21749         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21750         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21751         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21752         New backward-compatibility aliases for renamed faces.
21753         (gnus-cite-attribution-face, gnus-cite-face-list)
21754         (gnus-article-boring-faces): Use renamed gnus faces.
21755
21756         * gnus-art.el (gnus-signature, gnus-header-from)
21757         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21758         (gnus-header-content): Remove "-face" suffix from face names.
21759         (gnus-signature-face, gnus-header-from-face)
21760         (gnus-header-subject-face, gnus-header-newsgroups-face)
21761         (gnus-header-name-face, gnus-header-content-face):
21762         New backward-compatibility aliases for renamed faces.
21763         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21764
21765         * gnus-sum.el (gnus-summary-selected-face)
21766         (gnus-summary-highlight): Use renamed gnus faces.
21767         * gnus-group.el (gnus-group-highlight): Likewise.
21768
21769 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21770
21771         * gnus-sieve.el (gnus-sieve-article-add-rule):
21772         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21773         * spam-stat.el (spam-stat-buffer-change-to-spam)
21774         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21775
21776         * message.el (message-is-yours-p):
21777         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21778
21779 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21780
21781         * mm-view.el (mm-inline-text): Withdraw the last change.
21782
21783 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21784
21785         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
21786         executing enriched-decode.
21787
21788 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21789
21790         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21791         charset of tar files.
21792
21793 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21794
21795         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21796
21797 2005-06-04  Lute Kamstra  <lute@gnu.org>
21798
21799         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21800         information is never recorded.
21801
21802 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21803
21804         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21805
21806 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21807
21808         * pop3.el (pop3-apop): Run md5 in the binary mode.
21809
21810         * starttls.el (starttls-set-process-query-on-exit-flag):
21811         Use eval-and-compile.
21812
21813 2005-05-31  Simon Josefsson  <jas@extundo.com>
21814
21815         * smime.el (smime-replace-in-string): Define.
21816         (smime-cert-by-ldap-1): Use it.
21817
21818 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21819
21820         * gnus-art.el (article-display-x-face): Replace
21821         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21822
21823         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21824         set-process-query-on-exit-flag or process-kill-without-query.
21825
21826         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21827         loop instead of replace-regexp.
21828
21829         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21830         instead of process-kill-without-query if it is available.
21831
21832         * lpath.el: Fbind ldap-search-entries.
21833
21834         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21835         instead of find-file-hooks if it is available.
21836
21837         * mml1991.el: Bind pgg-default-user-id when compiling.
21838
21839         * mml2015.el: Bind pgg-default-user-id when compiling.
21840
21841         * nndraft.el (nndraft-request-associate-buffer):
21842         Use write-contents-functions instead of write-contents-hooks if it is
21843         available.
21844
21845         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21846         instead of find-file-hooks if it is available.
21847
21848         * nntp.el (nntp-open-connection): Replace
21849         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21850         (nntp-open-ssl-stream): Ditto.
21851         (nntp-open-tls-stream): Ditto.
21852
21853         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21854         set-process-query-on-exit-flag or process-kill-without-query.
21855         (starttls-open-stream-gnutls): Use it instead of
21856         process-kill-without-query.
21857         (starttls-open-stream): Ditto.
21858
21859 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21860
21861         * smime.el (smime-cert-by-ldap-1): Don't use
21862         replace-regexp-in-string.
21863
21864 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21865
21866         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21867
21868         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21869         in PEM format.  Adjust to the XEmacs compatibility.
21870
21871 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21872
21873         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21874         by `string-to-number'.
21875         * gnus-agent.el (gnus-agent-regenerate-group)
21876         (gnus-agent-fetch-articles): Ditto.
21877         * gnus-art.el (gnus-button-fetch-group): Ditto.
21878         * gnus-cache.el (gnus-cache-generate-active)
21879         (gnus-cache-articles-in-group): Ditto.
21880         * gnus-group.el (gnus-group-set-current-level)
21881         (gnus-group-insert-group-line): Ditto.
21882         * gnus-score.el (gnus-score-set-expunge-below)
21883         (gnus-score-set-mark-below, gnus-summary-score-effect)
21884         (gnus-summary-score-entry): Ditto.
21885         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21886         (gnus-soup-pack): Ditto.
21887         * gnus-spec.el (gnus-xmas-format): Ditto.
21888         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21889         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21890         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21891         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21892         * nndb.el (nndb-get-remote-expire-response): Ditto.
21893         * nndiary.el (nndiary-parse-schedule-value)
21894         (nndiary-string-to-number, nndiary-request-replace-article)
21895         (nndiary-request-article): Ditto.
21896         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21897         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21898         * nneething.el (nneething-make-head): Ditto.
21899         * nnfolder.el (nnfolder-request-article)
21900         (nnfolder-retrieve-headers): Ditto.
21901         * nnheader.el (nnheader-file-to-number): Ditto.
21902         * nnkiboze.el (nnkiboze-request-article): Ditto.
21903         * nnmail.el (nnmail-process-unix-mail-format)
21904         (nnmail-process-babyl-mail-format): Ditto.
21905         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21906         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21907         (nnmh-request-create-group, nnmh-request-list-1)
21908         (nnmh-request-group, nnmh-request-article): Ditto.
21909         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21910         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21911         * nnsoup.el (nnsoup-make-active): Ditto.
21912         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21913         * nntp.el (nntp-find-group-and-number)
21914         (nntp-retrieve-headers-with-xover): Ditto.
21915         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21916         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21917         (pgg-format-key-identifier): Ditto.
21918         * pop3.el (pop3-last, pop3-stat): Ditto.
21919         * qp.el (quoted-printable-decode-region): Ditto.
21920
21921         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21922         of concat.
21923
21924 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21925
21926         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21927
21928         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21929
21930         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21931
21932         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21933
21934         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21935
21936         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21937
21938         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21939         (gnus-carpal-mode): Ditto.
21940
21941         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21942         (gnus-browse-mode): Ditto.
21943
21944         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21945
21946         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21947
21948 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21949
21950         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21951
21952 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21953
21954         * gnus-util.el (gnus-run-mode-hooks): New function.
21955
21956         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21957
21958         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21959         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21960
21961 2005-05-27  Lute Kamstra  <lute@gnu.org>
21962
21963         * dns-mode.el (dns-mode): Specify customization group.
21964
21965 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21966
21967         * gnus-agent.el (gnus-agent-make-mode-line-string):
21968         Use mode-line-highlight as mouse-face.
21969
21970 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21971
21972         * canlock.el (canlock): Change the parent group to news.
21973
21974         * deuglify.el (gnus-outlook-deuglify): Add :group.
21975
21976         * dig.el (dig): Add :group.
21977
21978         * dns-mode.el (dns-mode): Add :group.
21979
21980         * encrypt.el (encrypt): Add :group.
21981
21982         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21983         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21984         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21985         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21986         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21987
21988         * gnus-diary.el (gnus-diary): Add :group.
21989
21990         * gnus.el (gnus-group-news-1-face): Add :group.
21991         (gnus-group-news-1-empty-face): Ditto.
21992         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21993         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21994         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21995         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21996         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21997         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21998         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21999         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22000         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22001         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22002         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22003         (gnus-summary-high-ticked-face): Ditto.
22004         (gnus-summary-low-ticked-face): Ditto.
22005         (gnus-summary-normal-ticked-face): Ditto.
22006         (gnus-summary-high-ancient-face): Ditto.
22007         (gnus-summary-low-ancient-face): Ditto.
22008         (gnus-summary-normal-ancient-face): Ditto.
22009         (gnus-summary-high-undownloaded-face): Ditto.
22010         (gnus-summary-low-undownloaded-face): Ditto.
22011         (gnus-summary-normal-undownloaded-face): Ditto.
22012         (gnus-summary-high-unread-face): Ditto.
22013         (gnus-summary-low-unread-face): Ditto.
22014         (gnus-summary-normal-unread-face): Ditto.
22015         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22016         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22017
22018         * hashcash.el (hashcash): New custom group.
22019         (hashcash-default-payment): Add :group.
22020         (hashcash-payment-alist): Ditto.
22021         (hashcash-default-accept-payment): Ditto.
22022         (hashcash-accept-resources): Ditto.
22023         (hashcash-path): Ditto.
22024         (hashcash-extra-generate-parameters): Ditto.
22025         (hashcash-double-spend-database): Ditto.
22026         (hashcash-in-news): Ditto.
22027
22028         * message.el (message-minibuffer-local-map): Add :group.
22029
22030         * netrc.el (netrc): Add :group.
22031
22032         * sieve-manage.el (sieve-manage-log): Add :group.
22033         (sieve-manage-default-user): Diito.
22034         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22035         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22036         (sieve-manage-authenticators): Ditto.
22037         (sieve-manage-authenticator-alist): Ditto.
22038         (sieve-manage-default-port): Ditto.
22039
22040         * sieve-mode.el (sieve-control-commands-face): Add :group.
22041         (sieve-action-commands-face): Ditto.
22042         (sieve-test-commands-face): Ditto.
22043         (sieve-tagged-arguments-face): Ditto.
22044
22045         * smime.el (smime): Add :group.
22046
22047         * spam-report.el (spam-report): Add :group.
22048
22049         * spam.el (spam, spam-face): Add :group.
22050
22051 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22052
22053         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22054         return \n.\n.\n at the end of articles.  Protect against that.
22055         (nntp-with-open-group): Allow debugging.
22056
22057         * nnheader.el (mail-header-set-extra): Make into a function
22058         because I just could't understand how to quote the list properly.
22059
22060         * dns.el (query-dns-cached): New function.
22061
22062 2005-05-26  Lute Kamstra  <lute@gnu.org>
22063
22064         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22065
22066 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22067
22068         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22069
22070         * gnus-art.el: Don't autoload mail-extract-address-components.
22071
22072         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22073         eval-and-compile to evaluate it.
22074
22075         * hashcash.el: Don't autoload executable-find.
22076
22077         * nndb.el: Don't declare the nndb back end two or more times; don't
22078         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22079
22080         * nntp.el: Autoload format-spec instead of format; use
22081         eval-and-compile to evaluate autoload forms.
22082
22083 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22084
22085         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22086
22087 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22088
22089         * gnus.el (gnus-version-number): Bump version.
22090
22091 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22092
22093         * gnus.el: No Gnus v0.3 is released.
22094
22095 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22096
22097         * lpath.el (featurep): Bind show-nonbreak-escape.
22098
22099 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22100
22101         * gnus-art.el (gnus-article-edit-part): Disable undo.
22102
22103 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22104
22105         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22106         gnus-article-date-lapsed-new-header is t if date timer is active;
22107         skip headers in which the original date value is empty.
22108         (gnus-article-save-original-date): Redefine it as a macro.
22109         (gnus-display-mime): Use it.
22110
22111 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22112
22113         * gnus-art.el (article-date-ut): Support converting date in
22114         forwarded parts as well.
22115         (gnus-article-save-original-date): New function.
22116         (gnus-display-mime): Use it.
22117
22118 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22119
22120         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22121         enclosure element of <item>.
22122
22123 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22124
22125         * message.el (message-kill-buffer-query): Rename from
22126         `message-kill-buffer-query-if-modified'.  Add :version.
22127
22128 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22129
22130         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22131         window layout.
22132
22133 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22134
22135         * mml.el: Autoload dnd when compiling.
22136
22137 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22138
22139         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22140         x-dnd-*.
22141
22142 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22143
22144         * qp.el (quoted-printable-encode-region): Save excursion.
22145
22146 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22147
22148         * message.el (message-kill-buffer-query-if-modified): Add new variable
22149         so the user can kill a modified message buffer quickly.
22150         (message-kill-buffer): Use it.
22151
22152 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22153
22154         * lpath.el: Fbind display-time-event-handler; don't fbind
22155         string-to-multibyte.
22156
22157         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22158
22159 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22160
22161         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22162         contained in text because xml.el decodes entities) with LFs.
22163
22164 2005-04-11  Lute Kamstra  <lute@gnu.org>
22165
22166         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22167         differently.
22168
22169 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22170
22171         * mm-util.el (mm-detect-coding-region): Typo.
22172
22173 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22174
22175         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22176
22177 2005-04-06  Deepak Goel  <deego@gnufans.org>
22178
22179         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22180         user-function allow user modifications of the scores.
22181         (spam-stat-score-buffer-user): New function, to allow
22182         user-computed modifications to the score.
22183         (spam-stat-score-buffer-user-functions): List of additional
22184         scoring functions.
22185         (spam-stat-error-holder): Global temporary error holder.
22186         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22187         variable.
22188
22189 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22190
22191         * gnus-registry.el (gnus-registry-clean-empty-function)
22192         (gnus-registry-trim, gnus-registry-fetch-groups)
22193         (gnus-registry-delete-group): Groups that match
22194         `gnus-registry-ignored-groups' are removed from the registry
22195         entries, not just ignored for splitting.  This helps clean up the
22196         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22197         to get all the groups a message ID is in.
22198
22199         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22200         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22201         (spam-stat-score-buffer-user-functions): Add :number custom type.
22202
22203 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22204
22205         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22206         argument in XEmacs.
22207
22208         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22209         (nnrss-request-group): Decode group name first.
22210         (nnrss-request-article): Make a text/plain article if mml-to-mime
22211         failed.
22212         (nnrss-get-encoding): Return a compatible encoding according to
22213         nnrss-compatible-encoding-alist.
22214         (nnrss-find-el): Use consp instead of listp.
22215         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22216
22217 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22218
22219         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22220         which Emacs 20 doesn't support.
22221         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22222
22223 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22224
22225         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22226         silence the byte compiler inside the defun.
22227
22228         * gnus-demon.el (parse-time-string): Add autoload.
22229
22230         * gnus-delay.el (parse-time-string): Add autoload.
22231
22232         * gnus-art.el (parse-time-string): Add autoload.
22233
22234         * nnultimate.el (parse-time): Require for `parse-time-string'.
22235
22236 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22237
22238         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22239
22240         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22241
22242         * smime.el (smime-ldap-host-list): Add :version.
22243
22244 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22245
22246         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22247         pass it to `gnus-browse-read-group'.
22248         (gnus-browse-read-group): Add NUMBER argument and pass it to
22249         `gnus-group-read-ephemeral-group'.
22250
22251         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22252         argument and pass it to `gnus-group-read-group'.
22253
22254 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22255
22256         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22257         mm-xemacs-find-mime-charset-1 if we have the mule feature
22258         available at runtime.
22259
22260 2005-03-25  Werner Lemberg  <wl@gnu.org>
22261
22262         * nnmaildir.el: Replace `illegal' with `invalid'.
22263
22264 2005-03-23  Lute Kamstra  <lute@gnu.org>
22265
22266         * time-date.el: Add comment on time value formats.
22267         Don't require parse-time.
22268         (with-decoded-time-value): New macro.
22269         (encode-time-value): New function.
22270         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22271         (days-to-time): Return a valid time value when arg is huge.
22272         (time-since): Use time-subtract.
22273         (time-to-number-of-days): Use time-to-seconds.
22274
22275 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22276
22277         * gnus-start.el (gnus-display-time-event-handler):
22278         Check display-time-timer at runtime rather than only at load time
22279         in case display-time-mode is turned off in the mean time.
22280
22281 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22282
22283         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22284         used.
22285
22286         * nneething.el (nneething-map-file-directory): Derive from
22287         `gnus-directory'.
22288
22289         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22290         the To/Cc button.
22291
22292 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22293
22294         * nnmaildir.el (nnmaildir-request-accept-article):
22295         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22296
22297 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22298
22299         * gnus-async.el: Require timer-funcs at compile time when in
22300         XEmacs for `run-with-idle-timer'.
22301
22302 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22303
22304         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22305         autoloaded function.
22306
22307 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22308
22309         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22310
22311 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22312
22313         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22314
22315 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22316
22317         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22318         Add gnus-expert-user to default.
22319
22320 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22321
22322         * nnimap.el (nnimap-open-server): Ditto.
22323
22324         * imap.el (imap-authenticate): Fix typo.
22325
22326 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22327
22328         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22329         buffer (since IMAP server might return FETCH response out of
22330         order, and the nntp buffer must be sorted).
22331
22332 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22333
22334         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22335         comparison on string.
22336
22337         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22338         (gnus-agent-score): Rename category keywords to match gnus-cus.
22339         (gnus-agent-summary-fetch-series): Modify to protect against
22340         gnus-agent-summary-fetch-group clearing processable flags.
22341         (gnus-agent-synchronize-group-flags): Update live group buffer as
22342         synchronization may occur due to the user toggle the plugged
22343         status.
22344         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22345         successfully downloaded.
22346         (gnus-agent-expire-group-1): Avoid using markers when the overview
22347         is in ascending order; greatly improves performance.
22348         (gnus-agent-regenerate-group):
22349         Use gnus-agent-synchronize-group-flags to reset read status in both
22350         gnus and server.
22351         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22352
22353 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22354
22355         * message.el: Don't autoload former message-utils variables.
22356         (message-strip-subject-trailing-was): Change doc string.
22357
22358         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22359         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22360         (nnweb-google-search): Add "hl=en" here.
22361         (nnweb-google-parse-1, nnweb-google-create-mapping):
22362         Don't hardcode URL.
22363
22364 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22365
22366         * message.el (message-get-reply-headers, message-followup):
22367         Mention related variables `message-use-followup-to' and
22368         `message-use-mail-followup-to', in the information buffer.
22369
22370         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22371         of broken groups(-beta).google.com.
22372
22373 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22374
22375         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22376         parameter to invoked gnus-request-move-article; remove the
22377         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22378         all at once instead of once per article.
22379         (gnus-summary-remove-process-mark): Accept a list of articles as
22380         well as a single article for processing.
22381
22382         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22383         parameter.
22384
22385         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22386
22387         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22388
22389         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22390         parameter.
22391
22392         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22393         parameter.
22394
22395         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22396         parameter and remove the gnus-sum-hint-move-is-internal variable.
22397
22398         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22399         parameter.
22400
22401         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22402         parameter.
22403
22404         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22405         parameter.
22406
22407         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22408
22409         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22410         parameter.
22411
22412         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22413         parameter.
22414
22415 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22416
22417         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22418         a more conservative way.
22419
22420 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22421
22422         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
22423         buffer, so it moves the window's cursor.
22424
22425 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
22426
22427         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
22428         `mm-dissect-multipart' and receive the from field as an (optional)
22429         argument from `mm-dissect-multipart'.
22430         (mm-dissect-multipart): Receive the from field as an argument and
22431         pass it on when we call `mm-dissect-buffer' on MIME parts.
22432         Fixes verification/decryption of signed/encrypted MIME parts.
22433
22434 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22435
22436         * gnus-sum.el (gnus-summary-move-article):
22437         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
22438         whatever it calls (right now, only nnimap-request-move article
22439         respects it).
22440
22441         * nnimap.el (nnimap-request-move-article):
22442         When gnus-sum-hint-move-is-internal is set, don't do the extra
22443         nnimap-request-article.
22444
22445 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22446
22447         * nnheader.el (nnheader-find-file-noselect): Add doc string.
22448
22449         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
22450         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
22451
22452         * gnus-sum.el (gnus-summary-caesar-message):
22453         Apply `gnus-treat-article' after rotation.
22454
22455         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
22456         doc string.
22457
22458 2005-02-22  Simon Josefsson  <jas@extundo.com>
22459
22460         * encrypt.el (encrypt-password-cache-expiry): Remove (use
22461         `password-cache-expiry' instead).  Reported by Arne Jørgensen
22462         <arne@arnested.dk>.
22463         (encrypt): Add password-cache and password-cache-expiry as group
22464         members.
22465
22466 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
22467
22468         * smime.el (smime-ldap-host-list): Doc fix.
22469         (smime-ask-passphrase): Use `password-read-and-add' to read (and
22470         cache) password.
22471         (smime-sign-region): Use it.
22472         (smime-decrypt-region): Use it.
22473         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
22474         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
22475         fails.
22476         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
22477         certificate from DER to PEM format rather than calling openssl.
22478
22479         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
22480
22481         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
22482         for signing/encryption.
22483
22484         * mml.el (mml-parse-1): Use them.
22485
22486 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
22487
22488         * nnrss.el (nnrss-verbose): Remove.
22489         (nnrss-request-group): Use `nnheader-message' instead.
22490
22491 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
22492
22493         * nnrss.el (nnrss-verbose): New variable.
22494         (nnrss-request-group): Make it say nnrss is requesting a group.
22495
22496 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
22497
22498         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
22499         Handle news URL with given port correctly.
22500
22501 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22502
22503         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
22504         containing special characters.
22505
22506         * gnus-sum.el (gnus-summary-edit-article): Ditto.
22507
22508         * mml.el (mime-to-mml): Ditto.
22509
22510         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
22511         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
22512         (rfc2047-decode-region): Quote decoded words containing special
22513         characters when rfc2047-quote-decoded-words-containing-tspecials
22514         is non-nil.
22515
22516 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
22517
22518         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
22519
22520         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
22521
22522 2005-02-15  Simon Josefsson  <jas@extundo.com>
22523
22524         * nnimap.el (nnimap-debug): Doc fix.
22525
22526         * imap.el (imap-debug): Doc fix.
22527
22528 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22529
22530         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
22531
22532 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
22533
22534         * gnus.el (spam-contents): Improve docs for spam-contents
22535         parameter in its variable incarnation.
22536
22537 2005-02-14  Simon Josefsson  <jas@extundo.com>
22538
22539         * smime-ldap.el: Use require instead of load-library for ldap.
22540         (smime-ldap-search): Indent.
22541         (smime-ldap-search-internal): Shorten line.
22542
22543         * smime.el (smime-cert-by-dns): Add doc-string.
22544         (smime-cert-by-ldap-1): Indent.
22545
22546         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
22547         mml-smime-get-dns-ldap.
22548         (mml-smime-encrypt-query): Use new function.  Default to ldap.
22549
22550 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
22551
22552         * smime.el: Require smime-ldap.
22553         (smime-ldap-host-list): New variable.
22554         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
22555
22556         * mml-smime.el (mml-smime-encrypt-query): New function.
22557         (mml-smime-encrypt-query): Use it.
22558
22559         * smime-ldap.el: New file.
22560
22561 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22562
22563         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
22564
22565 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
22566
22567         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
22568         argument in doc string.  Make query for type more clear.
22569
22570 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
22571
22572         * gnus.el (gnus-group-startup-message): Search for gnus images in
22573         etc/images/gnus.
22574         * mm-util.el (mm-image-load-path): Likewise.
22575         * smiley.el (smiley-data-directory): Search for smilies in
22576         etc/images/smilies.
22577
22578 2005-02-09  Kim F. Storm  <storm@cua.dk>
22579
22580         Change Emacs release version from 21.4 to 22.1 throughout.
22581         Change Emacs development version from 21.3.50 to 22.0.50.
22582
22583 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22584
22585         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
22586
22587         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
22588         non-Mule XEmacs as well.
22589         (mm-decompress-buffer): Signal an error intentionally if it does
22590         not decompress compressed data because auto-compression-mode is
22591         disabled.
22592
22593 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
22594
22595         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
22596         an ID in the registry even if it has no groups.
22597
22598 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22599
22600         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
22601         merge it into mm-decompress-buffer.
22602         (gnus-mime-copy-part): Use the MIME part charset, the value which
22603         a user specified or gnus-newsgroup-charset for decoding, like
22604         gnus-mime-inline-part does; set buffer-file-coding-system to tell
22605         save-buffer what was used.  Suggested by Kevin Ryde
22606         <user42@zip.com.au>.
22607         (gnus-mime-inline-part): Allow the name parameter as well as the
22608         filename parameter; force decompressing of compressed data; always
22609         display contents being not decoded as unibyte.
22610
22611         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
22612         as well as the filename parameter.
22613
22614         * mm-util.el (mm-decompress-buffer):
22615         Merge gnus-mime-jka-compr-maybe-uncompress.
22616         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
22617         of compressed data.
22618
22619 2005-02-08  Simon Josefsson  <jas@extundo.com>
22620
22621         * imap.el (imap-log): Doc fix.
22622
22623 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22624
22625         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
22626         the coding cookies; decompress compressed parts.
22627
22628         * mml.el (mml-generate-mime-1): Add the charset parameter according
22629         to the value which a user specified manually or the coding cookie.
22630
22631         * mm-util.el (mm-string-to-multibyte): New function.
22632         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
22633         (mm-coding-system-to-mime-charset): New function.
22634         (mm-decompress-buffer): New function.
22635         (mm-find-buffer-file-coding-system): New function.
22636
22637         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
22638         (mm-display-inline-fontify): Rewrite for decoding and decompressing
22639         parts.
22640
22641 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22642
22643         * mm-view.el (mm-display-inline-fontify): Decode a part according
22644         to the charset parameter.
22645
22646 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22647
22648         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
22649         prefix arg is neither nil nor a number, as info specifies.
22650
22651 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22652
22653         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
22654         timestamps.
22655
22656 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
22657
22658         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
22659         groups error checking and notify user.
22660
22661 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
22662
22663         * message.el (message-send-mail-function): Check existence of
22664         sendmail-program first before using default value
22665         `message-send-mail-with-sendmail'.  Otherwise use more generic
22666         `smtpmail-send-it'.
22667
22668 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22669
22670         * nntp.el (nntp-request-update-info): Always return nil.
22671
22672 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22673
22674         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
22675
22676 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22677
22678         * message.el (message-beginning-of-line): Change the behavior when
22679         invoked between BOL and : so that it first moves backward.
22680
22681 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22682
22683         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
22684         article buffer when editing of the article is discarded.
22685         (gnus-article-prepare): Revert.
22686
22687 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22688
22689         * gnus-art.el (gnus-article-prepare):
22690         Remove message-strip-forbidden-properties from the local hook.
22691
22692 2005-01-27  Simon Josefsson  <jas@extundo.com>
22693
22694         * password.el (password-cache-add): Only start one timer per key.
22695         Reported by Derek Atkins <warlord@MIT.EDU>.
22696
22697 2005-01-26  Steve Youngs  <steve@sxemacs.org>
22698
22699         * run-at-time.el: Remove.  It is no longer needed as
22700         timer-funcs.el in the xemacs-base package has a working version of
22701         `run-at-time'.
22702
22703         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
22704
22705         * password.el: Require timer-funcs instead of run-at-time in
22706         XEmacs.
22707         Remove `password-run-at-time' macro.
22708         (password-cache-add): Use `run-at-time' instead of
22709         `password-run-at-time'.
22710
22711         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
22712         Remove `nnheader-cancel-function-timers' alias,
22713         `cancel-function-timers' exists in XEmacs in timer-funcs.
22714
22715         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
22716         for `run-with-idle-timer'.
22717
22718         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
22719         for `run-at-time'.
22720
22721         * mm-url.el: Require timer-funcs at compile time when in XEmacs
22722         for `with-timeout'.
22723
22724         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
22725         the same as for XEmacs 21.4.
22726         No need to ignore `run-with-idle-timer', this function exists in
22727         XEmacs now in timer-funcs.el in the xemacs-base package.
22728         (dgnushack-compile): No need to delete
22729         run-at-time.el from the list of files to compile because it
22730         doesn't exist anymore.
22731
22732 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22733
22734         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22735         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22736
22737 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22738
22739         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22740         sensitively.
22741
22742 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22743
22744         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22745
22746 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22747
22748         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22749         which will be inserted according to the multibyteness of a buffer
22750         rather than the type of contents.  Suggested by ARISAWA Akihiro
22751         <ari@mbf.ocn.ne.jp>.
22752
22753         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22754         of string which old xml.el may return rather than a string.
22755
22756 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22757
22758         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22759
22760 2005-01-16  Simon Josefsson  <jas@extundo.com>
22761
22762         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22763         idn/idna.el isn't available.
22764         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22765         <michael@waxrat.com>.
22766
22767         * hashcash.el: Remove non-FSF copyright header.
22768
22769         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22770         (hashcash-generate-payment): Use it.
22771         (hashcash-generate-payment-async): Use it.
22772
22773 2005-01-15  Simon Josefsson  <jas@extundo.com>
22774
22775         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22776         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22777
22778         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22779         gnus-summary-idna-message.
22780         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22781         (gnus-summary-idna-message): New function.
22782
22783 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
22784
22785         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
22786         gnus-novice-user.
22787
22788 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22789
22790         * nnrss.el (nnrss-request-delete-group): Delete entries in
22791         nnrss-group-alist as well.
22792         (nnrss-save-server-data): Insert newline.
22793
22794 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22795
22796         * gnus.el (gnus-user-agent): Use list of symbols instead of
22797         symbols.  Display full version number for (S)XEmacs.
22798         Optionally display (S)XEmacs codename.
22799
22800         * gnus-util.el (gnus-emacs-version): Update for new
22801         `gnus-user-agent'.
22802
22803         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22804         Gnus version.
22805
22806 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22807
22808         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22809         which is unreadable in some setups.
22810
22811 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22812
22813         * gnus-spec.el (gnus-update-format-specifications): Flush the
22814         group format spec cache if it doesn't support decoded group names.
22815
22816 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22817
22818         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22819         Allow to apply decay on score files matching a regexp.
22820
22821 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22822
22823         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22824         compatibility in %g and %c.
22825
22826 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22827
22828         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22829         name for only %g and %c.
22830         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22831         of gnus-tmp-group to decoded group name.
22832         (gnus-group-make-rss-group): Exclude `/'s from group names.
22833
22834 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22835
22836         * nnrss.el (nnrss-get-encoding): Fix regexp.
22837
22838 2004-12-27  Simon Josefsson  <jas@extundo.com>
22839
22840         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22841         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22842         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22843
22844 2004-12-17  Kim F. Storm  <storm@cua.dk>
22845
22846         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22847
22848         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22849
22850 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22851
22852         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22853
22854 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22855
22856         * nnrss.el: Require rfc2047 and mml.
22857         (nnrss-file-coding-system): New variable.
22858         (nnrss-format-string): Redefine it as an inline function.
22859         (nnrss-decode-group-name): New function.
22860         (nnrss-string-as-multibyte): Remove.
22861         (nnrss-retrieve-headers): Decode group name; don't use
22862         nnrss-format-string.
22863         (nnrss-request-group): Decode group name.
22864         (nnrss-request-article): Decode group name; allow a Message-ID as
22865         well as an article number; don't use nnrss-format-string; encode a
22866         Message-ID string which may contain non-ASCII characters; use
22867         mml-to-mime to compose a MIME article.
22868         (nnrss-request-expire-articles): Decode group name.
22869         (nnrss-request-delete-group): Decode group name.
22870         (nnrss-fetch): Clarify error message.
22871         (nnrss-read-server-data): Use insert-file-contents instead of load;
22872         bind file-name-coding-system; use multibyte buffer.
22873         (nnrss-save-server-data): Bind coding-system-for-write to the
22874         value of nnrss-file-coding-system; bind file-name-coding-system;
22875         add coding cookie.
22876         (nnrss-read-group-data): Use insert-file-contents instead of load;
22877         bind file-name-coding-system; use multibyte buffer.
22878         (nnrss-save-group-data): Bind coding-system-for-write to the
22879         value of nnrss-file-coding-system; bind file-name-coding-system.
22880         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22881         make it work with non-ASCII text.
22882         (nnrss-find-el): Make it work with old xml.el as well.
22883
22884 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22885
22886         * nnrss.el (nnrss-get-encoding): New function.
22887         (nnrss-fetch): Use unibyte buffer initially; bind
22888         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22889         decode contents according to the encoding attribute.
22890         (nnrss-save-group-data): Add coding cookie.
22891         (nnrss-mime-encode-string): New function.
22892         (nnrss-check-group): Use it to encode subject and author.
22893
22894 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22895
22896         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22897         imaginary variable.
22898
22899 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22900
22901         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22902         correctly even if there are wide characters.
22903
22904 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22905
22906         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22907         downcased symbol names; make a new cache instead of reusing
22908         bbdb-hashtable.
22909
22910 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22911
22912         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22913         concatenating segments rather than before concatenating them.
22914         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22915
22916         * message.el (message-get-reply-headers): Bind `extra'.
22917
22918 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22919
22920         * message.el (message-extra-wide-headers): New variable.
22921         (message-get-reply-headers): Use it.
22922
22923 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22924
22925         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22926         (gnus-agent-group-pathname): Ditto.
22927
22928         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22929
22930         * gnus-group.el (gnus-group-make-group): Decode group name.
22931         (gnus-group-make-rss-group): Register the group data after opening
22932         the nnrss group.
22933
22934 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22935
22936         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22937         by expiry now get marked as read.
22938
22939 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22940
22941         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22942
22943 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22944
22945         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22946         unify Latin characters in XEmacs.
22947         (mm-find-mime-charset-region): Use it.
22948
22949 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22950
22951         * gnus-util.el (gnus-delete-directory): New function.
22952
22953         * gnus-agent.el (gnus-agent-delete-group): Use it.
22954
22955         * gnus-cache.el (gnus-cache-delete-group): Use it.
22956
22957 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22958
22959         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22960         names.
22961
22962 2004-12-16  Simon Josefsson  <jas@extundo.com>
22963
22964         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22965
22966 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22967
22968         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22969
22970         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22971         (gnus-group-set-current-level): Decode group name.
22972
22973 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22974
22975         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22976         failed.
22977
22978 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22979
22980         * gnus-group.el (gnus-group-delete-group): Decode group name.
22981         (gnus-group-make-rss-group): Encode group name.
22982         (gnus-group-catchup-current): Decode group name.
22983         (gnus-group-kill-group): Decode group name.
22984
22985 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22986
22987         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22988
22989 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22990
22991         * gnus-group.el (gnus-group-make-rss-group):
22992         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22993
22994         * gnus-start.el (gnus-setup-news): Honor user's setting to
22995         gnus-message-archive-method.  Suggested by Lute Kamstra
22996         <lute@gnu.org>.
22997
22998 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22999
23000         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23001         global counterparts of the buffer-local variables.
23002
23003 2004-11-16  Romain Francoise  <romain@orebokech.com>
23004
23005         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23006         counterparts of the buffer-local variables.
23007
23008 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23009
23010         * message.el (message-forbidden-properties): Fix typo in doc
23011         string.
23012
23013 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23014
23015         * gnus-util.el (gnus-replace-in-string): Add doc string.
23016
23017         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23018         to avoid problems when splitting mails with many recipients.
23019
23020 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23021
23022         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23023         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23024
23025 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23026
23027         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23028         if there is no hashtable in memory or file modification time is
23029         newer than cached timestamp.
23030
23031 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23032
23033         * gnus-sum.el (gnus-summary-limit-to-recipient):
23034         Implement not-matching option.
23035
23036 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23037
23038         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23039         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23040         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23041         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23042         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23043         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23044
23045 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23046
23047         * message.el (message-forward-make-body-mml): Remove headers
23048         according to message-forward-ignored-headers if a message is decoded.
23049
23050 2004-12-02  Romain Francoise  <romain@orebokech.com>
23051
23052         * message.el (message-forward-make-body-plain): Always remove
23053         headers according to message-forward-ignored-headers.
23054
23055 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23056
23057         * spam.el (spam-summary-prepare-exit): Remove the
23058         gnus-summary-limit pop for now, it has problems with ham marks for
23059         me.
23060
23061 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23062
23063         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23064         correctly.
23065
23066 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23067
23068         * format-spec.el (format-spec): Message the char.
23069
23070 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23071
23072         * gnus-art.el (gnus-split-methods): Reformat comments.
23073
23074         * spam.el (spam-summary-prepare-exit): Remove article limits
23075         before exiting the summary buffer.
23076
23077 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23078
23079         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23080         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23081
23082         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23083         order to silence the byte compiler.
23084
23085         * spam.el: Fix the way to silence the byte compiler, which
23086         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23087         bbdb-search-simple, spam-BBDB-register-routine,
23088         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23089         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23090         spam-stat-buffer-is-spam, spam-stat-load,
23091         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23092         spam-stat-save and spam-stat-split-fancy.
23093
23094 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23095
23096         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23097         which may confuse users.
23098         (canlock-password-for-verify): Ditto.
23099
23100         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23101
23102         * gnus-art.el (gnus-emphasis-alist): Ditto.
23103
23104         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23105
23106         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23107
23108         * gnus-start.el (gnus-save-killed-list): Ditto.
23109
23110         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23111         (gnus-sum-thread-tree-root): Ditto.
23112         (gnus-sum-thread-tree-false-root): Ditto.
23113         (gnus-sum-thread-tree-single-indent): Ditto.
23114
23115         * message.el (message-courtesy-message): Ditto.
23116         (message-archive-note): Ditto.
23117         (message-subscribed-address-file): Ditto.
23118         (message-user-fqdn): Ditto.
23119
23120         * spam-report.el (spam-report-gmane-regex): Ditto.
23121
23122         * spam.el (spam-blackhole-good-server-regex): Ditto.
23123
23124 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23125
23126         * mml.el (mml-preview): Widen the message buffer before copying
23127         the contents to the preview buffer; sort headers before previewing.
23128
23129         * message.el (message-hidden-headers): Fix the way to avoid a bug
23130         in the `repeat' widget in Emacs 21.3 or earlier.
23131
23132 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23133
23134         * message.el (message-hidden-headers): Default to "^References:".
23135         Improve customization type.  Suggested by Reiner Steib
23136         <Reiner.Steib@gmx.de>.
23137
23138 2004-11-25  Romain Francoise  <romain@orebokech.com>
23139
23140         * message.el (message-strip-forbidden-properties): Remove check for
23141         obsolete `message-hidden' text property, hidden headers are not
23142         accessible in the buffer anymore.
23143
23144 2004-11-22  Romain Francoise  <romain@orebokech.com>
23145
23146         * message.el (message-header-format-alist): Add `From' in list
23147         so that it can be sorted.
23148         (message-fix-before-sending): Widen and sort headers before
23149         sending.
23150         (message-hide-headers): Use narrowing to hide headers by moving
23151         them to the top of the buffer and narrowing to the region
23152         underneath.
23153
23154 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23155
23156         * message.el (message-strip-forbidden-properties):
23157         Bind buffer-read-only (etc) to nil.
23158
23159 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23160
23161         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23162         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23163
23164 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23165
23166         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23167
23168 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23169
23170         * dns.el (query-dns): Use sit-for to time instead of
23171         accept-process-output, since that doesn't seem to work on udp
23172         sockets.
23173
23174 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23175
23176         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23177
23178 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23179
23180         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23181         doc string.  Improve doc string.
23182
23183 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23184
23185         * nntp.el (nntp-request-update-info): Return nil if
23186         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23187         may not call gnus-activate-group which uselessly issues the GROUP
23188         commands for all nntp groups and wastes time.  Reported by Romain
23189         Francoise <romain@orebokech.com>.
23190
23191         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23192
23193 2004-11-15  Simon Josefsson  <jas@extundo.com>
23194
23195         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23196         headers separately.
23197         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23198         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23199
23200 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23201
23202         * gnus-start.el (gnus-convert-old-newsrc):
23203         Assign legacy-gnus-agent to 5.10.7.
23204
23205 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23206
23207         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23208         start of the lines.
23209
23210 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23211
23212         * hashcash.el (hashcash-default-payment): Change default to 20.
23213         (hashcash-default-accept-payment): Change default to 20.
23214         (hashcash-process-alist): New variable.
23215         (hashcash-generate-payment-async): Add.
23216         (hashcash-already-paid-p): Add.
23217         (hashcash-insert-payment): Don't generate payments twice.
23218         (hashcash-insert-payment-async): Add.
23219         (hashcash-insert-payment-async-2): Add.
23220         (hashcash-cancel-async): Add.
23221         (hashcash-wait-async): Add.
23222         (hashcash-processes-running-p): Add.
23223         (hashcash-wait-or-cancel): Add.
23224         (mail-add-payment): New optional argument.  Conditionally start
23225         asynchronous calculation.
23226         (mail-add-payment-async): Add.
23227
23228         * message.el (message-send-mail): Wait for asynchronous hashcash
23229         results.  Don't clobber existing X-Hashcash headers.
23230         (message-setup-1): Call mail-add-payment-async when
23231         message-generate-hashcash is non-nil.
23232
23233 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23234
23235         * message.el (message-use-alternative-email-as-from): Examine the
23236         From header as well; use message-make-from in order to include a
23237         user's full name.
23238
23239 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23240
23241         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23242         default; improve customization type.
23243         (gnus-emphasis-custom-with-format): New macro.
23244         (gnus-emphasis-custom-value-to-external): New function.
23245         (gnus-emphasis-custom-value-to-internal): New function.
23246
23247 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23248
23249         * dns.el (query-dns): Resolve reverse addresses.
23250
23251 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23252
23253         * gnus-group.el (gnus-group-get-new-news): Use it.
23254
23255         * gnus-start.el (gnus-check-reasonable-setup): New function.
23256
23257 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23258
23259         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23260         "Args out of range" error.  Reported by Arnaud Giersch
23261         <arnaud.giersch@free.fr>.
23262
23263 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23264
23265         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23266
23267 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23268
23269         * spam.el (spam group): Add :version.
23270
23271         * pgg-def.el (pgg group): Add :version.
23272
23273 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23274
23275         * gnus-art.el (gnus-article-edit-article): Don't associate the
23276         article buffer with a draft file.  This is a temporary measure
23277         against the 2004-08-22 change to gnus-article-edit-mode.
23278
23279 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23280
23281         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23282         (html2text-format-tags): Remove unused variable `attr'.
23283
23284 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23285
23286         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23287
23288         * tls.el (tls-process-connection-type, tls-success)
23289         (tls-certtool-program): Add :version.
23290
23291         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23292         (starttls-extra-arguments, starttls-process-connection-type)
23293         (starttls-connect, starttls-failure, starttls-success): Add :version.
23294
23295         * spam-stat.el (spam-stat): Add :version.
23296
23297         * sieve.el (sieve): Add :version.
23298
23299         * sha1.el (sha1): Add :version.
23300         (sha1-use-external): Remove redundant version.
23301
23302         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23303         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23304         (nnmail-split-fancy-match-partial-words)
23305         (nnmail-split-lowercase-expanded): Add :version.
23306
23307         * nndiary.el (nndiary): Add :version.
23308
23309         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23310
23311         * mml-sec.el (mml-default-sign-method)
23312         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23313         Add :version.
23314
23315         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23316
23317         * mm-url.el (mm-url-use-external, mm-url-program)
23318         (mm-url-arguments): Add :version.
23319
23320         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23321         (mm-attachment-file-modes, mm-decrypt-option)
23322         (mm-w3m-safe-url-regexp): Add :version.
23323
23324         * message.el (message-cite-prefix-regexp)
23325         (message-sendmail-envelope-from, message-minibuffer-local-map)
23326         (message-user-fqdn, message-completion-alist): Add :version.
23327
23328         * gnus-win.el (gnus-configure-windows-hook)
23329         (gnus-use-frames-on-any-display): Add :version.
23330
23331         * gnus-art.el (gnus-article-address-banner-alist)
23332         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23333         (gnus-treat-from-picon, gnus-treat-mail-picon)
23334         (gnus-treat-x-pgp-sig): Add :version.
23335
23336         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23337         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23338         (gnus-summary-article-delete-hook)
23339         (gnus-summary-display-while-building): Add :version.
23340
23341         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23342         (gnus-get-top-new-news-hook): Add :version.
23343
23344         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23345         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23346
23347         * gnus-registry.el (gnus-registry): Add :version.
23348
23349         * gnus-spec.el (gnus-use-correct-string-widths)
23350         (gnus-make-format-preserve-properties): Add :version.
23351
23352         * gnus.el (gnus-group-charter-alist)
23353         (gnus-group-fetch-control-use-browse-url)
23354         (gnus-install-group-spam-parameters): Add :version.
23355
23356         * gnus-diary.el (gnus-diary): Add :version.
23357
23358         * gnus-delay.el (gnus-delay): Add :version.
23359
23360         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23361         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23362         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23363         Add :version.
23364
23365         * gnus-agent.el (gnus-agent-max-fetch-size)
23366         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23367         (gnus-agent-prompt-send-queue): Add :version.
23368
23369         * deuglify.el (gnus-outlook-deuglify): Add :version.
23370
23371         * html2text.el: Beautify code.  Improve doc strings.
23372         Some checkdoc cleanup.
23373         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23374
23375 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23376
23377         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23378
23379 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23380
23381         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23382         when package is loaded.
23383
23384         * spam.el (spam-summary-score-preferred-header): Add global preference
23385         for people who want to override the default SpamAssassin over
23386         Bogofilter preference (when both are set).
23387         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23388         (spam-user-format-function-S):
23389         Check spam-summary-score-preferred-header.
23390         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23391         (spam-user-format-function-S): Format the score correctly.
23392
23393 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23394
23395         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23396         signature file.  Suggested by Manoj Srivastava
23397         <srivasta@golden-gryphon.com>.
23398
23399         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23400         iso-2022-jp even in the Japanese language environment.
23401         Suggested by Jason Rumney <jasonr@gnu.org>.
23402
23403 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23404
23405         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23406         use the same characters as the dummy marks; make it free from
23407         getting affected by the language environment.
23408         (gnus-summary-read-group-1): Update mark positions only when the
23409         format spec is updated.
23410
23411         * gnus-spec.el (gnus-update-format-specifications): Return a list
23412         of updated types.
23413
23414 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23415
23416         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23417         of boundp to check if display-warning is available.
23418
23419 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
23420
23421         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
23422
23423 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23424
23425         * nnspool.el (nnspool-spool-directory): Use news-path if the
23426         news-directory variable is not bound.
23427
23428         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
23429         function instead of display-warning if it is not available.
23430
23431 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
23432
23433         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
23434         v5-10: Use `point-at-bol'.
23435
23436 2004-10-26  Simon Josefsson  <jas@extundo.com>
23437
23438         * hashcash.el: Fix URL in comment, reported by Cheng Gao
23439         <chenggao@gmail.com>.
23440
23441 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23442
23443         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
23444         instead.
23445
23446 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
23447
23448         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
23449         to remove a server from the nnimap-server-buffer-alist.
23450         (nnimap-open-connection, nnimap-close-server): Use it.
23451
23452         * gnus-encrypt.el: Remove file in favor of encrypt.el.
23453
23454 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23455
23456         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
23457         running the major-mode function.
23458
23459 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23460
23461         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
23462         dummy marks in the right way.
23463
23464 2004-10-18  David Edmondson  <dme@dme.org>
23465
23466         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
23467         excessively.
23468
23469 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
23470
23471         * gnus-util.el (gnus-split-references): Accept a nil references
23472         string and go on blissfully.
23473
23474         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
23475         cases where the references string is non-nil but has no references.
23476
23477         * encrypt.el: Add autoload tags.
23478
23479         * spam.el (spam-resolve-registrations-routine): Remove article
23480         from unregistration list too.  Reported by David Hanak
23481         <dhanak@isis.vanderbilt.edu>
23482
23483 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
23484
23485         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
23486         nil.  Change custom type.
23487
23488 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
23489
23490         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
23491
23492         * gnus-sum.el (gnus-summary-move-article): Use it.
23493
23494 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
23495
23496         * encrypt.el: Add autoload cookies.
23497
23498         * spam.el (spam-backend-article-list-property)
23499         (spam-backend-get-article-todo-list)
23500         (spam-backend-put-article-todo-list)
23501         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
23502         Resolve registrations separately.
23503         (spam-register-routine): Format comments.
23504         (spam-unregister-routine, spam-register-routine): Always call with
23505         specific-articles, no default list.
23506         (spam-summary-prepare-exit): Use the spam-classifications function.
23507
23508         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
23509         gnus-encrypt.el.
23510
23511         * encrypt.el: Copied from gnus-encrypt.el.
23512
23513         * gnus-encrypt.el: Commented that it's obsolete.
23514
23515 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23516
23517         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
23518         (gnus-score-save): Use it.
23519
23520         * message.el (message-bury): Use `window-dedicated-p'.
23521
23522 2004-10-15  Simon Josefsson  <jas@extundo.com>
23523
23524         * pop3.el (top-level): Don't require nnheader.
23525         (pop3-read-timeout): Add.
23526         (pop3-accept-process-output): Add.
23527         (pop3-read-response, pop3-retr): Use it.
23528
23529 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
23530
23531         * spam.el (spam-register-routine): Move comment.
23532         (spam-verify-bogofilter): Use 'unknown for the initial
23533         spam-bogofilter-valid state, not 'never.
23534
23535         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
23536         for netrc-machine.
23537
23538         * nnimap.el (nnimap-open-connection):
23539         Use netrc-machine-user-or-password.
23540
23541 2004-10-17  Richard M. Stallman  <rms@gnu.org>
23542
23543         * gnus-registry.el (gnus-registry-unload-hook):
23544         Set as a variable with add-hook.
23545
23546         * nnspool.el (nnspool-spool-directory): Use news-directory instead
23547         of news-path.
23548
23549         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
23550
23551         * spam.el: Delete duplicate `provide'.
23552         (spam-unload-hook): Set as a variable with add-hook.
23553
23554 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23555
23556         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
23557         in the doc string.
23558
23559         * message.el (message-ignored-news-headers)
23560         (message-ignored-supersedes-headers)
23561         (message-ignored-resent-headers)
23562         (message-forward-ignored-headers): Improve custom type.
23563
23564 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23565
23566         * message.el (message-tokenize-header): Fix 2004-09-06 change
23567         which used point-min in the wrong place.
23568
23569 2004-10-12  Simon Josefsson  <jas@extundo.com>
23570
23571         * tls.el (tls-certtool-program): New variable.
23572         (tls-certificate-information): New function, based on
23573         ssl-certificate-information.
23574
23575 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23576
23577         * compface.el: Move the version of ELisp-based uncompface program
23578         to the contrib directory because of the copyright problem.
23579
23580 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23581
23582         * message.el (message-kill-buffer): Raise the current frame.
23583
23584 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
23585
23586         * gnus-sum.el: Mention that multibyte characters don't work as marks.
23587
23588         * gnus.el (message-y-or-n-p): Autoload.
23589
23590         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
23591         (pop3-password-required, pop3-authentication-scheme)
23592         (pop3-leave-mail-on-server): Make customizable.
23593         (pop3): New custom group.
23594         (pop3-retr): Remove `sleep-for' statements.
23595         Suggested by Dave Love <fx@gnu.org>.
23596
23597         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
23598         Windows/DOS.
23599
23600         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23601         (imap-parse-body): Fix incorrect use of `assert'.
23602         Suggested by Dave Love <fx@gnu.org>.
23603
23604         * mml.el (mml-minibuffer-read-disposition): Require match.
23605         Suggested by Dave Love <fx@gnu.org>.
23606
23607 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
23608
23609         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
23610         doc string.
23611
23612 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23613
23614         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
23615
23616 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23617
23618         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
23619         instead of calling `mm-insert-inline', to decode text/* parts
23620         before displaying them.
23621
23622 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23623
23624         * mm-uu.el (mm-uu-text-plain-type): New variable.
23625         (mm-uu-pgp-signed-extract-1): Use it.
23626         (mm-uu-pgp-encrypted-extract-1): Use it.
23627         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
23628         bind mm-uu-text-plain-type with that value.
23629         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
23630         mm-uu-dissect.
23631
23632 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23633
23634         * gnus-group.el (gnus-update-group-mark-positions):
23635         * gnus-sum.el (gnus-update-summary-mark-positions):
23636         * message.el (message-check-news-body-syntax):
23637         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
23638         of string-as-multibyte.
23639
23640 2004-10-05  Juri Linkov  <juri@jurta.org>
23641
23642         * gnus-group.el (gnus-update-group-mark-positions):
23643         * gnus-sum.el (gnus-update-summary-mark-positions):
23644         * message.el (message-check-news-body-syntax):
23645         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
23646         8-bit unibyte values to a multibyte string for search functions.
23647
23648 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23649
23650         * mm-uu.el (mm-uu-dissect): Allow optional arg.
23651         (mm-uu-dissect-text-parts): New function.
23652
23653         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
23654         dissect text parts.
23655
23656         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
23657         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
23658
23659         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
23660
23661         * gnus-topic.el (gnus-topic-hierarchical-parameters):
23662         Use gnus-current-topics instead of gnus-current-topic.
23663
23664 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
23665
23666         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
23667
23668 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
23669
23670         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
23671         where appropriate.
23672
23673         * nnml.el (nnml-generate-active-info): do.
23674
23675         * nndiary.el (nndiary-generate-active-info): do.
23676
23677         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
23678         (gnus-topic-move): do.
23679
23680         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
23681         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
23682
23683         * gnus-srvr.el (gnus-server-prepare)
23684         (gnus-server-open-all-servers): do.
23685
23686         * gnus-msg.el (gnus-summary-cancel-article)
23687         (gnus-summary-resend-message)
23688         (gnus-summary-mail-crosspost-complaint): do.
23689
23690         * gnus-move.el (gnus-change-server): do.
23691
23692         * gnus-group.el (gnus-group-unmark-all-groups)
23693         (gnus-group-set-current-level): do.
23694
23695 2004-10-04  Simon Josefsson  <jas@extundo.com>
23696
23697         * message.el (message-generate-hashcash): Doc fix.
23698
23699 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
23700
23701         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
23702         avoid infinite recursion via gnus-get-function.
23703
23704 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
23705
23706         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
23707
23708         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
23709
23710         * nnmail.el (nnmail-split-history): do.
23711
23712         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
23713         (nnml-request-delete-group): do.
23714
23715         * nnslashdot.el (nnslashdot-read-groups): do.
23716
23717         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
23718         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
23719
23720         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
23721         (nnspool-sift-nov-with-sed): Use last.
23722         (nnspool-retrieve-headers-with-nov): Use mapc.
23723         (nnspool-request-newgroups): Use dolist.
23724         (nnspool-request-group): Use last.
23725
23726         * nntp.el (nntp-read-server-type): Use dolist.
23727
23728         * nnvirtual.el (nnvirtual-create-mapping)
23729         (nnvirtual-update-read-and-marked): Use dolist.
23730         (nnvirtual-convert-headers): Simplify.
23731
23732 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23733
23734         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23735         Add support for sync'ing tick marks.
23736
23737 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23738
23739         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23740         there's no visible header.
23741
23742 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23743
23744         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23745         When necessary, pass full group name to gnus-request-set-marks.
23746
23747 2004-10-01  Simon Josefsson  <jas@extundo.com>
23748
23749         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23750         acroread.
23751
23752 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23753
23754         * spam-report.el (spam-report-gmane): Fix interactive.
23755
23756         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23757
23758         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23759         when writing file.
23760         (gnus-agent-synchronize-flags): Don't default to being
23761         interactive.
23762
23763 2004-09-30  Simon Josefsson  <jas@extundo.com>
23764
23765         * message.el (message-generate-hashcash): Add.
23766         (message-send-mail): Use it, call mail-add-payment.
23767
23768 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23769
23770         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23771
23772 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23773
23774         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23775         gnus-requst-update-info with explicit code to sync the in-memory
23776         info read flags with the marks being sync'd to the backend.
23777
23778         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23779
23780 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23781
23782         * spam.el (spam-verify-bogofilter): Add new function.
23783         (spam-check-bogofilter)
23784         (spam-bogofilter-register-with-bogofilter): Use it.
23785         (spam-verify-bogofilter): Add small fixes.
23786
23787 2004-09-28  Simon Josefsson  <jas@extundo.com>
23788
23789         * hashcash.el (hashcash-generate-payment): Revert.
23790
23791 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23792
23793         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23794         Use gnus-extract-references instead of gnus-split-references.
23795
23796         * gnus-util.el (gnus-extract-references): Add new function, analogous
23797         to gnus-split-references but extracts only the message-ID without
23798         anything extra.
23799
23800         * hashcash.el (hashcash-generate-payment)
23801         (hashcash-check-payment): Do the right thing if hashcash-path is
23802         nil (because the hashcash program could not be found).
23803
23804         * spam.el (spam-use-hashcash): Remove comment.
23805
23806 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23807
23808         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23809         (gnus-cache-enter-article, gnus-cache-remove-article)
23810         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23811
23812         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23813
23814         * gnus-art.el (article-hide-boring-headers)
23815         (article-translate-strings, article-display-face)
23816         (gnus-article-mime-match-handle-first)
23817         (gnus-article-highlight-headers)
23818         (gnus-article-add-buttons-to-head): do.
23819
23820 2004-09-27  Simon Josefsson  <jas@extundo.com>
23821
23822         * hashcash.el: New version, from
23823         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23824         ../contrib/.
23825
23826 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23827
23828         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23829
23830 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23831
23832         * gnus-dup.el (gnus-dup-open): Use mapc.
23833         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23834
23835         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23836         Reported by Stefan Wiens <s.wi@gmx.net>.
23837
23838         * gnus.el (gnus-shutdown): Use dolist.
23839
23840         * gnus-undo.el (gnus-undo): Use mapc.
23841
23842         * nnrss.el (nnrss-generate-active): do.
23843
23844         * message.el (message-cite-original-without-signature)
23845         (message-cite-original): Use mapc.
23846         (message-do-actions, message-make-forward-subject): Use dolist.
23847
23848 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23849
23850         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23851         deletion to remove entire duplicate line.  Fixes merged article
23852         number bug.
23853
23854 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23855
23856         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23857         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23858         first ask if you want to open a server and then, even when you
23859         responded with no, asking if you want to synchronize the server's
23860         flags.
23861         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23862         multi-line expressions.
23863         (gnus-agent-synchronize-group-flags): New internal function.
23864         Updates marks in memory (in the info structure) AND in the
23865         backend.
23866
23867         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23868
23869         * nnagent.el (nnagent-request-set-mark):
23870         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23871         method, to ensure that synchronization updates marks in the
23872         backend and in the info (in memory) structure.
23873
23874 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23875
23876         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23877         convention fully; don't miss the root article of a thread; make
23878         the X-Draft-From header with correct article numbers.
23879
23880 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23881
23882         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23883         unless plugged.  Disable the agent so that an open failure causes
23884         an error.
23885
23886         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23887         Revert 2004-09-21 change.  The backend must be opened while
23888         synchronizing flags even when the backend stores the flags
23889         locally.
23890
23891 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23892
23893         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23894         in `header' match.  Reported by Svend Tollak Munkejord.
23895
23896         * message.el (message-cite-original): Fix use of
23897         `message-cite-articles-with-x-no-archive'.
23898
23899 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23900
23901         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23902         (gnus-window-to-buffer): Ditto.
23903
23904         * mml.el (mml-preview-buffer): New variable.
23905         (mml-preview): Manage window layout with gnus-buffer-configuration.
23906
23907         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23908         X-Draft-From header even if those articles aren't quoted.
23909
23910 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23911
23912         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23913         (gnus-request-set-mark, gnus-request-update-mark): Use new
23914         g-s-t-u-l-m to decide to use backend even when unplugged.
23915
23916 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23917
23918         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23919         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23920
23921 2004-09-20  Simon Josefsson  <jas@extundo.com>
23922
23923         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23924         "utf-16-le".
23925
23926 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23927
23928         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23929
23930 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23931
23932         * uudecode.el (uudecode-use-external): Add :version.
23933
23934         * smime.el (smime-CA-file, smime-encrypt-cipher)
23935         (smime-dns-server): Add :version.
23936
23937         * smiley.el (gnus-smiley-file-types): Add :version.
23938
23939         * sha1.el (sha1-use-external): Add :version.
23940
23941         * pgg-def.el (pgg-query-keyserver): Add :version.
23942
23943         * nnmail.el (nnmail-fancy-expiry-targets)
23944         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23945         Add :version.
23946
23947         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23948         (nnimap-retrieve-groups-asynchronous): Add :version.
23949         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23950
23951         * mml.el (mml-content-disposition-parameters)
23952         (mml-insert-mime-headers-always): Add :version.
23953
23954         * mm-util.el (mm-coding-system-priorities): Add :version.
23955
23956         * mm-decode.el (mm-inline-text-html-with-images)
23957         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23958         (mm-verify-option): Add :version.
23959         (mm-text-html-renderer): Change :version.
23960
23961         * message.el (message-fcc-externalize-attachments)
23962         (message-required-headers, message-draft-headers)
23963         (message-subject-trailing-was-query)
23964         (message-subject-trailing-was-ask-regexp)
23965         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23966         (message-mark-insert-end, message-archive-header)
23967         (message-archive-note, message-cross-post-default)
23968         (message-cross-post-note, message-followup-to-note)
23969         (message-cross-post-note-function, message-use-mail-followup-to)
23970         (message-subscribed-address-functions)
23971         (message-subscribed-address-file, message-subscribed-addresses)
23972         (message-subscribed-regexps, message-allow-no-recipients)
23973         (message-yank-cited-prefix, message-signature-insert-empty-line)
23974         (message-hidden-headers, message-hierarchical-addresses)
23975         (message-mail-user-agent, message-use-idna)
23976         (message-valid-fqdn-regexp)
23977         (message-strip-special-text-properties, message-header-synonyms)
23978         (message-beginning-of-line, message-tab-body-function): Add :version.
23979         (message-insert-canlock, message-wide-reply-confirm-recipients):
23980         Change :version.
23981
23982         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23983         and :version.
23984         (mail-source-delete-old-incoming-confirm)
23985         (mail-source-movemail-program): Add :version.
23986
23987         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23988         (gnus-agent-cache, gnus-agent): Change :version.
23989
23990         * gnus-util.el (gnus-use-byte-compile): Change :version.
23991
23992         * gnus-sum.el (gnus-summary-make-false-root-always)
23993         (gnus-summary-default-high-score)
23994         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23995         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23996         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23997         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23998         (gnus-sum-thread-tree-single-indent)
23999         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24000         (gnus-sum-thread-tree-leaf-with-other)
24001         (gnus-sum-thread-tree-single-leaf): Add :version.
24002         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24003         (gnus-article-loose-mime): Change :version.
24004
24005         * gnus-start.el (gnus-backup-startup-file)
24006         (gnus-save-startup-file-via-temp-buffer): Add :version.
24007
24008         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24009         (gnus-server-offline-face): Add :version.
24010
24011         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24012
24013         * gnus-msg.el (gnus-gcc-externalize-attachments)
24014         (gnus-debug-files, gnus-debug-exclude-variables)
24015         (gnus-discouraged-post-methods): Change :version.
24016         (gnus-confirm-mail-reply-to-news)
24017         (gnus-confirm-treat-mail-like-news): Add :version.
24018
24019         * gnus-int.el (gnus-server-unopen-status): Add :version.
24020
24021         * gnus-group.el (gnus-group-jump-to-group-prompt)
24022         (gnus-large-ephemeral-newsgroup)
24023         (gnus-fetch-old-ephemeral-headers): Add :version.
24024
24025         * gnus-fun.el (gnus-x-face-directory)
24026         (gnus-convert-pbm-to-x-face-command)
24027         (gnus-convert-image-to-x-face-command)
24028         (gnus-convert-image-to-face-command): Add :version.
24029
24030         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24031
24032         * gnus-cite.el (gnus-cite-blank-line-after-header)
24033         (gnus-article-boring-faces): Add :version.
24034
24035         * gnus-art.el (gnus-buttonized-mime-types)
24036         (gnus-inhibit-mime-unbuttonizing)
24037         (gnus-treat-display-face)
24038         (gnus-treat-body-boundary): Change :version.
24039         (gnus-body-boundary-delimiter, gnus-picon-databases)
24040         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24041         (gnus-treat-date-english, gnus-treat-fold-headers)
24042         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24043         (gnus-treat-mail-picon, gnus-treat-wash-html)
24044         (gnus-article-encrypt-protocol)
24045         (gnus-use-idna, gnus-article-over-scroll)
24046         (gnus-mime-display-multipart-alternative-as-mixed)
24047         (gnus-mime-display-multipart-related-as-mixed)
24048         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24049         (gnus-ctan-url, gnus-button-ctan-handler)
24050         (gnus-button-handle-ctan-bogus-regexp)
24051         (gnus-button-ctan-directory-regexp)
24052         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24053         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24054         (gnus-button-man-level, gnus-button-emacs-level)
24055         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24056
24057         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24058         (gnus-agent-go-online): Change :version.
24059         (gnus-agent-expire-unagentized-dirs)
24060         (gnus-agent-auto-agentize-methods): Add :version.
24061
24062         * flow-fill.el (fill-flowed-display-column)
24063         (fill-flowed-encode-column): Add :version.
24064
24065         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24066         (gnus-outlook-deuglify-unwrap-max)
24067         (gnus-outlook-deuglify-cite-marks)
24068         (gnus-outlook-deuglify-unwrap-stop-chars)
24069         (gnus-outlook-deuglify-no-wrap-chars)
24070         (gnus-outlook-deuglify-attrib-cut-regexp)
24071         (gnus-outlook-deuglify-attrib-verb-regexp)
24072         (gnus-outlook-deuglify-attrib-end-regexp)
24073         (gnus-outlook-display-hook): Add :version.
24074
24075         * binhex.el (binhex-use-external): Add :version.
24076
24077 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24078
24079         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24080         and `invisible'.
24081
24082 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24083
24084         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24085         in gnus-registry-trim.
24086
24087 2004-09-13  Simon Josefsson  <jas@extundo.com>
24088
24089         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24090
24091         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24092
24093         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24094         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24095         <yamaoka@jpl.org>.
24096         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24097         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24098         <yamaoka@jpl.org>.
24099
24100         * sieve.el (sieve-manage-mode): Ditto.
24101
24102 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24103
24104         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24105
24106 2004-09-11  Simon Josefsson  <jas@extundo.com>
24107
24108         * dns-mode.el: Add.
24109
24110         * mm-view.el (mm-display-dns-inline): Add.
24111
24112         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24113         (mm-automatic-display): Ditto.
24114
24115         * mailcap.el (mailcap-mime-data): Add text/dns.
24116         (mailcap-mime-extensions): Map .soa to text/dns.
24117
24118 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24119
24120         * gnus-art.el (article-decode-mime-words, article-babel)
24121         (gnus-article-highlight-signature, gnus-article-add-buttons)
24122         (gnus-signature-toggle): Remove unnecessary bindings of
24123         `inhibit-read-only' inherited from v5.10 merge.
24124
24125 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24126
24127         * nntp.el (nntp): New customization group.
24128         (nntp-authinfo-file): Add customization group.
24129
24130         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24131
24132         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24133
24134         * gnus.el (to-address, to-list, subscribed)
24135         (large-newsgroup-initial): Ditto.
24136
24137         * flow-fill.el (fill-flowed-display-column)
24138         (fill-flowed-encode-column): Ditto.
24139
24140 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24141
24142         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24143         Use point-min rather than 1.
24144         (message-send-mail): Use buffer-size rather than point-max.
24145
24146         * gnus-sum.el (gnus-summary-search-article-forward):
24147         Signal a specific `search-failed' rather than a generic `error'.
24148
24149         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24150         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24151         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24152
24153 2004-09-10  Simon Josefsson  <jas@extundo.com>
24154
24155         * nndb.el (require): Remove tcp and duplicate cl.
24156
24157 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24158
24159         * gnus-agent.el (directory-files-and-attributes): Move forward.
24160
24161 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24162
24163         * gnus-agent.el (directory-files-and-attributes):
24164         Optionally defined to support XEmacs.
24165
24166 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24167
24168         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24169         to avoid run-time CL dependencies.
24170         (gnus-agent-unfetch-articles): New function.
24171         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24172         article numbers even when local .overview file is missing.
24173         (gnus-agent-read-article-number): New function.  Only accepts
24174         27-bit article numbers.
24175         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24176         Use gnus-agent-read-article-number.
24177         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24178         from backend while recognizing that article numbers in .overview
24179         must be valid.
24180         (gnus-agent-update-files-total-fetched-for):
24181         Use directory-files-and-attributes to improve performance.
24182         * gnus-int.el (gnus-request-move-article):
24183         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24184         improve performance.
24185
24186         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24187         some users confused by references to .newsrc when they only have a
24188         .newsrc.eld file.
24189         (gnus-convert-mark-converter-prompt)
24190         (gnus-convert-converter-needs-prompt): Fix use of property list.
24191         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24192         New function.  Used internally to only display 'gnus converting
24193         files' message when actually necessary.
24194
24195         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24196         methods now autoloaded.
24197
24198 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24199
24200         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24201         identifiers.
24202
24203 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24204
24205         * gnus-picon.el: Fix indentation and closing parenthesis.
24206
24207 2004-09-01  Simon Josefsson  <jas@extundo.com>
24208
24209         * message.el (message-canlock-generate): Require sha1, not
24210         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24211         to require within a function.  Sadly, if sha1.el isn't loaded, the
24212         let binding in m-c-g will hide the defcustom definition, which is
24213         bad.)
24214
24215         * canlock.el: Require sha1, not sha1-el.
24216
24217         * message.el: Don't autoload sha1 (there is a autoload cookie in
24218         sha1.el).
24219
24220         * sha1-el.el: Rename to sha1.el.
24221
24222 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24223
24224         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24225
24226 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24227
24228         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24229
24230 2004-08-30  Kim F. Storm  <storm@cua.dk>
24231
24232         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24233
24234         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24235         Add :group 'nnimap.
24236
24237 2004-08-30  Andreas Schwab  <schwab@suse.de>
24238
24239         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24240         ?* and ?\;.
24241
24242         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24243         and ?\' to symbol instead of whitespace.
24244
24245 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24246
24247         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24248
24249         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24250         instead of re-search-forward.
24251
24252         * gnus-uu.el (gnus-uu-save-article): Ditto.
24253         (gnus-uu-post-encode-uuencode): Ditto.
24254
24255         * html2text.el (html2text-clean-list-items): Ditto.
24256         (html2text-clean-dtdd): Ditto.
24257         (html2text-format-tags): Ditto.
24258
24259         * message.el (message-send-mail-with-sendmail): Fix regexp.
24260         (message-fill-field-general): Use search-forward instead of
24261         re-search-forward.
24262         (unbold-region): Ditto.
24263
24264         * nnrss.el (nnrss-request-article): Ditto.
24265
24266         * nnslashdot.el (nnslashdot-request-article): Ditto.
24267
24268         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24269
24270         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24271         "Unrecognized menu descriptor" error in XEmacs.
24272
24273 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24274
24275         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24276         parent article of a sparse article in the thread hashtb.
24277
24278 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24279
24280         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24281         (nnmail-expand-newtext): Lowercase expanded entries if
24282         nnmail-split-lowercase-expanded is non-nil.
24283
24284 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24285
24286         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24287
24288         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24289         of gnus-tmp-news-method into string under XEmacs.  It will be
24290         passed to gnus-correct-length which takes only a string argument.
24291
24292 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24293
24294         * gnus-util.el (gnus-bind-print-variables): New macro.
24295         (gnus-prin1): Use it.
24296         (gnus-prin1-to-string): Use it.
24297         (gnus-pp): New function.
24298         (gnus-pp-to-string): New function.
24299
24300         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24301         Replace pp-to-string with gnus-pp-to-string.
24302         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24303         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24304         * gnus-msg.el (gnus-debug): Ditto.
24305         * gnus-score.el (gnus-score-save): Ditto.
24306         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24307         gnus-pp-to-string.
24308         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24309         with gnus-pp.
24310         * score-mode.el (gnus-score-pretty-print): Ditto.
24311         * webmail.el (webmail-debug): Ditto.
24312
24313 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24314
24315         * gnus-art.el (article-display-face, article-display-x-face):
24316         Use buffer-read-only.
24317
24318 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24319
24320         * gnus-art.el (article-hide-list-identifiers):
24321         Bind inhibit-read-only as t.
24322
24323 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24324
24325         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24326
24327 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24328
24329         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24330         (gnus-narrow-to-page): Don't assume point-min == 1.
24331         (gnus-article-edit-mode): Derive from message-mode.
24332
24333         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24334         point-min == 1.
24335
24336         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24337         Disable incorrect use of `assert'.
24338
24339         * message.el (message-mode): Set comment-start-skip.
24340
24341
24342 2004-08-22  Sam Steingold  <sds@gnu.org>
24343
24344         * pop3.el (pop3-leave-mail-on-server): New user variable.
24345         (pop3-movemail): Delete mail only when it is nil.
24346
24347 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24348
24349         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24350
24351         * mml.el (mml-preview): Use `pop-to-buffer'.
24352
24353         * message.el (message-goto-mail-followup-to): Insert after "To".
24354         (message-carefully-insert-headers): Add comment.
24355
24356         * gnus.el: Remove unused variable `gnus-article-check-size'.
24357
24358         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24359
24360         * gnus-art.el (gnus-button-alist):
24361         Improve `gnus-button-handle-library' entry.
24362
24363 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24364
24365         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24366         Use downcase, since XEmacs capitalizes error messages differently.
24367
24368 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24369
24370         * nntp.el: Add (require 'gnus) due to reference to
24371         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24372
24373 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24374
24375         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24376         Bind `mm-fill-flowed'.
24377
24378         * mm-decode.el (mm-dissect-singlepart): Check it.
24379
24380 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24381
24382         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24383         'imap' for netrc parsing.
24384
24385 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24386
24387         * mailcap.el (mailcap-mime-data): Mark as risky.
24388
24389 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24390
24391         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24392         may be included in the encoded word.
24393         (rfc2047-encode): Don't append a space if the encoded word
24394         includes close parenthesis.
24395
24396 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24397
24398         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24399         of text within parentheses.
24400
24401 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24402
24403         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24404         (gnus-encrypt-write-file-contents): Make the password key the file
24405         name PLUS the cipher, not just the cipher.  Also remove failed
24406         passwords from the cache.
24407
24408 2004-08-06  Simon Josefsson  <jas@extundo.com>
24409
24410         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24411         Doc fix.
24412
24413 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24414
24415         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24416         LWSP.
24417
24418 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24419
24420         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24421         Try to append in-reply-to: data to the references: header.
24422
24423         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
24424         (netrc-parse): Use gnus-encrypt.el functions.
24425
24426         * gnus-encrypt.el: Add new file for encryption support; currently
24427         does only a few GPG ciphers and an internal XOR cipher.
24428
24429         * password.el: Add comments on using password-read-and-add.
24430         (password-read-and-add): Add function to read and add the
24431         password to the cache at once.
24432
24433 2004-07-28  Simon Josefsson  <jas@extundo.com>
24434
24435         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
24436         parameter (but don't use it, for now).
24437
24438         * imap.el (imap-ssl-open): Use imap-process-connection-type,
24439         instead of hard coding to nil.
24440
24441 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24442
24443         * mm-view.el (mm-inline-image-emacs): Open lines under an image
24444         as mm-inline-image-xemacs does.
24445
24446 2004-07-26  Simon Josefsson  <jas@extundo.com>
24447
24448         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
24449         Revert part of 2004-07-17 change below.
24450
24451 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24452
24453         * rfc2047.el (rfc2047-encode-region): Don't infloop.
24454         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24455
24456 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24457
24458         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
24459         quotes that actually start with ">" at the beginning of the
24460         lines.
24461
24462 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24463
24464         * rfc2047.el (rfc2047-encode-region): Fix last change.
24465         (rfc2047-encode-parameter): Remove useless concat.
24466
24467 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24468
24469         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
24470         encode special characters; fix some kind of misconfigured headers;
24471         signal a real error if debug-on-quit or debug-on-error is non-nil.
24472         (rfc2047-encode-max-chars): New variable.
24473         (rfc2047-encode-1): Use it.
24474         (rfc2047-encode-parameter): New function.
24475
24476         * mml.el (mml-insert-parameter): Remove an excessive space.
24477
24478 2004-07-17  Simon Josefsson  <jas@extundo.com>
24479
24480         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
24481         Kai Grossjohann <kai@emptydomain.de>.
24482         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
24483         (gnus-group-make-menu-bar): Ditto.
24484
24485         * gnus-util.el (gnus-group-server): Add.
24486
24487 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
24488
24489         * message.el (message-clone-locals): Clone sendmail and smtp
24490         variables.
24491
24492 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24493
24494         * rfc2047.el (rfc2047-encode-region): Fix last change.
24495
24496 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24497
24498         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
24499         characters as non-special.
24500
24501 2004-07-09  Simon Josefsson  <jas@extundo.com>
24502
24503         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
24504         Users will lose all flag changes made while unplugged with
24505         e.g. nntp unless flag synchronization happens, thus `nil' is not a
24506         good default.  See numerous reports on ding mailing list.
24507
24508 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24509
24510         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
24511         add generate-head-function and generate-article-function to the
24512         rfc822-forward entry.
24513         (nndoc-rfc822-forward-generate-article): New function.
24514         (nndoc-rfc822-forward-generate-head): New function.
24515
24516         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
24517
24518 2004-07-06  Dan Christensen  <jdc@uwo.ca>
24519
24520         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
24521         respect display group parameter and gnus-summary-expunge-below.
24522         (gnus-articles-to-read): Remove unused reference to display group
24523         parameter.
24524
24525 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24526
24527         * nnheader.el (nnheader-uniquify-message-id): New experimental
24528         variable.
24529         (nnheader-nov-read-message-id): Use it.
24530
24531         * spam-report.el (spam-report-gmane): Add interactive.
24532
24533 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24534
24535         * mm-encode.el (mm-content-transfer-encoding-defaults):
24536         Use qp-or-base64 for the application/* types.
24537
24538 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
24539
24540         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
24541
24542 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
24543
24544         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
24545         trim value.
24546
24547 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24548
24549         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
24550         New macro and function.
24551         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
24552
24553 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24554
24555         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
24556         after-load-alist.
24557
24558 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24559
24560         * gnus-group.el (gnus-group-get-new-news-this-group):
24561         Don't update info that isn't there.
24562
24563 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
24564
24565         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
24566         entry.
24567
24568 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24569
24570         * mm-view.el (mm-inline-render-with-function): Use multibyte
24571         buffer; decode html source by charset.
24572
24573         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
24574
24575         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
24576         Mule-UCS is loaded under XEmacs.
24577         (mm-mime-mule-charset-alist): Avoid duplicated entries.
24578
24579 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
24580
24581         * nnheader.el (nnheader-max-head-length): Increase to 8192.
24582
24583 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24584
24585         * mm-util.el (mm-coding-system-p): Return a coding-system.
24586         (mm-mime-mule-charset-alist): Use shift_jis instead of
24587         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
24588         entries for the mime charsets iso-2022-jp-3 and shift_jis.
24589         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
24590         instead of japanese-shift-jis and iso-latin-1 respectively in
24591         order to share the default value with both Emacs and XEmacs-mule.
24592         (mm-mule-charset-to-mime-charset):
24593         Make mm-coding-system-priorities effective.
24594         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
24595         while predicating of candidates upon the priorities.
24596
24597 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
24598
24599         * gnus-sum.el (gnus-summary-make-menu-bar):
24600         Add gnus-uu-invert-processable.
24601
24602         * gnus.el: Autoload gnus-uu-invert-processable.
24603
24604 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24605
24606         * mm-util.el (mm-with-multibyte-buffer): New macro.
24607
24608         * rfc2047.el (rfc2047-encode-string): Use it.
24609         (rfc2047-encode-region): Move point to the end of the region after
24610         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
24611
24612 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24613
24614         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
24615         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
24616
24617 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24618
24619         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
24620         (gnus-cite-parse): Ignore quoted envelope From_.
24621         Suggested by Karl Chen <quarl@nospam.quarl.org>.
24622
24623 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
24624
24625         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
24626         invalid addresses.
24627
24628 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
24629
24630         * spam.el: Change section markers, revise TODO list.
24631         (spam-backends): Make new master list of all installed backends.
24632         (spam-summary-exit-behavior): Add new variable to determine how
24633         messages moves are done at summary exit.
24634         (spam-move-spam-nonspam-groups-only)
24635         (spam-process-ham-in-nonham-groups)
24636         (spam-process-ham-in-spam-groups): Remove variables, the
24637         spam-summary-exit-behavior variable should be used to manage this
24638         behavior.
24639         (spam-old-ham-articles, spam-old-spam-articles): Remove.
24640         (spam-old-articles): Add variable, replacing spam-old-ham-articles
24641         and spam-old-spam-articles.
24642         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
24643         Add empty variables, placeholders for the backends they represent.
24644         (spam-set-difference): Move, unchanged.
24645         (spam-list-of-processors): Declare OBSOLETE, not used anymore
24646         unless the user has a processor variable.
24647         (spam-classifications, spam-classification-valid-p)
24648         (spam-backend-properties, spam-backend-property-valid-p)
24649         (spam-backend-function-type-valid-p)
24650         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
24651         (spam-report-articles-gmane, spam-report-articles-resend):
24652         Remove functions, they are not needed.
24653         (spam-install-backend-super, spam-backend-list)
24654         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
24655         (spam-backend-function, spam-backend-ham-registration-function)
24656         (spam-backend-spam-registration-function)
24657         (spam-backend-ham-unregistration-function)
24658         (spam-backend-spam-unregistration-function)
24659         (spam-backend-statistical-p, spam-backend-mover-p)
24660         (spam-install-backend-alias, spam-install-checkonly-backend)
24661         (spam-install-mover-backend, spam-install-nocheck-backend)
24662         (spam-install-backend, spam-install-statistical-backend)
24663         (spam-install-statistical-checkonly-backend): Add backend installation
24664         support.
24665         (spam-summary-prepare-exit): Rewrite to use the new backend code.
24666         (spam-group-processor-p): Use the new backend code and respect the
24667         summary exit behavior.
24668         (spam-mark-spam-as-expired-and-move-routine): Remove.
24669         (spam-summary-prepare): Change to use the new spam-old-articles
24670         variable.
24671         (spam-copy-or-move-routine, spam-copy-spam-routine)
24672         (spam-move-spam-routine, spam-copy-ham-routine)
24673         (spam-move-ham-routine): Add code to copy/move ham or spam.
24674         (spam-fetch-field-fast): Improve doc and code, plus allow the
24675         'number request.
24676         (spam-list-of-checks, spam-list-of-statistical-checks):
24677         Remove variables.
24678         (spam-split, spam-find-spam): Use the new backend code.
24679         (spam-registration-functions): Remove variable.
24680         (spam-unregister-routine): Add convenience wrapper.
24681         (spam-log-undo-registration, spam-register-routine)
24682         (spam-log-processing-to-registry)
24683         (spam-log-unregistration-needed-p): Rename "check" to "backend"
24684         where possible.
24685         (spam-check-gmane-xref, spam-check-regex-headers)
24686         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
24687         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
24688         (spam-check-bogofilter-headers, spam-check-spamoracle)
24689         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
24690         (spam-check-crm114-headers): Use the spam-split-group that
24691         spam-split prepares, no need to determine it every time.
24692
24693         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
24694         to the nnheader-parse-naked-head call.
24695
24696         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
24697
24698         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
24699         the nnheader-nov-read-message-id call.
24700
24701 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24702
24703         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
24704         gnus-activate-group twice.  Suggested by Markus Peter
24705         <warp@spin.de>.
24706
24707 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24708
24709         * gnus-art.el (gnus-article-time-format): Exchange the order of
24710         day and month in the default value; fix customization type.
24711         (article-date-ut): Use add-text-properties.
24712         (article-make-date-line): Use message-make-date instead of
24713         current-time-string.
24714
24715         * message.el (message-fetch-field): Don't use set-text-properties.
24716         (message-make-date): Simplify.
24717
24718         * messagexmas.el (message-xmas-make-date): New function.
24719         (message-xmas-redefine): Defalias message-make-date to it.
24720
24721 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24722
24723         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
24724         (rfc2047-encode-region): Treat text within parentheses as special;
24725         show the original text when error has occurred.
24726
24727         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
24728         already-computed method to gnus-activate-group.
24729
24730         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
24731         same select-methods identical Lisp objects.
24732
24733         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
24734         object when modifying the info.
24735
24736 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24737
24738         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24739         gnus-opened-servers since it has never been opened with the new
24740         configuration yet.
24741
24742 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24743
24744         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24745         arg to nnheader-generate-fake-message-id.
24746
24747 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24748
24749         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24750         number and build a fake message ID localized to a group and
24751         article number (so it's repeatable from that point on).
24752         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24753         ID format.
24754
24755         * gnus-sum.el (gnus-get-newsgroup-headers):
24756         Call nnheader-generate-fake-message-id with the article number.
24757
24758 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24759
24760         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24761         end-of-buffer.
24762
24763 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24764
24765         * message.el (message-ignored-supersedes-headers): Add Approved.
24766
24767 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24768
24769         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24770         goto-char.
24771         (rfc2047-encode): Fold the line before encoding.
24772
24773 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24774
24775         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24776         folding -- not all headers can be folded, and this should be done
24777         by the message composition mode.  Probably.  I think.
24778
24779 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24780
24781         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24782         fast.
24783
24784         * gnus-ems.el (gnus-remove-image): Don't use
24785         message-text-with-property; remove only the image found first.
24786
24787         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
24788         found first.
24789
24790 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24791
24792         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24793
24794 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24795
24796         * message.el (message-text-with-property): Make it fast and accept
24797         optional arguments.
24798         (message-strip-forbidden-properties): Use it.
24799         (message-fix-before-sending): Follow the m-t-w-p change.
24800
24801         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24802
24803 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24804
24805         * gnus-art.el (article-hide-headers): Don't change the buffer
24806         mistakenly when performing mml-preview even if
24807         gnus-single-article-buffer is nil.
24808
24809 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24810
24811         * message.el (message-expand-name-databases): New user option.
24812         (message-expand-name): Use it.
24813
24814 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24815
24816         * spam.el (spam-report-articles-resend)
24817         (spam-report-resend-register-routine): Allow ham reporting.
24818         (spam-report-resend-register-ham-routine): Add wrapper.
24819         (spam-registration-functions): Add ham resending functions.
24820         (spam-list-of-processors): Add ham resend processor.
24821
24822         * gnus.el (ham-resend-to): Add new group parameter.
24823         (spam-process): Add ham resend option.
24824
24825         * spam-report.el (spam-report-resend): Allow reporting ham.
24826         (spam-report-resend-ham): Add wrapper.
24827
24828 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24829
24830         * message.el (message-cite-articles-with-x-no-archive):
24831         New variable.
24832         (message-cite-original): Use it.
24833
24834 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24835
24836         * message.el (message-cite-original): Respect X-No-Archive.
24837
24838 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24839
24840         * gnus-art.el (article-hide-headers): Refer to the values for
24841         gnus-ignored-headers and gnus-visible-headers in the summary
24842         buffer since a user may have set them as group parameters.
24843
24844 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24845
24846         * assistant.el (assistant-node-name): Add convenience function.
24847         (assistant-render-text, assistant-render-node): Add error handling,
24848         plus handle multiple next nodes.
24849         (assistant-find-next-node): Comment out for now.
24850         (assistant-find-next-nodes): Add function, returns list of next
24851         nodes.
24852
24853 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24854
24855         * mail-source.el (mail-source-directory): Fix doc-string.
24856
24857 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24858
24859         * assistant.el (assistant-render-text, assistant-eval): Add :set
24860         widget type, which is different because it takes and returns a
24861         list.  Much hilarity ensues.
24862
24863 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24864
24865         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24866
24867         * gnus-group.el (gnus-group-get-new-news-this-group):
24868         Add doc-string.
24869
24870         * gnus-start.el (gnus-activate-group): Add doc-string.
24871
24872 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24873
24874         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24875
24876 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24877
24878         * assistant.el (assistant-render-text): Try to add a :set
24879         widget, more to come.
24880
24881         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24882         strings.
24883         (spam-report-articles-resend)
24884         (spam-register-routine): Do registration iff any articles warrant
24885         it.
24886         (spam-summary-prepare-exit): Change log message for nil group
24887         destinations.
24888
24889 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24890
24891         * spam.el (spam-report-resend-register-routine):
24892         Allow spam-report-resend-to to be a group parameter or a global value.
24893
24894 2004-05-26  Simon Josefsson  <jas@extundo.com>
24895
24896         * starttls.el: Merge with my GNUTLS based starttls.el.
24897         (starttls-gnutls-program, starttls-use-gnutls)
24898         (starttls-extra-arguments, starttls-process-connection-type)
24899         (starttls-connect, starttls-failure, starttls-success):
24900         New variables.
24901         (starttls-program, starttls-extra-args): Doc fix.
24902         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24903         New functions.
24904         (starttls-negotiate, starttls-open-stream):
24905         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24906         function if it is set.
24907
24908 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24909
24910         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24911         structured fields.
24912
24913 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24914
24915         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24916
24917 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24918
24919         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24920         Add variable.
24921         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24922         assigning the spam-mark to new messages.
24923
24924 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24925
24926         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24927
24928 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24929
24930         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24931
24932         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24933         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24934         default.
24935
24936 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24937
24938         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24939         correct data.
24940
24941 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24942
24943         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24944         (spam-group-processor-p): Fix function.
24945         (spam-group-processor-multiple-p)
24946         (spam-group-spam-processor-report-gmane-p)
24947         (spam-group-spam-processor-report-resend-p)
24948         (spam-group-spam-processor-bogofilter-p)
24949         (spam-group-spam-processor-blacklist-p)
24950         (spam-group-spam-processor-ifile-p)
24951         (spam-group-ham-processor-ifile-p)
24952         (spam-group-spam-processor-spamoracle-p)
24953         (spam-group-spam-processor-crm114-p)
24954         (spam-group-ham-processor-bogofilter-p)
24955         (spam-group-spam-processor-stat-p)
24956         (spam-group-ham-processor-stat-p)
24957         (spam-group-ham-processor-whitelist-p)
24958         (spam-group-ham-processor-BBDB-p)
24959         (spam-group-ham-processor-spamoracle-p)
24960         (spam-group-ham-processor-copy-p): Remove functions with some
24961         prejudice against unneeded code.
24962         (spam-report-articles-resend)
24963         (spam-report-resend-register-routine): Allow the group/topic
24964         spam-resend-to value to override spam-report-resend-to.
24965         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24966         properly now.
24967
24968         * gnus.el (spam-resend-to): Add group/topic parameter.
24969         (spam-process): Move the OBSOLETE processors to the end of the
24970         choices.
24971
24972 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24973
24974         * spam-report.el (spam-report-resend-to, spam-report-resend):
24975         Start with resend-to set to nil, and then ask the user if necessary.
24976         (spam-report-resend): spam-report-resend takes a list of articles, not
24977         separate article numbers.
24978
24979 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24980
24981         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24982         addition to emacs-w3m.
24983
24984 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24985
24986         * assistant.el (assistant-authinfo-data): New function.
24987         (assistant-eval): Eval for entire assistant.
24988
24989         * netrc.el (netrc-services-file): New variable.
24990         (netrc-parse-services): New function.
24991         (netrc-find-service-name): New function.
24992         (netrc-find-service-number): New function.
24993         (netrc-port-equal): New function.
24994         (netrc-machine): Use it.
24995
24996         * nnimap.el (nnimap-open-connection): Use netrc.
24997
24998         * gnus-util.el (gnus-netrc-get): Remove aliases.
24999
25000         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25001
25002         * assistant.el (wid-edit): Fix compilation.
25003
25004         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25005
25006 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25007
25008         * gnus-util.el (gnus-set-file-modes): New function.  (small
25009         patch).
25010
25011 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25012
25013         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25014
25015         * assistant.el (assistant-render-node): Fix up rendering and
25016         read-only text.
25017         (assistant-render-node): Reset.
25018         (assistant-make-read-only): Not sticky.
25019
25020 2004-05-20  Danny Siu  <dsiu@adobe.com>
25021
25022         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25023         centered even when gnus-auto-center-summary is t.
25024
25025 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25026
25027         * dns.el (dns-get-txt-answer): New function.
25028         (dns-read-txt): Ditto.
25029         (query-dns): Use it.
25030
25031 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25032
25033         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25034         active for foreign groups even if the group level is higher than
25035         the specified value.
25036
25037 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25038
25039         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25040         non-active groups.
25041
25042         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25043
25044 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25045
25046         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25047
25048 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25049
25050         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25051         (spam-crm114-header, spam-crm114-spam-switch)
25052         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25053         (spam-crm114-positive-spam-header)
25054         (spam-crm114-database-directory, spam-list-of-processors)
25055         (spam-group-spam-processor-crm114-p)
25056         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25057         (spam-generic-score, spam-list-of-checks)
25058         (spam-list-of-statistical-checks, spam-registration-functions)
25059         (spam-check-crm114-headers, spam-crm114-score)
25060         (spam-check-crm114, spam-crm114-register-with-crm114)
25061         (spam-crm114-register-spam-routine)
25062         (spam-crm114-unregister-spam-routine)
25063         (spam-crm114-register-ham-routine)
25064         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25065
25066 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25067
25068         * gnus.el: Add spam-use-crm114.
25069
25070         * spam.el (spam-list-of-processors, spam-registration-functions):
25071         Add spam-use-resend.
25072         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25073         (spam-report-articles-gmane): Add doc fix.
25074         (spam-report-articles-resend, spam-report-resend-register-routine):
25075         Add wrappers around spam-report-resend-to.
25076
25077         * spam-report.el (spam-report-resend-to, spam-report-resend):
25078         Add support for resending spam.
25079         (spam-report-gmane): Fix line length >80.
25080
25081         * gnus.el (spam-process): Add spam-use-resend.
25082
25083 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25084
25085         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25086         number of processed spam messages.
25087         (spam-ham-copy-or-move-routine): Return the number of processed
25088         ham messages.
25089         (spam-summary-prepare-exit): Use the above values to decide
25090         whether status messages shouled be displayed.
25091
25092 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25093
25094         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25095         `rfc2047-encoding-function-alist' in order to avoid conflicting
25096         with the old version.
25097         (rfc2047-encode-region): Concatenate words containing non-ASCII
25098         characters in structured fields; don't encode space-delimited
25099         ASCII words even in unstructured fields; don't break words at
25100         char-category boundaries.
25101         (rfc2047-encode-1): New function.
25102         (rfc2047-encode): Use it; encode text so that it occupies the
25103         maximum width within 76-column; work correctly on Q encoding for
25104         iso-2022-* charsets.
25105         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25106         sure not to break a line just after the header name.
25107         (rfc2047-b-encode-region): Remove.
25108         (rfc2047-b-encode-string): New function.
25109         (rfc2047-q-encode-region): Remove.
25110         (rfc2047-q-encode-string): New function.
25111
25112         * mm-util.el (mm-replace-in-string): New function.
25113
25114 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25115
25116         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25117         Really get it right.
25118         (gnus-inews-make-draft): Really.
25119
25120 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25121
25122         * nnmh.el (nnmh-request-list-1): Don't check the link count
25123         before descending.  (small patch)
25124
25125 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25126
25127         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25128         stuff.
25129
25130         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25131         Match on real group name.
25132
25133         * gnus-art.el (gnus-signature-limit): Doc fix.
25134
25135         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25136
25137         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25138
25139 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25140
25141         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25142         isn't a string.
25143
25144 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25145
25146         * gnus-draft.el (gnus-draft-send):
25147         Bind rfc2047-encode-encoded-words.
25148
25149         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25150         (rfc2047-encodable-p): Say that =? needs encoding.
25151         (rfc2047-encode-encoded-words): New variable.
25152
25153         * gnus-group.el (gnus-group-select-group): Doc fix.
25154
25155         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25156
25157         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25158         to nil.
25159
25160         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25161
25162         * nnheader.el (nnheader-get-lines-and-char): New function.
25163
25164 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25165
25166         * gnus-msg.el (gnus-summary-followup-with-original):
25167         Document yanking of region when active.
25168
25169 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25170
25171         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25172         groups if the group level is higher than the specified value.
25173
25174 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25175
25176         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25177         (gnus-group-jump-to-group): Add prefix argument using
25178         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25179         non-active group.
25180
25181         * compface.el (uncompface): Be verbose when changing
25182         `uncompface-use-external'.
25183
25184         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25185         handle manual section.
25186
25187 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25188
25189         * gnus-art.el (gnus-button-alist): Revert previous change.
25190
25191 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25192
25193         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25194
25195 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25196
25197         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25198         whether backend can accept message.
25199
25200         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25201
25202 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25203
25204         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25205         Avoid creating directory when nntp-marks-is-evil is true.
25206         Reported by Reiner Steib.
25207
25208 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25209
25210         * gnus-picon.el (gnus-picon-insert-glyph):
25211         Add optional `nostring' argument.
25212
25213 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25214
25215         * gnus-picon.el (gnus-picon-style): New variable.
25216         (gnus-picon-transform-address): Support `gnus-picon-style'.
25217
25218 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25219
25220         * message.el (message-fill-field): Return point.
25221         (message-generate-headers): Go to end of field.
25222
25223         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25224         stuff for non-living groups.
25225
25226 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25227
25228         * gnus-art.el (gnus-article-followup-with-original)
25229         (gnus-article-reply-with-original): gnus-mark-active-p ->
25230         gnus-region-active-p.
25231
25232 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25233
25234         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25235         only when there is spam or ham to be processed.
25236
25237 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25238
25239         * mail-source.el (mail-source-delete-crash-box): Refactor.
25240         (mail-source-fetch): Use it.
25241         (mail-source-fetch-file): Ditto.
25242         (mail-source-fetch-directory): Run postscript in loop.
25243         (mail-source-fetch-pop): Delete.
25244         (mail-source-fetch-maildir): Ditto.
25245         (mail-source-fetch-imap): Ditto.
25246
25247         * imap.el (imap-authenticators): Comment out sasl.
25248
25249         * message.el (message-skip-to-next-address): New function.
25250         (message-fill-header-address): Refactor.
25251         (message-fill-address): Use it.
25252         (message-delete-address): Use it.
25253         (message-fill-header-general): Refactor.
25254         (message-fill-field-address): Rename.
25255         (message-narrow-to-field): Find the start of the header.
25256         (message-header-format-alist): Don't pre-fill.
25257         (message-fill-header): Remove.
25258         (message-insert-header): New function.
25259         (message-shorten-references): Use it.
25260
25261         * rfc2047.el (rfc2047-field-value): Strip props.
25262
25263         * mail-parse.el (mail-header-make-address): New alias.
25264
25265         * ietf-drums.el (ietf-drums-make-address): New function.
25266
25267         * imap.el: Add compiler directives.
25268
25269         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25270
25271         * gnus-art.el (article-decode-idna-rhs): Don't use
25272         message-idna-inside-rhs-p.
25273
25274 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25275
25276         * message.el (message-idna-inside-rhs-p): Remove.
25277         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25278
25279         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25280         false positives.
25281
25282 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25283
25284         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25285
25286 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25287
25288         * nneething.el (nneething-file-name): Don't create spurious
25289         files.
25290
25291         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25292         (gnus-inews-do-gcc): Remove sleep.
25293
25294         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25295         part under point.
25296
25297         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25298         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25299
25300 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25301
25302         * spam.el (spam-summary-prepare-exit): Fix (length).
25303
25304 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25305
25306         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25307         as expired without moving it" message when there are spam
25308         messages left.
25309
25310 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25311
25312         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25313         header is not nil.
25314
25315 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25316
25317         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25318         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25319         (nntp-marks-changed-p): New arg SERVER.
25320         (nntp-request-update-info): Adjust caller.
25321
25322 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25323
25324         * nntp.el (nntp-save-marks): Pass missing arg.
25325
25326 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25327
25328         * nntp.el: Support marks.
25329         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25330         (nntp-marks-modtime, nntp-marks-directory): New variables.
25331         (nntp-request-set-mark, nntp-request-update-info)
25332         (nntp-possibly-create-directory, nntp-marks-changed-p)
25333         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25334         New functions.
25335
25336 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25337
25338         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25339         (gnus-xmas-redefine): Rename.
25340
25341         * gnus-score.el (gnus-score-insert-help):
25342         Use gnus-select-lowest-window.
25343
25344         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25345         appt-select-lowest-window and rename to gnus-select-lowest-window.
25346
25347         * gnus.el: do.
25348
25349 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25350
25351         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25352         encodings of MIME-encoded words, in order to improve
25353         interoperability with several broken MUAs.
25354
25355 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25356
25357         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25358         tags, only when charsets are not specified in headers.
25359         (mm-inline-text-html-render-with-w3m): Ditto.
25360
25361         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25362         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25363
25364 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25365
25366         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25367         instead of MIME-decoded from fields when checking
25368         `gnus-article-address-banner-alist'.
25369
25370 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25371
25372         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25373         description rather than subject.
25374
25375 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25376
25377         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25378
25379 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25380
25381         * gnus.el (gnus-version-number): Bump.
25382
25383 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25384
25385         * gnus.el: No Gnus v0.2 is released.
25386
25387 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25388
25389         * gnus-agent.el (gnus-agent-read-agentview):
25390         Inline gnus-uncompress-range.
25391
25392 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25393
25394         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25395         `exec-installed-p'.
25396
25397 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25398
25399         * gnus.el (spam-process, spam-autodetect-methods):
25400         Add bsfilter and bsfilter-headers.
25401
25402         * spam.el (spam-bsfilter): New customize group.
25403         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25404         (spam-bsfilter-header, spam-bsfilter-probability-header)
25405         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25406         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25407         (spam-bsfilter-database-directory): New options.
25408         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25409         (spam-list-of-statistical-checks, spam-registration-functions):
25410         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25411         (spam-bsfilter-score): New command.
25412         (spam-check-bsfilter-headers, spam-check-bsfilter)
25413         (spam-bsfilter-register-with-bsfilter)
25414         (spam-bsfilter-register-spam-routine)
25415         (spam-bsfilter-unregister-spam-routine)
25416         (spam-bsfilter-register-ham-routine)
25417         (spam-bsfilter-unregister-ham-routine): New functions.
25418         (spam-generic-score): Support bsfilter; Accept an optional argument
25419         to recalcurate spam score even if scoring header has already been
25420         added.
25421         (spam-bogofilter-score, spam-spamassassin-score): Accept an
25422         optional argument to recalcurate spam score even if scoring header
25423         has already been added.
25424
25425 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
25426
25427         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
25428         strings!  Reported by David D. Smith <davidsmith@acm.org>.
25429         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
25430         link is missing.
25431
25432 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
25433
25434         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
25435         (html2text-get-attr): Rewrite.
25436
25437         * message.el (message-setup-1): Remove redundant put-text-property
25438         on mail-header-separator.
25439
25440 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
25441
25442         * gnus-registry.el (gnus-registry-cache-whitespace)
25443         (gnus-registry-action, gnus-registry-spool-action)
25444         (gnus-registry-split-fancy-with-parent): Change message levels
25445         from 5 to 3 or 7, as needed.
25446
25447         * spam.el (spam-summary-prepare-exit)
25448         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
25449         (spam-split, spam-find-spam, spam-log-undo-registration)
25450         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
25451         level from 5 to 6.
25452
25453 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25454
25455         * gnus-ems.el: Autoload appt-select-lowest-window (revert
25456         2004-03-04 change).
25457
25458 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
25459
25460         * sieve-manage.el (sieve-manage-open):
25461         * nnweb.el (nnweb-insert-html):
25462         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
25463         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
25464         * nnspool.el (nnspool-request-group):
25465         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
25466         * nnml.el (nnml-request-update-info):
25467         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
25468         (nnmh-request-create-group, nnmh-update-gnus-unreads):
25469         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
25470         (nnimap-request-set-mark):
25471         * nnfolder.el (nnfolder-request-update-info):
25472         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
25473         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
25474         * gnus-uu.el (gnus-uu-find-articles-matching):
25475         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
25476         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
25477         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
25478         * gnus-nocem.el (gnus-nocem-scan-groups):
25479         * gnus-int.el (gnus-start-news-server):
25480         * gnus-group.el (gnus-group-make-kiboze-group)
25481         (gnus-group-browse-foreign-server):
25482         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
25483         Use mapc when appropriate.
25484
25485 2004-04-22  Dan Christensen  <jdc@uwo.ca>
25486             Adam Sjøgren  <asjo@koldfront.dk>
25487             Wes Hardaker  <wes@hardakers.net>
25488             Michael Shields  <shields@msrl.com>
25489
25490         * spam.el (spam-necessary-extra-headers): Get the extra headers we
25491         may need for spam sorting and scoring.
25492         (spam-user-format-function-S): Add user format function suitable for
25493         general use.
25494         (spam-article-sort-by-spam-status): Add sorting function for summary
25495         sorting.
25496         (spam-extra-header-to-number): Add function to get a score from a
25497         header.
25498         (spam-summary-score): Add function to get a numeric score from the
25499         headers.
25500         (spam-generic-score): Fix function doc, was in wrong place.
25501         (spam-initialize): Take symbols when it's run, and install the
25502         extra headers that spam-necessary-extra-headers thinks we need.
25503
25504 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
25505
25506         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
25507         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25508
25509 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
25510
25511         * gnus-sum.el (gnus-set-global-variables)
25512         (gnus-build-all-threads, gnus-get-newsgroup-headers)
25513         (gnus-article-get-xrefs, gnus-summary-best-group)
25514         (gnus-summary-next-article, gnus-summary-enter-digest-group)
25515         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
25516         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
25517         Use with-current-buffer.
25518
25519 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
25520
25521         * spam.el (spam-summary-prepare-exit): Simplify logic.
25522         (spam-fetch-article-header): Read the article header if it's not
25523         available.
25524         (spam-list-articles): Simplify logic.
25525         (spam-filelist-register-routine): Fix bug with unregister-list.
25526
25527         * gnus-registry.el: Fix comments at beginning.
25528
25529 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
25530
25531         * message.el (message-cater-to-broken-inn): Remove.
25532         (message-shorten-references): Make sure the total folded length of
25533         References is shorter than 998 characters to cater to a bug in INN
25534         2.3.  Also, don't pretend that references aren't folded -- this
25535         hasn't worked for a while.
25536
25537 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25538
25539         * gnus-agent.el (gnus-agentize):
25540         gnus-agent-send-mail-real-function no longer set to current value
25541         of message-send-mail-function but rather a lambda that calls
25542         message-send-mail-function.  The change makes the agent real-time
25543         responsive to user changes to message-send-mail-function.
25544
25545 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25546
25547         * legacy-gnus-agent.el
25548         (gnus-agent-convert-to-compressed-agentview): Fix typos with
25549         help from Florian Weimer <fw@deneb.enyo.de>
25550
25551 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25552
25553         * nnmail.el (nnmail-cache-insert): Revert last change.
25554
25555 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25556
25557         * nnmail.el (nnmail-cache-insert): Always check whether
25558         nnmail-cache-ignore-groups matches a group name.
25559
25560 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
25561
25562         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
25563         (spam-find-spam, spam-log-processing-to-registry)
25564         (spam-log-registered-p, spam-log-unregistration-needed-p)
25565         (spam-log-undo-registration): Use gnus-message instead of
25566         gnus-error, none of these errors are fatal.
25567
25568         * gnus-registry.el (gnus-registry-clean-empty-function)
25569         (gnus-registry-clean-empty): Remove only empty entries without
25570         extra data.
25571
25572 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
25573
25574         * spam-stat.el (spam-stat-buffer-change-to-spam)
25575         (spam-stat-buffer-change-to-non-spam): Change (error) to
25576         (gnus-message 8) invocation.
25577
25578 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25579
25580         * nntp.el (nntp-via-netcat-command): New variable.
25581         (nntp-via-netcat-switches): New variable.
25582         (nntp-open-via-rlogin-and-netcat): New function.
25583         (nntp-open-connection-function): Doc fix.
25584         (nntp-telnet-command): Doc fix.
25585         (nntp-end-of-line): Doc fix.
25586         (nntp-via-rlogin-command): Doc fix.
25587         (nntp-via-user-name): Doc fix.
25588         (nntp-via-address): Doc fix.
25589
25590 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25591
25592         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
25593         error in Emacs 21.1.
25594
25595 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
25596
25597         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
25598
25599 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25600
25601         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
25602         (gnus-agent-with-refreshed-group): New macro.
25603         (gnus-agent-rename-group): New function.
25604         (gnus-agent-delete-group): New function.
25605         (gnus-agent-save-group-info): Use gnus-command-method when
25606         `method' parameter is nil.  Don't write nil entries into the
25607         active file.
25608         (gnus-agent-get-group-info): New function.
25609         (gnus-agent-fetch-articles):
25610         Use gnus-agent-update-files-total-fetched-for to increment disk space
25611         used.
25612         (gnus-agent-fetch-headers, gnus-agent-save-alist):
25613         Use gnus-agent-update-view-total-fetched-for to increment disk space
25614         used.
25615         (gnus-agent-get-local): Add optional parameters to avoid calling
25616         gnus-group-real-name and gnus-find-method-for-group.
25617         (gnus-agent-set-local): Delete stored entry if either min, or max,
25618         are nil.
25619         (gnus-agent-fetch-session): Reworded error/quit messages.
25620         On quit, use gnus-agent-regenerate-group to record existance of any
25621         articles fetched to disk before the quit occurred.
25622         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
25623         gnus-agent-update-view-total-fetched-for, and
25624         gnus-agent-update-files-total-fetched-for to decrement disk space
25625         used.
25626         (gnus-agent-retrieve-headers):
25627         Use gnus-agent-update-view-total-fetched-for to increment disk space
25628         used.
25629         (gnus-agent-regenerate-group): Replace gnus-group-update-group
25630         with gnus-agent-update-files-total-fetched-for to decrement disk
25631         space and fresh group buffer.
25632         (gnus-agent-inhibit-update-total-fetched-for): New variable.
25633         (gnus-agent-need-update-total-fetched-for): New variable.
25634         (gnus-agent-update-files-total-fetched-for): New function.
25635         (gnus-agent-update-view-total-fetched-for): New function.
25636         (gnus-agent-total-fetched-for): New function.
25637
25638         * gnus-cache.el (gnus-cache-save-buffers):
25639         Use gnus-cache-update-overview-total-fetched-for to change disk space
25640         used by this group.
25641         (gnus-cache-possibly-enter-article):
25642         Use gnus-cache-update-file-total-fetched-for to increment disk space
25643         used by this group.
25644         (gnus-cache-possibly-remove-article):
25645         Use gnus-cache-update-file-total-fetched-for to decrement disk space
25646         used by this group.
25647         (gnus-cache-generate-nov-databases): Purge total fetched cache.
25648         (gnus-cache-rename-group): New function.
25649         (gnus-cache-delete-group): New function.
25650         (gnus-cache-inhibit-update-total-fetched-for): New variable.
25651         (gnus-cache-need-update-total-fetched-for): New variable.
25652         (gnus-cache-with-refreshed-group): New macro.
25653         (gnus-cache-update-file-total-fetched-for): New function.
25654         (gnus-cache-update-overview-total-fetched-for): New function.
25655         (gnus-cache-rename-group-total-fetched-for): New function.
25656         (gnus-cache-delete-group-total-fetched-for): New function.
25657         (gnus-cache-total-fetched-for): New function.
25658
25659         * gnus-group.el: Require gnus-sum and autoload functions to
25660         resolve warnings when gnus-group.el compiled alone.
25661         (gnus-group-line-format): Documented new %F.
25662         (size of Fetched data) group line format; identifies disk space
25663         used by agent and cache.
25664         (gnus-group-line-format-alist): Defined new F format.
25665         (gnus-total-fetched-for): New function.
25666         (gnus-group-delete-group): No longer update
25667         gnus-cache-active-altered as gnus-request-delete-group now keeps
25668         the cache in sync.
25669         (gnus-group-list-active): Let the agent store a server's active
25670         list if currently plugged.
25671
25672         * gnus-int.el (gnus-request-delete-group):
25673         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
25674         local disk in sync with the server.
25675         (gnus-request-rename-group):
25676         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
25677         local disk in sync with the server.
25678
25679         * gnus-start.el (gnus-get-unread-articles):
25680         Cosmetic simplification to logic.
25681
25682         * gnus-util.el (gnus-rename-file): New function.
25683
25684 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
25685
25686         * mm-util.el (mm-image-load-path): Handle nil in load-path.
25687
25688 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
25689
25690         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
25691         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
25692
25693 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
25694
25695         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
25696         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
25697
25698 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
25699
25700         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
25701
25702 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
25703
25704         * spam.el (spam-set-difference): Add function to replace
25705         gnus-set-difference in spam.el.
25706         (spam-summary-prepare-exit): Use spam-set-difference.
25707
25708 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
25709
25710         * gnus-registry.el (gnus-registry-cache-file): Update to use
25711         gnus-dribble-directory OR gnus-home-directory OR ~.
25712         (gnus-registry-split-fancy-with-parent): Fix doc.
25713
25714 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25715
25716         * message.el (message-exchange-point-and-mark):
25717         Use message-mark-active-p.  Suggested by Jesper Harder
25718         <harder@ifa.au.dk>.
25719
25720 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25721
25722         * message.el (message-exchange-point-and-mark): Don't activate
25723         region if it was inactive.  Suggested by Hiroshi Fujishima
25724         <pooh@nature.tsukuba.ac.jp>.
25725
25726 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25727
25728         * gnus-art.el (article-display-face): Display Faces in the same
25729         order as X-Faces.
25730
25731 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25732
25733         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
25734
25735 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25736
25737         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25738         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25739         (gnus-article-mime-hierarchy): Remove.
25740         (gnus-article-mime-hierarchy-next): Remove.
25741         (gnus-article-mode): Revert 2004-03-19 change.
25742         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25743         (gnus-insert-mime-button): Revert 2004-03-19 change.
25744         (gnus-mime-accumulate-hierarchy): Remove.
25745         (gnus-mime-enter-multipart): Remove.
25746         (gnus-mime-leave-multipart): Remove.
25747         (gnus-mime-display-part): Revert 2004-03-19 change.
25748         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25749
25750         * mml.el (mml-preview): Revert 2004-03-19 change.
25751
25752 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25753
25754         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25755
25756 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25757
25758         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25759         t while entering a file name using the mm-with-multibyte macro.
25760         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25761
25762         * mm-util.el (mm-with-multibyte): New macro.
25763
25764 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25765
25766         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25767         New user option.
25768         (gnus-mime-multipart-functions): Doc and customization fix.
25769         (gnus-article-mime-hierarchy): New variable.
25770         (gnus-article-mime-hierarchy-next): New variable.
25771         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25772         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25773         gnus-article-mime-hierarchy-next to nil.
25774         (gnus-insert-mime-button): Show hierarchy numbers.
25775         (gnus-mime-accumulate-hierarchy): New function.
25776         (gnus-mime-enter-multipart): New function.
25777         (gnus-mime-leave-multipart): New function.
25778         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25779         (gnus-mime-display-alternative): Show hierarchy numbers.
25780
25781         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25782         gnus-article-mime-hierarchy-next to nil.
25783
25784 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
25785
25786         * dns.el: Don't require gnus-xmas.
25787
25788 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25789
25790         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25791         inline PGP.
25792         (mml-menu): Disable mml-quote-region if mark is inactive.
25793
25794 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25795
25796         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25797         when the group's active is not available.
25798
25799 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25800
25801         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25802         error.
25803
25804 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25805
25806         * imap.el (imap-store-password): New variable.
25807         (imap-interactive-login): Use it.
25808         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25809
25810 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25811
25812         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25813         window-start and hscroll to summary window.
25814
25815 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25816
25817         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25818         conversion message to newsrc-dribble when an actual conversion is
25819         performed.
25820
25821 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25822
25823         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25824
25825 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25826
25827         * mm-decode.el (mm-complicated-handles): New function reviving
25828         former definition of mm-multiple-handles.
25829
25830         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25831         (gnus-mime-delete-part): Use it.
25832
25833 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25834
25835         * gnus-agent.el (gnus-agent-read-local):
25836         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25837         avoid the implicit assumption that they will always be equal.
25838         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25839         coding-system-for-write, as the with-temp-file macro first prints
25840         to a buffer then saves the buffer.
25841
25842 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25843
25844         * gnus-art.el (gnus-article-edit-part): New function.
25845         (gnus-mime-save-part-and-strip): Use it; do query instead of
25846         signaling an error; don't use mm-multiple-handles.
25847         (gnus-mime-delete-part): Ditto.
25848
25849 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25850
25851         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25852         old file versions.
25853         (gnus-group-prepare-hook): Remove function that converted list
25854         form of gnus-agent-expire-days to group properties.
25855
25856         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25857         (gnus-request-accept-article): Re-indented.
25858
25859         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25860         converters to handle old agent file formats.  Add logic for a
25861         "backup before upgrading warning".
25862         (gnus-convert-mark-converter-prompt): Developers can mark
25863         functions as needing (default), or not needing,
25864         gnus-convert-old-newsrc's "backup before upgrading warning".
25865         (gnus-convert-converter-needs-prompt): Tests whether the user
25866         should be protected from potentially irreversable changes by the
25867         function.
25868
25869         * legacy-gnus-agent.el: New.  Provides converters that are only
25870         loaded when gnus-convert-old-newsrc needs to call them.
25871
25872 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25873
25874         * mail-source.el (mail-source-touch-pop): Doc fix.
25875
25876         * message.el (message-smtpmail-send-it): Doc fix.
25877
25878 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25879
25880         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25881
25882         * nnmail.el (nnmail-split-fancy): do.
25883
25884         * gnus-kill.el (gnus-kill, gnus-execute): do.
25885
25886 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25887
25888         * gnus-sum.el (gnus-widget-reversible-match)
25889         (gnus-widget-reversible-to-internal)
25890         (gnus-widget-reversible-to-external): New functions.
25891         (gnus-widget-reversible): New widget.
25892         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25893
25894 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25895
25896         * gnus-sum.el (gnus-thread-sort-functions)
25897         (gnus-article-sort-functions): Document `(not F)' items.
25898
25899 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25900
25901         * spam.el (spam-use-gmane-xref): Add new backend.
25902         (spam-gmane-xref-spam-group): Add variable to control the name of the
25903         Gmane spam group.
25904         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25905         (spam-regex-headers-spam, spam-regex-headers-ham)
25906         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25907         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25908         backends and checks.
25909         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25910
25911         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25912         an autodetect method.
25913
25914 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25915
25916         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25917         articles are being added to a group.
25918         (gnus-request-replace-article): Inform the agent that articles
25919         need to be uncached as the cached contents are no longer valid.
25920
25921 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25922
25923         * binhex.el: Don't autoload executable-find.
25924
25925         * canlock.el: Don't autoload mail-fetch-field.
25926
25927         * dgnushack.el: Autoload c-mode for XEmacs.
25928
25929         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25930
25931         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25932         rmail-dont-reply-to and rmail-output.
25933
25934         * gnus-score.el: Don't autoload ffap-string-at-point.
25935
25936         * gnus-setup.el: Don't autoload sc-cite-original.
25937
25938         * imap.el: Don't autoload base64-decode-string,
25939         base64-encode-string and md5.
25940
25941         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25942         and rmail-msg-restore-non-pruned-header.
25943
25944         * mm-decode.el: Don't autoload executable-find.
25945
25946         * mm-url.el: Don't autoload executable-find.
25947
25948         * mm-view.el: Don't autoload diff-mode.
25949
25950         * nndb.el: Don't autoload news-reply-mode, news-setup,
25951         cancel-timer and telnet.
25952
25953         * password.el: Don't autoload run-at-time for Emacs.
25954
25955         * sha1-el.el: Don't autoload executable-find.
25956
25957         * sieve-mode.el: Don't autoload c-mode.
25958
25959         * uudecode.el: Don't autoload executable-find.
25960
25961 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25962
25963         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25964         (gnus-agent-possibly-alter-active): Avoid null in numeric
25965         comparison.
25966         (gnus-agent-set-local): Refuse to save null in local object table.
25967         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25968         list of articles that will be marked as unread.
25969
25970 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25971
25972         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25973
25974 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25975
25976         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25977         language tags.
25978
25979 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25980
25981         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25982         Don't bind "obarray".
25983
25984         * gnus-sum.el (gnus-thread-sort-functions):
25985         Add `gnus-thread-sort-by-most-recent-number' and
25986         `gnus-thread-sort-by-most-recent-date'.
25987         Reported by Kai Grossjohann <kai@emptydomain.de>.
25988
25989 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25990
25991         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25992
25993 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25994
25995         * gnus-cus.el (gnus-agent-customize-category):
25996         Remove ignore-errors macro reference that required cl to be loaded at
25997         run-time.
25998
25999         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26000         single-interval range of the form (min . max).  Previously the
26001         range had to look like ((min . max)).  Likewise, return
26002         (min . max) rather than ((min . max)).
26003         (gnus-range-map): Use gnus-range-normalize to accept
26004         single-interval range.
26005
26006         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26007         the cache, but not the agent, now appear with their usual face.
26008
26009         * dgnushack.el (loaddir): New variable that is bound to the
26010         directory containing the dgnushack.el file.  Use loaddir, rather
26011         than srcdir, to update load-path.  Change lets dgnushack compile
26012         code in directories other than GNUS/lisp.
26013
26014 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26015
26016         * lpath.el: Don't bind w3m-safe-url-regexp.
26017
26018         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26019         w3m-safe-url-regexp variable buffer-local.
26020
26021         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26022
26023 2004-02-27  Simon Josefsson  <jas@extundo.com>
26024
26025         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26026         gnus-group-real-prefix.
26027         (gnus-summary-move-article): Use it, instead of
26028         gnus-group-real-prefix.
26029
26030 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26031
26032         * lpath.el: Bind w3m-safe-url-regexp.
26033
26034         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26035         w3m-safe-url-regexp variable buffer-local and set it as the value
26036         of mm-w3m-safe-url-regexp.
26037
26038         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26039
26040         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26041         parsing gnus-posting-styles when the message is not for replying.
26042
26043         * dgnushack.el: Autoload sgml-mode for XEmacs.
26044
26045         * nnrss.el (nnrss-opml-export):
26046         Use mm-set-buffer-file-coding-system instead of
26047         set-buffer-file-coding-system.
26048
26049 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26050
26051         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26052         of checkdoc.el).
26053         * nnrss.el: do.
26054         * gnus-mlspl.el: do.
26055         * gnus-ml.el: do.
26056         * gnus-srvr.el: do.
26057
26058         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26059
26060 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26061
26062         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26063         Corrections to custom-manual links.
26064
26065         * gnus-art.el (gnus-article): Ditto.
26066
26067         * mm-decode.el (mime-display, mime-security): Ditto.
26068
26069 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26070
26071         * flow-fill.el: Typo.
26072
26073 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26074
26075         * spam-wash.el: New file.
26076
26077 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26078
26079         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26080
26081 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26082
26083         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26084         to be run with new-articles as LIST1, not LIST2.
26085         (spam-registration-functions): Add spam-use-ham-copy as a nil
26086         registration backend.
26087
26088 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26089
26090         * spam-stat.el (spam-stat-washing-hook): New option.
26091         (spam-stat-buffer-words): Use it.
26092         (spam-stat-process-directory, spam-stat-test-directory):
26093         Use insert-file-contents-literally.
26094         (spam-stat-coding-system): New variable.
26095         (spam-stat-load, spam-stat-save): Use it.
26096
26097 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26098
26099         * spam-report.el (spam-report-plug-agent):
26100         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26101
26102 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26103
26104         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26105         Allow / in mailto URLs.
26106
26107 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26108
26109         * spam-report.el (spam-report-process-queue): Fix interactive use.
26110         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26111         (spam-report-unplug-agent): Doc fixes.
26112         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26113         (spam-report-agentize, spam-report-deagentize): Autoload.
26114
26115 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26116
26117         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26118
26119         * message.el (message-setup-fill-variables): Add mml tags to
26120         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26121         <ajk@iu.edu>.
26122         (message-mode): Don't modify paragraph-separate there.
26123
26124 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26125
26126         * compface.el (uncompface-use-external): Default to undecided.
26127         (uncompface-use-external-threshold): New variable.
26128         (uncompface-float-time): New macro.
26129         (uncompface): Determine whether to use the external decoder if
26130         uncompface-use-external is undecided.
26131
26132 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26133
26134         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26135         after images.
26136
26137         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26138
26139 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26140
26141         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26142
26143         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26144
26145         * gnus-sum.el (gnus-summary-limit-to-age)
26146         (gnus-summary-limit-children): do.
26147
26148         * gnus-int.el (gnus-request-scan): do.
26149
26150         * gnus-group.el (gnus-group-suspend): do.
26151
26152         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26153
26154         * gnus-cite.el (gnus-cite-parse-attributions): do.
26155
26156         * gnus-agent.el (gnus-summary-set-agent-mark)
26157         (gnus-agent-regenerate-group): do.
26158
26159         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26160
26161         * binhex.el (binhex-decode-region-internal): do.
26162
26163 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26164
26165         * gnus-fun.el (gnus-face-properties-alist): New user option.
26166         (gnus-display-x-face-in-from): Use it.
26167
26168         * gnus-art.el (article-display-face): Ditto.
26169
26170         * compface.el (uncompface-use-external): Default to nil.
26171
26172 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26173
26174         * nntp.el (nntp-erase-buffer): New function.
26175         (nntp-retrieve-data, nntp-send-command)
26176         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26177         (nntp-possibly-change-group): Use it.
26178
26179         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26180         Use with-current-buffer.
26181
26182 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26183
26184         * compface.el: Merge the ELisp-based uncompface program.
26185         (compface): New customization group.
26186         (uncompface-use-external): New user option.
26187         (uncompface): Call uncompface-internal if uncompface-use-external
26188         is nil.
26189         (uncompface-internal): New function.  Note that there are also
26190         some other functions and variables added for this function.
26191
26192 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26193
26194         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26195         if necessary.
26196
26197 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26198
26199         * spam-report.el (spam-report-unplug-agent)
26200         (spam-report-plug-agent, spam-report-deagentize)
26201         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26202         Add support for the Agent in spam-report: when unplugged, report to a
26203         file; when plugged, submit all the requests.
26204
26205         * spam.el (spam-register-routine): Fix message about
26206         registration.
26207
26208 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26209
26210         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26211         dependencies.
26212         (rfc2047-encode): Use it.
26213
26214         * gnus-art.el (gnus-button-marker-list): Move before first
26215         reference.
26216
26217         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26218         (imap-parse-body): Fix format string mismatch.
26219
26220         * gnus-score.el (gnus-summary-increase-score): do.
26221
26222         * nnrss.el (nnrss-close): New function.
26223
26224 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26225
26226         * nnrss.el (nnrss-make-filename): New function.
26227         (nnrss-request-delete-group, nnrss-read-server-data)
26228         (nnrss-save-server-data, nnrss-read-group-data)
26229         (nnrss-save-group-data): Use it.
26230         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26231         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26232         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26233
26234 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26235
26236         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26237
26238 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26239
26240         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26241         files.
26242
26243         * message.el (message-generate-headers-first): Don't quote nil
26244         and t in docstrings.
26245
26246         * imap.el (imap-id): do.
26247
26248         * gnus-agent.el (gnus-agent-consider-all-articles)
26249         (gnus-agent-queue-mail): do.
26250
26251 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26252
26253         * spam-report.el (spam-report-process-queue): New function.
26254         Process requests from `spam-report-requests-file'.
26255         (spam-report-process-queue): Doc fix.
26256
26257 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26258
26259         * spam.el (spam-register-routine)
26260         (spam-log-processing-to-registry, spam-log-registered-p)
26261         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26262         Change "check" to "spam-check" for semi-clarity.
26263
26264 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26265
26266         * pop3.el: Require nnheader.
26267
26268         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26269
26270         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26271
26272         * gnus-picon.el: Require cl.
26273
26274         * gnus-fun.el: Require gnus-ems and gnus-util.
26275
26276         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26277
26278         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26279
26280         * gnus-art.el (gnus-article-edit-mode): Define before first
26281         reference.
26282
26283 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26284
26285         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26286         (gnus-uu-post-encoded): Use point-at-bol.
26287
26288         * gnus-topic.el (gnus-group-active-topic-p): do.
26289
26290         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26291
26292         * gnus-group.el (gnus-group-kill-region): do.
26293
26294         * gnus-art.el (article-date-ut): do.
26295
26296         * message.el (message-fetch-field): Remove redundant
26297         case-fold-search binding.
26298         (message-narrow-to-field): Simplify.
26299
26300 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26301
26302         * spam.el (spam-directory): Derive from `gnus-directory'.
26303
26304         * spam-report.el (spam-report-url-to-file)
26305         (spam-report-requests-file): New function and variable for offline
26306         reporting.
26307         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26308         and user defined function.
26309         (spam-report-url-ping-mm-url): Remove doubled slash.
26310
26311 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26312
26313         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26314
26315 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26316
26317         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26318         Fix format string mismatch.
26319
26320         * sieve.el (sieve-deactivate-all): do.
26321
26322         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26323
26324         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26325
26326         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26327
26328         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26329
26330 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26331
26332         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26333         the list of checks.
26334
26335 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26336
26337         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26338         padding.
26339
26340 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26341
26342         * mm-view.el (mm-fill-flowed): New variable.
26343         (mm-inline-text): Use it.
26344
26345 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26346
26347         * spam.el (spam-spamassassin-register-ham-routine)
26348         (spam-spamassassin-register-spam-routine): Fix function names.
26349
26350 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26351
26352         * gnus.el (gnus-tmp-grouplens): Remove.
26353         (gnus-summary-line-format): Remove grouplens.
26354
26355         * gnus-group.el (gnus-group-line-format): Ditto.
26356
26357         * gnus-spec.el (gnus-format-specs): Ditto.
26358         (gnus-update-format-specifications): Flush the group format spec
26359         cache if there's the grouplens stuff.
26360         (gnus-parse-simple-format): Replace %l with the empty string.
26361
26362 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26363
26364         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26365         omission.
26366
26367 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26368
26369         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26370         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26371
26372 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26373
26374         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26375         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26376         New macros and functions.
26377         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26378         Handle > NLINK_MAX messages.
26379         * nnmaildir.el (nnmaildir-request-set-mark):
26380         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26381
26382 2004-01-25  Alex Schroeder  <alex@gnu.org>
26383
26384         * spam-stat.el (spam-stat-process-directory-age): New option.
26385         (spam-stat-process-directory): Use it.
26386
26387 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26388
26389         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26390         (spam-stat-save): Accept prefix argument.
26391
26392 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26393
26394         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26395         links" error.
26396
26397 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26398
26399         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26400         the rest of the and/or forms.
26401
26402 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26403
26404         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26405         compatibility with old .newsrc.eld files.
26406
26407         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26408
26409         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26410
26411         * gnus-start.el (gnus-1): do.
26412
26413         * gnus-group.el (gnus-group-line-format-alist): do.
26414
26415         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26416
26417         * gnus-gl.el: Remove.
26418
26419 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26420
26421         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
26422         marks consisting of a single range {for example, (3 . 5)} rather
26423         than a list of a single range { ((3 . 5)) }.
26424
26425 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26426
26427         * spam-stat.el (spam-stat-store-gnus-article-buffer):
26428         Use with-current-buffer.
26429         (spam-stat-store-current-buffer): Use insert-buffer-substring to
26430         avoid consing a string.
26431
26432         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
26433         Remove obsolete entries for big5 and gb2312.
26434
26435 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26436
26437         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
26438         uncompressed list.
26439
26440 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
26441
26442         * spam-stat.el (spam-stat-strip-xref): New function.
26443         (spam-stat-process-directory): Use it.
26444
26445         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
26446         here -- it's done in message-fetch-field.
26447
26448 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26449
26450         * gnus-agent.el (gnus-agent-queue-mail)
26451         (gnus-agent-prompt-send-queue): New variables.
26452         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
26453         * gnus-draft.el (gnus-group-send-queue): Pass the group name
26454         "nndraft:queue" along to gnus-draft-send.
26455         Use gnus-agent-prompt-send-queue.
26456         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
26457         is "nndraft:queue".  Suggested by Gaute Strokkenes
26458         <gs234@srcf.ucam.org>
26459
26460         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
26461         (agent-enable-undownloaded-faces): Add.
26462         (gnus-agent-cat-groups): Use eval-and-compile, not
26463         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
26464         method of gnus-agent-cat-groups even when the buffer has been
26465         evaled.
26466         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
26467         delete gnus-agent-save-active-1.
26468         (gnus-agent-save-groups): Delete.  Identical to
26469         gnus-agent-save-active.
26470         (gnus-agent-write-active): No longer adjust agent's copy of active
26471         file as agent's adjustments are now stored in their own
26472         file.  Remove optional parameter.
26473         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
26474         servers.  Add use of min/max range limits from server's local
26475         file.
26476         (gnus-agent-save-alist): Remove unused optional argument.
26477         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
26478         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
26479         (gnus-agent-set-local): A per-server file that keeps min/max range
26480         limits for articles known to the agent.  Provides a fast mechanism
26481         for altering many active ranges.
26482         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
26483         active file (local makes it unnecessary).
26484         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
26485
26486         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
26487         (agent-enable-undownloaded-faces): Add.
26488
26489         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
26490         disable it when sending to "nndraft:queue".
26491         (gnus-group-send-queue): Add safety check to avoid sending queue
26492         when unplugged.
26493
26494         * gnus-group.el (gnus-group-catchup): Use new
26495         gnus-sequence-of-unread-articles, not
26496         gnus-list-of-unread-articles, to avoid exhausting memory with huge
26497         numbers of articles.  Use gnus-range-map to avoid having to
26498         uncompress the unread list.
26499         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
26500         Fix invalid ange-ftp reference.
26501
26502         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
26503         (gnus-sorted-range-intersection): Intersection of two ranges
26504         without requiring that they first be uncompressed.
26505
26506         * gnus-start.el (gnus-activate-group): Unless blocked by the
26507         caller, possibly expand the active range to include both cached
26508         and agentized articles.
26509         (gnus-convert-old-newsrc): Rewrote in anticipation of having
26510         multiple version-dependent converters.
26511         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
26512         gnus-agent-save-active.
26513         (gnus-save-newsrc-file): Save dirty agent range limits.
26514
26515         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
26516         gnus-agent-possibly-alter-active.
26517         (gnus-adjust-marked-articles): Faster handling of simple lists.
26518
26519 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
26520
26521         * spam-stat.el (spam-stat-test-directory): New optional argument
26522         displays a list of files detected.  Suggested by Andrew Cohen
26523         <cohen@andy.bu.edu>.
26524         (spam-stat-buffer-words-with-scores): Don't narrow and change
26525         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
26526
26527 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
26528
26529         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
26530         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
26531         (spam-spamassassin-arguments)
26532         (spam-spamassassin-spam-flag-header)
26533         (spam-spamassassin-positive-spam-flag-header)
26534         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
26535         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
26536         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
26537         (spam-list-of-processors, spam-list-of-checks)
26538         (spam-list-of-statistical-checks, spam-registration-functions)
26539         (spam-check-spamassassin-headers, spam-check-spamassassin)
26540         (spam-spamassassin-score)
26541         (spam-spamassassin-register-with-sa-learn)
26542         (spam-spamassassin-register-spam-routine)
26543         (spam-spamassassin-register-ham-routine)
26544         (spam-assassin-register-spam-routine)
26545         (spam-assassin-register-ham-routine): Add SpamAssassin support.
26546         (spam-bogofilter-score): Fix to show article before scoring.
26547
26548 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
26549
26550         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
26551         default scoring function.
26552         (spam-generic-score): Call spam-spamassassin-score if
26553         spam-use-spamassassin or spam-use-spamassassin-headers is on;
26554         spam-bogofilter-score otherwise.
26555
26556         * gnus.el (spam-process, spam-autodetect-methods):
26557         Add spamassassin and spamassassin-headers.
26558
26559 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
26560
26561         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26562         Suppress unnecessary messages.
26563
26564 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
26565
26566         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
26567         make-hash-table.
26568
26569 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26570
26571         * canlock.el (base64-encode-string): Don't autoload it.
26572
26573 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26574
26575         * run-at-time.el: Remove useless (require 'itimer),
26576         eval-and-compile and (featurep 'xemacs).
26577
26578 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
26579
26580         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
26581         GROUP is a virtual group.
26582
26583 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
26584
26585         * gnus.el: Autoload `message-y-or-n-p'.
26586
26587 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
26588
26589         * pgg-parse.el: Remove unnecessary (require 'custom).
26590
26591         * pgg-def.el: do.
26592
26593         * nnmail.el: do.
26594
26595         * gnus-undo.el: do.
26596
26597         * gnus-picon.el: do.
26598
26599         * gnus-util.el: do.
26600
26601 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
26602
26603         * gnus-sum.el (gnus-pick-line-number): Add autoload.
26604
26605 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26606
26607         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
26608         handle, as well as a list.
26609
26610         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
26611         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
26612         (mm-w3m-cid-retrieve): Simplify.
26613
26614 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
26615
26616         * message.el (message-kill-to-signature): Allow prefix arg to
26617         specify number of lines to keep before signature.
26618
26619 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
26620
26621         * message.el (message-kill-to-signature): Change docstring.
26622
26623 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26624
26625         * canlock.el: Always require sha1-el.
26626         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
26627
26628         * message.el: Autoload sha1 only when compiling.
26629
26630         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
26631         eudc-expand-inline for XEmacs.
26632
26633 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
26634
26635         * message.el (message-canlock-generate): Require sha1-el.
26636
26637 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
26638
26639         * message.el (message-expand-name): Silence the byte compiler.
26640
26641         * lpath.el: Add detect-coding-system.
26642
26643         * dgnushack.el (dgnushack-compile): Remove obsolete check for
26644         cus-edit.
26645
26646 2004-01-13  Simon Josefsson  <jas@extundo.com>
26647
26648         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
26649         Invoke gnus-score-mode.
26650         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26651
26652         * gnus-range.el (gnus-compress-sequence): Doc fix.
26653         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
26654
26655 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26656
26657         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
26658
26659 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
26660
26661         * spam.el (spam-get-article-as-string): Update to use
26662         gnus-request-article-this-buffer, much simpler.
26663         (spam-get-article-as-buffer): Remove.
26664
26665 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
26666
26667         * message.el (message-expand-name): Use EUDC if the user uses that.
26668
26669 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26670
26671         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
26672         character for the encoding to avoid consing a string.
26673
26674         * rfc2047.el (rfc2047-decode-string): Don't cons a string
26675         unnecessarily.
26676
26677         * mm-util.el (mm-replace-chars-in-string): Remove.
26678
26679         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
26680         of mm-replace-chars-in-string.
26681
26682 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
26683
26684         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
26685
26686         * mm-util.el (mm-subst-char-in-string): Support inplace.
26687
26688         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
26689         a new string in every iteration.  Use shy groups.
26690
26691 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
26692
26693         * gnus-srvr.el (gnus-browse-unsubscribe-group):
26694         * gnus-soup.el (gnus-soup-group-brew):
26695         * gnus-msg.el (gnus-put-message):
26696         * gnus-move.el (gnus-group-move-group-to-server):
26697         * gnus-kill.el (gnus-batch-score):
26698         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
26699         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
26700         (gnus-group-update-group, gnus-group-read-group)
26701         (gnus-group-make-group, gnus-group-make-help-group)
26702         (gnus-group-make-archive-group, gnus-group-make-directory-group)
26703         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
26704         (gnus-group-sort-by-unread, gnus-group-catchup)
26705         (gnus-group-unsubscribe-group, gnus-group-kill-group)
26706         (gnus-group-yank-group, gnus-group-set-info)
26707         (gnus-group-list-groups):
26708         * gnus.el (gnus-generate-new-group-name):
26709         * gnus-delay.el (gnus-delay-send-queue):
26710         * nnvirtual.el (nnvirtual-catchup-group):
26711         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
26712         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
26713         (gnus-group-prepare-topics, gnus-topic-check-topology):
26714         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
26715         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
26716         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
26717         (gnus-group-make-articles-read):
26718         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
26719         (gnus-group-change-level, gnus-kill-newsgroup)
26720         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
26721         (gnus-get-unread-articles, gnus-make-articles-unread)
26722         (gnus-make-ascending-articles-unread): Use accessor
26723         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
26724         to get group information for improved readability.
26725
26726
26727 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26728
26729         * gnus-art.el (article-decode-mime-words, article-babel)
26730         (gnus-article-highlight-signature, gnus-article-add-buttons)
26731         (gnus-signature-toggle): Use gnus-with-article-buffer.
26732
26733         * gnus-art.el (gnus-article-highlight-headers)
26734         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26735
26736         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26737         (gnus-article-set-globals, gnus-request-article-this-buffer)
26738         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26739         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26740         (gnus-mime-display-alternative): Use with-current-buffer.
26741
26742 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26743
26744         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26745         also under 80 char limit, and call gnus-error if needed.
26746         (spam-fetch-article-header): Fix - it was a
26747         buffer-local variable (gnus-newsgroup-data).
26748         (spam-find-spam): Use spam-generate-fake-headers, forget about
26749         spam-insert-fake-headers.
26750         (spam-insert-fake-headers): Remove.
26751
26752 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26753
26754         * deuglify.el (gnus-article-outlook-unwrap-lines)
26755         (gnus-outlook-rearrange-article)
26756         (gnus-outlook-repair-attribution-outlook)
26757         (gnus-outlook-repair-attribution-block)
26758         (gnus-outlook-repair-attribution-other): Remove redundant
26759         save-excursion.
26760
26761 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26762
26763         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26764         (spam-fetch-field-subject-fast)
26765         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26766         (spam-fetch-article-header): Add functions to deal with Gnus
26767         internals for fast retrieval of article header data.
26768         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26769
26770 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26771
26772         * pop3.el (pop3-md5): Remove.
26773         (pop3-apop): Replace pop3-md5 with md5.
26774
26775         * mm-bodies.el: base64 is always built-in.
26776
26777         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26778         Use with-current-buffer.
26779
26780 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26781
26782         * canlock.el (canlock-insert-header): Remove excessive grouping in
26783         regexp.
26784
26785         * gnus-sum.el (gnus-summary-read-document): Ditto.
26786
26787         * gnus-uu.el (gnus-uu-part-number): Ditto.
26788
26789         * html2text.el (html2text-remove-tags): Ditto.
26790         (html2text-format-tags): Ditto.
26791         (html2text-format-single-elements): Ditto.
26792
26793         * mml.el (mml-parse-1): Ditto.
26794
26795 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26796
26797         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26798
26799         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26800
26801         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26802
26803         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26804
26805 2003-11-15  Simon Josefsson  <jas@extundo.com>
26806
26807         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26808         (pgg-gpg-lookup-key): Use regexp match instead of
26809         split-string (split-string is different between emacs 21.2 and
26810         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26811
26812 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26813
26814         * gnus-art.el (gnus-mime-view-all-parts)
26815         (gnus-article-part-wrapper, gnus-article-view-part):
26816         Use with-current-buffer.
26817
26818 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26819
26820         * spam.el (spam-disable-spam-split-during-ham-respool)
26821         (spam-spamoracle-database, spam-cache-lookups)
26822         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26823         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26824         (spam-group-ham-marks, spam-group-spam-marks)
26825         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26826         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26827         also add spam-use-blackholes to the statistical checks.
26828         (spam-fetch-field-fast): Add interface to fetching fields, may
26829         become a macro.
26830         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26831         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26832         (spam-insert-fake-headers): Fake an article when needed.
26833         (spam-find-spam): Fake article when possible.
26834         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26835         (spam-check-bogofilter-headers): Use message-fetch-field instead
26836         of nnmail-fetch-field.
26837
26838 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26839
26840         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26841
26842 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26843
26844         * spam.el (spam-split): Do not require spam-use-CHECK to be
26845         enabled if that check is passed to spam-split explicitly; also
26846         fix so 'spam doesn't get converted to spam-split-group when
26847         spam-split-symbolic-return is t.
26848         (spam-find-spam): Find registrations of the article and use those
26849         instead of re-running spam-split to find the spam/ham
26850         classification of the article.
26851         (spam-log-processing-to-registry, spam-log-registered-p)
26852         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26853         Use gnus-error instead of gnus-message.
26854         (spam-log-registration-type): Add function to determine the
26855         classification of a message based on registry entries; will
26856         return nil if both 'spam and 'ham are found.
26857         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26858         a reasonably fast local cache without the loading errors.
26859         (spam-cache-lookups): Set to t by default.
26860         (spam-find-spam): Don't try to guess spam-cache-lookups.
26861         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26862         spam-caches entry.
26863         (spam-filelist-build-cache, spam-filelist-check-cache):
26864         Fix caching of whitelist/blacklist entries.
26865         (spam-check-whitelist, spam-check-blacklist):
26866         Invoke spam-from-listed-p with a type, not a cache variable.
26867         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26868
26869 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26870
26871         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26872
26873         * nnmail.el (nnmail-split-fancy): do.
26874
26875         * mml.el (mml-parse): do.
26876
26877         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26878         (gnus-score-adaptive): do.
26879
26880 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26881
26882         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26883         (gnus-mime-button-map): Don't set keymap parent.
26884         (gnus-button-ctan-directory-regexp): Use shy grouping.
26885         (gnus-prev-page-map): Don't set keymap parent.
26886         (gnus-prev-page-map): Remove duplicated one.
26887         (gnus-next-page-map): Don't set keymap parent.
26888         (gnus-mime-security-button-map): Ditto.
26889
26890         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26891         version number.
26892
26893         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26894
26895 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26896
26897         * canlock.el (canlock-sha1-function): Remove.
26898         (canlock-sha1-function-for-verify): Remove.
26899         (canlock-openssl-program): Remove.
26900         (canlock-openssl-args): Remove.
26901         (canlock-ignore-errors): Remove.
26902         (canlock-sha1-with-openssl): Remove.
26903         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26904         (canlock-verify): Don't use canlock-ignore-errors.
26905
26906         * sha1-el.el (sha1-string-external): Make it can return a string
26907         in binary form.
26908         (sha1-region-external): Ditto.
26909         (sha1-string-internal): Ditto.
26910         (sha1-region-internal): Ditto.
26911         (sha1-region): Ditto.
26912         (sha1-string): Ditto.
26913         (sha1): Ditto.
26914
26915 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26916
26917         * spam.el (spam-report-articles-gmane): New command.
26918
26919 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26920
26921         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26922
26923         * run-at-time.el (run-at-time-saved): Remove.
26924         (run-at-time): Doc fix.
26925
26926 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26927
26928         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26929         (gnus-summary-limit-map): Add it.
26930         (gnus-summary-make-menu-bar): do.
26931
26932 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26933
26934         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26935         Make attempt at some caching support (done for BBDB only now).
26936         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26937         addresses to be checked.
26938         (spam-clear-cache-BBDB): Add function, to be invoked by
26939         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26940         (spam-check-BBDB): Check and use the caches, if
26941         spam-cache-lookups is on, remove superfluous (provide).
26942
26943 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26944
26945         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26946
26947 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26948
26949         * run-at-time.el (run-at-time-saved): Move to after the definition
26950         of `run-at-time'.
26951
26952         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26953
26954 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26955
26956         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26957         mm-w3m-local-map-property.
26958
26959         * mm-view.el (mm-w3m-mode-map): Remove.
26960         (mm-w3m-local-map-property): Remove.
26961         (mm-inline-text-html-render-with-w3m): Don't use
26962         mm-w3m-local-map-property.
26963
26964 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26965
26966         * run-at-time.el: New file.
26967
26968         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26969         under Emacs.
26970
26971         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26972         of gnus-set-text-properties.
26973
26974         * gnus-uu.el (gnus-uu-save-article): Ditto.
26975
26976         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26977
26978         * gnus-cite.el (gnus-cite-parse): Ditto.
26979
26980         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26981         of gnus-.
26982
26983         * gnus-xmas.el (run-at-time): Require run-at-time.
26984
26985         * gnus.el: Change calls to nnheader-run-at-time and
26986         password-run-at-time throughout to use run-at-time directly.
26987
26988         * password.el: Remove definition of run-at-time.
26989
26990         * nnheaderxm.el: Remove definition of run-at-time.
26991
26992 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26993
26994         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26995         in prompt.
26996
26997 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26998
26999         * messagexmas.el (message-xmas-redefine): Alias
27000         `message-make-caesar-translation-table' to
27001         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27002         version.
27003
27004         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27005         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27006         `gnus-xmas-set-text-properties'.
27007         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27008         `gnus-xmas-completing-read'.
27009         (gnus-xmas-completing-read): Removed.
27010         (gnus-xmas-open-network-stream): Removed.
27011
27012         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27013         XEmacs version.
27014
27015         * dns.el (dns-make-network-process): Use `open-network-stream'
27016         instead of `gnus-xmas-open-network-stream'.
27017
27018         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27019
27020         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27021
27022 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27023
27024         * gnus-art.el (gnus-mime-display-alternative)
27025         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27026         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27027         Don't use gnus-local-map-property.
27028
27029         * gnus-util.el (gnus-local-map-property): Remove.
27030
27031         * mm-view.el (mm-view-pkcs7-decrypt):
27032         Replace gnus-completing-read-maybe-default with completing-read.
27033
27034         * gnus-util.el (gnus-completing-read): do.
27035         (gnus-completing-read-maybe-default): Remove.
27036
27037 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27038
27039         * password.el: Only autoload `run-at-time' if not XEmacs.
27040         Only autoload the itimer functions if XEmacs.
27041
27042 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27043
27044         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27045         XEmacsen.
27046
27047         * dgnushack.el: Autoload executable-find for XEmacs.
27048
27049 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27050
27051         * gnus-art.el (gnus-read-string): Remove.
27052         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27053         read-string.
27054
27055 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27056
27057         * netrc.el: Autoload password-read.
27058         (netrc): Add configuration group.
27059         (netrc-encoding-method, netrc-openssl-path):
27060         Add variables for encoding and decoding of files with symmetric
27061         ciphers.
27062         (netrc-encode): Add assistant function to encode a file with
27063         netrc-encoding-method.
27064         (netrc-parse): Add interactive parameter, added optional
27065         decoding if netrc-encoding-method is non-nil but otherwise
27066         behavior is standard.
27067         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27068         Do s/encode/encrypt/ everywhere.
27069
27070         * spam.el: Remove executable-find autoload.
27071
27072 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27073
27074         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27075
27076         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27077
27078 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27079
27080         * gnus-art.el (gnus-treat-ansi-sequences)
27081         (article-treat-ansi-sequences): New variable and function.
27082         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27083
27084         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27085         Use it.
27086
27087 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27088
27089         * mm-util.el (mm-quote-arg): Remove.
27090
27091         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27092         shell-quote-argument.
27093
27094         * gnus-uu.el (gnus-uu-command): do.
27095
27096         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27097
27098         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27099         with make-char.
27100
27101         * mm-util.el (mm-make-char): Remove.
27102
27103         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27104         add-minor-mode.
27105
27106         * gnus-undo.el (gnus-undo-mode): do.
27107
27108         * gnus-topic.el (gnus-topic-mode): do.
27109
27110         * gnus-sum.el (gnus-dead-summary-mode): do.
27111
27112         * gnus-start.el (gnus-slave-mode): do.
27113
27114         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27115
27116         * gnus-ml.el (gnus-mailing-list-mode): do.
27117
27118         * gnus-gl.el (gnus-grouplens-mode): do.
27119
27120         * gnus-draft.el (gnus-draft-mode): do.
27121
27122         * gnus-dired.el (gnus-dired-mode): do.
27123
27124         * gnus-ems.el (gnus-add-minor-mode): Remove.
27125
27126         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27127         Replace gnus-char-width with char-width.
27128
27129         * gnus-ems.el (gnus-char-width): Remove.
27130
27131         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27132         Replace gnus-char-width with char-width.
27133
27134         * gnus-ems.el (gnus-char-width): Remove.
27135
27136         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27137         definition.
27138         Remove Emacs 20 hash table compatibility code.
27139
27140         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27141         20 compatibility code.
27142
27143         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27144
27145         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27146
27147         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27148         Replace with point-at-{eol,bol}.
27149
27150         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27151
27152         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27153
27154         * flow-fill.el (fill-flowed-point-at-bol)
27155         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27156
27157         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27158         Replace with point-at-{eol,bol} throughout all files.
27159
27160 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27161
27162         * ntlm.el (ntlm-string-as-unibyte): New macro.
27163         (ntlm-build-auth-response): Use it.
27164
27165         Remove Emacs 20 stuff:
27166         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27167         (butlast, mapc, remove): Remove the compiler macros.
27168         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27169         of delq and copy-sequence.
27170         * gnus-art.el (popup-menu): Remove the compiler macro.
27171         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27172         Emacs 20.
27173
27174 2004-01-05  Simon Josefsson  <jas@extundo.com>
27175
27176         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27177         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27178         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27179         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27180         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27181         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27182         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27183         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27184         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27185         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27186         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27187         string-xor into ntlm-string-xor.
27188         Suggested by Jesper Harder <harder@myrealbox.com>.
27189
27190         * ntlm.el: Don't include poem.
27191
27192         * md4.el (print-int32, print-string-hexa): Remove.
27193         Suggested by Jesper Harder <harder@myrealbox.com>.
27194
27195         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27196
27197         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27198         probably breaks emacs with DL patch, but do we care? Is anyone
27199         still using the DL stuff?)
27200
27201         * sieve-manage.el: Use the password package.
27202         (sieve-manage-read-passwd): Remove.
27203         (sieve-manage-interactive-login): Use password.  Re-add
27204         condition-case around loop.
27205
27206         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27207         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27208         Use the password package.
27209
27210 2003-02-19  Simon Josefsson  <jas@extundo.com>
27211
27212         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27213         token.
27214
27215 2002-08-07  Simon Josefsson  <jas@extundo.com>
27216
27217         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27218         (sieve-manage-authenticators)
27219         (sieve-manage-authenticator-alist): Add some SASL mechs.
27220         (sieve-sasl-auth): New function.
27221         (sieve-manage-cram-md5-auth)
27222         (sieve-manage-plain-auth): Rewrite using SASL library.
27223         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27224         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27225         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27226         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27227
27228 2004-01-05  Simon Josefsson  <jas@extundo.com>
27229
27230         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27231         New files.
27232
27233 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27234
27235         * gnus-group.el (gnus-no-groups-message): Update.
27236
27237         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27238
27239 2003-11-09  Simon Josefsson  <jas@extundo.com>
27240
27241         * imap.el: Support for ID IMAP extension (RFC 2971).
27242         (imap-local-variables): Add imap-id.
27243         (imap-id): New variable.
27244         (imap-id): New function.
27245         (imap-parse-response): Parse untagged ID response.
27246         * nnimap.el (nnimap-id): New variable.
27247         (nnimap-open-connection): Use it.
27248
27249 2003-12-28  Simon Josefsson  <jas@extundo.com>
27250
27251         * gnus-score.el (gnus-score-edit-all-score): New.
27252         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27253
27254 2004-01-04  Simon Josefsson  <jas@extundo.com>
27255
27256         * password.el: Add.
27257
27258 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27259
27260         * dns.el (dns-query-types): Fix typo.
27261         (dns-query-types): New function.
27262         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27263         PTR and SOA replies, see RFC 1035.
27264
27265 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27266
27267         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27268
27269         * Move to Changelog.2.
27270
27271 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27272
27273         * gnus.el (gnus-version-number): Bump version.
27274
27275 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27276
27277         * gnus.el: No Gnus v0.1 is released.
27278
27279 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27280
27281         * gnus.el: No Gnus v0.0 is released.
27282
27283 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27284
27285         * gnus.el (gnus-version-number): Bump.
27286         (gnus-version): No.
27287
27288 See ChangeLog.2 for earlier changes.
27289
27290   Copyright (C) 2004-2014 Free Software Foundation, Inc.
27291
27292   This file is part of GNU Emacs.
27293
27294   GNU Emacs is free software: you can redistribute it and/or modify
27295   it under the terms of the GNU General Public License as published by
27296   the Free Software Foundation, either version 3 of the License, or
27297   (at your option) any later version.
27298
27299   GNU Emacs is distributed in the hope that it will be useful,
27300   but WITHOUT ANY WARRANTY; without even the implied warranty of
27301   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27302   GNU General Public License for more details.
27303
27304   You should have received a copy of the GNU General Public License
27305   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27306
27307 ;; Local Variables:
27308 ;; coding: utf-8
27309 ;; fill-column: 79
27310 ;; add-log-time-zone-rule: t
27311 ;; End: