mml2015: Don't check if gpg is available, at compile/load time
[gnus] / lisp / ChangeLog
1 2014-03-07  Daiki Ueno  <ueno@gnu.org>
2
3         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
4         commands here; instead, only check if epg-config.el is available.
5
6 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
7
8         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
9         messages with embedded images.
10         (mml-generate-mime): Don't bug out if you don't have libxml.
11
12 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
13
14         * message.el (message-make-html-message-with-image-files): New command.
15
16 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
17
18         * gnus-group.el (gnus-group-make-group): Clarify prompt.
19
20         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
21
22 2014-02-23  David Engster  <deng@randomsample.de>
23
24         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
25         to stay compatible with older Emacsen, so replace `cl-loop' with
26         `loop'.
27
28 2014-02-22  Daniel Colascione  <dancol@dancol.org>
29
30         * auth-source.el (auth-source-secrets-listify-pattern): New function.
31         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
32         instead, build list of patterns.
33
34 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
35
36         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
37         Display header attachment buttons by gnus-article-prepare-display
38         rather than gnus-article-prepare so as to view in mml-preview as well.
39
40 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
41
42         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
43         in `auth-sources' means and link to EPA docs.
44
45 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
46
47         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
48         (bug#12375).
49
50 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
51
52         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
53         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
54
55 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
56
57         * message.el (message-tab): Mention what happens on normal tabs
58         (bug#11297).
59
60 2014-02-08  Glenn Morris  <rgm@gnu.org>
61
62         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
63
64 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
65
66         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
67         buttons that are hidden in unselected alternative part as well.
68         (gnus-mime-display-alternative): Redraw attachment buttons in header.
69
70         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
71
72 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
73
74         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
75         keystroke.
76         (gnus-server-toggle-cloud-server): Only allow clouding applicable
77         types.
78
79         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
80         with an empty string.
81
82 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
83
84         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
85         buffer-local in some buffers, so bind it explicitly in the buffer we're
86         trying to cancel the article in (bug#10808).
87
88 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
89
90         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
91         New functions.
92
93         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
94         New user option.
95         (gnus-mime-buttonize-attachments-in-header): New function.
96         (gnus-article-prepare): Use it.
97         (gnus-mime-inline-part): Suppress extra newline.
98         (gnus-mm-display-part): Save excursion;
99         remove useless deleting and adding of buttons.
100         (gnus-insert-mime-button): Allow insertion in the middle of a line.
101
102         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
103         Add gnus-mime-buttonize-attachments-in-header.
104
105 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
106
107         * nnimap.el (nnimap-request-articles): New command to download several
108         articles at once.
109
110         * gnus.el (gnus-variable-list): Save Cloud variables.
111
112         * gnus-int.el (gnus-request-accept-article): Doc fix.
113
114 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
115
116         * parse-time.el (parse-time-iso8601-regexp)
117         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
118         it more generally.
119
120 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
121
122         * gnus-cloud.el: New file to provide the Emacs Cloud.
123
124         * dgnushack.el: Silence XEmacs w3 warning.
125
126         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
127         `url-retrieve-synchronously', apparently.
128
129         * dgnushack.el: Silence XEmacs dns.el warning.
130
131         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
132         instead of in all files.
133
134         * dns.el (network-interface-list): Define for XEmacs.
135
136         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
137         XEmacs.
138
139         * nnrss.el (libxml-parse-html-region): Silence compilation error.
140
141 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
142
143         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
144         `gnus-group-split-fancy'.
145
146 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
147
148         * message.el (message-remove-header): Doc fix.
149         (message-forward-included-headers): New variable.
150         (message-remove-ignored-headers): Use it.
151
152 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
153
154         * nnir.el (nnir-request-update-mark): Don't try to update the source
155         group if we can't find it (bug#16611).
156
157 2014-01-31  Dave Abrahams  <dave@boostpro.com>
158
159         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
160
161 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
162
163         * dns.el (dns-servers-up-to-date-p): New function to see whether the
164         network interfaces changed.
165         (dns-query): Use it to flush the data.
166
167 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
168
169         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
170         from random face commands.
171         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
172         Face.
173         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
174         (gnus--random-face-with-type): Generic function returning a face-type
175         as a string.
176         (gnus--insert-random-face-with-type): Generic function inserting a face
177         in a message buffer header.
178         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
179         (gnus-insert-random-x-face-header): Rewritten to use
180         `gnus--insert-random-face-with-type`.
181         (gnus-random-face): Return random (png) Face as string.
182         (nus-insert-random-face-header): Insert random (png) Face in a message
183         buffer.
184
185 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
186
187         * mm-url.el: Remove all usage of w3.
188
189         * nnrss.el: Ditto.
190
191         * mm-decode.el: Ditto.
192
193         * mm-view.el: Ditto.
194
195         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
196         outdated and all Emacsen have url.el built-in.
197
198         * gnus-setup.el: Remove outdated file.
199
200 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
201
202         * gnus.el: Ma Gnus v0.9 is released.
203
204 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
205
206         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
207
208 2014-01-31  Dave Abrahams  <dave@boostpro.com>
209
210         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
211         in the summary buffer (bug#13769).
212
213 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
214
215         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
216         name if we're using a single article buffer.  Otherwise, it may point
217         to a killed buffer (bug#13756).
218
219 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
220
221         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
222         the match data, just save and restore it explictly (bug#12375).
223
224         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
225         that's needed.
226
227         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
228         the code once (bug#9069).
229
230 2014-01-18  Steinar Bang  <sb@dod.no>
231
232         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
233         reading.
234
235 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
236
237         * message.el (message-bury): Call bury-buffer with no argument
238         in the message-return-action case too.
239
240 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
241
242         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
243         (nnimap-split-fancy, nnimap-split-methods): Declare.
244
245         * mm-util.el (help-function-arglist): Declare.
246
247 2013-12-28  Glenn Morris  <rgm@gnu.org>
248
249         * gnus-sieve.el (gnus-sieve-select-method):
250         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
251         (gravatar-rating, gravatar-size):
252         * message.el (message-minibuffer-local-map):
253         * sieve-manage.el (sieve-manage-authenticators)
254         (sieve-manage-authenticator-alist): Specify custom types.
255
256         * hashcash.el (hashcash-program): Rename from hashcash-path.
257         Update callers.
258
259         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
260         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
261         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
262
263         * auth-source.el (auth-sources):
264         * nnmairix.el (nnmairix-propagate-marks-upon-close):
265         Fix custom types.
266
267         * tls.el (tls-certtool-program): Fix default value.
268
269 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
270
271         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
272         we get proper traces there, too.
273
274 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
275
276         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
277         value of the parameters if the current article has a Reply-To or From
278         field.
279
280 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
281
282         * gnus.el (gnus-group-buffer): Remove duplicate definition.
283
284 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
285
286         * gnus-sum.el (gnus-summary-exit): Stop animations.
287
288 2013-12-19  Juri Linkov  <juri@jurta.org>
289
290         * gnus.el (gnus-suppress-keymap):
291         * gnus-art.el (gnus-article-mode-map):
292         * gnus-group.el (gnus-group-mode-map):
293         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
294         Remove [backspace] key binding because it shadows DEL (bug#16035).
295
296         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
297
298 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
299
300         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
301         Make sure work directory exists.
302         (gnus-uu-digest-mail-forward): Store temporary files in work directory
303         rather than tmp directory.
304         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
305         not necessarily always run, with it.
306
307 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
308
309         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
310         value of gnus-icalendar-additional-identities work without restart.
311
312 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
313
314         * mm-util.el (mm-make-temp-file):
315         Alias to make-temp-file for modern Emacsen.
316
317 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
318
319         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
320         nnir-article-number and nnir-article-group.
321
322 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
323
324         * message.el (message-send-mail-with-sendmail):
325         Don't kill error buffer if sending fails.
326
327 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
328
329         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
330         (gnus-icalendar-event->org-entry)
331         (gnus-icalendar--update-org-event)
332         (gnus-icalendar-event->gnus-calendar): Distinguish between
333         required/optional/non-participant attendee status.  Fix bug causing
334         the first required event participant to be omitted.
335
336 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
337
338         * gnus-art.el (article-de-quoted-unreadable)
339         (article-de-base64-unreadable, gnus-mime-copy-part)
340         * gnus-html.el (gnus-article-html)
341         * mm-view.el (mm-inline-text-html-render-with-w3)
342         (mm-inline-text-html-render-with-w3m-standalone)
343         * rfc2231.el (rfc2231-decode-encoded-string):
344         Allow overriding charset by mm-charset-override-alist.
345
346         * gnus-art.el (gnus-article-browse-html-parts):
347         Replace LWSPs with `&nbsp;'s in header.
348
349         Work for broken Chinese articles.
350
351         * gnus-art.el (gnus-article-browse-html-save-cid-content):
352         Exclude broken handles that gnus-summary-enter-digest-group may create.
353         (gnus-article-browse-html-parts):
354         Allow overriding charset by mm-charset-override-alist.
355
356 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
357
358         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
359         (gnus-icalendar-identities): Support additional-identities.
360
361 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
362
363         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
364         org-timestamp for events ending at midnight.
365
366 2013-11-21  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
367
368         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
369         .log files.
370
371 2013-11-20  David Engster  <deng@randomsample.de>
372
373         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
374
375 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
376
377         * message.el (message-beginning-of-line):
378         Use beginning-of-visual-line when visual-line-mode is turned on.
379
380 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
381
382         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
383         (gnus-icalendar-event-from-ical)
384         (gnus-icalendar-event->org-entry)
385         (gnus-icalendar--update-org-event): Required/optional participation,
386         list of attendees synced to org.
387
388 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
389
390         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
391         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
392         cancellations to be synced to org if the original appt has an org
393         outline.
394
395 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
396
397         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
398         (gnus-icalendar-event->org-entry)
399         (gnus-icalendar--update-org-event)
400         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
401
402 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
403
404         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
405         Fix timezone handling in gnus-icalendar export to org.
406
407 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
408
409         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
410
411 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
412
413         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
414
415 2013-10-30  Glenn Morris  <rgm@gnu.org>
416
417         * gnus-group.el (gnus-group-browse-foreign-server):
418         * gnus-int.el (gnus-start-news-server):
419         Silence compiler obsolescence warning.
420
421 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
422
423         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
424         `nnoo-current-server' first, then for the actual `nnimap-address' to
425         allow netrc entries for the nnoo server to coexist with netrc entries
426         for the `nnimap-address'.
427
428 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
429
430         * mm-decode.el (mm-dissect-buffer): Revert last change.
431         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
432         The problem that motivated those changes was attributed to a broken
433         mail sender, and has been fixed.
434
435 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
436
437         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
438         token is missing in the Content-Type header.
439
440         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
441
442 2013-09-18  Glenn Morris  <rgm@gnu.org>
443
444         * gnus-util.el (image-size): Declare.
445
446 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
447
448         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
449         (gnus-icalendar-event-from-ical)
450         (gnus-icalendar-event--build-reply-event-body)
451         (gnus-icalendar-event-reply-from-buffer)
452         (gnus-icalendar-find-org-event-file)
453         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
454         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
455
456         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
457
458 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
459
460         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
461         Use save-current-buffer.
462         (gnus-tree-mode-map): Initialize in the declaration.
463         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
464         (scroll-in-place): Defvar it.
465         (gnus-tmp-*): Defvar them.
466         (gnus-get-tree-buffer): Use derived-mode-p.
467         (gnus--let-eval): New macro.
468         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
469         non-prefixed variables.
470         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
471
472         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
473         vars since it doesn't seem to be available.
474         (gnus-set-global-variables, gnus-summary-read-group-1)
475         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
476         (gnus-summary-display-article, gnus-summary-select-article)
477         (gnus-summary-next-article, gnus-offer-save-summaries)
478         (gnus-summary-generic-mark): Use derived-mode-p.
479         (gnus-summary-read-group-1, gnus-summary-exit)
480         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
481         Adjust calls to gnus-tree-close and gnus-tree-open.
482
483         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
484
485         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
486         (gnus-agent-mode): Use derived-mode-p.
487         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
488         gnus-command-method and *-command-method to nil, but bind
489         gnus-command-method to *-command-method instead!
490         (gnus-agent-fetch-articles): Remove unused var `id'.
491         (gnus-agent-fetch-headers): Remove unused arg `force'.
492         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
493         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
494         (gnus-agent-short-article, gnus-agent-long-article)
495         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
496         first use.
497         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
498         `score-param'.
499         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
500         (gnus-get-predicate): Push in front of the cache, rather than end.
501         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
502         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
503         (gnus-agent-expire-unagentized-dirs): Don't rebind
504         gnus-agent-expire-current-dirs since the defvar silences the warning.
505         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
506         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
507         (gnus-agent-regenerate): Simplify interactive spec and doc.
508
509 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
510
511         * gnus-int.el (gnus-open-server): Silence compiler.
512
513         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
514
515         * message.el (message-display-completion-list): Abolish.
516         (message-completion-in-region): Use display-completion-list.
517
518 2013-09-17  Glenn Morris  <rgm@gnu.org>
519
520         * gnus-util.el (gnus-message-with-timestamp-1):
521         Use `messages-buffer' function if available.  Ignore read-only.
522
523 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
524
525         * message.el (message-expand-group, message-completion-in-region):
526         Correct the order of start and end of a region.
527
528 2013-09-13  Glenn Morris  <rgm@gnu.org>
529
530         * mml2015.el (gnus-create-image): Autoload it.
531
532         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
533
534         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
535         (image-size): Declare.
536
537 2013-09-12  Glenn Morris  <rgm@gnu.org>
538
539         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
540         Avoid using `find', which i) might not be defined at runtime;
541         ii) does not work, since its default test is eql, not equal.
542         (gnus-mime-action-alist): Declare.
543
544 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
545
546         * score-mode.el (gnus-score-mode-map): Move initialization
547         into declaration.
548         (gnus-score-mode): Use define-derived-mode.
549         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
550         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
551         into declaration.
552         (gnus-kill-file-mode): Use define-derived-mode.
553         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
554         Use derived-mode-p.
555         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
556         (gnus-group-setup-buffer, gnus-group-name-at-point)
557         (gnus-group-make-web-group, gnus-group-enter-directory)
558         (gnus-group-suspend): Use derived-mode-p.
559         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
560         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
561         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
562         (gnus-article-setup-buffer, gnus-article-prepare)
563         (gnus-article-prepare-display, gnus-sticky-article)
564         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
565         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
566         (gnus-article-read-summary-keys): Use derived-mode-p.
567
568 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
569
570         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
571
572 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
573
574         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
575         shift_jis from the default value set for Japanese users.
576
577 2013-08-13  Glenn Morris  <rgm@gnu.org>
578
579         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
580
581         * gnus.el (gnus-valid-select-methods): Fix type.
582
583         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
584
585 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
586
587         * mm-decode.el (mm-display-external): Run a timer for the temp files
588         deletion after a viewer exits; add a deletion timer for the needsterm
589         case, too.
590
591         * mm-decode.el (mm-display-external): Try to delete temporary files by
592         using a 1-min. timer.
593
594 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
595
596         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
597         New internal variables.
598         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
599         (mm-display-external): Use it to delete temporary files instead of
600         using timers.
601
602 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
603
604         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
605
606 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
607
608         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
609         with cond for backwards compatability.
610
611 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
612
613         * mm-decode.el (mm-display-external): Bind process-connection-type to
614         nil; don't delete a temp file immediately even if a viewer finishes,
615         since it may be a shell script, like xdg-open, that launches a real
616         viewer program belatedly.
617
618 2013-08-05  Dave Abrahams  <dave@boostpro.com>
619
620         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
621         that we can create nndoc groups that excerpt other groups.
622
623 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
624
625         * gnus-delay.el (gnus-delay-article): Fix typo.
626
627         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
628         articles.
629
630         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
631         we can get spell-checking etc.
632
633 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
634
635         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
636         a single one used for encoding the whole text in a header.
637
638 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
639
640         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
641         doesn't work properly on XEmacs.
642
643 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
644
645         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
646         before sending.
647
648         * dgnushack.el (dgnushack-compile): Add a temporary check for
649         gnus-icalendar.
650
651         * mm-decode.el (mm-command-output): New face.
652         (mm-display-external): Use it.
653
654 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
655
656         * nnmbox.el (nnmbox-request-article): Don't change point.
657
658 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
659
660         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
661         Include `handle' parameter.
662
663 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
664
665         * gnus-icalendar.el: New file.
666
667 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
668
669         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
670
671         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
672         dummy roots, too.
673
674 2013-08-01  David Edmondson  <dme@dme.org>
675
676         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
677         out on ttys.
678
679 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
680
681         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
682         not empty.
683
684         * nnrss.el (nnrss-discover-feed): Indent.
685
686 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
687
688         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
689
690 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
691
692         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
693         dirty to ensure nnimap data being saved.
694
695 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
696
697         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
698         menu entry.
699
700         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
701         the current thread's total score instead of the current article's
702         score.
703
704         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
705         (gnus-sort-threads-recursively): Delete defcustom.
706         (gnus-sort-threads-recursive): Adapt accordingly.
707
708 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
709
710         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
711         (gnus-sort-threads-recursive): Use it.
712         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
713         again.  Now that determines how to sort subthreads.
714
715 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
716
717         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
718         (gnus-sort-threads): Use it.
719
720 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
721
722         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
723         punctuation characters follow parentheses (bug#14950).
724
725 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
726
727         * gnus.el (gnus-continuum-version):
728         * gnus-msg.el (gnus-extended-version): Simplify.
729
730         * gnus.el (gnus-continuum-version-1): Remove.
731         * gnus-msg.el (gnus-bug): Revert.
732
733         Calculate gnus-version correctly on Cygwin.
734
735         * gnus.el (gnus-continuum-version): Do main calculations in integers.
736         (gnus-continuum-version-1): New function, return a string.
737
738         * gnus-msg.el (gnus-extended-version, gnus-bug):
739         Use gnus-continuum-version-1 instead of gnus-continuum-version.
740
741 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
742
743         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
744         (bug#13384).
745
746 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747
748         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
749         that were only relevant in a development version a long time ago.
750
751 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
752
753         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
754         that the old Emacs 24s bundle.
755
756 2013-07-10  David Engster  <deng@randomsample.de>
757
758         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
759         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
760         fixes a bug in Emacs trunk where the 'unexist' marks were always
761         removed at startup because "Gnus v5.13" was considered smaller than "Ma
762         Gnus v0.03".
763
764 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
765
766         * gnus.el (gnus-summary-line-format): Reference
767         `gnus-user-date-format-alist' for the &user-date; format, not
768         `gnus-summary-user-date-format-alist'.
769
770 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
771
772         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
773         delete files (bug#13481).
774
775 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
776
777         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
778
779 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
780
781         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
782         display images.
783
784         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
785
786         * message.el (message-cancel-news): According to
787         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
788         preferred over "cmsg cancel" in the Subject.
789
790         * nnir.el (nnir-engines): Note that the group specs are regexps
791         (bug#13238).
792
793         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
794         gotten read-only text properties, ensure that those aren't heeded when
795         copying stuff over (bug#13434).
796
797         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
798         (bug#13762).
799
800 2013-07-05  David Kastrup  <dak@gnu.org>
801
802         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
803         authinfo file again (important for blank passwords).  This had been
804         broken with 2013-06-15 change.
805
806 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
807
808         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
809         Revert 2013-01-14 change.
810
811 2013-07-02  Daiki Ueno  <ueno@gnu.org>
812
813         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
814         of 'create-image' for XEmacs compatibility; check errors when decoding
815         image.  Reported by Uwe Brauer.
816
817 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
818
819         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
820         gnus-button-push revised at 2011-01-19.
821
822 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
823
824         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
825         now live in the lisp/net Emacs 24 repository.
826
827 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
828
829         * eww.el (eww-update-header-line-format): Quote % characters.
830
831 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
832
833         * eww.el (eww-process-text-input): Display passwords as asterisks.
834
835         * shr.el (shr-make-table-1): Protect against invalid column-spans.
836
837 2013-06-19  Tom Tromey  <tromey@redhat.com>
838
839         * eww.el (eww-top-url): Remove.
840         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
841         (eww-render): Set new variables.  Don't set eww-top-url.
842         (eww-handle-link): Handle "prev", "home", and "contents".
843         Downcase the rel text.
844         (eww-top-url): Choose best top URL.
845
846 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
847
848         * eww.el: Rewrite to implement form elements "by hand" instead of
849         relying in widget.el.  Using widget.el leads to too many
850         user interface inconsistencies.
851         (eww-self-insert): Implement entering commands in text fields.
852         (eww-process-text-input): New function to make text input field editing
853         work.
854         (eww-submit): Rewrite to use the new-style form methods.
855         (eww-select-display): Display the correct selected item.
856         (eww-change-select): Implement changing the select value.
857         (eww-toggle-checkbox): Implement radio/checkboxes.
858         (eww-update-field): Fix compilation error.
859         (eww-tag-textarea): Implement <textarea>.
860
861         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
862         don't shadow mode-specific bindings.
863
864         * eww.el (eww-browse-url): Don't push stuff onto history if there's
865         nothing to push.
866
867         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
868
869 2013-06-19  Glenn Morris  <rgm@gnu.org>
870
871         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
872
873 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
874
875         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
876
877 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
878
879         * shr.el (shr-make-table-1): Implement <td rowspan>.
880         (shr-table-horizontal-line): Allow nil as a value, and change the
881         default.
882         (shr-insert-table-ruler): Respect the nil value.
883
884 2013-06-18  Tom Tromey  <tromey@barimba>
885
886         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
887         New defvars.
888         (eww-open-file): New defun.
889         (eww-render): Initialize new variables.
890         (eww-display-html): Handle "link" and "a".
891         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
892         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
893         (eww-back-url): Rename from eww-previous-url.
894         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
895         defuns.
896
897 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
898
899         * shr.el (shr-tag-table): Insert the images after the table, so that
900         they're not covered by the table colourisation, which often looked
901         awkward.
902         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
903         <dd>.
904         (shr-make-table-1): Implement <td colspan=> support.
905         (shr-insert-document): Use one less than window width if `shr-width' is
906         nil, since otherwise things may get one character too wide.
907
908 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
909
910         * eww.el (eww-detect-charset): Improve regexp; move backward.
911
912 2013-06-18  Glenn Morris  <rgm@gnu.org>
913
914         * mm-decode.el (widget-convert-button): Autoload.
915
916         * sieve-manage.el (mm-enable-multibyte): Autoload.
917
918         * shr.el (libxml-parse-html-region): Declare.
919         (shr-render-buffer): Explicit error if no libxml2 support.
920
921 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
922
923         * auth-source.el (auth-source-current-line): New function.
924         (auth-source-netrc-parse-entries): When a data token is "machine",
925         assume we're in the wrong place and abort parsing the current line.
926
927 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
928
929         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
930         (eww-convert-widgets): Don't bug out if the first widget starts at the
931         beginning of the buffer.
932         (eww-convert-widgets): Fix last patch.
933         (eww-tag-input): Support <input type=image>.
934
935         * shr.el (shr-insert-table): Respect border-collapse: collapse.
936         (shr-tag-base): Protect against base specs that are degenerate.
937         (shr-ensure-paragraph): Don't delete empty lines that have text
938         properties, because these may be input fields.
939
940         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
941         we can navigate to them.
942
943         * shr.el (shr-colorize-region): Put the colours over the entire region.
944         (shr-inhibit-decoration): New variable.
945         (shr-add-font): Use it to inhibit text property decorations while doing
946         preliminary table renderings.  This speeds up typical Wikipedia page
947         renderings by 15%.
948         (shr-tag-span): Don't respect the <title>, because that overwrites the
949         help-echo from links inside the spans.
950         (shr-next-link): Use `help-echo' for navigation, so that we can
951         navigate to form elements, too.
952
953         * eww.el (eww-button): New face.
954         (eww-convert-widgets): Use it to make submit buttons more button-like.
955
956         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
957         that Gnus commands work.
958
959         * shr.el (shr-render-td): Support horizontal alignment.
960
961         * eww.el (eww-put-color): Removed.
962         (eww-colorize-region): Use `add-face-text-property'.
963
964         * shr.el (shr-add-font): Append face data, so that we get the correct
965         precedence: The innermost value (which is applied first) wins.
966         (shr-make-overlay): Obsolete function.
967
968         * mm-decode.el (mm-convert-shr-links): New function to convert
969         new-style shr URL links into widgets.
970         (mm-shr): Use it.
971
972         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
973         widget commands, since we're no longer using widgets for links.
974
975         * shr.el (shr-next-link): New command.
976         (shr-previous-link): New command.
977         (shr-urlify): Don't use `widget-convert', because that's slow.
978         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
979         because collecting the overlays and reapplying them when generating
980         tables is slow.
981         (shr-insert-table): Ditto.
982
983 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
984
985         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
986         * shr.el (browse-url): Require `url'.
987         * eww.el (url): Require format-spec.
988
989 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
990
991         * eww.el (eww-display-html): Default to using the entire window width.
992         (eww-browse-url): Don't add a User-Agent header (twice), because that
993         makes Bing refuse connection.
994
995         * shr.el (shr-make-table): Cache the table rendering at the table
996         level, and not the <td> level.  This is a bit faster.
997
998         * eww.el (eww-render): Go to the correct ID when given URLs ending with
999         #id.
1000
1001         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1002         browsers don't.
1003         (shr-expand-url): Respect #anchor links.
1004         (shr-parse-base): Chop off the anchor before using.
1005         (shr-descend): Respect display: none.
1006         (shr-descend): Allow marking elements that have certain IDs.
1007
1008         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1009
1010         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1011
1012         * eww.el (eww-tag-textarea): Support <textarea>.
1013
1014 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1015
1016         * shr.el (shr-dom-to-xml): Fixed function call.
1017
1018         * eww.el (eww): New group.
1019         (eww-header-line-format): New custom variable.
1020         (eww-current-title): New variable.
1021         (eww-display-html): Update header and handle title tag.
1022         (eww-update-header-line-format): New function.
1023         (eww-tag-title): New function.
1024
1025         * shr.el (shr-dom-to-xml): New function.
1026         (shr-tag-svg): Add support for the SVG tag.
1027         (shr-bullet): New custom variable.
1028         (shr-tag-li): Support custom bullet in unordered lists.
1029
1030 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1031
1032         * shr.el (shr-expand-url): Respect // URLs.
1033
1034         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1035         put a background colour onto the entire buffer.
1036         (eww-render): When being redirected, use the redirect URL as the new
1037         base URL.
1038
1039         * shr.el (shr-parse-base): Fix parsing error.
1040
1041         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1042
1043         * shr.el (shr-parse-base): New function.
1044         (shr-expand-url): Use it to expand relative URLs reliably.
1045
1046 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1047
1048         * auth-source.el (auth-source-search-collection): Fix docstring.
1049         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1050         single-quoted strings and multiline entries.
1051         (auth-source-netrc-parse-next-interesting)
1052         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1053         functions to support parser.
1054
1055 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1056
1057         * eww.el (eww-submit): Get submit button logic right when hitting RET
1058         on non-submit buttons.
1059
1060         * shr.el: Remove shr-preliminary-table-render, since that can't really
1061         be used for anything in practice.
1062
1063 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1064
1065         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1066         (sieve-manage-quit).
1067
1068 2013-06-14  Glenn Morris  <rgm@gnu.org>
1069
1070         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1071
1072 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1073
1074         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1075         control the maximum size of photo ID image.
1076         (mml2015-epg-key-image-to-string): Respect it.
1077
1078 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1079
1080         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1081         instead of the final one so that we can more easily distinguish them.
1082
1083         * eww.el (eww-submit): Compute the submission URL correctly.
1084
1085 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1086
1087         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1088         Use plist-get rather than CL's getf.
1089         (sieve-manage-parse-capability): Avoid CL's remove-if.
1090
1091 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1092
1093         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1094         (sieve-manage-quit).
1095
1096 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1097
1098         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1099         last slash.
1100
1101         * eww.el (eww-tag-select): Use the first value as the default value.
1102
1103 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1104
1105         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1106         (eww-mode): Use `define-derived-mode'.
1107         (eww-parse-headers): Parse headers from beginning of buffer so that
1108         file:// links work.
1109
1110 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1111
1112         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1113
1114 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1115
1116         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1117         to handle them at all.
1118
1119 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1120
1121         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1122         work, too.
1123         (eww-tag-select): Implement <select>.
1124
1125 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1126
1127         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1128         stream managing functions by using open-protocol-stream to do most of
1129         the work.  Has the nice benefit of enabling STARTTLS.
1130         Wait for capabilities after STARTTLS: following RFC5804, the server
1131         sends new capabilities after successfully establishing a TLS connection
1132         with the client.  The client should update the cached list of
1133         capabilities, but we just ignore the answer for now.
1134         (sieve-manage-network-p, sieve-manage-network-open)
1135         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1136         (sieve-manage-forward, sieve-manage-streams)
1137         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1138         API, nor called by any other function.
1139         Enable Multibyte for SieveManage buffers: The parser won't properly
1140         handle umlauts and line endings unless multibyte is turned on in the
1141         process buffer.
1142
1143 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1144
1145         * eww.el (eww-tag-input): Support password fields.
1146         (eww-submit): Support POST.
1147
1148 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1149
1150         * eww.el (eww-tag-form): Protect against degenerate forms.
1151
1152         * shr.el (shr-expand-url): Expand URLs that start with a slash
1153         correctly.
1154
1155         * eww.el (eww-submit): Get submit button logic right.
1156
1157         * shr.el (shr-final-table-render): New variable to signal when we're
1158         doing the final table rendering so that we can collect more data at
1159         that point.
1160
1161         * eww.el (eww-submit): Make form submission work.
1162         (eww-tag-input): Implement submit buttons.
1163         (eww-click-radio): Implement radio and checkboxes.
1164         (eww-submit): Handle hidden elements.
1165
1166         * shr.el (shr-descend): Allow other packages to override (or provide)
1167         rendering of elements.
1168         (shr-expand-url): Strip query strings from URLs before expanding them.
1169
1170         * eww.el: Don't require cl-lib.
1171         (eww-tag-form): Start form support.
1172
1173         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1174
1175         * eww.el: Start writing a new, tiny web browser.
1176         (eww-previous-url): New command.
1177         (eww-quit): New command.
1178
1179 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1180
1181         * sieve.el: Put point at beginning of buffer when viewing a script.
1182         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1183         number in sieve-buffer's header.  Fixed code to also work with a string
1184         as port specifier.  Properly close the connection on pressing 'q'.  Make
1185         sieve-manage-quit close the connection and process buffer.  Also, remove
1186         duplicate keybinding for 'q'.
1187
1188 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1189
1190         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1191         make it easier to read.
1192         (mm-pkcs7-enveloped-magic): Ditto.
1193
1194 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1195
1196         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1197         before `image-type-available-p' to avoid loading the image libraries
1198         needlessly.
1199
1200 2013-06-05  David Engster  <deng@randomsample.de>
1201
1202         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1203         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1204         to see whether the group was synced before.
1205
1206 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1207
1208         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1209         when opening the connection.
1210         Suggested by João Távora <joaotavora@gmail.com> in
1211         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1212
1213 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1214
1215         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1216         assume Date header begins with "Date", that may be customized into
1217         something like "X-Sent" using gnus-article-time-format.
1218         (article-transform-date): Allow multi-line Date header.
1219
1220 2013-06-02  David Engster  <deng@randomsample.de>
1221
1222         * registry.el (initialize-instance, registry-lookup)
1223         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1224         (registry-lookup-secondary-value, registry-search, registry-delete)
1225         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1226         not wrap methods in `eval-and-compile'.  This breaks due to latest
1227         changes in EIEIO (introduction of eieio-core.el).
1228
1229 2013-05-30  Glenn Morris  <rgm@gnu.org>
1230
1231         * nnmail.el (nnmail-fancy-expiry-target):
1232         Also bind mail-dont-reply-to-names.
1233
1234         * spam-stat.el (spam-stat-save):
1235         No need to tweak font-lock in temp buffers.
1236
1237         * shr.el (shr-put-image): Silence compiler.
1238
1239 2013-05-29  Glenn Morris  <rgm@gnu.org>
1240
1241         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1242
1243         * gnus-group.el (gnus-sequence-of-unread-articles)
1244         (gnus-summary-add-mark, gnus-mark-article-as-read)
1245         (gnus-group-make-articles-read): Declare.
1246
1247         * gnus-sum.el (gnus-parameter-list-identifier)
1248         (gnus-article-stop-animations, gnus-stop-downloads)
1249         (gnus-article-only-boring-p, article-goto-body)
1250         (gnus-flush-original-article-buffer, article-narrow-to-head)
1251         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1252         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1253
1254         * gnus.el: No need to eval-and-compile autoloads.
1255
1256         * gravatar.el (help-function-arglist): Autoload.
1257
1258         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1259
1260         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1261
1262         * spam.el: No need to load spam-report when compiling.
1263         No need to eval-and-compile autoloads.
1264         (spam-report-resend-to): Declare.
1265         (spam-report-resend-register-routine): Require 'spam-report.
1266
1267 2013-05-24  Julien Danjou  <julien@danjou.info>
1268
1269         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1270         setup.
1271
1272 2013-05-23  Glenn Morris  <rgm@gnu.org>
1273
1274         * gnus-util.el (rmail-swap-buffers-maybe)
1275         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1276         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1277         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1278
1279         * mm-decode.el: No need to load term when compiling.
1280         (term-mode, term-char-mode): Declare.
1281
1282         * mm-util.el: No need to load jka-compr when compiling.
1283         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1284
1285         * nnmaildir.el: Require is automatically eval-and-compile.
1286         (nnmail): Require at run-time too.
1287
1288         * registry.el (registry-size): Move definition before use.
1289
1290 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1291
1292         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1293         signed data to conform the standard.  (Bug#14232)
1294
1295 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1296
1297         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1298         double angle quotation mark.
1299
1300 2013-05-20  Glenn Morris  <rgm@gnu.org>
1301
1302         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1303
1304 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1305
1306         * message.el (message-insert-formatted-citation-line): handle finding
1307         first/lastname when more than 2 names appear.
1308
1309 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1310
1311         * shr.el (shr-tag-span): New function.
1312
1313 2013-05-18  Glenn Morris  <rgm@gnu.org>
1314
1315         * message.el (message-mode): Use message-mode-abbrev-table,
1316         with text-mode-abbrev-table as parent.  (Bug#14413)
1317
1318 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1319
1320         * message.el (message-expand-group): Decode group names.
1321
1322 2013-05-16  Julien Danjou  <julien@danjou.info>
1323
1324         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1325         app-icon.
1326
1327 2013-05-15  Glenn Morris  <rgm@gnu.org>
1328
1329         * shr-color.el (shr-color-visible-luminance-min)
1330         (shr-color-visible-distance-min): Use shr-color group.
1331
1332 2013-05-11  Glenn Morris  <rgm@gnu.org>
1333
1334         * gnus-vm.el: Make it loadable without VM.
1335         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1336         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1337
1338 2013-05-09  Glenn Morris  <rgm@gnu.org>
1339
1340         * mml1991.el: Make it loadable.  (Bug#13456)
1341
1342         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1343         * gnus-async.el (gnus-async-post-fetch-function):
1344         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1345         * gnus-html.el (gnus-html-image-cache-ttl):
1346         * gnus-notifications.el (gnus-notifications-timeout):
1347         * gnus-picon.el (gnus-picon-properties):
1348         * gnus-util.el (gnus-completion-styles):
1349         * gnus.el (gnus-other-frame-resume-function):
1350         * message.el (message-user-organization-file)
1351         (message-cite-reply-position):
1352         * nnir.el (nnir-summary-line-format)
1353         (nnir-retrieve-headers-override-function):
1354         * shr-color.el (shr-color-visible-luminance-min):
1355         * shr.el (shr-blocked-images):
1356         * spam-report.el (spam-report-resend-to):
1357         * spam.el (spam-summary-exit-behavior): Fix custom types.
1358
1359         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1360
1361 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1362
1363         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1364         because of let-binding help-xref-following.  (Bug#14356)
1365
1366 2013-05-06  Glenn Morris  <rgm@gnu.org>
1367
1368         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1369
1370 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1371
1372         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1373         entering into the registry.
1374
1375 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1376
1377         * gnus.el: Ma Gnus v0.7 is released.
1378
1379 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1380
1381         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1382         (Bug#14304)
1383
1384 2013-04-27  Glenn Morris  <rgm@gnu.org>
1385
1386         * gnus.el (gnus-list-debbugs):
1387         Use require rather than autoload.  (Bug#14262)
1388
1389 2013-04-27  Julien Danjou  <julien@danjou.info>
1390
1391         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1392         port to "sieve" now that it has an official IANA port assigned.
1393
1394 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1395
1396         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1397         Don't set the MAILHOST environment variable permanently (Bug#14271).
1398
1399 2013-04-26  Glenn Morris  <rgm@gnu.org>
1400
1401         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1402
1403 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1404
1405         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1406         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
1407
1408 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1409
1410         * nnir.el (nnir-close-group): Make sure we are in the right group.
1411
1412         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1413         dependency table from all newly retrieved headers.
1414
1415 2013-04-16  David Edmondson  <dme@dme.org>
1416
1417         Support <img src="data:...">.
1418
1419         * shr.el (shr-image-from-data): New function.
1420         (shr-tag-img): Use it.
1421
1422 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1423
1424         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1425         group.
1426
1427 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1428
1429         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1430         corresponding to any existing group (Bug#14166).
1431
1432 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1433
1434         * nnir.el (number-sequence): No longer used.
1435         (nnir-request-set-mark): New function.
1436         (nnir-request-update-info): Improve marks updating.
1437         (nnir-request-scan): Don't duplicate marks updating.
1438         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1439         Use 'assq rather than 'assoc.  Quote anonymous function.
1440         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1441         Use 'gnus-group-prefixed-p.
1442         (gnus-summary-create-nnir-group): Make sure server for method is open.
1443
1444 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1445
1446         * nnir.el (gnus-nnir-group-p): New function.
1447         (nnir-possibly-change-group): Use it.
1448
1449         * gnus-msg.el (gnus-setup-message): Use it.
1450
1451 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1452
1453         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1454         `initial-input' for the argument name.
1455         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1456
1457 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1458
1459         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1460         (used by MH-E).
1461
1462 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1463
1464         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1465         group.
1466
1467         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1468         fix compilation.
1469
1470 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1471
1472         * nnir.el (nnir-method-default-engines): And another typo.
1473
1474 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1475
1476         * nnir.el (nnir-method-default-engines): Fix typo.
1477
1478 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1479
1480         * nnir.el: Define 'number-sequence for xemacs.
1481         (gnus-summary-create-nnir-group): New function to create an nnir group
1482         from an nnir summary buffer based on the current query.
1483         (nnir-request-create-group): Update to allow nnir group creation based
1484         on the current query.
1485
1486 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1487
1488         * nndraft.el (nndraft-request-expire-articles):
1489         Make expiry target always `delete'.
1490
1491 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1492
1493         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1494         buffer use the posting-style and gcc of the original article group.
1495         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1496
1497         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1498         after other deffoos.
1499
1500 2013-03-25  Andrew Cohen  <cohen@bu.edu>
1501
1502         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1503         management.  Marks are now shown in nnir summary buffers.  Rudimentary
1504         support for real (i.e. not ephemeral) nnir groups.
1505         (gnus-summary-make-nnir-group): New function for initiating searches
1506         from a summary buffer.
1507
1508 2013-03-18  Sam Steingold  <sds@gnu.org>
1509
1510         * message.el (message-bury): Minor cleanup.
1511
1512 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1513
1514         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
1515
1516 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1517
1518         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1519         nnml-request-list.  (Bug#13873)
1520         (nndir-request-newsgroups): Remove, unused.
1521
1522         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1523
1524 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1525
1526         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
1527         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
1528         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
1529
1530 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1531
1532         * shr.el: Make all the overlays set the `evaporate' property so that
1533         they're removed properly.
1534
1535 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1536
1537         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1538         shell-quote-argument.
1539
1540 2013-02-22  David Engster  <deng@randomsample.de>
1541
1542         * gnus-registry.el (gnus-registry-save): Provide class name when
1543         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
1544         `condition-case' to stay compatible with older EIEIO versions which
1545         only accept one argument.
1546
1547 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1548
1549         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1550         (epg-user-id-validity): Autoload.
1551         (mml2015-epg-check-user-id): New function.
1552         (mml2015-epg-check-sub-key): New function split from
1553         mml2015-epg-find-usable-key.
1554         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1555         optional name-is-key-id, to handle the case when user-id is unusable.
1556         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1557
1558 2013-02-17  Glenn Morris  <rgm@gnu.org>
1559
1560         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1561
1562 2013-02-16  Glenn Morris  <rgm@gnu.org>
1563
1564         * shr.el (shr-put-image): Only animate images that specify a delay.
1565         This is consistent with the old image-animated-p behavior.
1566
1567 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1568
1569         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1570         for XEmacs.
1571
1572 2013-02-13  Juri Linkov  <juri@jurta.org>
1573
1574         * gnus-art.el (gnus-article-mode-map):
1575         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1576         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1577
1578 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1579
1580         * auth-source.el (auth-source-format-prompt): Don't get confused by
1581         any "\" in replacement text.  (Bug#13637)
1582
1583 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1584
1585         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1586         (gnus-backend-trace): Honour gnus-backend-trace.
1587
1588         * mml.el (mml-insert-part): Insert closing tag.
1589
1590         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1591
1592 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1593
1594         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1595         able to find the article, which can happen in debbugs groups,
1596         apparently.
1597
1598 2013-01-16  Glenn Morris  <rgm@gnu.org>
1599
1600         * smiley.el (smiley-style): Make the file loadable in batch mode.
1601
1602 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1603
1604         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1605         imap process running.
1606
1607 2013-01-14  Julien Danjou  <julien@danjou.info>
1608
1609         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1610         Compare addresses against addresses, not against the full From field.
1611
1612 2013-01-13  Richard Stallman  <rms@gnu.org>
1613
1614         * message.el (message-forward-make-body-mime): New args BEG, END
1615         specify what part of FORWARD-BUFFER to use.  Do the work directly
1616         instead of calling `mml-insert-buffer'.
1617
1618 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1619
1620         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1621         cross-reference(s).
1622
1623         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1624         cross-reference(s).
1625
1626 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1627
1628         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1629         and point-max-marker.
1630         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1631
1632 2013-01-11  Julien Danjou  <julien@danjou.info>
1633
1634         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1635         max are almost equal.  Also return the correct value for V which is
1636         already between 0 and 1.
1637
1638 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1639
1640         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1641         to mml2015-encrypt-to-self.
1642         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1643
1644 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1645
1646         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1647         mml-smime-epg-find-usable-secret-key.
1648
1649 2013-01-08  Glenn Morris  <rgm@gnu.org>
1650
1651         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1652
1653 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1654
1655         * mml-smime.el: Support signing by sender.
1656         Requested by Uwe Brauer.
1657         (mml-smime-sign-with-sender): New user option analogous
1658         to mml2015-sign-with-sender.
1659         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1660         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1661         mml2015.el.
1662
1663 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1664
1665         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1666         isn't running, because Gnus will probably not know how to handle the
1667         Gcc header (bug#11941).
1668
1669         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1670         articles.
1671
1672 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1673
1674         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1675         (nnfolder-generate-active-file): Make this function work with recursive
1676         folder names.
1677
1678 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1679
1680         * nntp.el (nntp-open-connection): Use HELP as the capability command
1681         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1682         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1683
1684 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1685
1686         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1687         place holder since this gives `Invalid face reference: nil' messages.
1688         Use the `default' face instead.  It has the same effect here, even
1689         though it is not no-op.
1690
1691         * gnus-util.el
1692         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1693
1694 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1695
1696         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1697         non-string posting styles (bug#13285).
1698
1699 2012-12-27  Glenn Morris  <rgm@gnu.org>
1700
1701         * plstore.el (plstore-passphrase-callback-function):
1702         Use plstore-get-file.
1703
1704 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1705
1706         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1707         stderr.
1708
1709 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1710
1711         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1712
1713         * gnus-compat.el (set-buffer-multibyte): Remove.
1714
1715 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1716
1717         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1718         temporary file to get PGP key image.  Pass no-show-photos when
1719         extracting image to avoid having it pop up twice.
1720
1721 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1722
1723         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1724         eligible for treatment.
1725
1726         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1727         lines.  This makes summary commands with hidden threads work more
1728         reliably.
1729
1730         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1731         button to mark the hidden citations (bug#9395).
1732
1733 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1734
1735         * mml2015.el (mml2015-epg-signature-to-string): New function.
1736         (mml2015-epg-verify-result-to-string): New function.
1737         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1738         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1739         instead of epg-verify-result-to-string.
1740         (epg-signature-key-id, epg-signature-to-string): Autoload.
1741         (epg-verify-result-to-string): Remove autoload.
1742
1743 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1744
1745         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1746         ID image from GPG public key.
1747         (mml2015-epg-key-image-to-string): New function.
1748
1749 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1750
1751         * plstore.el (plstore-passphrase-callback-function): Fix error when
1752         error when plstore-cache-passphrase-for-symmetric-encryption is set
1753         (bug#13264).
1754
1755 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1756
1757         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1758         buffer to the article buffer here, because that clobbers multiple
1759         article buffers.
1760
1761         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1762         buffer always points to the right summary buffer.
1763
1764 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1765
1766         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1767         the password (bug#12097).
1768
1769 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1770
1771         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1772         (bug#13263).
1773
1774         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1775         buffer exists before using it (bug#12475).
1776
1777         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1778         offline groups (bug#11937).
1779
1780         * message.el (message-yank-original): When using customize to set the
1781         value of `message-cite-style', the variable it set to a symbol that's
1782         the name of the variable, which must then be dereferenced (bug#12616).
1783
1784 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1785
1786         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1787         the `face' property with a list whose car is the face specified in the
1788         format string and whose cdr is (nil).
1789         * lisp/gnus-util.el
1790         (gnus-put-text-property-excluding-characters-with-faces):
1791         Change accordingly.
1792         (gnus-get-text-property-excluding-characters-with-faces): New function.
1793         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1794         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1795         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1796
1797 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1798
1799         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1800         login methods.
1801         (nnimap-login): Respect the `nnimap-authenticator' variable.
1802
1803         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1804         mark state when moving articles.  Otherwise unticked articles will get
1805         their ticks back after moving.
1806
1807 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1808
1809         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1810
1811         * message.el (message-ignored-news-headers): Always remove
1812         X-Message-SMTP-Method to avoid information leakage if the user
1813         mistakenly inserts the header into news messages.
1814
1815         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1816
1817         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1818         right than four characters, this command would move point to
1819         `point-max'.  Don't do that.
1820
1821         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1822         to nil to allow re-selecting groups that gain articles.
1823         (gnus-bug-group-download-format-alist): Update the URL.
1824
1825 2012-12-23  Andreas Schwab  <schwab@suse.de>
1826
1827         * shr.el (shr-tag-em): Render em as italic, not bold.
1828
1829 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1830
1831         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1832         for reuse.
1833         (gnus-open-server): Use it to add more tracing.
1834         (gnus-finish-retrieve-group-infos): Add backend tracing.
1835         (gnus-backend-trace): Also note the elapsed seconds.
1836
1837 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1838
1839         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1840         Set epa-file-encrypt-to from variable to avoid querying.
1841
1842 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1843
1844         * sieve-mode.el (sieve-font-lock-keywords):
1845         Keywords should be word delimited.  (Bug#13173)
1846
1847 2012-12-13  Andreas Schwab  <schwab@suse.de>
1848
1849         * tls.el (tls-program): Update customize type.
1850
1851 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1852
1853         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1854         instead of <pre> to align message header.
1855
1856 2012-12-12  Sam Steingold  <sds@gnu.org>
1857
1858         * gnus.el (gnus-other-frame-resume-function): Add user option.
1859         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1860
1861 2012-12-06  Sam Steingold  <sds@gnu.org>
1862
1863         * gnus-start.el (gnus-before-resume-hook): Add.
1864         (gnus-1): Run it when Gnus is alive.
1865
1866 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1867
1868         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1869         * gnus-art.el (article-unsplit-urls)
1870         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1871         * gnus-registry.el (gnus-registry-get-article-marks)
1872         * message.el (message-goto-body): Use it.
1873         (message-called-interactively-p): Remove.
1874
1875         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1876         (spam-stat-score-buffer): Use it.
1877
1878         * spam.el: Silence the warnings against BBDB functions when compiling.
1879
1880         * gnus-score.el (gnus-score-decode-text-parts):
1881         Use append+mapcar instead of the cl function mapcan.
1882
1883 2012-12-05  Sam Steingold  <sds@gnu.org>
1884
1885         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1886         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1887         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1888
1889 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1890
1891         * gmm-utils.el (gmm-called-interactively-p): Revert.
1892         This seems to cause Emacs to get stuck!
1893         * gnus-art.el (article-unsplit-urls)
1894         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1895         * gnus-registry.el (gnus-registry-get-article-marks)
1896         * message.el (message-goto-body)
1897         (message-called-interactively-p): Revert.
1898
1899         * gmm-utils.el (gmm-called-interactively-p): New function.
1900         * gnus-art.el (article-unsplit-urls)
1901         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1902         * gnus-registry.el (gnus-registry-get-article-marks)
1903         * message.el (message-goto-body): Use it.
1904         (message-called-interactively-p): Remove.
1905
1906         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1907         * gnus-sync.el (gnus-sync-lesync-call)
1908         * message.el (message-read-from-minibuffer): Use it.
1909
1910 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1911
1912         * gmm-utils.el (gmm-flet): Remove.
1913         * gnus-sync.el (gnus-sync-lesync-call)
1914         * message.el (message-read-from-minibuffer): Don't use it.
1915
1916 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1917
1918         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1919
1920 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1921
1922         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1923
1924         * gnus-sync.el (gnus-sync-lesync-call)
1925         * message.el (message-read-from-minibuffer): Use gmm-flet.
1926
1927         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1928
1929         * gnus-util.el (gnus-macroexpand-all): Remove.
1930
1931 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1932
1933         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1934         to TAB, not [tab].
1935         (gnus-summary-article-map): Likewise.
1936
1937         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1938         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1939
1940 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1941
1942         * time-date.el: Commentary fix.
1943
1944 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1945
1946         * color.el: Don't require cl.
1947         (color-complement): `caddr' -> `nth 2'.
1948
1949         * time-date.el (time-to-seconds): De-obsolete.
1950
1951 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1952
1953         * message.el (message-get-reply-headers):
1954         Make sure the reply goes to the author if it is a wide reply.
1955
1956 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1957
1958         * gnus-score.el (gnus-score-body):
1959         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1960         scoring by body.
1961
1962 2012-11-16  Glenn Morris  <rgm@gnu.org>
1963
1964         * gnus-diary.el (nndiary-request-create-group-functions)
1965         (nndiary-request-update-info-functions)
1966         (gnus-subscribe-newsgroup-functions)
1967         (nndiary-request-accept-article-functions):
1968         Use new names for hooks rather than obsolete aliases.
1969
1970 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1971
1972         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1973
1974 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1975
1976         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1977         in meta tag with the one the part specifies in its header.
1978
1979 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1980
1981         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1982         by default.
1983
1984 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1985
1986         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1987         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1988
1989 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1990
1991         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1992         and a runtime function for it, of which the XEmacs version takes only
1993         two arguments.
1994
1995 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1996
1997         * nndiary.el (nndiary-request-create-group-functions)
1998         (nndiary-request-update-info-functions)
1999         (nndiary-request-accept-article-functions):
2000         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2001         "-hooks" suffix.
2002
2003 2012-10-19  Julien Danjou  <julien@danjou.info>
2004
2005         * gnus-art.el: Require gnus-util because it uses
2006         `gnus-timer--function'.
2007
2008 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2009
2010         * starttls.el (starttls-extra-arguments): Doc fix.
2011
2012 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2013
2014         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2015         it.
2016
2017 2012-10-06  Glenn Morris  <rgm@gnu.org>
2018
2019         * gnus-notifications.el (gnus-notifications):
2020         Add missing group :version tag.
2021         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2022         (gnus-gcc-post-body-encode-hook):
2023         * gnus-sync.el (gnus-sync-lesync-name)
2024         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2025
2026 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2027
2028         * color.el (color-hsl-to-rgb): Fix incorrect results for
2029         small and large hue values.  (Bug#12559)
2030
2031 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2032
2033         New UIDL implementation.
2034
2035         * mail-source.el (mail-sources, mail-source-keyword-map):
2036         Add :leave as a pop3 keyword.
2037         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2038
2039         * pop3.el (pop3-leave-mail-on-server): Allow number.
2040         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2041         (pop3-movemail): Add UIDL support.
2042         (pop3-send-streaming-command): Take a list of mail numbers instead of
2043         the number of mails.
2044         (pop3-write-to-file): Add X-UIDL header.
2045         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2046         (pop3-uidl-add-xheader): New functions.
2047
2048         * message.el (message-ignored-resent-headers):
2049         Add X-Content-Length and X-UIDL headers.
2050
2051 2012-10-05  Glenn Morris  <rgm@gnu.org>
2052
2053         * color.el (color-name-to-rgb, color-rgb-to-hex)
2054         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2055         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2056         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2057         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2058
2059 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2060
2061         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2062         a user about whether to delete temp files if once a user answered as n.
2063
2064 2012-09-25  Chong Yidong  <cyd@gnu.org>
2065
2066         * password-cache.el (password-read-and-add): Use a declare form to mark
2067         this function obsolete.
2068
2069 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2070
2071         * lpath.el: Bind mail-encode-mml for old Emacsen.
2072
2073 2012-09-17  Richard Stallman  <rms@gnu.org>
2074
2075         * message.el (message-in-body-p): Don't set mark or modify buffer.
2076
2077         * mml.el (mml-attach-file): Doc fix.
2078         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2079         Set mail-encode-mml when in Mail mode.
2080         Simplify code to set HEAD and move back to HEAD.
2081         (mml-insert-multipart, mml-insert-part):
2082         Set mail-encode-mml when in Mail mode.
2083
2084 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2085
2086         * gnus-util.el (gnus-timer--function): New function.
2087
2088         * gnus-art.el (gnus-article-stop-animations): Use it.
2089
2090 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2091
2092         Fix glitches caused by addition of psec to timers.
2093         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2094         rather than raw access to timer vector.
2095
2096 2012-09-11  Julien Danjou  <julien@danjou.info>
2097
2098         * gnus-notifications.el (gnus-notifications): Check for nil values in
2099         ignored addresses check.
2100
2101 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2102
2103         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2104
2105 2012-09-07  Chong Yidong  <cyd@gnu.org>
2106
2107         * gnus-util.el
2108         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2109
2110         * gnus-salt.el (gnus-tree-highlight-node):
2111         * gnus-sum.el (gnus-summary-highlight-line):
2112         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2113
2114 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2115
2116         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2117
2118 2012-09-06  Juri Linkov  <juri@jurta.org>
2119
2120         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2121         scheme for buffer names to be more consistent with other group and
2122         article buffer names in Gnus.
2123
2124 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2125
2126         * gnus-util.el
2127         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2128
2129         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2130         Jenkner.
2131
2132         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2133
2134         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2135
2136         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2137
2138 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2139
2140         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2141         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2142
2143         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2144         string-prefix-p in Emacs >=23.2.
2145
2146         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2147         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2148         instead of string-match-p.
2149         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2150
2151 2012-09-06  Kenichi Handa  <handa@gnu.org>
2152
2153         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2154         lowercase a..f.
2155
2156 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2157
2158         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2159
2160 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2161
2162         * nnimap.el (nnimap-request-move-article): Decode the group name when
2163         doing internal moves to avoid charset issues.
2164
2165         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2166         TIME is set.
2167
2168 2012-09-05  Juri Linkov  <juri@jurta.org>
2169
2170         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2171         than one group at a time (bug#11961).
2172
2173 2012-09-05  Julien Danjou  <julien@danjou.info>
2174
2175         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2176         this hide the real reason with a message giving absolutely no hint.
2177
2178 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2179
2180         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2181         to the backend (bug#11804).
2182
2183         * message.el (message-insert-newsgroups): Don't insert newsgroup
2184         duplicates (bug#12275).
2185
2186 2012-09-05  John Wiegley  <johnw@newartisans.com>
2187
2188         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2189         sieve rules.
2190
2191 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2192
2193         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2194         function.
2195
2196         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2197
2198         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2199
2200 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2201
2202         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2203         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2204         This should make nnmaildir more usable with offlineimap.
2205
2206 2012-09-05  Julien Danjou  <julien@danjou.info>
2207
2208         * nnimap.el (nnimap-request-list): Revert change that made listing
2209         synchronous.
2210         (nnimap-get-responses): Restore.
2211
2212 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2213
2214         * dgnushack.el: XEmacs 21.5 compilation fix.
2215
2216         * gnus-notifications.el (gnus-notifications-notify): Use it.
2217
2218         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2219         warnings on XEmacs.
2220
2221 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2222
2223         Better seeds for (random).
2224         * gnus-sync.el (gnus-sync-lesync-setup):
2225         * message.el (message-canlock-generate, message-unique-id):
2226         Change (random t) to (random), now that the latter is more random.
2227
2228 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2229
2230         * nnimap.el (nnimap-change-group): Document result value
2231
2232         * auth-source.el (auth-sources): Fix macos keychain access.
2233
2234         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2235         allow the backend `request-head' function to determine the group
2236         name on its own.
2237         (gnus-request-expire-articles): Filter out negative article numbers
2238         during expiry (Bug#11980).
2239
2240         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2241         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2242
2243         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2244         you've found the article when you haven't.
2245
2246         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2247         that nnimap-change-group can return t.
2248
2249 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2250
2251         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2252
2253 2012-08-30  Julien Danjou  <julien@danjou.info>
2254
2255         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2256         `gnus-notifications-timeout'.
2257         (gnus-notifications-timeout): Add.
2258         (gnus-notifications-action): New function.
2259         (gnus-notifications-notify): Add :action using
2260         `gnus-notifications-action'.
2261         (gnus-notifications-id-to-msg): New variable.
2262         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2263         notifications id to messages.
2264
2265 2012-08-30  Kenichi Handa  <handa@gnu.org>
2266
2267         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2268         once.
2269
2270 2012-08-29  Julien Danjou  <julien@danjou.info>
2271
2272         * gnus-notifications.el: New file.
2273         (gnus-notifications-notify): New function.
2274         (gnus-notifications): Use `gnus-notifications-notify'.
2275
2276 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2277
2278         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2279         transfer encoding first; bind gnus-newsgroup-charset to the charset
2280         that the article specifies (Bug#12209).
2281
2282 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2283
2284         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2285         (gnus-group-customize-done): Encode values posting-style holds.
2286
2287         * gnus-msg.el (gnus-summary-resend-message)
2288         (gnus-configure-posting-styles): Decode values posting-style group
2289         parameter holds.
2290
2291 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2292
2293         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2294         `name' and `address' in Resent-From header.
2295
2296 2012-08-14  Chong Yidong  <cyd@gnu.org>
2297
2298         * gnus-art.el (article-display-face): Handle failure in
2299         gnus-create-image (Bug#11802).
2300
2301 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2302
2303         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2304         Use defsetf.
2305
2306 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2307
2308         * auth-source.el (auth-source-plstore-search)
2309         (auth-source-secrets-search): Ignore :require and :type in search spec.
2310
2311 2012-08-06  Julien Danjou  <julien@danjou.info>
2312
2313         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2314         `nnimap-request-move-article'.
2315
2316         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2317         Remove autoload, already handled by gnus.el.
2318
2319         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2320
2321         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2322         supported by nnimap actually.  Reverts previous change.
2323
2324         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2325         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2326         to-buffer argument that is already supported.
2327
2328 2012-08-05  Julien Danjou  <julien@danjou.info>
2329
2330         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2331         Add autoload.
2332
2333 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2334
2335         * gnus.el (gnus-valid-select-methods): Fix custom type.
2336
2337 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2338
2339         * auth-source.el (auth-sources, auth-source-backend-parse)
2340         (auth-source-macos-keychain-search)
2341         (auth-source-macos-keychain-search-items)
2342         (auth-source-macos-keychain-result-append)
2343         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2344         auth-source.el through the /usr/bin/security utility.
2345         (auth-sources): Fix syntax error.
2346         (auth-source-macos-keychain-result-append): Fix variable name.
2347         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2348
2349 2012-07-27  Julien Danjou  <julien@danjou.info>
2350
2351         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2352         Emacs < 24.1
2353
2354 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2355
2356         * message.el (message-kill-address): Don't kill last newline.
2357         (message-skip-to-next-address): Don't move to the next header.
2358         (message-fill-field-address): Work properly.
2359
2360 2012-07-25  Julien Danjou  <julien@danjou.info>
2361
2362         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2363
2364 2012-07-24  Julien Danjou  <julien@danjou.info>
2365
2366         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2367
2368         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2369         (nntp-async-timer-handler): Remove, unused.
2370
2371         * nnimap.el (nnimap-get-responses): Remove, unused.
2372
2373         * nnheader.el (mail-header-set-extra): Remove, unused.
2374
2375         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2376         unused.
2377
2378         * mm-view.el (mm-view-sound-file): Remove, unused.
2379
2380         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2381         (mm-url-encode-multipart-form-data): Remove, unused.
2382
2383         * message.el (message-remove-signature, message-make-host-name)
2384         (message-fill-address): Remove, unused.
2385
2386         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2387         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2388         unused.
2389
2390         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2391         (gnus-xmas-call-region): Remove, unused.
2392
2393         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2394
2395         * gnus-util.el (gnus-extract-address-component-name)
2396         (gnus-extract-address-component-email, gnus-sortable-date)
2397         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2398         (gnus-process-live-p): Remove, unused.
2399
2400         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2401
2402         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2403         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2404         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2405         function.
2406
2407         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2408
2409         * gnus-score.el (gnus-summary-score-crossposting)
2410         (gnus-score-regexp-bad-p): Remove, unused.
2411
2412         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2413
2414         * gnus-range.el (gnus-sublist-p): Remove, unused.
2415
2416         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2417         unused.
2418
2419         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2420
2421         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2422         (gnus-request-associate-buffer): Remove, unused.
2423
2424         * gnus-group.el (gnus-group-set-method-info)
2425         (gnus-group-set-params-info): Remove, unused.
2426
2427         * gnus-fun.el (gnus-shell-command-to-string)
2428         (gnus-shell-command-on-region): Remove, unused.
2429
2430         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2431
2432         * gnus-art.el (gnus-article-text-type-exists-p)
2433         (article-translate-characters, gnus-article-hide-text-of-type)
2434         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2435         Remove, unused.
2436
2437 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2438
2439         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2440
2441 2012-07-21  Julien Danjou  <julien@danjou.info>
2442
2443         * message.el (message-dont-reply-to-names): Replace deprecated
2444         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2445         (message-get-reply-headers): Ditto.
2446
2447 2012-07-18  Julien Danjou  <julien@danjou.info>
2448
2449         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2450         `sieve-upload-and-kill'.
2451
2452         * sieve.el (sieve-bury-buffer): Remove function.
2453         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2454         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2455
2456 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2457
2458         * shr.el (shr-expand-url): Handle URL starting with `//'.
2459
2460 2012-07-13  Chong Yidong  <cyd@gnu.org>
2461
2462         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2463         instead of calling toggle-read-only with a (bogus) argument.
2464
2465 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2466
2467         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2468         of initial input when reading the author to restrict the summary to.
2469
2470 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2471
2472         * mm-decode.el (mm-shr):
2473         Allow overriding charset by mm-charset-override-alist.
2474
2475 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2476
2477         * gnus-art.el (gnus-article-view-part):
2478         Toggle subparts of multipart/alternative part.
2479
2480 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2481
2482         * shr.el (shr-render-buffer): New command.
2483         (shr-visit-file): Use it.
2484
2485 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2486
2487         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2488         Set no-byte-compile and no-update-autoloads.
2489
2490 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2491
2492         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2493
2494 2012-06-25  Julien Danjou  <julien@danjou.info>
2495
2496         * nnimap.el (nnimap-request-articles-find-limit): Rename from
2497         `nnimap-request-move-articles-find-limit' since we do not use it only
2498         for move operations.
2499         (nnimap-request-accept-article): Use
2500         `nnimap-request-articles-find-limit' to limit search by message-id.
2501
2502 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2503
2504         Support higher-resolution time stamps (Bug#9000).
2505
2506         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
2507         VARLIST.  It's optional, for backward compatibility.
2508         (encode-time-value): New optional arg PICO.  New type 3.
2509         (time-to-seconds) [!float-time]: Support the new picoseconds
2510         component if it's used.
2511         (seconds-to-time, time-subtract, time-add):
2512         Support ps-resolution time stamps as well.
2513
2514 2012-06-19  Julien Danjou  <julien@danjou.info>
2515
2516         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
2517
2518         * nnimap.el (nnimap-log-buffer): Check that
2519         `window-point-insertion-type' is boundp, since it's not available in
2520         XEmacs.
2521
2522 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2523
2524         * nnimap.el (nnimap-log-buffer): Add this, setting
2525         `window-point-insertion-type' in the buffer to t.
2526         (nnimap-log-command): Use nnimap-log-buffer.
2527
2528 2012-06-19  Julien Danjou  <julien@danjou.info>
2529
2530         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2531         argument to be able to limit the search.
2532         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2533         (nnimap-request-move-articles-find-limit): Add this to limit the search
2534         by Message-Id after a message move.
2535         (nnimap): Add defgroup.
2536
2537 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2538
2539         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2540
2541 2012-06-15  Julien Danjou  <julien@danjou.info>
2542
2543         * nnimap.el (nnimap-find-article-by-message-id): Use
2544         `nnimap-possibly-change-group' rather than its own EXAMINE call.
2545         (nnimap-possibly-change-group): Add read-only argument.
2546         (nnimap-request-list): Use nnimap-possibly-change-group rather than
2547         issuing EXAMINE manually.
2548         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
2549         with read-only argument.
2550         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
2551         cannot possibly change because we need to be sure that it's either
2552         read-write or read-only.
2553
2554 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2555
2556         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2557         being bound to a lambda form.
2558
2559 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2560
2561         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2562         articles when fetch-old is non-nil (bug#11370).
2563
2564 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
2565
2566         * gnus-picon.el (gnus-picon-properties): New defcustom.
2567         (gnus-picon-create-glyph): Use it.
2568
2569 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2570
2571         * gnus-group.el (gnus-group-get-new-news): Respect
2572         `gnus-group-use-permanent-levels', as documented (bug#11638).
2573
2574 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2575
2576         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2577         groups (bug#11641).
2578
2579 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2580
2581         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2582         is an integer to avoid later problems.
2583
2584 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2585
2586         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2587         locales.
2588
2589         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2590         on a handle.
2591
2592         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2593         address as the default.
2594         (gnus-summary-insert-old-articles): Don't include unexisting messages.
2595
2596         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
2597         makes no sense to query the user about internal files.
2598
2599         * gnus-spec.el: Remove all the byte-compilation stuff, since
2600         benchmarking shows that it doesn't help when entering large summary
2601         buffers.
2602
2603         * gnus-xmas.el (gnus-xmas-define): Remove.
2604
2605         * gnus-util.el (gnus-byte-code): Remove.
2606
2607         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2608         grouplens stuff.
2609
2610 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2611
2612         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2613         (bug#11514).
2614
2615 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2616
2617         * message.el (message-buffers): Return all buffers derived from Message
2618         to make `gnus-dired-attach' work with mu4e.
2619
2620 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2621
2622         * nntp.el: Stop the `letf' madness.
2623         (nntp--report-1): New var.
2624         (nntp-report): Merge nntp-report-1 into it.
2625         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2626         the nntp-report function.
2627
2628         * auth-source.el: Fix comment-style to follow the convention.
2629
2630 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
2631
2632         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2633         (mm-dissect-singlepart): Don't guess the MIME type of
2634         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2635         set.
2636         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2637         toplevel MIME type is multipart/encrypted.
2638
2639 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2640
2641         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2642         a string so that Gcc works (bug#11514).
2643
2644 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2645
2646         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2647         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2648
2649 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2650
2651         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2652         jumping to *Server* from a dedicated *Group* window.
2653         (gnus-configure-frame): CSE.
2654
2655         * gnus-registry.el: Minor style cleanup.
2656         (gnus-registry--set/remove-mark): New function, extracted from
2657         gnus-registry-install-shortcuts.
2658         (gnus-registry-install-shortcuts): Use it.
2659
2660 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2661
2662         * nnspool.el (news-path): Use eval-and-compile.
2663
2664 2012-05-24  Glenn Morris  <rgm@gnu.org>
2665
2666         * nnspool.el (news-directory, news-path, news-inews-program):
2667         Move here from paths.el.  Don't see a need for these to be autoloaded.
2668
2669         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2670         Merge in doc from paths.el version.  Don't see any need for this to be
2671         autoloaded, or for the warning about users not setting it.
2672
2673 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
2674
2675         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
2676         format.  In particular, add an optional argument and a docstring.
2677
2678         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2679
2680         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2681         current before calling `gnus-groups-to-gnus-format'.
2682         Note that this was already the case for `gnus-active-to-gnus-format'.
2683
2684 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2685
2686         Fix minor Y10k bug.
2687         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2688
2689 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2690
2691         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2692         message once it's actually open.
2693
2694 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2695
2696         * gnus.el: Ma Gnus v0.5 is released.
2697
2698 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2699
2700         * auth-source.el (auth-source--aput-1, auth-source--aput)
2701         (auth-source--aget): New functions and macros.
2702         Use them instead of aput/aget.
2703
2704 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2705
2706         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2707
2708 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2709
2710         * plstore.el (plstore-called-interactively-p): New compat macro copied
2711         from message.el.
2712         (plstore-mode): Use it.
2713
2714 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2715
2716         * plstore.el: Revive the editing feature.
2717         (plstore-mode): New mode to edit plstore file.
2718         (plstore-mode-toggle-display, plstore-mode-original)
2719         (plstore-mode-decoded): New command.
2720         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2721         (plstore--insert-buffer, plstore--make): New function.
2722         (plstore-open, plstore-save): Simplify by using them.
2723
2724 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2725
2726         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2727
2728 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2729
2730         * tls.el (open-tls-stream): Remove unused binding.
2731
2732 2012-04-16  Glenn Morris  <rgm@gnu.org>
2733
2734         * nndraft.el (nndraft-request-list): Fix declaration.
2735
2736 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2737
2738         * mm-decode.el (mm-dissect-buffer): Doc fix.
2739
2740         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2741         don't have a current group.
2742
2743         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2744         buffer if it doesn't exist.
2745
2746         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2747         given, mark the group as ephemeral with the current window conf.
2748
2749         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2750         buffer exists, which it doesn't if we haven't started Gnus.
2751         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2752
2753 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2754
2755         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2756         type is.
2757
2758         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2759         `unexists' entries.
2760         (gnus-clean-old-newsrc): Fix last checkin.
2761
2762         * nnimap.el (nnimap-update-info): None of the articles below the active
2763         low-water mark exist.
2764
2765         * dgnushack.el: Get rid of XEmacs compilation warning.
2766
2767         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2768         would have gotten if we posted to the group, and use that to compare
2769         against the message we want to cancel (bug#10808).
2770
2771         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2772         on XEmacs.
2773
2774 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2775
2776         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2777         `scroll-margin'.
2778
2779 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2780
2781         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2782         citation prefix within a block of cited text should be considered part
2783         of that block *only* if it is a blank line.
2784
2785 2012-04-09  Chong Yidong  <cyd@gnu.org>
2786
2787         * binhex.el, hashcash.el, uudecode.el:
2788         Remove * characters from the front of variable docstrings.
2789
2790 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2791
2792         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2793         before kinsoku-bol characters nor within kinsoku-eol characters.
2794
2795 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2796
2797         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2798         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2799         (gnus-sync-read): Use mapc instead of mapcar.
2800
2801         * mm-archive.el: Require mm-decode for some macros.
2802         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2803         the byte compiler.
2804         (mm-archive-decoders): New function that returns the value of
2805         the mm-archive-decoders variable.
2806
2807         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2808         instead.
2809         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2810
2811         * nnimap.el (gnus-refer-thread-use-nnir):
2812         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2813
2814 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2815
2816         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2817
2818 2012-03-12  Peter Münster  <pmrb@free.fr>
2819
2820         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2821         (gnus-demon-cancel): Ditto.
2822         (gnus-demon-run-callback): When function cannot be called due to low
2823         idleness, call it when idleness reaches the expected value, instead of
2824         waiting another timer period.
2825         (gnus-demon-init): Add `time' to arguments of call-back.
2826
2827 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2828
2829         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2830
2831         * gnus.el: Register gnus-registry functions.
2832
2833         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2834         indent.
2835
2836         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2837         enabled before warping.
2838
2839 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2840
2841         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2842         registry about each article retrieved.
2843
2844         * gnus-int.el (gnus-select-group-with-message-id): New function.
2845         (gnus-try-warping-via-registry): Ditto.
2846         (gnus-warp-to-article): Fall back on the registry.
2847
2848 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2849
2850         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2851         inboxes.
2852
2853 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2854
2855         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2856
2857 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2858
2859         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2860         gnus-gcc-self-resent-messages may be a group parameter.
2861         (gnus-summary-resend-message): Don't encode encoded words in header
2862         when Gcc'ing resent message.
2863
2864 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2865
2866         * shr.el (shr-insert): Treat non-breaking space just like normal
2867         space.  This seems to produce more pleasing results.
2868         (shr-insert): Only insert a blank line if we're starting from an image.
2869         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2870         (shr-ensure-paragraph): Consider lines with white space to be blank.
2871
2872 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2873
2874         * Makefile.in: Respect DESTDIR.
2875
2876 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2877
2878         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2879         and gnus-gcc-post-body-encode-hook.
2880
2881 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2882
2883         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2884         messages that don't exist.
2885
2886         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2887
2888 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2889
2890         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2891         Remove.
2892
2893         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2894
2895         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2896
2897 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2898
2899         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2900         have a group name.
2901
2902         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2903         a multibyte buffer (bug#7410).
2904         (article-wash-html): Parse the original article buffer to get the
2905         unencoded data (bug#7410).
2906
2907         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2908         .newsrc.el files.
2909
2910 2012-04-05  Bastien Guerry  <bzg@altern.org>
2911
2912         * color.el (color-lighten-name): Fix typo.
2913
2914 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2915
2916         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2917         "#" to avoid having them interpreted as comments.
2918
2919 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2920
2921         * shr.el (shr-insert): Update the text state properly to avoid
2922         inserting spurious paragraph starts.
2923
2924 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2925
2926         * shr.el (shr-table-widths): Divide the extra width more fairly over
2927         the TDs (bug#10973).
2928         (shr-render-td): Don't delete too much padding.
2929         (shr-natural-width): Compute the natural width more correctly.
2930         (shr-insert): Allow the natural width to be computed for tables again.
2931         (shr-tag-table-1): Rework how the natural widths are computed by
2932         rendering the table a third time.
2933         (shr-natural-width): Removed.
2934         (shr-buffer-width): New function.
2935         (shr-expand-newlines): Use it.
2936
2937         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2938         using a `gnus-use-full-window' setup (bug#11013).
2939
2940 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2941
2942         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2943         24.1 release.
2944
2945 2012-03-10  David Edmondson  <dme@dme.org>
2946
2947         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2948         'Forwarded Message' header and the start of the message.
2949
2950 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2951
2952         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2953         isn't running (bug#10897).
2954
2955 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2956
2957         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2958         This is inconsistent with all the other stream functions, which leave
2959         the setting up to the higher levels (if so wanted) (bug#10931).
2960
2961 2012-02-28  Glenn Morris  <rgm@gnu.org>
2962
2963         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2964         mm-decode.el: Standardize possessive apostrophe usage.
2965
2966 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2967
2968         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2969
2970 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2971
2972         * parse-time.el (parse-time-string): Allow extractor to return nil.
2973
2974 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2975
2976         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2977
2978 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2979
2980         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2981
2982 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2983
2984         * mm-decode.el (mm-shr): Remove "soft hyphens".
2985
2986         * nnimap.el (nnimap-request-list): Return the group names encoded as
2987         utf8.  Otherwise non-European group names don't work.
2988         (nnimap-request-newgroups): Ditto.
2989
2990         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2991         the default in `read-string' (bug#10757).
2992
2993         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2994         topics (bug#10843).
2995
2996         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2997         buffer.  Suggested by Herbert Valerio Riedel.
2998         (nnimap-request-move-article): Delete the message from the correct IMAP
2999         server.
3000
3001 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3002
3003         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3004         Reported by Peter Münster.
3005
3006 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3007
3008         * shr.el (shr-image-fetched): Make sure we really kill the right
3009         buffer.
3010
3011 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3012
3013         * gnus-start.el (gnus-1): Avoid duplicate entries.
3014
3015 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3016
3017         * imap.el: Remove.
3018
3019         * nntp.el (nntp-coding-system-for-read): Remove.
3020         (nntp-coding-system-for-write): Ditto.
3021         (nntp-open-connection): Just use `binary' directly.
3022
3023         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3024         Gnus 0.3.
3025
3026 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3027
3028         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3029         application/octet-stream parts really is.
3030
3031         * gnus-sum.el (gnus-propagate-marks): Remove.
3032
3033 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3034
3035         * shr.el (shr-rescale-image): Undo previous change; see
3036         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3037
3038 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3039
3040         * gnus.el: Ma Gnus v0.3 is released.
3041
3042 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3043
3044         * gnus-sum.el (gnus-summary-local-variables): Make
3045         `gnus-newsgroup-unexist' into a local variable.
3046
3047 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3048
3049         * registry.el (registry-usage-test, registry-persistence-test): Move to
3050         tests/gnustest-registry.el.
3051         (registry-make-testable-db, registry-match-test)
3052         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3053
3054         * gnus-registry.el (gnus-registry-misc-test)
3055         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3056
3057         * tests/gnustest-registry.el: New file with the registry and
3058         gnus-registry ERT tests.
3059
3060 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3061
3062         * gnus-msg.el (gnus-summary-resend-message): Make
3063         gnus-summary-resend-message-insert-gcc be last item in
3064         message-header-setup-hook.
3065
3066 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3067
3068         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3069         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3070         Remove.
3071         (nnfolder-open-server): Don't use marks.
3072         (nnfolder-request-delete-group): Ditto.
3073         (nnfolder-request-rename-group): Ditto.
3074         (nnfolder-request-set-mark, nnfolder-request-marks)
3075         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3076         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3077
3078         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3079         (nnml-marks-modtime): Remove.
3080         (nnml-request-delete-group): Don't use marks.
3081         (nnml-request-rename-group): Ditto.
3082         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3083         (nnml-save-marks, nnml-open-marks): Remove.
3084
3085         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3086         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3087         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3088         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3089         (nntp-server-to-method-cache): Remove.
3090
3091         * shr.el (shr-rescale-image): Fix wrong merge.
3092
3093 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3094
3095         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3096         too-wide lines.
3097
3098 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3099
3100         * nnimap.el (nnimap-record-commands): New variable.
3101         (nnimap-log-command): Use it.
3102         (nnimap-make-process-buffer): Add a space to the process buffer.
3103         (nnimap-transform-headers): Don't bug out on header lines containing
3104         stuff that look like IMAP length encodings.
3105
3106         * shr.el (shr-rescale-image): Allow viewing large images.
3107
3108 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3109
3110         * nnml.el (nnml-request-compact-group): Delete the marks file after
3111         compaction (bug#10800).
3112
3113         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3114         group exit.
3115
3116         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3117         QRESYNC/FETCH output.
3118
3119 2012-02-11  Glenn Morris  <rgm@gnu.org>
3120
3121         * sieve-manage.el (sieve-manage-default-stream):
3122         * shr.el (shr):
3123         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3124         (nnir-retrieve-headers-override-function)
3125         (nnir-imap-default-search-key, nnir-notmuch-program)
3126         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3127         (nnir-method-default-engines):
3128         * message.el (message-cite-reply-position):
3129         * gssapi.el (gssapi-program):
3130         * gravatar.el (gravatar):
3131         * gnus-sum.el (gnus-refer-thread-use-nnir):
3132         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3133         (gnus-registry-max-pruned-entries):
3134         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3135         * gnus-int.el (gnus-after-set-mark-hook)
3136         (gnus-before-update-mark-hook):
3137         * gnus-async.el (gnus-async-post-fetch-function):
3138         * auth-source.el (auth-source-cache-expiry):
3139         Add missing :version tags to new defcustoms and defgroups.
3140
3141 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3142
3143         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3144         `gnus-newsgroup-unexist'.
3145
3146         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3147         marks.
3148         (gnus-article-special-mark-lists): Put the `unexist' in the special
3149         marks list instead.
3150
3151         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3152         articles in the list of articles to be selected.
3153
3154         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3155         articles.
3156         (nnimap-update-info): Keep track of unexisting articles.
3157         (nnimap-update-qresync-info): Ditto.
3158
3159 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3160
3161         * message.el (message-default-send-mail-function): Made into own
3162         function for reuse by emacsbug.el.
3163
3164 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3165
3166         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3167         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3168
3169 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3170
3171         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3172         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3173
3174         * gnus-compat.el: Define `timer-set-function'.
3175
3176         * mm-decode.el (mm-display-external): Output the text from the command
3177         in the buffer after the command finished.  This makes text-based
3178         commands behave better.
3179
3180 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3181
3182         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3183
3184 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3185
3186         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3187         23.1.
3188
3189 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3190
3191         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3192
3193 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3194
3195         * message.el (smtpmail-smtp-user): Silence compiler warning.
3196
3197 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3198
3199         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3200         SMTP user name.
3201
3202 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3203
3204         * gnus-sum.el (gnus-summary-show-thread):
3205         next-single-char-property-change may return nil in XEmacs.
3206         (gnus-summary-article-map): Fix typo.
3207
3208 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3209
3210         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3211         running.
3212
3213         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3214
3215         * gnus.el (gnus-server-extend-method): Don't add an -address component
3216         if the method already has one (bug#9676).
3217
3218 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3219
3220         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3221         of an initial-input for consistency (bug#10757).
3222
3223         * dgnushack.el: Fix XEmacs compilation warning.
3224
3225         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3226
3227         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3228
3229 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3230
3231         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3232         lines that are narrower than the window width.  Otherwise background
3233         "blocks" will look less readable.
3234
3235 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3236
3237         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3238         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3239         have newlines within the strings, and where the UID comes after the
3240         BODYSTRUCTURE element (bug#10537).
3241
3242         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3243         (bug#10732).
3244
3245         * shr.el (shr-insert-document): Add doc string.
3246         (shr-visit-file): Ditto.
3247         (shr-remove-trailing-whitespace): New function.
3248         (shr-insert-document): Use it to clean up trailing whitespace as the
3249         final step (bug#10714).
3250
3251 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3252
3253         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3254         buffer if `gnus-kill-summary-on-exit' is nil.
3255
3256 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3257
3258         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3259         when just reading a single group from "without" Gnus.
3260
3261 2012-02-06  Chong Yidong  <cyd@gnu.org>
3262
3263         * gnus-sum.el (gnus-summary-show-thread):
3264         next-single-char-property-change never returns nil (Bug#8657).
3265
3266 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3267
3268         * message.el (message-multi-smtp-send-mail): New function.
3269         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3270         header to implement multi-SMTP functionality.
3271
3272         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3273         (gnus-agentize): Don't set it.
3274         (gnus-agent-send-mail): Don't use it.
3275
3276         * gnus-sum.el (gnus-summary-widget-backward): New function and
3277         keystroke.
3278
3279         * gnus-compat.el: More the compat functions more compatible.
3280
3281         * shr.el (shr-put-image): Remove underlines from sliced images.
3282         (shr-zoom-image): Compute the region to be replaced more correctly.
3283
3284 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3285
3286         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3287         (gnus-summary-resend-message-insert-gcc): New function.
3288         (gnus-summary-resend-message): Modify message-header-setup-hook and
3289         message-sent-hook to make it work for Gcc.
3290         (gnus-inews-do-gcc): Update the number of unread articles of groups
3291         that messages are Gcc'd to.
3292
3293         * message.el (message-resend): Run message-sent-hook to do Gcc.
3294
3295 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3296
3297         * lpath.el: Fix an XEmacs compilation warning.
3298
3299         * gnus-compat.el: Require `help-fns' to fix compilation error.
3300
3301         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3302         a higher level to silence compilation.
3303
3304         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3305         parameter to allow controlling the scaling.
3306
3307         * shr.el (shr-zoom-image): New command and keystroke.
3308         (shr-put-image): Take a `size' flag to say how to scale the image.
3309
3310         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3311         deletion unless already defined.
3312
3313         * gnus.el (gnus-compat): Require it.
3314
3315         * gnus-compat.el: New file.
3316
3317         * gnus-start.el (gnus-clean-old-newsrc): New function.
3318         (gnus-read-newsrc-file): Use it.
3319
3320         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3321         Use recursive deletion.
3322         (mm-dissect-archive): Add support for zip files.
3323
3324         * gnus-util.el (gnus-recursive-directory-files): New function.
3325
3326         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3327         (mm-archive-decoders): Add tgz support.
3328
3329         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3330         Otherwise inserting text into the Gnus buffer can look odd.
3331
3332         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3333
3334         * mm-archive.el (mm-archive-decoders): Add support for tar.
3335
3336         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3337
3338         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3339
3340 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3341
3342         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3343
3344         * mm-archive.el: New file.
3345
3346         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3347
3348         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3349
3350         * message.el (message-goto-*): Make all the `message-goto-*' commands
3351         push the mark before moving point.  This makes it easier to go back to
3352         where you came from after editing whatever you jumped to.
3353
3354 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3355
3356         * gnus.el: Ma Gnus v0.1 is released.
3357
3358 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3359
3360         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3361         without reconnecting.
3362         (nnimap-possibly-change-group): Ditto.
3363         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3364         connection has died before being called.
3365
3366 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3367
3368         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3369         an initial sync unless we're really doing one.
3370
3371         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3372         address parameter if one already exists (bug#9676).
3373
3374         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3375         not the prefix, as documented (bug#10689).
3376
3377 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3378
3379         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3380         the "server".
3381
3382         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3383         the real error message with the useless "previously known to be down".
3384         Which isn't even correct.
3385
3386         * nntp.el (nntp-open-connection): Report the error message if the nntp
3387         server can't be reached.
3388
3389         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3390         groups we do a total scan for.
3391         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3392         doing that.
3393
3394 2012-01-31  Jim Meyering  <jim@meyering.net>
3395
3396         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3397         Correct a comment (insert "not") and hide nominally-doubled "to".
3398
3399 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3400
3401         * gnus.el (gnus-version): Change name to "Ma Gnus".
3402
3403 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3404
3405         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3406         section in the manual.
3407
3408 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3409
3410         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3411         words.
3412         (rfc2047-encode-string): Ditto.
3413         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3414         understand folded filename="..." parameters, for instance.
3415
3416         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3417         the message for greater debuggability.
3418
3419 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3420
3421         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3422         instead of setting it locally, since the latter doesn't seem to have
3423         any effect (most of the time).
3424
3425 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3426
3427         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3428         function call.
3429
3430 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3431
3432         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3433         seconds, and make the repeat clause with HH:MM specs work as
3434         documented.
3435
3436 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3437
3438         * proto-stream.el (proto-stream-capability-open): Fall back on
3439         :end-of-command if :end-of-capability doesn't exist.
3440
3441 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3442
3443         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3444         bound globally in old Emacsen and XEmacsen.
3445
3446 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3447
3448         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3449         so that previous errors don't prohibit getting new news.
3450
3451         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3452
3453         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3454
3455 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3456
3457         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3458         buffer, not of the string which is its name.
3459
3460 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3461
3462         * proto-stream.el (proto-stream-capability-open): Wait for
3463         :end-of-capability, not :end-of-command.
3464
3465         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3466         non-server-marks groups.
3467         (gnus-group-make-articles-read): Ditto.
3468
3469         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3470         methods (bug#9676).
3471
3472         * gnus.el (gnus-method-ephemeral-p): New function.
3473
3474 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3475
3476         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3477         left-to-right.
3478
3479 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3480
3481         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3482         warning.
3483
3484 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3485
3486         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3487         macroexpand the nnir things, since they haven't been defined yet, and
3488         nnir requires gnus-sum.
3489
3490 2012-01-24  Julien Danjou  <julien@danjou.info>
3491
3492         * color.el (color-rgb-to-hsl): Fix value computing.
3493         (color-hue-to-rgb): New function.
3494         (color-hsl-to-rgb): New function.
3495         (color-clamp, color-saturate-hsl, color-saturate-name)
3496         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3497         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3498
3499 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3500
3501         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3502
3503 2012-01-19  Julien Danjou  <julien@danjou.info>
3504
3505         * color.el (color-name-to-rgb): Use the white color to find the max
3506         color component value and return correctly computed values.
3507         (color-name-to-rgb): Add missing float conversion for max value.
3508
3509 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3510
3511         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3512         logical server name in addition to the actual machine address.
3513
3514         * auth-source.el (auth-source-user-and-password): Add convenience
3515         wrapper to search by just host and optionally user.
3516
3517 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3518
3519         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3520         after rendering.
3521
3522 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3523
3524         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3525         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3526         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3527
3528 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3529
3530         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3531         (bug#9693).
3532         (gnus-summary-setup-buffer): Document return value (bug#9697).
3533
3534         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3535         since ido doesn't work on symbols (bug#9632).
3536
3537         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3538         when getting a single value as when getting all the values.  This means
3539         that atoms like `gcc-self' work cumulatively, like variable settings,
3540         instead of getting the value from the last matching clause.
3541         (gnus-group-find-parameter): Protect against the group buffer not
3542         existing (bug#9585).
3543
3544 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3545
3546         * gnus-start.el (gnus-activate-group): Document more parameters
3547         (bug#9694).
3548
3549         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3550         (bug#9692).
3551
3552         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3553         article was fetched, so that it can be expired later (bug#9958).
3554         (gnus-agent-summary-fetch-series): Add doc string.
3555         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3556         (bug#9517).
3557
3558         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3559         retrieval is happening.
3560
3561         * gnus.el (gnus-parameters): Doc fix.
3562
3563 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3564
3565         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3566         show the thread after expansion.
3567
3568 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3569
3570         * gnus-art.el (article-narrow-to-head): If the head is completely
3571         empty, narrow to the empty region (bug#9764).
3572
3573         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3574         read, and then mark them as unread only when the unread mark is used.
3575         This makes `C-- T k' actually work, even though it's confusing.
3576
3577         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3578         alive before we try to find its window.
3579
3580 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3581
3582         * mm-decode.el (mm-display-external): Use a longer timeout for the
3583         deletion to allow slow programs to display the file.
3584
3585 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3586
3587         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3588         prompt to be less confusing.
3589
3590         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3591         argument to `message-reply'.  This broke `special-display-*' frame
3592         pop-uping (bug#10238).
3593
3594 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3595
3596         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3597         systems, since these allegedly don't work there.
3598
3599 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3600
3601         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3602         live buffer.
3603
3604 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3605
3606         * nnir.el (nnir-retrieve-headers): Protect against the article not
3607         existing on the server (bug#10335).
3608
3609 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3610
3611         * gnus-agent.el (gnus-agent-load-local): Recompute
3612         gnus-agent-article-local on changing method.
3613
3614 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3615
3616         * gnus.el (gnus-parameters): Note precedence.
3617
3618 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3619
3620         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3621         in the group buffer.
3622
3623 2012-01-04  Julien Danjou  <julien@danjou.info>
3624
3625         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3626         change.
3627
3628 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3629
3630         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3631         too.
3632
3633         * nntp.el (nntp-retrieve-group-data-early): Use it.
3634
3635 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3636
3637         * nntp.el (nntp-retrieval-in-progress): New variable.
3638         (nntp-make-process-buffer): Make it buffer-local.
3639
3640         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3641         2010.
3642         (gnus-demon-init): Use it to compute the time if time is on the form
3643         "04:23".
3644
3645         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3646
3647         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3648         status in the correct buffer.
3649
3650 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3651
3652         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3653         when opening topics (bug#10407).
3654
3655 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3656
3657         * gnus-cus.el (gnus-score-customize):
3658         * gnus-sum.el (gnus-sort-gathered-threads):
3659         * message.el (message-shorten-references):
3660         * nnmairix.el (nnmairix-request-group):
3661         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
3662
3663 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3664
3665         * gnus-agent.el (gnus-agent-regenerate-group):
3666         * gnus-int.el (gnus-retrieve-group-data-early):
3667         * mm-util.el (mm-codepage-ibm-list):
3668         * nndiary.el (Commentary, nndiary-get-new-mail):
3669         * nnir.el (nnir):
3670         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
3671
3672 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3673
3674         * mm-view.el (mm-display-inline-fontify): Add comment.
3675
3676 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3677
3678         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
3679         * ntlm.el (ntlm-smb-dohash): Spelling fix.
3680
3681 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
3682
3683         * gnus-art.el (gnus-split-methods):
3684         * gnus-msg.el (gnus-configure-posting-styles):
3685         * gnus-spec.el (gnus-parse-simple-format):
3686         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3687         * message.el (message-do-actions): Spelling fix.
3688
3689 2011-12-15  Juri Linkov  <juri@jurta.org>
3690
3691         * mm-decode.el (mm-inline-media-tests): Add missing
3692         `mm-handle-media-subtype'.
3693
3694 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3695
3696         * gnus-group.el (gnus-group-tool-bar):
3697         * gnus-sum.el (gnus-summary-tool-bar):
3698         * message.el (message-tool-bar):
3699         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3700
3701 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3702
3703         * plstore.el (plstore--insert-buffer): Spelling fix.
3704
3705 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3706
3707         * message.el (message-valid-fqdn-regexp): Update with newly approved
3708         top-level domain names ".tel" and ".asia".
3709
3710 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3711
3712         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3713         unconditionally.
3714
3715 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3716
3717         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3718         pop-to-buffer-same-window for old Emacsen.
3719
3720 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3721
3722         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3723
3724 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3725
3726         * netrc.el (netrc-credentials): Spelling fix.
3727
3728 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3729
3730         * gnus-fun.el (gnus-fun-ppm-change-string):
3731         * gnus-msg.el (gnus-inews-do-gcc):
3732         * gnus-sum.el (gnus-summary-find-for-reselect):
3733         * gnus.el (gnus-summary-cancelled):
3734         * message.el (message-cancel-hook, message-send-news):
3735         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3736         * nnir.el (nnir-run-hyrex):
3737         * nntp.el (nntp-with-open-group-function):
3738         * pgg.el (pgg-pending-timers): Spelling fix.
3739
3740 2011-12-04  Chong Yidong  <cyd@gnu.org>
3741
3742         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3743         change (Bug#10200).
3744
3745 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3746
3747         * compface.el (uncompface):
3748         * gnus-art.el (gnus-article-x-face-command): Update the header format
3749         of icon data for the most recent icontopbm program.
3750
3751 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3752
3753         * gnus-msg.el (gnus-inews-do-gcc):
3754         * message.el (message-send-mail):
3755         * mml.el (mml-generate-mime): Share the value of the buffer-local
3756         `message-options' variable between a draft buffer and temprary working
3757         buffers.
3758
3759 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3760
3761         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3762
3763 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3764
3765         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3766         for Cygwin.
3767
3768 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3769
3770         * gnus-group.el (gnus-group-prepare-flat):
3771         * mm-bodies.el (mm-encode-body):
3772         * mml.el (mml-preview):
3773         * nnml.el (nnml-request-compact-group):
3774         * pop3.el (pop3-stream-type): Spelling fix.
3775
3776 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3777
3778         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3779
3780 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3781
3782         * color.el (color-rgb-to-hsl):
3783         * gmm-utils.el (gmm-tool-bar-style):
3784         * gnus-group.el (gnus-group-prepare-flat):
3785         * gnus-topic.el (gnus-topic-prepare-topic):
3786         * mm-decode.el (mm-discouraged-alternatives):
3787         * rfc2047.el (rfc2047-encode-1):
3788         * starttls.el: Spelling fix.
3789
3790 2011-11-24  Glenn Morris  <rgm@gnu.org>
3791
3792         * binhex.el (binhex-begin-line): Give it basic doc-string.
3793
3794         * starttls.el, tls.el: Fix case of "GnuTLS".
3795
3796 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3797
3798         * gnus-group.el (gnus-group-highlight): Fix typo.
3799
3800 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3801
3802         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3803         value of `delete-file', that returns nil for a local file but returns t
3804         for a remote file using ssh.
3805
3806 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3807
3808         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3809
3810 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3811
3812         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3813         avoid later breakage.
3814
3815 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3816
3817         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3818         article buffers' name.
3819
3820 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3821
3822         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3823         by Paul Eggert's spellfixes two days ago.
3824
3825 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3826
3827         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3828         doesn't have it.
3829
3830         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3831         buffer-local instead of binding them to avoid warnings.  Also demote
3832         errors (bug#10063).
3833         (font-lock-mode-hook): Shut up byte compiler.
3834
3835 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3836
3837         * mm-util.el (mm-charset-after):
3838         * nnir.el (nnir-run-hyrex):
3839         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3840         (ntlm-get-password-hashes, ntlm-md4hash):
3841         * smime.el: Fix typo.
3842
3843 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3844
3845         * gnus-agent.el (gnus-agent-expire-group-1):
3846         * nndiary.el (nndiary-last-occurence):
3847         * nnimap.el (nnimap-request-set-mark):
3848         * nnmairix.el (nnmairix-only-use-registry):
3849         * gnus-group.el (gnus-group-prepare-flat):
3850         * gnus-sum.el (gnus-decode-encoded-word-methods):
3851         * message.el (message-wash-subject):
3852         * nntp.el (nntp-retrieve-headers-with-xover):
3853         * smime.el (smime-certificate-directory): Spelling fix.
3854
3855 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3856
3857         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3858
3859         * color.el:
3860         * gnus-agent.el (gnus-agent-possibly-alter-active):
3861         * gnus-dired.el (gnus-dired-print):
3862         * mail-parse.el:
3863         * nnmairix.el (nnmairix-request-group):
3864         * shr.el (shr-image-displayer):
3865         * sieve-manage.el:
3866         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3867
3868 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3869
3870         * gnus-sum.el (gnus-auto-select-subject):
3871         * spam-report.el (spam-report-resend): Spelling fix.
3872
3873 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3874
3875         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3876         * gnus-art.el (gnus-default-article-saver):
3877         * gnus-srvr.el (gnus-server-copy-server):
3878         * gnus.el (gnus-sloppily-equal-method-parameters):
3879         * html2text.el (html2text-format-tag-list):
3880         * message.el (message-narrow-to-head):
3881         * nndiary.el:
3882         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3883         * sieve.el: Spelling fix.
3884
3885 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3886
3887         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3888         * gnus-sum.el (gnus-summary-make-menu-bar):
3889         * gnus-uu.el (gnus-uu-decode-postscript)
3890         (gnus-uu-decode-postscript-and-save):
3891         * mailcap.el (mailcap-print-command):
3892         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3893         Fix typos.
3894
3895 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3896
3897         * gnus-art.el (gnus-article-part-wrapper):
3898         * html2text.el (html2text-fix-paragraphs):
3899         * mm-decode.el (mm-image-fit-p):
3900         * rfc2047.el (rfc2047-encode-message-header):
3901         * shr-color.el (shr-color-visible-distance-min)
3902         (shr-color-relative-to-absolute, set-minimum-interval)
3903         (shr-color-visible): Fix typos.
3904
3905 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3906
3907         * gmm-utils.el (gmm-tool-bar-item):
3908         * gnus-art.el (gnus-treat-body-boundary):
3909         * gnus-diary.el (gnus-user-format-function-d):
3910         * gnus-start.el (gnus-get-unread-articles):
3911         * pgg-gpg.el (pgg-gpg-update-agent):
3912         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3913
3914 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3915
3916         * gnus-topic.el (gnus-group-prepare-topics):
3917         * gnus-uu.el (gnus-extract-view):
3918         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3919
3920 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3921
3922         * spam.el: Move BBDB autoloads.
3923         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3924         BBDB 2 and 3.
3925         (spam-check-BBDB): Use it.
3926         (spam-enter-ham-BBDB): Use it.
3927
3928 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3929
3930         * smime.el (smime-draw-buffer): Spelling fix.
3931
3932 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3933
3934         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3935         for scanning exactly one level.
3936         * gnus-start.el (gnus-get-unread-articles): Ditto.
3937
3938 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3939
3940         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3941         slightly clearer.
3942
3943 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3944
3945         * gnus-sync.el: More commentary about setup.
3946
3947 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3948
3949         * message.el (message-send-and-exit): Document `arg'.
3950
3951 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3952
3953         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3954
3955 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3956
3957         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3958
3959         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3960         we don't use `bound-and-true-p'.
3961
3962 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3963
3964         * gnus-util.el (gnus-bound-and-true-p): Remove.
3965         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3966         * nnir.el: Use it.
3967         * nnmairix.el: Use it.
3968
3969 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3970
3971         * gnus-sync.el: Improve docs about CouchDB admins.
3972
3973         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3974         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3975         for reasons unknown.
3976         * nnir.el: Use it.
3977         * nnmairix.el: Use it.
3978
3979         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3980         * nnir.el: Ditto.
3981         * nnmairix.el: Ditto.
3982
3983         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3984
3985 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3986
3987         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3988         not needed.  Provide xmlplistread list function to produce XML plist
3989         output for non-Gnus LeSync clients.
3990
3991 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3992
3993         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3994
3995         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3996         and save against it.  Group subscriptions, read marks, other marks,
3997         subscription levels, topic names, and topic offsets (the group's
3998         position within the topic) are saved.  This is an experimental backend
3999         and may change significantly.  Load json.el from the gnus-fallback-lib
4000         if it's not available otherwise.
4001         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4002
4003 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4004
4005         * message.el (message-completion-function): Make sure
4006         message-tab-body-function is not attempted if one of
4007         message-completion-alist fails to find a completion (bug#9158).
4008
4009 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4010
4011         * mml.el (mml-quote-region): Quote <#secure> tag.
4012         (mml-generate-mime-1): Unquote <#secure> tag.
4013
4014 2011-10-20  Chong Yidong  <cyd@gnu.org>
4015
4016         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4017         calling a minor mode from Lisp with nil arg enables it, so we have to
4018         make the wording a bit ambiguous here).
4019
4020 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4021
4022         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4023         * nnir.el (nnir-mode): Use it.
4024         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4025         Use it.
4026
4027         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4028         * nnmairix.el (gnus-registry-enabled): Ditto.
4029
4030 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4031
4032         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4033         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4034         only while we need to find out if it should be t or nil.
4035         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4036         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4037         the registry is installed.  Set it to nil when it's unloaded.
4038         (gnus-registry-install-p): Provide user guidance for the initial value
4039         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4040         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4041         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4042         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4043         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4044         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4045         `gnus-registry-install'.
4046
4047 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4048
4049         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4050         previous change.
4051         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4052         primary key is marked as disabled.
4053
4054 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4055
4056         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4057         primary key is marked as disabled.
4058
4059 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4060
4061         * html2text.el (html2text-clean-anchor): Check for quotes around
4062         `href' value.
4063
4064 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4065
4066         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4067         searching.  Drop `bbdb-cache'.
4068
4069 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4070
4071         * message.el (message-signed-or-encrypted-p): Exclude header when
4072         checking if there is signed or encrypted body in text/plain message.
4073
4074 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4075
4076         * html2text.el (html2text-get-attr): Correctly handle attribute values
4077         containing "=".
4078
4079 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4080
4081         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4082         handle bindings.
4083
4084 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4085
4086         * gnus-win.el (gnus-configure-windows): Protect against reading
4087         ephemeral groups outside of Gnus.
4088
4089 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4090
4091         * shr.el (shr-tag-img): Don't get images displayed in tables.
4092
4093 2011-10-03  Glenn Morris  <rgm@gnu.org>
4094
4095         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4096         the "maintainer" version of debbugs.gnu.org reports.
4097
4098 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4099
4100         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4101         make asynchronous adjacent image insertion work better.
4102
4103 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4104
4105         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4106         documentation.
4107
4108 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4109
4110         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4111         `gnus-asynchronous' isn't shadowed.
4112
4113 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4114
4115         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4116
4117         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4118         (nnimap-insert-partial-structure): The charset parameter isn't
4119         case-sensitive.
4120
4121         * nnheader.el (nnheader-message-maybe): New function.
4122
4123         * shr.el (shr-tag-table): Render totally broken tables better.
4124
4125         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4126         computing the boundary.
4127
4128 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4129
4130         * pop3.el (pop3-number-of-responses): Remove.
4131         (pop3-wait-for-messages): Rewrite to take linear time instead of
4132         exponential time.
4133
4134 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4135
4136         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4137         re-fetch images.
4138
4139         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4140         re-fetch images when hitting `g' in Gnus.
4141
4142 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4143
4144         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4145         (mml-compute-boundary): Don't check collision if it is non-nil.
4146         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4147         before checking collision.
4148
4149 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4150
4151         * message.el (message-indent-citation): Really make sure there's a
4152         newline at the end.
4153
4154         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4155         Fix suggested by John Wiegley.
4156
4157         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4158
4159         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4160
4161         * message.el (message-default-send-rename-function): Break out into its
4162         own function.
4163
4164         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4165         doesn't work under XEmacs.
4166
4167         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4168         of "imaps" to word around Windows problems.
4169         (nnimap-open-connection-1): Use it.
4170
4171         * message.el (message-indent-citation): Revert last change which made
4172         `F' not work.
4173
4174 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4175
4176         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4177         terminal as well.
4178
4179 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4180
4181         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4182         because it displays images using overlays that aren't easy to copy to
4183         the article buffer.
4184
4185 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4186
4187         * message.el (message-indent-citation): Fix empty line removal at the
4188         end of the citation.
4189
4190 2011-09-20  Julien Danjou  <julien@danjou.info>
4191
4192         * auth-source.el (auth-source-netrc-create): Use default value for
4193         password if specified.  Evaluate default.
4194         (auth-source-plstore-create): Ditto.
4195         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4196         value evaluation.
4197         (auth-source-netrc-create): Typo fix.
4198         (auth-source-plstore-create): Ditto.
4199
4200         * password-cache.el (password-cache-remove): Remove entries even if the
4201         value is nil, so that password with a nil value (negative caching) is
4202         possible to invalidate.
4203
4204         * auth-source.el (auth-source-format-cache-entry): New function.
4205
4206 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4207
4208         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4209
4210 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4211
4212         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4213
4214 2011-09-19  Julien Danjou  <julien@danjou.info>
4215
4216         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4217         which work with things that are not ASCII.
4218
4219 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4220
4221         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4222
4223 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4224
4225         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4226         message level.
4227
4228 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4229
4230         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4231
4232 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4233
4234         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4235
4236 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4237
4238         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4239         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4240
4241 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4242
4243         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4244         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4245         articles.
4246
4247 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4248
4249         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4250         (message-mail-other-window, message-mail-other-frame)
4251         (message-news-other-window, message-news-other-frame):
4252         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4253         instead of setting buffer display varibles.
4254
4255 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4256
4257         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4258
4259         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4260
4261 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4262
4263         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4264         duplicates" to a higher level.
4265
4266         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4267         most egregious messages.
4268
4269 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4270
4271         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4272
4273 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4274
4275         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4276         up the file (bug#9351).
4277
4278 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4279
4280         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4281         it does with all other backends, but decode the names immediately after
4282         getting them.
4283
4284         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4285         decoding nnimap groups.
4286
4287         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4288         newsrc file.  It doesn't seem like an important optimization any more.
4289
4290 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4291
4292         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4293         overflows.
4294
4295 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4296
4297         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4298         (gnus-interactive-exit): Extend to `quiet'.
4299
4300         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4301
4302         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4303         string.
4304
4305         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4306         renaming function arguments from `this'.
4307
4308         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4309
4310         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4311         has been renamed.
4312         (gnus-lrm-string-p): Include RLM and PDF, too.
4313
4314         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4315         (bug#9225).
4316
4317 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4318
4319         Add autoload cookies for functions used by sendmail.el.
4320         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4321
4322         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4323
4324 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4325
4326         * gnus-art.el (article-date-ut): Work properly even when there are
4327         things like Date header in the body; work for forwarded parts.
4328
4329 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4330
4331         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4332         original-article-buffer.
4333
4334 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4335
4336         * nnir.el (nnir-compose-result): Fix matching of server type.
4337         (nnir-run-swish++): Ditto.
4338         (nnir-run-namazu): Ditto.
4339         (nnir-run-notmuch): Ditto.
4340
4341 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4342
4343         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4344         (bug#9405).
4345
4346         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4347         (bug#9421).
4348
4349         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4350         (bug#9425).
4351
4352         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4353         thing (bug#9426).
4354
4355 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4356
4357         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4358         the error message.
4359
4360 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4361
4362         * message.el (message-setup-1): Return t (Bug#9392).
4363
4364 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4365
4366         * gnus-sum.el: When adding article headers to a summary buffer also
4367         update gnus-newsgroup-articles (bug#9386).
4368
4369 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4370
4371         * auth-source.el: Autoload help-mode.
4372
4373 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4374
4375         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4376         names.
4377
4378 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4379
4380         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4381         mm-replace-in-string for compatibility issues.
4382         * mml2015.el (mml2015-epg-verify): Ditto.
4383
4384 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4385
4386         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4387
4388         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4389
4390 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4391
4392         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4393         continue on and do the clean-up phase (bug#9188).
4394
4395         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4396         just ignore groups that can't be opened instead of erroring out
4397         (bug#9225).
4398
4399         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4400         nil since some many people are fuddy-duddies.
4401
4402         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4403         images.
4404
4405         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4406         instead.
4407
4408         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4409
4410         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4411
4412         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4413         processing.
4414
4415         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4416         buffer to avoid warnings.
4417
4418 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4419
4420         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4421         specified to reduce precision.
4422
4423 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4424
4425         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4426         bodystructures (bug#9314).
4427
4428 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4429
4430         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4431         Make button keymap non-sticky after buttons.
4432
4433 2011-08-18  David Engster  <dengste@eml.cc>
4434
4435         * nnmairix.el (nnmairix-request-set-mark)
4436         (nnmairix-goto-original-article): Remove adding of article to registry,
4437         since `gnus-registry-add-group' isn't available anymore.
4438         (nnmairix-determine-original-group-from-registry):
4439         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4440         available anymore.
4441
4442 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4443
4444         * starttls.el (starttls-any-program-available): Define as obsolete
4445         function.
4446
4447 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4448
4449         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4450         versions which Gnus use when appropriate.
4451
4452         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4453         a pretty destructive command.
4454
4455         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4456
4457 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4458
4459         * message.el (message-fix-before-sending): Make a different warning
4460         about NUL characters (bug#9270).
4461
4462         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4463         from custom (bug#9260).
4464
4465         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4466         things work in Emacs 22 and XEmacs, too.
4467
4468         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4469         default From.
4470
4471         * gnus-spec.el (gnus-lrm-string-p): New macro.
4472         (gnus-lrm-string): New constant.
4473         (gnus-summary-line-format-spec): LRM-ify the from.
4474         (gnus-tilde-max-form): LRM-ify string chopping.
4475
4476         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4477
4478         * message.el (message-is-yours-p): Allow disabling canlock checking
4479         (bug#9295).
4480         (message-shoot-gnksa-feet): Add `canlock-verify'.
4481         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4482         message directory isn't writable (bug#9304).
4483
4484         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4485         non-world-readable.
4486
4487 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4488
4489         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4490         articles.
4491
4492 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4493
4494         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4495         copy-list.
4496
4497 2011-08-12  Sam Steingold  <sds@gnu.org>
4498
4499         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4500         in the reverse order to avoid modifying the cache with `nreverse'.
4501         (gnus-all-score-files): Do not modify the value returned by
4502         `gnus-score-find-alist' because it lives in a cache variable.
4503         (gnus-current-home-score-file): No need to `nreverse' the return value
4504         of `gnus-score-find-alist', it is already in the correct order.
4505
4506 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4507
4508         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4509         type MESSAGE and subtype RFC822 is slightly different from those of
4510         type TEXT.
4511
4512 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4513
4514         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4515         This allows article-referral to work from an nnir group.
4516
4517 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4518
4519         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4520
4521 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4522
4523         * mml1991.el (mml1991-epg-find-usable-key)
4524         (mml1991-epg-find-usable-secret-key): New function.
4525         (mml1991-epg-sign): Check if signing key is usable.
4526         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4527
4528 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4529
4530         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4531         server-variables only.  This should fix a bug introduced with commit
4532         e1889675b7f4adf057833c5513c9374134c4e053.
4533         (nnir-run-query): 'nnir-search-engine should not be set from the global
4534         environment.
4535
4536 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4537
4538         * nnir.el (nnir-search-thread): Position point on referring article
4539         line.
4540         (nnir-warp-to-article): Clean up summary buffers.
4541
4542         * nnimap.el (nnimap-request-thread): Whitespace fix.
4543
4544 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4545
4546         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4547
4548 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4549
4550         * starttls.el (starttls-available-p): Rename from
4551         `starttls-any-program-available' and changed return convention.
4552
4553 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4554
4555         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4556         `unix-sync' unless it's defined.
4557
4558 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4559
4560         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4561         `aref' for XEmacs compatibiltiy.
4562
4563 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4564
4565         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4566
4567 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4568
4569         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4570         closures, quote the form properly (bug#9194).
4571
4572 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4573
4574         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4575         (gnus-summary-insert-new-articles): Protect against servers that are
4576         down.
4577
4578 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4579
4580         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4581         in mm handle if none is specified.
4582
4583 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4584
4585         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4586
4587 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4588
4589         * nnir.el (nnir-search-thread): New function to make an nnir group
4590         based on a thread query.
4591
4592         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4593         of nnir in thread referral.
4594         (gnus-summary-refer-thread): Use it.
4595
4596         * nnimap.el (nnimap-request-thread): Use it.
4597
4598 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4599
4600         * shr.el (shr-tag-comment): Ignore HTML comments.
4601
4602 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4603
4604         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4605         argument.
4606         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4607         Use `nnir-address' to handle server info rather than passing an arg.
4608
4609         * nnimap.el (nnimap-make-thread-query): New utility function to format
4610         an imap thread search query.
4611         (nnimap-request-thread): Use it.
4612
4613         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4614         right select-method if we are not going back to the group buffer.
4615
4616 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4617
4618         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4619         enter invalid buffer configurations into the quit form (bug#9107).
4620         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4621         unplugged/plugged.
4622
4623         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4624         keep track of which ones are unread (bug#9061).
4625
4626         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4627         (bug#9055).
4628
4629         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4630         (bug#9041).
4631
4632         * gnus-html.el (mm-util): Require (bug#9073).
4633
4634         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4635         (gnus-summary-refer-thread): Use it to remove duplicates in the
4636         un-threaded view (bug#9053).
4637         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4638
4639 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4640
4641         * nnir.el (nnir-read-server-parm): Use default value from global
4642         variable.  Without this the default search engine parameters aren't
4643         used at all.
4644
4645 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4646
4647         * message.el (message-unique-id): Don't use the undocumented return
4648         value from (random t) (bug#9118).
4649
4650 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4651
4652         * message.el (message-auto-save-directory): If the ~/Mail directory
4653         doesn't exist, use ~ as the auto-save directory (bug#4432).
4654
4655         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4656         hasn't already been started.
4657
4658 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4659
4660         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4661
4662         * message.el (message-reply): Work around mysterious bug where
4663         `message-mode' seems to overwrite the locally bound `subject' variable.
4664
4665 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4666
4667         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4668         correct group.
4669
4670         * gnus-int.el (gnus-request-thread): Add group argument.
4671
4672         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4673
4674 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4675
4676         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
4677
4678         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4679         renamed to `debbugs-gnu-*'.
4680
4681 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4682
4683         * plstore.el: Revert the editing feature since it is not urgent.
4684         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4685         (plstore-mode-decoded): Remove.
4686
4687 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4688
4689         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4690         isn't very interesting any more, and it leaks potentially secret data.
4691         (gnus-debug): Remove.
4692
4693         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4694         use of :custom-show.
4695
4696 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4697
4698         * plstore.el: Add documentation.
4699         (plstore-mode): New mode to edit plstore file.
4700         (plstore-mode-toggle-display, plstore-mode-original)
4701         (plstore-mode-decoded): New command.
4702         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4703         (plstore--insert-buffer, plstore--make): New function.
4704         (plstore-open, plstore-save): Simplify by using them.
4705
4706 2011-07-06  Glenn Morris  <rgm@gnu.org>
4707
4708         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4709
4710 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4711
4712         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4713         no longer is much used.
4714         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4715         Articles".
4716
4717 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4718
4719         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4720         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4721         `notmuch' backend.
4722
4723 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4724
4725         * mm-decode.el (mm-text-html-renderer): Doc fix.
4726
4727         * gnus-msg.el (gnus-bug): Fix the MML tag.
4728
4729         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4730
4731 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4732
4733         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4734         secondary methods if started with `gnus-no-server'.
4735
4736 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4737
4738         * message.el (message-return-action): Fix typo in docstring.
4739
4740 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4741
4742         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4743         bug reports at once.
4744
4745         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4746
4747 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4748
4749         * nndraft.el: Require gnus-group.
4750         (nndraft-request-list): Declare.
4751
4752         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4753         no unread article unless it matches gnus-permanently-visible-groups.
4754
4755         * nndraft.el (nndraft-update-unread-articles): New function.
4756         (nndraft-request-associate-buffer): Use it to update the number of
4757         unread articles for the nndraft groups in the group buffer when saving
4758         or killing a draft message.
4759
4760 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4761
4762         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4763         systems to binary before writing and reading the mbox files.
4764
4765         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4766         instead of trying to list them all (bug#8978).
4767
4768 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4769
4770         * pop3.el (pop3-open-server): Use :end-of-capability.
4771
4772 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4773
4774         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4775         the id is always a number.
4776
4777         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4778
4779         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4780         debbugs mode, if possible.
4781
4782 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4783
4784         * auth-source.el (auth-source-token-passphrase-callback-function):
4785         Reindent.
4786         (epg-context-operation): Remove unnecessary autoload.
4787
4788 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4789
4790         * gnus.el (gnus-list-debbugs): New command.
4791
4792         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4793         mboxstat instead of the maintbox, since the stat seems to be fuller.
4794
4795         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4796         summary buffers.
4797
4798         * message.el (message-get-reply-headers): Delete all duplicates,
4799         instead of the first.
4800         (message-get-reply-headers): Ensure that we have progress while
4801         deleting duplicates.
4802
4803         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4804         gnus-posting-style value from the summary buffer to make it easier to
4805         make that a per-buffer conf.
4806
4807 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4808
4809         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4810         found by setting `shortcut' in 'query.
4811         (nnir-request-article): Use `shortcut' setting when requesting article
4812         by Message-ID.
4813
4814 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4815
4816         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4817         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4818         Bring the pseudo-headers back too.
4819
4820 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4821
4822         * auth-source.el (auth-source-token-passphrase-callback-function):
4823         Simplify and remove EPA dependency.
4824
4825 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4826
4827         * nnir.el (nnir-request-article): Fix error message text.
4828
4829 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4830
4831         * auth-source.el (plstore-delete): Autoload.
4832         (auth-source-plstore-search): Support delete operation.
4833         * plstore.el (plstore-delete): New function.
4834
4835 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4836
4837         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4838         mark actually existing articles as unread rather than the ones that
4839         active asserts.
4840
4841 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4842
4843         * nntp.el (nntp-record-command):
4844         * gnus-util.el (gnus-message-with-timestamp-1):
4845         Use format-time-string rather than decoding time stamps by hand.
4846         This is simpler and insulates the code from potential changes to
4847         current-time format.
4848
4849 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4850
4851         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4852
4853 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4854
4855         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4856         (plstore-save): Support public key encryption.
4857         (plstore--init-from-buffer): New function.
4858         (plstore-open): Use it; fix error when opening a non-existent file.
4859         (plstore-revert): Use plstore--init-from-buffer.
4860
4861 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4862
4863         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4864
4865 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4866
4867         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4868         for old Emacsen.
4869
4870 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4871
4872         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4873         is not fully working.
4874
4875 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4876
4877         * dgnushack.el: Autoload sha1 on XEmacs.
4878
4879         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4880         quit window configuration.
4881
4882         * auth-source.el (epg-context-set-passphrase-callback):
4883         Remove duplicate autoload.
4884
4885 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4886
4887         * nnir.el (nnir-request-article): Allow requesting articles by
4888         Message-ID with nnimap.
4889
4890         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4891         current server.
4892
4893 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4894
4895         * auth-source.el: Autoload EPA/EPG functions.
4896         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4897         changed when EPA/EPG is not available.
4898         (auth-source-backend): Rename "arg" member to "data".
4899         (auth-source-backend-parse, auth-source-plstore-search)
4900         (auth-source-plstore-create): Use it.
4901
4902 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4903
4904         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4905         `gnus-refer-article-methods'.
4906
4907 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4908
4909         * auth-source.el: Require EPA and EPG.
4910         (auth-source-passphrase-alist): New variable.
4911         (auth-source-passphrase-callback-function)
4912         (auth-source-token-passphrase-callback-function): Callbacks for the
4913         netrc field encryption (GPG tokens).
4914         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4915         Symmetric encryption and decryption of the netrc GPG tokens.
4916         (auth-source-netrc-normalize): Use them, simplifying the closure.
4917
4918 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4919
4920         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4921         is available.
4922
4923 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4924
4925         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4926         non-nil, and `nnimap-split-methods' is nil, use the former.
4927
4928 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4929
4930         * plstore.el (plstore-revert): New function.
4931         (plstore-open): Use it; hide the buffer from user.
4932
4933 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4934
4935         * auth-source.el (auth-source-backend): New member "arg".
4936         (auth-source-backend-parse): Handle new backend 'plstore.
4937         * plstore.el: New file.
4938
4939 2011-06-30  Glenn Morris  <rgm@gnu.org>
4940
4941         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4942
4943 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4944
4945         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4946         expiring articles to.
4947
4948         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4949         variations as ASCII (bug#5458).
4950
4951 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4952
4953         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4954
4955 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4956
4957         * message.el (message-point-in-header-p): Tweak the function to default
4958         to saying that we're not in the headers if there is no separator at
4959         all.  This makes it possible to use the Message version of `M-q' in
4960         buffers with no headers (bug#7987).
4961         (message-point-in-header-p): Fix last checkin to work with an empty
4962         mail-header-separator, too.
4963
4964         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4965         again, save the choice via customize.
4966
4967 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4968
4969         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4970
4971         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4972         ended the connection, bail out before waiting infinitely on a new
4973         connection.
4974
4975 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4976
4977         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4978         reports.
4979
4980         * gnus.el (gnus-bug-package): Use "gnus."
4981         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4982
4983 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4984
4985         * dgnushack.el: Make the timer warning go away on XEmacs.
4986
4987         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4988         animations going on at article exit time.
4989
4990         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4991         since removing it breaks people upgrading.
4992
4993         * shr.el (shr-put-image): Use the new interface for animating images.
4994         (shr-put-image): Animate for 60 seconds.
4995
4996         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4997         avoid compiler warnings.
4998
4999         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5000         error with `find-file-hooks' on Emacs 22.
5001         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5002         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5003         on all architectures.
5004
5005         * spam.el (spam-stat): Require in a normal fashion without binding
5006         `spam-stat-install-hooks' to avoid compilation warnings.
5007
5008         * spam-stat.el (spam-stat-install-hooks): Remove.
5009         (spam-stat-install-hooks): Don't run automatically.
5010
5011 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5012
5013         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5014         and keystroke.
5015
5016 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5017
5018         * auth-source.el (auth-source-netrc-cache): Move forward.
5019
5020 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5021
5022         * proto-stream.el (proto-stream-open-starttls): Use
5023         `gnutls-available-p' to see whether we have built-in support.
5024
5025         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5026         we already know.
5027         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5028         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5029
5030 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5031
5032         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5033         %S format, since that looks odd.
5034         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5035         file, especially when saving.
5036
5037 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5038
5039         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5040         article found.
5041
5042 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5043
5044         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5045         `auth-source-save-secrets' with a more sensitive alist that can be
5046         configured per file.  Experimental, so defaults to 'never.
5047         (auth-source-netrc-create): Use it.  Still experimental code.
5048         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5049         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5050
5051 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5052
5053         * auth-source.el (auth-source-save-secrets): New variable to control if
5054         secret tokens should be saved encrypted.
5055         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5056         to `auth-source-netrc-normalize'.
5057         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5058         on the EPA variables being defined.
5059         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5060         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5061         the lexical-let closure.
5062         (auth-source-netrc-create): Create "gpg:" tokens according to
5063         `auth-source-save-secrets'.
5064
5065 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5066
5067         * gnus-group.el (gnus-group-update-group): Add new argument
5068         `info-unchanged' that stops updating dribble buffer.
5069
5070         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5071         deletes lines matching to it in dribble buffer.
5072
5073         * gnus-agent.el (gnus-agent-fetch-group-1):
5074         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5075         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5076         * gnus-start.el (gnus-group-change-level):
5077         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5078
5079         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5080         if newsgroup info is not changed.
5081
5082         * gnus-group.el (gnus-group-get-new-news-this-group):
5083         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5084         Don't update dribble buffer.
5085
5086 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5087
5088         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5089         remove entries with groups we ignore.
5090
5091 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5092
5093         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5094         the underline comes at the bottom.
5095
5096 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5097
5098         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5099         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5100         (gnus-registry-article-marks-to-names): Rename from
5101         `gnus-registry-user-format-function-M2'.
5102
5103 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5104
5105         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5106         ephemeral group.
5107
5108 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5109
5110         * shr.el (shr-browse-image): Copy the URL if called interactively.
5111
5112 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5113
5114         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5115         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5116         done, then unselected articles may be marked as read.
5117
5118         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5119         since not doing this seems to lead to a race condition in pop3-logon.
5120
5121         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5122         so that the call chain it correct when we call "upwards".
5123
5124         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5125         in read-only groups.
5126
5127         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5128
5129         * message.el (message-cite-reply-position): Doc string fix.
5130
5131         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5132         avoid regexp overflow.
5133         (nnimap-transform-split-mail): Ditto.
5134
5135         * pop3.el (pop3-retr): Error out if the server closes the connection.
5136
5137 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5138
5139         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5140         mm-with-unibyte-current-buffer.  The buffer should not contain any
5141         multibyte chars anyway at this stage.
5142
5143 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5144
5145         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5146         at the end of lines.
5147
5148 2011-05-29  Julien Danjou  <julien@danjou.info>
5149
5150         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5151
5152 2011-05-27  Glenn Morris  <rgm@gnu.org>
5153
5154         * gnus-group.el (gnus-bug-group-download-format-alist):
5155         Use the "maintainer" version of debian reports as well.
5156
5157 2011-05-26  Glenn Morris  <rgm@gnu.org>
5158
5159         * gnus-group.el (gnus-bug-group-download-format-alist):
5160         Use the "maintainer" version of debbugs.gnu.org reports.
5161
5162 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5163
5164         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5165
5166 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5167
5168         * gnus-cus.el (gnus-agent-customize-category):
5169         * gnus-delay.el (gnus-delay-send-queue):
5170         * gnus.el (gnus-other-frame):
5171         Don't quote lambda expressions with `quote'.
5172
5173 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5174
5175         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5176         the thread moves us backwards and so we loop forever.
5177
5178 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5179
5180         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5181         whitespace in base64 data lines.
5182
5183 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5184
5185         * gnus-registry.el (gnus-registry-user-format-function-M):
5186         Use `mapconcat'.
5187         (gnus-registry-user-format-function-M2): Use to see the full text of
5188         the marks.  Make "," the mark text separator.
5189
5190         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5191         authentication with auth-source.
5192
5193 2011-05-17  Glenn Morris  <rgm@gnu.org>
5194
5195         * gnus-group.el (gnus-import-other-newsrc-file):
5196         Use insert-file-contents.
5197
5198 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5199
5200         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5201         1000 iterations.
5202
5203 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5204
5205         * nntp.el (nntp-open-connection): Check if process-type is available.
5206
5207 2011-05-16  Julien Danjou  <julien@danjou.info>
5208
5209         * shr.el (shr-tag-del): Add support for del tag.
5210
5211 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5212
5213         * gnus-html.el (gnus-html-put-image): Register a displayer.
5214
5215         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5216
5217 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5218
5219         * registry.el (prune-factor): New initialization parameter defaulting
5220         to 0.1.
5221         (registry-prune-hard): Use it.
5222
5223         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5224         0.1 expicitly.
5225
5226 2011-05-13  Glenn Morris  <rgm@gnu.org>
5227
5228         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5229         is bound, since this function requires sendmail.
5230
5231 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5232
5233         * registry.el (registry-usage-test): Disable pruning test.
5234
5235 2011-05-11  David Engster  <dengste@eml.cc>
5236
5237         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5238         Bind set-network-process-option for XEmacs.
5239
5240 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5241
5242         * registry.el (registry-prune-hard-candidates)
5243         (registry-prune-soft-candidates): Helper methods for registry pruning.
5244         (registry-prune): Use them.  Make the sort function optional.
5245
5246 2011-05-10  Jim Meyering  <meyering@redhat.com>
5247
5248         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5249
5250 2011-05-10  Julien Danjou  <julien@danjou.info>
5251
5252         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5253         symbol and not a list.
5254
5255 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5256
5257         * gnus-art.el (gnus-article-mode): Move binding of
5258         shr-put-image-function here from gnus-article-prepare-display.
5259
5260         * shr.el (shr-put-image-function): New variable.
5261         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5262         (shr-put-image): Return scaled image.
5263
5264         * gnus-art.el (gnus-shr-put-image): New function.
5265         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5266
5267         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5268         original ones, as deletable.
5269
5270 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5271
5272         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5273
5274 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5275
5276         * registry.el (registry-full): Add convenience method.  Fix logic.
5277         (registry-insert): Use it.  Fix logic here too.
5278
5279         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5280         `registry-prune' if `registry-full' returns t.
5281         (gnus-registry-handle-action)
5282         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5283         (gnus-registry-usage-test): Use it.
5284
5285 2011-05-07  Julien Danjou  <julien@danjou.info>
5286
5287         * shr.el (shr-link): Make shr-link inherit from link by default.
5288
5289 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5290
5291         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5292
5293 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5294
5295         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5296         error out because the face is not a list.
5297
5298 2011-05-05  Glenn Morris  <rgm@gnu.org>
5299
5300         * proto-stream.el (gnutls-negotiate): Fix declarations.
5301
5302         * gnus-start.el (gnus-propagate-marks): Declare.
5303
5304 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5305
5306         * registry.el (registry-reindex): Fix percentage message.
5307
5308         * proto-stream.el (network-stream-open-starttls): Adjust to call
5309         `gnutls-negotiate' with :process and :hostname arguments.
5310
5311 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5312
5313         * shr.el: Add shr-link face for links.
5314         (shr-urlify): Use it.
5315
5316         * registry.el (registry-insert): Make error message more helpful.
5317
5318 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5319
5320         * gnus-html.el (gnus-html-schedule-image-fetching):
5321         Use url-queue-retrieve, if it exists.
5322
5323         * shr.el (shr-tag-img): Ditto.
5324
5325         * gnus.el: Autoload more gnus-agent functions.
5326
5327         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5328         agent if we haven't already (bug#8502).
5329
5330         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5331         into the Agent, too.
5332
5333         * gnus-agent.el (gnus-agent-store-article): New function.
5334
5335         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5336         and moved from that file for reuse.
5337
5338         * pop3.el (pop3-open-server): Error messages are "-ERR".
5339
5340 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5341
5342         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5343         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5344
5345 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5346
5347         * gnus.el: No Gnus v0.17 is released.
5348
5349 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5350
5351         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5352         buffer has moved to a different frame.
5353
5354 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5355
5356         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5357         to get the conversion from unibyte to multibyte buffers to work on
5358         Emacs 22.
5359
5360         * nntp.el (nntp-request-article): Slight clean-up.
5361
5362 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5363
5364         * shr.el (shr-strike-through): New face.
5365         (shr-tag-s): Use it to provide <s> support.
5366         (shr-tag-s): Remove duplicate definition.
5367
5368 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5369
5370         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5371         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5372
5373 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5374
5375         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5376         `gnutls-negotiate'.
5377         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5378
5379 2011-04-23  Glenn Morris  <rgm@gnu.org>
5380
5381         * gnus-sum.el (gnus-extra-headers): Bump :version.
5382
5383 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5384
5385         * shr.el (shr-tag-sup): New function.
5386         (shr-tag-sub): Ditto.
5387
5388 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5389
5390         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5391         for the case where `gnus-registry-ignored-groups' is a list of lists,
5392         and don't call `gnus-parameter-registry-ignore' otherwise.
5393
5394 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5395
5396         * nnimap.el (nnimap-user): New backend variable.
5397         (nnimap-open-connection-1): Use it.
5398         (nnimap-credentials): Accept user parameter so it's explicit what user
5399         name is desired.
5400
5401         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5402         default.
5403
5404         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5405         not gnus-registry.el.
5406
5407         * gnus-registry.el: Mention in comments how to modify
5408         `gnus-extra-headers' for proper recipient tracking and that it may
5409         already have To and Cc recently, which it does as of this commit.
5410         (gnus-registry-ignored-groups): Remove defcustom.
5411         Explain why in comments.
5412         (gnus-registry-action): Fix data-header reference to use the extra
5413         headers.  Explain in package commentary how to add To and Cc headers to
5414         the gnus-extra-headers.
5415         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5416         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5417         parameter list or a string list in `gnus-registry-ignored-groups'.
5418         Fix logic error.
5419
5420 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5421
5422         * shr.el (shr-expand-url): Protect against null urls.
5423
5424 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5425
5426         * shr.el (shr-base): New binding.
5427         (shr-tag-base): Keep track of <base>.
5428         (shr-expand-url): New function used throughout.
5429
5430 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5431
5432         * gnus-registry.el
5433         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5434         (gnus-registry-ignored-groups): New variable.
5435         (gnus-registry-ignore-group-p): Use it.
5436         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5437         set the destination group to nil (same as delete) if it's ignored.
5438
5439 2011-04-20  David Engster  <dengste@eml.cc>
5440
5441         * tests/gnustest-nntp.el: New file for simple NNTP testing.
5442
5443         * Makefile.in (test-nntp): New rule.
5444         (check): Add it.
5445         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
5446
5447 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5448
5449         * gnus-registry.el (gnus-registry-action)
5450         (gnus-registry-fetch-header-fast):
5451         Don't use mail-header that looks an internal function of mailheader.el.
5452
5453 2011-04-19  Glenn Morris  <rgm@gnu.org>
5454
5455         * time-date.el (time-to-days): Remove unused local variables.
5456
5457 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * gnus-registry.el: Eliminate cl functions.
5460         (gnus-registry-sort-addresses): New function that replaces mapcan.
5461         (gnus-registry-action, gnus-registry-spool-action)
5462         (gnus-registry-split-fancy-with-parent)
5463         (gnus-registry-fetch-recipients-fast): Use it.
5464         (gnus-registry-import-eld): Replace delete* with dolist + delq.
5465
5466         * registry.el (initialize-instance, registry-lookup)
5467         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5468         (registry-lookup-secondary-value, registry-search, registry-delete)
5469         (registry-insert, registry-reindex, registry-size, registry-prune):
5470         Use eval-and-compile.
5471
5472 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5473
5474         * registry.el (registry-reindex): New method to recreate the secondary
5475         registry indices.
5476
5477         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5478         tracked field changes.
5479         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5480         (gnus-registry-action, gnus-registry-spool-action)
5481         (gnus-registry-handle-action)
5482         (gnus-registry--split-fancy-with-parent-internal)
5483         (gnus-registry-split-fancy-with-parent)
5484         (gnus-registry-register-message-ids): Add recipient tracking on spool,
5485         move, and delete actions, and for fancy splitting with parent.
5486         (gnus-registry-extract-addresses)
5487         (gnus-registry-fetch-recipients-fast)
5488         (gnus-registry-fetch-header-fast): Convenience functions.
5489         (gnus-registry-misc-test): ERT test of
5490         `gnus-registry-extract-addresses'.
5491
5492 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
5493
5494         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5495         Track by subject first, then sender.
5496
5497 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5498
5499         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5500
5501         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5502         Lisp.
5503
5504         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5505         (gnus-draft-send): Use it to avoid popping
5506         up frames from gnus-group-send-queue.
5507
5508 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5509
5510         * gnus-registry.el: Updated gnus-registry docs.
5511
5512 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5513
5514         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5515         Fix logic bug.
5516         (gnus-registry-post-process-groups): Fix logging of no results and
5517         quote sender and subject.
5518
5519 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5520
5521         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
5522         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
5523         gnutls-cli are too slow to be done opportunistically.
5524
5525         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5526         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5527         we had no early-data returned.
5528         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5529         two async commands to the same server at the same time.
5530
5531 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5532
5533         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5534
5535 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5536
5537         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5538         "warning" level.
5539
5540         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5541         (mm-url-insert-file-contents): Don't set the package names.
5542
5543 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5544
5545         * gnus-registry.el (gnus-registry-action): Remove properties and
5546         simplify subject in `gnus-registry-handle-action'.
5547         (gnus-registry-spool-action): Get subject and sender from message if
5548         they are not passed in.
5549         (gnus-registry-handle-action): Remove properties and simplify subject
5550         consistently.
5551
5552 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5553
5554         * registry.el: Require CL before using defmacro*.
5555
5556 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5557
5558         * gnus-art.el (article-treat-date): Assume that
5559         gnus-article-date-headers may be a group parameter.
5560
5561 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5562
5563         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5564
5565         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5566         interactively so the newsrc file can contain foreign groups too.
5567         Useful for debugging but not much for users.
5568
5569 2011-04-07  David Engster  <dengste@eml.cc>
5570
5571         * registry.el (registry-usage-test): Only do
5572         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5573         lexical binding.
5574
5575 2011-04-07  David Engster  <dengste@eml.cc>
5576
5577         * Makefile.in (check, test-registry): New rules for test-suite.
5578
5579 2011-04-06  David Engster  <dengste@eml.cc>
5580
5581         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5582         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5583
5584 2011-04-06  David Engster  <dengste@eml.cc>
5585
5586         * registry.el (initialize-instance): Change :after to :AFTER to be
5587         compatible with old EIEIO version in XEmacs.
5588
5589 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5590
5591         * gnus-registry.el (gnus-registry-post-process-groups)
5592         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5593         and provide better messaging.
5594
5595 2011-04-06  David Engster  <dengste@eml.cc>
5596
5597         * Makefile.in (fail-on-warning): New rule to compile with warnings as
5598         errors.
5599
5600         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
5601         dgnushack-compile with error-on-warn enabled, and to signal an error if
5602         clean compilation failed.
5603         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
5604         with `byte-compile-error-on-warn'.  Return nil if errors occured.
5605
5606 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5607
5608         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5609         unconditionally anyway, discarding errors.
5610         (gnus-registry-delete-entries): New convenience function.
5611         (gnus-registry-import-eld): Import from old .eld registry.
5612
5613         * registry.el: Don't use ERT if it's not available.  Load it
5614         unconditionally anyway, discarding errors.
5615
5616         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5617         version from the Claudio Bley GnuTLS patch (extra optional parameters
5618         and host name).
5619
5620 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5621
5622         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5623         fixup the parameters that can be customized by the user between
5624         save/read cycles.
5625         (gnus-registry-read): Use it.
5626         (gnus-registry-make-db): Use it.
5627         (gnus-registry-spool-action, gnus-registry-handle-action):
5628         Fix messaging.
5629         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5630         Map references to actual group names with sender and subject tracking.
5631         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5632         (gnus-registry-usage-test): Add subject lookup test.
5633
5634         * registry.el (registry-db, initialize-instance): Set up constructor
5635         instead of :initform arguments for the sake of older Emacsen.
5636         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5637         pre-lexbind merge bug.
5638         (registry-usage-test): Use it.
5639         (initialize-instance, registry-db): Move the non-function initforms
5640         back to the class definition.
5641
5642 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5643
5644         * registry.el: New library to manage gnus-registry-style data.
5645
5646         * gnus-registry.el: Use it (major rewrite).
5647
5648         * nnregistry.el: Use it.
5649
5650         * spam.el: Use it.
5651
5652 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5653
5654         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5655         marks on non-selected articles.
5656
5657 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5658
5659         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5660         parameter to open-protocol-stream.
5661
5662 2011-04-01  Julien Danjou  <julien@danjou.info>
5663
5664         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5665         fundamental-mode.
5666
5667 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5668
5669         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5670         servers.
5671
5672 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5673
5674         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5675         made marks not propagate, again.
5676
5677 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5678
5679         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5680         Make this the default type.
5681         (proto-stream-open-plain): Rename from proto-stream-open-default.
5682         (open-protocol-stream, proto-stream-open-starttls)
5683         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5684         with `plain'.
5685
5686         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5687         value.
5688
5689         * nntp.el (nntp-open-connection-function): Document the fact that some
5690         values are not functions but are instead handled specially.
5691         Recognize nntp-open-plain-stream value.
5692         (nntp-open-connection): Recognize that value.
5693
5694 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5695
5696         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
5697         where it seems to be needed.
5698
5699 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5700
5701         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5702         stuff.
5703
5704         * gnus-score.el (gnus-score-string): Fix calling convention of
5705         `gnus-simplify-buffer-fuzzy' after last patches.
5706
5707         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5708         server for articles we didn't get any headers for.  This is a sanity
5709         check.
5710
5711 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5712
5713         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5714         new CAPABILITY, use it.
5715
5716 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5717
5718         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5719         downloading anything.
5720
5721         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5722
5723 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5724
5725         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5726         colors.
5727         (gnus-splash-svg-color-symbols): New function.
5728
5729 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5730
5731         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5732         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5733         (gnus-simplify-subject-fuzzy): Use the local
5734         gnus-simplify-subject-fuzzy-regex instead of the global one.
5735         This makes using this variable in group parameters work.
5736
5737 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5738
5739         * gnus-registry.el (gnus-registry-unfollowed-groups):
5740         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5741         archive:sent-YYYY-MM-DD groups).
5742         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5743         tracking if there are more than `gnus-registry-max-track-groups'
5744         matches.
5745
5746 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5747
5748         * message.el (message--yank-original-internal): New function to do the
5749         insertion cleanly inside eval in `message-yank-original'.
5750         (message-yank-original): Use it.
5751
5752 2011-03-29  Julien Danjou  <julien@danjou.info>
5753
5754         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5755         local variables disabled rather than `normal-mode'.
5756
5757 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5758
5759         * imap.el (imap-shell-open, imap-process-connection-type):
5760         Use imap-process-connection-type for 'shell' streams as well as
5761         Kerberos, SSL, other subprocesses.
5762
5763 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5764
5765         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5766         with open-network-stream.
5767         (proto-stream-always-use-starttls): Option removed.
5768         (open-protocol-stream): Return a process object by default.  Provide a
5769         new parameter :return-list specifying a list-type return value, which
5770         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5771         :type `network' to `try-starttls', and `network-only' to `default'.
5772         Make `default' the default, for compatibility with open-network-stream.
5773         Handle the no-parameter case exactly as open-network-stream, with no
5774         additional stream processing.  Search plists using plist-get.
5775         Explicitly add :end-of-commend parameter if it is missing.
5776         (proto-stream-open-default): Rename from
5777         proto-stream-open-network-only.  Return 'default as the type.
5778         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5779         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5780         failed.  Always return a list with a (possibly dead) process as the
5781         first element, for compatibility with open-network-stream.
5782         (proto-stream-open-tls): Use plist-get.  Always return a list.
5783         (proto-stream-open-shell): Return `default' as connection type.
5784         (proto-stream-capability-open): Use plist-get.
5785         (proto-stream-eoc): Function deleted.
5786
5787         * nnimap.el (nnimap-stream, nnimap-open-connection)
5788         (nnimap-open-connection-1): Handle renaming of :type parameter for
5789         open-protocol-stream.
5790         (nnimap-open-connection-1): Pass a :return-list parameter
5791         open-protocol-stream to obtain a list return value.  Parse this list
5792         using plist-get.
5793
5794         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5795         for open-protocol-stream.  Accept open-protocol-stream return value
5796         that is a subprocess object instead of a list.  Handle the case of a
5797         dead returned process.
5798
5799 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5800
5801         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5802
5803         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5804
5805 2011-03-21  Julien Danjou  <julien@danjou.info>
5806
5807         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5808         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5809         query.
5810         (mm-inline-text): Render normal text with fontification whenever
5811         possible.
5812
5813         * gnus-sum.el (gnus-summary-save-parts-1):
5814         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5815         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5816         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5817         Use `mm-handle-filename'.
5818
5819         * mm-util.el (mm-handle-filename): New function, return the filename of
5820         an handle.
5821
5822 2011-03-18  Julien Danjou  <julien@danjou.info>
5823
5824         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5825         (gnus-buffer-live-p): Check that buffer is not nil.
5826
5827 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5828
5829         * gnus.el: No Gnus v0.15 is released.
5830
5831 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5832
5833         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5834         avoid warning on XEmacs.
5835
5836         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5837         on XEmacs.
5838
5839         * gnus-art.el: Require mouse, which the build bot seems to say is
5840         needed.
5841
5842         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5843
5844         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5845         XEmacs, since it doesn't have url-retrieve-synchronously.
5846
5847         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5848         since assoc-string doesn't exist in XEmacs.
5849
5850 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5851
5852         * gnus-group.el (gnus-group-list-ticked): New function.
5853         (gnus-group-make-menu-bar): Provide a menu entry for it.
5854         (gnus-group-list-map): Provide a binding for it.
5855
5856 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5857
5858         * shr.el (shr-visit-file): New command.
5859
5860         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5861
5862 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5863
5864         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5865         servers.
5866
5867 2011-03-16  Julien Danjou  <julien@danjou.info>
5868
5869         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5870         inline.
5871
5872         * gnus-art.el (article-hide-list-identifiers):
5873         Use gnus-group-get-list-identifiers.
5874
5875         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5876         (gnus-summary-remove-list-identifiers):
5877         Use gnus-group-get-list-identifiers to get regexp.
5878         (gnus-select-newsgroup, gnus-summary-insert-subject)
5879         (gnus-summary-insert-articles):
5880         Call gnus-summary-remove-list-identifiers unconditionally.
5881
5882 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5883
5884         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5885         we're selecting a group with unread articles.
5886
5887         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5888
5889         * gssapi.el: New file separated out from imap.el to provide a general
5890         Kerberos 5 connection facility for Emacs.
5891
5892         * message.el (message-elide-ellipsis): Document the format spec
5893         ellipsis.
5894
5895 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5896
5897         * message.el (message-elide-region): Allow the ellipsis to say how many
5898         lines were removed.
5899
5900 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5901
5902         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5903         window configurations containing buffers that are now dead.
5904
5905         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5906         parsing to avoid integer overflows.
5907         (nnimap-parse-flags): Simplify the last change.
5908         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5909         too large for 32-bit Emacsen.
5910
5911 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5912
5913         * auth-source.el (auth-source-netrc-create):
5914         * message.el (message-yank-original): Fix use of `case'.
5915
5916 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5917
5918         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5919         XEmacs, which was one character too wide.
5920
5921 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5922
5923         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5924         default number of articles to display.
5925         (gnus-articles-to-read): Use pretty names for prompt.
5926
5927 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5928
5929         * gnus-int.el (gnus-open-server): Ditto.
5930
5931         * gnus-start.el (gnus-activate-group): Give a backtrace if
5932         debug-on-quit is set and the user hits `C-g'.
5933         (gnus-read-active-file): Ditto.
5934
5935         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5936
5937 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5938
5939         * message.el (message-yank-original): Use cond instead of CL case.
5940
5941 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5942
5943         * auth-source.el (auth-source-netrc-create): Use usual format for the
5944         default in prompts.
5945
5946 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5947
5948         * lpath.el: Fbind read-char-choice for XEmacs.
5949
5950 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5951
5952         * auth-source.el (auth-source-netrc-create): Show the default in the
5953         prompt when prompting for token creation.
5954
5955 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5956
5957         * auth-source.el (auth-source-format-prompt): Always convert the value
5958         to a string to avoid evaluating non-string arguments.
5959         (auth-source-netrc-create): Offer default properly, not as initial
5960         content in `read-string'.
5961         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5962         of line to determine if we've been run before.  If so, don't run again,
5963         but print a trivial message to indicate the cache was hit instead.
5964
5965 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5966
5967         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5968         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5969         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5970         Gnus.
5971
5972 2011-03-11  Julien Danjou  <julien@danjou.info>
5973
5974         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5975         modified file".
5976
5977 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5978
5979         * auth-source.el (auth-source-read-char-choice): New function to read a
5980         character choice using `dropdown-list', `read-char-choice', or
5981         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5982         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5983         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5984         (auth-source-netrc-saver): Use it.
5985         (auth-source-pick-first-password): New convenience function.
5986
5987 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5988
5989         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5990         parameter in the credentials.
5991         (nnimap-open-connection-1): Use it after a successful login.
5992         (nnimap-credentials): Add IMAP-specific user and password prompt.
5993
5994         * auth-source.el (auth-source-search): Add :require parameter, taking a
5995         list.  Document it and the :save-function return token.  Pass :require
5996         down.  Change the CREATED message from a warning to a debug statement.
5997         (auth-source-search-backends): Pass :require down.
5998         (auth-source-netrc-search): Pass :require down.
5999         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6000         Change save prompt to indicate all modifications saved here are
6001         deletions.
6002         (auth-source-netrc-create): Take user login name as default in user
6003         prompt.  Move all the save functionality to a lexically bound function
6004         under the :save-function token in the returned list.  Set up clearer
6005         default prompts for user, host, port, and secret.
6006         (auth-source-netrc-saver): New function, intended to be wrapped for
6007         :save-function.
6008
6009 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6010
6011         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6012         lines to be spaces instead.
6013
6014 2011-03-07  Julien Danjou  <julien@danjou.info>
6015
6016         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6017         (sieve-sasl-auth): Check that auth-source-search did return something,
6018         or just return an empty string.
6019
6020 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6021
6022         * gnus.el (gnus-interactive): Use read-directory-name.
6023
6024         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6025         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6026         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6027         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6028         Likewise.
6029
6030         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6031
6032 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6033
6034         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6035         onto the list of killed groups, too.  This makes killed nnimap groups,
6036         for instance, more reliably not reappear.
6037
6038         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6039         the parent.
6040
6041         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6042
6043         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6044         really have server-side marks.
6045
6046         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6047         since most backends do not usefully have server-side marks.
6048         (gnus-update-read-articles): Propagate marks to all backends that
6049         really have server-side marks.
6050
6051 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6052
6053         * message.el (message-cite-reply-position, message-cite-style):
6054         New variables.
6055         (message-yank-original): Use the new citation styles.
6056
6057 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6058
6059         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6060         buffer-local issue); don't mark it buffer-local when running under
6061         XEmacs.
6062
6063 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6064
6065         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6066         numbers too big to be `read'.
6067
6068 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6069
6070         * password-cache.el (password-in-cache-p): Add autoload.
6071
6072         * message.el (message-options): Make buffer-local two ways to attempt
6073         to fix a XEmacs bug.
6074
6075 2011-03-02  Julien Danjou  <julien@danjou.info>
6076
6077         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6078
6079 2011-03-01  Julien Danjou  <julien@danjou.info>
6080
6081         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6082         group.
6083         (article-hide-list-identifiers): Use list-identifier group parameter.
6084
6085 2011-02-28  Julien Danjou  <julien@danjou.info>
6086
6087         * sieve.el (sieve-buffer-script-name): New local variable to store
6088         sieve script name.
6089         (sieve-edit-script): Store sieve script name.
6090         (sieve-upload): Use sieve script name when uploading.
6091         (sieve-upload): Use substitute-command-keys.
6092         (sieve-edit-script): Use substitute-command-keys.
6093         (sieve-refresh-scriptlist): Use substitute-command-keys.
6094         (sieve-manage-mode-map): Define keymap properly.
6095         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6096         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6097         Remove commented code about cvs.
6098         (sieve-manage-quit): New function.
6099         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6100
6101 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6102
6103         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6104
6105 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6106
6107         * auth-source.el (auth-source-search): Cache empty result sets.
6108
6109         * password-cache.el (password-in-cache-p): Convenience function to
6110         check if a key is in the cache, even if the value is nil.
6111
6112         * auth-source.el (auth-source-save-behavior): New variable to replace
6113         `auth-source-never-create'.
6114         (auth-source-netrc-create): Use it.
6115         (auth-source-never-save): Remove.
6116
6117 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6118
6119         * nnimap.el (nnimap-stream): Doc fix.
6120         (nnimap-open-connection-1): Reverse the order of the ports to that the
6121         prompted-for port is first.
6122
6123         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6124         retrieval by the no-group selection.
6125
6126         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6127         numerical parameters.
6128
6129 2011-02-25  Julien Danjou  <julien@danjou.info>
6130
6131         * gnus-gravatar.el: Use gnus-with-article-buffer.
6132
6133         * gnus-art.el (gnus-with-article-buffer): Check that the
6134         gnus-article-buffer is alive.
6135
6136 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6137
6138         * auth-source.el (auth-source-creation-prompts): New variable to manage
6139         creation-time prompts.
6140         (auth-source-search): Document it.
6141         (auth-source-format-prompt): Add utility function.
6142         (auth-source-netrc-create): Don't default the user name to
6143         user-login-name.  Use `auth-source-creation-prompts' and some default
6144         prompts for user, host, port, and password (the default generic prompt
6145         remains ugly).
6146         (auth-source-never-save): Add customizable option to never save info.
6147         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6148         mode excursion.
6149
6150 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6151
6152         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6153         argument that XEmacs doesn't support.
6154
6155         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6156         compiled for Emacsen having no `libxml-parse-html-region' support.
6157
6158         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6159
6160         * lpath.el: Bind buffer-save-without-query for XEmacs.
6161
6162 2011-02-23  Julien Danjou  <julien@danjou.info>
6163
6164         * gnus-art.el (article-make-date-line): Ignore errors if time is
6165         invalid and not convertible.
6166         (article-make-date-line): Only add lapsed time if time is not nil.
6167
6168 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6169
6170         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6171         `read-char-choice' for backwards compatibility.
6172         (auth-source-netrc-element-or-first): New function to DTRT for
6173         parameter extraction.
6174         (auth-source-netrc-create): Use it and fix multiple parameter print
6175         bug.  Use the default passed from above (given-default) or the
6176         built-in (user-login-name for :user).
6177
6178 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6179
6180         * gnus-start.el (gnus-dribble-read-file):
6181         Set buffer-save-without-query, since we always want to save the dribble
6182         file, probably.
6183
6184         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6185         nnimap.
6186
6187         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6188         -summary- since it's a user-visible variable.
6189
6190         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6191         first time you use the new Gnus.
6192
6193 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6194
6195         * auth-source.el: Don't load netrc.el.
6196         (auth-sources): Search ~/.netrc as well by default.
6197         (auth-source-debug): Add 'trivia option for extra output.
6198         (auth-source-do-trivia): Use it.
6199         (auth-source-search): Simplify logic to use
6200         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6201         appropriate.  Don't keep a running count at this level.  Layer :create
6202         and :delete options appropriately on the first and second passes.
6203         Don't track the backend with the search results.
6204         (auth-source-search-backends): New function to search a list of
6205         backends for a processed spec.
6206         (auth-source-netrc-parse): Cache all netrc files, making
6207         auth-source-netrc-cache an alist keyed by the file name and using the
6208         file mtime as the caching criterion.  Keep the obfuscated data secret
6209         with a lexical bind.
6210         (auth-source-netrc-search): Don't calculate the length of the results
6211         unnecessarily.
6212         (auth-source-search-backends): Fix bug.
6213         (auth-source-netrc-create): Rework prompts.
6214
6215 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6216
6217         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6218         Lower case names of search constraints.
6219         (nnir-run-query): Cache and reuse search constraints for all imap
6220         servers.
6221
6222 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6223
6224         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6225         after exit.
6226         (gnus-setup-message): Define missing variable from last checkin.
6227
6228         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6229         value, show the raw article.
6230
6231 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6232
6233         * gnus.el: No Gnus v0.13 is released.
6234
6235 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6236
6237         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6238         auth-source now accepts numbers.
6239
6240         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6241         spec, too.
6242         (auth-source-ensure-strings): New function.
6243
6244         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6245         (gnus-article-setup-buffer): Always restart the date timer so that user
6246         changes to the frequency is respected.
6247
6248         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6249         port numbers, so make sure it gets that if nnimap-server-port is
6250         explicit.
6251
6252 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6253
6254         * nnimap.el (nnimap-inbox): Doc fix.
6255
6256 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6257
6258         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6259         Autoload.  Add optional arg FRAME, and pass it to color-values.
6260         (color-complement): Caller changed.  Doc fix.
6261         (color-gradient): Rewrite for better clarity and efficiency.
6262
6263 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6264
6265         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6266         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6267         color-lab-to-srgb.
6268
6269 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6270
6271         * color.el: First part of merge from hexrgb.el.
6272         (color-rgb-to-hex): Rename from color-rgb->hex.
6273         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6274         saturation to zero if the value is too small.
6275         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6276         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6277         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6278         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6279         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6280         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6281         (color-cie-de2000): Doc fix.
6282
6283 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6284
6285         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6286         given method as in the group name if we're using an extended method.
6287         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6288         command, if we're using that, instead of waiting for the beginning.
6289
6290         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6291         we're sure to get unique server names, and we don't output two async
6292         commands in the same buffer.  This fixes an NNTP hang for some users.
6293
6294 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6295
6296         * gnus.el: No Gnus v0.11 is released.
6297
6298 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6299
6300         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6301         summary buffer before reading going to the next buffer.  This avoids
6302         putting the point in the group buffer if you `C-g' the command.
6303
6304         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6305         cache (for now) to make ~/.authinfo.gpg files usable.
6306
6307         * nnfolder.el (copyright-update): Define for the compiler.
6308
6309         * auth-source.el (auth-source-search): Fix unbound variable.
6310
6311 2011-02-19  Glenn Morris  <rgm@gnu.org>
6312
6313         * gnus.el (gnus-meta): Doc fix.
6314
6315 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6316
6317         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6318         in case it's not yet loaded.
6319
6320 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6321
6322         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6323         line we're waiting for.
6324
6325 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6326
6327         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6328         face with line-width greater than zero will cause RET in gnus summary
6329         buffer to scroll down article page-wise because auto vscroll happens,
6330         it should be temporally disabled when doing a scroll-up.
6331
6332 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6333
6334         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6335         outputs from the server.
6336
6337 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6338
6339         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6340         later so that bbdb can hook in easier.
6341
6342 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6343
6344         * auth-source.el (auth-source-search): Don't try to create credentials
6345         if the caller doesn't want that.
6346         (auth-source-search): If we don't find a match, don't bug out on
6347         non-bound variables.
6348         (auth-source-search): Only ask a single backend to create the
6349         credentials.
6350
6351         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6352         logging.
6353         (nnimap-credentials): Protect against auth-source-search returning nil.
6354         (nnimap-request-list): Protect against not being able to open the
6355         server.
6356
6357 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6358
6359         * auth-source.el (auth-source-search): Do a two-phase search, one with
6360         no :create to get the responses from all backends.
6361
6362         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6363         when getting credentials.
6364
6365         * gnus-util.el (gnus-delete-duplicates): New function.
6366
6367 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6368
6369         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6370         a creation default, pass the whole port list down.  It will be
6371         completed.
6372
6373         * auth-source.el (auth-source-search): Updated docs to talk about
6374         multiple creation choices.
6375         (auth-source-netrc-create): Accept a list as a value (from the search
6376         parameters) and do completion on that list.  Keep a separate netrc line
6377         with the password obscured for showing the user.
6378
6379         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6380         first choice to `auth-source-search' so it will be used for entry
6381         creation instead of the server's Gnus-specific name.
6382         (nnimap-credentials): Rely on the auth-source library to select which
6383         port is actually wanted in the new netrc entry, so don't override
6384         `auth-source-creation-defaults'.
6385
6386         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6387         :protocol and accept a missing user, host, or port as a wildcard match.
6388         (auth-source-debug): Default to off.
6389
6390         (auth-source-netrc-search, auth-source-netrc-create)
6391         (auth-source-secrets-search, auth-source-secrets-create)
6392         (auth-source-user-or-password, auth-source-backend, auth-sources)
6393         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6394         instead of :protocol.
6395
6396         * nnimap.el (nnimap-credentials): Pass a port default to
6397         `auth-source-search' in case an entry needs to be created.
6398         (nnimap-open-connection-1): Use :port instead of :protocol.
6399
6400 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * auth-source.el: Bind load-path when loading EIEIO from
6403         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6404         21.4 doesn't support, to `require'.
6405         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6406         delete-dups that is not available in XEmacs 21.4.
6407
6408 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6409
6410         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6411         as EIEIO must also be loaded when auth-source.el is being
6412         byte-compiled.
6413
6414 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6415
6416         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6417
6418         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6419
6420         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6421
6422         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6423
6424         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
6425
6426         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
6427
6428         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
6429
6430         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
6431         necessary.
6432
6433 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6434
6435         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6436         nil means that nnimap doesn't get updated.
6437
6438 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6439
6440         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6441         result when the user doesn't want to write to the file.
6442         (auth-source-netrc-search): Expect a synthetic result and proceed
6443         accordingly.
6444         (auth-source-cache-expiry): New variable to override
6445         `password-cache-expiry'.
6446         (auth-source-remember): Use it.
6447
6448         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6449         parameter.  Create entry if necessary by using :create t.
6450         (nnimap-open-connection-1): Don't pass `inhibit-create'.
6451
6452 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
6453
6454         * auth-source.el (auth-source-debug): Enable by default and don't
6455         mention the obsolete `auth-source-hide-passwords'.
6456         (auth-source-do-warn): New function to debug unconditionally.
6457         (auth-source-do-debug): Use it.
6458         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6459         and for Secrets API entries when the secrets.el library is not
6460         available.
6461
6462 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6463
6464         * gnus-sum.el (gnus-propagate-marks): Default to nil.
6465         (gnus-summary-exit): Kill the correct article buffer on exit from a
6466         `C-d' group.
6467
6468         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
6469         gnus-propagate-marks.
6470
6471         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6472         before killing the buffers so that a non-full window conf gets handled
6473         correctly.
6474         (gnus-summary-exit): Ditto.
6475         (gnus-summary-read-group-1): Ditto.
6476
6477         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6478         async code again so that we can debug it properly.
6479
6480         * message.el (message-reply): Take an optional switch-buffer parameter
6481         so that Gnus window confs are respected better.
6482
6483 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6484
6485         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6486         `plist-get' to accept non-list parameters (XEmacs issue).
6487         Fix docstring.
6488         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6489         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6490         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6491         Login collection is "Login" and not "login".
6492
6493 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6494
6495         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6496         multiple headers.
6497
6498         * nnimap.el (nnimap-inhibit-logging): New variable.
6499         (nnimap-log-command): Don't log login commands.
6500
6501         * auth-source.el (auth-source-netrc-search): The asserts seem to want
6502         to have more parameters.
6503
6504         * nnimap.el (nnimap-send-command): Mark the command time for each
6505         command, so that we don't get NOOPs stepping on our toes.
6506
6507         * gnus-art.el (article-date-ut): Get the date from the Date header on
6508         `t'.
6509
6510 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * auth-source.el (auth-source-search): Use copy-sequence instead of
6513         the cl.el copy-list.
6514
6515 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6516
6517         * imap.el: Bring it back (revert
6518         84d800cd31de3064f0ed39617d725709a2f8f42f).
6519
6520 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
6521
6522         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6523         Improve prompt.
6524
6525 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
6526
6527         * gnus-art.el (gnus-article-mode-line-format): Remove the article
6528         washing status from the default format.  It isn't very informative.
6529
6530 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6531
6532         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6533         Fix Gcc processing on imap.
6534
6535 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6536
6537         * imap.el: Remove file.  All the functionality is in nnimap.el.
6538
6539 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6540
6541         * message.el (message-bury): Don't pop up a new window when selected
6542         window is dedicated.
6543
6544 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6545
6546         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6547
6548 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
6549
6550         * sieve-manage.el: Autoload `auth-source-search'.
6551         (sieve-sasl-auth): Use it.
6552
6553 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6554
6555         * nnimap.el: Autoload `auth-source-forget+'.
6556         (nnimap-open-connection-1): Use it if the connection fails.
6557
6558         * auth-source.el: Require `password-cache'.
6559         (auth-source-hide-passwords, auth-source-cache): Remove and mark
6560         obsolete.
6561         (auth-source-magic): Marker for `password-cache' keys.
6562         (auth-source-do-cache): Update docstring.
6563         (auth-source-search): Use and check cache.
6564         (auth-source-forget-all-cached, auth-source-remember)
6565         (auth-source-recall, auth-source-forget, auth-source-forget+)
6566         (auth-source-specmatchp): Caching support functions.
6567         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6568         Remove and obsolete.
6569         (auth-source-user-or-password): Remove caching to further discourage
6570         using it.  Always hide passwords.
6571
6572         * password-cache.el (password-cache-remove): Accept secrets that are
6573         not strings.
6574
6575 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6576
6577         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6578         code for now, since it doesn't work for all users.
6579
6580 2011-02-09  Julien Danjou  <julien@danjou.info>
6581
6582         * message.el (message-options): Make message-options really buffer
6583         local.
6584
6585 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
6586
6587         * mail-source.el: Autoload `auth-source-search'.
6588         (mail-source-keyword-map): Note order matters.
6589         (mail-source-set-1): Get all the mail-source source values and
6590         defaults and search auth-source on those if needed.  This can all
6591         probably be simplified.
6592
6593         * nnimap.el: Autoload `auth-source-search'.
6594         (nnimap-credentials): Use it.
6595         (nnimap-open-connection-1): Ask for the virtual server and physical
6596         address in one shot.
6597
6598         * nntp.el: Autoload `auth-source-search'.
6599         (nntp-send-authinfo): Use it.  Note TODO.
6600
6601 2011-02-08  Julien Danjou  <julien@danjou.info>
6602
6603         * shr.el (shr-tag-body): Add support for text attribute in body
6604         markups.
6605
6606         * message.el (message-options): Make message-options a local variable.
6607
6608 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6609
6610         * auth-source.el (auth-source-secrets-search)
6611         (auth-source-user-or-password): Use `append' instead of `nconc'.
6612         (auth-source-user-or-password): Build return list better and protect
6613         against nil :secret.
6614
6615 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
6616
6617         * nnimap.el (nnimap-update-info): Refactor slightly.
6618         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6619         (nnimap-update-info): Clean up slightly.
6620         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6621         characters.
6622         (nnimap-process-quirk): Rename function to avoid collision.
6623         (nnimap-update-info): Fix macrology bug-out.
6624         (nnimap-update-info): Simplify split history test.
6625
6626 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6627
6628         * auth-source.el (top): Require 'eieio unconditionally.
6629         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6630         (auth-source-secrets-search): Limit search when `max' is greater than
6631         number of results.
6632
6633 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6634
6635         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6636         part not returning any data.
6637
6638         * proto-stream.el (open-protocol-stream): Document the return value.
6639
6640 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6641
6642         * auth-source.el (auth-source-secrets-search): Add examples.
6643
6644 2011-02-06  Julien Danjou  <julien@danjou.info>
6645
6646         * message.el (message-setup-1): Handle message-generate-headers-first
6647         set to t.
6648
6649 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6650
6651         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6652         API with a string "secrets:collection-name" and with 'default.
6653         (auth-source-backend-parse): Parse "secrets:collection-name" and
6654         'default.  Recurse on parses instead of repeating code.  Use the
6655         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6656         message when ignoring a source.
6657         (auth-source-search): List ignored search keys at the top level.
6658         (auth-source-netrc-create): Use `case' instead of `cond'.
6659         (auth-source-secrets-search): Created with TODOs.
6660         (auth-source-secrets-create): Created with TODOs.
6661         (auth-source-retrieve, auth-source-create, auth-source-delete)
6662         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6663         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6664         (auth-source-user-or-password-sftp)
6665         (auth-source-user-or-password-smtp): Remove.
6666         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6667         around `auth-source-search'.  Not tested thoroughly.
6668
6669 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6670
6671         * auth-source.el: Bring in assoc and eioeio libraries.
6672         (secrets-enabled): New variable to track the status of the Secrets API.
6673         (auth-source-backend): New EIOEIO class to represent a backend.
6674         (auth-source-creation-defaults): New variable to set prompt defaults
6675         during token creation (see the `auth-source-search' docstring for
6676         details).
6677         (auth-sources): Simplify to allow a simple string as a netrc backend
6678         spec.
6679         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6680         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6681         (auth-source-search): Main auth-source API entry point.
6682         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6683         (auth-source-search-collection): Helper function for searching.
6684         (auth-source-netrc-parse, auth-source-netrc-normalize)
6685         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6686         Supports search, create, and delete.
6687         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6688         backend stubs.
6689         (auth-source-user-or-password): Call `auth-source-search' but it's not
6690         ready yet.
6691
6692 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6693
6694         * message.el (message-setup-1): Remove the read-only stuff, since it
6695         doesn't work under XEmacs, for some reason.
6696
6697         * gnus-sum.el (gnus-user-date): Rename back from
6698         gnus-summary-user-date since user code refers to it.
6699
6700         * shr.el (shr-render-td): Store the actual background color used.
6701
6702         * message.el (message-setup-1): Don't bind the constant
6703         -forbidden-properties.
6704         (message-setup-1): Revert previous change, since it needs to bind the
6705         props to insert them.
6706         (message-resend): Allow removing the read-only separator line.
6707
6708 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6709
6710         * nnimap.el (nnimap-request-accept-article): Give an error message if
6711         the APPEND wasn't successful.
6712
6713 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6714
6715         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6716         that have no groups.
6717
6718 2011-02-03  Julien Danjou  <julien@danjou.info>
6719
6720         * gnus-draft.el: Remove progn around gnus-draft-setup.
6721
6722 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6723
6724         * gnus-start.el (gnus-read-active-for-groups): This function is never
6725         called with a nil `infos', so clean that up.
6726         (gnus-get-unread-articles): Request active files from primary/secondary
6727         methods that have no groups (yet).
6728
6729 2011-02-03  Julien Danjou  <julien@danjou.info>
6730
6731         * message.el (message-setup-1): Always generate References first.
6732         (message-mail): Return the return value of message-setup, not always t.
6733         (message-setup-1): Insert mail-header-separator with read-only and
6734         intangible properties set.
6735
6736         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6737         user-date in docstring.
6738
6739         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6740
6741         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6742         docstring.
6743
6744         * gnus.el (gnus-user-date-format-alist): Change default value.
6745         Use defcustom, with type and group.  Move from gnus-util.el.
6746         Rename to gnus-summary-user-date-format-alist.
6747
6748 2011-02-03  Glenn Morris  <rgm@gnu.org>
6749
6750         * nnimap.el (gnus-fetch-headers): Declare.
6751
6752         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6753
6754 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6755
6756         * message.el (message-forward-make-body-digest-plain)
6757         (message-followup, message-reply): Clean up things noted by Stefan.
6758
6759         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6760         gnus-article-update-date-headers is nil.
6761         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6762         it didn't really work with defcustom.
6763         (article-update-date-lapsed): Make sure the window start doesn't move,
6764         either.
6765
6766 2011-02-01  Julien Danjou  <julien@danjou.info>
6767
6768         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6769         format.
6770
6771         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6772         standard in Emacs nowadays.
6773
6774         * color.el (color-gradient): Add a color-gradient function.
6775
6776 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6777
6778         * message.el (message-expand-name): Don't trust the return value of
6779         bbdb-complete-name.
6780         (message-check-news-header-syntax): Remove unused var `start'.
6781         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6782         (message-inhibit-body-encoding): Move to before first use.
6783         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6784         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6785         (Organization, Message-ID, Date, mh-previous-window-config):
6786         Defvar the vars using dynamic scoping.
6787
6788 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6789
6790         * shr.el (shr-render-td): Only do colors at the final rendering.
6791         Should be slightly faster.
6792         (shr-insert-table): Fix up TD background colors when doing the
6793         vertical padding.
6794
6795         * gnus-art.el (article-date-ut): Protect against articles with no Date
6796         header.
6797         (article-update-date-lapsed): Don't use current-column to find the
6798         horizontal position.  It's fragile in the presence of \003 characters.
6799
6800         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6801
6802 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6803
6804         * gnus-art.el (article-transform-date): Rewrite to still work when
6805         there are several rfc2822 parts.
6806         (article-transform-date): Fix infinite recursion.
6807         (article-date-ut): Replace infinitely many Date headers with a single
6808         one when called interactively.
6809
6810         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6811         secure manner.
6812
6813         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6814         move around by not using save-window-excursion.  It seems to work...
6815
6816 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6817
6818         * gnus-art.el (article-make-date-line): Work for user-defined format.
6819
6820 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6821
6822         * nntp.el (nntp-retrieve-group-data-early)
6823         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6824         fetching functions.
6825
6826         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6827         thoroughly for all backends that have no known groups.  This should
6828         allow new nnml methods to retrieve mail.
6829
6830         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6831         that Gnus doesn't know exists again.
6832
6833         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6834         (gnus-treat-date-ut): Ditto.
6835         (gnus-article-update-date-header): Rename.
6836         (gnus-treat-date-local): Remove.
6837         (gnus-treat-date-english): Remove.
6838         (gnus-treat-date-lapsed): Remove.
6839         (gnus-treat-date-combined-lapsed): Remove.
6840         (gnus-treat-date-original): Remove.
6841         (gnus-treat-date-iso8601): Remove.
6842         (gnus-treat-date-user-defined): Remove.
6843         (gnus-article-date-headers): New variable to control all the date
6844         header options.
6845         (article-date-ut): Rewrite to allow using the new way to format date
6846         headers(s).
6847
6848 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6849
6850         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6851         method.
6852         (nnmail-article-group): A better test for fanciness.
6853
6854         * nnimap.el (nnimap-request-head): Protect against not finding the
6855         article by Message-ID.
6856
6857 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6858
6859         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6860         keep point at the "same place".
6861
6862 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6863
6864         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6865         data if the group is inactive.
6866
6867 2011-01-28  Julien Danjou  <julien@danjou.info>
6868
6869         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6870         (gnus-all-windows-visible-p): Remove old compatibility code.
6871         (gnus-window-top-edge): Add docstring.
6872
6873         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6874
6875 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6876
6877         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6878         older request-update-info.
6879
6880         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6881
6882 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6883
6884         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6885         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6886
6887 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6888
6889         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6890         groups.  This makes the nndraft:queue group pop up if it's not already
6891         there.
6892
6893         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6894         messages" logic, which was reversed.
6895
6896         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6897         the "same place" even if point is on the line being replaced.
6898         (article-update-date-lapsed): Allow updating both the combined lapsed
6899         and the lapsed headers.
6900         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6901         (article-make-date-line): Limit the number of segments dynamically to
6902         avoid too-long lines.
6903
6904 2011-01-27  Julien Danjou  <julien@danjou.info>
6905
6906         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6907         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6908
6909 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6912         Use plist-get instead of the cl function getf.
6913
6914 2011-01-27  Glenn Morris  <rgm@gnu.org>
6915
6916         * gnus-util.el (float-time): Get rid of compiler warning, again.
6917
6918 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6919
6920         * shr.el (shr-put-color): Special-case background colors: Do put them
6921         at the blank parts at the front of the lines.
6922
6923         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6924         exit hook to nix out all data on readedness on group exit.
6925
6926         * gnus-util.el (float-time): If float-time is bound, always use it on
6927         all Emacsen.  It's unclear why the subrp check was there.
6928         (time-date): Require to make some autoload issues on XEmacs go away.
6929
6930         * shr.el (shr-put-color): Don't do the box padding in tables, since
6931         they're already padded.
6932
6933 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6934
6935         * gnus-art.el (gnus-article-next-page): When the last line of the
6936         article is displayed, scroll down once more instead of going to the
6937         next article at once.
6938         (article-lapsed-string): Refactor out and allow specifying how many
6939         segments you want.
6940         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6941         (gnus-article-update-lapsed-header): New variable.
6942
6943         * shr.el: Revert change that made headings use different-sized faces.
6944         The Emacs display engine isn't advanced enough that, for instance,
6945         tables can comfortably use differently-sized faces.
6946
6947 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6948
6949         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6950         used.
6951         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6952         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6953         we're using an encrypted connection.
6954
6955         * proto-stream.el: Alter the interface functions to also return the
6956         actual stream type used: network or tls.
6957
6958 2011-01-25  Julien Danjou  <julien@danjou.info>
6959
6960         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6961         (mm-display-javascript-inline): New function.
6962
6963         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6964         viewing function.
6965
6966 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * shr.el (shr-expand-newlines): Fix variable name.
6969
6970 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6971
6972         * shr.el (shr-expand-newlines): Make nested boxes work.
6973
6974 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6975
6976         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6977         backgrounds.
6978         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6979         in a more sensible manner.
6980
6981 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6982
6983         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6984         if EPG is loaded.
6985
6986 2011-01-24  Julien Danjou  <julien@danjou.info>
6987
6988         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6989         tags.
6990
6991 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6992
6993         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6994         commands.
6995
6996         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6997         in the article buffer.
6998         (gnus-gravatar-insert): Use blank space from the current buffer to
6999         avoid breaking text properties.  This makes X-Sent updating work again.
7000
7001         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7002
7003 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7004
7005         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7006         fix the bug in url-http.el instead.
7007
7008         * shr.el (shr-image-fetched): Ditto.
7009
7010         * shr.el (shr-image-fetched): Avoid having point move in the article
7011         buffer.
7012
7013         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7014         buffer after being called.  It's apparently being killed by url.el, and
7015         killing it made point move to end-of-buffer in a random buffer.
7016
7017         * shr.el (shr-image-fetched): Ditto.
7018
7019 2011-01-23  Julien Danjou  <julien@danjou.info>
7020
7021         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7022
7023         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7024         text/x-org.
7025
7026 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7027
7028         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7029         (i.e., nnimap) returning nil as the article number.
7030
7031 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7032
7033         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7034         "DelSp" parameter in RFC3676.
7035
7036 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7037
7038         * message.el (message-check-recipients): Display the encoded version of
7039         the bogus address if they differ.
7040
7041         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7042         after sending.
7043
7044         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7045
7046         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7047
7048         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7049         group buffer after sending the queue.
7050
7051         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7052
7053 2011-01-22  Julien Danjou  <julien@danjou.info>
7054
7055         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7056
7057 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7058
7059         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7060         nested related parts.
7061
7062         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7063         unexpired articles.  This fixes the regression that led expiry marks to
7064         disappear from nnfolder groups.
7065
7066 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7067
7068         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7069         Don't confuse the "ret" of "retrograde" with RET.
7070
7071 2011-01-21  Julien Danjou  <julien@danjou.info>
7072
7073         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7074         than mm-insert-inline.
7075
7076 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7077
7078         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7079         Widen article buffer.
7080
7081 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7082
7083         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7084         the temp buffer.
7085         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7086
7087 2011-01-20  Julien Danjou  <julien@danjou.info>
7088
7089         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7090
7091         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7092         than mm-insert-inline to insert inline part: this respect
7093         mm-inline-media-tests displayers.
7094
7095         * mm-view.el (mm-display-shell-script-inline): New function.
7096
7097         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7098
7099         * mm-uu.el (mm-uu-type-alist): Add org block.
7100         (mm-uu-org-src-code-block-extract): New function.
7101
7102         * mm-view.el (mm-display-org-inline): New function.
7103
7104         * mm-decode.el (mm-automatic-display): Add text/org.
7105
7106         * mailcap.el (mailcap-mime-extensions): Add .org.
7107
7108 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7109
7110         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7111         gnus-article-add-buttons.
7112
7113 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7114
7115         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7116         From header with a date and "nobody" as the sender.
7117
7118 2011-01-19  Julien Danjou  <julien@danjou.info>
7119
7120         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7121         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7122         if you have the same regexp several times.
7123         (gnus-button-push): Fix matching when regexp is symbol.
7124
7125 2011-01-15  Glenn Morris  <rgm@gnu.org>
7126
7127         * message.el (message-mail): A compose-mail function should
7128         accept headers as strings.
7129
7130 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7131
7132         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7133         Add :vert-only tags.
7134         (message-mail): New arg RETURN-ACTION.
7135         (message-return-action): New var.
7136         (message-bury): Use it.
7137         (message-mode): Make it buffer-local.
7138         (message-send-and-exit): Always call message-bury.
7139
7140         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7141         message-mail.
7142
7143 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7144
7145         * nnimap.el (nnimap-convert-partial-article): Protect against
7146         zero-length body parts.
7147
7148         * mm-decode.el (mm-preferred-alternative-precedence):
7149         Discourage showing empty parts.
7150
7151         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7152         and stuff if the backend didn't return the article number.  This fixes
7153         an Exchange-related nnimap bug.
7154
7155         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7156         group window, because it does the wrong thing when a separate frame
7157         displays the group buffer.
7158
7159         * proto-stream.el (open-protocol-stream): Protect against the low-level
7160         transport functions returning nil.
7161
7162 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7163
7164         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7165         (mml2015-epg-find-usable-secret-key): New function.
7166         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7167         mml2015-epg-find-usable-key (Bug#7797).
7168         (mml2015-epg-encrypt): Ditto.
7169
7170 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7171
7172         * dgnushack.el (rot13-string): Fix the way to get the argument.
7173
7174 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7175
7176         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7177
7178 2011-01-03  Glenn Morris  <rgm@gnu.org>
7179
7180         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7181
7182         * sieve.el (sieve-open-server): Give a more explicit error if
7183         sieve-manage-open returns nil.  (Bug#7720)
7184
7185 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7186
7187         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7188
7189 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7190
7191         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7192         This avoids sending passwords in plain text over non-encrypted
7193         channels.
7194
7195         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7196
7197         * nnimap.el (nnimap-login): Refactored out into own function, and
7198         implement CRAM-MD5.
7199         (nnimap-wait-for-line): Refactored out.
7200
7201         * mm-view.el (mml-smime): Require.
7202
7203 2010-12-20  David Engster  <deng@eml.cc>
7204
7205         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7206         use EPG to decrypt S/MIME messages instead of openssl.
7207
7208 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7209
7210         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7211
7212         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7213         status is the group clearly is unreachable.
7214
7215         * auth-source.el (auth-source-create): Add the optional second
7216         parameter to `local-variable-p' to be compatible with XEmacs.
7217
7218 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7219
7220         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7221         work when using a compressed nnml folder.
7222
7223 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7224
7225         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7226         backends after sanitising on entry, because this never makes sense:
7227         If the articles have gone missing, then the data no longer exists on
7228         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7229         overwrite anything anyway.
7230
7231         * shr.el (shr-insert-document): Bind shr-width dynamically to
7232         window-width if it's nil.
7233
7234 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7235
7236         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7237         with the meaning of using the full emacs window width for rendering.
7238
7239 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7240
7241         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7242         case when sender is not given.
7243
7244 2010-12-23  Julien Danjou  <julien@danjou.info>
7245
7246         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7247         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7248         the addresses, otherwise we might misplaced the gravatar.
7249
7250 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7251
7252         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7253         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7254         obsolete in Emacs.
7255
7256 2010-12-20  Julien Danjou  <julien@danjou.info>
7257
7258         * gnus-util.el (gnus-rescale-image): Revert last change.
7259
7260 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7261
7262         * binhex.el: Improve commentary (Bug#7482).
7263
7264 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7265
7266         * gnus-group.el (gnus-group-delete-articles): New command.
7267
7268 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7269
7270         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7271
7272 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7273
7274         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7275         here, since it's up to the backends to do CRLF removal if their
7276         protocol has it.
7277
7278         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7279
7280 2010-12-17  Julien Danjou  <julien@danjou.info>
7281
7282         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7283         they are from file.  Can also scale up.
7284
7285 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7286
7287         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7288         Restore gnus-use-agent.
7289         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7290
7291         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7292
7293 2010-12-17  Julien Danjou  <julien@danjou.info>
7294
7295         * gravatar.el (gravatar-retrieve-synchronously): New function.
7296         (gravatar-get-data): Make more robust.
7297
7298 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7299
7300         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7301
7302 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7303
7304         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7305         to really consider the last line.
7306
7307 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7308
7309         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7310         list of recipient keys, or use symmetric encryption if not a list.
7311         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7312         EPA override, replacing the call to `netrc-store-data'.
7313
7314 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7315
7316         * gnus-srvr.el: Avoid passing nil regexp argument to
7317         delete-matching-lines.
7318
7319 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7320
7321         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7322         fetching stops when Gnus exits.
7323
7324         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7325         function.
7326         (nnfolder-request-expire-articles): Save all the buffers after doing
7327         expiry.
7328
7329         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7330         the last article", since that led to serious performance regressions
7331         when expiring nnml groups.
7332
7333 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7334
7335         * nnir.el: Improve customizations.
7336
7337 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7338
7339         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7340
7341         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7342         group has been killed.
7343         (gnus-group-yank-group): Ditto.
7344
7345         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7346
7347         * nnimap.el (nnimap-request-update-group-status): New function.
7348
7349         * gnus-int.el (gnus-request-update-group-status): New interface
7350         function.
7351
7352         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7353         copying read-ness to the backends.
7354
7355         * nnimap.el (nnimap-quirk): New function.
7356         (nnimap-retrieve-group-data-early): Use it.
7357         (nnimap-quirks): New alist.
7358
7359 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7362         don't delete it within indentation.
7363
7364 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7365
7366         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7367         previous line.
7368
7369 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7370
7371         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7372         QRESYNC command by deleting a superfluous space which broke Cyrus
7373         servers.  This change will break other servers that are buggy the other
7374         way around.
7375
7376 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7377
7378         * spam.el: Reindent and fix long lines.
7379         (spam-copy-or-move-routine): Exclude invalid move destinations.
7380
7381 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7382
7383         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7384         installed the registry.
7385
7386 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7387
7388         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7389
7390 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7391
7392         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7393         groupname doesn't contain "gmane".
7394
7395 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7396
7397         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7398         and netrc-bound-and-true-p bindings.
7399         (netrc-parse): Cache the netrc contents.
7400
7401         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7402         (gnus-1): Don't create the nndrafts group twice.
7403         (gnus-setup-news): There's no need to read the active file here, since
7404         that's done again later on a per-backend basis.
7405         (gnus-start-draft-setup): Make sure that the new group is started out
7406         empty.
7407
7408         * gnus-agent.el (gnus-agentize): Don't create the queue group
7409         automatically on startup.  It'll be created later, if needed.
7410
7411         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7412         of automatically subscribed groups.
7413         (gnus-auto-subscribed-categories): New variable.
7414         (gnus-matches-options-n): Use it.
7415         (gnus-default-subscribed-newsgroups): Remove unused variable.
7416         (gnus-start-draft-setup): Message a bit less.
7417
7418 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7419
7420         * nnir.el (nnir-run-imap): Return article list in order of increasing
7421         UID.
7422
7423 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7424
7425         * gnus-sum.el (gnus-summary-enter-digest-group):
7426         Mention gnus-auto-select-on-ephemeral-exit.
7427
7428         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7429         convention of the network-only option.
7430
7431 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7432
7433         * proto-stream.el (proto-stream-open-network-only): New function to
7434         have a way to specify non-STARTTLS upgrade connections.
7435
7436 2010-12-10  Julien Danjou  <julien@danjou.info>
7437
7438         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7439         email address is nil.
7440
7441         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7442
7443 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
7444
7445         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7446         deletion.
7447         (nnir-run-imap): Only need to parse list once.
7448
7449 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7450
7451         * shr.el (shr-tag-script): Ignore <script>.
7452         (shr-tag-label): Add <label> support.
7453
7454 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7455
7456         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7457
7458         * shr.el (shr-image-displayer): Work for images lined side by side.
7459
7460 2010-12-08  Robert Pluim  <rpluim@gmail.com>
7461
7462         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7463         parameter, since XEmacs doesn't accept t as a parameter.
7464
7465 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7466
7467         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7468         ids.
7469         (nnir-run-gmane): Simplify groupspec formatting.
7470         (nnir-request-expire-articles): New function.
7471
7472 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7473
7474         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7475         overflow, possibly.
7476
7477         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7478         (shr-render-td): Handle td style="" better.
7479         (shr-tag-table): Use the color from the style sheet.
7480         (shr-render-td): Make sure we copy over all the overlays, too.
7481
7482 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
7483
7484         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7485         (nnir-request-article): Improve article retrieval.
7486
7487 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7488
7489         * mm-util.el (mm-extra-numeric-entities): New variable.
7490
7491         * mm-url.el (mm-url-decode-entities):
7492         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7493
7494         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
7495
7496 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7497
7498         * message.el: Use completion-at-point.
7499         (message-completion-function): New fun, extracted from message-tab.
7500         (message-mode): Use it for completion-at-point-functions.
7501         (message-tab): Use it and completion-at-point.
7502
7503 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7504
7505         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7506         character if a non-breakable character follows.
7507
7508 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7509
7510         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7511         any stream.
7512
7513         * shr.el (shr-tag-font): Colorize the region.
7514         (shr-tag-body): Ditto.
7515         (shr-tag-font): Actually let the styles be inherited instead of
7516         overwriting them.
7517         (shr-tag-font): Get the background color right.
7518         (shr-tag-style): Ignore all <style> tags for the moment.
7519
7520         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7521         a Message-ID to avoid having nnimap depend on gnus-sum.
7522
7523         * shr.el (shr-descend): Only colorize something if we have a node that
7524         sets colors.
7525
7526 2010-12-06  Julien Danjou  <julien@danjou.info>
7527
7528         * shr.el (shr-render-td): Render td content with shr-descend, so style
7529         will be applied to <td> too.
7530         (shr-colorize-region): Colorize region even if we only have a background.
7531         (shr-tag-body): Fix color and background color inheritance.
7532         Do not recolorize after shr-generic.
7533         (shr-tag-font): Let shr-generic colorize via inheritance.
7534
7535 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7536
7537         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7538
7539 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7540
7541         * nnir.el (nnir-request-move-article): Remove obsolete code.
7542
7543 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7544
7545         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7546
7547 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7548
7549         * gnus-sum.el (gnus-summary-respool-article): The completion function
7550         expects a list instead of an alist.
7551
7552         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7553         string as the parameter.
7554
7555         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7556
7557         * shr.el (shr-stylesheet): New dynamic variable for cascading the
7558         styles.
7559         (shr-colorize-region): New function.
7560         (shr-insert-background-overlay): Remove.
7561         (shr-render-td): Background setting should be taken care of on a higher
7562         level.
7563         (shr-tag-body): Use post-hoc colorizations.
7564         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7565         (shr-put-color-1): Don't overwrite old colors.
7566         (shr-colorize-region): When the background color isn't explicit, use
7567         a fixed background.
7568
7569         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7570         nnmail variables.
7571
7572 2010-12-05  Bjørn Mork  <bjorn@mork.no>
7573
7574         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7575         unless necessary.
7576
7577 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
7578
7579         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7580         server.
7581
7582 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7583
7584         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7585         so that TAB works.
7586
7587         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7588         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7589
7590         * shr.el (shr-urlify): Show the URL before the title to avoid
7591         misleading URLs.
7592
7593 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
7594
7595         * shr.el (shr-urlify): Display the title in <a> tags.
7596
7597 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
7598
7599         * nnir.el (nnir-categorize): Replace mapcar with mapc.
7600
7601 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
7602
7603         * nnir.el: Rearrange code to allow macros to be autoloaded by
7604         gnus-sum.el.
7605         (nnir-retrieve-headers-override-function): Make this variable
7606         customizable.
7607         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7608
7609         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
7610         from nnir.el.
7611
7612 2010-12-03  Julien Danjou  <julien@danjou.info>
7613
7614         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7615
7616 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7617
7618         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7619         allow optional argument `environment'.
7620
7621 2010-12-03  Glenn Morris  <rgm@gnu.org>
7622
7623         * mm-extern.el (message-goto-body): Update declaration.
7624
7625 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7626
7627         * gnus-util.el (gnus-macroexpand-all): New function.
7628
7629         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7630         instead of macroexpand-all that is unavailable in XEmacs.
7631
7632 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
7633
7634         * nnir.el (nnir-summary-line-format): New variable.
7635         (nnir-mode): Use it.
7636         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
7637         (nnir-article-ids): Reimplement as defsubst.
7638         (nnir-retrieve-headers): Don't mangle the subject header.
7639         (nnir-run-imap): Use 100 as RSV score.
7640         (nnir-run-find-grep): Fix for full server searching.
7641         (nnir-run-gmane): Better restriction to gmane groups.
7642
7643         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7644         summary buffers.
7645
7646 2010-12-02  Julien Danjou  <julien@danjou.info>
7647
7648         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7649
7650         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7651
7652         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7653         support.
7654
7655 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7656
7657         * nnir.el: Update to handle the registry better.
7658         (autoload): Silence byte-compiler.
7659         (nnir-open-server): Add a hook for nnir groups.
7660         (nnir-request-move-article): Don't mangle the header.  Better to use
7661         formatting variables (which will be added in the future).
7662         (nnir-registry-action): Update the registry using the original article
7663         group name.
7664         (nnir-mode): Install nnir-specific hooks for updating the registry.
7665
7666         * gnus-sum.el
7667         (gnus-article-original-subject, gnus-newsgroup-original-name):
7668         Remove obsolete variables.
7669         (gnus-summary-move-article): Remove use of obsolete variables.
7670         (gnus-summary-local-variables): Make move and delete hooks local to
7671         summary buffers.
7672
7673 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7674
7675         * rtree.el: New file.
7676
7677 2010-12-01  Julien Danjou  <julien@danjou.info>
7678
7679         * message.el (message-user-organization): Do not use
7680         gnus-local-organization.
7681
7682         * gnus.el: Remove gnus-local-organization.
7683
7684         * gnus-msg.el: Remove nastygram thing.
7685
7686 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7687
7688         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7689         funcall.
7690
7691 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7692
7693         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7694         names.
7695
7696         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7697         characters.
7698
7699         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7700         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7701         Suggested by Štěpán Němec <stepnem@gmail.com>.
7702         (gnus-gravatar-transform-address): Use mail-extract-address-components
7703         that supports non-ASCII names rather than mail-header-parse-addresses.
7704
7705 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7706
7707         * proto-stream.el (open-protocol-stream): All starttls connections are
7708         handled by the network handler.
7709
7710 2010-11-30  Julien Danjou  <julien@danjou.info>
7711
7712         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7713         (nnimap-open-connection-1): Fix PREAUTH.
7714
7715         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7716
7717 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7718
7719         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7720         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7721         (shr-insert): Use them.
7722         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7723
7724 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7725
7726         * nnir.el (nnir-request-move-article): Bail out if original group
7727         doesn't support article moves.
7728         (nnir-get-active): Improve active list retrieval.
7729
7730 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7731
7732         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7733
7734 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7735
7736         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7737         seem to accept strings-with-numbers as port numbers.
7738
7739 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7740
7741         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7742         change the registry.
7743
7744 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7745
7746         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7747         delete-dups that is not available in XEmacs 21.4.
7748
7749         * mm-util.el (mm-delete-duplicates): Add comment.
7750
7751 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7752
7753         * nnir.el (nnir-ignored-newsgroups): New variable.
7754         (nnir-get-active): Use it.
7755
7756 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7757
7758         * proto-stream.el (proto-stream-open-network): Add some comments.
7759
7760         * nntp.el (nntp-open-connection): Provide a :success condition.
7761
7762         * nnimap.el (nnimap-open-connection-1): Ditto.
7763
7764         * proto-stream.el (proto-stream-open-network): See what the response to
7765         the STARTTLS command is.
7766
7767         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7768         backwards compatibility).
7769         (nnimap-open-connection-1): Really respect nnimap-server-port.
7770
7771         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7772         TLS upgrades we don't really care about the identity of the peer.
7773         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7774         that what we've checked for.
7775         (proto-stream-always-use-starttls): Only default to t if
7776         open-gnutls-stream exists.
7777         (proto-stream-open-network): If STARTTLS failed, then just open a
7778         normal connection.
7779         (proto-stream-open-network): Wait until the greeting before doing
7780         STARTTLS.
7781
7782         * nntp.el (nntp-open-connection): Report what the connection error is.
7783
7784         * proto-stream.el (open-protocol-stream): Rename from
7785         open-proto-stream.
7786
7787 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7788
7789         * nnimap.el (nnimap-stream): Change default to `undecided'.
7790         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7791         first, and then network.
7792         (nnimap-open-connection-1): Respect nnimap-server-port.
7793         (nnimap-open-connection): Be more backwards-compatible.
7794
7795         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7796         (proto-stream-open-starttls): De-duplicate the starttls code.
7797         (proto-stream-open-starttls): Folded back into the main function.
7798         (proto-stream-open-network): Fix typo in the gnutls path.
7799         (proto-stream-command): Refactor out.
7800
7801         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7802
7803         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7804         starttls.el STARTTLS.
7805
7806         * color.el (color-lab->srgb): Fix function call name.
7807
7808         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7809         if we're using tls.el.
7810         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7811         built in, then don't try to establish a STARTTLS connection.
7812
7813         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7814         servers.
7815
7816         * proto-stream.el (open-proto-stream): Use network, not stream.
7817         (open-proto-stream): Add a way to specify what the end of a command is.
7818
7819         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7820         connections types.
7821         (nntp-open-network-stream): Remove.
7822         (nntp-open-ssl-stream): Remove.
7823         (nntp-open-tls-stream): Remove.
7824         (nntp-ssl-program): Remove.
7825
7826         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7827
7828 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7829
7830         * nnir.el: Fix typos.
7831         (nnir-retrieve-headers-override-function): Rename variable to reflect
7832         new semantics.
7833         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7834         macros.
7835         (nnir-request-article, nnir-request-move-article): Use them.
7836         (nnir-categorize): New function.
7837         (nnir-run-query): Use it.
7838         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7839         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7840         sorted.
7841         (nnir-group-full-name): Use gnus-group-full-name instead.
7842         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7843         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7844
7845 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7846
7847         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7848
7849         * proto-stream.el: New library to provide protocol-specific
7850         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7851         protocols.
7852         (open-proto-stream): Complete the documentation.
7853         (proto-stream-open-network): Fix some typos.
7854
7855         * nnimap.el (nnimap-open-connection): Use it.
7856
7857 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7858
7859         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7860         negotiation.
7861
7862 2010-11-26  Julien Danjou  <julien@danjou.info>
7863
7864         * color.el: Rename various rgb functions to srgb.
7865
7866 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7867
7868         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7869         names.
7870
7871 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7872
7873         * shr.el (shr-insert): Revert last change.
7874         (shr-find-fill-point): Never leave point being at bol;
7875         relax the kinsoku limitation when rendering tables.
7876
7877 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7878
7879         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7880         results from -accept-article.
7881
7882         * shr-color.el: Require cl when compiling.
7883
7884         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7885         checkin.
7886
7887         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7888
7889         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7890
7891         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7892         'add and 'delete to set backend marks.
7893
7894         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7895
7896         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7897
7898         * nntp.el (nntp-request-set-mark): Use it.
7899
7900         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7901
7902         * nnml.el (nnml-request-set-mark): Ditto.
7903
7904         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7905         introduces regressions in article selection.
7906         (nnimap-find-uid-response): New function.
7907         (nnimap-request-accept-article): Use the UID returned, if any.
7908         (nnimap-request-move-article): Use the UID returned, if any.
7909         (nnimap-get-groups): Reimplement to work with folded lines.
7910         (nnimap-find-uid-response): The UID is the last element in the list.
7911         (nnimap-request-set-mark): Extend syntax with 'set.
7912
7913         * nnml.el (nnml-request-set-mark): Ditto.
7914
7915         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7916
7917         * nntp.el (nntp-request-set-mark): Ditto.
7918
7919 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7920
7921         * message.el (message-called-interactively-p): A temporary macro.
7922         (message-goto-body): Use it temporarily.
7923
7924 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7925
7926         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7927         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7928         (nnimap-last-response-string): Fix last unfolding fix.
7929
7930 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7931
7932         * shr.el (shr-insert): Fix the way to fold lines.
7933
7934 2010-11-25  Julien Danjou  <julien@danjou.info>
7935
7936         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7937
7938         * color.el: Rename from color-lab.el
7939         (color-rgb->hex): Add.
7940         (color-complement): Add.
7941         (color-complement-hex): Add.
7942
7943         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7944
7945 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7946
7947         * shr-color.el (shr-color-visible): Don't bug out if the color names
7948         don't exist.
7949
7950 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7951
7952         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7953         assuming that article displaying or another mml-preview may be
7954         interrupted for an error or for the like.
7955
7956         * shr.el (shr-get-background): Fix argument name.
7957
7958 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7959
7960         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7961
7962         * gnus-sum.el (gnus-summary-include-articles): New function.
7963
7964         * message.el (message-goto-body): called-interactively-p needs a
7965         parameter, so use `any'.
7966
7967         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7968         clear marks before moving, since they're synced from the Gnus side
7969         first.
7970
7971         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7972         (gnus-summary-move-article): Copy over all marks before moving, so that
7973         IMAP doesn't think a new article has arrived.
7974
7975 2010-11-24  Julien Danjou  <julien@danjou.info>
7976
7977         * shr.el (shr-insert-background-overlay): Fix typo.
7978         (shr-render-td): Copy the background before rendering.
7979
7980         * shr-color.el (shr-color-visible): Fix docstring.
7981
7982         * shr.el (shr-tag-table): Add bgcolor support.
7983         (shr-render-td): Add bgcolor support.
7984         (shr-get-background): Add.
7985         (shr-insert-foreground-overlay): Use shr-get-background.
7986
7987         * message.el (message-goto-body): Use called-interactively-p.
7988         (message-in-body-p): message-goto-body returns point.
7989
7990 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7991
7992         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7993         Fixes something or other in Emacs 23, and is backwards compatible.
7994
7995         * message.el (message-goto-body): Remove the <#secure special-casing,
7996         which is too special.
7997
7998         * shr.el (shr-parse-style): Drop !important from styles.
7999
8000 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8001
8002         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8003         this function to return incorrect results when calling it with an
8004         explicit article argument different from
8005         (gnus-summary-article-number).
8006
8007 2010-11-24  Julien Danjou  <julien@danjou.info>
8008
8009         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8010         (shr-tag-body): Add background support.
8011         (shr-descend): Add background support.
8012         (shr-tag-title): Add.
8013
8014         * shr-color.el (shr-color-visible): Really return original background
8015         if fixed.
8016
8017 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8018
8019         * shr.el (shr-color-check): Protect against non-existent color names.
8020
8021 2010-11-24  Julien Danjou  <julien@danjou.info>
8022
8023         * color-lab.el: Require 'cl when compiling.
8024
8025         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8026
8027         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8028         matched part.
8029
8030         * color-lab.el: Fix all expt calls to use float type.
8031
8032 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8033
8034         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8035         expression to shr-color-check as is.
8036
8037         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8038
8039         * color-lab.el: Add coding cookie.
8040         (float-pi): Use eval-and-compile.
8041
8042         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8043         compiled for Emacsen having no `libxml-parse-html-region' support.
8044
8045 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8046
8047         * shr.el (shr-insert-color-overlay): Split stuff like
8048         "#444444 !important" to find the real color.
8049         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8050         parse <font color="red"> entries.
8051
8052 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8053
8054         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8055         point when parsing headers.
8056
8057         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8058         is positioned properly when parsing headers.
8059
8060 2010-11-23  Julien Danjou  <julien@danjou.info>
8061
8062         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8063
8064         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8065
8066         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8067
8068         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8069         Use shr-color-hue-to-rgb.
8070         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8071
8072 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8073
8074         * shr.el (shr-color->hexadecimal): Autoload.
8075         (shr-descend): Add color to all tags.
8076
8077 2010-11-22  Julien Danjou  <julien@danjou.info>
8078
8079         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8080         shr-color->hexadecimal.
8081
8082         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8083         RGB() or HSL() color representation.
8084
8085         * shr.el (shr-tag-font): Add.
8086         (shr-tag-color-check): New function to get better colors.
8087         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8088         tag-span.
8089
8090         * shr-color.el: New file.
8091
8092         * color-lab.el: New file.
8093
8094         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8095
8096 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8097
8098         * nnir.el: Fix typo in comments.
8099         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8100         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8101
8102 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8103
8104         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8105
8106         * nnimap.el (nnimap-get-capabilities): Refactor out.
8107         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8108
8109 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8110
8111         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8112         appearing when `mm-uu-hide-markers' is nil.
8113
8114 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8115
8116         * nnimap.el (nnimap-unselect-group): Make into its own function.
8117         (nnimap-request-rename-group): Unselect group before renaming.
8118         This had gotten lost somewhere.
8119         (nnimap-request-accept-article): Keep track of examined groups, and
8120         unselect the group before APPENDing to read-only groups.
8121         (nnimap-request-move-article): Clear flags before moving so that they
8122         can be re-set later.
8123
8124 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8127         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8128
8129 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8130
8131         * gnus-art.el (gnus-mime-display-single):
8132         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8133         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8134         parameter.
8135
8136 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8137
8138         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8139         (shr-table-vertical-line): New variable.
8140         (shr-insert-table): Use it.
8141
8142 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8143
8144         * gnus-html.el (gnus-html-wash-images): Don't display images if
8145         gnus-inhibit-images is non-nil; register displayer for cid images.
8146         (gnus-html-display-image): Work for cid image.
8147         (gnus-html-insert-image): Allow arguments.
8148         (gnus-html-put-image): Inhibit read-only.
8149         (gnus-html-prefetch-images): Don't prefetch images if
8150         gnus-inhibit-images is non-nil.
8151
8152 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8153
8154         * shr.el (shr-put-image): Break lines when inserting big pictures.
8155
8156 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8157
8158         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8159         sender, thanks Katsumi Yamaoka.
8160
8161 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8162
8163         * nnir.el (nnir-run-imap): Reverse the article list for each group
8164         rather than the whole list.
8165
8166 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8167
8168         * shr.el (shr-image-displayer): Protect function against non-existent
8169         image source.
8170
8171         * gnus-art.el (gnus-inhibit-images): New user option.
8172         (gnus-mime-display-single): Don't display image if it is non-nil.
8173
8174         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8175         gnus-inhibit-images.
8176
8177         * shr.el (shr-image-displayer): New function.
8178         (shr-tag-img): Use it.
8179
8180 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8181
8182         * mml2015.el (mml2015-epg-sign): Use From header.
8183
8184 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8185
8186         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8187
8188         * gnus-util.el (gnus-find-text-property-region): Return markers.
8189
8190         * shr.el (shr-tag-img): Put a displayer in the text property.
8191
8192         * gnus-util.el (gnus-find-text-property-region): New utility function.
8193
8194         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8195         (gnus-html-show-images): Remove.
8196
8197         * gnus-art.el (gnus-article-show-images): New, more general function.
8198
8199         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8200         image url text properties.
8201
8202         * shr.el: Ditto.
8203
8204         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8205         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8206
8207 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8208
8209         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8210         work for two or more articles.
8211
8212 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8213
8214         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8215         divide an image that's in an html article to two or more when washing
8216         non-ASCII characters in alt text of it.
8217
8218 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8219
8220         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8221         smime-decrypt-region using function argument.
8222         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8223
8224         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8225
8226         * smime.el (smime-decrypt-region): Catch it.
8227
8228 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8229
8230         * smime.el (smime-mode-map): Move initialization into declaration.
8231         (gnus-run-mode-hooks): Don't autoload.
8232         (smime-mode): Use define-derived-mode.
8233
8234 2010-11-11  Glenn Morris  <rgm@gnu.org>
8235
8236         * smime.el (from): Restrict declaration to XEmacs.
8237
8238         * nnir.el (gnus-group-topic-name): Autoload.
8239
8240 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * shr.el (shr-insert): Don't break long line if it is because of
8243         kinsoku-bol characters in the line end.
8244
8245 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8246
8247         * nnir.el (nnir-request-move-article): Fix to provide original group
8248         and subject.
8249         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8250         been retrieved.
8251
8252         * gnus-sum.el (gnus-summary-move-article): Use original group and
8253         subject for virtual articles such as those in an nnir summary buffer.
8254
8255 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8256
8257         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8258         least 21.5).
8259
8260         * smime.el (from): Declare it again for XEmacs.
8261
8262 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8263
8264         * message.el (message-resend): Don't disable encoding unless it's
8265         already encoded.
8266
8267         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8268         low-numbered articles.
8269
8270 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8271
8272         * rfc2047.el (rfc2047-syntax-table): Simplify.
8273
8274         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8275
8276         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8277         set-char-table-range for XEmacs.
8278
8279 2010-11-10  Glenn Morris  <rgm@gnu.org>
8280
8281         * time-date.el (time-to-seconds): Always an alias on Emacs,
8282         never a real function.
8283         (with-no-warnings): Remove compat stub, now unused.
8284         (time-less-p): Doc fix.
8285         (time-to-number-of-days): Simplify.
8286
8287         * smime.el (from): Remove unused declaration.
8288
8289         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8290         (gnus-float-time): On Emacs, always an alias.
8291
8292         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8293         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8294
8295 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8296
8297         * dgnushack.el: Don't use ignore-errors in the top level form since it
8298         is unavailable in XEmacs even if cl is loaded.
8299
8300         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8301
8302 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8303
8304         * shr.el (browse-url-mailto): Autoload.
8305
8306         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8307
8308         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8309         regexp doesn't need quoting.
8310
8311 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8312
8313         * message.el (message-subject-trailing-was-ask-regexp)
8314         (message-subject-trailing-was-regexp): Match was: in addition to was.
8315
8316 2010-11-09  Glenn Morris  <rgm@gnu.org>
8317
8318         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8319         (nnbabyl-check-mbox): Use point-at-bol.
8320
8321 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8322
8323         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8324
8325         * message.el (message-mailto): New function.
8326         (message-mailto): Should accept other parameters.
8327         (message-mailto): Remove since it duplicates browse-url-mailto
8328         functionality.
8329
8330 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8331
8332         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8333         methods.
8334         (gnus-read-active-file): Ditto.
8335
8336         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8337         ": " from the prompt.
8338         (gnus-group-make-group): Ditto.
8339
8340 2010-11-07  Glenn Morris  <rgm@gnu.org>
8341
8342         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8343         (gnus-bookmark-kill-line): Use point-at-eol.
8344
8345 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8346
8347         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8348         asterisks in From header.
8349
8350 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8351
8352         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8353         string to avoid making the From headers syntactically invalid.
8354
8355         * message.el (message-send-mail): Don't insert courtesy messages if the
8356         message already has List-Post and List-ID messages.
8357
8358 2010-11-06  Glenn Morris  <rgm@gnu.org>
8359
8360         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8361         `condition', `type', `length' a prefix.
8362         (gnus-treat-predicate): Update for above name changes.
8363
8364 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8365
8366         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8367         binding.  Handled by `gnus-summary-refer-thread' instead.
8368         (nnir-warp-to-article): New backend function.
8369
8370         * nnimap.el (nnimap-request-thread): Force dependency updating.
8371
8372         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8373         (gnus-summary-refer-thread): Rework to improve thread-referral.
8374
8375         * gnus-int.el (gnus-warp-to-article): New function.
8376
8377         * gnus-sum.el (gnus-summary-article-map): Bind it.
8378
8379 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8380
8381         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8382         gnus-summary-refer-thread.
8383
8384         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8385         headers.
8386         (gnus-summary-limit-include-thread): Prevent articles in thread from
8387         being cut in gnus-cut-threads.
8388         (gnus-summary-refer-thread): Limit retrieved headers to those in
8389         thread.
8390
8391 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8392
8393         * message.el (message-send-mail): Use the value of
8394         message-courtesy-message from the message buffer.
8395
8396         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8397
8398         * shr.el (shr-browse-url): Implement mailto: URLs.
8399
8400         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8401         "raw".
8402
8403         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8404         if it's already selected.
8405
8406         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8407
8408 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8409
8410         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8411         to measure the length and truncate alt text.
8412
8413 2010-11-03  Glenn Morris  <rgm@gnu.org>
8414
8415         * nndiary.el (nndiary-generate-nov-databases-1)
8416         (nndiary-generate-active-info): Rename dynamic variable `files' to
8417         something less generic.
8418
8419 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8420
8421         * nnir.el (nnir-request-move-article): Call the underlying backend to
8422         move articles from nnir.
8423
8424 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8425
8426         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8427
8428 2010-11-02  Julien Danjou  <julien@danjou.info>
8429
8430         * nnir.el: Remove wais support.
8431
8432 2010-11-02  Glenn Morris  <rgm@gnu.org>
8433
8434         * gnus-html.el: Reorder requirements to quieten compiler.
8435
8436 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8437
8438         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8439         properly for XEmacs as well.
8440         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8441         (gnus-article-natural-long-line-p): Use window-width rather than
8442         frame-width.
8443
8444 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
8445
8446         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
8447         (nnir-read-parms): Don't modify query.
8448         (nnir-run-query): Add ability to search topic on current line.
8449         (nnir-get-active): Clean up.
8450
8451 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8452
8453         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8454         degenerate articles.
8455
8456         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8457         (gnus-print-buffer): Just print the buffer as is, without any copying
8458         to a buffer and then re-highlighting.
8459
8460         * nnimap.el (nnimap-request-group): Store the new updated info.
8461         (nnimap-request-group): Select the group when we don't know whether it
8462         exists or not.
8463
8464         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8465         groups.
8466
8467         * gnus-group.el (gnus-group-find-new-groups): Display all the new
8468         groups.
8469
8470         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8471         groups.
8472
8473         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8474         long-lines case by only filling the long lines.
8475
8476         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8477         (bug#7311).
8478
8479 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8480
8481         * shr.el: No need to declare `declare-function' since shr.el is for
8482         only Emacsen that provide `libxml-parse-html-region'.
8483
8484         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
8485         effective only in a file it is referred to.
8486
8487 2010-11-01  Glenn Morris  <rgm@gnu.org>
8488
8489         * mm-util.el (gnus-completing-read): Autoload.
8490         (mm-read-coding-system): Simplify Emacs definition.
8491
8492         * nnmail.el (gnus-activate-group):
8493         * nnimap.el (gnutls-negotiate):
8494         * nntp.el (netrc-parse): Fix declarations.
8495
8496 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8497
8498         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8499         string-match-p in Emacs >=23.
8500
8501         * gnus-msg.el (gnus-configure-posting-styles):
8502         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8503
8504 2010-11-01  Glenn Morris  <rgm@gnu.org>
8505
8506         * nnir.el (declare-function): Add compat stub.
8507         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8508         (nnir-run-gmane): Require 'mm-url.
8509
8510         * mm-util.el (mm-string-to-multibyte): Simplify.
8511
8512         * shr.el (declare-function): Add compat stub.
8513         (url-cache-create-filename): Declare.
8514         (mm-disable-multibyte, widget-convert-button): Autoload.
8515
8516         * smime.el (ldap-search): Declare.
8517         (smime-cert-by-ldap-1): Require ldap on Emacs.
8518
8519         * nnimap.el: Require nnmail, and gnus-sum when compiling.
8520         (nnimap-keepalive): Use gnus-float-time.
8521
8522         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8523         (mail-source-delete-crash-box): Use gnus-float-time.
8524
8525         * gnus-dired.el (gnus-completing-read): Autoload.
8526
8527         * mm-view.el (gnus-rescale-image): Autoload.
8528
8529         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8530
8531         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8532
8533         * sieve-manage.el: Require 'cl when compiling.
8534
8535         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8536         (gnus-iswitchb-completing-read): Require iswitchb.
8537         (gnus-select-frame-set-input-focus): Silence compiler.
8538
8539 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8540
8541         * message.el (message-subject-trailing-was-query): Change default to t,
8542         since I think that's what most people want.
8543
8544         * nnimap.el (nnimap-request-accept-article): Erase buffer before
8545         appending for easier debugging.
8546         (nnimap-wait-for-connection): Take a regexp.
8547         (nnimap-request-accept-article): Wait for the continuation line before
8548         sending anything unless we're streaming.
8549
8550         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8551         leave the header washing to take place.
8552
8553 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8554
8555         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8556         regular expression match and replace in posting styles.
8557
8558 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
8559
8560         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8561         an entire server.
8562         (nnir-get-active): New function.
8563         (nnir-run-imap): Use it.
8564         (nnir-run-gmane): Who knew, gmane search returns an article score!
8565
8566         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8567         server on the current line with nnir.
8568
8569 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8570
8571         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8572         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8573         left edge.
8574         (gnus-article-foldable-buffer): Skip past the prefix when determining
8575         raggedness.
8576
8577         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8578         the raw article, and change `C-u g' to show the article without doing
8579         treatments.
8580
8581         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8582         on to `gnus-treat-article'.
8583         (gnus-inhibit-article-treatments): New variable.
8584
8585         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8586
8587         * gnus-art.el (gnus-treatment-function-alist): Have
8588         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8589         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8590         sections.
8591
8592         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8593         parameter.
8594         (gnus-article-fill-cited-long-lines): New function.
8595         (gnus-article-fill-cited-article): Allow filling only long sections.
8596
8597         * shr.el (shr-find-fill-point): Don't break lines between punctuation
8598         and non-punctuation (like after the apostrophe in "'We").
8599
8600         * gnus-sum.el (gnus-summary-select-article): Make sure
8601         gnus-original-article-buffer is alive.
8602
8603         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8604         reflect the order they're in in the digest.
8605
8606         * gnus.el (gnus-group-startup-message): Move point to the start of the
8607         buffer.
8608
8609         * nnimap.el (nnimap-capability): New function.
8610         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8611         is set.
8612
8613 2010-10-31  David Engster  <dengste@eml.cc>
8614
8615         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8616         conform with changes to gnus-completing-read.
8617
8618 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8619
8620         * shr.el (shr-tag-img): Output "*" instead of "[img]".
8621
8622 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8623
8624         * nnir.el: Move defvar, defcustom around to keep file organized
8625         and keep byte-compiler quiet.
8626         (nnir-read-parms): Accept search-engine as arg.
8627         (nnir-run-query): Pass search-engine as arg.
8628         (nnir-search-engine): Remove.
8629
8630 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8631
8632         * shr.el (shr-generic): The text nodes should be text, not :text.
8633
8634         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8635         later in the file.
8636
8637 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8638
8639         * nnir.el: General clean up.  Allow searching with multiple engines.
8640         Allow separate extra-parameters for each engine.
8641         Batch queries when possible.
8642         (nnir-imap-default-search-key, nnir-method-default-engines):
8643         Add customize interface.
8644         (nnir-run-gmane): New engine.
8645         (nnir-engines): Use it.  Qualify all prompts with engine name.
8646         (nnir-search-engine): Remove global variable.
8647         (nnir-run-hyrex): Restore for now.
8648         (nnir-extra-parms, nnir-search-history): New variables.
8649         (gnus-group-make-nnir-group): Use them.
8650         (nnir-group-server): Remove in favor of gnus-group-server.
8651         (nnir-request-group): Avoid searching twice.
8652         (nnir-sort-groups-by-server): New function.
8653
8654 2010-10-30  Julien Danjou  <julien@danjou.info>
8655
8656         * gnus-group.el: Remove gnus-group-fetch-control.
8657
8658         * gnus-start.el (gnus-find-new-newsgroups):
8659         Remove gnus-check-first-time-used.
8660
8661         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8662
8663 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8664
8665         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8666         set on groups that don't have \* permanentflags.
8667
8668 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8669
8670         * shr.el (shr-tag-span): Drop colorization of regions since we don't
8671         control the background color.
8672         (shr-tag-img): Ignore very small web bug type images.
8673         (shr-put-image): Add help-echo alt texts to the images.
8674         (shr-tag-video): Show the video poster image.
8675
8676 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8677
8678         * shr.el (shr-table-depth): New variable.
8679         (shr-tag-table-1): Only insert the images after the top-level table.
8680
8681         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8682
8683         * gnus-util.el (gnus-list-memq-of-list): New function.
8684
8685         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8686         selected.
8687         (nnimap-unsplittable-articles): New slot.
8688         (nnimap-new-articles): Use it.
8689
8690 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8691
8692         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8693         move to the previous line on `M-g'.
8694
8695 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8696
8697         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8698         *-request-group, which seems unnecessary.
8699
8700         * nnimap.el (nnimap-quote-specials): Function copied over from
8701         imap.el.
8702         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8703         they support that.  Suggested by Tom Regner.
8704
8705 2010-10-29  Julien Danjou  <julien@danjou.info>
8706
8707         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8708         defalias.
8709         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8710
8711         * gnus.el: Remove `gnus-nntp-service' variable.
8712         (gnus-secondary-servers): Make obsolete.
8713         (gnus-nntp-server): Make obsolete.
8714
8715         * gnus-start.el (gnus-1): Remove x-splash calls.
8716
8717         * gnus-ems.el (gnus-x-splash): Remove.
8718
8719         * gnus.el (gnus-group-startup-message): Simplify/update code.
8720
8721         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
8722         definition.
8723
8724         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8725         capability before doing anything.
8726         (gnus-group-insert-group-line): Remove useless
8727         gnus-group-remove-excess-properties.
8728
8729 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8730
8731         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8732
8733 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8734
8735         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8736         config after reselecting.
8737
8738 2010-10-28  Julien Danjou  <julien@danjou.info>
8739
8740         * shr.el (shr-put-image): Use point even if only inserting text.
8741         (shr-put-image): Save excursion when inserting alt text on non-graphic
8742         display, so the behavior is the same when we are on a graphic display.
8743
8744         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8745
8746 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8747
8748         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8749         (gnus-mime-copy-part): Check coding system, not charset.
8750         (gnus-mime-view-part-externally): Never remove part.
8751         (gnus-mime-view-part-internally): Don't remove part here.
8752         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8753         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8754         multipart/alternative.
8755
8756         * mm-decode.el (mm-display-part): Take optional arg `force'.
8757
8758 2010-10-26  Julien Danjou  <julien@danjou.info>
8759
8760         * gnus-group.el (gnus-group-default-list-level): Add this function to
8761         compute the default list level.
8762         (gnus-group-default-list-level): Add possibility to use a function.
8763
8764 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8765
8766         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8767
8768         * gnus-group.el (gnus-group-completing-read)
8769         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8770         gnus-replace-in-string.
8771
8772 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8773
8774         * shr.el (shr-tag-div): Add.
8775
8776         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8777
8778 2010-10-25  Julien Danjou  <julien@danjou.info>
8779
8780         * gnus-util.el: Remove `gnus-with-local-quit'.
8781
8782         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8783
8784 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8785
8786         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8787         the original article buffer.
8788
8789 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8790
8791         * nnimap.el (nnimap-request-head): New function.
8792         (nnimap-request-move-article): Try to be slightly faster by not
8793         requesting the entire message when moving.
8794         (nnimap-transform-headers): Don't bug out on bodiless articles.
8795         (nnimap-send-command): Have no outstanding messages if the IMAP server
8796         doesn't support streaming.
8797         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8798
8799 2010-10-24  Julien Danjou  <julien@danjou.info>
8800
8801         * message.el (message-default-headers): Fix type.
8802
8803 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8804
8805         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8806         prefetching images.
8807
8808         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8809         backend for unknown groups.  This is mainly useful for nnimap groups.
8810
8811         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8812         group isn't covered by the agent.
8813
8814 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8815
8816         * nnir.el (nnir-method-default-engines): New variable.
8817         (nnir-run-query): Use it.
8818         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8819         (gnus-summary-nnir-goto-thread): Change group if needed.
8820
8821         * gnus-group.el (gnus-group-group-map): Add key binding for
8822         gnus-group-make-nnir-group.
8823
8824 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8825
8826         * shr.el (shr-tag-object): Add.
8827
8828         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8829         original article buffer live.
8830         (gnus-summary-select-article-buffer):
8831         Mention gnus-widen-article-buffer.
8832
8833 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8834
8835         * shr.el (shr-tag-strong): Add.
8836
8837 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8838
8839         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8840         group names.  They mess up the group buffer badly.
8841
8842         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8843
8844         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8845         instead of the summary one.
8846
8847 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8848
8849         * mml.el (mml-preview): Work properly when editing article.
8850
8851         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8852         gnus-have-read-active-file if it's already been in.
8853
8854 2010-10-22  Tom Tromey  <tromey@redhat.com>
8855
8856         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8857         gnus-group-completing-read.
8858
8859 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8860
8861         * message.el (message-mode-map): Don't bind M-; to comment region, to
8862         allow the global comment-dwim to work.
8863
8864 2010-10-21  Julien Danjou  <julien@danjou.info>
8865
8866         * message.el (message-setup-1): Allow message-default-headers to be a
8867         function.
8868
8869 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8870
8871         * shr.el (shr-tag-table): Simplify.
8872
8873 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8874
8875         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8876         to avoid trying to snarf invalid stuff.
8877
8878         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8879
8880         * gnus.el (gnus-message-archive-group): Quote value.
8881         (gnus-message-archive-group): Mark as changed.
8882
8883         * shr.el (shr-add-font): Don't put the font properties on the newline
8884         or the indentation.
8885
8886         * message.el (message-fix-before-sending): Change options when sending
8887         non-printable characters.
8888
8889         * gnus.el (gnus-message-archive-method): Change the default to
8890         monthly outgoing groups.
8891
8892         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8893         that have gotten new numbers.
8894
8895         * nnimap.el (nnimap-request-replace-article): New function.
8896
8897 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8898
8899         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8900         (nnrss-request-article): Don't use special html washing code.
8901
8902 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8903
8904         * shr.el (shr-tag-table): Remove useless nconc.
8905
8906 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8907
8908         * gnus-art.el (article-wash-html): Simplify and remove the charset
8909         stuff.  Use the normal html rendering code instead of the special html
8910         washing code.
8911
8912         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8913         `gnus-w3m' symbols.
8914         (mm-text-html-washer-alist): Remove.
8915
8916         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8917         (mm-inline-media-tests): Remove use.
8918         (mm-text-html-renderer): Change default to the `shr' symbol.
8919
8920         * mm-view.el (mm-inline-text-html): Remove use.
8921
8922         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8923         `gnus-blocked-images' to be a function.
8924         (gnus-article-wash-function): Remove.
8925
8926 2010-10-20  Julien Danjou  <julien@danjou.info>
8927
8928         * spam.el (spam-list-of-processors): Mark as obsolete.
8929
8930         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8931         (nnimap-insert-partial-structure): Fix boundary detection.
8932
8933 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8934
8935         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8936         run file-truename on remote files.  This can be expensive and even
8937         prevent one from editing drafts if some unrelated buffer has a stale
8938         connection.
8939
8940 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8941
8942         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8943         kinsoku-eol regardless of shr-kinsoku-shorten.
8944         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8945         (shr-tag-table): Support caption, thead, and tfoot.
8946
8947 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8948
8949         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8950         lines.
8951         (shr-save-contents): New command and keystroke.
8952
8953         * nndoc.el (nndoc-type-alist): Add git support.
8954         (nndoc-git-type-p): New function.
8955         (nndoc-transform-git-article): Ditto.
8956         (nndoc-transform-git-headers): Ditto.
8957         (nndoc-transform-git-headers): Generate Subject headers.
8958
8959         * shr.el (shr-parse-style): New function.
8960         (shr-tag-span): Ditto.
8961
8962         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8963         to `G G' to avoid collisions.
8964
8965 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8966
8967         * shr.el: Load kinsoku if necessary.
8968         (shr-kinsoku-shorten): New internal variable.
8969         (shr-find-fill-point): Make kinsoku shorten text line if
8970         shr-kinsoku-shorten is bound to non-nil.
8971         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8972         shr-indentation too when testing if table is wider than frame width.
8973         (shr-insert-table): Use `string-width' instead of `length' to measure
8974         text width.
8975         (shr-insert-table-ruler): Make sure indentation is done at bol.
8976
8977 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8978
8979         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8980         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8981         undecoded network data.
8982
8983 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8984
8985         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8986         name in the mode line spec so that the mode line menu works
8987         (bug#2431).
8988
8989         * message.el (message-get-reply-headers): If we're fed `to-address',
8990         then always use that.
8991
8992         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8993         aren't so wide as to need to switch off the edit menu.
8994
8995         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8996         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
8997
8998         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8999         `M-g'.
9000         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9001         the permanent marks.
9002
9003 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9004
9005         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9006         Splitting according to references/in-reply-to obeys the ignore-groups
9007         variable, while splitting by sender and subject do not.
9008
9009 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9010
9011         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9012         alist, so that we can look for non-Unicode chars.
9013         (article-translate-strings): Allow both character and string maps.
9014
9015 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9016
9017         * shr.el (shr-insert): Don't insert space behind a wide character
9018         categorized as kinsoku-bol, or between characters both categorized as
9019         nospace.
9020
9021 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9022
9023         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9024         headers to gnus-newsgroup-headers.
9025
9026 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9027
9028         * shr.el (shr-tag-img): Don't align images -- since we're not
9029         rescaling, this often leads to ugly displays.
9030
9031 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9032
9033         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9034         duplicates.
9035
9036 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9037
9038         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9039         call.
9040
9041 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9042
9043         * gnus.el: Autoload gnus-html-show-images.
9044
9045         * nnimap.el: Use nnheader-message throughout.
9046
9047         * shr.el (shr-tag-img): Ignore images with no data.
9048
9049 2010-10-15  Julien Danjou  <julien@danjou.info>
9050
9051         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9052         a possibility to disable format=flow encoding when using hard newlines.
9053
9054 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * shr.el (shr-insert): Remove space inserted before or after a
9057         breakable character or at the beginning or the end of a line.
9058         (shr-find-fill-point): Do kinsoku; find the second best point or give
9059         it up if there's no breakable point.
9060
9061 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9062
9063         * nnimap.el (nnimap-open-connection): Message when opening connection
9064         for debugging purposes.
9065
9066         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9067         on every setup buffer call to allow this to change from article to
9068         article.
9069
9070         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9071         buffers where we have a wide table.
9072
9073 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9074
9075         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9076         uses *-request-thread.
9077
9078 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9079
9080         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9081         incantation, which is no longer valid.
9082
9083 2010-10-14  Julien Danjou  <julien@danjou.info>
9084
9085         * shr.el: Fix defcustom type (char -> character).
9086
9087 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9088
9089         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9090         programs.
9091
9092 2010-10-14  Julien Danjou  <julien@danjou.info>
9093
9094         * shr.el (shr-tag-a): Use url-link as widget type.
9095
9096         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9097         `gnus-group-get-icon'.
9098
9099 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9100
9101         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9102         This should make server editing work better.
9103
9104         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9105
9106         * tls.el (tls-program): Remove spurious %s from openssl.
9107
9108         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9109         (nnimap-parse-flags): Fix regexp.
9110
9111         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9112         probably work for CJVK text, too.
9113
9114         * nnimap.el (nnimap-extend-tls-programs): Remove.
9115         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9116
9117         * tls.el (tls-starttls-switches): Remove starttls hack.
9118         (open-tls-stream): Ditto.
9119         (tls-find-starttls-argument): Ditto.
9120
9121 2010-10-13  Julien Danjou  <julien@danjou.info>
9122
9123         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9124         responses.
9125
9126 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9127
9128         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9129
9130         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9131         anything in Emacs.
9132
9133         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9134
9135 2010-10-13  Julien Danjou  <julien@danjou.info>
9136
9137         * shr.el (shr-width): Make shr-width a defcustom with default to
9138         fill-column.
9139         (shr-tag-img): Use shr-width rather than fill-column.
9140
9141 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9142
9143         * dgnushack.el (byte-optimize-apply):
9144         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9145
9146         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9147         position when (X-)Faces exist.
9148         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9149         avatars when called interactively.
9150
9151 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9152
9153         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9154         gnus-article-x-face-too-ugly is bound.
9155
9156 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9157
9158         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9159
9160         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9161         mailbox that doesn't exist.
9162
9163 2010-10-12  Julien Danjou  <julien@danjou.info>
9164
9165         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9166         (shr-get-image-data): Encode URL properly when fetching from cache.
9167         (shr-tag-img): Use aligned-to spaces to align correctly images.
9168
9169         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9170         before inserting the Gravatar.
9171
9172         * shr.el (shr-tag-img): Add align attribute support for <img>.
9173
9174 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9175
9176         * gnus-gravatar.el (gnus-art): Require.
9177
9178         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9179         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9180         Remove long obsoleted functions.
9181
9182 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9183
9184         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9185
9186         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9187
9188         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9189         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9190         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9191         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9192         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9193         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9194         * sieve-manage.el, smime.el, spam.el:
9195         Fix comment for declare-function.
9196
9197 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9198
9199         * nnimap.el (nnimap-request-rename-group): Select group read-only
9200         before renaming it.
9201
9202         * shr.el (shr-insert): Fix up the white space only regexp.
9203
9204         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9205         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9206
9207         * shr.el (shr-current-column): New function.
9208         (shr-find-fill-point): New function.
9209
9210 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9211
9212         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9213         numbers.
9214
9215 2010-10-11  Julien Danjou  <julien@danjou.info>
9216
9217         * shr.el (shr-hr-line): Add.
9218         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9219         display hr lines.
9220         (shr-max-columns): Do not change state to nil if we just inserting
9221         spaces.
9222
9223 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9224
9225         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9226         select the last group.
9227
9228 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9229
9230         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9231
9232 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9233
9234         * dig.el (dig-mode-map): Declare and define in one step.
9235
9236 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9237
9238         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9239         for Gnus.
9240         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9241         (nnimap-update-qresync-info): Mark \Seen articles as read.
9242
9243         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9244         non-variable, too.
9245
9246         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9247         available.
9248         (nnimap-update-info): Rely more on the current active than the param
9249         active to avoid marking articles as read too much.
9250
9251         * auth-source.el (auth-source-create): Use (user-login-name) for the
9252         user name default.
9253
9254         * nnimap.el (nnimap-update-info): If the server doesn't return any
9255         useful info, just use the previous info.
9256         (nnimap-update-info): Prefer old info over start-article.
9257         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9258
9259 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9260
9261         * nnir.el (autoload): Clean up autoloads.
9262         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9263         Use key rather than value.
9264         (nnir-imap-search-other): New variable.
9265         (nnir-read-parm): Use it.
9266         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9267         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9268
9269 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9270
9271         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9272         the process, too.
9273
9274 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9275
9276         * spam.el (gnus-summary-mode-map): Bind to "$".
9277         Suggested by Russ Allbery.
9278
9279         * shr.el: Rework the way things are indented by <li> slightly.
9280
9281         * gnus.el (gnus-group-set-parameter): Fix typo.
9282
9283         * nnimap.el: Start implementing QRESYNC support.
9284
9285 2010-10-09  Julien Danjou  <julien@danjou.info>
9286
9287         * nnir.el (nnir-engines): Fix too many arguments.
9288
9289 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9290
9291         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9292         group is the "last", so that the backends like nnfolder actually save
9293         their folders.
9294
9295         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9296         try to use that for the tls stream.
9297         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9298         UIDVALIDITY and find out which groups are read-only and not.
9299         (nnimap-get-flags): Use the same marks parsing code as the rest of
9300         nnimap.
9301
9302 2010-10-09  Julien Danjou  <julien@danjou.info>
9303
9304         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9305
9306         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9307         retrieving gravatars.
9308
9309         * shr.el (shr-table-corner): Add.
9310         (shr-table-line): Add.
9311         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9312
9313 2010-10-08  Julien Danjou  <julien@danjou.info>
9314
9315         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9316
9317 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9318
9319         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9320
9321         * gnus-sum.el (gnus-mark-article-as-unread)
9322         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9323         (gnus-summary-set-bookmark): Use it.
9324
9325         * gnus-msg.el (gnus-setup-message): Use it.
9326
9327         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9328
9329         * gnus.el (gnus-group-remove-parameter): Use it.
9330
9331         * gnus-group.el (gnus-group-make-web-group): Use it.
9332
9333         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9334
9335         * nnregistry.el: Update docs to mention manual.
9336
9337         * gnus-registry.el: Update docs to mention nnregistry.el.
9338         (gnus-registry-initialize): Don't install nnregistry refer method
9339         automatically.
9340         (gnus-registry-install-nnregistry): Remove it.
9341
9342 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9343
9344         * shr.el (shr-insert): Don't insert double spaces.
9345
9346 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9347
9348         * gnus-gravatar.el (gnus-treat-from-gravatar)
9349         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9350         called interactively.
9351
9352         * gnus-art.el (gnus-mime-view-part-externally)
9353         (gnus-mime-view-part-internally): Make predicate function passed to
9354         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9355         of a mime type.
9356
9357         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9358
9359 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9360
9361         * shr.el (require): Require cl when compiling.
9362         (shr-tag-hr): New function.
9363
9364         * nnimap.el (nnimap-update-info): Remove double setting of high.
9365         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9366         This makes nnimap work properly on Courier again.
9367
9368         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9369         the variable for backwards compatibility.
9370
9371         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9372         the file name before using to avoid setting mm-default-directory to
9373         nil.
9374
9375         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9376         bidning gnus-agent variables.
9377
9378         * shr.el (shr-render-td): Use a cache for the table rendering function
9379         to avoid getting an exponential rendering behavior in nested tables.
9380         (shr-insert): Rework the line-breaking algorithm.
9381         (shr-insert): Don't leave trailing spaces.
9382         (shr-insert-table): Also insert empty TDs.
9383         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9384
9385 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9386
9387         * gnus-sum.el (gnus-number): Rename from `number'.
9388         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9389         (gnus-summary-limit-children): Update uses correspondingly.
9390
9391 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9392
9393         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9394         (gnus-gravatar-transform-address): Don't show avatars of people of
9395         which mail addresses match gnus-gravatar-too-ugly.
9396
9397 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9398
9399         * shr.el (shr-table-widths): Expand TD elements to fill available
9400         space.
9401
9402 2010-10-07  Julien Danjou  <julien@danjou.info>
9403
9404         * nnimap.el (nnimap-request-rename-group): Add this method.
9405
9406 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9407
9408         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9409         name from XEmacs' function-arglist.
9410
9411         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9412         gravatar under XEmacs.
9413
9414 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9415
9416         * auth-source.el: Update docs with TODO items.
9417
9418         * gnus-sync.el: Update docs to explain state and plans.
9419
9420         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9421         Hooks for mark updates.
9422         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9423
9424         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9425         hooks with arguments, which is needed for mark update hooks.
9426
9427 2010-10-06  Julien Danjou  <julien@danjou.info>
9428
9429         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9430         was matched.
9431
9432         * sieve-manage.el: Update example in `Commentary'.
9433
9434         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9435
9436         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9437         not 2000.
9438         (sieve-manage-authenticate): Re-add function.
9439
9440 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9441
9442         * shr.el (shr-insert): Get 'space transition right.
9443         (shr-render-td): Only delete space at the end of the TD.
9444
9445         * nnimap.el (nnimap-open-connection): Prepare to support
9446         open-gnutls-stream.
9447
9448         * shr.el: Rearrange function order to be more logical.
9449
9450 2010-10-06  Julien Danjou  <julien@danjou.info>
9451
9452         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9453         (nnrss-discover-feed): Remove 404 URL in docstring.
9454
9455         * nnir.el: Fix Swish-E URL.
9456         Fix Namazu URL.
9457
9458         * message.el (message-change-subject): Remove 404 URL in a comment.
9459
9460 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9461
9462         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9463         called interactively.
9464
9465         * gnus-util.el (gnus-remove-if): Allow hash table.
9466         (gnus-remove-if-not): New function.
9467
9468         * gnus-art.el (gnus-mime-view-part-as-type):
9469         * gnus-score.el (gnus-summary-score-effect):
9470         * gnus-sum.el (gnus-read-move-group-name):
9471         Replace remove-if-not with gnus-remove-if-not.
9472
9473         * gnus-group.el (gnus-group-completing-read):
9474         Regard collection as a hash table if it is not a list.
9475
9476 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9477
9478         * shr.el (shr-render-td): Allow blank/missing <TD>s.
9479
9480         * shr.el: Document the table-rendering algorithm.
9481
9482 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9483
9484         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
9485         for Emacsen having no `libxml-parse-html-region' support.
9486
9487 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9488
9489         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9490         invalid URLs.
9491
9492         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9493         line-broken.
9494         (shr-tag-img): Ignore image fetching errors.
9495         (shr-overlays-in-region): Compute overlay positions correctly.
9496
9497         * mm-decode.el (mm-shr): Require shr.
9498
9499         * gnus-art.el (gnus-blocked-images): Move variable here.
9500
9501         * shr.el (shr-insert-table): Bind free variable.
9502
9503         * mm-decode.el (mm-shr): Bind shr-content-function.
9504
9505         * shr.el (shr-content-function): New variable.
9506
9507         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9508         added for symmetry.
9509
9510         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9511
9512         * gnus-group.el (gnus-group-make-group): Doc fix.
9513
9514         * nnimap.el (nnimap-request-newgroups): Return success.
9515
9516         * shr.el (shr-find-elements): New function.
9517         (shr-tag-table): Put all the images after the table.
9518         (shr-tag-table): Really inhibit images inside the table.
9519         (shr-collect-overlays): Copy over overlays from the TD elements to the
9520         main document.
9521
9522         * mm-decode.el (mm-shr): Bind shr-blocked-images to
9523         gnus-blocked-images.
9524
9525 2010-10-05  Julien Danjou  <julien@danjou.info>
9526
9527         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9528
9529         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9530         (gnus-html-maximum-image-size): Add this function.
9531         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9532
9533         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9534         server-value of the capability is nil.
9535
9536 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9537
9538         * shr.el (shr-tag-em): Add <EM> tag.
9539
9540 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9541
9542         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9543         customizable.
9544
9545         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9546         handing broken links to browse-url.
9547
9548 2010-10-05  Julien Danjou  <julien@danjou.info>
9549
9550         * gnus-util.el (gnus-emacs-completing-read)
9551         (gnus-iswitchb-completing-read): Use autoload rather than require.
9552
9553 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
9556         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
9557         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
9558         iswitchb-temp-buflist for XEmacs.
9559
9560         * gnus-util.el (gnus-completing-read-function): Exclude
9561         gnus-icompleting-read and gnus-ido-completing-read from candidates for
9562         XEmacs since iswitchb.el is very old and ido.el is unavailable in
9563         XEmacs.
9564
9565         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9566         not to use `delete-dups' that is unavailable in XEmacs 21.4.
9567
9568         * gnus-html.el: Don't require help-fns under XEmacs.
9569         (gnus-html-schedule-image-fetching): Work for XEmacs.
9570
9571         * mm-decode.el (mm-shr): Decode contents by charset.
9572
9573 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9574
9575         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9576         unknown.
9577
9578         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9579         (shr-get-image-data): Ensure against the cache file missing.
9580
9581         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9582         for data.
9583
9584         * spam-report.el (spam-report-url-ping-plain): Don't query about
9585         killing the process.
9586
9587         * shr.el (shr-render-td): Protect against too-wide text.
9588
9589 2010-10-04  Julien Danjou  <julien@danjou.info>
9590
9591         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9592         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9593
9594         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9595         retrieved.
9596
9597 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9598
9599         * shr.el (browse-url): Require.
9600         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9601         lines.
9602         (shr-show-alt-text, shr-browse-image): New commands.
9603         (shr-browse-url, shr-copy-url): New commands.
9604
9605         * gnus-sum.el (gnus-widen-article-window): New variable.
9606         (gnus-summary-select-article-buffer): Use it.
9607
9608         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9609         without @ signs.
9610
9611 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9612
9613         * nnir.el (nnir-run-imap): Remove spurious space in search string.
9614
9615 2010-10-04  Julien Danjou  <julien@danjou.info>
9616
9617         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9618         for XEmacs.
9619
9620 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9621
9622         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9623
9624         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9625         (nnimap-close-server): Implement.
9626
9627         * dgnushack.el (iswitchb): Require to shut up the compiler.
9628
9629         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9630         (shr-insert): Tweak line breaking.
9631         (shr-insert): Handle <pre> better.
9632         (shr-tag-li): Get <li> indentation right.
9633         (shr-tag-li): Get <li> indentation even righter.
9634         (shr-tag-blockquote): Ensure paragraph start.
9635         (shr-make-table): Tweak table generation.
9636         (shr-make-table): Fix typo.
9637
9638         * shr.el: Implement table rendering.
9639
9640 2010-10-04  Julien Danjou  <julien@danjou.info>
9641
9642         * gnus-html.el (gnus-html-put-image): Fix resize image code.
9643
9644 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9645
9646         * shr.el (shr-insert): Use string anchors instead of line anchors.
9647
9648 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9649
9650         * shr.el: Add headings.
9651         (shr-ensure-paragraph): Actually work.
9652         (shr-tag-li): Make <ul> prettier.
9653         (shr-insert): Get white space at the beginning/end of elements right.
9654         (shr-tag-p): Collapse subsequent <p>s.
9655         (shr-ensure-paragraph): Don't insert double line feeds after blank
9656         lines.
9657         (shr-insert): \t is also space.
9658         (shr-tag-s): Fix "s" tag name function.
9659         (shr-tag-s): Fix face prop name.
9660
9661 2010-10-03  Julien Danjou  <julien@danjou.info>
9662
9663         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9664
9665         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9666         gnus-window-inside-pixel-edges.
9667
9668         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9669         gnus-ems.
9670
9671         * mm-view.el (mm-inline-image-emacs): Support image resizing.
9672
9673         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9674         function.
9675
9676         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9677         resize choice.
9678
9679 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9680
9681         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9682         beginning of the buffer.
9683
9684         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9685         article buffer again.
9686
9687         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9688
9689         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9690         when it's at the start of the buffer.
9691
9692         * shr.el (shr-tag-blockquote): Convert name.
9693         (shr-rescale-image): Use the right image-size variant.
9694
9695         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9696         buffer isn't shown, then select the current article first instead of
9697         bugging out.
9698         (gnus-summary-select-article-buffer): Show both the article and summary
9699         buffers again.
9700
9701         * shr.el (shr-fontize-cont): Protect against regions with no text.
9702         Rename tag functions to shr-tag-* for enhanced security.
9703         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9704
9705 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9706
9707         * shr.el (shr-insert):
9708         * pop3.el (pop3-movemail):
9709         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9710         loaded.
9711
9712 2010-10-03  Glenn Morris  <rgm@gnu.org>
9713
9714         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9715
9716         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9717
9718         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9719
9720         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9721
9722         * gnus-util.el (gnus-make-local-hook): Simplify.
9723
9724 2010-10-02  Julien Danjou  <julien@danjou.info>
9725
9726         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9727         (gnus-ido-completing-read): New function.
9728         (gnus-emacs-completing-read): New function.
9729         (gnus-completing-read): Use gnus-completing-read-function.
9730         Add gnus-completing-read-function.
9731
9732 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9733
9734         * shr.el (shr-insert-document): Autoload.
9735         (shr-img): Be silent.
9736         (shr-insert): Add a newline after every picture before text.
9737         (shr-add-font): Use overlays for combining faces.
9738         (shr-insert): Pass upwards the text start point.
9739
9740         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9741         possible.
9742         (mm-shr): New function.
9743
9744 2010-10-02  Julien Danjou  <julien@danjou.info>
9745
9746         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9747         should go backward.
9748
9749 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9750
9751         * shr.el (shr): Fix typo in provide call.
9752
9753 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9754
9755         * shr.el: New file.
9756
9757         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9758
9759         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9760         completing read.
9761
9762 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9763
9764         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9765         we're being queried about.  Suggested by Dan Jacobson.
9766
9767         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9768         Suggested by Jason Eisner.
9769
9770         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9771         table, too.  Suggested by Stefan Wiens.
9772         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9773         the table unnecessary.  Suggested by Stefan Wiens.
9774
9775         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9776         longer needed, and probably doesn't work either, as pointed out by
9777         Stefan Wiens.
9778         (gnus-summary-exit): Remove call to the clearing function.
9779         (gnus-summary-exit-no-update): Ditto.
9780
9781         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9782         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9783         Reported by Stefan Monnier.
9784         (gnus-summary-save-in-rmail): Ditto.
9785
9786         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9787         article buffer, instead of both the article buffer and the summary
9788         buffer.  Sort of suggested by Dan Jacobson.
9789
9790         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9791
9792         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9793         Suggested by Dan Jacobson.
9794
9795         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9796         documentation clearer.
9797
9798         * message.el (message-shorten-references): Comment on the number "21".
9799         Suggested by Stefan Monnier.
9800
9801         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9802         Suggested by Dan Jacobson.
9803
9804         * gnus.el (gnus-large-newsgroup):
9805         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9806
9807         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9808         externalize attachments.  Bug reported by Steve Wen.
9809
9810         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9811         really message anything to the user.
9812
9813         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9814         directly.
9815
9816         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9817         messages in empty groups.
9818
9819 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9820
9821         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9822         non-UIDNEXT group.
9823
9824 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9825
9826         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9827         not the value from the collection.
9828
9829         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9830         values.  This sometimes happens on some groups that have no info.
9831         (nnimap-request-newgroups): New function.
9832
9833 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9834
9835         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9836         check into `gnus-registry-initialize'.
9837         (gnus-registry-initialize): Ditto.
9838         Fix and extend header docs.
9839
9840 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9841
9842         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9843         regexp backtrace overflows.
9844
9845         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9846         for starttls that tls.el implements; i.e. openssl.
9847
9848         * tls.el (tls-starttls-switches): Give up on using starttls with
9849         gnutls-cli.
9850         (tls-program): Add --insecure to be consistent with the defaults from
9851         openssl s_client.  Now all three commands are insecure.
9852
9853 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9854
9855         * lpath.el: Bind completion-styles-alist for XEmacs.
9856
9857         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9858         (gravatar-create-image): New function that's an alias to
9859         gnus-xmas-create-image, gnus-create-image, or create-image.
9860         (gravatar-data->image): Use it.
9861
9862 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9863
9864         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9865         install the nnregistry refer method.
9866         (gnus-registry-install-hooks): Use it.
9867         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9868         unfollowed groups.
9869
9870 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9871
9872         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9873         expanding threads.
9874
9875 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9876
9877         * nnir.el: Use the server names without suffixes (bug#7009).
9878
9879         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9880         unencrypted to STARTTLS, if possible.
9881
9882 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9883
9884         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9885         headers before superseding.
9886
9887 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9888
9889         * nnrss.el (nnrss-use-local): Add documentation.
9890
9891         * nnimap.el (nnimap-extend-tls-programs): New function.
9892         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9893         (nnimap-wait-for-connection): Accept the greeting from the stupid
9894         output from openssl s_client -starttls, too.
9895
9896         * tls.el (tls-starttls-switches): New variable.
9897         (tls-find-starttls-argument): Use it.
9898         (open-tls-stream): Ditto.
9899
9900         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9901         (netrc-machine): Ditto.
9902
9903         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9904         article number.
9905         (nnimap-split-fancy): New variable.
9906         (nnimap-split-incoming-mail): Use it.
9907
9908         * nntp.el (nntp-server-list-active-group): Document.
9909
9910         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9911         SELECT to get the message-id.
9912
9913         * mail-source.el (mail-sources): Remove webmail support.
9914         (defvar): Ditto.
9915         (mail-source-fetcher-alist): Ditto.
9916         (mail-source-fetch-webmail): Remove.
9917
9918         * webmail.el: Remove -- doesn't seem relevant any more.
9919
9920         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9921
9922         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9923         the \r.
9924
9925 2010-09-30  Julien Danjou  <julien@danjou.info>
9926
9927         * gnus-agent.el (gnus-agent-add-group): Fix call to
9928         gnus-completing-read.
9929
9930 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9931
9932         * nndoc.el (nndoc-retrieve-groups): New function.
9933
9934         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9935         `default', use nnmail-split-methods.
9936         (nnimap-request-article): Downcase the NILs so that they are nil.
9937
9938         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9939         symbol.
9940
9941         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9942         code, since if the user has requested network, that's what they ought
9943         to get.
9944         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9945         (nnimap-split-rule): Mark as obsolete.
9946
9947         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9948         New variable.
9949
9950         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9951         correct slot, too.
9952
9953 2010-09-29  Julien Danjou  <julien@danjou.info>
9954
9955         * gnus.el (gnus-local-domain): Declare variable obsolete.
9956
9957         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9958         Fix history computing.
9959         (gnus-ido-completing-read): Require ido.
9960
9961 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9962
9963         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9964         build Gnus.
9965
9966         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9967         when interpreting the structures.
9968         (nnimap-request-accept-article): Add \r\n to the lines to make this
9969         work with Cyrus.
9970
9971         * nndraft.el (nndraft-request-expire-articles): Use the group name
9972         instead if "nndraft".  Fix found by Nils Ackermann.
9973
9974 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
9975
9976         * nnregistry.el: Add.
9977
9978 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9979
9980         * nnmail.el (group, group-art-list, group-art):
9981         Remove unneeded directives.
9982
9983 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9984
9985         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9986         (mm-mime-charset):
9987         * rfc2047.el (rfc2047-syntax-table):
9988         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9989
9990         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9991         rather than `insert-file-contents' and `eval-region'.
9992
9993         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9994         construction.
9995
9996         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9997
9998         * time-date.el: No need to require cl for Emacs 21.
9999
10000 2010-09-29  Julien Danjou  <julien@danjou.info>
10001
10002         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10003         replacement of `gnus-gravatar-relief' to mimic
10004         `gnus-faces-properties-alist'.
10005         Add :version property.
10006
10007 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10008
10009         * mail-source.el (mail-source-report-new-mail):
10010         * message.el (message-default-mail-headers):
10011         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10012
10013         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10014
10015 2010-09-28  Julien Danjou  <julien@danjou.info>
10016
10017         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10018         mail-address contains the same string as real-name.
10019
10020         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10021         non-blank in header, otherwise it'll get stripped.
10022
10023         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10024         real-name, and then for mail address rather than doing : or , search.
10025
10026 2010-09-27  Julien Danjou  <julien@danjou.info>
10027
10028         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10029         right completing-read function.
10030         (gnus-use-ido): New variable
10031         (gnus-completing-read-with-default): Remove.
10032         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10033         (gnus-agent-add-group):
10034         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10035         * mm-view.el (mm-view-pkcs7-decrypt):
10036         * mm-util.el (mm-codepage-setup):
10037         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10038         * mml-smime.el (mml-smime-openssl-sign-query):
10039         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10040         (mml-insert-multipart):
10041         * gnus-msg.el (gnus-summary-yank-message):
10042         * gnus-int.el (gnus-start-news-server):
10043         * mm-decode.el (mm-interactively-view-part):
10044         * gnus-dired.el (gnus-dired-attach):
10045         * gnus.el (gnus-read-method):
10046         * gnus-bookmark.el (gnus-bookmark-jump):
10047         * gnus-art.el (gnus-mime-view-part-as-type)
10048         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10049         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10050         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10051         * nnmairix.el (nnmairix-create-server-and-default-group)
10052         (nnmairix-update-groups, nnmairix-get-server)
10053         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10054         (nnmairix-get-group-from-file-path):
10055         * nnrss.el (nnrss-find-rss-via-syndic8):
10056         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10057         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10058         (gnus-group-browse-foreign-server):
10059         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10060         (gnus-summary-execute-command, gnus-summary-respool-article)
10061         (gnus-read-move-group-name):
10062         * gnus-score.el (gnus-summary-increase-score)
10063         (gnus-summary-score-effect):
10064         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10065
10066 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10067
10068         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10069         x-focus-frame.
10070
10071         * nnimap.el (auth-source-forget-user-or-password)
10072         (auth-source-user-or-password): Autoload.
10073
10074         * message.el (message-from-style, message-interactive)
10075         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10076         (message-yank-prefix, message-indentation-spaces, message-signature)
10077         (message-signature-file): Add comment.
10078
10079 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10080
10081         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10082         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10083         new articles.
10084
10085         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10086         parts.
10087         (nnimap-request-article): Work with the t setting, too.
10088
10089         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10090         that you don't get flashes of other buffers.
10091         (gnus-summary-show-complete-article): Intern before setting.
10092
10093 2010-09-27  David Engster  <dengste@eml.cc>
10094
10095         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10096         well as HEADERS.
10097         (nnmairix-retrieve-headers): Provide new argument for the above.
10098
10099 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10100
10101         * gnus-sum.el (gnus-summary-move-article): Don't alter
10102         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10103         group.
10104
10105         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10106
10107         * message.el (message-cite-prefix-regexp): Revert my last edit.
10108
10109         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10110         variable instead of the Gnus variable.
10111
10112         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10113
10114         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10115
10116         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10117         since some servers don't like it.
10118         (nnimap-open-connection): Forget credentials if the server says the
10119         password was wrong.
10120         (nnimap-parse-line): Protect against invalid data.
10121
10122         * gnus-sum.el (gnus-summary-move-article): Add comment.
10123         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10124         nothing alters it while scanning for new messages.
10125
10126         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10127         which may or may not help.
10128         (nnimap-open-connection): If we're doing a stream connection, and then
10129         discover we're on a STARTTLS-capable server, then open a STARTTLS
10130         connection instead.
10131
10132 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10133
10134         * nnimap.el (utf7): Require.
10135
10136         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10137         prefix.
10138
10139 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10140
10141         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10142
10143 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10144
10145         * nnimap.el (nnimap-request-accept-article): Message the error on
10146         error.
10147
10148 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10149
10150         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10151
10152 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10153
10154         * nndoc.el (nndoc-request-list): Return success always.
10155
10156         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10157         `fetch-old' -- we only want to fetch the articles we've requested.
10158         The rest are in the agent, probably.
10159         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10160         disappeared server" to something low.  It's not important.
10161
10162         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10163         arrived before the FETCH data.
10164
10165         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10166         target here, because we don't know the Gnus name of the group.
10167
10168         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10169         for the correct group.
10170
10171         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10172
10173         * gnus.el (gnus): Give a final warning after startup.
10174
10175         * gnus-util.el (gnus-action-message-log): New variable.
10176         (gnus-message): Use it.
10177         (gnus-final-warning): New function.
10178
10179         * nnimap.el (nnimap-open-connection): Record the greeting.
10180         (nnimap): Add greeting.
10181
10182 2010-09-26  Julien Danjou  <julien@danjou.info>
10183
10184         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10185         arguments.
10186         (gnus-html-wash-images): Fix spec computing to include start/end.
10187
10188         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10189
10190 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10191
10192         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10193         deletion.
10194         (nnimap-retrieve-headers): Don't select the group, because that's
10195         already done by nnimap-possibly-change-group.
10196
10197         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10198         (gnus-picon-transform-address): Use it.
10199
10200         * mail-source.el (mail-source-value): Revert previous patch.
10201
10202         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10203         on failure.
10204         (nnimap-open-connection): Look up both virtual and physical server name
10205         credentials.
10206
10207         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10208
10209 2009-02-07  Dave Love  <fx@gnu.org>
10210
10211         * tls.el (open-tls-stream): Don't query killing process.
10212
10213 2009-02-08  Dave Love  <fx@gnu.org>
10214
10215         * gnus-win.el (gnus-window-to-buffer-helper)
10216         (gnus-all-windows-visible-p): Function needn't be a symbol.
10217
10218         * mail-source.el (mail-source-value): Function needn't be a symbol.
10219
10220 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10221
10222         * message.el (message-cite-prefix-regexp): Remove } from the cite
10223         prefix.
10224
10225         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10226         highlight again, so that the highlight is correct.
10227
10228         * gnus-picon.el (gnus-picon): Remove again.
10229         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10230
10231         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10232         doing the header highlightling, so that the background color of the
10233         picon is correct.
10234
10235         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10236         (gnus-picon): Ditto.
10237         (gnus-picon): Reinstate.  The background color for picons is white.
10238         (gnus-picon-insert-glyph): Make the background white.
10239
10240         * nnml.el (nnml-open-nov): Don't return dead buffers.
10241
10242         * auth-source.el (auth-source-create): Query the user for whether to
10243         store the credentials.
10244
10245         * netrc.el (netrc-store-data): New function.
10246
10247         * auth-source.el (auth-source-user-or-password): Use the existing auth
10248         sources, if any, for creation.
10249
10250         * gnus.el (gnus-group-fast-parameter): Return the last matching
10251         parameter instead of the first matching parameter.
10252
10253 2010-09-26  Julien Danjou  <julien@danjou.info>
10254
10255         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10256
10257 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10258
10259         * mml2015.el (mml2015-use): Remove gpg support.
10260
10261         * mml1991.el (mml1991-function-alist): Remove gpg function.
10262         (mml1991-gpg-sign): Remove.
10263
10264 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10265
10266         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10267         (gnus-browse-unsubscribe-current-group): Document it.
10268         (gnus-browse-unsubscribe-group): Use it.
10269
10270 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10271
10272         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10273         address to the To list for easier response.
10274
10275         * gnus.el (gnus-play-startup-jingle): Remove.
10276         (gnus-splash): Don't play jingle.
10277         (gnus): Silence gnus-load message.
10278
10279         * gnus-art.el (gnus-treat-play-sounds): Remove.
10280
10281         * gnus.el (gnus-play-jingle): Remove audio support.
10282
10283         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10284
10285         * earcon.el: Remove -- no users.
10286
10287         * gnus-audio.el: Remove -- no users of this package.
10288
10289         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10290
10291         * gnus-start.el (gnus-setup-news): Remove nocem support.
10292
10293         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10294
10295         * gnus.el (gnus-use-nocem): Remove.
10296
10297         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10298         Remove.
10299
10300         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10301         uses NoCeM any more.
10302
10303         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10304         (gnus-button-ctan-handler): Ditto.
10305         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10306         (gnus-button-ctan-directory-regexp): Ditto.
10307         (gnus-button-handle-ctan): Ditto.
10308         (gnus-button-tex-level): Ditto.
10309         (gnus-button-alist): Remove CTAN stuff.
10310
10311 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10312
10313         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10314         nnimap-streaming test.
10315
10316         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10317         servers twice.
10318
10319         * nnimap.el (nnimap-open-connection): Add more error reporting when
10320         nnimap fails early.
10321
10322         * nnheader.el (nnheader-get-report-string): New function.
10323         (nnheader-get-report): Use it.
10324
10325         * gnus-int.el (gnus-check-server): Say what the error was when opening
10326         failed.
10327
10328         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10329         using streaming.
10330
10331 2010-09-25  Julien Danjou  <julien@danjou.info>
10332
10333         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10334         gnus-window-inside-pixel-edges.
10335
10336 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10337
10338         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10339
10340         * mm-decode.el (mm-save-part): Allow saving to other directories the
10341         normal Emacs way.
10342
10343         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10344         Suggested by Jay Berkenbilt.
10345
10346         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10347         there isn't a single byte.
10348
10349         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10350         just do it.  It doesn't really seem to matter what the user responds
10351         here, I think, so it's just a confusing question.
10352
10353         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10354         non-streaming case.
10355
10356         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10357         (gnus-article-encrypt-body): Use it.
10358
10359         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10360         keystroke.
10361
10362         * nnimap.el (nnimap-find-wanted-parts-1):
10363         Use gnus-fetch-partial-articles.
10364
10365         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10366
10367         * nnimap.el (nnimap-insert-partial-structure): New function.
10368         (nnimap-get-partial-article): New function.
10369         (nnimap-request-article): Use it.
10370         (nnimap-wait-for-response): Return whether the wait was successful.
10371         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10372         retrieval wasn't successful.
10373         (nnimap-retrieve-group-data-early): Allow throttling servers.
10374         (nnimap-streaming): New variable.
10375         (nnimap-fetch-partial-articles): Remove.
10376
10377         * mm-decode.el (mm-with-part): Protect against killed buffers.
10378
10379         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10380         for prettier summary display.
10381
10382 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10383
10384         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10385
10386 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10387
10388         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10389         apparently third-party libraries depend on it.
10390
10391         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10392         before starting negotiation.
10393
10394         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10395         privacy reasons.
10396         (gnus-treat-mail-gravatar): Ditto.
10397
10398         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10399         buffer when inserting images.  Inserting text into the headers, for
10400         instance, can make them invalid.
10401
10402 2010-09-25  Julien Danjou  <julien@danjou.info>
10403
10404         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10405         variables.
10406
10407         * nnheader.el: Remove useless variables news-reply-yank-from and
10408         news-reply-yank-message-id.
10409
10410         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10411         variables.
10412
10413         * mml1991.el: Remove useless mml1991-verbose.
10414
10415         * gnus.el: Remove useless variable gnus-use-generic-from.
10416         Remove obsolete variable gnus-topic-indentation.
10417
10418         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10419
10420         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10421
10422         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10423
10424         * gnus-group.el: Remove useless gnus-group-icon-cache.
10425         Remove useless gnus-ephemeral-group-server.
10426
10427         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10428
10429         * mml2015.el: Remove useless mml2015-verbose.
10430
10431         * mml-smime.el: Remove useless mml-smime-verbose.
10432
10433         * gnus.el: Remove useless gnus-local-domain.
10434
10435         * gnus-gravatar.el (gnus-gravatar-transform-address):
10436         Use gnus-gravatar-size.
10437
10438         * gnus-art.el: Remove useless gnus-treat-translate.
10439
10440 2010-09-24  Julien Danjou  <julien@danjou.info>
10441
10442         * gnus-sum.el: Add support for Gravatars.
10443
10444         * gnus-art.el: Add support for Gravatars.
10445
10446         * gnus-gravatar.el: Add this file.
10447
10448         * gravatar.el: Add this file.
10449
10450 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10451
10452         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10453
10454         * gnus-group.el (gnus-group-fetch-faq): Remove.
10455
10456         * gnus.el (gnus-group-faq-directory): Remove.
10457
10458         * gnus-group.el (gnus-group-fetch-charter): Remove.
10459
10460         * gnus.el (gnus-group-charter-alist): Remove.
10461
10462         * gnus-group.el (gnus-group-archive-directory): Remove.
10463         (gnus-group-recent-archive-directory): Ditto.
10464         (gnus-group-make-archive-group): Remove.
10465
10466         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10467
10468         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10469         use the same article number for all the cached articles.
10470
10471         * nnimap.el (nnimap-command): Register the last command time so
10472         that we can use it for idling NOOPs.
10473         (nnimap-open-connection): Start the keeplive timer.
10474         (nnimap-make-process-buffer): Store all the process buffers.
10475         (nnimap-keepalive): New function.
10476
10477         * starttls.el (starttls-open-stream): Add autoload cookie.
10478
10479 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10480
10481         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10482         handling.
10483
10484 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10485
10486         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10487         its data structures.
10488
10489         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10490         instead of the cl.el copy-list.
10491         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10492         equalp.
10493
10494 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10495
10496         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10497         and tool-bar-local-item-from-menu.
10498
10499         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10500         mode-line-highlight face for Emacs.
10501
10502         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10503         loading gnus-sum.elc; fix comment for canlock-verify.
10504         (gnus-article-jump-to-part): Use read-number.
10505         (gnus-insert-mime-button, gnus-insert-mime-security-button):
10506         Remove Emacs pre-21 compatible code for help-echo.
10507         (gnus-article-next-page-1): No need to adjust the number of lines.
10508         (gnus-article-describe-bindings): Always use help-buffer.
10509
10510         * gnus-audio.el (gnus-audio-inline-sound):
10511         * gnus-cus.el (gnus-custom-mode):
10512         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10513
10514         * gnus-sum.el (gnus-remove-overlays): Doc fix.
10515
10516         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10517         compatible code.
10518
10519 2010-09-24  Glenn Morris  <rgm@gnu.org>
10520
10521         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10522         visiting the fcc file in rmail-mode.
10523
10524         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
10525
10526 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10527
10528         * nnir.el: Silence the byte compiler.
10529
10530         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10531         alias to browse-url-url-encode-chars if any.
10532         (gnus-html-encode-url): Use it.
10533
10534 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10535
10536         * gnus-start.el (gnus-use-backend-marks): New variable.
10537         (gnus-get-unread-articles-in-group): Use it.
10538
10539         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10540         makeover.
10541
10542 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10543
10544         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10545
10546 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10547
10548         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10549         Remove.
10550         (gnus-setup-news-hook):
10551         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10552
10553         * gnus-int.el (gnus-request-update-info): Protect against backends not
10554         having the function.
10555
10556         * nnimap.el (nnimap-stream): Mention starttls.
10557         (nnimap-open-connection): Add starttls support.
10558
10559 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10560
10561         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10562
10563 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10564
10565         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10566         BODYSTRUCTUREs.
10567         (nnimap-transform-headers): Unfold quoted {42} headers.
10568
10569         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10570         the info.
10571         (gnus-get-unread-articles): Only call updatep on backends that support
10572         it.
10573
10574         * nnweb.el (nnweb-request-update-info): NOOP.
10575
10576         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10577
10578         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10579         since it only deals with marks.
10580
10581         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10582         gnus-request-marks, and make a new gnus-request-update-info.
10583
10584         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10585         the active instead of the high number, which is usually too low.
10586
10587 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
10588
10589         * netrc.el (netrc-parse): Remove encrypt.el mentions.
10590         * encrypt.el: Remove.
10591
10592 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10593
10594         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10595         server in symbolic form.
10596
10597         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10598
10599 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10600
10601         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10602         (nnimap-update-info): Fix up code slightly.
10603
10604         * gnus-int.el (gnus-open-server): Add tracing for performance
10605         debugging.
10606
10607         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10608         (gnus-group-insert-group-line): Pass the real group name so that it
10609         gets the right data.
10610
10611         * gnus-start.el (gnus-get-unread-articles): Don't have
10612         `gnus-get-unread-articles-in-group' update info, since that can be
10613         really slow and doesn't seem to be needed?
10614
10615 2010-09-22  Dan Christensen  <jdc@uwo.ca>
10616
10617         * time-date.el (date-to-time): Try using parse-time-string first before
10618         using the slower timezone-make-date-arpa-standard.
10619
10620 2010-09-22  Julien Danjou  <julien@danjou.info>
10621
10622         * gnus-group.el (gnus-group-insert-group-line):
10623         Call gnus-group-highlight-line.
10624         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10625         default hook list.
10626         (gnus-group-update-eval-form): Add new function.
10627         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10628         (gnus-group-get-icon): Use gnus-group-update-eval-form.
10629
10630 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10631
10632         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10633         immediate, then expire all articles.
10634         (nnimap-update-info): Fix off-by-one errors.
10635         (nnimap-flags-to-marks): Would return no marks lists for group with no
10636         flags.  Instead return the other data.
10637
10638 2010-09-22  Julien Danjou  <julien@danjou.info>
10639
10640         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10641         Only return an icon.
10642         (gnus-group-insert-group-line): Compute icon to return.
10643
10644         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10645         (gnus-html-image-fetched): Only cache if
10646         gnus-html-image-automatic-caching is set.
10647         (gnus-html-image-fetched): Check for errors.
10648
10649 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10650
10651         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10652         once per method on `g'.  This ensures that backends like nnfolder don't
10653         open all their folders.
10654
10655         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10656         (nnimap-request-list): Nix out group in the correct buffer.
10657         (nnimap-parse-flags): Implement by using `read' instead of
10658         hand-parsing.
10659         (nnimap-flags-to-marks): Pass on permanent-flags.
10660         (nnimap-make-process-buffer): Record the server name.
10661         (nnimap-parse-flags): Fix typo.
10662         (nnimap-request-scan): Run split on the server in general, not just a
10663         single group.
10664
10665         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10666         parameter, and propagate this downwards.
10667
10668         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10669         since EXAMINE changes it on the server.
10670
10671         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10672         this command might take a while.
10673
10674 2010-09-22  Julien Danjou  <julien@danjou.info>
10675
10676         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
10677         harmful if you have 2 images side-by-side, they can't be properly
10678         update on text deletion.  Using text-property is safer here.
10679         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10680         data.
10681
10682 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10683
10684         * nnimap.el (nnimap-expunge-inbox): Remove.
10685         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10686         (nnimap-expunge): Flip default to t.
10687
10688         * gnus.el (gnus-method-to-server): Don't push things to the cache
10689         unless it's unique.
10690         (gnus-server-to-method): Ditto.
10691
10692 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10693
10694         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10695
10696 2010-09-22  Julien Danjou  <julien@danjou.info>
10697
10698         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10699         get the start of data.
10700         (gnus-html-encode-url): Add this function to encode special chars in
10701         URL.
10702         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10703         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10704
10705         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10706         default.
10707         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10708
10709         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10710         images alt-text.
10711         (gnus-html-put-image): Put alt-text as help-echo.
10712
10713 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10714
10715         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10716         * mm-util.el (mm-decompress-buffer):
10717         * nnir.el (nnir-run-find-grep):
10718         * pop3.el (pop3-list): Use 3rd arg of split-string.
10719
10720         * time-date.el (format-seconds): Comment fix.
10721
10722         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
10723         and byte-optimize-form-code-walker.
10724         (dgnushack-make-auto-load): Don't advise make-autoload.
10725
10726         * lpath.el: Remove Emacs 21 stuff.
10727
10728 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10729
10730         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10731         outside the active range.  Suggested by Dan Christensen.
10732
10733         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10734         slightly later to avoid double-getting it.
10735
10736         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10737         previous patch.
10738
10739         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10740
10741 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10742
10743         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10744
10745 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10746
10747         * gnus-int.el (gnus-open-server): Give a better error message in the
10748         "go offline" case.
10749
10750         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10751         marks for nnimap, which is seldom the right thing to do.
10752
10753         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10754         (gnus-same-method-different-name): New function.
10755
10756         * nnimap.el (parse-time): Require.
10757
10758         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10759         method in the presence of many similar methods.
10760
10761         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10762
10763         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10764         nnml-inhibit-expiry.
10765
10766         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10767         find out whether methods are equal.
10768
10769         * nnimap.el (nnimap-find-expired-articles): New function.
10770         (nnimap-process-expiry-targets): New function.
10771         (nnimap-request-move-article): Request the article before looking at
10772         what the Message-ID is.  Fix found by Andrew Cohen.
10773         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10774
10775         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10776         for oldness in addition to being a predicate.
10777
10778         * nnimap.el (nnimap-request-group): When we have zero articles, return
10779         the right data to Gnus.
10780         (nnimap-request-expire-articles): Only delete articles immediately if
10781         the target is 'delete.
10782
10783         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10784         method, this would bug out.
10785
10786         * gnus-group.el (gnus-group-expunge-group): Rename from
10787         gnus-group-nnimap-expunge, and implemented as a normal interface
10788         function.
10789
10790         * gnus-int.el (gnus-request-expunge-group): New function.
10791
10792         * nnimap.el (nnimap-request-create-group): Implement.
10793         (nnimap-request-expunge-group): New function.
10794
10795 2010-09-21  Julien Danjou  <julien@danjou.info>
10796
10797         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10798         (gnus-html-cache-expired): Add new function.
10799         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10800         wethever we should display image for fetch it.
10801         Compute alt-text earlier to pass it to the fetching function too.
10802         (gnus-html-schedule-image-fetching): Change function argument to only
10803         get one image at a time, not a list.
10804         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10805         cache.
10806         (gnus-html-get-image-data): New function to retrieve image data from
10807         cache.
10808         (gnus-html-put-image): Change buffer argument to use image data rather
10809         than file, and place image above region rather than inserting a new
10810         one.  Do not take alt-text as argument, since it's useless now: we place
10811         the image above alt-text.
10812         (gnus-html-prune-cache): Remove.
10813         (gnus-html-show-images): Start to fetch image when we find one, do not
10814         push into a temporary list.
10815         (gnus-html-prefetch-images): Only fetch image if they have expired.
10816         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10817         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10818
10819 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10820
10821         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10822
10823 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10824
10825         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10826         spec inser "*" if the group isn't active instead of 0.
10827
10828         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10829         opening the server.
10830         (nnimap-request-delete-group): Implement group deletion.
10831         (nnimap-transform-headers): Return the size of the entire message in
10832         the Bytes header, not just the size of the first part.
10833         (nnimap-request-move-article): When moving an article from nnimap,
10834         request the article first so the accepting form has an article to
10835         accept.  Reported by Dan Christensen.
10836         (nnimap-command): Make sure that the error message doesn't error out.
10837
10838 2010-09-20  David Edmondson  <dme@dme.org>
10839
10840         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10841         we haven't requested anything.
10842
10843 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10844
10845         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10846         "".  Fix found by Andrew Cohen.
10847
10848         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10849         instead of -encode-string.
10850
10851 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10852
10853         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10854
10855         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10856         by mm-subst-char-in-string.
10857
10858 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10859
10860         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10861         waiting for the connection string.
10862
10863         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10864         arriving.
10865
10866         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10867         bogus characters.  This allows selecting certain Gmail groups.
10868
10869         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10870         (nnimap-fetch-partial-articles): New variable.
10871         (nnimap-open-connection): When looking for credentials, also use the
10872         nnimap-server-port.
10873         (nnimap-request-article): Return the group/article number, so that Gnus
10874         `^' works as expected.
10875         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10876
10877         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10878         comments.
10879         (gnus-methods-sloppily-equal): New function.
10880         (gnus): When using the development version of Gnus, load the gnus-load
10881         file.
10882
10883         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10884         `gnus-open-server' on each method before trying to scan them etc.
10885         This ensures that all the backend parameters are set correctly.
10886
10887         * nnimap.el (nnimap-authenticator): New variable.
10888         (nnimap-open-connection): Allow anonymous login.
10889         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10890         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10891
10892         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10893         patch, found by Knut Anders Hatlen.
10894
10895 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10896
10897         * gnus-agent.el (gnus-agent-batch-confirmation)
10898         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10899         to gnus-message.
10900         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10901         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10902         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10903         * gnus-int.el (gnus-open-server): Likewise.
10904         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10905         (gnus-score-check-syntax): Likewise.
10906         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10907         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10908         Likewise.
10909         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10910
10911 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10912
10913         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10914         calling conventions so that prefetch doesn't bug out.
10915
10916 2010-09-19  Julien Danjou  <julien@danjou.info>
10917
10918         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10919         rather than `subst-char-in-region' in order to be able to replace ASCII
10920         char by UTF-8 ones.
10921
10922         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10923         than curl.
10924         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10925         the right URL and ALT text on images.
10926         (gnus-html-wash-tags): Fix tag case.
10927         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10928         (gnus-article-html): Add -o display_ins_del=2 option.
10929         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10930
10931 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10932
10933         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10934         the extra mail headers, which sometimes seem to happen for unknown
10935         reasons.
10936
10937         * mail-parse.el (mail-header-encode-parameter): Define as
10938         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10939         (or most, perhaps?) mail readers don't understand the latter, but do
10940         understand the former.
10941
10942         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10943         to nil, so that no methods are automatically agentized.  I think this
10944         is probably what most users want.
10945
10946         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10947         from url-retrieve, for instance about invalid URLs.
10948
10949         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10950         groups that have no articles.
10951         (nnimap-request-article): Check that we really got an article when we
10952         requested one.
10953
10954         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10955         doesn't exist.
10956
10957         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10958         nntp buffer so the agent can save it.
10959         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10960         that CRLF doesn't get translated to \n.
10961         (nnimap-open-connection): Don't make 'shell commands only send \n.
10962
10963 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10964
10965         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10966         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10967         Update var name.
10968         (nnml-generate-nov-file): Use dolist.
10969         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10970         Use with-current-buffer.
10971
10972 2010-09-18  Julien Danjou  <julien@danjou.info>
10973
10974         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10975         parallel.
10976
10977 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10978
10979         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10980         the range update right.
10981         (nnimap-request-group): Don't make `M-g' bug out on group with no
10982         marks.
10983         (nnoo): Require, so that other packages can require nnimap.
10984         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10985         command we're looking for.  This helps when the server sends more
10986         responses after we've gotten everything we expected.
10987         (nnimap): Add a `newlinep' field to keep track of end-of-line
10988         conventions.
10989         Don't send CRLF to things that don't want it.
10990         (nnimap-request-accept-article): Ditto.
10991
10992 2010-09-18  Julien Danjou  <julien@danjou.info>
10993
10994         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10995         than curl to retrieve images.
10996
10997 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10998
10999         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11000         the marks.
11001         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11002         (nnimap-wait-for-connection): New function.
11003         (nnimap-open-connection): If we have PREAUTH, don't query for login
11004         credentials.
11005         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11006         when doing a partial update.
11007
11008 2010-09-18  Julien Danjou  <julien@danjou.info>
11009
11010         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11011         tags.
11012
11013 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11014
11015         * nnimap.el (nnimap-credentials): New function.
11016         (nnimap-open-connection): Use the new function to look for credentials
11017         also on the numeric equivalents of "imap" and "imaps".
11018
11019         * gnus-start.el (gnus-activate-group): Send the info to
11020         gnus-request-group.
11021
11022         * nnimap.el (nnimap-request-group): Have the "check" version of the
11023         function parse flags and update the info, so that a `M-g' get a total
11024         resync of all flags from the group.
11025
11026         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11027         to allow backends to alter the info on group selection.  Also alter all
11028         the backend -request-group functions to take the parameter.
11029
11030         * nnimap.el (nnimap-store-info): New function.
11031         (nnimap-update-info): Store the info for later usage.
11032         (nnimap-request-group): Use the stored info for the dont-check case, so
11033         that we don't retrieve all marks when we enter a group.
11034
11035         * nnimap.el: Use deffoo instead of defun for interface functions.
11036
11037         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11038         update the group info.  This makes the nndraft groups, for instance, go
11039         back to their old behavior.
11040
11041         * gnus-sum.el (gnus-select-newsgroup): Indent.
11042
11043         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11044         in.
11045         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11046         nothing.
11047
11048         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11049         from methods that are denied.
11050
11051         * gnus-int.el (gnus-method-denied-p): New function.
11052
11053         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11054         store the password instead of netrc.
11055         (nnimap-open-connection): Don't error out when we can't make a
11056         connections.
11057
11058         * auth-source.el (auth-source-create): In the password prompt, say what
11059         we're querying for.  Also prompt for user name if that hasn't been
11060         given.
11061
11062         * nnimap.el (nnimap-with-process-buffer): Remove.
11063
11064 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11065
11066         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11067         method when we're reading from the agent.
11068
11069         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11070
11071         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11072         that's probably most useful for users.
11073
11074         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11075         "failed" all the time.
11076
11077         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11078         ...)) with (with-current-buffer ... ).
11079
11080         * nntp.el (nntp-open-server): Return whether the open was successful or
11081         not.
11082
11083         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11084         select an unread unseen article first.
11085
11086         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11087         /etc/services, supply some sensible port defaults.
11088
11089         * dgnushack.el: Define netrc-credentials.
11090
11091 2010-09-17  Julien Danjou  <julien@danjou.info>
11092
11093         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11094
11095 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11096
11097         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11098         doesn't have any parameters.
11099
11100 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11101
11102         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11103         only upcased checks.
11104
11105         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11106
11107         * nnimap.el (nnimap-open-shell-stream): New function.
11108         (nnimap-open-connection): Use it.
11109         (nnimap-transform-headers): Get the number of lines in each message.
11110         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11111         number of lines.
11112         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11113         problem.
11114
11115         * utf7.el (utf7-encode): Autoload.
11116
11117         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11118         to allow the mail splitting to not return a default group.  This is
11119         useful for nnimap, which will leave unmatched mail in the inbox.
11120
11121         * nnimap.el: Rewritten.
11122
11123         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11124         nnimap usage.
11125
11126         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11127         if the move is internal, so that nnimap can do fast internal moves.
11128
11129         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11130         data.
11131         (gnus-read-active-for-groups): Support finishing the early retrieval of
11132         data.
11133
11134         * gnus-range.el (gnus-range-nconcat): New function.
11135
11136         * gnus-int.el (gnus-finish-retrieve-group-infos)
11137         (gnus-retrieve-group-data-early): New functions.
11138
11139 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11140
11141         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11142         (nnrss-retrieve-groups):
11143         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11144         (pop3-quit): Use with-current-buffer.
11145
11146 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11147
11148         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11149         instead of nnheader-accept-process-output.
11150
11151         * dgnushack.el (dgnushack-compile): Add comment.
11152
11153         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11154
11155         * gnus-html.el (gnus-html-schedule-image-fetching)
11156         (gnus-html-prefetch-images): Replace process-kill-without-query by
11157         gnus-set-process-query-on-exit-flag.
11158
11159 2010-09-16  Romain Francoise  <romain@orebokech.com>
11160
11161         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11162
11163 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11164
11165         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11166         parameter to unintern is mandatory-ish in Emacs 24.
11167
11168         * gnus-html.el (gnus-html-schedule-image-fetching)
11169         (gnus-html-prefetch-images): Check for curl before using it.
11170
11171         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11172         depend on curl, which isn't essential.
11173
11174         * imap.el: Revert back to version
11175         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11176         seem problematic.
11177
11178 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11179
11180         * gnus-registry.el (gnus-registry-install-shortcuts):
11181         Explicitly pass `obarray' to `unintern' to avoid a warning.
11182
11183 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11184
11185         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11186         change.
11187
11188         * nnrss.el (nnrss-request-list): Remove this function and related
11189         functions, including the moreover stuff.
11190
11191 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11192
11193         * nnrss.el (nnrss-retrieve-groups): New function.
11194
11195 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11196
11197         * .dir-locals.el: Add no-byte-compile cookie.
11198
11199 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11200
11201         * time-date.el (format-seconds): Comment fix.
11202
11203         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11204         for back end that doesn't support request-scan.
11205
11206 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11207
11208         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11209         then do request scans from the backends.
11210
11211         * netrc.el (netrc-credentials): New conveniency function.
11212
11213         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11214         avoid running a hook per line, since this takes a lot of time,
11215         profiling shows.
11216         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11217         directly if gnus-visual-p is true.
11218
11219 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11222         groups; replace mapcar with dolist which is a bit faster; pass groups
11223         info to gnus-read-active-file-1.
11224         (gnus-read-active-file-1): Scan only specified groups if the new
11225         optional arg `infos' is given.
11226
11227 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11228
11229         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11230
11231         * pop3.el (pop3-movemail): Remove.
11232         (pop3-streaming-movemail): Rename to pop3-movemail.
11233
11234         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11235         don't restrict end-tag searches to the end of the line.
11236
11237 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11238
11239         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11240         articles of every unchecked group to t, which means unknown since the
11241         server has never been opened.
11242
11243 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11244
11245         * gnus-html.el (gnus-html-show-alt-text): New command.
11246         (gnus-html-browse-image): Ditto.
11247         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11248         to browse the image directly.
11249         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11250         better.
11251
11252         * gnus-async.el (gnus-async-article-callback):
11253         Call `gnus-html-prefetch-images' unconditionally.
11254
11255         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11256         before feeding URLs to curl.
11257
11258 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11259
11260         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11261         internal images as deletable by `W D D'.
11262
11263         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11264         (gnus-async-article-callback): Fix typo.
11265
11266 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11267
11268         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11269         current line to work around bugs in the output from w3m.
11270
11271         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11272         for groups that want that.
11273
11274         * nntp.el (nntp-wait-for-string): Supply a timeout for
11275         accept-process-output to ensure progress.
11276
11277         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11278         level to get unread articles from, then use that for foreign groups,
11279         too.
11280
11281         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11282         confuses the rest of the function.
11283
11284         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11285         for the methods that support -retrieve-groups, too.
11286
11287         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11288
11289 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11290
11291         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11292         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11293
11294         * pop3.el: Require cl when compiling.
11295         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11296
11297 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11298
11299         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11300         that aren't going to be activated.
11301         (gnus-get-unread-articles): Fix up the last commit.
11302
11303         * gnus-html.el (gnus-article-html): Allow calling without specifying
11304         the handle.  In that case, dissect the buffer first.
11305
11306         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11307
11308         * nnimap.el (nnimap-open-connection): Revert the change that would look
11309         into authinfo for imaps instead of imap.
11310
11311         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11312         say that you don't want to call gnus-request-group with don-check, but
11313         do check the reponse.  This is for virtual groups only.
11314         (gnus-get-unread-articles): Count the archive groups as secondary, so
11315         that they're activated the same way as before.
11316
11317         * imap.el (imap-message-map): Removed optional buffer parameter, since
11318         no callers use it.
11319         (imap-message-get): Ditto.
11320         (imap-message-put): Ditto.
11321         (imap-mailbox-map): Ditto.
11322         (imap-mailbox-put): Ditto.
11323         (imap-mailbox-get): Ditto.
11324         (imap-mailbox-get): Revert last change for this function.
11325
11326         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11327         case-insensitively.
11328         (nnimap-debug): Remove.
11329
11330         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11331         callers to use `imap-fetch' instead.  According to the comments, this
11332         should be safe, since all other IMAP clients use the 1:* syntax.
11333         (imap-enable-exchange-bug-workaround): Remove.
11334         (imap-debug): Remove -- doesn't seem very useful.
11335
11336         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11337         mail from a file, and the file doesn't exist.
11338
11339         * imap.el (imap-log): New convenience function used throughout instead
11340         of repeating the same code all over the place.
11341
11342         * pop3.el (pop3-streaming-movemail): Return t for success.
11343
11344         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11345         .authinfo if we're using ssl connection.
11346
11347         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11348         already have if we're in a main Gnus `g' run.
11349
11350         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11351
11352 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11353
11354         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11355
11356         * nnmh.el (nnmh-request-list-1): Bind `file'.
11357
11358         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11359         alias to set-process-query-on-exit-flag or process-kill-without-query.
11360         (pop3-open-server): Use it.
11361
11362 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11363
11364         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11365         box to the Incoming file.  Fixes mistake in previous checkin.
11366
11367         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11368         request loop (for debugging purposes) removed.
11369
11370         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11371         culprit is more visible.
11372         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11373         (nnml-add-incremental-nov): New functions to do "incremental" nov
11374         updates, where we just append to the end of the existing nov files
11375         without reading/writing them in full.
11376
11377         * mail-source.el (mail-source-delete-crash-box): Really only check the
11378         incoming files once in a while.
11379
11380         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11381
11382         * mail-source.el (mail-source-delete-crash-box): Only check the
11383         incoming files for deletion once per day to save a lot of file
11384         accesses.
11385
11386         * pop3.el (pop3-logon): Fix up unbound variable typo.
11387
11388         * mail-source.el (pop3-streaming-movemail): Autoload.
11389
11390         * pop3.el (pop3-streaming-movemail):
11391         Respect pop3-leave-mail-on-server.
11392
11393         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11394         retrieval.
11395
11396         * pop3.el (pop3-process-filter): Remove unused function.
11397         (pop3-streaming-movemail, pop3-send-streaming-command)
11398         (pop3-wait-for-messages, pop3-write-to-file)
11399         (pop3-number-of-responses): New functions for streaming pop3
11400         retrieval.
11401
11402         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11403         come from no known methods.
11404         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11405         list.
11406
11407         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11408         message sizes.
11409         (pop3-movemail): Use erase-buffer instead of looping and deleting
11410         regions, which seems rather odd.
11411
11412         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11413         file once per `g' run.
11414
11415         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11416         directories.  This makes the draft queue directory work.
11417
11418         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11419         data from the backends, so that we only request the list of groups from
11420         each method once.  This should speed things up considerably.
11421
11422         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11423         detect that it's not implemented.
11424
11425         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11426         we actually do recurse down into the tree, but don't stat all leaf
11427         nodes.
11428
11429         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11430         then say so instead of bugging out.
11431
11432         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11433         files exist before trying to read them.
11434
11435         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11436         around <pre_int>.
11437
11438         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11439
11440         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11441
11442 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11443
11444         * mm-util.el (mm-image-load-path): Just return the image directories,
11445         not all directories in the path in addition to the image directories.
11446         (mm-image-load-path): Maintain a cache of the image directories so that
11447         the `g' command in Gnus doesn't have to stat dozens of directories each
11448         time.
11449
11450         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11451         (gnus-html-wash-tags): Add a new `i' command to insert images.
11452         (gnus-html-insert-image): New command and keystroke.
11453         (gnus-html-redisplay-with-images): New command and keystroke.
11454         (gnus-html-show-images): Rename command.
11455         (gnus-html-wash-tags): Remove more white space before <pre_int> image
11456         spacers.
11457         (gnus-html-wash-tags): Decode entities at the end, so that entities
11458         inside the tags don't mess up the rest of the "parsing".
11459
11460         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11461         so that nnimap methods aren't agentized by default.  There's apparently
11462         many problems related to agent/imap behavior.
11463
11464         * gnus-art.el (gnus-article-copy-string): New command and key binding.
11465
11466         * gnus-html.el: Doc fix.
11467
11468 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11469
11470         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
11471         specifier-spec-list for Emacs 21.
11472
11473         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11474         glyph-width and glyph-height instead of display-graphic-p and
11475         image-size; make avoidance of displaying small images work for XEmacs.
11476
11477         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11478         for XEmacs.
11479
11480         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11481         of symbol that holds plist data.
11482         (gnus-process-plist): Remove plist of process after getting it.
11483
11484 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11485
11486         * message.el (message-generate-hashcash): Change default to
11487         'opportunistic if hashcash is installed.
11488
11489         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11490         (gnus-html-put-image): Only call image-size once, since it's somewhat
11491         time-consuming on remote X servers.
11492
11493 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11494
11495         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
11496         type on data, not a file name.
11497
11498         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
11499         window-pixel-edges for Emacs 21.
11500
11501         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11502         decoded contents.
11503         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11504
11505 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11506
11507         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11508         group line format, since it isn't very interesting.
11509
11510         * gnus-agent.el (gnus-agent-short-article),
11511         (gnus-agent-long-article): Increase values for these two variables,
11512         since most people are likely to have more network connection and
11513         storage than before.
11514
11515         * gnus.el (gnus-refer-article-method): Change default to 'current.
11516         When referring an article, the common behavior is to refer it from the
11517         current select method, not the native select method.  The chances of
11518         the native select method having the message in question is rather slim
11519         these days.
11520
11521         * gnus-sum.el (gnus-auto-select-subject): Change default to
11522         `unseen-or-unread'.  I think it's likely that most people want to
11523         select an unseen article over a previously seen, but unread one.
11524
11525         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
11526         means that in the article buffer none of the minor mode elements will
11527         be shown, usually, and this is not desirable in most cases.
11528
11529         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11530         that commands like `d' (and the like) go to the next line in the
11531         buffer, instead of the next unread article.  I think this is the
11532         behavior that is most natural for most users.
11533         (gnus-single-article-buffer): Change default to nil, so that people can
11534         have as many article buffers open as they have summary buffer.  I think
11535         this is the most natural way for the groups to behave.
11536
11537         * message.el (message-generate-new-buffers): Change default to
11538         `unsent', so that all new message buffers start their names with the
11539         string "*unsent", and it's easier to find the buffers if you move from
11540         them.
11541
11542 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11543
11544         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11545         small.  They're probably tracking images.
11546         (gnus-html-wash-tags): Remove all <pre_int> place holders.
11547         (gnus-html-rescale-image): Yet another try at getting the image sizing
11548         right.
11549
11550         * nntp.el (nntp-request-set-mark): Refuse to do marks if
11551         nntp-marks-file-name is nil.
11552
11553 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11554
11555         * gnus-html.el (gnus-html-wash-tags)
11556         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11557         Better logging.
11558
11559 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11560
11561         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11562
11563         * gnus-html.el (gnus-html-wash-tags): Check the value of
11564         gnus-blocked-images in the summary buffer.
11565
11566 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11567
11568         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11569
11570 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11571
11572         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11573         like "a", it seems like.
11574         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11575         since it needs to be picked from the correct buffer.
11576
11577         * nnwfm.el: Remove.
11578
11579         * nnlistserv.el: Remove.
11580
11581 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11582
11583         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11584         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11585
11586 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11587
11588         * nnkiboze.el: Remove.
11589
11590         * nndb.el: Remove.
11591
11592         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11593         alt text.
11594         (gnus-html-rescale-image): Try to get the rescaling logic right for
11595         images that are just wide and not tall.
11596
11597         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11598         overshadow variable bindings.
11599
11600 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11601
11602         * gnus-html.el (gnus-html-wash-tags)
11603         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11604         Add extra logging.
11605
11606 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11607
11608         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11609         (gnus-max-image-proportion): New variable.
11610         (gnus-html-rescale-image): New function.
11611         (gnus-html-put-image): Rescale images.
11612
11613 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11614
11615         Fix up some byte-compiler warnings.
11616         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11617         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11618         (gnus-article-fill-cited-article, gnus-article-hide-citation)
11619         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11620         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11621         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11622         (gnus-group-update-group): Use save-excursion and with-current-buffer.
11623
11624 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11625
11626         * gnus-html.el (gnus-article-html): Decode contents by charset.
11627
11628 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11629
11630         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11631         (gnus-html-frame-width, gnus-blocked-images):
11632         * message.el (message-prune-recipient-rules): Add custom version.
11633         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11634
11635         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11636         functions.
11637
11638         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11639         gnus-process-get.
11640
11641 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
11642
11643         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11644         instead of lsub directly.
11645
11646 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11647
11648         * nnwarchive.el: Remove.
11649
11650         * gnus-soup.el: Remove.
11651
11652         * nnsoup.el: Remove.
11653
11654         * nnultimate.el: Remove.
11655
11656         * gnus-html.el (gnus-blocked-images): New variable.
11657
11658         * message.el (message-prune-recipients): New function.
11659         (message-prune-recipient-rules): New variable.
11660
11661         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11662         guess whether a long line is natural text or not.
11663
11664         * gnus-html.el (gnus-html-schedule-image-fetching):
11665         Use gnus-process-plist and friends for compatibility.
11666
11667 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11668
11669         * gnus-html.el: Require packages that define macros used in this file.
11670         (gnus-article-mouse-face): Declare to silence byte-compiler.
11671         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11672         process-get.
11673         (gnus-html-put-image): Use plist-get to avoid getf.
11674         (gnus-html-prefetch-images): Use with-current-buffer.
11675
11676 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11677
11678         * gnus-ems.el: Provide compatibility functions for
11679         gnus-set-process-plist.
11680
11681         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
11682         header-line-format for XEmacs 21.4.
11683
11684         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11685         * gnus.el (gnus-valid-select-methods):
11686         * message.el (message-send-mail-partially-limit):
11687         * mm-decode.el (mm-text-html-renderer):
11688         * mml.el (mml-insert-mime-headers-always):
11689         * smiley.el (smiley-regexp-alist): Bump custom version.
11690
11691 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11692
11693         * gnus-html.el: Require mm-url.
11694         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11695         with the url to `url'.
11696         (gnus-html-wash-tags): Support cid: URLs/images.
11697
11698 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11699
11700         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11701         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11702         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11703
11704         * gnus-move.el: Remove file, since it doesn't really work.
11705
11706         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11707         UTF-8.  This seems to fix problems with some German web feeds.
11708
11709         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11710         at the top so that the proper colors are applied.
11711
11712         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
11713         don't have dots in their names.
11714
11715         * gnus-art.el (gnus-article-view-part): Doc fix.
11716
11717         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11718         XEmacs-compatible.
11719         (gnus-html-put-image): Don't do images on non-graphic displays.
11720
11721         * nnslashdot.el: Remove this unused backend.
11722
11723         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11724         actions.
11725         (gnus-undo-register-1): Revert last change.
11726
11727         * gnus-group.el (gnus-group-completing-read): Protect against not
11728         having completion-styles bound.
11729
11730         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11731         make broken recipients happier.
11732
11733         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11734
11735         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11736         point parameter.
11737
11738         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
11739
11740         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11741         completion-styles for group selection.
11742
11743 2009-02-04  Andreas Schwab  <schwab@suse.de>
11744
11745         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11746         headers and regexp-quote the match if necessary.
11747
11748 2009-03-24  Miles Bader  <miles@gnu.org>
11749
11750         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11751         the blinking smiley.
11752
11753 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11754
11755         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11756         blink smiley.
11757
11758 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11759
11760         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11761         where the dribbel file lives exists.
11762
11763         * message.el (message-send-mail-partially-limit): Change the default to
11764         nil, since most people don't want this.
11765
11766         * mm-url.el (mm-url-decode-entities): Also decode entities like
11767         &#x3212.
11768
11769 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11770
11771         * gnus-sum.el (gnus-summary-idna-message):
11772         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11773         Hyperlink urls in docstrings with URL `...'.
11774
11775 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11776
11777         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11778         functions.
11779
11780 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11781
11782         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11783         say what the mouseover text should be.
11784
11785         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11786         version of the mm-w3m-safe-url-regexp variable to only download images
11787         in the groups where we want that to happen.
11788
11789         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11790
11791         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11792         easier debugging.
11793         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11794         big pictures in the article buffer.
11795
11796         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11797         gnus-article-html.
11798         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11799         w3m.
11800
11801         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11802
11803 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11804
11805         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11806         which doesn't exist.
11807
11808         * message.el (message-inhibit-ecomplete): New variable to allow some
11809         function to inhibit ecomplete address storage.
11810         (message-resend): Disable ecomplete message storage when resending
11811         messages.
11812
11813         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11814
11815 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11816
11817         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11818         Save excursion while copying, moving, and deleting articles in order to
11819         prevent the cursor from jumping to unforeseen place.
11820
11821 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11822
11823         * lpath.el: No need to bind bookmark-current-buffer,
11824         bookmark-yank-point and bookmark-make-record-function.
11825
11826 2010-08-17  Glenn Morris  <rgm@gnu.org>
11827
11828         * gnus-sync.el: Require gnus components whose functions are used.
11829
11830         * gnus-art.el (bookmark-make-record-function):
11831         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11832         Declare for compiler.
11833
11834         * mm-url.el (mml-compute-boundary): Autoload.
11835
11836 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11837
11838         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11839
11840 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11841
11842         Typo fix "hoo4a" -> "hook".
11843
11844         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11845
11846 2010-08-14  Glenn Morris  <rgm@gnu.org>
11847
11848         * gnus-sync.el (gnus-sync): Fix defgroup version.
11849
11850 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11851
11852         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11853
11854         * gnus-sync.el: Fix docs.
11855         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11856         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11857
11858 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11859
11860         Optimizations for gnus-sync.el.
11861
11862         * gnus-sync.el: Add docs about gnus-sync-backend
11863         possibilities.
11864         (gnus-sync-save): Remove unnecessary message.
11865         (gnus-sync-read): Optimize and show what groups were skipped.
11866
11867 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11868
11869         Minor bug fixes for gnus-sync.el.
11870
11871         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11872         Don't read the sync on get-new-news.
11873
11874         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11875         quiet.
11876
11877         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11878         (fix typo).
11879
11880 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11881
11882         Make saving and restoring of hidden threads work with overlays.
11883         Patch applied by Ted Zlatanov.
11884
11885         * gnus-sum.el (gnus-hidden-threads-configuration)
11886         (gnus-restore-hidden-threads-configuration): Update to deal with text
11887         properties, rather than searching for a magic character.
11888
11889 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11890
11891         New gnus-sync.el library for synchronization of marks.
11892
11893         * gnus-sync.el: New library for synchronization of marks.
11894
11895         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11896         renamed from `gnus-registry-grep-in-list'.
11897
11898         * gnus-registry.el (gnus-registry-follow-group-p):
11899         Use `gnus-grep-in-list'.
11900
11901         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11902
11903 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11906         determining charset of text fails.
11907
11908 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11909
11910         * nnmail.el (nnmail-get-new-mail-1): Revert.
11911
11912         * nnml.el (nnml-active-number): Make sure names of newly created groups
11913         in nnml-group-alist are encoded.
11914
11915 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11916
11917         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11918         containing non-ASCII characters in active file for nnml back end.
11919
11920 2010-07-24  David Engster  <dengste@eml.cc>
11921
11922         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11923         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11924
11925 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11926
11927         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11928         tag (Bug#6654).
11929
11930 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11931
11932         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11933         the article buffer, not the summary buffer.
11934
11935 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11936
11937         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11938         Emacs 23 as well.
11939
11940 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11941
11942         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11943         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11944
11945 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11946
11947         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11948         Patch applied by Karl Fogel.
11949
11950         * gnus-sum.el (gnus-summary-bookmark-make-record):
11951         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11952
11953 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11954
11955         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
11956         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11957         C-w still not working correctly from Article buffers; Thierry's
11958         patch to fix that will be applied after this.
11959
11960         * gnus-art.el (bookmark-make-record-function): New local variable.
11961
11962         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11963         article buffer.
11964         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11965
11966 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11967
11968         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11969         on changes in bookmark.el.
11970
11971 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11972
11973         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11974         `no-log' instead of message not to log prompt string.
11975
11976 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11977
11978         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11979         the *other* type of HTML form submission.
11980
11981 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11982
11983         * auth-source.el (auth-source-pick): If choice does not contain a
11984         questioned keyword, set the check to t.
11985
11986 2010-06-12  Romain Francoise  <romain@orebokech.com>
11987
11988         * gnus-util.el (gnus-date-get-time): Move up before first use.
11989
11990 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11991
11992         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11993         (gnus-article-edit-part): Bind it to make last part that is substituted
11994         or deleted visible.
11995         (gnus-mime-display-single): Buttonize part of which id equals to
11996         gnus-mime-buttonized-part-id.
11997
11998 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11999
12000         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12001         (gnus-dd-mmm): Use gnus-date-get-time.
12002         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12003         simplify logic.
12004         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12005         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12006
12007 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12008
12009         * auth-source.el (top): Autoload `secrets-list-collections',
12010         `secrets-create-item', `secrets-delete-item'.
12011         (auth-sources): Fix tag string.
12012         (auth-get-source, auth-source-retrieve, auth-source-create)
12013         (auth-source-delete): New defuns.
12014         (auth-source-pick): Rewrite in order to avoid 2 passes.
12015         (auth-source-forget-user-or-password): New parameter USERNAME.
12016         (auth-source-user-or-password): New parameters CREATE-MISSING and
12017         DELETE-EXISTING.  Retrieve password interactively, if needed.
12018
12019 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12020
12021         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12022         deleting unused directories when gnus-expert-user is t.
12023
12024 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12025
12026         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12027         for each temp file when gnus-article-browse-delete-temp is ask.
12028
12029 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12030
12031         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12032         Replace Lisp calls to delete-backward-char by calls to delete-char.
12033
12034 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12035
12036         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12037
12038 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12039
12040         * password-cache.el (password-cache-remove): Fix docstring.
12041
12042 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12043
12044         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12045         article unless decoding article to be saved.
12046
12047 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12048
12049         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12050         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12051         generated within the mm-with-unibyte-current-buffer macro.
12052
12053 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12054
12055         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12056         to nil when we're in a mml-preview buffer and no group is selected.
12057
12058 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12059
12060         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12061         when catching the `C-g'.  Reported by "Leo".
12062
12063 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12064
12065         * message.el (message-forward-make-body-plain)
12066         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12067         multibyte-string-p.
12068
12069         * lpath.el: Revert.
12070
12071 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12072
12073         * message.el (message-forward-make-body-mml): Assume original message
12074         is multibyte string; error on unibyte.
12075         (message-forward-make-body-plain): Ditto; don't add excessive newline
12076         in body end.
12077
12078         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12079
12080 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12081
12082         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12083         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12084
12085 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12086
12087         * mm-extern.el (mm-extern-url): Don't use
12088         mm-with-unibyte-current-buffer.
12089         (mm-extern-cache-contents): Use with-current-buffer instead of
12090         save-excursion + set-buffer.
12091
12092 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * mm-util.el (mm-emacs-mule): Remove.
12095
12096 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12097
12098         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12099         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12100         change.
12101
12102 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12103
12104         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12105         bind the default value of enable-multibyte-characters to nil.
12106
12107 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12108
12109         * message.el (message-forward-make-body-plain)
12110         (message-forward-make-body-mml):
12111         Don't use mm-with-unibyte-current-buffer.
12112
12113 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12114
12115         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12116
12117 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12118
12119         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12120         (Bug#5592).
12121
12122 2010-05-07  Julien Danjou  <julien@danjou.info>
12123
12124         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12125         it to mm-pipe-part.
12126
12127         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12128         it is given.
12129
12130 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12131
12132         * binhex.el (binhex-decode-region-internal):
12133         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12134         (dns-query):
12135         * nnweb.el (nnweb-gmane-search):
12136         * pgg-parse.el (pgg-parse-armor):
12137         * pgg.el (pgg-verify-region):
12138         * sha1.el (sha1-string-external):
12139         * uudecode.el (uudecode-decode-region-internal):
12140         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12141         XEmacs.
12142
12143         * gnus-art.el (gnus-article-browse-html-parts):
12144         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12145         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12146         make-temp-file.
12147
12148         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12149         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12150         compiling.
12151
12152         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12153         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12154         XEmacs when compiling.
12155
12156         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12157         gnus-pick-mode-off-hook for XEmacs when compiling.
12158         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12159         gnus-binary-mode-off-hook for XEmacs when compiling.
12160
12161         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12162         Return nil if char-charset is not available.
12163
12164         * imap.el (imap-disable-multibyte)
12165         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12166         macros.
12167
12168         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12169         instead of encode-coding-string.
12170
12171         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12172         'xemacs) instead of mm-emacs-mule to switch function definitions.
12173         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12174
12175         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12176         bind temporary-file-directory for XEmacs;
12177         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12178         timer-set-function for XEmacs 21.4 and SXEmacs;
12179         bind timer-list for XEmacs 21.4 and SXEmacs;
12180         fbind char-charset and find-charset-region for non-Mule XEmacs;
12181         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12182         encode-coding-region and encode-coding-string for XEmacs having no
12183         file-coding feature.
12184
12185 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12186
12187         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12188
12189 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12190
12191         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12192         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12193
12194 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12195
12196         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12197         alias `jka-compr-delete-temp-file' no longer exists.
12198
12199 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12200
12201         Use define-minor-mode in Gnus where applicable.
12202         * mml.el (mml-mode): Use define-minor-mode.
12203         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12204         (gnus-undo-mode): Use define-minor-mode.
12205         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12206         (gnus-dead-summary-mode): Use define-minor-mode.
12207         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12208         Initialize in declaration.
12209         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12210         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12211         (gnus-mailing-list-mode): Use define-minor-mode.
12212         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12213         (gnus-draft-mode): Use define-minor-mode.
12214         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12215         (gnus-dired-mode): Use define-minor-mode.
12216
12217 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12218
12219         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12220         handles on recursive mml-to-mime translation and check them for
12221         boundary delimiter collisions.  Reported by Greg Troxel.
12222
12223 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12224
12225         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12226
12227 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12228
12229         * mm-util.el (mm-find-buffer-file-coding-system):
12230         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12231
12232 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12233
12234         * message.el (message-generate-headers): Record insertion of optional
12235         headers as well.  Otherwise the check to prevent repeated insertion of
12236         optional headers is a no-op.
12237
12238 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12239
12240         * smime.el: Don't mention CVS.
12241
12242         * nnrss.el (nnrss-fetch): Don't mention CVS.
12243
12244         * nnir.el: Don't mention CVS.
12245
12246 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12247
12248         * gnus-sum.el (gnus-summary-bookmark-make-record):
12249         Add `location' field.
12250
12251 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12252
12253         * lpath.el: Fbind bookmark-default-handler,
12254         bookmark-get-bookmark-record, bookmark-make-record-default,
12255         bookmark-prop-get for Emacs <23 and XEmacs.
12256
12257 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12258
12259         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12260         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12261         Use with-current-buffer to silence the byte-compiler.
12262         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12263         bother to require `gnus'.
12264         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12265
12266 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12267
12268         * gnus-sum.el (gnus-summary-bookmark-make-record)
12269         (gnus-summary-bookmark-jump): New functions.
12270         (gnus-summary-mode): Setup bookmark support.
12271
12272 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12273
12274         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12275         if set.
12276
12277 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12278
12279         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12280         gnus-article-browse-html-save-cid-image; make it work recursively for
12281         forwarded messages as well.
12282         (gnus-article-browse-html-parts): Work when prefix arg is given.
12283         (gnus-article-browse-html-article): Doc fix.
12284
12285 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12286
12287         * message.el (message-default-mail-headers)
12288         (message-default-headers): Carry the value mail-default-headers over
12289         into message-default-mail-headers, rather than message-default-headers.
12290
12291 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12292
12293         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12294         charset.
12295
12296         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12297         charset into the <meta> tag when the article is encoded to utf-8.
12298
12299 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12300
12301         * gnus-art.el (gnus-article-browse-delete-temp-files):
12302         Delete directories as well.
12303         (gnus-article-browse-html-parts): Work for images that do not specify
12304         file names; delete temp directory when quitting; insert header at the
12305         right place; use file: scheme for image files.
12306
12307 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12308
12309         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12310         (gnus-article-browse-html-parts): Use it to make temporary cid image
12311         files in addition to html file so that browser may display them.
12312
12313 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12314
12315         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12316
12317 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12318
12319         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12320
12321 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12322
12323         * auth-source.el (auth-sources): Change default to be simpler.
12324         Explain about Secret Service API sources.  Improve Customize options.
12325         (auth-source-pick): Change to accept any number of search parameters.
12326         Implement fallbacks iteratively, not recursively.  Add scoring on the
12327         second pass and sort by score.  Call Secret Service API when needed.
12328         (auth-source-user-or-password): Use it.  Call Secret Service API
12329         directly when needed to get the user name and the password.
12330
12331 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12332
12333         * message.el (message-interactive): Doc fix.
12334         (message-qmail-inject-args): Reflow.
12335         (message-kill-to-signature): Fix typo in docstring.
12336
12337         * smiley.el (smiley-buffer): Fix typo in docstring.
12338
12339 2010-03-24  Glenn Morris  <rgm@gnu.org>
12340
12341         * mail-source.el (gnus-message): Declare.
12342         (mail-source-delete-old-incoming): Require gnus-util.
12343
12344 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12345
12346         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12347
12348         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12349
12350         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12351         password-cache's default if it is not bound.
12352         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12353         password-cache-expiry's default if it is not bound.
12354
12355         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12356         available in Emacs 21.
12357
12358         * lpath.el: Suppress compiler warnings for:
12359         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12360         XEmacs;
12361         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12362         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12363         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12364
12365 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12366
12367         * auth-source.el (auth-sources): Fix up definition so extra parameters
12368         are always inline.
12369
12370 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12371
12372         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12373         wasn't updated after mismatch.  Clear cached mailbox info correctly
12374         when uidvalidity changes.
12375         (nnimap-group-prefixed-name): New function to avoid some code
12376         duplication.
12377         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12378         (nnimap-request-group): Use it.
12379         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12380         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12381         with many imap folders.  This is done by caching the group status from
12382         the imap server persistently in a group parameter `imap-status'.  (This
12383         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12384         but not persistently, so every Gnus startup was still very slow.)
12385
12386 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12387
12388         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12389         delete the extra newline.  Otherwise editing of :string and :number
12390         types don't work.
12391
12392 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12393
12394         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12395         secrets.el dependency.
12396         (auth-sources): Add optional user name.  Add secrets.el configuration
12397         choice (unused right now).
12398
12399 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12400
12401         * gnus-sum.el (gnus-summary-make-menu-bar):
12402         Let `gnus-registry-install-shortcuts' fill in the functions.
12403
12404         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12405         warnings.
12406         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12407         (gnus-registry-install-shortcuts): Populate and use it in a
12408         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12409
12410 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12411
12412         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12413         In-place substitutions for the group name encoding/decoding.
12414         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12415         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12416         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12417         (nnimap-update-unseen, nnimap-request-list)
12418         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12419         (nnimap-request-set-mark, nnimap-split-to-groups)
12420         (nnimap-split-articles, nnimap-request-newgroups)
12421         (nnimap-request-create-group, nnimap-request-accept-article)
12422         (nnimap-request-delete-group, nnimap-request-rename-group)
12423         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12424         `encoded-mbx' for consistency.
12425         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12426         variable `imap-current-mailbox'.
12427
12428         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12429         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12430
12431 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12432
12433         * pop3.el (pop3-display-message-size-flag): Display message size byte
12434         counts during POP3 download.
12435         (pop3-movemail): Use it.
12436         (pop3-list): Implement listing of available messages.
12437
12438 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12439
12440         * nnir.el (nnir-get-article-nov-override-function): New function to
12441         override the normal NOV retrieval.
12442         (nnir-retrieve-headers): Use it.
12443
12444 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
12445
12446         * auth-source.el (netrc-machine-user-or-password): Autoload.
12447
12448 2010-03-19  Glenn Morris  <rgm@gnu.org>
12449
12450         Stop message.el from loading about 40 libraries it doesn't always need.
12451         The general approach is to autoload rather than require, and to
12452         require in the specific functions rather than the file.  (Bug#5642)
12453
12454         * gmm-utils.el: Don't require wid-edit.
12455         (widget-create-child-value, widget-convert, widget-default-get):
12456         Autoload.
12457
12458         * gnus-util.el: Don't require time-date, netrc.
12459         (message-fetch-field, gnus-group-name-decode): Declare rather than
12460         autoloading.
12461         (gnus-fetch-field): Require message.
12462         (gnus-decode-newsgroups): Require gnus-group.
12463
12464         * ietf-drums.el: Don't require time-date.
12465
12466         * message.el: Don't require hashcash, canlock, ecomplete.
12467         Do require mail-utils.  Require nnheader only when compiling.
12468         (smtpmail-default-smtp-server): Remove declaration.
12469         (message-send-mail-function): Check smtpmail-default-smtp-server
12470         is bound rather than requiring smtpmail.
12471         (message-auto-save-directory, message-insert-signature):
12472         Use expand-file-name rather than nnheader-concat.
12473         (nnheader-insert-file-contents): Autoload.
12474         (hashcash-wait-async): Declare.
12475         (message-send-mail): Only call gnus-setup-posting-charset if
12476         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
12477         (message-send-mail-with-sendmail): Require sendmail.
12478         (canlock-password, canlock-password-for-verify): Declare.
12479         (message-canlock-password): Require canlock.
12480         (nnheader-get-report): Autoload.
12481         (gnus-setup-posting-charset): Declare.
12482         (message-send-news): Require gnus-msg.
12483         (message-make-references, message-make-in-reply-to): Use mail-header-id
12484         rather than the alias mail-header-message-id.
12485         (ecomplete-add-item, ecomplete-save): Declare.
12486         (message-put-addresses-in-ecomplete): Require ecomplete.
12487         (ecomplete-display-matches): Autoload.
12488
12489         * mm-decode.el: Don't require mailcap, gnus-util.
12490         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12491         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12492         Autoload.
12493         (mailcap-mime-extensions): Declare.
12494
12495         * mm-encode.el: Don't require mailcap.
12496         (mailcap-extension-to-mime): Autoload.
12497
12498         * mml-sec.el: Don't require password-cache.
12499
12500         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12501         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12502         (mml-minibuffer-read-type): Require mailcap.
12503         (mml-preview): Require gnus-msg.
12504
12505         * mml1991.el: Require password-cache.
12506         (password-cache-expiry): Remove declaration.
12507
12508         * mml2015.el: Require password-cache.
12509         (password-cache-expiry): Remove declaration.
12510
12511         * nneething.el (mailcap): Require mailcap.
12512
12513         * nnheader.el (declare-function): Add compatibility stub.
12514         (message-remove-header): Declare rather than autoload.
12515         (nnheader-replace-header): Require message.
12516
12517         * nnimap.el (declare-function): Add compatibility stub.
12518         (netrc-parse, netrc-machine-user-or-password): Declare.
12519         (nnimap-open-connection): Require netrc.
12520
12521         * nntp.el (declare-function): Add compatibility stub.
12522         (netrc-parse, netrc-machine, netrc-get): Declare.
12523         (nntp-send-authinfo): Require netrc.
12524
12525         * rfc2047.el: Don't require qp.
12526         (quoted-printable-encode-region, quoted-printable-decode-string):
12527         Autoload.
12528
12529         * sieve-mode.el: Don't require easymenu.
12530         (easy-menu-add-item): Autoload it.
12531
12532         * spam-stat.el (time-to-number-of-days): Autoload it.
12533
12534 2010-03-19  Glenn Morris  <rgm@gnu.org>
12535
12536         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12537
12538 2010-03-18  Glenn Morris  <rgm@gnu.org>
12539
12540         * hashcash.el (declare-function): Remove duplicate definition.
12541
12542 2010-03-17  Kevin Ryde  <user42@zip.com.au>
12543
12544         * mml.el (mml-read-tag): Unquote values with `read' to reverse
12545         prin1 in mml-insert-tag (just stripping the quotes gave wrong
12546         value if any backslash escapes).
12547
12548 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12549
12550         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12551         if it is available.  (bug#5647)
12552
12553         * lpath.el: Suppress compiler warning for coding-system-from-name for
12554         Emacs 21 and XEmacs.
12555
12556 2010-03-14  Juri Linkov  <juri@jurta.org>
12557
12558         * hmac-def.el:
12559         * hmac-md5.el:
12560         * netrc.el: Fix keywords.
12561
12562 2010-02-26  Glenn Morris  <rgm@gnu.org>
12563
12564         * message.el (message-send-mail-function): Change the default, so that
12565         it inherits from a customized send-mail-function.  (Bug#5643)
12566
12567 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12568
12569         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12570         shell-command-to-string signals an error (bug#5299).
12571
12572 2010-02-24  Glenn Morris  <rgm@gnu.org>
12573
12574         * message.el (message-smtpmail-send-it)
12575         (message-send-mail-with-mailclient): Doc fixes.
12576
12577 2010-02-16  Glenn Morris  <rgm@gnu.org>
12578
12579         * message.el (message-default-mail-headers): Change the default value
12580         to ease the transition from mail-mode to message-mode.  (Bug#5555)
12581
12582 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12583
12584         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
12585         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
12586
12587 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12588
12589         * time-date.el (date-to-time): Doc fix (Bug#5408).
12590
12591 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12592
12593         * message.el (message-mail): Just pass yank-action on to message-setup.
12594         (message-setup): Handle (FUN . ARGS) form of yank-action.
12595         (message-with-reply-buffer, message-widen-reply)
12596         (message-yank-original): Handle non-buffer values of
12597         message-reply-buffer (Bug#4080).
12598         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12599
12600 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12601
12602         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12603         Fix typo in docstring.
12604
12605 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12606
12607         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12608         response.
12609
12610 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12611
12612         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12613
12614         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12615
12616         * message.el (message-check-news-header-syntax): Protect against a
12617         string that `rfc822-addresses' returns when parsing fails.
12618
12619 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12620
12621         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12622         (gnus-previous-char-property-change): New functions.
12623
12624         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12625
12626 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
12627
12628         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12629         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
12630
12631 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12632
12633         * message.el (message-exchange-point-and-mark): Rework last change to
12634         avoid using optional arg of exchange-point-and-mark, for backward
12635         compatibility.
12636
12637 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12638
12639         * message.el (message-exchange-point-and-mark):
12640         Call exchange-point-and-mark with an argument rather than setting
12641         mark-active by hand (Bug#5175).
12642
12643 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12644
12645         * nntp.el (nntp-service-to-port): Work for service expressed with
12646         numeric string; replace [:digit:] with [0-9] for XEmacs.
12647
12648 2009-12-17  Glenn Morris  <rgm@gnu.org>
12649
12650         * gnus-group.el (gnus-bug-group-download-format-alist):
12651         Change emacs entry to debbugs.gnu.org.  Bump :version.
12652
12653 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12654
12655         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12656
12657 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12658
12659         * message.el (message-info): Explain why we use `Info-goto-node'.
12660
12661 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12662
12663         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
12664
12665 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12666
12667         * message.el (message-completion-in-region): New compatibility function.
12668         (message-expand-group): Use it.
12669
12670 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12671
12672         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12673         with no unread article should be listed if the 2nd arg `predicate' is
12674         given.
12675
12676 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12677
12678         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
12679
12680 2009-11-29  Juri Linkov  <juri@jurta.org>
12681
12682         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12683         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
12684         on `gnus-recenter'.  (Bug#4698, Bug#4981)
12685
12686 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12687
12688         * sha1.el (sha1-string-external): default-directory "/" in case
12689         otherwise non-existent.  process-connection-type pipe for touch of
12690         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12691
12692 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12693
12694         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
12695         it's comms related and sgml-mode.el has "comm" on that basis too.
12696
12697 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12698
12699         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12700         containing tspecial characters if they have been already quoted.
12701
12702 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12703
12704         * dns-mode.el (auto-mode-alist): Purecopy string.
12705
12706 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12707
12708         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
12709
12710 2009-10-24  Glenn Morris  <rgm@gnu.org>
12711
12712         * gnus-art.el (help-xref-stack-item): Define for compiler.
12713
12714 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12715
12716         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
12717
12718 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12719
12720         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12721
12722 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12723
12724         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12725         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12726
12727 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12728
12729         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12730         (gnus-overlays-in): New alias to overlays-in.
12731
12732         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12733         gnus-overlay-get, and gnus-delete-overlay.
12734         (gnus-summary-show-thread): Make it work as well for systems in which
12735         next-single-char-property-change is not available.
12736         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12737
12738         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
12739         (gnus-overlay-get): New alias to extent-property.
12740         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12741
12742         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12743         SXEmacs.
12744
12745         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12746         SXEmacs.
12747
12748 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12749
12750         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12751
12752 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12753
12754         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12755         and XEmacs that don't have `remove-overlays'.
12756
12757 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12758
12759         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12760         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12761         selective display.  Use overlays instead.
12762
12763 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12764
12765         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12766
12767 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12768
12769         * spam-stat.el (spam-stat-load): Fix typo in message.
12770
12771 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12772
12773         * dig.el (dig-invoke): Fix typo in docstring.
12774         (query-dig): Reflow docstring.
12775
12776 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12777
12778         * gnus-art.el (gnus-article-encrypt-body):
12779         * message.el (message-check-recipients):
12780         * mm-util.el (mm-codepage-setup):
12781         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12782         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12783
12784 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12785
12786         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12787         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12788         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12789         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12790         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12791
12792 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12793
12794         * dig.el: Add "Keywords: comm", as per net-utils.el.
12795
12796 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12797
12798         * dig.el (dig-mode): Use define-derived-mode.
12799
12800 2009-09-19  Glenn Morris  <rgm@gnu.org>
12801
12802         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12803
12804 2009-09-18  Glenn Morris  <rgm@gnu.org>
12805
12806         * gnus-diary.el (gnus-diary-check-message):
12807         * message.el (message-insert-formatted-citation-line):
12808         * nnbabyl.el (top-level):
12809         * nndiary.el (nndiary-schedule):
12810         Fix typos in condition-case handlers.
12811
12812 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12813
12814         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12815         configuration that provides the sole article window in a frame;
12816         position point correctly after deleting a part.
12817
12818 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12819
12820         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12821         (spam-resolve-registrations-routine): Use it to unregister articles
12822         that change status.
12823
12824 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12825
12826         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12827         with XEmacs.
12828         (parse-time-string-chars): Use it.
12829
12830 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12831
12832         * imap.el (imap-interactive-login): Better messages.
12833         (imap-open): Fix bug with renamed buffer on reconnect.
12834         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12835         for easier debugging and cleaner code.  On successful (guessed based on
12836         server capabilities) secondary authentication, set imap-state
12837         correctly.
12838         (imap-last-authenticator): Define imap-last-authenticator as a variable
12839         to avoid warnings.
12840
12841 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12842
12843         * nnrss.el (nnrss-request-article): Remove binding of
12844         default-enable-multibyte-characters that has gotten needless by
12845         the 2007-07-13 change in rfc2047-encode-message-header.
12846
12847         * mml.el (mml-insert-multipart): Error on the message header.
12848         (mml-insert-part): Error on the message header; position point at
12849         the end of a MIME tag.
12850
12851 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12852
12853         * time-date.el (autoload): Expand define-obsolete-function-alias into
12854         defalias and make-obsolete for old Emacsen that Gnus supports.
12855         (with-no-warnings): Define it for old Emacsen.
12856         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12857         is available.
12858         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12859         float-time is available; suppress compile warning for time-to-seconds.
12860
12861         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12862         (gnus-float-time): Alias to float-time if it exists.
12863
12864         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12865         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12866         float-time is available; suppress compile warning for time-to-seconds.
12867
12868         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12869         XEmacs.
12870
12871 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12872
12873         * imap.el (imap-message-map): Docstring fix.
12874
12875 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12876
12877         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12878         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12879         Add the optional argument `encoding' that overrides the default.
12880
12881         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12882         mm-encode-buffer.
12883
12884 2009-09-04  Glenn Morris  <rgm@gnu.org>
12885
12886         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12887         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12888         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12889         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12890         * mm-util.el (mm-with-unibyte-current-buffer)
12891         (mm-find-buffer-file-coding-system):
12892         * yenc.el (yenc-decode-region): Use default-value rather than
12893         default-enable-multibyte-characters.
12894
12895 2009-09-03  Glenn Morris  <rgm@gnu.org>
12896
12897         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12898         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12899         than default-enable-multibyte-characters.
12900
12901 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12902
12903         * gnus-art.el (gnus-article-read-summary-keys):
12904         Fix gnus-buffer-configuration's value temporarily used.
12905
12906 2009-09-02  Glenn Morris  <rgm@gnu.org>
12907
12908         * gnus-util.el (gnus-float-time): New function.
12909         * gnus-delay.el (gnus-delay-article):
12910         * gnus-sum.el (gnus-thread-latest-date):
12911         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12912         * nnspool.el (nnspool-request-newgroups):
12913         Use gnus-float-time rather than time-to-seconds.
12914         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12915
12916         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12917         (gnus-header-subject-face, gnus-header-newsgroups-face)
12918         (gnus-header-name-face, gnus-header-content-face):
12919         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12920         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12921         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12922         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12923         (gnus-cite-face-11):
12924         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12925         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12926         (gnus-server-closed-face, gnus-server-denied-face)
12927         (gnus-server-offline-face):
12928         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12929         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12930         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12931         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12932         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12933         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12934         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12935         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12936         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12937         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12938         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12939         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12940         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12941         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12942         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12943         (gnus-summary-high-undownloaded-face)
12944         (gnus-summary-low-undownloaded-face)
12945         (gnus-summary-normal-undownloaded-face)
12946         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12947         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12948         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12949         (gnus-splash-face):
12950         * message.el (message-header-to-face, message-header-cc-face)
12951         (message-header-subject-face, message-header-newsgroups-face)
12952         (message-header-other-face, message-header-name-face)
12953         (message-header-xheader-face, message-separator-face)
12954         (message-cited-text-face, message-mml-face):
12955         * sieve-mode.el (sieve-control-commands-face)
12956         (sieve-action-commands-face, sieve-test-commands-face)
12957         (sieve-tagged-arguments-face):
12958         * spam.el (spam-face):
12959         Mark face aliases with "-face" in the name as obsolete.
12960
12961 2009-09-01  Glenn Morris  <rgm@gnu.org>
12962
12963         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12964         than goto-line.
12965
12966 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12967
12968         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12969         Don't move point if the command is invoked inside the message header.
12970
12971 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12972
12973         * imap.el (imap-send-command): Simplify.
12974         (imap-wait-for-tag): point-max -> buffer-size.
12975
12976 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12977
12978         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12979         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12980         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12981         * nnir.el (nnir-swish-e-index-file):
12982         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12983         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12984         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12985         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12986         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12987         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12988
12989 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12990
12991         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12992         Don't save excursion.
12993
12994 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12995
12996         * nnheader.el (nnheader-find-file-noselect):
12997         * mm-util.el (mm-insert-file-contents):
12998         Use (default-value 'major-mode) instead of default-major-mode.
12999
13000 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13001
13002         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13003
13004 2009-08-26  Glenn Morris  <rgm@gnu.org>
13005
13006         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13007         than placing in files.el.
13008
13009 2009-08-25  Glenn Morris  <rgm@gnu.org>
13010
13011         * nnir.el (top-level): Don't require cl at run-time.
13012         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13013         Replace cl-function substitute with gnus-replace-in-string.
13014         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13015         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13016         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13017         simplified expansions.
13018
13019 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13020
13021         * dig.el (dig): Add autoload cookie.
13022
13023 2009-08-22  Glenn Morris  <rgm@gnu.org>
13024
13025         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13026         goto-line.
13027
13028 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13029
13030         * parse-time.el (parse-time-string-chars): Save match data.
13031
13032 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13033
13034         * parse-time.el (parse-time-string-chars): Compute using character
13035         classes, to handle non-ascii characters (Bug#3190).
13036
13037 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13038
13039         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13040
13041         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13042         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13043         (gnus-mm-display-part, gnus-mime-display-single)
13044         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13045         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13046
13047         * gnus-sum.el
13048         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13049         (gnus-summary-move-article): Add expirable mark to articles copied or
13050         moved to group that has auto-expire turned on if the option is non-nil.
13051
13052 2009-07-24  Glenn Morris  <rgm@gnu.org>
13053
13054         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13055         Fix typo.  (Bug#3903)
13056
13057 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13058
13059         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13060         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13061         that should not be used for draft articles.
13062         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13063         that has no concern in minor mode keys.
13064         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13065         Abolish.
13066
13067 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13068
13069         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13070         article without making inquiry to a user for unknown encoding.
13071
13072         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13073         (nnmaildir--scan): Assume i-node and device number that file-attributes
13074         returns might be cons-cell.
13075
13076         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13077
13078         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13079
13080 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13081
13082         * auth-source.el: Remove docs now in auth.texi.  Don't use
13083         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13084         `auth-source-hide-passwords' and use them.
13085
13086 2009-07-15  Glenn Morris  <rgm@gnu.org>
13087
13088         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13089
13090 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13091
13092         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13093         excessive whitespace from the default values of title and description.
13094
13095 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13096
13097         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13098         mail-fetch-field to fetch Content-Description header in order to
13099         exclude newlines.
13100
13101 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13102
13103         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13104         format used by GnuPG 2.0.11.
13105
13106 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13107
13108         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13109         to deleted part.
13110
13111 2009-05-30  David Engster  <dengste@eml.cc>
13112
13113         * nnmairix.el: Remove old documentation in the commentary block.
13114         (nnmairix-request-group): Do not update active file for nnml back ends.
13115         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13116         end so that overview files are ignored.
13117         (nnmairix-update-groups): Make updating the groups more robust by using
13118         marks.
13119         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13120         with dollar characters in message-id.
13121
13122 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13123
13124         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13125         2008-12-25 in dns.el.
13126
13127 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13128
13129         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13130         could happen if the text is only composed of spaces and/or tabs.
13131
13132 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13133
13134         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13135         when sending a queued message to avoid extra mml tags.
13136
13137 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13138
13139         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13140
13141 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13142
13143         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13144         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13145         rmail-toggle-header for XEmacs;
13146         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13147
13148 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13149
13150         * gnus-dired.el: Remove autoload for gnus-setup-message.
13151         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13152         displaying Gnus logo; always use compose-mail.
13153
13154 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13155
13156         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13157
13158 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13159
13160         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13161         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13162         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13163         available.
13164         (gnus-nocem-epg-verify): New function.
13165
13166 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13167
13168         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13169
13170 2009-02-15  Glenn Morris  <rgm@gnu.org>
13171
13172         * gnus-util.el (rmail-insert-rmail-file-header)
13173         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13174         autoloads.
13175         (rmail-default-rmail-file): Remove unnecessary declaration.
13176         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13177
13178 2009-02-14  Glenn Morris  <rgm@gnu.org>
13179
13180         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13181         variable (only used in gnus-util, which declares it anyway).
13182         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13183         which was only needed by gnus-art (changed to not use it any more).
13184         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13185         only used in gnus-util, which autoloads it itself.
13186         (rmail-update-summary): Fix autoload.
13187
13188         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13189         rather than rmail-output-to-rmail-file.
13190
13191 2009-02-07  Glenn Morris  <rgm@gnu.org>
13192
13193         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13194         autoload of function that no longer exists.
13195         (rmail-toggle-header): Declare.
13196         (message-forward-rmail-make-body): Handle mbox Rmail.
13197
13198 2009-01-31  Glenn Morris  <rgm@gnu.org>
13199
13200         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13201         2009-01-09 change.
13202
13203 2009-01-31  Dave Love  <fx@gnu.org>
13204
13205         * imap.el (imap-fetch-safe): Bind debug-on-error.
13206         (imap-debug): Add imap-fetch-safe.
13207
13208 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13209
13210         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13211         (auth-source-forget-all-cached): New convenience function.
13212         (auth-source-user-or-password): Accept list of modes or a single mode.
13213
13214         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13215         auth-source modes.
13216
13217         * netrc.el (netrc-machine-user-or-password): Use list of
13218         auth-source modes.
13219
13220         * nnimap.el (nnimap-open-connection): Use list of
13221         auth-source modes.
13222
13223         * nntp.el (nntp-send-authinfo): Use list of
13224         auth-source modes.
13225
13226 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13227
13228         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13229         now.
13230
13231 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13232
13233         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13234         coding system in XEmacs; add a workaround for XEmacs.
13235
13236         * lpath.el: Fbind coding-system-aliasee.
13237
13238 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13239
13240         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13241         of current-language-environment.
13242
13243 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13244
13245         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13246         available at runtime.
13247
13248 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13249
13250         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13251
13252 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13253
13254         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13255         the greatest positive fixnum value doesn't work under an XEmacs with
13256         bignum support; use the most-positive-fixnum constant instead,
13257         available since Emacs 21.1 with cl and XEmacs 21.1.
13258
13259 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13260
13261         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13262         XEmacs gets not to work.
13263
13264 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13265
13266         * mm-util.el (mm-coding-system-priorities): Allow the value like
13267         "Japanese (UTF-8)" of current-language-environment.
13268
13269 2009-01-09  Glenn Morris  <rgm@gnu.org>
13270
13271         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13272         with last-command-event.
13273
13274 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13275
13276         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13277         in the doc string.
13278
13279         * message.el (message-fix-before-sending): Amend comment.
13280
13281 2009-01-08  Dave Love  <fx@gnu.org>
13282
13283         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13284
13285 2009-01-07  David Engster  <dengste@eml.cc>
13286
13287         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13288         simplified server definitions by converting it via
13289         gnus-server-to-method.
13290
13291 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13292
13293         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13294         parameter's operands.
13295
13296 2009-01-06  David Engster  <dengste@eml.cc>
13297
13298         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13299         primary select method (for gnus-group-mark-article-as-read).
13300
13301 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13302
13303         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13304         `(gnus)Face', not `(gnus)X-Face'.
13305
13306 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13307
13308         * mm-util.el (mm-ucs-to-char): New function.
13309
13310         * mm-url.el (mm-url-decode-entities): Use it.
13311
13312         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13313         unicode-to-char.
13314
13315 2009-01-05  Dave Love  <fx@gnu.org>
13316
13317         * time-date.el: Require cl for `declare'.
13318
13319 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13320
13321         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13322         Dave Love.
13323
13324 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13325
13326         * message.el (message-fix-before-sending): Add `eight-bit' to
13327         illegible-text check.
13328
13329 2009-01-03  Michael Olson  <mwolson@gnu.org>
13330
13331         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13332         `headers' is nil.  This can occur if the IMAP server does not have
13333         permissions to read messages from a folder, but can write new messages
13334         to the folder.
13335         (nnimap-request-article-part): Do not insert `data' if it is nil.
13336
13337         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13338         characters which will confuse `read', so skip past them.
13339
13340 2009-01-01  Dave Love  <fx@gnu.org>
13341
13342         * imap.el (imap-string-to-integer): Fix typo.
13343         (imap-fetch-safe): New function.
13344         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13345
13346         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13347
13348         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13349         (imap-parse-greeting): Fix doc strings.
13350         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13351         (imap-parse-flag-list): Make messages unique.
13352         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13353
13354         * nnimap.el: Fix author email.
13355         (nnimap-split-rule): Add FIXME comment.
13356         (nnimap-debug): Fix doc string.
13357
13358 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13359
13360         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13361
13362 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13363
13364         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13365         nslookup if resolv.conf isn't available.
13366         (dns-query): Rename from query-dns.
13367         (dns-query-cached): Rename from query-dns-cached.
13368
13369 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13370
13371         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13372         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13373         to check if those variables exist (first appeared in Emacs 18.50).
13374
13375 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13376
13377         * mm-util.el (mm-line-number-at-pos): New function.
13378
13379         * spam-report.el (spam-report-process-queue): Use it.
13380
13381 2008-12-24  David Engster  <dengste@eml.cc>
13382
13383         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13384         parameters that haven't existed as variables as buffer-local variables.
13385
13386 2008-12-23  Dave Love  <fx@gnu.org>
13387
13388         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13389         cadar.
13390
13391         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13392         imap-starttls-p.
13393         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13394
13395 2008-12-22  Dave Love  <fx@gnu.org>
13396
13397         * imap.el: Fix author email.  Doc fixes.
13398         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13399         reply.
13400
13401 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13402
13403         * spam-report.el (spam-report-gmane-max-requests): New constant.
13404         (spam-report-gmane-wait): New variable.
13405         (spam-report-gmane-ham, spam-report-gmane-spam)
13406         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13407         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13408         the server.
13409
13410         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13411         Add explanations.
13412
13413         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13414         nnheader-accept-process-output and nnheader-read-timeout if available.
13415         (pop3-movemail): Use it.
13416
13417         * message.el (message-check-news-body-syntax): Fix signature check if
13418         there's an attachment.
13419
13420 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13421
13422         * mm-util.el: Add comments to the mm- emulating functions.
13423
13424 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
13425
13426         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13427         Reported by Stephen Berman <stephen.berman@gmx.net>.
13428
13429 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13430
13431         * mm-util.el (mm-substring-no-properties): New function.
13432         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13433         (mm-special-display-p): Enable those lambda forms to be byte compiled.
13434         (mm-string-to-multibyte): Doc fix.
13435
13436         * mml.el (mml-attach-file): Use mm-substring-no-properties.
13437
13438 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13439
13440         * mml.el (mml-attach-file): Strip text properties from file name.
13441         (Bug#1574)
13442
13443 2008-12-16  Glenn Morris  <rgm@gnu.org>
13444
13445         * mm-util.el (mm-charset-override-alist): Declare for compiler.
13446
13447 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13448
13449         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13450         knows since the charset specified might be a bogus alias that
13451         mm-charset-synonym-alist provides.
13452
13453 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13454
13455         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13456         "ISO_8859-1".
13457
13458         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13459
13460 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * mm-util.el (mm-charset-eval-alist):
13463         Define it before mm-charset-to-coding-system.
13464         (mm-charset-to-coding-system): Add optional argument `silent';
13465         define it before mm-charset-override-alist.
13466         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13467         default value if it can be used in Emacs currently running;
13468         silence mm-charset-to-coding-system.
13469
13470 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13471
13472         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13473         `allow-override' which says whether to use `mm-charset-override-alist'.
13474         (rfc2047-decode-encoded-words): Use it.
13475
13476         * mm-util.el (mm-charset-override-alist): Fix custom type;
13477         add `(gb2312 . gbk)' to choices.
13478
13479 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13480
13481         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13482         fast.
13483
13484         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13485
13486         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
13487
13488 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
13489
13490         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13491         on links.
13492
13493         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13494
13495 2008-12-03  Lute Kamstra  <lute@gnu.org>
13496
13497         * sha1.el: Remove leading * from docstrings of defcustoms,
13498         deffaces, defconsts and defuns.
13499
13500 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13501
13502         * message.el (message-idna-to-ascii-rhs-1): Protect against local
13503         users' addresses that don't have domain parts.
13504         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13505         rather than message-narrow-to-head since there will be the message
13506         header separator.
13507
13508 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13509
13510         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13511         since the result is inserted in a unibyte buffer anyway.
13512         (nnimap-demule-use-string-to-multibyte): Remove.
13513         (nnimap-demule): Alias it to mm-string-to-multibyte.
13514
13515 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13516
13517         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13518         variable for debugging bug#464 and bug#1174.
13519         (nnimap-demule): Use it.
13520
13521 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13522
13523         * gnus-score.el (gnus-score-find-trace): Handle default score in total
13524         score calculation correctly.
13525
13526 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13527
13528         * message.el (message-send-mail): Just set the buffer to unibyte
13529         rather than use mm-with-unibyte-current-buffer which does a lot more.
13530         (message-send-mail-partially): Don't bother with
13531         mm-with-unibyte-current-buffer since it's already been made unibyte by
13532         message-send-mail.
13533
13534 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13535
13536         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13537
13538 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13539
13540         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13541
13542 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13543
13544         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13545         require itself and to remove `with-no-warnings'.
13546
13547 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
13548
13549         * starttls.el (starttls-any-program-available): Get the name of the
13550         available TLS layer program.
13551         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13552         well as the host name in the "opening" message.
13553
13554         * auth-source.el (auth-source-cache, auth-source-do-cache)
13555         (auth-source-user-or-password): Cache passwords and logins by default,
13556         allow override with `auth-source-do-cache'.
13557         (auth-source-forget-user-or-password): Allow users to remove cache
13558         entries if needed.
13559
13560 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
13561
13562         * md4.el (md4-buffer): Fix typo in docstring.
13563         (md4, md4-64): Doc fixes.
13564         (md4-pack-int32): Reflow docstring.
13565
13566 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13567
13568         * ietf-drums.el (ietf-drums-remove-comments): Localize second
13569         condition-case to only the forward-sexp call.
13570
13571 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13572
13573         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13574         quotes contained.  Make it more robust regardless by an extra
13575         condition-case wrapper.
13576
13577 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13578
13579         * lpath.el: No need to fbind codepage-setup for Emacs 23.
13580
13581 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13582
13583         * nnml.el (nnml-request-expire-articles): Check if the function set to
13584         `nnmail-expiry-target' returns the symbol `delete'.
13585
13586         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13587
13588         * nnmail.el (nnmail-expiry-target): Fix custom type.
13589
13590 2008-10-02  Glenn Morris  <rgm@gnu.org>
13591
13592         * mm-util.el (mm-codepage-setup): Tweak codepage error.
13593         Silence compiler warning.
13594
13595 2008-10-01  Magnus Henoch  <mange@freemail.hu>
13596
13597         * tls.el (open-tls-stream): Show the actual command being
13598         executed, instead of the format string.
13599
13600 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13601
13602         * lpath.el: Fbind codepage-setup for Emacs 23.
13603
13604 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13605
13606         * mml.el (mml-menu): Don't assume mml2015 is bound.
13607
13608 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13609
13610         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13611         exists.
13612
13613 2008-09-27  Glenn Morris  <rgm@gnu.org>
13614
13615         * gnus-util.el (mail-header-remove-comments): Autoload it.
13616
13617 2008-09-27  Andreas Schwab  <schwab@suse.de>
13618
13619         * gnus-util.el (gnus-split-references): Strip comments.
13620         (gnus-parent-id): Likewise.
13621
13622 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
13623
13624         * message.el (message-confirm-send): Fix version.
13625
13626 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13627
13628         * message.el (message-idna-to-ascii-rhs-1): Use
13629         mail-extract-address-components rather than mail-header-parse-addresses
13630         that is an alias by default to ietf-drums-parse-addresses that does not
13631         support non-ASCII names in headers' contents.
13632
13633 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13634
13635         * message.el (message-confirm-send): Fix variable documentation to
13636         avoid the "y/n" wording.
13637
13638 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
13639
13640         * message.el (message-set-auto-save-file-name): Save to a different
13641         filename so multiple messages (especially drafts) can be recovered.
13642
13643 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
13644
13645         * message.el (message-confirm-send): Add appropriate version.
13646
13647 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
13648
13649         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13650         defvar.
13651
13652 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
13653
13654         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13655         (mm-pkcs7-enveloped-magic): Ditto.
13656
13657 2008-09-17  Simon Josefsson  <simon@josefsson.org>
13658
13659         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13660         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13661
13662 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
13663
13664         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13665         default, it's better.
13666
13667 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
13668
13669         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13670         summary line gnus-number property and ignore them (with a warning
13671         message).
13672
13673 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13674
13675         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13676         macro caddr in the interactive form since it won't be expanded.
13677
13678 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13679
13680         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13681         `charset'; fix name of function called recursively.
13682         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13683
13684 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13685
13686         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13687         (gnus-mime-set-charset-parameters): New function.
13688         (gnus-mime-view-part-as-charset): Use it to correctly display part
13689         specifying wrong charset.
13690
13691 2008-09-08  David Engster  <dengste@eml.cc>
13692
13693         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13694         in completing-read for back end server.
13695
13696 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13697
13698         * message.el (message-confirm-send): New variable to confirm sending a
13699         message.
13700         (message-send): Use it.
13701
13702 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13703
13704         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13705
13706 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13707
13708         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13709
13710 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13711
13712         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13713         prevent tracking too many groups.
13714         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13715         Use it.
13716
13717 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13718
13719         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13720         moving point to the bottom of the window in order to avoid recentering.
13721
13722 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13723
13724         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
13725
13726         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13727         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13728         (gnus-article-beginning-of-window): Fix calculation.
13729
13730 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13731
13732         * gnus-msg.el (gnus-summary-supersede-article)
13733         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13734         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13735         message header.
13736
13737 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13738
13739         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13740         pending output coming after the status change.
13741
13742 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13743
13744         * message.el:
13745         * gnus-start.el:
13746         * gnus-registry.el: Remove VMS support.
13747
13748 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13749
13750         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13751         macro.
13752         (rfc2104-hash): Use it.
13753
13754 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13755
13756         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13757         (gnus-summary-sort-by-most-recent-date): New commands.
13758         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13759         and menu entries.
13760
13761 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13762
13763         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13764         don't redisplay article for raw contents; remove plural articles stuff.
13765
13766         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13767         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13768         on gnus-summary-save-article; display results properly.
13769
13770 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13771
13772         * lpath.el: No need to fbind ns-focus-frame.
13773
13774 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13775
13776         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13777
13778 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13779
13780         * gnus-art.el (gnus-summary-save-in-pipe):
13781         Consider gnus-save-all-headers.
13782
13783 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13784
13785         * gnus-util.el (ns-focus-frame): Remove declaration.
13786         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13787         like x.
13788
13789 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13790
13791         * rfc2104.el (rfc2104-zero): Delete defconst.
13792         (rfc2104-hex-alist): Likewise.
13793         (rfc2104-hex-to-int): Delete func.
13794         (rfc2104-hexstring-to-bitstring): Likewise.
13795         (rfc2104-nybbles): New defconst.
13796         (rfc2104-hash): Rewrite for speed.
13797
13798 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13799
13800         * tls.el (open-tls-stream): Make it work with the 2nd argument
13801         BUFFER that is a string but does not exist as a buffer object, as
13802         mentioned in the doc-string.
13803
13804 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13805
13806         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13807         SXEmacs.
13808
13809 2008-07-16  Glenn Morris  <rgm@gnu.org>
13810
13811         * gnus-util.el (ns-focus-frame): Declare for compiler.
13812
13813 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13814
13815         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13816         set as a group parameter.
13817         (gnus-summary-save-in-pipe): Work when it is called independently.
13818         (gnus-summary-pipe-to-muttprint): Don't modify
13819         gnus-summary-pipe-output-default-command.
13820
13821 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13822
13823         * message.el (message-send-mail-with-sendmail):
13824         Display the error message.
13825
13826 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13827
13828         * gnus-art.el (gnus-default-article-saver):
13829         Add gnus-summary-save-in-pipe to choices.
13830         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13831         gnus-summary-pipe-output-default-command as the default command.
13832         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13833         instead of gnus-last-shell-command.
13834
13835         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13836         New user option.
13837         (gnus-summary-muttprint-program): Mention the value will be changed.
13838         (gnus-summary-save-article): Force showing of all headers.
13839         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13840
13841 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13842
13843         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13844
13845 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13846
13847         * nnimap.el (nnimap-id):
13848         * sieve-manage.el (sieve-manage-open): Doc fixes.
13849
13850 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13851
13852         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13853         if available.
13854
13855 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13856
13857         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13858
13859         * nnkiboze.el (nnkiboze-generate-group):
13860         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13861
13862         * nnmairix.el: Require CL.
13863
13864 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13865
13866         * dgnushack.el: Autoload get-display-table and put-display-table for
13867         XEmacs 21.5.
13868
13869         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13870         21.4 and SXEmacs.
13871
13872 2008-06-15  David Engster  <dengste@eml.cc>
13873
13874         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13875
13876 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13877
13878         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13879         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13880         runtime choice under XEmacs.
13881
13882         * gnus-sum.el (gnus-summary-set-display-table):
13883         Use `gnus-put-display-table', `gnus-get-display-table',
13884         `gnus-set-display-table' for the display table, instead of `aset'.
13885
13886         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13887         Use `gnus-put-display-table', `gnus-get-display-table',
13888         `gnus-set-display-table' for the display table.
13889
13890 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13891
13892         * nnmairix.el: Add autoloads.
13893
13894 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13895
13896         * nnmairix.el (nnmairix-delete-recreate-group)
13897         (nnmairix-update-and-clear-marks): Fix error messages.
13898
13899 2008-06-14  David Engster  <dengste@eml.cc>
13900
13901         * nnmairix.el: Upgrade to version 0.6.
13902         (nnmairix-group-toggle-propmarks-this-group)
13903         (nnmairix-group-toggle-readmarks-this-group)
13904         (nnmairix-group-delete-recreate-this-group)
13905         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13906         (nnmairix-remove-tick-mark-original-article): New commands.
13907         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13908         (nnmairix-propagate-marks-to-nnmairix-groups)
13909         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13910         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13911         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13912         functions needed for marks propagation and manipulation of read marks.
13913         (nnmairix-update-groups): New function.
13914         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13915         (nnmairix-determine-original-group-from-registry)
13916         (nnmairix-determine-original-group-from-path)
13917         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13918         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13919         New helper functions.
13920         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13921         keystrokes for new commands.
13922         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13923         (nnmairix-request-group): Check allow-fast group parameter.
13924         (nnmairix-request-create-group): Set allow-fast group parameter if
13925         nnmairix-allowfast-default is set.
13926         (nnmairix-close-group): Propagate marks upon closing if needed.
13927         (nnmairix-group-toggle-threads-this-group): Use new.
13928         nnmairix-group-toggle-parameter helper function.
13929         (nnmairix-search): Better check for empty search result.
13930         (nnmairix-goto-original-article): Use new helper functions for
13931         determining original article.
13932         (nnmairix-show-original-article): Make sure message-id is in brackets.
13933         (nnmairix-call-mairix-binary): Change variable name.
13934         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13935         helper function.
13936         (nnmairix-widget-toggle-activate): Fix doc string.
13937
13938 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13939
13940         * nnir.el: Require edmacro when compiling with XEmacs.
13941         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13942         available in Emacs 21.
13943
13944 2008-06-11  Glenn Morris  <rgm@gnu.org>
13945
13946         * gnus-util.el (x-focus-frame):
13947         * gnus.el (image-size):
13948         * mm-decode.el (image-size): Declare.
13949
13950         * gnus-picon.el (declare-function): Add compat definition.
13951         (image-size): Declare.
13952
13953         * gnus-group.el (tool-bar-map):
13954         * gnus-sum.el (tool-bar-map): Define for compiler.
13955
13956         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13957
13958         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13959
13960         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13961         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13962         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13963         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13964         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13965         * sieve-manage.el, spam-report.el, spam.el:
13966         Remove unnecessary eval-and-compile of autoloads.
13967
13968 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13969
13970         * auth-source.el: Precise Tramp doc.
13971
13972 2008-06-07  Glenn Morris  <rgm@gnu.org>
13973
13974         * nnmairix.el: Remove unnecessary eval-when-compile.
13975
13976 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13977
13978         * lpath.el: Fbind propertize for XEmacs 21.4.
13979
13980 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13981
13982         * nnir.el: Move here from ../contrib.
13983
13984 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13985
13986         * gnus-util.el (gnus-read-shell-command): New function.
13987         * mm-decode.el (mm-pipe-part):
13988         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13989
13990 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13991
13992         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13993
13994 2008-06-03  Glenn Morris  <rgm@gnu.org>
13995
13996         * pop3.el (nnheader-accept-process-output): Autoload it.
13997
13998 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13999
14000         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14001         are not 2-digit hexadecimal characters that follow `%'s.
14002
14003 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14004
14005         * message.el (message-bogus-recipient-p): Fix type in doc string.
14006         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14007         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14008         Improve custom options.
14009         (message-bogus-recipient-p): Adjust accordingly.
14010
14011 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14012
14013         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14014         long-form month and day names.
14015
14016 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * dgnushack.el: Autoload debug, eudc-expand-inline and
14019         pgg-snarf-keys-region for XEmacs.
14020
14021         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14022
14023         * nnmairix.el: Require edmacro when compiling with XEmacs.
14024
14025 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14026
14027         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14028         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14029
14030 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14031
14032         * auth-source.el: Add more docs.
14033
14034         * netrc.el (netrc-machine): Always match if the port is not given.
14035
14036 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14037
14038         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14039         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14040         retrieval faster in some cases, but might make CPU usage larger.
14041         If this has any bad side effects, we might revert this change.
14042
14043         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14044         seems to make mail retrieval much, much faster.
14045         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14046         unconditionally.
14047
14048         * gnus-draft.el (gnus-group-send-queue):
14049         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14050
14051 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14052
14053         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14054
14055         * message.el (message-bogus-address-regexp): Fix and improve custom
14056         type.
14057         (message-setup-hook): Add message-check-recipients as custom option.
14058
14059 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14060
14061         * message.el (message-cite-function): Remove bogus autoload which crept
14062         in during merge from v5-10.
14063
14064 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14065
14066         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14067
14068         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14069
14070         * auth-source.el: Preliminary Tramp docs.
14071         (auth-sources): Change the default auth-sources to use
14072         EPA .gpg files.
14073
14074 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14075
14076         * nntp.el: Autoload `auth-source-user-or-password'.
14077         (nntp-send-authinfo): Use it.
14078
14079         * nnimap.el: Autoload `auth-source-user-or-password'.
14080         (nnimap-open-connection): Use it.
14081
14082         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14083         for the gnus-message function.
14084         (auth-source-user-or-password): Use it.
14085
14086 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14087
14088         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14089         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14090         (rfc2104-hash): Use it.
14091
14092 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14093
14094         * gnus-art.el (gnus-article-toggle-truncate-lines):
14095         Don't use `iff' in docstring.
14096
14097 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14098
14099         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14100
14101         * gnus-util.el (gnus-extract-address-component-name)
14102         (gnus-extract-address-component-email): Convenience functions around
14103         `gnus-extract-address-components'.
14104
14105         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14106         Use `gnus-extract-address-component-email' to fix bug of comparing full
14107         sender name to `user-mail-address'.
14108
14109 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14110
14111         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14112         catch/throw to optimize.
14113         (gnus-registry-find-keywords): Just use member to find a keyword.
14114
14115 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14116
14117         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14118         is current before calling gnus-server-prepare.
14119         (gnus-server-setup-buffer, gnus-server-update-server)
14120         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14121
14122 2008-05-04  Juri Linkov  <juri@jurta.org>
14123
14124         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14125         (mailcap-file-default-commands): Use mailcap-replace-in-string
14126         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14127         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14128
14129 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14130
14131         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14132
14133 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14134
14135         * gnus.el: Bump version to 0.11.
14136
14137 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14138
14139         * gnus.el: No Gnus v0.10 is released.
14140
14141 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14142
14143         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14144         hooks.
14145         (gnus-update-read-articles): Speed up non-marks-using users.
14146         (gnus-use-marks): Define gnus-use-marks.
14147         (gnus-propagate-marks): Rename variable to something more sensible.
14148
14149 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14150
14151         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14152         (gmm-image-load-path-for-library): Fix typos in docstrings.
14153         (gmm-message): Reflow docstring.
14154
14155 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14156
14157         * mail-source.el (mail-source-set-1, mail-source-bind):
14158         Move auth-source code out of the macro to clean it up and fix bugs.
14159
14160 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14161
14162         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14163         by sender if it's equal to user-mail-address, it's likely to be
14164         useless.
14165
14166         * mail-source.el (mail-source-bind): Don't use user or password if they
14167         are not bound.  Unintern them if they are nil.  Don't use server unless
14168         it's bound, and default it to empty string otherwise.
14169
14170 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14171
14172         * mail-source.el: Load auth-source.el.
14173         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14174         get user name or password, if auth-sources is set up.
14175
14176         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14177         strategy of splitting with parent.
14178         (gnus-registry-split-fancy-with-parent)
14179         (gnus-registry-post-process-groups): Use it and fix prior
14180         bug (returning a list as the split result).
14181
14182         * auth-source.el (auth-sources): Remove server parameter.
14183         (auth-source-pick, auth-source-user-or-password)
14184         (auth-source-user-or-password-imap)
14185         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14186         (auth-source-user-or-password-sftp)
14187         (auth-source-user-or-password-smtp): Remove server parameter.
14188
14189 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14190
14191         * smime.el (smime-sign-region, smime-encrypt-region)
14192         (smime-decrypt-region):
14193         Remove redundant calls to `generate-new-buffer-name'.
14194
14195 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14196
14197         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14198         Don't use QP for message/rfc822.
14199         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14200
14201 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14202
14203         * sieve-manage.el (sieve-string-bytes): Remove.
14204         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14205         correct byte-length only if the process's coding-system is the same as
14206         the one used internally by Emacs to represent strings.
14207
14208 2008-04-22  Juri Linkov  <juri@jurta.org>
14209
14210         * mailcap.el (mailcap-file-default-commands): New function.
14211
14212 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14213
14214         * message.el (message-signature-separator, message-cite-function):
14215         Change custom version.
14216
14217 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14218
14219         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14220         commands.
14221         (tls-checktrust): Ditto.
14222
14223 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14224
14225         * mm-decode.el (mm-display-external): Make temp file read-only.
14226
14227 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14228
14229         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14230         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14231         `C-c C-f d'.
14232
14233 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14234
14235         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14236
14237 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14238
14239         * gnus.el: Bump version to 0.9.
14240
14241 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14242
14243         * gnus.el: No Gnus v0.8 is released.
14244
14245 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14246
14247         * mail-source.el (mail-source-value):
14248         Prefer fboundp to functionp so it works with macros as well.
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         Fix last change in case the element is not even a symbol.
14254
14255 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14256
14257         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14258         Prefer fboundp to functionp so it works with macros as well.
14259
14260 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14261
14262         * auth-source.el: Add docs.
14263         (auth-sources): Modify format to support server.
14264         (auth-source-pick, auth-source-user-or-password)
14265         (auth-source-user-or-password-imap)
14266         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14267         (auth-source-user-or-password-sftp)
14268         (auth-source-user-or-password-smtp): Add server parameter.
14269
14270 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14271
14272         * gnus-registry.el: Initialize the registry when gnus-registry-install
14273         is t.
14274
14275 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14276
14277         * compface.el (uncompface): Make buffer unibyte.
14278
14279 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14280
14281         * mail-source.el (mail-source-value):
14282         Prefer fboundp to functionp so it works with macros as well.
14283
14284 2008-04-05  Glenn Morris  <rgm@gnu.org>
14285
14286         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14287
14288 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14289
14290         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14291         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14292
14293         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14294         multibyteness after rather than before erasing it.
14295
14296         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14297         mm-with-multibyte.
14298         (gnus-request-article-this-buffer): Make sure the proper decoding is
14299         used if gnus-original-article-buffer happens to be unibyte.
14300
14301         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14302         default-enable-multibyte-characters.
14303
14304         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14305         default-enable-multibyte-characters.
14306
14307         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14308
14309         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14310
14311 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14312
14313         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14314         Fix last change in case the element is not even a symbol.
14315
14316 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14317
14318         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14319         (imap-message-copyuid-1): Use it.
14320         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14321         J. Williams in
14322         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14323
14324         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14325         imap-enable-exchange-bug-workaround.
14326         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14327
14328 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14329
14330         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14331         a 100 byte status-checks into a 2-3MB transfer for each group.
14332         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14333         to enable bug workaround or not.
14334         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14335
14336 2008-03-31  Glenn Morris  <rgm@gnu.org>
14337
14338         * message.el (mml2015-use): Declare for compiler.
14339         (message-info): Require mml2015 when appropriate.
14340
14341 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14342
14343         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14344         whitespace.
14345
14346 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14347
14348         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14349         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14350         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14351         (nntp-service-to-port): New function.
14352         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14353         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14354         (nntp-open-netcat-stream): New function.
14355         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14356
14357 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14358
14359         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14360
14361 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14362
14363         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14364
14365 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14366
14367         * dns.el (dns-write): Use set-buffer-multibyte.
14368
14369 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14370
14371         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14372
14373 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14374
14375         * message.el (message-signature-separator): Change default.
14376         Improve custom type.
14377         (message-cite-function): Change default to
14378         message-cite-original-without-signature.
14379
14380         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14381         toggle.
14382
14383         * message.el (message-check-news-body-syntax): Fix signature check.
14384         (message-setup-1): Mark buffer as unmodified _after_ running
14385         message-setup-hook and handling message-alternative-emails.
14386         (message-shorten-references): Be more strict when building list of
14387         valid references to comply with GNKSA.
14388
14389         * gnus-group.el (gnus-read-ephemeral-bug-group)
14390         (gnus-read-ephemeral-debian-bug-group)
14391         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14392
14393         * message.el (message-info): Don't use booleanp which isn't supported
14394         in Emacs 21 and XEmacs.
14395
14396 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14397
14398         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14399         gnus-group-gmane-group-download-format.
14400         (gnus-group-read-ephemeral-gmane-group): Rename from
14401         gnus-group-read-ephemeral-gmane-group.
14402         (gnus-read-ephemeral-gmane-group-url): Rename from
14403         gnus-group-read-ephemeral-gmane-group-url.
14404         (gnus-bug-group-download-format-alist): New variable.
14405         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14406         (gnus-read-ephemeral-emacs-bug-group): New commands.
14407
14408 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14409
14410         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14411         (gnus-visible-headers): Improve custom type.
14412
14413 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14414
14415         * mml.el (mml-menu): Add workarounds for XEmacs.
14416
14417         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14418         X-Boundary header.
14419
14420         * message.el (message-simplify-recipients): Fix previous commit.
14421
14422 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14423
14424         * mm-util.el (mm-set-buffer-multibyte): New function.
14425         * mm-decode.el (mm-copy-to-buffer): Use it.
14426
14427         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14428         Prefer fboundp to functionp so it works with macros as well.
14429
14430 2008-03-19  Glenn Morris  <rgm@gnu.org>
14431
14432         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
14433         Accidentally removed in the sync process with Emacs.
14434
14435 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14436
14437         * message.el (message-alter-recipients-discard-bogus-full-name):
14438         New function.
14439         (message-alter-recipients-function): New variable.
14440         (message-get-reply-headers): Use it.
14441         (message-replace-header): New helper function.
14442         (message-recipients-without-full-name): New variable.
14443         (message-simplify-recipients): New command.
14444
14445         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14446
14447         * message.el (message-info): Handle EasyPG manual.
14448
14449         * mml.el (mml-menu): Add entry for EasyPG.
14450
14451 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
14452
14453         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14454         parameter.
14455
14456         * message.el (message-disassociate-draft): Specify drafts group name
14457         fully.
14458
14459 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
14460
14461         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14462         Eliminate unnecessary duplicates from the match list.
14463
14464 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14465
14466         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
14467
14468         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
14469
14470         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14471         args of `how-many' of which the XEmacs version doesn't take; declare
14472         Info-index-next as function.
14473
14474 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14475
14476         * gnus-score.el (gnus-score-headers): Fix handling of
14477         gnus-inhibit-slow-scoring.
14478
14479         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14480         string.
14481         (gnus-button-url-regexp): Improve handling of parenthesis.
14482         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14483         (gnus-button-handle-info-keystrokes): Handle index entries.
14484
14485 2008-03-15  Glenn Morris  <rgm@gnu.org>
14486
14487         * parse-time.el (parse-time-string): Simplify.
14488
14489 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14490
14491         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14492         Incoming* files.
14493
14494 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
14495
14496         * auth-source.el (auth-sources): Rename from auth-source-choices.
14497         (auth-source-pick): Use it.
14498
14499 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14500
14501         * binhex.el (binhex-decode-region-internal):
14502         * uudecode.el (uudecode-decode-region-internal):
14503         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14504         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14505         setting default-enable-multibyte-characters.
14506
14507 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14508
14509         * auth-source.el (auth-source-protocols)
14510         (auth-source-protocols-customize, auth-source-choices): Add and
14511         modified variable customizations and defaults.
14512         (auth-source-pick, auth-source-user-or-password)
14513         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14514         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14515         (auth-source-user-or-password-sftp)
14516         (auth-source-user-or-password-smtp): Use new variables and provide an
14517         interface to netrc.el.
14518
14519 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14520
14521         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14522         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14523         Make sure the nntp port to specify is a string.
14524
14525 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14526
14527         * nntp.el: Use with-current-buffer.
14528         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14529         dubious mm-with-unibyte-current-buffer.
14530         (nntp-with-open-group-function): New function extracted from
14531         nntp-with-open-group macro.
14532         (nntp-with-open-group): Use the function, so it's easier to debug.
14533         Add indentation and debugging info.
14534         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14535         Recommend the use of the netcat alternatives.
14536
14537         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14538         Avoid mm-string-as-multibyte as well.
14539
14540         * nnweb.el (nnweb-insert-html):
14541         Remove use of nnheader-string-as-multibyte.
14542
14543         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14544         (nnheader-string-as-multibyte): Remove.
14545
14546         * mm-view.el: Use inhibit-read-only.
14547         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14548         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14549         or unibyte-string.
14550
14551         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14552         (mm-uu-yenc-extract): Use with-current-buffer.
14553
14554         * gnus-soup.el (gnus-soup-send-packet): Don't use
14555         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14556
14557         * nnmh.el: Use with-current-buffer.
14558         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14559         mm-string-as-multibyte on the output of mm-encode-coding-string.
14560
14561         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14562         (nnimap-request-move-article): Use with-current-buffer.
14563
14564         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14565         inserting the handle-buffer's text, so the implicit multibyte->unibyte
14566         conversion uses string-make-unibyte rather than string-as-unibyte.
14567
14568         * gnus-msg.el: Use with-current-buffer.
14569
14570         * message.el (message-ignored-resent-headers): Add "Delivered-To".
14571
14572 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
14573
14574         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14575         string for caching if it is 'PIN.
14576
14577 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14578
14579         * lpath.el: Consider the case without Emacs/W3.
14580
14581 2008-03-08  Glenn Morris  <rgm@gnu.org>
14582
14583         * time-date.el (date-to-time, time-subtract, time-add)
14584         (safe-date-to-time): Doc fixes.
14585
14586 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14587
14588         * mail-source.el (mail-source-delete-old-incoming-confirm):
14589         Change default to nil.
14590         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14591
14592 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14593
14594         * lpath.el: Rearrange.
14595
14596         * gnus-art.el (gnus-narrow-to-page): Position point properly.
14597         (gnus-article-goto-prev-page): Work for articles having ^L's.
14598
14599         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14600
14601         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14602
14603 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14604
14605         * gnus-bookmark.el: Adjust for renames in bookmark.el.
14606         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14607         (gnus-bookmark-jump): Adjust some variable names.
14608
14609 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
14610
14611         * auth-source.el: New package.
14612         (auth-source-choices): Add customization entry point variable.
14613
14614         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14615         bug.
14616
14617 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
14618
14619         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14620         (gnus-registry-initialize, gnus-registry-install-p): Use it.
14621         (gnus-registry-install-shortcuts): Rename from
14622         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
14623         the `gnus-registry-mark-map' keymap dynamically from
14624         `gnus-registry-marks'.  The generated functions update the summary line
14625         when a registry mark is added or deleted, and will call
14626         `gnus-registry-install-p' (see the comments in the code).
14627         (gnus-registry-user-format-function-M): Use concat intelligently.
14628
14629         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14630         the registry mark functions.
14631
14632 2008-03-05  Glenn Morris  <rgm@gnu.org>
14633
14634         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14635         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14636         gnus-art.
14637         (top-level): No need to load own source when compiling.
14638
14639 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14640
14641         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14642         Suggested by <chris.anderton@zetnet.co.uk>.
14643
14644 2008-03-04  Glenn Morris  <rgm@gnu.org>
14645
14646         * gnus-sum.el (top-level): No need to require gnus when compiling,
14647         since unconditionally required near start of file.
14648         (gnus-summary-display-while-building): Move definition before use.
14649
14650 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14651
14652         * gnus-registry.el (gnus-registry-user-format-function-M):
14653         Add formatting function.
14654
14655 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14656
14657         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14658         with plists.
14659         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14660         Use new format.
14661
14662 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14663
14664         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14665         `where-is-internal' that returns a range of key sequences.
14666
14667 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14668
14669         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14670
14671         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14672         (gnus-summary-jump-to-group): Consider windows on other displayed
14673         frames as well.  Similar changes might be needed elsewhere, but that's
14674         the one I've bumped into during my use.
14675
14676         * nndoc.el (nndoc-oe-dbx-type-p):
14677         * gnus-msg.el (gnus-debug):
14678         * gnus-group.el (gnus-update-group-mark-positions):
14679         Use mm-string-to-multibyte.
14680
14681 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14682
14683         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14684         doesn't handle NotDashEscaped.
14685
14686         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
14687         (mml-dnd-attach-options): Fix typo in custom choice.
14688
14689         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14690         Change nndoc-article-type to mbox.
14691         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14692
14693         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14694         to nil, instead of html2text.
14695
14696         * imap.el (imap-debug): Add `imap-ping-server'.
14697
14698         * gnus-bookmark.el: Add FIXMEs.
14699
14700         * message.el (message-form-letter-separator)
14701         (message-send-form-letter-delay): New variables.
14702         (message-send-form-letter): Use them.  New command to send form
14703         letters.  Requested by Uwe Siart.
14704         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14705
14706 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14707
14708         * Update copyright years.
14709
14710 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14711
14712         Sync from EMACS_22_BASE.
14713
14714         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
14715
14716 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14717
14718         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14719         empty author.
14720
14721 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14722
14723         * gnus-registry.el (gnus-registry-marks): Add variable for
14724         customization of marks and their appearance.
14725         (gnus-registry-read-mark): Use it.
14726         (gnus-registry-do-marks): Add utility function to loop through
14727         `gnus-registry-marks'.
14728         (gnus-registry-install-shortcuts-and-menus): Add function to install
14729         shortcuts and menus.
14730         (gnus-registry-initialize): Use it.
14731         (gnus-registry-default-mark): Clarify documentation.
14732
14733 2008-02-29  Glenn Morris  <rgm@gnu.org>
14734
14735         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14736         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14737         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14738         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14739         Change defcustom :version from 23.0 to 23.1.
14740
14741 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14742
14743         * gnus-registry.el (gnus-registry-follow-group-p)
14744         (gnus-registry-post-process-groups): Add functions to aid registry
14745         splitting and improve logging.  Clarify behavior in function
14746         documentation.
14747         (gnus-registry-split-fancy-with-parent): Use them.
14748
14749 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14750
14751         * gnus-art.el: Use with-current-buffer.
14752
14753 2008-02-27  David Engster  <dengste@eml.cc>
14754
14755         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14756         Express real group name in the response.
14757
14758 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14759
14760         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14761         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14762         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14763         autoload gnus-registry-fetch-group when compiling.
14764         (nnmairix-request-group-with-article-number-correction):
14765         Remove unreferenced argument passed to nnmairix-call-backend.
14766
14767 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14768
14769         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14770         (mm-uu-extract): Improve face for low color ttys.
14771         Reported by Sascha Wilde.
14772
14773 2008-02-27  Glenn Morris  <rgm@gnu.org>
14774
14775         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14776         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14777         variables to defconsts.  Convert comments to doc-strings.
14778         (nnmairix-last-server, nnmairix-current-server): Convert from free
14779         variables to defvars.  Convert comments to doc-strings.
14780         (gnus-registry-fetch-group): Autoload.
14781         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14782         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14783         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14784         caddr.
14785         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14786         nnmairix-request-group-with-article-number-correction call.
14787         (nnmairix-fast, nnmairix-group): New, less general names, for free
14788         variables passed from nnmairix-request-group to
14789         nnmairix-request-group-with-article-number-correction.  Declare.
14790         (nnmairix-request-group-with-article-number-correction):
14791         Use nnmairix-fast, nnmairix-group rather than fast, group.
14792
14793 2008-02-26  David Engster  <dengste@eml.cc>
14794
14795         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14796         version 0.5.
14797
14798 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14799
14800         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14801         instead of making an extra function call.  Don't add the current group
14802         to articles only when they have the group.  Use
14803         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14804         Reported by David <de_bb@arcor.de>.
14805
14806 2008-02-24  Miles Bader  <miles@gnu.org>
14807
14808         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14809         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14810         (mm-find-mime-charset-region):
14811         * mm-bodies.el (mm-encode-body):
14812         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14813
14814 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14815
14816         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14817         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14818
14819 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14820
14821         * mail-source.el (mail-source-delete-incoming): Change default.
14822         Supplement doc string.
14823
14824         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14825
14826 2008-02-14  Glenn Morris  <rgm@gnu.org>
14827
14828         * time-date.el (format-seconds): New function.
14829
14830 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14831
14832         * nnmail.el (nnmail-message-id-cache-file): Derive from
14833         `gnus-home-directory'.
14834
14835 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14836
14837         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14838         Document negative prefix.
14839
14840         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14841
14842 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14843
14844         * message.el (message-unsent-separator): Add the Exim bounce
14845         separator.
14846
14847 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14848
14849         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14850         list.
14851         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14852         recipient/signer list.
14853
14854 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14855
14856         * Makefile.in (datarootdir): Define.
14857         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14858         name that might contain whitespace.
14859
14860 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14861
14862         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14863         fbound (Emacs 23 unicode), signal an error.
14864
14865 2008-02-08  Glenn Morris  <rgm@gnu.org>
14866
14867         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14868
14869 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14870
14871         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14872         ports to the calls to `netrc-machine-user-or-password' in addition to
14873         "imap" and "imaps".
14874
14875 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14876
14877         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14878
14879         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14880
14881 2008-02-01  Kenichi Handa  <handa@m17n.org>
14882
14883         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14884         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14885         (rfc2104-hash): Convert the result of concat to unibyte string.
14886
14887 2008-02-01  Dave Love  <fx@gnu.org>
14888
14889         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14890         coding-system-for-read.
14891         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14892
14893 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14894
14895         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14896         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14897         <hanche@math.ntnu.no>.
14898
14899 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14900
14901         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14902
14903         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14904
14905 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14906
14907         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14908         * message.el (message-beginning-of-line): Use featurep instead of bound
14909         tests in order to resolve conditionals at compile time.
14910
14911 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14912
14913         * mail-source.el (mail-sources): Add `group' choice.
14914
14915         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14916         parameter `in-group' to control into which group the articles go.
14917         Add treatment of `group' mail-source.
14918
14919 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14920
14921         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14922
14923         * mm-decode.el (mm-dissect-buffer): Decode description.
14924
14925         * mml.el (mml-to-mime): Encode message header first.
14926
14927 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14928
14929         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14930         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14931
14932         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14933         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14934
14935 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14936
14937         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14938
14939 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14940
14941         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14942         prefix keys.
14943         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14944         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14945         gnus-xmas.el.
14946
14947         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14948         (gnus-xmas-article-describe-bindings): New function.
14949         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14950         gnus-xmas-article-describe-bindings.
14951
14952         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14953
14954 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14955
14956         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14957         Add new variables for article mark management.
14958         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14959         list of extra data entries which, when present, will indicate that the
14960         article ID should not be trimmed from the registry.
14961         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14962         functions.
14963         (gnus-registry-read-mark): New function to read a mark name from the
14964         user.
14965         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14966         (gnus-registry-set-article-mark-internal): New functions to add and
14967         remove marks.
14968         (gnus-registry-get-article-marks): New function to show the marks for
14969         an article, or retrieve them for further use.
14970
14971 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14972
14973         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14974         keys when no argument is given.
14975
14976 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14977
14978         * imap.el (imap-ping-server): New variable.
14979         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14980         (imap-ping-server): Minor doc string fixes.
14981
14982 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14983
14984         * imap.el (imap-ping-server): New function.
14985         (imap-opened): Call imap-ping-server.
14986
14987 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14988
14989         * gnus-sum.el (gnus-article-sort-by-random)
14990         (gnus-thread-sort-by-random): Fix doc strings.
14991         Reported by jidanni@jidanni.org.
14992
14993 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14994
14995         * gnus-art.el (gnus-article-describe-bindings): New function.
14996         (gnus-article-read-summary-keys): Use it.
14997         (gnus-article-mode-map): Bind `C-h b' to it.
14998
14999 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15000
15001         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15002         XEmacs.
15003         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15004         Protect against non-character events.
15005
15006         * lpath.el: Fbind map-keymap for Emacs 21.
15007
15008 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15009
15010         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15011         New command.
15012         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15013         instead of END.  Change name of the temp file.
15014         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15015         customizable.
15016
15017 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15018
15019         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15020         bind `S W' to gnus-article-wide-reply-with-original; set default
15021         binding to gnus-article-read-summary-send-keys.
15022         (gnus-article-read-summary-keys): Fix the order of keys; display
15023         continuation keys correctly in the echo area; describe bindings
15024         correctly when keys end with `C-h'.
15025         (gnus-article-read-summary-send-keys): New function.
15026         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15027         Work for gnus-article-read-summary-send-keys; display continuation keys
15028         correctly in the echo area.
15029         (gnus-article-reply-with-original): Ignore prefix argument.
15030         (gnus-article-wide-reply-with-original): New function.
15031
15032         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15033         Emacs 21.
15034
15035 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15036
15037         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15038         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15039
15040 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15041
15042         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15043         (gnus-group-read-ephemeral-gmane-group): New command.
15044
15045 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15046
15047         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15048
15049 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15050
15051         * message.el (message-send-mail-function): Increase custom version.
15052
15053         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15054         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15055
15056 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15057
15058         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15059         for the cases where imap-authenticate is called with a nil buffer
15060         parameter.
15061
15062 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15063
15064         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15065         html parts correctly; support forwarded messages.
15066         (gnus-article-browse-html-article): Remove work buffers.
15067
15068         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15069         compiling.
15070         (netrc-bound-and-true-p): New macro.
15071         (netrc-parse): Use it instead of bound-and-true-p that is not available
15072         in XEmacs 21.4.
15073
15074 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15075
15076         * gnus-registry.el (gnus-registry-mark-article)
15077         (gnus-registry-article-marks): Add functionality to mark articles
15078         through the Gnus registry.
15079
15080         * encrypt.el: Clarify documentation for the new pgg method.
15081         (encrypt-file-alist): Add PGG option.
15082         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15083         functionality.  Abstract password key and messaging to external
15084         functions.
15085         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15086         (encrypt-message-method-and-cipher): Add new convenience external
15087         functions.
15088         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15089         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15090
15091         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15092         (netrc-parse): Use encrypt-file-alist to determine if
15093         encrypt-find-model or encrypt-insert-file-contents should be used.
15094
15095         * encrypt.el: Clarify documentation.  Load password-cache or
15096         password, whichever one is found first, instead of autoloading.
15097
15098 2007-12-19  Glenn Morris  <rgm@gnu.org>
15099
15100         * mml.el (message-options-set, message-narrow-to-head)
15101         (message-in-body-p, message-mail-p, message-encode-message-body):
15102         Autoload.
15103         (message-remove-header, message-narrow-to-headers-or-head)
15104         (message-subscribed-p, message-make-mail-followup-to)
15105         (message-position-on-field, message-news-p)
15106         (message-options-set-recipient, message-generate-headers)
15107         (message-sort-headers): Declare as functions.
15108
15109 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15110
15111         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15112         convention in doc string.
15113
15114 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15115
15116         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15117         title to html parts.
15118         (gnus-article-browse-html-article): Pass message header to it.
15119
15120         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15121
15122 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15123
15124         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15125         or password compatible with XEmacs.
15126
15127 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15128
15129         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15130         format document.
15131         (gnus-mime-delete-part): Don't write description line if empty.
15132         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15133
15134 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15135
15136         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15137         (gnus-summary-mark-read-and-unread-as-read)
15138         (gnus-summary-mark-current-read-and-unread-as-read)
15139         (gnus-summary-mark-unread-as-ticked): Doc fix.
15140         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15141
15142 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15143
15144         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15145         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15146
15147 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15148
15149         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15150         yes-or-no-p.
15151
15152 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * mm-decode.el (mm-add-meta-html-tag): New function.
15155         (mm-save-part-to-file, mm-pipe-part): Use it.
15156
15157         * gnus-art.el (gnus-article-browse-delete-temp-files):
15158         Use gnus-y-or-n-p instead of y-or-n-p.
15159         (gnus-article-browse-html-parts): Work with message/external-body; use
15160         mm-add-meta-html-tag.
15161
15162 2007-12-11  Glenn Morris  <rgm@gnu.org>
15163
15164         * gnus-cache.el: Require gnus-sum not just when compiling.
15165
15166         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15167
15168         * gnus-int.el (gnus-server-opened, gnus-status-message):
15169         Move definitions before use.
15170
15171         * mm-decode.el: Require gnus-util.
15172         (mm-remove-part): Only call delete-annotation on XEmacs.
15173
15174         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15175
15176         * nnmail.el: Require gnus-int.
15177
15178         * spam.el: Move `require's before `eval-when-compile's.
15179
15180         * gnus-ems.el (gnus-alive-p):
15181         * gnus-fun.el (message-goto-eoh):
15182         * gnus-util.el (gnus-group-name-decode):
15183         * mail-source.el (gnus-compress-sequence):
15184         * message.el (Info-goto-node, format-spec):
15185         * mm-bodies.el (message-options-get):
15186         * mm-decode.el (mm-view-pkcs7):
15187         * mm-util.el (gmm-write-region):
15188         * mml-smime.el (mml-compute-boundary)
15189         (gnus-completing-read-with-default):
15190         * mml.el (widget-button-press, gnus-make-hashtable):
15191         * mml1991.el (mm-decode-content-transfer-encoding)
15192         (mm-encode-content-transfer-encoding)
15193         (message-options-get, message-options-set):
15194         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15195         * nnfolder.el (gnus-request-group):
15196         * nnheader.el (ietf-drums-unfold-fws):
15197         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15198         * smime.el (gnus-run-mode-hooks):
15199         * spam-stat.el (gnus-message): Autoload.
15200
15201         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15202         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15203         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15204         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15205         Add declare-function compatibility definition.
15206
15207         * gnus-cache.el (nnvirtual-find-group-art):
15208         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15209         (gnus-add-image, gnus-add-wash-type):
15210         * gnus-group.el (nnkiboze-score-file):
15211         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15212         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15213         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15214         (message-tokenize-header, gnus-get-buffer-create)
15215         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15216         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15217         * gnus.el (gnus-group-decoded-name):
15218         * mail-source.el (imap-capability):
15219         * mm-bodies.el (message-options-set):
15220         * mm-decode.el (gnus-configure-windows):
15221         * mm-extern.el (message-goto-body):
15222         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15223         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15224         (epg-sub-key-validity, message-options-set):
15225         * mml.el (widget-event-point, gnus-configure-windows):
15226         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15227         * mml2015.el (epg-check-configuration, epg-configuration)
15228         (message-options-set):
15229         * nndb.el (nndb-request-article):
15230         * nnfolder.el (gnus-request-create-group):
15231         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15232         * nnmaildir.el (gnus-group-mark-article-read):
15233         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15234         * rfc1843.el (message-fetch-field):
15235         * spam.el (gnus-extract-address-components):
15236         Declare as functions.
15237
15238 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15239
15240         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15241
15242         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15243
15244         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15245         bind show-trailing-whitespace for XEmacs.
15246
15247 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15248
15249         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15250         new no-op macro for backward compatibility.
15251
15252         * imap.el (imap-string-to-integer): New function.
15253
15254 2007-12-09  Glenn Morris  <rgm@gnu.org>
15255
15256         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15257
15258         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15259         * message.el, mm-view.el, sieve-manage.el, smime.el:
15260         Add declare-function compatibility definition.
15261
15262         * gnus-art.el (w3-region, w3m-region, Info-menu):
15263         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15264         * gnus-sum.el (gnus-get-predicate):
15265         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15266         * message.el (mail-abbrev-in-expansion-header-p):
15267         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15268         (w3m-detect-meta-charset, w3m-region):
15269         * sieve-manage.el (password-read, password-cache-add)
15270         (password-cache-remove):
15271         * smime.el (password-read-and-add): Declare as functions.
15272
15273 2007-12-08  David Kastrup  <dak@gnu.org>
15274
15275         * gnus-sum.el (gnus-summary-simplify-subject-query):
15276         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15277         `message'.
15278
15279 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15280
15281         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15282         it to bind idna-program, installation-directory, defined-colors, and
15283         face-attribute for XEmacs of the version that compiles defcustom forms.
15284
15285 2007-12-07  Glenn Morris  <rgm@gnu.org>
15286
15287         * gnus-art.el (article-make-date-line): Revert previous change.
15288
15289 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15290
15291         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15292
15293 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15294
15295         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15296         Call gnus-add-to-range ranges only once with a prepared article-list.
15297
15298 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15299
15300         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15301         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15302         group names with backslashes.
15303         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15304
15305 2007-12-06  Deepak Goel  <deego3@gmail.com>
15306
15307         * gnus-art.el (article-make-date-line):
15308         * gnus-start.el (gnus-load):
15309         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15310
15311 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15312
15313         * gnus-art.el (gnus-use-idna):
15314         * gnus-start.el (gnus-site-init-file):
15315         * message.el (message-use-idna):
15316         * mm-uu.el (mm-uu-hide-markers):
15317         * smiley.el (smiley-style): Revert changes that suppress warnings.
15318
15319 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15320
15321         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15322         specify charset to html source.
15323         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15324
15325 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15326
15327         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15328         idna-program in order to suppress byte compile warning issued by XEmacs
15329         that came to byte compile the default value section of defcustom forms
15330         recently.
15331
15332         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15333         value of installation-directory.
15334
15335         * message.el (message-use-idna): Don't directly refer to the value of
15336         idna-program.
15337
15338         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15339
15340         * smiley.el (smiley-style): Don't directly call face-attribute.
15341
15342 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15343
15344         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15345
15346         * gnus-dired.el: Reduce Gnus dependencies.
15347         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15348         Don't require.  Use autoloads instead.
15349         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15350         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15351         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15352         (gnus-dired-mode): Adjust doc string.
15353         (gnus-dired-mail-mode): New variable.
15354         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15355         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15356         (gnus-dired-mail-buffers): New function.  Return mail or message
15357         composition buffers.
15358         (gnus-dired-attach): Use it.
15359         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15360         NO-DECODE.
15361         (gnus-dired-print): Use `gnus-print-buffer' depending on
15362         `gnus-dired-mail-mode'.
15363
15364 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15365
15366         * rfc2047.el (rfc2047-encoded-word-regexp)
15367         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15368         explaining what regexp patterns are for.
15369
15370 2007-12-04  Glenn Morris  <rgm@gnu.org>
15371
15372         * password.el: Move to password-cache.el.
15373
15374         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15375         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15376         * mml-smime.el (password-read, password-cache-add)
15377         (password-cache-remove):
15378         No need to autoload, since mml-sec requires password.
15379
15380         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15381         * message.el (gnus-extract-address-components):
15382         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15383
15384         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15385         password.
15386
15387 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15388
15389         * mailcap.el: Reduce dependencies.
15390         (mail-header-parse-content-type): Autoload.
15391         (mailcap-delete-duplicates): New alias.
15392         (mailcap-mime-info): Add optional argument NO-DECODE.
15393         (mailcap-mime-types): Use mailcap-delete-duplicates.
15394
15395         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15396
15397 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15398
15399         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15400         (imap-parse-status): Upcase status-att for servers that sends them
15401         lower-case (e.g., MS Exchange 2007).
15402
15403 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15404
15405         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15406         function.
15407
15408         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15409         (gnus-uu-yenc-article): New function.
15410
15411         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15412
15413         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15414
15415 2007-12-02  Glenn Morris  <rgm@gnu.org>
15416
15417         * binhex.el (binhex): New custom group.
15418         (binhex-decoder-program, binhex-decoder-switches)
15419         (binhex-use-external): Move to the binhex custom group.
15420
15421         * uudecode.el (uudecode): New custom group.
15422         (uudecode-decoder-program, uudecode-decoder-switches)
15423         (uudecode-use-external): Move to the uudecode custom group.
15424
15425         * netrc.el (top-level): Don't load `encrypt' features.
15426         (netrc-parse): Don't use encrypt.
15427         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
15428
15429         * encrypt.el: Remove file.
15430
15431 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
15432
15433         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
15434         matches on patches.
15435
15436         * gnus-art.el (gnus-article-browse-html-article):
15437         Mention `mm-text-html-renderer' in the doc string.
15438
15439         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
15440         string.  Add comments.
15441
15442         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
15443         if rhs is ASCII.
15444
15445 2007-12-01  Glenn Morris  <rgm@gnu.org>
15446
15447         * mail-source.el (top-level): Require format-spec before
15448         eval-when-compile.
15449
15450 2007-11-30  Glenn Morris  <rgm@gnu.org>
15451
15452         * encrypt.el: Require password, rather than autoloading password-read.
15453
15454 2007-11-29  Glenn Morris  <rgm@gnu.org>
15455
15456         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
15457         (sasl-make-client, sasl-next-step, sasl-step-data)
15458         (sasl-step-set-data): Declare as functions.
15459
15460 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
15461
15462         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
15463
15464 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
15465
15466         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
15467         certs should be verified and what is to be done in the event of a
15468         verification failure.
15469
15470         * gnus.el (gnus-method-to-server): Add an optional parameter so the
15471         caller can indicate whether the cache should be disregarded for this
15472         call.  This way the result of the call is reproducible at all times and
15473         can be considered a canonical server name for the supplied method.
15474         (gnus-agent-method-p): Canonicalize server names by pushing their
15475         method through `gnus-method-to-server' using the no-cache argument.
15476
15477         * gnus-srvr.el (gnus-server-insert-server-line):
15478         Call `gnus-method-to-server' with `no-cache' argument.
15479
15480         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
15481         gnus-agent-possibly-synchronize-flags as this should be called when the
15482         server is actually being opened.
15483         (gnus-agent-possibly-synchronize-flags)
15484         (gnus-agent-possibly-synchronize-flags-server): Move check for the
15485         flags file of an agentized server to the latter function.
15486
15487         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
15488         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
15489         after a connection has been established successfully.
15490
15491 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15492
15493         * gnus-art.el (article-display-face): Force to display face if called
15494         interactively; check if gnus-article-x-face-too-ugly matches author.
15495         (article-display-x-face): Display face even if From header is missing
15496         as article-display-face does.
15497
15498 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
15499
15500         * hashcash.el (message-narrow-to-headers-or-head)
15501         (message-fetch-field, message-goto-eoh)
15502         (message-narrow-to-headers): Declare as functions.
15503
15504 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
15505
15506         * mail-source.el (mail-sources): Default to fetch from file for
15507         compatibility with default of nnmail-spool-file.
15508
15509 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15510
15511         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
15512         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
15513         to look for encoded word that should be encoded again.
15514         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
15515         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
15516         encoding pattern.
15517         (rfc2047-decode-region): Switch strict regexp and loose one according
15518         to rfc2047-allow-irregular-q-encoded-words.
15519
15520 2007-11-25  Romain Francoise  <romain@orebokech.com>
15521
15522         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
15523
15524 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15525
15526         * tls.el (tls-program): Provide more custom choices from
15527         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
15528         (tls-process-connection-type, tls-success): Remove "*" in doc string.
15529
15530 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15531
15532         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15533         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15534
15535         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15536         `nnmail-spool-file'.
15537
15538         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15539         `nnmail-spool-file'.
15540
15541         * gnus-move.el (gnus-change-server): Ditto.
15542
15543         * gnus-kill.el (gnus-batch-score): Ditto.
15544
15545         * gnus-cache.el (gnus-jog-cache): Ditto.
15546
15547         * gnus-msg.el (gnus-summary-reply):
15548         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15549
15550 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15551
15552         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
15553         version.  Minor improvement to doc strings.
15554         (tls-program): Add comment.
15555
15556 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
15557
15558         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
15559         (tls-checktrust): New variable.  Check if GNU TLS complained about a
15560         mismatch between the hostname provided in the certificate and the name
15561         of the host connnecting to.
15562         (open-tls-stream): Use them.  Check certificates against trusted root
15563         certificates.
15564
15565 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15566
15567         * gnus-cache.el (gnus-cache-generate-nov-databases):
15568         Use nnml-generate-nov-databases-directory instead of
15569         nnml-generate-nov-databases-1.
15570
15571 2007-11-24  Glenn Morris  <rgm@gnu.org>
15572
15573         * message.el (message-tool-bar-retro): Update for rename
15574         mail_send.xpm->mail-send.xpm.
15575
15576 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
15577
15578         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15579         `smime-ldap-search' for Emacs 22 and up.
15580
15581 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15582
15583         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15584
15585         * message.el (message-send-mail-function): Fix error convention.
15586         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15587         (message-widen-reply, message-send-mail, message-talkative-question)
15588         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15589         (message-clone-locals, message-send-news): Use with-current-buffer.
15590         (message-insert-or-toggle-importance): Remove unused var `valid'.
15591         (message-make-references): Remove unused var `new-references'.
15592         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15593
15594 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
15595
15596         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15597         (spam-split-symbolic-return-positive): Reflow docstring.
15598         (spam-backends, spam-summary-exit-behavior)
15599         (spam-mark-ham-unread-before-move-from-spam-group)
15600         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15601         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15602         (spam-clear-cache, spam-backend-check, spam-install-backend)
15603         (spam-install-statistical-backend, spam-list-of-processors)
15604         (spam-group-processor-p, spam-split, spam-bogofilter-score)
15605         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15606         (spam-check-crm114, spam-initialize, spam-unload-hook):
15607         Fix typos in docstrings.
15608
15609 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15610
15611         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15612         been checked if they have never been read and those group levels are
15613         higher than the one that a user specified.
15614
15615 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15616
15617         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15618         foreign groups unless a group level is specified by a user.
15619         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15620
15621 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
15622
15623         * message.el (message-send-mail-function): Require sendmail.
15624
15625 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
15626
15627         * message.el (message-send-mail-function): Check for smtpmail too.
15628
15629         * utf7.el (utf7-encode, utf7-decode): Use coding system
15630         `utf-7'/`utf-7-imap' from utf-7.el' if available.
15631
15632         * message.el (message-send-mail-function): New function.
15633         (message-send-mail-function): Set default using
15634         message-send-mail-function.  Adjust doc string.
15635         (message-send-mail-with-mailclient): New function.
15636
15637 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15638
15639         * smime.el (from):
15640         * rfc2047.el (message-posting-charset):
15641         * qp.el (mm-use-ultra-safe-encoding):
15642         * pop3.el (parse-time-months):
15643         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15644         * nnml.el (files):
15645         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15646         (jka-compr-compression-info-list, ange-ftp-path-format)
15647         (efs-path-regexp):
15648         * nndiary.el (files):
15649         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15650         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15651         (epg-digest-algorithm-alist, inhibit-redisplay)
15652         (password-cache-expiry):
15653         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15654         (pgg-output-buffer, password-cache-expiry):
15655         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15656         (efs-path-regexp):
15657         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15658         (inhibit-redisplay):
15659         * mm-uu.el (file-name, start-point, end-point, entry)
15660         (gnus-newsgroup-name, gnus-newsgroup-charset):
15661         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15662         (latin-unity-ucs-list):
15663         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15664         (mm-uu-binhex-decode-function):
15665         * message.el (gnus-message-group-art, gnus-list-identifiers)
15666         (rmail-enable-mime-composing, gnus-local-organization)
15667         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15668         (gnus-read-active-file, facemenu-add-face-function)
15669         (facemenu-remove-face-function, gnus-article-decoded-p)
15670         (tool-bar-mode):
15671         * mail-source.el (display-time-mail-function):
15672         * gnus-util.el (nnmail-pathname-coding-system)
15673         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15674         (gnus-original-article-buffer, gnus-user-agent)
15675         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15676         (xemacs-codename, sxemacs-codename, emacs-program-version):
15677         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15678         * gnus-start.el (gnus-agent-covered-methods)
15679         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15680         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15681         (gnus-newsgroup-headers, gnus-group-list-mode)
15682         (gnus-group-mark-positions, gnus-newsgroup-data)
15683         (gnus-newsgroup-unreads, nnoo-state-alist)
15684         (gnus-current-select-method, mail-sources)
15685         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15686         (nnmail-spool-file, gnus-cache-active-hashtb):
15687         * gnus-mh.el (mh-lib-progs):
15688         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15689         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15690         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15691         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15692         (gnus-group-buffer):
15693         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15694         (font-lock-set-defaults):
15695         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15696         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15697         (gnus-summary-post-menu, total-parts, type, condition, length):
15698         * gnus-agent.el (gnus-agent-read-agentview):
15699         * flow-fill.el (show-trailing-whitespace):
15700         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15701         eval-and-compile wrappers for byte compiler pacifiers.
15702
15703         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15704         (mm-display-inline-fontify): Check for featurep 'xemacs not
15705         extent-list.
15706
15707         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15708         itimer-list.
15709         (mm-create-image-xemacs): Only do something for XEmacs.
15710         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15711
15712         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15713
15714         * gnus-registry.el (gnus-adaptive-word-syntax-table):
15715         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15716
15717 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15718
15719         * nnimap.el (nnimap-split-download-body):
15720         * gnus-demon.el (gnus-demon):
15721         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15722
15723 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15724
15725         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15726         New macros.
15727         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15728         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15729         copy data from unibyte buffer to multibyte current buffer.
15730         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15731         to copy data from unibyte current buffer to multibyte buffer.
15732         (nntp-make-process-buffer): Make process buffer unibyte.
15733
15734         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15735
15736 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15737
15738         * pop3.el (pop3-open-server): Accept and process data more robustly at
15739         connection start to avoid spurious "POP SSL connection failed" errors.
15740
15741 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15742
15743         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15744         read group names.
15745
15746 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15747
15748         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15749
15750 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15751
15752         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15753         (nnmail-save-active): Use a unibyte buffer when saving active file,
15754         which may contain non-ASCII group names.
15755
15756         * nnml.el (nnml-request-group): Decode group names in messages.
15757
15758 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15759
15760         * message.el (message-citation-line-function)
15761         (message-insert-formatted-citation-line): Fix spelling of
15762         `message-insert-formated-citation-line'.
15763
15764 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15765
15766         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15767
15768 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15769
15770         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15771         nnmail-pathname-coding-system.
15772
15773         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15774         that a user enters; decode group names in messages.
15775
15776         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15777
15778 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15779
15780         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15781
15782         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15783
15784         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15785         risky local variable.
15786
15787         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15788
15789 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15790
15791         * encrypt.el: Improve documentation to fix function name typo.
15792         Reported by Daiki Ueno <ueno@unixuser.org>.
15793
15794 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15795
15796         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15797         even if the point is not in the last page of an article.
15798         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15799         back to the previous page.
15800
15801 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15802
15803         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15804
15805 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15806
15807         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15808
15809 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15810
15811         * message.el (message-check-news-body-syntax):
15812         Avoid mm-string-as-multibyte.
15813         (message-hide-headers): Don't assume (point-min)==1.
15814
15815 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15816
15817         * message.el (message-remove-blank-cited-lines): Fix if remove is
15818         given.
15819         (message-bogus-address-regexp): New variable.
15820         (message-bogus-recipient-p): New function.
15821         (message-check-recipients): New command.
15822         (message-syntax-checks): Add `bogus-recipient'.
15823         (message-fix-before-sending): Add `bogus-recipient'.
15824
15825         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15826         (gnus-treat-body-boundary): Don't test window-system.
15827
15828 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15829
15830         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15831
15832 2007-10-28  Miles Bader  <miles@gnu.org>
15833
15834         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15835         at compile-time too.
15836
15837 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15838
15839         * gnus-msg.el (gnus-message-setup-hook):
15840         Add `message-remove-blank-cited-lines' to options.
15841
15842 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15843
15844         * message.el (message-remove-blank-cited-lines): New function.
15845         Suggested by Karl Plästerer.
15846
15847 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15848
15849         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15850         mapc.
15851
15852         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15853         (top-level): Use mapc to set functions to be traced for debugging.
15854
15855         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15856         called for effect with while loop.
15857
15858         * message.el (message-talkative-question): Replace mapcar called for
15859         effect with mapc.
15860
15861         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15862         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15863         called for effect with dolist.
15864
15865         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15866
15867         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15868         gnus-extra-headers and nnmail-extra-headers.
15869
15870         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15871         called for effect with dolist.
15872         (top-level): Use mapc to set functions to be traced for debugging.
15873
15874         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15875         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15876         dolist.
15877
15878         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15879         Replace mapcar called for effect with mapc.
15880         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15881         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15882         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15883         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15884
15885         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15886         remove-if that's a cl function.
15887
15888         * webmail.el (webmail-debug): Replace mapcar called for effect with
15889         dolist.
15890
15891         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15892         with mapc.
15893
15894 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15895
15896         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15897         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15898         with while loop.
15899
15900         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15901         functions from article-* functions.
15902         (gnus-multi-decode-header): Replace mapcar called for effect with
15903         dolist.
15904
15905         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15906         (gnus-bookmark-show-details): Replace mapcar called for effect with
15907         while loop.
15908
15909         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15910         called for effect with while loop.
15911
15912         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15913         with dolist.
15914
15915         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15916         Replace mapcar called for effect with dolist.
15917
15918         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15919
15920         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15921         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15922         Replace mapcar called for effect with dolist.
15923         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15924         mapc.
15925
15926         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15927         Replace mapcar called for effect with dolist.
15928         (gnus-topic-list): Replace mapcar called for effect with mapc.
15929
15930         * gnus.el: Use mapc instead of mapcar to add autoloads.
15931
15932 2007-10-23  Richard Stallman  <rms@gnu.org>
15933
15934         * gnus-group.el (gnus-group-highlight): Mark as risky.
15935
15936 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15937
15938         * gnus.el (gnus-server-to-method): Return method found first in
15939         gnus-newsrc-alist.
15940
15941         * gnus-art.el (gnus-article-highlight-signature)
15942         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15943         button overlay without the front stickiness.
15944
15945 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15946
15947         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15948         overview buffer needed a catch to receive its throw.
15949         (gnus-agent-flush-cache): Declare as interactive to make this function
15950         easier to use.
15951
15952 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15953
15954         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15955         `next-line'.
15956
15957 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15958
15959         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15960         exclude address matching message-dont-reply-to-names.
15961
15962 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15963
15964         * gnus-util.el (gnus-string<): New function.
15965
15966         * gnus-sum.el (gnus-article-sort-by-author)
15967         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15968
15969 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15970
15971         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15972         the frame-focus tag is set in gnus-buffer-configuration.
15973
15974 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15975
15976         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15977         the front stickiness.
15978
15979 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15980
15981         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15982         url pattern; remove duplicate one.
15983         (gnus-article-extend-url-button): New function.
15984         (gnus-article-add-buttons): Use it.
15985         (gnus-button-push): Use concatenated url that it makes.
15986
15987 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15988
15989         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15990
15991 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15992
15993         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15994         Don't hardcode point-min==1.
15995
15996 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15997
15998         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15999         Fix comment about "iso8859-1".
16000
16001 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16002
16003         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16004         ones returned from the verify-function.
16005
16006         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16007         Call mml2015-extract-cleartext-signature if extraction failed.
16008
16009 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16010
16011         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16012         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16013         failed.
16014
16015 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16016
16017         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16018
16019 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16020
16021         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16022         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16023         recommends to use EasyPG instead of PGG.
16024
16025         * pgg.el: Revert to revision 6.23.2.16.
16026
16027         * pgg-def.el: Revert to revision 6.6.2.14.
16028
16029         * pgg-gpg.el: Revert to revision 6.23.2.34.
16030
16031 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16032
16033         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16034         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16035         thread for both the null and zero (kill/expire thread) universal prefix
16036         cases.
16037         (gnus-summary-expire-thread): Add new function to expire a thread,
16038         using gnus-summary-kill-thread.
16039         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16040         shortcuts for gnus-summary-expire-thread.
16041         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16042         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16043
16044 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16045
16046         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16047         extras value, so an extras entry can be deleted.
16048         (gnus-registry-delete-extra-entry): Use it.
16049         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16050         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16051         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16052         storage through the gnus-registry, and provide an appropriate API for
16053         it.
16054
16055 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16056
16057         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16058         Suggested by Leo <sdl.web@gmail.com>.
16059
16060         * gnus.el: Do.
16061
16062 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16063
16064         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16065         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16066
16067         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16068
16069         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16070         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16071
16072 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16073
16074         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16075         newline.
16076         (nnmbox-request-accept-article): Don't change article in source buffer;
16077         narrow to header to use message-fetch-field rather than
16078         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16079         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16080         as delimiters; make sure article ends with newline.
16081         (nnmbox-delete-mail): Correct last position of article to be deleted;
16082         ignore X-Gnus-Newsgroup header in article body.
16083         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16084         positions; make sure article ends with newline.
16085
16086         * message.el (message-display-abbrev): Don't infloop when a user
16087         inserts SPC in the beginning of header.
16088
16089         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16090         coding-system-for-read and coding-system-for-write for XEmacs having no
16091         file-coding feature.
16092
16093         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16094
16095 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16096
16097         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16098         list of groups not followed by default.  Fix type to be regexp.
16099         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16100
16101 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16102
16103         * hmac-def.el (define-hmac-function): Switch from old-style to
16104         new-style backquotes.
16105
16106         * md4.el (md4-make-step): Likewise.
16107
16108 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16109
16110         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16111         raw-text coding system when saving .newsrc file, which may contain
16112         non-ASCII group names.
16113
16114 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16115
16116         * gnus-cus.el (gnus-score-extra): New widget.
16117         (gnus-score-extra-convert): New function.
16118         (gnus-score-customize): Use it for Extra.
16119
16120 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16121
16122         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16123         (mml2015-mailcrypt-clear-verify): Use it.
16124         (mml2015-gpg-clear-verify): Use it.
16125         (mml2015-pgg-clear-verify): Use it.
16126         (mml2015-epg-clear-verify): Replace the current part with the output
16127         from GnuPG; don't extract the plaintext by itself.
16128
16129         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16130         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16131         mml2015-clear-verify-function; don't touch the armor headers or
16132         dash-escaped text here.
16133
16134 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16135
16136         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16137         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16138         parts, or application/octet-stream as a last resort.
16139         (gnus-mime-view-part-as-type): Don't toggle display.
16140         (gnus-mime-view-part-as-charset): Don't turn off display before
16141         querying charset.
16142
16143         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16144         stuff to undisplayer function in Emacs.
16145         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16146
16147         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16148         text/calendar parts.
16149
16150 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16151
16152         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16153         decoding text/calendar parts.
16154
16155         * message.el (message-forward-make-body-mime): Always mark body as
16156         having no illegible text; remove signed-or-encrypted argument.
16157         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16158
16159         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16160         (mml-generate-mime-1): Don't encode body if it is specified to be in
16161         raw form; don't make buffer be unibyte when inserting multibyte string.
16162
16163 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16164
16165         * sha1.el: Fix up comment style.
16166         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16167         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16168
16169         * hex-util.el: Fix up comment style.
16170         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16171
16172         * gnus-salt.el: Use with-current-buffer.
16173         (gnus-pick-setup-message): Fix long-standing typo.
16174
16175 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16176
16177         * imap.el (imap-logout-timeout): New variable.
16178         (imap-logout, imap-logout-wait): New functions.
16179         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16180
16181         * nnimap.el (nnimap-logout-timeout): New server variable.
16182         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16183         nnimap-logout-timeout.
16184
16185         * gnus-art.el (gnus-article-summary-command-nosave)
16186         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16187
16188 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16189
16190         * gnus.el (gnus-maximum-newsgroup): New variable.
16191
16192         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16193         according to gnus-maximum-newsgroup.
16194
16195         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16196         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16197         Limit the range of articles according to gnus-maximum-newsgroup.
16198
16199 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16200
16201         * gnus-art.el (gnus-sticky-article): Fix problems described in
16202         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16203         Don't perform gnus-configure-windows here; reuse existing sticky
16204         article buffer.
16205
16206         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16207         it doesn't exist in gnus-article-mode.
16208
16209 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16210
16211         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16212         (gnus-agent-decoded-group-name): New function.
16213         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16214         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16215
16216 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16217
16218         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16219         Add binding for gnus-sticky-article.
16220         (gnus-summary-exit): Don't kill sticky article buffers.
16221
16222         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16223         article buffer.
16224         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16225         (gnus-kill-sticky-article-buffers): New commands.
16226
16227 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16228
16229         * nntp.el (nntp-xref-number-is-evil): New server variable.
16230         (nntp-find-group-and-number): If it is non-nil, don't trust article
16231         numbers in the Xref header.
16232
16233 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16234
16235         * gnus-agent.el (gnus-agent-read-group): New function.
16236         (gnus-agent-flush-group, gnus-agent-expire-group)
16237         (gnus-agent-regenerate-group): Use it.
16238         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16239         nnmail-pathname-coding-system.
16240
16241 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16242
16243         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16244
16245         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16246         that are unread as unread, and also as selected so that information of
16247         marks having been changed by a user may be updated when exiting group.
16248
16249 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16250
16251         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16252
16253 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16254
16255         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16256         calculated ignoring signature parts to gnus-treat-article.
16257
16258 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16259
16260         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16261         a point here in order to keep the window start.
16262         (gnus-insert-mime-security-button): Make a button overlay without the
16263         front stickiness.
16264         (gnus-mime-display-security): Goto the end of a button.
16265
16266         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16267
16268 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16269
16270         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16271         group-name-at-point.
16272         (gnus-group-completing-read): New function that offers decoded
16273         non-ASCII group names for completion.
16274         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16275         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16276         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16277         (gnus-group-fetch-control): Use it.
16278         (gnus-fetch-group): Use group-name-at-point for the initial value
16279         rather than the default value; use gnus-alive-p.
16280
16281         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16282         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16283         (gnus-summary-post-news): Use gnus-group-completing-read.
16284
16285         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16286         (gnus-read-move-group-name): Decode group name for completion.
16287
16288 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16289
16290         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16291         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16292         Yamaoka slightly modified the code).
16293
16294 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16295
16296         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16297         (nnmail-split-incoming): Bind it.
16298
16299         * nnml.el (nnml-group-name-charset): New function.
16300         (nnml-decoded-group-name): Use it; don't decode group name if
16301         nnmail-group-names-not-encoded-p is non-nil.
16302         (nnml-encoded-group-name): New function.
16303         (nnml-group-pathname): Inline nnml-decoded-group-name.
16304         (nnml-request-expire-articles): Decode group name in message.
16305         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16306         nnmail-pathname-coding-system.
16307         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16308         not decoded ones according to nnmail-group-names-not-encoded-p.
16309         (nnml-generate-active-info): Use nnml-encoded-group-name.
16310
16311 2007-08-08  Glenn Morris  <rgm@gnu.org>
16312
16313         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16314         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16315         doc-strings and comments.
16316
16317 2007-07-25  Glenn Morris  <rgm@gnu.org>
16318
16319         * Relicense all FSF files to GPLv3 or later.
16320
16321 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16322
16323         * gnus-sum.el (gnus-summary-move-article):
16324         Make gnus-summary-respool-article work.
16325
16326 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16327
16328         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16329         string.
16330
16331 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16332
16333         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16334         that should be ignored when comparing distant RSS articles with local
16335         ones.
16336         (nnrss-make-hash-index): New function.  Create a hash index according
16337         to the ignored fields.
16338         (nnrss-check-group): Use it.
16339
16340 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16341
16342         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16343
16344         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16345
16346         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16347         the new optional argument ENCODED is non-nil.
16348         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16349         coding system for encoding group name.
16350         (gnus-group-make-rss-group): Pass un-encoded group name to
16351         gnus-group-make-group.
16352         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16353         encoded.
16354
16355         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16356         Encode group name to which articles are moved or copied.
16357         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16358         coding system for encoding Newsgroup, Followup-To and Xref headers.
16359
16360         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16361         marks; use nnheader-file-coding-system to write a file.
16362         (nnagent-retrieve-headers): Bind file-name-coding-system to
16363         nnmail-pathname-coding-system.
16364
16365         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16366
16367         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16368         (nnml-request-article, nnml-request-create-group)
16369         (nnml-request-rename-group, nnml-find-id)
16370         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16371         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16372         (nnml-save-marks): Use nnml-group-pathname instead of
16373         nnmail-group-pathname.
16374
16375         (nnml-request-create-group, nnml-request-expire-articles)
16376         (nnml-request-move-article, nnml-request-delete-group)
16377         (nnml-deletable-article-p, nnml-possibly-create-directory)
16378         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16379         (nnml-open-marks): Bind file-name-coding-system to
16380         nnmail-pathname-coding-system.
16381
16382         (nnml-request-article): Pass server argument to nnml-find-group-number.
16383         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16384         Pass server argument to nnml-possibly-create-directory.
16385         (nnml-request-accept-article): Pass server argument to
16386         nnml-active-number and nnml-save-mail.
16387         (nnml-find-group-number): Pass server argument to nnml-find-id.
16388         (nnml-request-update-info): Pass server argument to
16389         nnml-marks-changed-p.
16390
16391         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16392         (nnml-save-mail, nnml-active-number): Add server argument.
16393
16394         (nnml-request-delete-group): Warn if group is missing.
16395         (nnml-get-nov-buffer): Decode group name.
16396         (nnml-generate-active-info): Encode group name.
16397         (nnml-open-marks): Decode group name in messages.
16398
16399 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16400
16401         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16402         if it is not specified.
16403         (gnus-article-pipe-part, gnus-article-save-part)
16404         (gnus-article-interactively-view-part, gnus-article-copy-part)
16405         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16406         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16407         (gnus-article-replace-part, gnus-article-delete-part)
16408         (gnus-article-view-part-as-type): Pass raw prefix argument to
16409         gnus-article-part-wrapper.
16410
16411 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16412
16413         * gnus-agent.el (gnus-agent-save-active):
16414         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16415
16416         * gnus-cache.el (gnus-cache-save-buffers)
16417         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16418         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16419         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16420         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16421         (gnus-cache-generate-active, gnus-cache-rename-group)
16422         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16423         (gnus-cache-update-overview-total-fetched-for):
16424         Bind file-name-coding-system to nnmail-pathname-coding-system.
16425         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
16426         New variables.
16427         (gnus-cache-decoded-group-name): New function.
16428         (gnus-cache-file-name): Use it.
16429         (gnus-cache-generate-active): Use non-decoded group name for active.
16430
16431         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
16432         right place.
16433         (gnus-write-active-file): Don't break non-ASCII group names.
16434
16435         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
16436         nnmail-pathname-coding-system.
16437
16438         * lpath.el: Bind default-file-name-coding-system,
16439         file-name-coding-system and language-info-alist for XEmacs.
16440
16441         * gnus-uu.el (gnus-uu-decode-save): Typo.
16442
16443 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16444
16445         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
16446
16447 2007-07-14  David Kastrup  <dak@gnu.org>
16448
16449         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
16450         finishing actions if we did not edit the article.
16451
16452 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16453
16454         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
16455         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
16456         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
16457         (gnus-agent-flush-group, gnus-agent-flush-cache)
16458         (gnus-agent-fetch-headers, gnus-agent-load-alist)
16459         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
16460         (gnus-agent-retrieve-headers, gnus-agent-request-article)
16461         (gnus-agent-regenerate-group)
16462         (gnus-agent-update-files-total-fetched-for)
16463         (gnus-agent-update-view-total-fetched-for):
16464         Bind file-name-coding-system to nnmail-pathname-coding-system.
16465         (gnus-agent-group-pathname): Don't encode file names by
16466         nnmail-pathname-coding-system.
16467         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
16468         coding-system-for-write instead of buffer-file-coding-system to
16469         gnus-agent-file-coding-system.
16470
16471         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
16472         Decode group name.
16473
16474         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
16475
16476         * gnus-start.el (gnus-update-active-hashtb-from-killed)
16477         (gnus-read-newsrc-el-file): Make group names unibyte.
16478
16479         * nnmail.el (nnmail-group-pathname): Don't encode file names by
16480         nnmail-pathname-coding-system.
16481
16482         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
16483         (nnrss-request-delete-group): Bind file-name-coding-system to
16484         nnmail-pathname-coding-system.
16485         (nnrss-read-server-data, nnrss-read-group-data):
16486         Bind file-name-coding-system correctly.
16487         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
16488
16489         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
16490         (nntp-server-to-method-cache): New variable.
16491         (nntp-group-pathname): New function that decodes non-ASCII group names.
16492         (nntp-possibly-create-directory, nntp-marks-changed-p)
16493         (nntp-save-marks, nntp-open-marks): Use it.
16494         (nntp-possibly-create-directory, nntp-open-marks):
16495         Bind file-name-coding-system to nnmail-pathname-coding-system.
16496         (nntp-open-marks): Decode group names when bootstrapping marks.
16497
16498         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
16499         Newsgroups and Followup-To headers.
16500
16501 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16502
16503         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16504         (gnus-server-closed-face, gnus-server-denied-face)
16505         (gnus-server-offline-face): Remove variable.
16506         (gnus-server-font-lock-keywords): Use faces that are not aliases.
16507
16508         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
16509         of modifying message-stack directly for XEmacs.
16510
16511         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
16512         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
16513         if the coding-system argument is nil for XEmacs.
16514
16515         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
16516         mm-charset-override-alist.
16517
16518         * rfc2047.el: Don't require base64; require rfc2045 for the function
16519         rfc2045-encode-string.
16520         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
16521         to quote the parameter value.
16522
16523 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16524
16525         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
16526         form in gnus-group-name-charset-method-alist.
16527
16528         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
16529         overrides the default layout edit-form.
16530
16531         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
16532
16533         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
16534
16535 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16536
16537         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16538         as unfetched articles.
16539
16540 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
16541
16542         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16543
16544 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16545
16546         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16547         original back end that keeps marks in the local system.
16548
16549 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16550
16551         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16552         arg of pop-to-buffer for XEmacs.
16553         (gnus-article-read-summary-keys): Ditto; don't restore window
16554         configuration if summary command ends up with neither article buffer
16555         nor summary buffer; describe bindings if summary keys end with C-h.
16556
16557 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16558
16559         * message.el (message-fix-before-sending): Skip raw message part to be
16560         forwarded while checking illegible text.
16561         (message-forward-make-body-mime, message-forward-make-body):
16562         Mark signed or encrypted raw message as having no illegible text.
16563
16564 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16565
16566         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
16567         (gnus-message-with-timestamp-1): New macro.
16568         (gnus-message-with-timestamp): New function.
16569         (gnus-message): Use them.
16570
16571         * nnheader.el (nnheader-message): Use them.
16572
16573 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
16574
16575         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16576         .newsrc.eld file.
16577
16578 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16579
16580         * gnus-agent.el (gnus-agent-fetch-headers)
16581         (gnus-agent-retrieve-headers):
16582         Bind gnus-decode-encoded-address-function to identity.
16583
16584         * nntp.el (nntp-send-xover-command): Recognize an xover command is
16585         available also when the server returns simply a dot.
16586
16587         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16588
16589 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16590
16591         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16592
16593 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16594
16595         * gnus-ems.el (gnus-x-splash): Make it work.
16596
16597         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16598         from being used.
16599
16600         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
16601
16602 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16603
16604         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
16605         4th and the 5th arguments.
16606
16607         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16608         the front stickiness.
16609         (gnus-article-summary-command-nosave): Correct the order of the
16610         arguments passed to pop-to-buffer.
16611         (gnus-article-read-summary-keys): Ditto; make it work properly when the
16612         summary command ends up with the article buffer.
16613
16614         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16615         the same faces.
16616
16617 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
16618
16619         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16620
16621 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
16622
16623         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16624         * gnus-sum.el (gnus-summary-highlight):
16625         * pgg.el (pgg-sign-region, pgg-sign):
16626         * mail-source.el (mail-source-delete-old-incoming-confirm):
16627         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16628
16629 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16630
16631         * gnus-art.el (gnus-mime-view-part-externally)
16632         (gnus-mime-view-part-internally): Fix predicate function passed to
16633         completing-read.
16634
16635         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16636
16637         * gnus.el (gnus-update-message-archive-method): Add :version.
16638
16639 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16640
16641         * gnus.el (gnus-update-message-archive-method): New variable.
16642
16643         * gnus-start.el (gnus-setup-news): Update saved "archive" method
16644         according to gnus-message-archive-method if
16645         gnus-update-message-archive-method is non-nil.
16646
16647 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16648
16649         * gnus-sum.el (gnus-summary-limit-to-address): New function.
16650         Suggested by Loic Dachary <loic@dachary.org>.
16651         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16652
16653 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16654
16655         * message.el (message-pop-to-buffer): Add switch-function argument.
16656         (message-mail): Pass switch-function argument to it.
16657
16658 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
16659
16660         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16661         Improve doc string.
16662
16663 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16664
16665         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16666         (gnus-header-content):
16667         * gnus-cite.el (gnus-cite-10):
16668         * gnus-srvr.el (gnus-server-closed):
16669         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16670         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16671         (gnus-group-mail-3-empty, gnus-group-mail-low)
16672         (gnus-group-mail-low-empty, gnus-splash):
16673         * message.el (message-header-to, message-header-cc)
16674         (message-header-subject, message-header-other, message-header-name)
16675         (message-header-xheader, message-separator, message-cited-text)
16676         (message-mml): Lighten colors of faces used for dark background.
16677
16678 2007-05-24  Simon Josefsson  <simon@josefsson.org>
16679
16680         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16681         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
16682
16683 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16684
16685         * message.el (message-narrow-to-headers-or-head):
16686         Ignore mail-header-separator in the body.
16687
16688 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16689
16690         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16691         same as window size.
16692
16693 2007-05-22  Kevin Ryde  <user42@zip.com.au>
16694
16695         * message.el (message-font-lock-keywords): Use message-header-xheader
16696         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
16697         ahead of the anything pattern, to get it recognized.
16698
16699 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16700
16701         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
16702         spam.el loads uses it in the compiled defadvice form.
16703
16704 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
16705
16706         * gnus-sum.el (gnus-articles-to-read)
16707         (gnus-summary-insert-old-articles): Don't truncate group name for
16708         `read-string'.
16709
16710         * gnus-util.el (gnus-limit-string): Delete this function.
16711
16712         * gnus-sum.el (gnus-simplify-subject-fully):
16713         Use `truncate-string-to-width' instead.
16714
16715 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
16716
16717         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16718         Tell if, on summary exit, the next group has to be selected.
16719         (gnus-summary-exit): Use it.
16720
16721 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
16722
16723         * gnus-art.el (gnus-article-mode): Fix comment about displaying
16724         non-break space.
16725
16726 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16727
16728         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16729         Check if group is not a directory.
16730         (nnfolder-request-expire-articles): Don't delete articles if the target
16731         group is not available.
16732
16733         * nnml.el (nnml-request-create-group): Properly check if group is not a
16734         file.
16735         (nnml-request-expire-articles): Don't delete articles if the target
16736         group is not available.
16737
16738         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16739         Don't quote characters that are within parentheses.
16740
16741 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16742
16743         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16744         (gnus-handle-ephemeral-exit): Select article according to it.
16745
16746 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16747
16748         * message.el (message-insert-formated-citation-line): Remove newline.
16749         (message-citation-line-format): Add final \n here so that the user can
16750         avoid a blank line.
16751
16752 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16753
16754         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16755         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16756         Update lanl/arXiv support.
16757
16758 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16759
16760         * gnus.el: Bump version number.
16761
16762 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16763
16764         * gnus.el (gnus-version-number): Bump version.
16765
16766 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16767
16768         * gnus.el: No Gnus v0.6 is released.
16769
16770 2007-04-27  Didier Verna  <didier@xemacs.org>
16771
16772         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16773         * gmm-utils.el (gmm-regexp-concat): ... here.
16774         * message.el: Don't require 'gnus-util.
16775         (message-dont-reply-to-names): Handle name change above.
16776         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16777
16778 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16779
16780         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16781         since the initial value varies according to the system.
16782
16783 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16784
16785         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16786
16787 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16788
16789         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16790
16791 2007-04-24  Didier Verna  <didier@xemacs.org>
16792
16793         Improve the type of gnus-ignored-from-addresses.
16794         * gnus-util.el (gnus-orify-regexp): New function.
16795         * message.el (gnus-util): Require it.
16796         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16797         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16798         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16799
16800 2007-04-24  Didier Verna  <didier@xemacs.org>
16801
16802         * gnus-sum.el:
16803         * gnus-utils.el: Fix some trailing whitespaces.
16804
16805 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16806
16807         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16808         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16809         article's Message-ID; refer parent article in summary buffer.
16810
16811         * message.el (message-bounce): Call mime-to-mml.
16812
16813         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16814         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16815         optimize and/or forms properly.
16816
16817 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16818
16819         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16820         URL.
16821
16822 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16823
16824         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16825
16826 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16827
16828         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16829         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16830         displayed of multipart/alternative part if it is invoked from summary
16831         buffer.
16832
16833         * mm-view.el (mm-inline-text-html-render-with-w3m)
16834         (mm-inline-text-html-render-with-w3m-standalone)
16835         (mm-inline-render-with-function): Use mail-parse-charset by default.
16836
16837 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16838
16839         * parse-time.el (parse-time-string-chars): Check if CHAR
16840         is less than the length of parse-time-syntax.
16841
16842 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16843
16844         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16845         from gnus-newsgroup-processable.
16846
16847 2007-04-16  Didier Verna  <didier@xemacs.org>
16848
16849         * gnus-msg.el (gnus-configure-posting-styles):
16850         Handle message-signature-directory properly with :file syntax.
16851         Reported by "Leo".
16852
16853 2007-04-11  Didier Verna  <didier@xemacs.org>
16854
16855         New user option: message-signature-directory.
16856         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16857         * message.el (message-insert-signature): Ditto.
16858         * message.el (message-signature-file): Doc update.
16859         * message.el (message-signature-directory): New.
16860
16861 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16862
16863         * gnus-msg.el (gnus-inews-yank-articles):
16864         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16865
16866 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16867
16868         * message.el (message-yank-original): Make sure cited text ends with
16869         newline; don't exchange point and mark.
16870
16871 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16872
16873         * tls.el (open-tls-stream): Properly handle case where there
16874         is no associated buffer.
16875
16876 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16877
16878         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16879         message-yank-original, make sure (< mark TEXT point).
16880
16881 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16882
16883         * message.el (message-fill-column): New variable.
16884         (message-mode): Use it.  Add comment on a possible new hook.
16885
16886         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16887         (nnmail-get-new-mail): Reformat.
16888
16889         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16890
16891         * gmm-utils.el: Fix Commentary.
16892         (gmm-tool-bar-from-list): Fix typo in doc string.
16893
16894 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16895
16896         * message.el (message-yank-original): Don't switch point and mark
16897         unnecessarily to put point and mark as documented.
16898
16899 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16900
16901         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16902         from the message heads.
16903
16904 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16905
16906         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16907         article buffer does not have a window.  This may not be the best
16908         solution but is certainly better than setting the start of the null,
16909         that is the current, window.
16910
16911 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16912
16913         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16914         (gnus-draft-setup): Run it.
16915
16916         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16917         gnus-score-fast-scoring.  Allow regexp.
16918         (gnus-score-headers): Use it.
16919
16920         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16921         XEmacs.
16922
16923         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16924         string.
16925         (gnus-button-alist): Also catch `<f1> k ...'.
16926         (gnus-treat-display-x-face): Fix doc string.
16927
16928 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16929
16930         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16931         evaluation of gnus-extended-version to ensure correct generation of the
16932         User-Agent header when message-generate-headers-first is used.
16933
16934 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16935
16936         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16937         hashcash-path is nil.  Don't call callback with incorrect number of
16938         parameters if val is 0.
16939
16940 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16941
16942         * message.el (message-required-news-headers):
16943         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16944
16945 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16946
16947         * tls.el (open-tls-stream): In handshake-waiting loop,
16948         don't wait more if there is output available to process.
16949
16950 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16951
16952         * tls.el (tls-program): Doc fix.
16953
16954 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16955
16956         * message.el (message-generate-new-buffers): Change the meaning of the
16957         nil value; add `standard' to the choices; treat t as `unique'; improve
16958         doc string.
16959         (gnus-select-frame-set-input-focus): Autoload.
16960         (message-buffer-name): Search for the existing message buffer if
16961         message-generate-new-buffers is nil or `standard'; treat the value t of
16962         message-generate-new-buffers as `unique'.
16963         (message-pop-to-buffer): Raise the frame already displaying the message
16964         buffer; clear the echo area after querying.
16965         (message-setup): Pass the `continue' argument to compose-mail.
16966         (message-mail): Prefer `switch-function' if it is given; search for the
16967         existing message buffer if the `continue' argument is non-nil; pass
16968         continue and switch-function arguments to compose-mail by way of
16969         message-setup.
16970         (message-mail-other-window): Adjust argument of message-setup.
16971         (message-mail-other-frame): Ditto.
16972
16973 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16974
16975         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16976         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16977         to turn font-lock on when turning gnus-message-citation-mode on.
16978
16979 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16980
16981         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16982         (mml-smime-function-alist): New variable; add epg as the backend.
16983         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16984         mml-smime- functions instead.
16985         * mm-view.el: Require smime.
16986
16987 2007-03-05  Didier Verna  <didier@xemacs.org>
16988
16989         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16990         instead of just inheritance for posting styles.
16991         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16992
16993 2007-02-24  Chris Moore  <dooglus@gmail.com>
16994
16995         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16996         * pgg-pgp.el (pgg-pgp-encrypt-region):
16997         * pgg-gpg.el (pgg-gpg-encrypt-region):
16998         Check pgg-encrypt-for-me if no other recipients.
16999
17000 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17001
17002         * tls.el (tls-certtool-program): Fix custom type.
17003
17004 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17005
17006         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17007         and point-at-eol instead of line-(beginning|end)-position.
17008
17009         * assistant.el (assistant-parse-buffer): Ditto.
17010
17011         * netrc.el (netrc-parse-services): Ditto.
17012
17013 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17014
17015         * mml2015.el (mml2015-epg-find-usable-key): New function.
17016         (mml2015-epg-sign): Use it.
17017         (mml2015-epg-encrypt): Use it.
17018
17019 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17020
17021         * message.el (message-make-in-reply-to): Quote name containing
17022         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17023         if there are special characters.  Reported by NAKAJI Hiroyuki
17024         <nakaji@jp.freebsd.org>.
17025
17026 2007-02-27  Didier Verna  <didier@xemacs.org>
17027
17028         Include the group parameters as well as the topic ones in the
17029         inheritance filter process.
17030         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17031         argument GROUP-PARAMS-LIST.
17032         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17033
17034 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17035
17036         * nntp.el (nntp-never-echoes-commands)
17037         (nntp-open-connection-functions-never-echo-commands): New variables.
17038         (nntp-send-command): Use them.
17039
17040 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17041
17042         * mml2015.el (mml2015-epg-verify): Simplify.
17043
17044 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17045
17046         * mml.el (mml-content-disposition-alist): New user option.
17047         (mml-content-disposition): New function.
17048         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17049         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17050
17051 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17052
17053         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17054         verification.
17055
17056 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17057
17058         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17059         articles posted in the last 24 hours.
17060
17061 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17062
17063         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17064
17065 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17066
17067         * nntp.el (nntp-send-command): Don't wait for echoes when
17068         nntp-open-ssl-stream is used.
17069
17070 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17071
17072         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17073         (gnus-message-add-citation-keywords)
17074         (gnus-message-remove-citation-keywords): Remove.
17075         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17076         directly, make the variables in font-lock-defaults buffer-local, add
17077         gnus-message-citation-keywords to them and then update the value of
17078         font-lock-keywords.
17079
17080 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17081
17082         * message.el (message-cite-original-1): Don't call
17083         gnus-article-highlight-citation.
17084
17085         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17086         citations; fix line count.
17087
17088 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17089
17090         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17091         (gnus-message-add-citation-keywords)
17092         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17093         versions of font-lock-add-keywords and font-lock-remove-keywords to
17094         work with XEmacs correctly.
17095
17096 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17097
17098         * gnus-cite.el (gnus-cite-face-list): Set the values of
17099         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17100         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17101         (gnus-message-cite-prefix-regexp): New variable.
17102         (gnus-message-search-citation-line): Use it; protect against long
17103         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17104         the 0th match data for Emacs.
17105         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17106         (gnus-message-add-citation-keywords): Append keywords rather than
17107         prepending; emulate font-lock-add-keywords if it is not available.
17108         (gnus-message-remove-citation-keywords):
17109         Emulate font-lock-remove-keywords if it is not available.
17110
17111         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17112
17113         * message.el (message-cite-prefix-regexp): Set the value of
17114         gnus-message-cite-prefix-regexp.
17115
17116 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17117
17118         * nnweb.el (nnweb-google-parse-1): Update parser.
17119
17120 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17121
17122         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17123
17124 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17125
17126         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17127         regexp.
17128
17129 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17130
17131         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17132         string-to-multibyte.
17133         (uudecode-decode-region-internal): Use it.
17134
17135         * lpath.el: Fbind string-as-multibyte for XEmacs.
17136
17137 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17138
17139         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17140         Fix custom choice.
17141
17142         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17143
17144 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17145
17146         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17147
17148         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17149         `write-region' to respect `mm-inhibit-file-name-handlers'.
17150
17151 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17152
17153         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17154         Use gnus-home-directory instead of "~/" or "$HOME".
17155
17156 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17157
17158         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17159         to mention filename.
17160         Add comments at beginning regarding usage.
17161         (encrypt-write-file-contents): Change interactive so a string is
17162         acceptable.  If the file has no associated model, show an error instead
17163         of a nonsense prompt.
17164
17165 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17166
17167         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17168         Thanks to Yoshihiko Yamada for kind notification of this typo.
17169
17170 2007-01-12  Kenichi Handa  <handa@m17n.org>
17171
17172         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17173         multibyte buffer.
17174
17175 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17176
17177         * gnus-score.el (gnus-score-fast-scoring): New variable.
17178         (gnus-score-headers): Use it.
17179
17180         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17181
17182         * message.el (message-cite-original-1):
17183         Call gnus-article-highlight-citation if requested.
17184         (message-make-from): Allow name and address as optional arguments.
17185
17186         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17187
17188         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17189         bugs to doc string.
17190         (gnus-button-alist): Add mid\\|message-id.
17191         (gnus-button-fetch-group): Extend for use in
17192         `browse-url-browser-function'.
17193         (gnus-button-url-regexp): Try to catch paired parentheses like in
17194         Wikipedia URLs.
17195
17196         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17197         Suggested by Simon Krahnke <overlord@gmx.li>.
17198
17199 2007-01-13  Romain Francoise  <romain@orebokech.com>
17200
17201         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17202         Update copyright.
17203
17204 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17205
17206         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17207
17208 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17209
17210         * gnus-registry.el (gnus-registry-unfollowed-groups)
17211         (gnus-registry-split-fancy-with-parent): Fix documentation.
17212
17213 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17214
17215         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17216         from nnweb groups.
17217
17218 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17219
17220         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17221         Xref urls.  Erase buffer before requesting head.
17222
17223         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17224
17225 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17226
17227         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17228         customizable.
17229
17230 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17231
17232         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17233         no signing key is found.
17234         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17235         no encrypting and/or signing key is found.
17236
17237 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17238
17239         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17240
17241 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17242
17243         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17244         headers read from disk with the ones newly found in the current search.
17245         This should no longer cause problems, because the article numbers in
17246         Gmane's `nov.php' output are ignored since the previous change.
17247
17248 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17249
17250         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17251
17252 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17253
17254         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17255         replace-regexp-in-string; bind url-version; fbind display-images-p and
17256         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17257         find-face and set-itimer-function for Emacs; bind itimer-list for
17258         Emacs.
17259
17260         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17261
17262 2007-01-01  Romain Francoise  <romain@orebokech.com>
17263
17264         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17265
17266 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17267
17268         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17269         `define-minor-mode' macro definition expanded properly.
17270         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17271         exclude it there.
17272
17273         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17274         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17275         `fboundp' test.
17276         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17277         This is OK to autoload in (S)XEmacs now.
17278
17279 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17280
17281         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17282         keystroke.
17283         (gnus-summary-limit-to-singletons): Fix typo.
17284
17285         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17286         else fails.
17287
17288 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17289
17290         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17291         docstring.
17292
17293         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17294         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17295         (gnus-summary-insert-dormant-articles): Fix typo in message.
17296
17297 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17298
17299         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17300         nil for XEmacs.
17301         (gnus-message-citation-mode): Don't autoload in XEmacs.
17302
17303         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17304
17305 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17306
17307         * nnimap.el (nnimap-expunge-search-string):
17308         Mention nnimap-search-uids-not-since-is-evil in docstring.
17309
17310 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17311
17312         * spam.el: Revert to make-obsolete-variable because
17313         define-obsolete-variable-alias is not supported in Emacs 21.
17314
17315         * spam.el (spam-ifile-path, spam-ifile-database-path)
17316         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17317         make-obsolete-variable.
17318         (spam-bsfilter-path, spam-bsfilter-program)
17319         (spam-spamassassin-path, spam-spamassassin-program)
17320         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17321         Don't use "path" inappropriately.
17322         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17323         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17324         variable names.
17325
17326 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17327
17328         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17329         summary buffer.
17330
17331         * password.el (password-cache-remove): Use clear-string to burn
17332         password, if available.
17333
17334 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17335
17336         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17337
17338         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17339
17340         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17341         (gnus-message-highlight-citation): Move defcustom here from
17342         gnus-cite.el.
17343         (gnus-message-citation-mode): Autoload.
17344
17345         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17346         checks to make it compile with XEmacs.
17347         (gnus-message-citation-mode): New minor mode.
17348         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17349         (gnus-message-highlight-citation): New variables.
17350         (gnus-message-search-citation-line)
17351         (gnus-message-add-citation-keywords)
17352         (gnus-message-remove-citation-keywords)
17353         (turn-on-gnus-message-citation-mode)
17354         (turn-off-gnus-message-citation-mode): New functions.
17355
17356 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17357
17358         * gnus-cite.el: Enable highlighting of different citation levels in
17359         message-mode.
17360
17361 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17362
17363         * message.el (message-make-fqdn): Fix comment.
17364         (message-bogus-system-names): Add ".local".
17365
17366         * spam.el (spam-ifile-path, spam-ifile-program)
17367         (spam-ifile-database-path, spam-ifile-database)
17368         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17369         Don't use "path" inappropriately.
17370         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17371         strings.
17372         (spam-check-ifile, spam-ifile-register-with-ifile)
17373         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17374         Use new variable names.
17375
17376         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17377         (gnus-treat-display-smileys): Simplify using
17378         gnus-image-type-available-p.
17379
17380         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17381         available.
17382
17383         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17384         Use `display-images-p' if available.
17385
17386 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17387
17388         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17389         one after turning on the buffer's multibyteness instead of decoding
17390         them directly in the unibyte buffer that causes unexpected conversion
17391         in Emacs 23 (unicode).
17392
17393 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17394
17395         * message.el (message-generate-hashcash): Fix custom type.
17396
17397 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17398
17399         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17400
17401 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17402
17403         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17404         disconnect icons.  Add help text.
17405
17406 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17407
17408         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17409         negated to be consistent with the others we handle.
17410
17411 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17412
17413         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17414         version of gnus-summary-buffer to something, so that we can use two
17415         article buffers at the same time.
17416
17417 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17418
17419         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17420         trigger all the extra headers.
17421         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17422         sorting.
17423
17424 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17425
17426         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
17427         solid groups.
17428
17429 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
17430
17431         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
17432
17433 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
17434
17435         * legacy-gnus-agent.el: Add Copyright notice.
17436
17437 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
17438
17439         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
17440
17441 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17442
17443         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
17444
17445         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
17446         to make it work reliably in CVS Emacs.
17447         (gnus-summary-limit-strange-charsets-predicate)
17448         (gnus-summary-limit-to-predicate): New functions.
17449
17450 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
17451
17452         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
17453         specifying array size.
17454         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
17455         array if it is too small.
17456         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
17457         (gnus-sort-threads-loop): New function.
17458
17459 2006-12-06  Chris Moore  <dooglus@gmail.com>
17460
17461         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
17462         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
17463
17464 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
17465
17466         * mm-url.el (mm-url-predefined-programs): Call curl with correct
17467         options.
17468
17469 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17470
17471         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
17472         DOS-ing the recipient.
17473
17474         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
17475         the headers when creating the mapping to avoid mismappings.
17476         (nnweb-gmane-create-mapping): Always nix out old mapping.
17477
17478 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17479
17480         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
17481         and mm-verify-option to never.
17482
17483 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17484
17485         * message.el (message-signed-or-encrypted-p): New function.
17486         (message-forward-make-body): Use it.
17487
17488         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
17489         Replace encode-coding-string with mm-encode-coding-string.
17490
17491 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17492
17493         * nneething.el (nneething-decode-file-name):
17494         Replace decode-coding-string with mm-decode-coding-string.
17495
17496         * gnus-int.el (gnus-open-server): Say failed server's name.
17497
17498 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17499
17500         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
17501         strings to a single string.  Quote `errors-file-name'.
17502         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
17503         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
17504         Adjust calls.  Use `shell-quote-argument'.
17505
17506 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
17507
17508         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
17509         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
17510
17511         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
17512         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
17513         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
17514         (gnus-group-make-directory-group, gnus-group-transpose-groups):
17515         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
17516         (gnus-subscribe-newsgroup, gnus-1):
17517         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
17518         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
17519         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
17520         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
17521
17522 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17523
17524         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
17525         keystroke.
17526         (gnus-summary-limit-to-bodies): Implement headersp.
17527
17528 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17529
17530         * dns.el (query-dns): Protect against "Process dns deleted" strings.
17531
17532 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17533
17534         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
17535
17536 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17537
17538         * message.el (message-generate-hashcash): Expand range of values to
17539         include `opportunistic'.
17540         (message-send-mail): Use it.
17541
17542 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17543
17544         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
17545         and comment it.
17546
17547         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
17548
17549 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
17550
17551         * gnus-util.el (gnus-extract-address-components): Improve comment.
17552
17553 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17554
17555         * gnus-util.el (gnus-extract-address-components): Work with address in
17556         which the name portion contains @.
17557
17558         * lpath.el: Fbind custom-autoload.
17559
17560 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17561
17562         * gnus.el (gnus-start): Move custom group up.
17563         (gnus-select-method): Don't autoload, but make it available for
17564         `customize-variable'.
17565         (gnus-getenv-nntpserver): Don't autoload.
17566
17567 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
17568
17569         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
17570
17571 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17572
17573         * message.el (message-sendmail-extra-arguments): New variable.
17574         (message-send-mail-with-sendmail): Use it.
17575
17576 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17577
17578         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
17579         mm-with-unibyte-current-buffer to make string unibyte.
17580
17581         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
17582         mm-string-as-multibyte.
17583
17584 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
17585
17586         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
17587         Reported by Werner Koch <wk@gnupg.org>.
17588
17589 2006-11-14  Daiki Ueno  <ueno@p360>
17590
17591         * mml2015.el: Autoload epa-select-keys when compiling.
17592
17593 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17594
17595         * mml2015.el (mml2015-epg-sign): Save the signing keys in
17596         message-options.
17597         (mml2015-epg-encrypt): Save the recipient keys in message-options.
17598
17599 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17600
17601         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17602         EasyPG (< 0.0.6).
17603         (mml2015-always-trust): New user option.
17604         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17605         prompt.
17606
17607 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17608
17609         * nntp.el (nntp-authinfo-force): New variable.
17610         (nntp-send-authinfo): Use it.
17611
17612 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
17613
17614         * message.el (message-strip-subject-encoded-words): Allow _not_ to
17615         decode encoded words.  Improve prompt.  Add comment about forwarding.
17616         (message-replacement-char): Move up.
17617
17618 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17619
17620         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17621         instead of gnus-intersection because arguments of gnus-sorted-nunion
17622         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
17623
17624 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
17625
17626         * message.el (message-strip-subject-encoded-words): Reformat prompt.
17627         (message-simplify-subject-functions):
17628         Enable message-strip-subject-encoded-words by default.
17629
17630 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
17631
17632         * message.el (message-strip-subject-encoded-words): New function.
17633         (message-simplify-subject-functions): New variable.
17634         (message-simplify-subject): Use it.  Fix typo in doc string.
17635         Support message-strip-subject-encoded-words.
17636
17637 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
17638
17639         * gnus-diary.el (gnus-diary-delay-format-function):
17640         * nndiary.el (nndiary-reminders):
17641         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17642
17643 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17644
17645         * gnus-art.el (article-hide-boring-headers): Fetch date from
17646         gnus-original-article-buffer to avoid problems with localized date
17647         strings.
17648
17649 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17650
17651         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17652
17653 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
17654
17655         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17656         New variables.
17657         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17658         (mm-charset-synonym-alist): Move some entries to
17659         mm-codepage-iso-8859-list.
17660         (mm-charset-synonym-alist, mm-charset-override-alist):
17661         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17662
17663 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17664
17665         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17666
17667 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17668
17669         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17670         with Emacs 21 and XEmacs.
17671
17672 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
17673
17674         * spam.el (spam-parse-address): New function for better parsing,
17675         catching errors, etc.
17676         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17677
17678 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17679
17680         * mm-view.el: Add interactive arg to html2text autoload.
17681
17682 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17683
17684         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17685
17686 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
17687
17688         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17689         New variables.
17690         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17691         (mm-charset-synonym-alist): Move some entries to
17692         mm-codepage-iso-8859-list.
17693
17694         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17695
17696 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
17697
17698         * message.el (message-citation-line-format)
17699         (message-insert-formated-citation-line): Fix implementation of %E, %N
17700         and %n according to the doc string.
17701
17702 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
17703
17704         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17705         Use car-safe to avoid bad parses.
17706
17707 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17708
17709         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17710         names.
17711
17712         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17713
17714 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17715
17716         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17717         header.
17718
17719         * message.el (message-draft-headers): Add Date.
17720         (message-headers-to-generate): Fix typo in docstring.
17721
17722         * nndraft.el (nndraft-required-headers): New variable.
17723         (nndraft-generate-headers): Use it.
17724
17725         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17726
17727 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17728
17729         * gnus-registry.el (gnus-registry-wash-for-keywords)
17730         (gnus-registry-find-keywords): New functions to allow easy searching of
17731         articles that are in the registry.
17732
17733 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17734
17735         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17736         Use ietf-drums-parse-address instead of gnus-extract-address-components.
17737         Reported by Damien Elmes <damien@repose.cx>.
17738
17739 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17740
17741         * gnus.el (gnus-mime): Remove unused custom group.
17742
17743 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17744
17745         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17746         "blank line" when searching for end of armor headers.
17747
17748 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17749
17750         * gmm-utils.el (gmm-write-region): Fix variable name.
17751
17752 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17753
17754         * gmm-utils.el (gmm-write-region): New function based on compatibility
17755         code from `mm-make-temp-file'.
17756
17757         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17758
17759         * nnmaildir.el (nnmaildir--update-nov)
17760         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17761         Use `gmm-write-region'.
17762
17763 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17764
17765         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17766         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17767
17768         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17769
17770         * message.el (message-replacement-char): New variable.
17771         (message-fix-before-sending): Use it.
17772         (message-simplify-subject): New function to remove duplicate code.
17773         (message-reply, message-followup): Use it.
17774
17775         * gnus-sum.el (gnus-summary-make-menu-bar):
17776         Clarify gnus-summary-limit-to-articles.
17777
17778 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17779
17780         * gnus-util.el (gnus-with-local-quit): New macro.
17781
17782         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17783
17784 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17785
17786         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17787         ignore non-string data.
17788
17789 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17790
17791         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17792         non-string data (needs to be done in the registry too).
17793
17794 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17795
17796         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17797         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17798         (gnus-registry-split-fancy-with-parent)
17799         (gnus-registry-fetch-simplified-message-subject-fast)
17800         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17801         Remove text properties on ingress into the registry and when it's saved.
17802         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17803         registry from entries with no groups.
17804
17805 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17806
17807         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17808         function to remove string properties.
17809
17810 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17811
17812         * gmm-utils.el (gmm): Adjust custom version.
17813
17814         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17815         Adjust custom version.
17816
17817         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17818
17819 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17820
17821         * gnus-art.el (gnus-insert-prev-page-button)
17822         (gnus-insert-next-page-button): Simplify.  Reformat.
17823
17824 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17825
17826         * gnus-art.el (gnus-insert-prev-page-button)
17827         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17828
17829 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17830
17831         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17832
17833 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17834
17835         * gnus-art.el (gnus-insert-mime-button)
17836         (gnus-insert-mime-security-button):
17837         Apply gnus-article-button-face to MIME and security buttons.
17838
17839 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17840
17841         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17842         readable.
17843
17844 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17845
17846         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17847
17848 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17849
17850         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17851         `browse-url-of-file' instead of `browse-url'.
17852
17853 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17854
17855         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17856         regexp.  Articles containing quotation were cut prematurely.
17857
17858 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17859
17860         * message.el (message-cite-original-1): Use nobody by default for the
17861         value of From header.
17862         (message-reply): Ditto.
17863
17864 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17865
17866         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17867         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17868         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17869
17870 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17871
17872         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17873         mails in the doc string.  Add some URLs in comment.
17874         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17875
17876 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17877
17878         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17879         backslashes handling and the way to find boundaries of quoted strings.
17880
17881 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17882
17883         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17884         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17885         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17886         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17887
17888 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17889
17890         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17891         doc string.
17892         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17893
17894 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17895
17896         * lpath.el: Fbind epg-check-configuration.
17897
17898 2006-09-06  Simon Josefsson  <jas@extundo.com>
17899
17900         * mml2015.el (mml2015-use): Doc fix, mention epg.
17901
17902 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17903
17904         * mml2015.el (mml2015-use): Default to epg, if available.
17905
17906 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17907
17908         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17909         message-sender.
17910         (mml1991-epg-encrypt): Ditto.
17911         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17912         message-sender.
17913         (mml2015-epg-encrypt): Ditto.
17914
17915 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17916
17917         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17918         several common directories.
17919
17920 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17921
17922         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17923         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17924
17925 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17926
17927         * gnus-art.el (article-decode-encoded-words): Make it fast.
17928
17929 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17930
17931         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17932
17933         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17934         in quoted string into `\'.
17935
17936 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17937
17938         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17939         Use standard-syntax-table.
17940
17941 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17942
17943         * gnus-art.el (gnus-decode-address-function): New variable.
17944         (article-decode-encoded-words): Use it to decode headers which are
17945         assumed to contain addresses.
17946         (gnus-mime-delete-part): Remove useless `or'.
17947
17948         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17949         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17950         (gnus-nov-parse-line): Use it to decode From header.
17951         (gnus-get-newsgroup-headers): Ditto.
17952         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17953
17954         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17955         (mail-decode-encoded-address-string): New alias.
17956
17957         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17958         New function.
17959         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17960         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17961         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17962         (rfc2047-decode-string): Ditto.
17963         (rfc2047-decode-address-region): New function.
17964         (rfc2047-decode-address-string): New function.
17965
17966 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17967
17968         * message.el (message-caesar-buffer-body): Allow rotating headers.
17969
17970         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17971
17972         * message.el (message-insert-formated-citation-line): Fix %f.
17973         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17974
17975 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17976
17977         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17978         (gnus-bookmark-mouse-available-p): New macro.
17979         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17980         (gnus-bookmark-bmenu-show-infos): Use it.
17981         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17982         (gnus-bookmark-bmenu-hide-infos): Ditto.
17983         (gnus-bookmark-remove-properties): New function.
17984         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17985         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17986         (gnus-bookmark-write-file): Bind coding-system-for-write.
17987         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17988         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17989         group before selecting it.
17990         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17991         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17992         quit-window if it is not available; use gnus-mouse-2 and bind it to
17993         gnus-bookmark-bmenu-select-by-mouse.
17994         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17995         (gnus-bookmark-bmenu-select-by-mouse): New function.
17996
17997 2006-08-13  Romain Francoise  <romain@orebokech.com>
17998
17999         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18000         space.
18001
18002 2006-08-10  Romain Francoise  <romain@orebokech.com>
18003
18004         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18005         (dns-mode-soa-auto-increment-serial): New user option.
18006         (dns-mode-soa-maybe-increment-serial): New function.
18007         (dns-mode): Add the latter to `write-contents-functions'.
18008
18009 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18010
18011         * compface.el (uncompface): Use binary rather than raw-text-unix.
18012
18013 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18014
18015         * compface.el (uncompface): Make sure the eol conversion doesn't take
18016         place when communicating with the external programs.
18017         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18018
18019 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18020
18021         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18022
18023 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18024
18025         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18026         Make it more robust by parsing author and date independently.
18027
18028 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18029
18030         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18031
18032 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18033
18034         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18035         first matching secret key.
18036         (mml2015-epg-encrypt): Ditto.
18037
18038         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18039         first matching secret key.
18040         (mml1991-epg-encrypt): Ditto.
18041
18042         * mml2015.el (mml2015-encrypt-to-self): New user option.
18043         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18044         mml2015-epg-encrypt-to-self is set.
18045
18046         * mml1991.el (mml1991-encrypt-to-self): New variable.
18047         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18048         mml1991-epg-encrypt-to-self is set.
18049
18050         * mml2015.el (mml2015-signers): New user option.
18051         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18052         (mml2015-epg-encrypt): Allow to select signing keys.
18053
18054         * mml1991.el (mml1991-signers): New variable.
18055         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18056         (mml1991-epg-encrypt): Allow to select signing keys.
18057
18058 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18059
18060         * nnheader.el (nnheader-insert-head): Make it work even if the file
18061         uses CRLF for the line-break code.
18062
18063 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18064
18065         * mml2015.el: Require mml-sec instead of password.
18066         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18067         (mml2015-cache-passphrase): Inherit the default value from
18068         mml-secure-cache-passphrase.
18069         (mml2015-passphrase-cache-expiry): Inherit the default value from
18070         mml-secure-passphrase-cache-expiry.
18071
18072         * mml1991.el: Require mml-sec instead of password.
18073         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18074         (mml1991-cache-passphrase): Inherit the default value from
18075         mml-secure-cache-passphrase.
18076         (mml1991-passphrase-cache-expiry): Inherit the default value from
18077         mml-secure-passphrase-cache-expiry.
18078
18079         * mml-sec.el: Require password.
18080         (mml-secure-verbose): New user option.
18081         (mml-secure-cache-passphrase): New user option.
18082         (mml-secure-passphrase-cache-expiry): New user option.
18083
18084 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18085             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18086
18087         * pgg-def.el (pgg-truncate-key-identifier):
18088         Truncate the key ID to 8 letters from the end.
18089
18090 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18091
18092         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18093         workaround for the url package included with Emacs.
18094
18095         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18096
18097 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18098
18099         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18100         correctly.  This fixes a bug caused by the 2006-05-12 change.
18101
18102 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18103
18104         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18105         some information about the error when saying that the `bogus' mail
18106         group will be used.
18107
18108 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18109
18110         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18111         string.
18112
18113 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18114
18115         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18116
18117 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18118
18119         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18120
18121 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18122
18123         * mml1991.el (mml1991-function-alist): Add epg.
18124         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18125         (mml1991-epg-encrypt): New functions.
18126
18127 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18128
18129         * mml2015.el (mml2015-verbose): New variable.
18130         (mml2015-cache-passphrase): Ditto.
18131         (mml2015-passphrase-cache-expiry): Ditto.
18132         (mml2015-function-alist): Add epg.
18133         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18134         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18135         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18136         New functions.
18137
18138 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18139
18140         * message.el (message-cite-original-1): Preserve region when removing
18141         quoted text due to X-No-Archive in order to avoid bogus attribution
18142         when citing multiple messages.
18143
18144 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18145
18146         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18147         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18148
18149 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18150
18151         * gnus-diary.el (gnus-user-format-function-d)
18152         (gnus-user-format-function-D): Autoload.
18153
18154         * imap.el (Commentary): Fix typo.
18155
18156         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18157         2006-04-22 contribution.
18158
18159 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18160
18161         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18162         It didn't really fix the bogosity I'm seeing with solid web groups.
18163
18164 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18165
18166         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18167         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18168         created using server names.  If we use the feature without declaring
18169         it, Gnus does not properly manage server and group state.
18170
18171         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18172         bound.
18173
18174 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18175
18176         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18177         looking up the method using GROUP's prefix before inventing a new one.
18178         It is used on killed/unknown groups in various places where returning
18179         an all-new method isn't expected by the caller.
18180
18181         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18182         and match semantics of gnus-group-real-prefix.
18183
18184 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18185
18186         * nnmail.el (nnmail-broken-references-mailers): New variable.
18187         (nnmail-ignore-broken-references): New function generalizing
18188         nnmail-fix-eudora-headers.
18189         (nnmail-fix-eudora-headers): Now obsolete.
18190
18191         * gnus-art.el (gnus-button-handle-custom):
18192         Support `customize-apropos*'.
18193
18194 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18195
18196         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18197
18198         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18199         articles.
18200
18201 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18202
18203         * message.el (message-cite-reply-above): New variable.
18204         (message-yank-original): Use it.
18205
18206 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18207
18208         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18209
18210 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18211
18212         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18213         as read.
18214
18215         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18216
18217 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18218
18219         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18220         (gnus-bookmark-default-file): Use gnus-directory.
18221         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18222         Remove "*" in doc string.
18223         (gnus-bookmark-write-file): Simplify.
18224         (gnus-bookmark-maybe-sort-alist): Use `when'.
18225         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18226         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18227         Add FIXME about Emacs 21 and XEmacs compatibility.
18228         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18229         compatibility.
18230         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18231         compatibility.
18232         (gnus-bookmark-menu-heading): Fix version.
18233
18234 2006-06-19  Bastien Guerry  <bzg@altern.org>
18235
18236         * gnus-bookmark.el: New file.
18237
18238 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18239
18240         * message.el (message-syntax-checks): Doc fix.
18241
18242 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18243
18244         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18245         unsubscribed groups as if they were killed ones.  It causes duplicate
18246         entries in gnus-newsrc-alist.
18247
18248 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18249
18250         * message.el (message-syntax-checks): Doc fix.
18251         (message-send-mail): Add check for continuation headers.
18252         (message-check-news-header-syntax): Fix regexp used to check for
18253         continuation headers.
18254
18255 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18256
18257         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18258
18259 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18260
18261         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18262
18263 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18264
18265         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18266         default-truncate-lines.
18267
18268 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18269
18270         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18271         to fill the utf-8 entry.
18272
18273         * lpath.el: Fbind unicode-precedence-list.
18274
18275 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18276
18277         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18278
18279 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18280
18281         * gnus-agent.el (directory-files-and-attributes): Move all the way
18282         forward (the third and final move).
18283         (gnus-agent-read-agentview): Trap reconstruction errors due to
18284         nonexistent directory.  Handle by returning nil.
18285
18286 2006-05-30  Didier Verna  <didier@xemacs.org>
18287
18288         * message.el (message-dont-reply-to-names): Update the custom type.
18289         * message.el (message-dont-reply-to-names): New defsubst: potentially
18290         convert a list of regexps into a single one.
18291         * message.el (message-get-reply-headers): Use it.
18292         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18293
18294 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18295
18296         * gnus-agent.el (directory-files-and-attributes): Move forward.
18297
18298 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18299
18300         * gnus-ml.el (gnus-mailing-list-subscribe)
18301         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18302         (gnus-mailing-list-message): Fix doc strings.
18303
18304 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18305
18306         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18307         of doing it manually.
18308
18309 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18310
18311         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18312         comment.
18313
18314 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18315
18316         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18317         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18318         (gnus-agent-read-local): All symbols allocated in my-obarray.
18319         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18320         (gnus-agent-regenerate-group): Check numeric names to see if they are
18321         messages or groups.
18322         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18323         better way of do this...)
18324
18325         * gnus-cache.el (gnus-agent-total-fetched-for):
18326         Ignore 'dummy.group' (there should be a better way of do this...)
18327
18328 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18329
18330         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18331         (gnus-saved-headers): Ditto.
18332         (gnus-default-article-saver): Mention functions may have properties.
18333         (gnus-article-save): Override gnus-save-all-headers and
18334         gnus-saved-headers by :headers property which saver function may have.
18335         (gnus-summary-save-in-file): Add :headers property.
18336         (gnus-summary-write-to-file): Ditto.
18337
18338         * gnus-sum.el (gnus-summary-save-article): Bind
18339         gnus-prompt-before-saving to t when saving many articles in a file;
18340         always show all headers.
18341
18342         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18343
18344 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18345
18346         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18347         marks.
18348
18349         * message.el (message-indent-citation): Add optional arguments to allow
18350         using it outside of message buffers.
18351
18352         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18353         (gnus-article-treat-unfold-headers): Use it.
18354         (gnus-article-truncate-lines): New variable.
18355         (gnus-article-mode): Use it.
18356         (gnus-article-toggle-truncate-lines): New function.
18357
18358         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18359         Add gnus-article-toggle-truncate-lines.
18360
18361         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18362         coding system in XEmacs, use binary.
18363
18364 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18365
18366         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18367         after-load-alist.
18368
18369         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18370         this function should save decoded articles.
18371         (gnus-summary-write-to-file): Use property to specify this function
18372         should save decoded articles and specify gnus-summary-save-in-file
18373         should be used to save articles other than the first one when saving
18374         many articles.
18375         (gnus-summary-save-body-in-file): Use property to specify this
18376         function should save decoded articles.
18377         (gnus-summary-write-body-to-file): Use property to specify this
18378         function should save decoded articles and specify
18379         gnus-summary-save-body-in-file should be used to save articles other
18380         than the first one when saving many articles.
18381
18382         * gnus-sum.el (gnus-summary-save-article): Simplify.
18383
18384 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18385
18386         * gnus-art.el (gnus-default-article-saver):
18387         Add gnus-summary-write-body-to-file.
18388         (gnus-article-save-coding-system): Don't use coding system object
18389         in XEmacs.
18390         (gnus-read-save-file-name): Add optional `dir-var' argument which
18391         specifies directory in which files are saved; work even if optional
18392         `variable' argument is not specified.
18393         (gnus-summary-write-to-file): Read file name.
18394         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18395         (gnus-summary-write-body-to-file): New function.
18396
18397         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18398         (gnus-summary-local-variables): Add it.
18399         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18400         (gnus-summary-save-article): Remove optional `decode' argument;
18401         determine whether to decode articles by the value of
18402         gnus-default-article-saver; when saving many files using
18403         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18404         it first and use gnus-summary-save-in-file or
18405         gnus-summary-save-body-in-file thereafter unless
18406         gnus-prompt-before-saving is always; move point to article which
18407         will be saved.
18408         (gnus-summary-save-article-file): Revert.
18409         (gnus-summary-write-article-file): Revert.
18410         (gnus-summary-save-article-body-file): Revert.
18411         (gnus-summary-write-article-body-file): New function.
18412
18413 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18414
18415         * gnus-art.el (gnus-default-article-saver): Doc fix.
18416         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18417         from gnus-summary-save-article-coding-system, and default to a
18418         certain coding system.
18419         (gnus-output-to-file): Add coding cookie and encode text according
18420         to gnus-article-save-coding-system; don't use mm-append-to-file.
18421
18422         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18423         gnus-art.el and rename to gnus-article-save-coding-system.
18424         (gnus-summary-save-article): Require gnus-art; don't show all
18425         headers if it decodes articles; don't add coding cookie here;
18426         don't bind mm-text-coding-system-for-write.
18427         (gnus-summary-save-article-file): Save decoded articles.
18428         (gnus-summary-write-article-file): When saving many files, use
18429         gnus-summary-write-to-file first and gnus-summary-save-in-file
18430         thereafter unless gnus-prompt-before-saving is always.
18431         (gnus-summary-save-article-body-file): Save decoded articles.
18432
18433         * lpath.el: Fbind select-safe-coding-system for XEmacs.
18434
18435 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18436
18437         * nnrss.el (nnrss-check-group): Bind hash-index.
18438
18439 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
18440
18441         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
18442         its hash index.  Store this hash in `nnrss-group-data'.
18443         (nnrss-read-group-data): Update accordingly.
18444
18445 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18446
18447         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
18448         entry.
18449
18450         * gnus-sum.el (gnus-summary-make-menu-bar):
18451         Add gnus-article-browse-html-article.
18452
18453 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
18454
18455         * gnus-sum.el (gnus-summary-mime-map):
18456         Add gnus-article-browse-html-article.
18457
18458         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
18459
18460 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18461
18462         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
18463         suitable coding systems in customize.
18464
18465 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
18466
18467         * mail-source.el (mail-sources): Fix custom type.
18468
18469 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18470
18471         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
18472         (gnus-summary-expire-articles-now): Shorten prompt.
18473
18474         * gmm-utils.el (wid-edit): Require.
18475         (defun-gmm): Rename from `gmm-defun-compat'.
18476         (gmm-image-search-load-path): Use it.
18477         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
18478
18479 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18480
18481         * gnus-sum.el (gnus-summary-save-article-coding-system):
18482         New variable.
18483         (gnus-summary-save-article): Add optional `decode' argument.
18484         If it is set and gnus-summary-save-article-coding-system is non-nil,
18485         save decoded article.
18486         (gnus-summary-write-article-file): Save decoded article if
18487         gnus-summary-save-article-coding-system is non-nil.
18488
18489         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
18490         type.
18491
18492 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18493
18494         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
18495
18496 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18497
18498         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
18499         first to test gnus-single-article-buffer which may be buffer-local.
18500
18501         * gnus-sum.el (gnus-summary-setup-buffer):
18502         Make gnus-single-article-buffer buffer-local and nil in ephemeral
18503         group; make gnus-article-buffer, gnus-article-current, and
18504         gnus-original-article-buffer always buffer-local.
18505         (gnus-summary-exit): Kill article buffer belonging to ephemeral
18506         group.
18507         (gnus-handle-ephemeral-exit): Don't move to next summary line.
18508
18509 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18510
18511         * nnml.el (nnml-request-compact-group): Compressed files might not
18512         have .gz extension.
18513
18514 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18515
18516         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
18517         (mm-copy-to-buffer): Use with-current-buffer.
18518         (mm-display-part): Simplify.
18519         (mm-inlinable-p): Add optional arg `type'.
18520
18521 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18522
18523         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
18524         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
18525         Try harder to show the attachment internally or externally using
18526         gnus-mime-view-part-as-type.
18527
18528 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18529
18530         * message.el (message-from-style, message-signature-separator)
18531         (message-user-organization-file, message-send-mail-function)
18532         (message-citation-line-function, message-yank-prefix)
18533         (message-indent-citation-function, message-signature)
18534         (message-signature-file, message-signature-insert-empty-line):
18535         Remove autoloads.
18536
18537         * gnus-art.el (gnus-buttonized-mime-types):
18538         Remove "multipart/signed".  Revert 2006-04-26 change.
18539
18540 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18541
18542         * gnus.el (gnus-version-number): Bump version.
18543
18544 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18545
18546         * gnus.el: No Gnus v0.5 is released.
18547
18548 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18549
18550         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
18551         fetching articles by message-id.
18552
18553 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18554
18555         * message.el (hashcash): Require hashcash as normal.
18556
18557         * ecomplete.el (ecomplete-highlight-match-line):
18558         Use point-at-eol.
18559         (ecomplete-highlight-match-line): Use `highlight', because that
18560         face exists in both Emacs and XEmacs.
18561
18562         * message.el (message-display-abbrev): Use point-at-bol.
18563
18564         * mail-source.el: Don't require timer/timer-funcs.
18565
18566         * gnus-async.el: Ditto.
18567
18568         * password.el: Ditto.
18569
18570         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
18571
18572         * mm-url.el: Ditto.
18573
18574         * gnus-xmas.el: Don't require timer-funcs.
18575
18576         * mm-util.el: Require timer/timer-funcs.
18577
18578 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18579
18580         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
18581         Close.
18582
18583 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18584
18585         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
18586         unibyte after clear-decrypt function runs.
18587
18588         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
18589         returns as a unibyte string.
18590
18591 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18592
18593         * lpath.el: Revert.
18594
18595         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
18596         (pgg-gpg-process-sentinel): Revert.
18597
18598         * pgg-pgp.el (pgg-pgp-process-region): Revert.
18599         (pgg-pgp-lookup-key): Revert.
18600
18601         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
18602         (pgg-pgp5-lookup-key): Revert.
18603
18604         * pgg.el (pgg-fetch-key): Revert.
18605
18606 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18607
18608         * lpath.el: Fbind string-as-multibyte for XEmacs.
18609
18610         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
18611         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
18612         (mml1991-pgg-encrypt): Ditto.
18613
18614         * pgg-gpg.el (pgg-string-to-multibyte): New function.
18615         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
18616         a multibyte buffer.
18617
18618         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
18619         (pgg-pgp-lookup-key): Ditto.
18620
18621         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
18622         (pgg-pgp5-lookup-key): Ditto.
18623
18624         * pgg.el (pgg-fetch-key): Ditto.
18625
18626 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
18627
18628         * message.el (message-user-organization-file): Check several
18629         locations of the organization file.
18630
18631         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
18632         Add gnus-article-view-part-as-type.
18633
18634         * gnus-art.el (gnus-article-view-part-as-type): New function.
18635
18636         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
18637         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
18638
18639         * mml.el: Simplify autoload.
18640         (mml-mode): defvar dnd-protocol-alist instead of using
18641         symbol-value.
18642         (mml-default-directory): New variable.
18643         (mml-minibuffer-read-file): Use it.
18644         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
18645
18646         * message.el (message-citation-line-format): New variable.
18647         (message-insert-formated-citation-line): New function.
18648         (message-citation-line-function):
18649         Add `message-insert-formated-citation-line' to custom type.
18650
18651         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
18652         to doc string.
18653
18654         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18655         depending on mm-verify-option.
18656
18657 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18658
18659         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18660         binding pgg-* variables; reimplement the section which prevents
18661         MIME header from being signed.
18662         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18663         pgg-text-mode; remove a blank line at the top of body.
18664
18665         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18666         lines at the top of body; use gnus-newsgroup-charset if there's no
18667         Charset header.
18668
18669 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18670
18671         * message.el (message-self-insert-commands): Doc fix.
18672
18673         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
18674         (mm-uu-pgp-encrypted-test): Ditto.
18675         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
18676         between header and body; return application/pgp-encrypted handle
18677         if decryption failed; decode decrypted body by charset.
18678
18679         * mm-decode.el (mm-automatic-display): Don't make application/pgp
18680         element match to application/pgp-*.
18681
18682 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18683
18684         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18685         HTML.
18686
18687 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18688
18689         * mail-source.el (mail-source-call-script): Message the error
18690         string.
18691
18692 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18693
18694         * gnus-util.el (gnus-byte-compile): Use it.
18695
18696 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
18697
18698         * gnus-util.el (kill-empty-logs): New function.
18699
18700 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18701
18702         * message.el (message-mail-alias-type): Doc fix.
18703         (message-mail-alias-type-p): New function.
18704         (message-send): Use it.
18705         (message-mode): Ditto.
18706         (message-strip-forbidden-properties): Ditto.
18707
18708         * ecomplete.el (ecomplete-database-file-coding-system):
18709         New variable.
18710         (ecomplete-save): Use it.
18711         (ecomplete-setup): Use it.
18712
18713 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18714
18715         * message.el (message-self-insert-commands): New variable.
18716         (message-strip-forbidden-properties): Use it.
18717
18718 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18719
18720         * message.el (message-put-addresses-in-ecomplete): Use a regexp
18721         that doesn't make XEmacs choke.
18722
18723 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
18724
18725         * gnus-util.el (gnus-replace-in-string):
18726         Prefer replace-regexp-in-string over of replace-in-string.
18727
18728 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18729
18730         * gnus-util.el (gnus-select-frame-set-input-focus):
18731         Use select-frame-set-input-focus if it is available in XEmacs; use
18732         definition defined in Emacs 22 for old Emacsen.
18733
18734         * dgnushack.el: Autoload unmorse-region for XEmacs.
18735
18736         * lpath.el: Bind cursor-in-non-selected-windows and
18737         select-frame-set-input-focus for XEmacs.
18738
18739 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18740
18741         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18742
18743 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18744
18745         * gnus-registry.el (gnus-registry-cache-save): Remove text
18746         properties when saving via the temp buffer.
18747
18748 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18749
18750         * message.el (message-generate-hashcash): Honor custom type.
18751
18752 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18753
18754         * message.el (message-generate-hashcash): Default to non-nil when
18755         hashcash is found.
18756
18757         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18758         (gnus-refer-thread-limit): Increase default to 500.
18759
18760         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18761
18762         * flow-fill.el (fill-flowed): Allow delete-space.
18763
18764 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18765
18766         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18767         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18768         Remove autoloads.
18769
18770 2006-04-18  Simon Josefsson  <jas@extundo.com>
18771
18772         * message.el (message-generate-hashcash): Default to.
18773
18774 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18775
18776         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18777         concatenating segments rather than before concatenating them.
18778
18779 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18780
18781         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18782
18783 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18784
18785         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18786
18787         * message.el (message-forward-make-body-plain):
18788         Allow message-forward-ignored-headers to be a list.
18789         (message-remove-ignored-headers): Factor out into function.
18790         (message-forward-make-body-mml): Use it.
18791
18792         * imap.el (imap-quote-specials): New function.
18793         (imap-login-auth): Quote specials.
18794
18795         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18796         (rfc2231-parse-string): Allow concatanation of parameters that
18797         aren't contiguous.  The test case is
18798           (mail-header-parse-content-type "message/external-body;
18799             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18800             access-type=LOCAL-FILE;
18801             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18802
18803 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18804
18805         * nntp.el (nntp-accept-process-output): Return the value of
18806         `nnheader-accept-process-output'.
18807
18808 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18809
18810         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18811         (gnus-button-alist): Recognize more diff formats.
18812         (gnus-button-patch): Strip directory.
18813
18814 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18815
18816         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18817         Emacs 22 when setting focus.
18818
18819 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18820
18821         * gnus-art.el (gnus-article-treat-types): Do treatment of
18822         text/x-verbatim parts.
18823         (gnus-button-patch): New command.
18824
18825         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18826         addresses that contain invalid characters.
18827
18828 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18829
18830         * message.el (message-put-addresses-in-ecomplete):
18831         Use gnus-replace-in-string.
18832         (message-is-yours-p): Use the more correct
18833         mail-header-parse-address instead of
18834         mail-extract-address-components.
18835         (message-put-addresses-in-ecomplete): Fix typo.
18836
18837         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18838         keystroke.
18839
18840         * gnus-art.el (gnus-treatment-function-alist): Change order of
18841         newsgroups/generic header folding to avoid double-folding.
18842
18843         * message.el (message-hidden-headers): Add X-Draft-From.
18844
18845         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18846         New command.
18847         (gnus-summary-repeat-search-article-backward): New command.
18848
18849         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18850         groups in the parent topic.
18851
18852 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18853
18854         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18855         (spam-extra-header-to-number): Return the CRM114 number as a
18856         number instead of a string.
18857
18858 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18859
18860         * gnus-art.el (gnus-face-properties-alist): Move here from
18861         gnus-fun.
18862
18863         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18864
18865 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18866
18867         * message.el (message-strip-forbidden-properties): Only display on
18868         self-insert-command.
18869
18870         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18871         reindent.
18872         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18873
18874 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18875
18876         * smiley.el (smiley-style): Fix typo.
18877
18878 2006-03-23  Kenichi Handa  <handa@m17n.org>
18879
18880         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18881         instead of set-buffer-multibyte.
18882
18883 2006-03-23  Kenichi Handa  <handa@m17n.org>
18884
18885         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18886         buffer and then decode the buffer text if necessary.
18887         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18888         first, and after mm-encode-body, change the buffer to unibyte.
18889
18890 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18891
18892         * hashcash.el (hashcash-insert-payment-async-2):
18893         Use message-goto-eoh instead of doing it manually.
18894         (mail-add-payment): Use message-narrow-to-header instead of trying
18895         to do the same itself.
18896
18897         * message.el (message-hidden-headers): Add Face.
18898
18899         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18900         reparenting code.
18901         (gnus-summary-reparent-children): Refactored out code.
18902         (gnus-summary-thread-map): New keystroke.
18903         (gnus-summary-reparent-children): Make into command.
18904
18905         * smiley.el (smiley-style): Default to `medium' if using a large
18906         font.
18907
18908         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18909         does it itself.
18910
18911         * message.el (message-point-in-header-p): Simplify definition.
18912
18913 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18914
18915         * nnagent.el (nnagent-request-set-mark): Silence log file
18916         writing.
18917         (nnagent-request-set-mark): Use write-region instead of
18918         append-to-file.
18919
18920         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18921         strange select method.
18922
18923         * ecomplete.el (ecomplete-display-matches): Get highlightling
18924         right.
18925         (ecomplete-display-matches): Use literals.
18926         (ecomplete-display-matches): Disable message logging.
18927
18928         * message.el (message-display-abbrev): Small optimization.
18929
18930         * ecomplete.el (ecomplete-display-matches): Allow automatic
18931         display.
18932
18933         * message.el (message-strip-forbidden-properties):
18934         Display abbrevs.
18935         (message-display-abbrev): Get automatic display right.
18936
18937         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18938         keystrokes.
18939
18940 2006-04-13  Romain Francoise  <romain@orebokech.com>
18941
18942         TODO: Backport to v5-10!
18943
18944         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18945         Move here (and rename) from gnus-registry.el.
18946
18947         * gnus-registry.el: Require gnus-util.
18948         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18949
18950 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18951
18952         * gnus-group.el (gnus-group-catchup-current):
18953         Change if-then-else-if-then-else into cond.
18954         (gnus-group-catchup): Indent.
18955         (group-name-at-point): New function.
18956         (gnus-fetch-group): Provide default from thing at point.
18957
18958 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18959
18960         * message.el (message-display-abbrev): Fix regexp.
18961
18962         * ecomplete.el (ecomplete-highlight-match-line):
18963         Reimplement choosing.
18964         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18965         dead variables.
18966
18967         * message.el (message-newline-and-indent): Remove debugging.
18968         (message-display-abbrev): Use new implementation.
18969
18970 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18971
18972         * gnus-art.el (gnus-article-mode):
18973         Set cursor-in-non-selected-windows to nil.
18974
18975         * smiley.el: Revert previous change.
18976         (smiley-data-directory): defvar it before using it in the
18977         defcustom of `smiley-style'.
18978
18979 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18980
18981         * message.el (message-newline-and-indent): New function.
18982
18983         * ecomplete.el: Implement more bits.
18984
18985         * message.el (message-put-addresses-in-ecomplete): Clean up the
18986         string.
18987
18988         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18989
18990         * gnus-sum.el (gnus-summary-save-parts):
18991         Bind gnus-summary-save-parts-counter and use it to make unique file
18992         names.
18993
18994         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18995
18996         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18997         parameter to say whether to actually parse the individual
18998         addresses.
18999
19000         * message.el (message-put-addresses-in-ecomplete): New function.
19001         (ecomplete): Require.
19002         (message-mail-alias-type): Add ecomplete as an option.
19003
19004 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19005
19006         * flow-fill.el (fill-flowed): Remove trailing space from blank
19007         quoted lines.
19008
19009 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19010
19011         * smiley.el (smiley-style): Move definition later to avoid a
19012         compilation warning.
19013
19014 2006-04-12  Kenichi Handa  <handa@m17n.org>
19015
19016         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19017         buffer and then decode the buffer text if necessary.
19018         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19019         first, and after mm-encode-body, change the buffer to unibyte.
19020         Use mm-disable-multibyte instead of set-buffer-multibyte.
19021
19022 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19023
19024         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19025         Content-Type header instead of Content-Disposition header.
19026         (gnus-mime-inline-part): Ditto.
19027         (gnus-mime-view-part-as-charset): Ignore charset that the part
19028         specifies.
19029
19030         * mm-decode.el (mm-display-part): Work with external parts and
19031         usual parts similarly.
19032
19033         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19034         instead of gnus-display-mime.
19035
19036         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19037         instead of with-temp-buffer.
19038
19039         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19040         tag to summarized topics part in order to encode non-ASCII text.
19041
19042 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19043
19044         * smiley.el (smiley-style): New variable.
19045         (smiley-directory): New function.
19046         (smiley-data-directory): Derive from `smiley-style' using
19047         `smiley-directory'.
19048         (smiley-regexp-alist): Add new entries.
19049
19050         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19051         (gnus-article-browse-delete-temp): Add :version.
19052
19053 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19054
19055         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19056         the sieve region.
19057
19058 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19059
19060         * gnus.el (gnus-version-number): Bump version.
19061
19062 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19063
19064         * gnus.el: No Gnus v0.4 is released.
19065
19066 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19067
19068         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19069         layout.
19070
19071         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19072         unknown charset.
19073
19074         * message.el (message-header-synonyms): Add Original-To to the
19075         default.
19076
19077         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19078         optional parameter.
19079
19080 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19081
19082         * gnus-fun.el (gnus): Require it for gnus-directory.
19083
19084 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19085
19086         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19087
19088 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19089
19090         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19091
19092 2006-04-05  Simon Josefsson  <jas@extundo.com>
19093
19094         * password.el (password-reset): New function.
19095
19096 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19097
19098         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19099         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19100
19101 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19102
19103         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19104         Some whitespace was matched into the url, which broke browsing hits
19105         > 100 when mm-url-use-external was nil.
19106
19107 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19108
19109         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19110         Check gnus-extra-headers for 'Newsgroups.
19111
19112         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19113         bound.
19114
19115 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19116
19117         * pgg-gpg.el: Clean up process buffers every time gpg processes
19118         complete.
19119
19120 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19121
19122         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19123         doc string.
19124
19125 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19126
19127         * pgg-gpg.el (pgg-gpg-process-filter)
19128         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19129
19130         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19131         lines, temporary fix.
19132
19133 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19134
19135         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19136
19137 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19138
19139         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19140         default-enable-multibyte-characters.  This reverts the change from
19141         revision 6.17 which is no longer necessary because the passphrase
19142         is sent separately now.  GnuPG messages are unreadable under
19143         multibyte locales with default-enable-multibyte-characters set to
19144         nil.
19145
19146 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19147
19148         * message.el (message-tool-bar-gnome): Move "spell".
19149
19150 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19151
19152         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19153         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19154         instead.
19155
19156 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19157
19158         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19159         Improve newsgroups handling for NNTP overviews which don't include
19160         Newsgroups.
19161
19162 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19163
19164         * message.el (message-resend): Bind message-generate-hashcash to nil.
19165
19166 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19167
19168         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19169         when searching for already-paid recipients.
19170
19171 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19172
19173         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19174         passphrases when it is not needed.
19175         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19176         passphrase stuff from gpg, should only be necessary when you use
19177         gpg with a smartcard.
19178
19179 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19180
19181         * mml.el (mml-insert-mime): Ignore cached contents of
19182         message/external-body part.
19183
19184         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19185         (mm-insert-part): Ditto.
19186
19187 2006-03-23  Simon Josefsson  <jas@extundo.com>
19188
19189         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19190         Reiner.
19191         (pgg-gpg-use-agent-p): Use it again.
19192
19193 2006-03-23  Simon Josefsson  <jas@extundo.com>
19194
19195         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19196         older emacsen.
19197         (pgg-gpg-use-agent-p): Don't use it.
19198
19199 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19200
19201         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19202         if we can.
19203
19204 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19205
19206         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19207         (pgg-gpg-update-agent): New function.
19208         (pgg-gpg-use-agent-p): New function.
19209         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19210         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19211         (pgg-gpg-sign-region): Use it.
19212
19213 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19214
19215         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19216         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19217
19218 2006-03-21  Simon Josefsson  <jas@extundo.com>
19219
19220         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19221         <wilde@sha-bang.de>.
19222         (pgg-gpg-use-agent): New variable.
19223         (pgg-gpg-process-region): Use it.
19224         (pgg-gpg-encrypt-region): Likewise.
19225         (pgg-gpg-encrypt-symmetric-region): Likewise.
19226         (pgg-gpg-decrypt-region): Likewise.
19227         (pgg-gpg-sign-region): Likewise.
19228         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19229
19230 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19231
19232         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19233
19234         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19235         Add comment on version.
19236
19237 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19238
19239         * smiley.el: Add missing test smiley.
19240
19241 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19242
19243         * mm-decode.el (mm-with-part): New macro.
19244         (mm-get-part): Use it; work with message/external-body as well.
19245         (mm-save-part): Treat name and filename equally.
19246
19247         * mm-extern.el (mm-extern-cache-contents): New function.
19248         (mm-inline-external-body): Use it; force the part to be displayed;
19249         move undisplayer added to the cached handle to the parent.
19250
19251         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19252         (gnus-mime-view-part-as-type): Work with message/external-body.
19253
19254         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19255
19256 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19257
19258         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19259         images in image-load-path.  [Sync with image.el, revision 1.60, in
19260         Emacs.]
19261
19262 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19263
19264         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19265         path rather than symbol.  Always return list of directories.
19266         Guarantee that image directory comes first.  [Sync with image.el,
19267         revision 1.59, in Emacs.]
19268
19269         * message.el (message-make-tool-bar): Adjust to new API of
19270         `gmm-image-load-path-for-library'.
19271
19272         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19273
19274         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19275
19276 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19277
19278         * gnus-art.el (gnus-article-only-boring-p):
19279         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19280         intangible text.
19281         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19282
19283 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19284
19285         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19286         Use `defun' instead of `gmm-defun-compat'.
19287
19288 2006-03-14  Simon Josefsson  <jas@extundo.com>
19289
19290         * message.el (message-unique-id): Don't use message-number-base36
19291         if (user-uid) is a float.
19292         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19293
19294 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19295
19296         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19297
19298         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19299         empty line between a part and a message part.
19300
19301 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19302
19303         * smiley.el: Add more test smileys.
19304         (smiley-data-directory, smiley-regexp-alist)
19305         (gnus-smiley-file-types): Fix doc strings.
19306         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19307         adding new elements.
19308         (smiley-mouse-map): Unused code.  Make it a comment.
19309
19310 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19311
19312         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19313         scan latest NoCeM messages instead of old ones.
19314         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19315         delimiters that are recently used.
19316         (gnus-nocem-load-cache): Add autoload cookie.
19317
19318         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19319
19320         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19321         level which is larger than gnus-use-nocem is specified.
19322
19323         * gnus-group.el (gnus-group-get-new-news): Ditto.
19324
19325 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19326
19327         * gnus-util.el (gnus-tool-bar-update): New function.
19328
19329         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19330         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19331
19332         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19333
19334         * gnus-group.el (gnus-group-redraw-when-idle)
19335         (gnus-group-redraw-check): Remove.
19336         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19337
19338 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19339
19340         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19341         if optional last element is specified in splits (FIELD VALUE...).
19342
19343 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19344
19345         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19346         to gmm-image-load-path-for-library.  Call with no-error argument.
19347         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19348
19349         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19350
19351         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19352
19353         * gmm-utils.el (gmm-image-load-path): Remove alias.
19354
19355 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19356
19357         * gmm-utils.el (gmm-image-load-path): Add alias.
19358
19359         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19360         nnml-generate-nov-databases-1.
19361         (nnml-generate-nov-databases): Use it.
19362         (nnml-generate-nov-databases-directory): Document no-active
19363         argument.
19364
19365         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19366         directory if path is t.  Add no-error.
19367
19368         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19369         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19370
19371         * gnus-art.el (gnus-article-browse-delete-temp-files):
19372         Simplify resetting gnus-article-browse-html-temp-list.
19373
19374         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19375         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19376         Add example to docstring.  Rename local variables.  Move error
19377         checks to default case in cond and simplify.
19378
19379 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19380
19381         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19382         handle is multipart when calling it recursively.
19383         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19384
19385 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19386
19387         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19388         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19389
19390 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19391
19392         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19393         is loaded.
19394
19395         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19396         loaded.
19397
19398 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19399
19400         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19401         to "Emacs 23 (unicode)" in doc string.
19402
19403         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19404         "Emacs 23 (unicode)" in comment.
19405
19406 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19407
19408         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19409
19410         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19411         characters 160 through 255 in Emacs 23.
19412
19413 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19414
19415         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19416         gnus-article-browse-html-temp.
19417         (gnus-article-browse-delete-temp): Make it customizable.
19418         Add `file'.  Adjust doc string.
19419         (gnus-article-browse-delete-temp-files): Add argument.
19420         Allow query for each file.  Adjust doc string.
19421         (gnus-article-browse-html-parts):
19422         Add `gnus-article-browse-delete-temp-files' to
19423         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19424
19425 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
19426
19427         * gnus-art.el (gnus-article-browse-html-temp)
19428         (gnus-article-browse-delete-temp): New variables.
19429         (gnus-article-browse-delete-temp-files): New function.
19430         (gnus-article-browse-html-parts): Use it.
19431
19432 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19433
19434         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
19435
19436         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
19437         string.
19438
19439         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
19440         gnus-summary-insert-new-articles when unplugged.
19441         Remove gnus-summary-search-article-forward.
19442
19443         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
19444         display-visual-class instead of display-color-cells.
19445
19446 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19447
19448         * dgnushack.el: Autoload customize-group for XEmacs.
19449
19450         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
19451         message/* containing non-ASCII text properly.
19452
19453 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
19454
19455         * message.el: Require gmm-utils, remove autoloads.
19456         (message-tool-bar): Set default based on
19457         gmm-tool-bar-style.
19458         (message-tool-bar-gnome): Add gmm-customize-mode.
19459
19460         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
19461         gmm-tool-bar-style.
19462         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
19463
19464         * gnus-group.el (gnus-group-tool-bar): Set default based on
19465         gmm-tool-bar-style.
19466         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
19467
19468         * gmm-utils.el (gmm-image-directory): Rename variable from
19469         gmm-image-load-path.
19470         (gmm-image-load-path): Use gmm-image-directory.
19471         (gmm-customize-mode): New function.
19472         (gmm-tool-bar-style): New variable.
19473
19474         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
19475         gnus-group-redraw-line-number.
19476         (gnus-group-redraw-check): Simplify.
19477         (gnus-group-tool-bar-update): Remove redraw check.
19478         (gnus-group-make-tool-bar): Add redraw check.
19479
19480 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
19481
19482         * gnus-art.el (gnus-button): Add missing parentheses.
19483
19484 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19485
19486         * lpath.el: Fbind line-number-at-pos.
19487
19488 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19489
19490         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
19491
19492 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19493
19494         * gnus-art.el (gnus-button): New face.
19495         (gnus-article-button-face): Use it.
19496
19497         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19498         Add gnus-summary-next-page.  Re-order.
19499
19500         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
19501         next-node are now included.
19502         (gnus-group-redraw-line-number): New internal variable.
19503         (gnus-group-redraw-check): Helper function for updating the tool
19504         bar.
19505         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
19506
19507         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
19508
19509         * spam.el (spam-spamassassin-score-regexp): New internal variable.
19510         (spam-extra-header-to-number, spam-check-spamassassin-headers):
19511         Use it to match format of Spamassassin 3.0 and later.
19512         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
19513         (spam-check-bogofilter)
19514         (spam-bogofilter-register-with-bogofilter): Fix args of
19515         `gnus-error' calls.
19516
19517 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19518
19519         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
19520         unnecessary interaction when sending queued mails.
19521         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
19522
19523 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
19524
19525         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
19526         first or last are nil.
19527
19528 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19529
19530         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
19531
19532 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19533
19534         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
19535
19536 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19537
19538         * dns.el (query-dns): Protect more against buggy tcp output.
19539
19540 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19541
19542         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
19543         nov.php.
19544
19545 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19546
19547         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
19548         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
19549         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
19550         output on the server side.
19551         (nnweb-google-create-mapping): Update regexps and add some
19552         progress indication.
19553
19554 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
19555
19556         * gnus-group.el (gnus-group-tool-bar-gnome):
19557         Fix gnus-agent-toggle-plugged.  Re-order icons.
19558         (gnus-group-tool-bar-gnome):
19559         Add gnus-group-{prev,next}-unread-group.
19560         (gnus-group-tool-bar-gnome): Re-order icons.
19561
19562         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19563         Move gnus-summary-insert-new-articles.
19564
19565         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
19566         Fix comments.
19567
19568         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
19569         also available in Emacs 21.3.
19570
19571         * message.el (message-fix-before-sending): Change "Emacs 22" to
19572         "Emacs 23 (unicode)" in comment.
19573
19574         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
19575         "Emacs 23 (unicode)" in comment.
19576
19577         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
19578         comment.
19579         (mm-coding-system-p): Add comment about no-MULE XEmacs.
19580
19581         * mm-view.el (mm-fill-flowed): Add :version.
19582
19583 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19584
19585         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
19586         and load-path.
19587
19588 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
19589
19590         * message.el: Autoload gmm-image-load-path.
19591         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
19592         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
19593         consitency.
19594
19595         * gmm-utils.el (gmm-image-load-path): Also search in
19596         "../etc/images".  Don't set gmm-image-load-path if we don't find
19597         the image.
19598
19599 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19600
19601         * gmm-utils.el (gmm-image-load-path): Don't make
19602         `gmm-image-load-path' include subdirectories which the second arg
19603         `image' might specify.
19604
19605         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
19606         subdirectory to icon file names.
19607
19608         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
19609
19610 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19611
19612         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
19613         gmm-image-load-path calls.
19614
19615         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19616
19617         * message.el (message-make-tool-bar): Ditto.
19618
19619         * mml.el (mml-preview): Add comment concerning tool bar icons.
19620
19621         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
19622         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
19623
19624         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
19625         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
19626
19627         * message.el (message-tool-bar-gnome): Use new icon names.
19628         (message-make-tool-bar): Use `gmm-image-load-path'.
19629
19630         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
19631         New functions from MH-E.
19632         (gmm-image-load-path): New variable from MH-E.
19633         (gmm-image-load-path): New function from MH-E.  Add arguments
19634         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
19635         *-image-load-path-called-flag.
19636
19637 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
19638
19639         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
19640
19641 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
19642
19643         * nnimap.el (nnimap-request-move-article): Change folder back to
19644         source group before deleting.
19645
19646 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
19647
19648         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
19649
19650         * gnus-art.el (mm-url-insert-file-contents-external):
19651         Autoload mm-url.
19652
19653         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
19654
19655 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19656
19657         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
19658         coding system which mm-charset-to-coding-system returns for a
19659         given charset is valid.
19660
19661 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
19662
19663         * html2text.el (html2text-remove-tag-list):
19664         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19665
19666 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
19667
19668         * gnus-cus.el: Revert 2005-10-17 change.
19669
19670 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19671
19672         * gnus-art.el (article-strip-banner):
19673         Call article-really-strip-banner only when the regexp match is made.
19674
19675 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19676
19677         * gnus-art.el (article-strip-banner):
19678         Use gnus-extract-address-components instead of
19679         mail-header-parse-addresses to make it work with non-ASCII text;
19680         remove mail-encode-encoded-word-string.
19681
19682         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19683         values which are surrounded with \"...\"; make it never cause a
19684         Lisp error; give up parsing of parameters if it failed in
19685         extracting type.
19686
19687 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
19688
19689         * smime.el (smime-cert-by-ldap-1): Fix bug where
19690         `smime-ldap-search' returns results without userCertificates.
19691
19692 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19693
19694         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19695
19696 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19697
19698         * spam.el (spam-check-spamassassin-headers): Adapt format for
19699         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
19700         <ari@mbf.ocn.ne.jp>.
19701         (spam-list-of-processors): Add spam-use-gmane.
19702
19703 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19704
19705         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19706         make-temp-file; make it work with XEmacs as well.
19707
19708         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19709         mm-make-temp-file.
19710
19711         * mm-decode.el (mm-display-external): Use the 3rd arg of
19712         mm-make-temp-file.
19713         (mm-create-image-xemacs): Ditto.
19714
19715 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19716
19717         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19718         with message-narrow-to-headers.
19719         (gnus-draft-setup): Narrow to header to run message-fetch-field.
19720         (gnus-draft-check-draft-articles): New function.
19721         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19722
19723 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19724
19725         * gnus-art.el (gnus-article-browse-html-parts):
19726         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19727         Don't use suffix argument for mm-make-temp-file for Emacs 21
19728         compatibility.  Remove useless `format'.
19729
19730 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19731
19732         * nnweb.el (nnweb-google-wash-article): Update regexps.
19733         (nnweb-group-alist): Use defvoo instead of defvar.
19734
19735 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19736
19737         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19738         re-loading nn* modules.
19739
19740 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19741
19742         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19743         for `tool-bar-mode' and don't check it's default-value.
19744
19745         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19746
19747         * message.el (message-make-tool-bar): Ditto.
19748
19749         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19750         `substring'.  Shorten tmp-file name.
19751
19752         * gnus.el: Remove bogus comment.
19753
19754 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19755
19756         * gnus-art.el (gnus-article-browse-html-parts): New function.
19757         (gnus-article-browse-html-article): New function for viewing html
19758         articles with a browser.
19759
19760 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19761
19762         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19763         in elisp.
19764         (pgg-gpg-encrypt-symmetric-region): Ditto.
19765         (pgg-gpg-sign-region): Ditto.
19766
19767         * pgg-def.el (pgg-text-mode): New variable.
19768
19769         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19770         (mml2015-pgg-encrypt): Ditto.
19771
19772         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19773         (mml1991-pgg-encrypt): Ditto.
19774
19775 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19776
19777         * nnfolder.el (nnfolder-insert-newsgroup-line):
19778         Use message-make-date instead of current-time-string.
19779
19780         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19781         to gnus-decoded which mm-uu might set.
19782
19783 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19784
19785         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19786         don't decode quoted parameters; remove misimported Emacs code.
19787         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19788         (rfc2231-decode-encoded-string): Don't use split-string which
19789         behaves differently according to Emacs version; use
19790         mm-decode-coding-region to convert charset to coding-system.
19791         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19792         (rfc2231-encode-string): Remove misimported Emacs code.
19793
19794 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19795
19796         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19797         when calling mail-header-parse-content-type.
19798         (article-de-quoted-unreadable): Ditto.
19799         (article-de-base64-unreadable): Ditto.
19800         (article-wash-html): Ditto.
19801
19802         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19803         calling mail-header-parse-content-type and
19804         mail-header-parse-content-disposition.
19805         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19806         mail-header-parse-content-type.
19807
19808         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19809         insert charset and format parameters; encode description after
19810         inserting it to buffer.
19811         (mml-insert-parameter): Fold lines properly even if a parameter is
19812         segmented into two or more lines; change the max column to 76.
19813
19814         * rfc1843.el (rfc1843-decode-article-body): Don't use
19815         ignore-errors when calling mail-header-parse-content-type.
19816
19817         * rfc2231.el (rfc2231-parse-string): Return at least type if
19818         possible; don't cause an error even if it fails in parsing of
19819         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19820         (rfc2231-encode-string): Don't break lines at the beginning, leave
19821         it to mml-insert-parameter.
19822
19823         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19824         calling mail-header-parse-content-type.
19825
19826 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19827
19828         * spam-report.el (spam-report-gmane-use-article-number):
19829         Improve doc string.
19830         (spam-report-gmane-internal): Check if a suitable header was found
19831         in the article.
19832
19833 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19834
19835         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19836         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19837
19838 2006-02-05  Romain Francoise  <romain@orebokech.com>
19839
19840         Update copyright notices of all files in the gnus directory.
19841
19842 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19843
19844         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19845
19846 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19847
19848         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19849         segmented lines of parameter value to cope with Thunderbird 1.5
19850         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19851         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19852         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19853
19854 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19855
19856         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19857         parts.
19858
19859 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19860
19861         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19862         there's only one active file for all servers.
19863         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19864         solid groups.  Gnus might have used a FAST request to select the group.
19865         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19866         and nnweb-search redundantly in the active file.
19867         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19868         (nnweb-request-create-group): Don't use ARGS.
19869         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19870         initializations.  Let nnoo do the work.
19871
19872 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19873
19874         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19875         Say the part has been decoded.
19876
19877         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19878
19879 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19880
19881         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19882         mailcap-viewer-test-cache when there's no 'test clause, since that
19883         will invert the meaning of a "nil" test previously determined by
19884         mailcap-mailcap-entry-passes-test.
19885
19886 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19887
19888         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19889         compiling.
19890
19891         * gnus-sum.el: Ditto.
19892
19893         * message.el: Don't bind tool-bar-map when compiling.
19894
19895 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19896
19897         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19898
19899 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19900
19901         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19902         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19903         current Google Groups.
19904
19905 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19906
19907         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19908         and tool-bar-mode.
19909
19910         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19911         and tool-bar-mode.
19912
19913         * message.el (message-tool-bar-update): Simplify.
19914         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19915
19916         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19917         gnus-summary-buffer.
19918         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19919         gnus-summary-reply.
19920
19921         * gmm-utils.el (gmm): Add :version.
19922
19923 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19924
19925         * Makefile.in (clean): New rule.
19926         (distclean): Use it.
19927
19928 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19929
19930         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19931         Don't autoload.
19932
19933 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19934
19935         * gmm-utils.el (gmm-verbose): Add :group.
19936
19937 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19938
19939         * message.el: Change some comments WRT tool-bars.
19940
19941         * gnus-sum.el (gnus-summary-tool-bar)
19942         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19943         (gnus-summary-tool-bar-zap-list): New variables.
19944         (gnus-summary-make-tool-bar): Complete rewrite using
19945         `gmm-tool-bar-from-list'.
19946
19947         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19948         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19949         New variables.
19950         (gnus-group-make-tool-bar): Complete rewrite using
19951         `gmm-tool-bar-from-list'.
19952         (gnus-group-tool-bar-update): New function.
19953
19954         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19955
19956 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19957
19958         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19959         is dissected into a single part of which the type is the same as
19960         the given one; decode charset.
19961
19962 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19963
19964         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19965         into alists as symbol not string, since that's what
19966         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19967         look for.
19968
19969 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19970
19971         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19972         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19973
19974         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19975
19976 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19977
19978         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19979         (gnus-xmas-mime-security-button-menu): New function.
19980
19981         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19982         (gnus-mime-security-button-menu): New definition.
19983         (gnus-mime-security-button-map): Use them.
19984         (gnus-mime-security-button-menu): New function.
19985         (gnus-insert-mime-security-button): Addition to help echo.
19986         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19987         (gnus-mime-security-pipe-part): New functions.
19988
19989         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19990         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19991
19992         * mm-decode.el (mm-handle-set-disposition): Remove.
19993         (mm-handle-set-description): Remove.
19994
19995 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19996
19997         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19998         (mm-w3m-standalone-supports-m17n-p): New function.
19999         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20000         w3m usage.
20001
20002         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20003         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20004
20005 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20006
20007         * message.el (message-tool-bar-zap-list):
20008         Use gmm-tool-bar-zap-list as custom type.
20009         (message-tool-bar-update): New function.
20010         (message-tool-bar, message-tool-bar-gnome)
20011         (message-tool-bar-retro): Add message-tool-bar-update.
20012         (message-tool-bar-gnome): Add flyspell-buffer.
20013
20014         * gnus-util.el (gnus-error): Describe `args'.
20015
20016         * gmm-utils.el (gmm-error): Describe `args'.
20017         (gmm-tool-bar-zap-list): New widget.
20018         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20019
20020 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20021
20022         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20023         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20024         the number of recursive calls.
20025
20026         * mm-decode.el (mm-handle-set-disposition): New macro.
20027         (mm-handle-set-description): New macro.
20028
20029 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20030
20031         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20032         encoding.
20033
20034 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20035
20036         * message.el (message-tool-bar-zap-list, message-tool-bar)
20037         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20038         (message-tool-bar-local-item-from-menu): Remove.
20039         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20040         (message-make-tool-bar): New function.
20041         (message-mode): Use `message-make-tool-bar'.
20042
20043         * gmm-utils.el: New file.
20044         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20045         (gmm-lazy): New widget copied from `nnmail.el'.
20046         (gmm-tool-bar-from-list): New function for creating customizable
20047         tool bars.
20048         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20049         output.
20050         (gmm): Add :prefix to defgroup.
20051
20052 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20053
20054         * gmm-utils.el (gmm-widget-p): New function.
20055
20056 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20057
20058         * mml.el (mml-attach-file): Describe `description' in doc string.
20059         (mml-menu): Add Emacs MIME manual and PGG manual.
20060
20061 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20062
20063         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20064
20065 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20066
20067         * nntp.el (nntp-end-of-line): Doc fix.
20068
20069 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20070
20071         * imap.el (imap-open): Handle case where buffer is a buffer
20072         object.
20073
20074 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20075
20076         * gnus-delay.el (gnus-delay): Don't autoload.
20077         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20078         to be re-loaded when customizing the `gnus-delay' group.
20079
20080 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20081
20082         * message.el (message-insert-citation-line): Use newlines.
20083
20084 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20085
20086         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20087         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20088         these routines, so the passphrase can be managed externally and
20089         passed in to the system.
20090         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20091         pgg-add-passphrase-to-cache function.
20092
20093         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20094         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20095         these routines, so the passphrase can be managed externally and
20096         passed in to the system.
20097         (pgg-pgp5-sign-region): Use new name of
20098         pgg-add-passphrase-to-cache function.
20099
20100 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20101
20102         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20103         part of the decoded armor to find the key-identifier.
20104         (pgg-gpg-lookup-key-owner): New function to return the
20105         human-readable identifier of a key owner.
20106         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20107         itself.
20108         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20109         the key value) if we have a key and can match it against a secret
20110         key.  Also, added a note pointing out fact that the prompt only
20111         indicates the first matching key.
20112
20113         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20114         pgg-decrypt-region.
20115         (pgg-add-passphrase-to-cache): Rename from
20116         `pgg-add-passphrase-cache' to reduce confusion (all callers
20117         changed).
20118         (pgg-remove-passphrase-from-cache): Rename from
20119         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20120         changed).
20121         (pgg-read-passphrase, pgg-add-passphrase-cache)
20122         (pgg-remove-passphrase-cache): Add informative docstrings.
20123         (pgg-decrypt): Convey provided passphrase in subordinate call to
20124         pgg-decrypt-region.
20125
20126 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20127
20128         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20129         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20130         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20131         'passphrase' argument, so the passphrase can be managed externally
20132         and then passed in to the system.
20133
20134         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20135         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20136         so the passphrase cache can be used reliably with identifiers
20137         besides a pgp packet's key id.
20138
20139         * pgg-gpg.el (pgg-gpg-encrypt-region)
20140         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20141         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20142         these routines, so the passphrase can be managed externally and
20143         passed in to the system.
20144
20145         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20146         'notruncate' argument, so the passphrase cache can be used
20147         reliably with identifiers besides a pgp packet's key id.
20148
20149 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20150
20151         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20152         symmetric encryption.
20153         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20154         encrypted session key.
20155         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20156         message ask for the passphrase in a proper way.
20157
20158         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20159         New user commands for symmetric encryption.
20160
20161 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20162
20163         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20164
20165         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20166
20167 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20168
20169         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20170
20171 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20172
20173         * mm-decode.el (mm-inlined-types): Add application/pgp.
20174         (mm-automatic-display): Ditto.
20175
20176         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20177         part as text.
20178
20179 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20180
20181         * nnrss.el: Update copyright.
20182         (nnrss-opml-import): Query whether to subscribe to each entry.
20183
20184         * gnus-art.el:
20185         * gnus-sum.el:
20186         * gnus-xmas.el:
20187         * messagexmas.el:
20188         * mm-uu.el:
20189         * mm-view.el: Update copyright.
20190
20191 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20192
20193         * message.el (message-info): New function.
20194         (message-mode-menu): Add it.
20195         Update copyright.
20196
20197         * ChangeLog: Fix and update copyright.
20198
20199 2006-01-13  Romain Francoise  <romain@orebokech.com>
20200
20201         * message.el (message-forward-subject-name-subject): Prefer the
20202         address to 'nowhere' if the sender has no name.
20203         Fix typo.  Update copyright year.
20204
20205 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20206
20207         * gnus-art.el (article-wash-html):
20208         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20209         (gnus-article-wash-html-with-w3m-standalone): New function.
20210
20211         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20212         mm-inline-text-html-render-with-w3m-standalone.
20213         (mm-text-html-washer-alist): Map w3m-standalone to
20214         gnus-article-wash-html-with-w3m-standalone.
20215         (mm-inline-text-html-render-with-w3m-standalone): New function.
20216
20217 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20218
20219         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20220         Improve LaTeX.
20221
20222 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20223
20224         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20225         (nnrss-request-article): Render text/plain parts as HTML.
20226
20227         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20228         the buffer.
20229
20230 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20231
20232         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20233         custom definition of `gnus-posting-styles'.
20234
20235         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20236         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20237
20238 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20239
20240         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20241         Use nntp for bug archive.
20242
20243 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20244
20245         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20246         parts.
20247         (nnrss-normalize-date): New function converts ISO 8601 date into
20248         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20249         (nnrss-check-group): Use it.
20250
20251 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20252
20253         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20254
20255         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20256         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20257         (nnrss-insert-w3): Ditto.
20258
20259 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20260
20261         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20262         the articles to be forwarded including the case where neither a
20263         number of articles nor a region is specified.
20264
20265 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20266
20267         * nnrss.el (nnrss-request-article): Fix last change; fill
20268         text/plain parts.
20269
20270 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20271
20272         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20273         in text/plain part.
20274         (nnrss-check-group): Don't add excessive newline to dc:subject.
20275
20276 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20277
20278         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20279         article.
20280
20281 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20282
20283         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20284         (nnml-use-compressed-files, nnml-save-mail): Support other
20285         comression programs such as bzip2.
20286
20287 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20288
20289         * dns.el (query-dns): Make sure we check the buffer size before
20290         removing tcp headers.
20291
20292 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20293
20294         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20295         remove MIME buttons associated with multipart/alternative parts.
20296         (gnus-mime-display-alternative): Tag buttons using `article-type'
20297         text property.
20298
20299         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20300         associated with multipart/alternative parts.
20301
20302         * gnus-art.el (gnus-signature-separator): Fix custom type.
20303
20304         * mm-decode.el (mm-inlined-types): Fix custom type.
20305         (mm-keep-viewer-alive-types): Ditto.
20306         (mm-automatic-display): Ditto.
20307         (mm-attachment-override-types): Ditto.
20308         (mm-inline-override-types): Ditto.
20309         (mm-automatic-external-display): Ditto.
20310
20311 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20312
20313         * spam-report.el (spam-report-user-mail-address)
20314         (spam-report-user-agent): New variables.
20315         (spam-report-url-ping-plain): Use spam-report-user-agent.
20316
20317 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20318
20319         * gnus-art.el (gnus-button-handle-custom): Do not just use
20320         `customize-apropos' for any "M-x customize-*" button but the
20321         function called for.  Accept both the function name and its
20322         argument in order to achieve this.
20323         (gnus-button-alist): Remove support for "custom:" URL's.
20324         Pass function name to `gnus-button-handle-custom' in case of "M-x
20325         customize-*" buttons.
20326
20327 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20328
20329         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20330         multipart/alternative and add xref to mm-discouraged-alternatives
20331         in doc string.
20332
20333         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20334         gnus-buttonized-mime-types in doc string.
20335
20336 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20337
20338         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20339         Suggest image/.* in the doc string.
20340
20341 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20342
20343         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20344         message-marks (Debian bug#342521).
20345
20346 2005-12-12  Simon Josefsson  <jas@extundo.com>
20347
20348         * password.el (password-read-from-cache): Add.
20349         (password-read): Use it.
20350
20351 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20352
20353         * rfc2047.el (rfc2047-charset-to-coding-system):
20354         Recognize us-ascii as a MIME charset.
20355
20356         * mm-bodies.el (mm-decode-content-transfer-encoding):
20357         Protect against the case where the 2nd arg TYPE is nil.
20358
20359 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20360
20361         * pop3.el (pop3-stream-type): Fix custom version.
20362
20363         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20364
20365 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20366
20367         * mm-decode.el (mm-display-external): Add missing cdr.
20368
20369 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20370
20371         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20372         RFC1524) if it is in mailcap or add a suffix according to
20373         mailcap-mime-extensions when generating a temp filename; postpone
20374         deleting a temp file for 2 seconds for some wrappers, shell
20375         scripts, and so on, which might exit right after having started a
20376         viewer command as a background job.
20377
20378 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20379
20380         * nntp.el (nntp-marks-directory): Fix custom group.
20381
20382         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20383         steps when < 10.
20384
20385         * gnus-start.el (gnus-no-server-1):
20386         Mention `gnus-level-default-subscribed' in doc string.
20387
20388 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20389
20390         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20391         parens.
20392
20393 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20394
20395         * gnus-xmas.el (gnus-use-toolbar): Revert.
20396         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20397         gnus-use-toolbar is default.
20398
20399         * messagexmas.el (message-use-toolbar): Revert.
20400         (message-setup-toolbar): Use global default-toolbar if
20401         message-use-toolbar is default.
20402
20403 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20404
20405         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20406         according to default-toolbar-visible-p.
20407
20408         * messagexmas.el (message-use-toolbar): Ditto.
20409
20410 2005-11-26  Dave Love  <fx@gnu.org>
20411
20412         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20413         (tls-program, tls-success): Provide openssl alternative.
20414
20415         * starttls.el: Doc fixes.
20416         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20417         SERVICE to PORT.
20418
20419         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20420         port null or service name.
20421         (starttls-negotiate): Autoload.
20422
20423 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20424
20425         * message.el (message-kill-to-signature): Fix interactive spec.
20426
20427 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20428
20429         * pop3.el (pop3-open-server): Recognize a string as a service name.
20430
20431 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
20432
20433         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
20434
20435 2005-11-23  Dave Love  <fx@gnu.org>
20436
20437         Add pop3s, pop3/starttls.
20438
20439         * pop3.el (pop3-authentication-scheme): Clarify doc.
20440         (open-tls-stream, starttls-open-stream): Autoload.
20441         (pop3-stream-type): New.
20442         (pop3-open-server): Use it.
20443
20444         * mail-source.el (mail-sources): Fix some :types.  Add stream type
20445         for POP.
20446         (mail-source-keyword-map): Add :stream for POP.
20447         (mail-source-fetch-pop): Use pop3-stream-type.
20448
20449 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20450
20451         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
20452         of current-time-string.
20453
20454 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
20455
20456         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
20457         date header.
20458
20459 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20460
20461         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
20462         it can seriously impact performance as it bypasses the agent's
20463         local caches.
20464
20465 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20466
20467         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
20468         must be explicitly online rather than "not explicitly offline" for
20469         its flags to be synchronized.
20470
20471         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
20472         that gnus-uu-unmark-thread will function correctly.
20473
20474         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
20475         1024K is instead displayed as 1M.
20476
20477 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20478
20479         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
20480
20481 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
20482
20483         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
20484
20485 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
20486
20487         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
20488         error message to display actual error condition.
20489         (gnus-agent-save-local): Avoid saving symbols that are bound to
20490         nil as they simply result in a warning message in
20491         gnus-agent-read-local.
20492
20493 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20494
20495         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
20496         rather than make-variable-buffer-local for file-precious-flag.
20497
20498 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20499
20500         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
20501         for duplicates which are removed.  The invalid sort check then
20502         triggers a rescan after the sort as sorting may have moved
20503         duplicate entries such that they can be cheaply detected.
20504
20505 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20506
20507         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
20508
20509 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20510
20511         * gnus-agent.el (gnus-agent-article-alist-save-format):
20512         Change internal variable to a custom variable.  Change default value
20513         from compressed(2) to uncompressed(1).
20514         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
20515         support for uncompressed agentview files.  Taken together, reading
20516         the agentview file should now be 6-7 times faster.
20517
20518 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
20519
20520         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
20521         as a buffer-local variable.  This avoids creating truncated
20522         dribble files as a result of a hang up, eg.
20523
20524 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
20525
20526         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
20527         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
20528         XEmacs.
20529
20530 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20531
20532         * gnus-start.el (gnus-start-draft-setup):
20533         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
20534
20535         * gnus.el (gnus-splash): Change custom group.
20536         (gnus-group-get-parameter, gnus-group-parameter-value):
20537         Describe allow-list argument.
20538
20539         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
20540         string.
20541
20542 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20543
20544         * gnus-art.el (gnus-default-article-saver): Add user-defined
20545         `function' to custom type.
20546
20547 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20548
20549         * imap.el (imap-open): Handle case where buffer is a buffer
20550         object.
20551
20552 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20553
20554         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
20555         long lines.
20556         (gnus-cache-delete-group): Wrap doc strings.
20557
20558         * gnus-agent.el (gnus-agent-rename-group)
20559         (gnus-agent-delete-group): Wrap doc strings.
20560
20561 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20562
20563         * messagexmas.el (message-use-toolbar): Change the valid values
20564         into default, top, bottom, left, and right.
20565         (message-toolbar-thickness): New variable.
20566         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
20567         well.
20568         (message-setup-toolbar): Make it work.
20569
20570         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
20571         (gnus-use-toolbar): Change the valid values into default, top,
20572         bottom, left, and right.
20573         (gnus-toolbar-thickness): New variable.
20574         (gnus-xmas-setup-toolbar): New function.
20575         (gnus-xmas-setup-group-toolbar): Use it.
20576         (gnus-xmas-setup-summary-toolbar): Use it.
20577
20578 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20579
20580         * gnus-start.el (gnus-1): Add "native" to
20581         gnus-predefined-server-alist.
20582
20583         * gnus.el (gnus-method-to-server): Don't add "native" to the
20584         lists here, because that leads to problems when
20585         gnus-select-method is bound.
20586
20587 2005-11-09  Simon Josefsson  <jas@extundo.com>
20588
20589         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
20590         use (not sort-by-date) instead.
20591
20592 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20593
20594         * gnus-delay.el (gnus-delay-group): Don't autoload.
20595         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20596         to be re-loaded when customizing the `gnus-delay' group.
20597
20598 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20599
20600         * message.el: Revert last changes.
20601         (message-insert-citation-line): Use newlines.
20602
20603 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20604
20605         * message.el (message-courtesy-message)
20606         (message-mark-insert-begin, message-mark-insert-end)
20607         (message-elide-ellipsis, message-cancel-message)
20608         (message-add-header, message-change-subject)
20609         (message-cross-post-followup-to-header)
20610         (message-cross-post-insert-note, message-reduce-to-to-cc)
20611         (message-widen-reply, message-delete-not-region)
20612         (message-kill-to-signature, message-insert-signature)
20613         (message-insert-importance-high, message-insert-importance-low)
20614         (message-insert-or-toggle-importance)
20615         (message-insert-disposition-notification-to)
20616         (message-indent-citation, message-yank-original)
20617         (message-cite-original-without-signature, message-cite-original)
20618         (message-insert-citation-line, message-position-on-field)
20619         (message-fix-before-sending, message-send-mail-partially)
20620         (message-send-mail, message-send-mail-with-sendmail)
20621         (message-send-mail-with-qmail, message-send-news)
20622         (message-check-news-header-syntax, message-generate-headers)
20623         (message-insert-courtesy-copy, message-fill-address)
20624         (message-fill-header, message-shorten-references)
20625         (message-setup-1, message-cancel-news)
20626         (message-forward-make-body-plain, message-forward-make-body-mime)
20627         (message-forward-make-body-mml, message-encode-message-body)
20628         (message-forward-make-body-digest-plain)
20629         (message-forward-make-body-digest-mime)
20630         (message-use-alternative-email-as-from): Insert `hard-newline'
20631         instead of ordinary newlines.
20632
20633 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20634
20635         * message.el (message-generate-headers): Downcase the argument
20636         given to message-check-element.
20637
20638 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
20639
20640         * nntp.el (nntp-authinfo-rejected): New error condition.
20641         (nntp-wait-for): Use new error condition to signal authentication
20642         error.
20643         (nntp-retrieve-data): Rethrow new error condition to break out of
20644         recursive call to nntp-send-authinfo.
20645
20646 2005-11-08  Romain Francoise  <romain@orebokech.com>
20647
20648         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
20649         (gnus-summary-exit-map): Bind to `Z p'.
20650         (gnus-summary-make-menu-bar): Add menu item.
20651
20652 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
20653
20654         * gnus-art.el (gnus-article-treat-custom): Add `first'.
20655         (gnus-treat-*): Add `first' in all doc strings.
20656
20657         * gnus-group.el (gnus-group-compact-group): Fix typo.
20658
20659 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20660
20661         * gnus.el (gnus-parameters-case-fold-search): New variable.
20662         (gnus-parameters-get-parameter): Use it.
20663
20664         * gnus-score.el (gnus-home-score-file): Doc fix.
20665
20666 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
20667
20668         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
20669
20670 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20671
20672         * mm-util.el (mm-special-display-p): New function.
20673
20674         * mml.el (mml-preview): Use it; doc fix.
20675
20676 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20677
20678         * imap.el (imap-open): Handle case where buffer is a buffer object.
20679
20680 2005-10-29  Romain Francoise  <romain@orebokech.com>
20681
20682         * message.el (message-fix-before-sending): Fix comment.
20683
20684 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20685
20686         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
20687
20688 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20689
20690         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
20691         Used in gnus-score.el.
20692
20693 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
20694
20695         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
20696
20697 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
20698
20699         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
20700         whitespace removed in revision 7.8.  Use concatenated string to
20701         protect trailing whitespace.
20702
20703 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
20704
20705         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
20706         (nnimap-request-expire-articles): Use it to avoid sending 'UID
20707         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
20708         Courier IMAP ("some version from 2004").  Mostly based on similar
20709         code in the same function.
20710
20711 2005-10-26  Didier Verna  <didier@xemacs.org>
20712
20713         * gnus-group.el (gnus-group-compact-group): Invalidate original
20714         article buffer.
20715         * gnus-srvr.el (gnus-server-compact-server): Ditto.
20716         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
20717         NOV database and in article itself.
20718         Invalidate article backlog.
20719
20720 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20721
20722         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
20723
20724 2005-10-26  Simon Josefsson  <jas@extundo.com>
20725
20726         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
20727         part of 2004-07-25 change.
20728
20729 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20730
20731         * message.el (message-display-completion-list): New function.
20732         (message-expand-group): Use it; make sure the Completions buffer
20733         is modifiable.
20734 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20735
20736         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
20737         user-mail-name is an empty string.
20738
20739 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20740
20741         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20742         depending on gnus-score-decay-constant.
20743
20744         * encrypt.el (encrypt-insert-file-contents)
20745         (encrypt-write-file-contents): Don't use `gnus-message'.
20746
20747         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20748         arguments.
20749         (mm-uu-type-alist): Add message-marks and insert-marks.
20750         Pass arguments to mm-uu-verbatim-marks-extract.
20751         (mm-uu-hide-markers): New variable.
20752         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20753
20754         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20755         (gnus-convert-image-to-face-command): Use "convert" by default to
20756         allow other input image formats.
20757         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20758         accordingly.
20759
20760 2005-10-23  Simon Josefsson  <jas@extundo.com>
20761
20762         * imap.el (imap-gssapi-program): Align command line parameters
20763         with latest GNU SASL.
20764         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20765
20766 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20767
20768         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20769         HTML.
20770         (nnslashdot-request-article): Ditto.
20771
20772         * lpath.el (featurep): Add nobreak-char-display.
20773
20774 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20775
20776         * mail-source.el (mail-source-fetch-pop): Require pop3.
20777         (mail-source-check-pop): Ditto.
20778
20779 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20780
20781         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20782         errors.
20783
20784 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20785
20786         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20787         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20788
20789         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20790
20791         * mm-bodies.el (mm-decode-string):
20792         Call `mm-charset-to-coding-system' with allow-override argument.
20793
20794 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20795
20796         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20797         (rfc2047-charset-to-coding-system): New function.
20798         (rfc2047-decode-encoded-words): New function.
20799         (rfc2047-decode-region): Use them.
20800         (rfc2047-decode-cte): Remove.
20801         (rfc2047-parse-and-decode): Remove.
20802         (rfc2047-decode): Remove.
20803
20804 2005-10-15  Kenichi Handa  <handa@m17n.org>
20805
20806         * rfc2047.el (rfc2047-decode-cte): New function.
20807         (rfc2047-decode-region): Change the way to decode successive
20808         encoded-words: decode B- or Q-encoding in each encoded-word,
20809         concatenate them, and decode it as charset.
20810
20811 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20812
20813         * lpath.el: Fbind codepage-setup for XEmacs.
20814
20815 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20816
20817         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20818         widget-move-and-invoke.
20819         (gnus-custom-mode): Use gnus-custom-map.
20820
20821 2005-10-15  Bill Wohler  <wohler@newt.com>
20822
20823         * message.el (message-tool-bar-map): Rename image file from
20824         mail_send to mail/send.
20825
20826 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20827
20828         * message.el (message-expand-group): Pass the common
20829         prefix substring of completion to `display-completion-list'.
20830
20831 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20832
20833         * mml-sec.el (mml-secure-method): New internal variable.
20834         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20835         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20836         New functions using mml-secure-method.
20837
20838         * mml.el (mml-mode-map): Add key bindings for those functions.
20839         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20840         Harder <harder@myrealbox.com>.
20841         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20842         Goto end of message if point is the headers of the message.
20843
20844         * message.el (message-in-body-p): New function.
20845
20846         * assistant.el: Autoload gnus-util and netrc.
20847
20848         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20849         Use `mm-charset-override-alist' only when decoding.
20850
20851         * mm-bodies.el (mm-decode-body):
20852         Call `mm-charset-to-coding-system' with allow-override argument.
20853
20854         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20855         `filename' from Content-Disposition if Content-Type doesn't
20856         provide `name'.
20857         (gnus-mime-view-part-as-type): Set default instead of
20858         initial-input.
20859
20860 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20861
20862         * format-spec.el (format-spec): Propagate text properties of % spec.
20863
20864 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20865
20866         * gnus-art.el (gnus-treat-predicate): Add `first'.
20867
20868 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20869
20870         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20871         (mm-charset-override-alist): New variable.
20872         (mm-charset-to-coding-system): Use it.
20873         (mm-codepage-setup): New helper function.
20874         (mm-charset-eval-alist): New variable.
20875         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20876         Warn about unknown charsets.
20877
20878         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20879
20880 2005-10-04  David Hansen  <david.hansen@gmx.net>
20881
20882         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20883         (nnrss-check-group): Ditto.
20884
20885 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20886
20887         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20888         Rename x-gnus-verbatim to x-verbatim.
20889         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20890
20891         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20892         x-verbatim.
20893
20894         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20895
20896         * gnus-util.el (gnus-remove-duplicates): Remove.
20897
20898         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20899         instead of gnus-remove-duplicates.
20900
20901         * message.el (message-remove-duplicates): Remove.
20902         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20903         message-remove-duplicates.
20904
20905         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20906         available, else use implementation from `delete-dups'.
20907
20908         * message.el (message-insert-expires): New function.
20909         (message-mode-map): Add key binding.
20910         (message-mode-field-menu): Add menu entry.
20911         (message-mode): Document it.
20912         (message-make-expires-date): Use `message-make-date'.
20913
20914 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20915
20916         * message.el (message-make-expires-date): New function.
20917
20918 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20919
20920         * Makefile.in (list-installed-shadows): New entry.
20921         (install): Use it.
20922         (remove-installed-shadows): New entry.
20923
20924         * dgnushack.el (dgnushack-default-load-path): New variable.
20925         (dgnushack-find-lisp-shadows): New function.
20926         (dgnushack-remove-lisp-shadows): New function.
20927
20928 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20929
20930         * Makefile.in (install-el-elc): New entry.
20931         (install): Use it so that .el files are necessarily installed.
20932
20933 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20934
20935         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20936
20937 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20938
20939         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20940         function rather than the diff-mode.el package.
20941         (mm-display-external): Use with-current-buffer.
20942         (mm-viewer-completion-map, mm-viewer-completion-map):
20943         Move initialization inside declaration.
20944
20945 2005-09-29  Simon Josefsson  <jas@extundo.com>
20946
20947         * spam.el: Load hashcash when compiling, to avoid warnings.
20948         Don't autoload mail-check-payment.
20949         (spam-check-hashcash): Define unconditionally, since hashcash.el
20950         is part of Gnus now.  Ignore errors from payment checking.
20951
20952 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20953
20954         * message.el (message-bold-region, message-unbold-region):
20955         Rename from `bold-region' and `unbold-region'.
20956
20957         * message.el: Remove useless autoloads.
20958
20959 2005-09-28  Simon Josefsson  <jas@extundo.com>
20960
20961         * message.el (message-use-idna): Default to t.
20962         (message-use-idna): Test whether encoding works too.  Doc fix.
20963
20964 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20965
20966         * nntp.el (nntp-warn-about-losing-connection): Remove.
20967
20968 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20969
20970         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20971         customizable.  Change default value.
20972         (mm-uu-diff-groups-regexp): Change default value.
20973         (mm-uu-type-alist): Add doc string.
20974         (mm-uu-configure): Add doc string.  Make it interactive.
20975         (mm-uu-tex-groups-regexp): New variable.
20976         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20977         (mm-uu-type-alist): Add LaTeX documents.
20978         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20979         of "text/verbatim".
20980         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20981
20982         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20983         instead of "text/verbatim".
20984
20985         * message.el (message-mark-inserted-region)
20986         (message-mark-insert-file): Use slrn style marks when called with
20987         prefix argument.
20988
20989 2005-09-27  Simon Josefsson  <jas@extundo.com>
20990
20991         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20992
20993 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20994
20995         * message.el (message-remove-duplicates): New function.
20996         Implementation borrowed from `gnus-remove-duplicates'.
20997         (message-idna-to-ascii-rhs): Also encode idna addresses in
20998         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20999         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21000         only ask about the same idna domain once per header and also tell
21001         in what header to replace the idna domain.
21002
21003         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21004         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21005         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21006         a header is decoded and not just the last one.
21007
21008 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21009
21010         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21011         has been decoded.
21012
21013         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21014         (mm-insert-part): Don't modify text if it has been decoded.
21015
21016         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21017         decoded.
21018
21019         * mm-view.el (mm-inline-text): Don't strip text props unless
21020         decoding enriched or richtext parts.
21021
21022 2005-09-25  Romain Francoise  <romain@orebokech.com>
21023
21024         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21025         * gnus-start.el (gnus-subscribe-interactively):
21026         * gnus-uu.el (gnus-uu-grab-articles):
21027         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21028         space.
21029
21030 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21031
21032         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21033         * mm-view.el (mm-view-pkcs7-decrypt):
21034         * gnus-sum.el (gnus-summary-limit-to-extra)
21035         (gnus-summary-respool-article, gnus-read-move-group-name):
21036         * gnus-score.el (gnus-summary-increase-score):
21037         * gnus-util.el (gnus-completing-read-with-default):
21038         * gnus-art.el (gnus-read-save-file-name)
21039         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21040         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21041         * message.el (message-check-news-header-syntax):
21042         Follow convention for reading with the minibuffer.
21043
21044 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21045
21046         * spam-report.el (spam-report-url-ping-plain):
21047         Use gnus-extended-version as User-Agent.
21048
21049         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21050         default value is nil.
21051
21052         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21053         (mm-uu-verbatim-marks-extract): New function.
21054         (mm-uu-extract): New face.
21055         (mm-uu-copy-to-buffer): Use it.
21056
21057         * spam-report.el (spam-report-gmane-ham): Rename from
21058         `spam-report-gmane-unspam'.
21059         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21060         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21061
21062         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21063         Autoload.
21064         (spam-report-gmane-unregister-routine):
21065         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21066
21067 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21068
21069         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21070         (spam-report-gmane-unregister-routine): Add support for gmane
21071         unregistration.
21072
21073         * spam-report.el (spam-report-gmane-unspam)
21074         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21075         (spam-report-gmane): Change to take a single article and do unspam
21076         registration.
21077
21078 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21079
21080         * mm-url.el (mm-url-decode-entities): Fix regexp.
21081
21082 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21083
21084         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21085         default to nil, to be able to use Gnus at all.  If the default
21086         switches to something else, then the function should be fixed not
21087         be exceedingly slow.
21088
21089 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21090
21091         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21092         fail hard.
21093
21094         * spam-report.el: Add better Keywords line.
21095
21096         * spam.el: Add Maintainer and better Keywords line.
21097
21098 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21099
21100         * gnus-art.el (gnus-article-replace-part)
21101         (gnus-mime-replace-part): New functions.
21102         (gnus-mime-action-alist, gnus-mime-button-commands)
21103         (gnus-mime-save-part-and-strip): Add file argument.
21104         (gnus-article-part-wrapper): Add interactive argument.
21105
21106         * gnus-sum.el (gnus-summary-mime-map):
21107         Add `gnus-article-replace-part'.
21108
21109 2005-09-19  Didier Verna  <didier@xemacs.org>
21110
21111         The nnml compaction feature:
21112         * nnml.el (nnml-request-compact-group): New function.
21113         * nnml.el (nnml-request-compact): New function.
21114         * gnus-int.el (gnus-request-compact-group): New function.
21115         * gnus-int.el (gnus-request-compact): New function.
21116         * gnus-group.el (gnus-group-compact-group): New function.
21117         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21118         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21119         * gnus-srvr.el (gnus-server-compact-server): New function.
21120         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21121         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21122
21123 2005-09-18  Deepak Goel  <deego@gnufans.org>
21124
21125         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21126         format spec.
21127
21128 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21129
21130         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21131
21132 2005-09-15  Romain Francoise  <romain@orebokech.com>
21133
21134         * message.el (message-fill-paragraph): Clarify docstring.
21135
21136 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21137
21138         * gnus-art.el (gnus-mime-display-part): Protect against broken
21139         MIME messages.
21140
21141 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21142
21143         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21144         before parsing header.
21145
21146 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21147
21148         * html2text.el (html2text-replace-list): Add new entities.
21149
21150 2005-09-11  Romain Francoise  <romain@orebokech.com>
21151
21152         * message.el (message-alternative-emails): Improve docstring.
21153         (message-setup-1): Call `message-use-alternative-email-as-from'
21154         after `message-setup-hook' to give it precedence over posting
21155         styles, etc.
21156         (message-use-alternative-email-as-from): Add docstring.
21157         Remove the original From header if present.
21158
21159         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21160         (nnml-save-mail): Use it.
21161
21162         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21163         articles.  Add new argument `silent'.
21164         (gnus-uu-mark-all): Report the total number of marked articles.
21165
21166 2005-09-10  Romain Francoise  <romain@orebokech.com>
21167
21168         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21169         (gnus-uu-mark-series): Likewise.
21170
21171 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21172
21173         * spam-report.el (spam-report-gmane): Fix generation of spam
21174         report URL.
21175
21176 2005-09-10  Simon Josefsson  <jas@extundo.com>
21177
21178         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21179         t, based on discussion on the ding list with Robert Epprecht
21180         <epprecht@solnet.ch>.
21181
21182 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21183
21184         * spam-report.el (spam-report-gmane): Make it work without
21185         X-Report-Spam header.  Gmane now only provides Archived-At.
21186         This is only used if `spam-report-gmane-use-article-number' is nil.
21187         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21188
21189         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21190         make `gnus-summary-sort-by-recipient' work with threading.
21191
21192         * nnweb.el (nnweb-google-wash-article): Print a message if article
21193         is not available.
21194
21195 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21196
21197         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21198         change.  Decode text/* parts content before displaying.
21199
21200 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21201
21202         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21203
21204 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21205
21206         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21207
21208         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21209         url-package-name, url-package-version,
21210         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21211         w3m-display-inline-images, and w3m-minor-mode-map.
21212
21213 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21214
21215         * message.el (message-tab-body-function): Fix mismatched custom type.
21216
21217         * gnus.el (gnus-group-change-level-function): Ditto.
21218
21219         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21220
21221         * gnus-art.el (gnus-signature-limit)
21222         (gnus-article-mime-part-function): Ditto.
21223
21224 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21225
21226         * mml.el (mml-mode): Silence the byte compiler.
21227
21228         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21229         using `(sit-for 0)' before moving the point to the specified part;
21230         skip unbuttonized parts.
21231         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21232         return to the summary window if gnus-auto-select-part is non-nil.
21233
21234 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21235
21236         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21237         New variables.
21238         (mml-dnd-attach-file, mml-mode): Use them.
21239
21240         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21241         Make fetching article by MID work again for Google Groups.
21242         Add FIXME concerning gnus-group-make-web-group.
21243
21244         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21245         Don't depend on Gnus by using mail-extract-address-components if
21246         gnus-extract-address-components is not bound.
21247
21248 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21249
21250         * gnus-art.el (gnus-mime-display-security): Don't display the
21251         signature, but only the signed part.
21252
21253 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21254
21255         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21256
21257         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21258         list, not listp.
21259
21260 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21261
21262         * mm-encode.el (mm-encode-content-transfer-encoding):
21263         Likewise when encoding.
21264
21265         * mm-bodies.el (mm-decode-content-transfer-encoding):
21266         De-canonicalize CRLF for all text content types, not just
21267         text/plain.
21268
21269 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21270
21271         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21272         valid article; point arrow and cursor at the MIME button.
21273
21274 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21275
21276         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21277         Suggested by Dan Christensen <jdc@uwo.ca>.
21278
21279         * mm-decode.el (mm-save-part): Enable change of prompt.
21280
21281 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21282
21283         * gnus-msg.el (gnus-inews-add-send-actions):
21284         Make `message-post-method' lambda parameter ARG `&optional'.
21285
21286 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21287
21288         * gnus-sum.el (gnus-summary-mime-map):
21289         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21290         gnus-article-jump-to-part.
21291
21292         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21293         (gnus-article-edit-part): Use it.
21294         (gnus-article-part-wrapper): Add no-handle argument.
21295         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21296         New functions.
21297
21298 2005-08-29  Romain Francoise  <romain@orebokech.com>
21299
21300         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21301         docstring.
21302         (gnus-face-from-file): Likewise.
21303
21304 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21305
21306         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21307         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21308         non-nil.
21309         (gnus-auto-select-part): New variable.
21310         (gnus-article-jump-to-part): New function.
21311         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21312         (gnus-mime-delete-part): Allow selecting specified part after
21313         deleting or stripping parts.
21314         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21315         part if argument is bogus.
21316
21317 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21318
21319         * gnus-art.el (w3m-minor-mode-map):
21320         * gnus-spec.el (gnus-newsrc-file-version):
21321         * gnus-util.el (nnmail-active-file-coding-system)
21322         (gnus-original-article-buffer, gnus-user-agent):
21323         * gnus.el (gnus-ham-process-destinations)
21324         (gnus-parameter-ham-marks-alist)
21325         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21326         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21327         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21328         * mm-decode.el (gnus-current-window-configuration):
21329         * mm-extern.el (gnus-article-mime-handles):
21330         * mm-url.el (url-current-object, url-package-name)
21331         (url-package-version):
21332         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21333         (smime-keys, w3m-cid-retrieve-function-alist)
21334         (w3m-current-buffer, w3m-display-inline-images)
21335         (w3m-minor-mode-map):
21336         * mml-smime.el (gnus-extract-address-components):
21337         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21338         (gnus-newsrc-hashtb, message-default-charset)
21339         (message-deletable-headers, message-options)
21340         (message-posting-charset, message-required-mail-headers)
21341         (message-required-news-headers):
21342         * mml1991.el (mc-pgp-always-sign):
21343         * mml2015.el (mc-pgp-always-sign):
21344         * nnheader.el (nnmail-extra-headers):
21345         * rfc1843.el (gnus-decode-encoded-word-function)
21346         (gnus-decode-header-function, gnus-newsgroup-name):
21347         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21348
21349 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21350
21351         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21352         the end of the date treatments.
21353
21354 2005-08-15  Simon Josefsson  <jas@extundo.com>
21355
21356         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21357         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21358         Capello and Romain Francoise.
21359         (pgg-fetch-key-function): Remove, not used?
21360         (pgg-insert-url-with-w3): Require url, to get
21361         url-insert-file-contents regardless of where it is defined.
21362
21363 2005-08-13  Romain Francoise  <romain@orebokech.com>
21364
21365         * message.el (message-cite-original-1): New function.
21366         (message-cite-original): Use it.
21367         (message-cite-original-without-signature): Ditto.
21368
21369 2005-08-08  Romain Francoise  <romain@orebokech.com>
21370
21371         * message.el (message-yank-empty-prefix): New variable.
21372         (message-indent-citation): Use it.
21373         (message-cite-original-without-signature): Respect X-No-Archive.
21374
21375 2005-08-08  Simon Josefsson  <jas@extundo.com>
21376
21377         * pgg.el: Autoload url-insert-file-contents instead of loading
21378         w3/url.
21379         (pgg-insert-url-with-w3): Don't load url here.
21380
21381 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21382
21383         * message.el (message-kill-to-signature): Don't insert newline at
21384         bol.
21385         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21386
21387 2005-08-06  Romain Francoise  <romain@orebokech.com>
21388
21389         * message.el (message-user-fqdn): Fix typo in docstring.
21390
21391 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21392
21393         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21394
21395         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21396
21397 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21398
21399         * mm-bodies.el (mm-encode-body): Use coding system rather than
21400         charset to encode text.
21401
21402         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21403         number of charsets if utf-8 is available (XEmacs).
21404
21405 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21406
21407         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21408         taken from `gnus-button-mid-or-mail-regexp'.
21409         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21410         (gnus-button-alist): Improve regexp for domain part of the MIDs
21411         for news:localpart@domain buttons.
21412         (gnus-button-ctan-directory-regexp): Update.
21413
21414 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21415
21416         * sieve-manage.el (sieve-manage-interactive-login):
21417         Use make-local-variable rather than make-variable-buffer-local.
21418         (sieve-manage-open): Ditto.
21419         (sieve-manage-authenticate): Ditto.
21420
21421         * mml.el (mml-generate-mime-1): Make the content type default to
21422         text/plain if the filename is not specified.
21423
21424 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21425
21426         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
21427         instead of insert-buffer.
21428
21429         * message.el (message-yank-original): Ditto; set the mark at the
21430         end of the yanked message.
21431
21432 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21433
21434         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
21435         lines to scroll rather than to stop it.
21436
21437         * mml.el (mml-generate-default-type): Add doc string.
21438         (mml-generate-mime-1): Use mm-default-file-encoding or make it
21439         default to application/octet-stream when determining the content
21440         type if it is not specified for the part or the mml contents; add
21441         a comment about mml-generate-default-type.
21442
21443 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
21444
21445         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
21446         make it default to application/octet-stream when determining the
21447         content type if it is not specified for the external contents.
21448
21449 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21450
21451         * rfc2231.el (rfc2231-parse-string): Take care that not only a
21452         segmented parameter but also other parameters might be there.
21453
21454 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21455
21456         * mm-decode.el (mm-display-external): Delete temp file, directory
21457         and buffer immediately if the external process is exited.
21458
21459 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21460
21461         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
21462         fewer lines than that of scroll-margin.
21463         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
21464
21465 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21466
21467         * gnus-art.el (gnus-article-next-page): Revert.
21468         (gnus-article-beginning-of-window): New macro.
21469         (gnus-article-next-page-1): Use it.
21470         (gnus-article-prev-page): Ditto.
21471         (gnus-article-edit-part): Use insert-buffer-substring instead of
21472         insert-buffer.
21473         (gnus-article-edit-exit): Ditto.
21474
21475         * gnus-util.el (gnus-beginning-of-window): Remove.
21476         (gnus-end-of-window): Remove.
21477
21478         * lpath.el: Don't bind header-line-format and scroll-margin.
21479
21480 2005-07-25  Simon Josefsson  <jas@extundo.com>
21481
21482         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
21483         to have the url package without w3.  Reported by Daiki Ueno
21484         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
21485
21486 2005-07-20  Didier Verna  <didier@xemacs.org>
21487
21488         * gnus-diary.el: Remove the description comment (nndiary is now
21489         properly documented in the Gnus manual).
21490         Fix the spelling of "Back End".
21491         * nndiary.el: Ditto.
21492         Fix the copyright notice.
21493
21494 2005-07-18  Romain Francoise  <romain@orebokech.com>
21495
21496         * gnus-sum.el (gnus-summary-to-prefix)
21497         (gnus-summary-newsgroup-prefix): New variables.
21498         (gnus-summary-from-or-to-or-newsgroups): Use them.
21499
21500 2005-07-17  Romain Francoise  <romain@orebokech.com>
21501
21502         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
21503         space as it's generally not especially interesting to the user.
21504
21505 2005-07-16  Romain Francoise  <romain@orebokech.com>
21506
21507         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
21508         nil to avoid prompting and file modification if one of the
21509         messages at the top of the nnfolder file contains a copyright
21510         notice.
21511         Update copyright notice.
21512
21513         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
21514         instead of `current-time-string' as the latter creates a time
21515         string that is not RFC 2822 compliant (it lacks the zone).
21516         Update copyright notice.
21517
21518 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21519
21520         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
21521         for text/rtf.  Display default in prompt.  Pass default for M-n.
21522
21523         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
21524
21525 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21526
21527         * gnus-msg.el (gnus-button-mailto):
21528         Remove save-selected-window-window hackery because it relies on
21529         save-selected-window internals.
21530
21531 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21532
21533         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
21534         (gnus-article-next-page-1): Use gnus-beginning-of-window.
21535         (gnus-article-prev-page): Ditto.
21536
21537         * gnus-util.el (gnus-beginning-of-window): New function.
21538         (gnus-end-of-window): New function.
21539
21540         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
21541
21542 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21543
21544         * gnus-score.el (gnus-score-edit-all-score):
21545         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
21546         gnus-message.
21547
21548 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21549
21550         * gnus-msg.el (gnus-button-mailto):
21551         Remove save-selected-window-window hackery because it relies on
21552         save-selected-window internals.
21553
21554 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21555
21556         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
21557         add-minor-mode.
21558         (gnus-binary-mode): Ditto.
21559
21560         * gnus-topic.el (gnus-topic-mode): Ditto.
21561
21562 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
21563
21564         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
21565         (gnus-article-prev-page): Take scroll-margin into consideration.
21566
21567 2005-07-04  Lute Kamstra  <lute@gnu.org>
21568
21569         Update FSF's address in GPL notices.
21570
21571 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
21572
21573         * gnus.el (gnus-exit):
21574         * gnus-group.el (gnus-group-icons):
21575         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
21576
21577         * gnus-nocem.el (gnus-nocem):
21578         * message.el (message-various, message-buffers, message-sending)
21579         (message-interface, message-forwarding, message-insertion)
21580         (message-headers, message-news, message-mail):
21581         * pgg-gpg.el (pgg-gpg):
21582         * pgg-parse.el (pgg-parse):
21583         * pgg-pgp.el (pgg-pgp):
21584         * pgg-pgp5.el (pgg-pgp5):
21585         * pop3.el (pop3): Finish `defgroup' description with period.
21586
21587 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21588
21589         * gnus-art.el (article-display-face): Improve the efficiency.
21590         (article-display-x-face): Ditto; remove gray x-face stuff.
21591
21592 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21593
21594         * gnus-art.el (article-display-face): Correct the position in
21595         which Faces are inserted.
21596
21597 2005-06-29  Didier Verna  <didier@xemacs.org>
21598
21599         * gnus-art.el (article-display-face): Display faces in correct
21600         order.
21601
21602 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21603
21604         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
21605         (gnus-fill-real-hashtb): Use hash table instead of obarray.
21606         (gnus-nocem-check-article): Fetch the Type header.
21607         (gnus-nocem-message-wanted-p): Fix the way to examine types.
21608         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
21609         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
21610         make sure gnus-nocem-hashtb is initialized.
21611         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
21612         (gnus-nocem-unwanted-article-p): Ditto.
21613
21614         * pgg.el (pgg-verify): Return the verification result.
21615
21616 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21617
21618         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
21619         is ascii.
21620
21621 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
21622
21623         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
21624         `show-nonbreak-escape'.
21625
21626 2005-06-23  Lute Kamstra  <lute@gnu.org>
21627
21628         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
21629
21630         * dig.el (dig-mode):
21631         * smime.el (smime-mode): Use gnus-run-mode-hooks.
21632
21633 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
21634
21635         * nnimap.el (nnimap-split-download-body): Fix spellings.
21636
21637 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
21638
21639         * gnus-art.el (gnus-article-encrypt-body):
21640         * gnus-cus.el (gnus-score-customize):
21641         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
21642         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
21643
21644 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
21645
21646         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
21647         header by looking for magic "MII" at the beginning.
21648
21649 2005-06-16  Miles Bader  <miles@gnu.org>
21650
21651         * gnus-xmas.el (gnus-xmas-group-startup-message):
21652         Use renamed gnus-splash face.
21653
21654         * assistant.el (assistant-field): Remove "-face" suffix from face name.
21655         (assistant-field-face): New backward-compatibility alias for renamed
21656         face.
21657         (assistant-render-text): Use renamed assistant-field face.
21658
21659         * spam.el (spam): Remove "-face" suffix from face name.
21660         (spam-face): New backward-compatibility alias for renamed face.
21661         (spam-face, spam-initialize): Use renamed spam face.
21662
21663         * message.el (message-header-to, message-header-cc)
21664         (message-header-subject, message-header-newsgroups)
21665         (message-header-other, message-header-name)
21666         (message-header-xheader, message-separator, message-cited-text)
21667         (message-mml): Remove "-face" suffix from face names.
21668         (message-header-to-face, message-header-cc-face)
21669         (message-header-subject-face, message-header-newsgroups-face)
21670         (message-header-other-face, message-header-name-face)
21671         (message-header-xheader-face, message-separator-face)
21672         (message-cited-text-face, message-mml-face):
21673         New backward-compatibility aliases for renamed faces.
21674         (message-font-lock-keywords): Use renamed message faces.
21675
21676         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
21677         (sieve-test-commands, sieve-tagged-arguments):
21678         Remove "-face" suffix from face names.
21679         (sieve-control-commands-face, sieve-action-commands-face)
21680         (sieve-test-commands-face, sieve-tagged-arguments-face):
21681         New backward-compatibility aliases for renamed faces.
21682         (sieve-control-commands-face, sieve-action-commands-face)
21683         (sieve-test-commands-face, sieve-tagged-arguments-face):
21684         Use renamed sieve faces.
21685
21686         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
21687         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
21688         (gnus-group-news-3-empty, gnus-group-news-4)
21689         (gnus-group-news-4-empty, gnus-group-news-5)
21690         (gnus-group-news-5-empty, gnus-group-news-6)
21691         (gnus-group-news-6-empty, gnus-group-news-low)
21692         (gnus-group-news-low-empty, gnus-group-mail-1)
21693         (gnus-group-mail-1-empty, gnus-group-mail-2)
21694         (gnus-group-mail-2-empty, gnus-group-mail-3)
21695         (gnus-group-mail-3-empty, gnus-group-mail-low)
21696         (gnus-group-mail-low-empty, gnus-summary-selected)
21697         (gnus-summary-cancelled, gnus-summary-high-ticked)
21698         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
21699         (gnus-summary-high-ancient, gnus-summary-low-ancient)
21700         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
21701         (gnus-summary-low-undownloaded)
21702         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
21703         (gnus-summary-low-unread, gnus-summary-normal-unread)
21704         (gnus-summary-high-read, gnus-summary-low-read)
21705         (gnus-summary-normal-read, gnus-splash):
21706         Remove "-face" suffix from face names.
21707         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
21708         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
21709         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
21710         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
21711         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
21712         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
21713         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
21714         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
21715         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
21716         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
21717         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
21718         (gnus-summary-selected-face, gnus-summary-cancelled-face)
21719         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
21720         (gnus-summary-normal-ticked-face)
21721         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
21722         (gnus-summary-normal-ancient-face)
21723         (gnus-summary-high-undownloaded-face)
21724         (gnus-summary-low-undownloaded-face)
21725         (gnus-summary-normal-undownloaded-face)
21726         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
21727         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
21728         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
21729         (gnus-splash-face):
21730         New backward-compatibility aliases for renamed faces.
21731         (gnus-group-startup-message): Use renamed gnus faces.
21732
21733         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
21734         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
21735         (gnus-server-agent): Remove "-face" suffix from face names.
21736         (gnus-server-agent-face, gnus-server-opened-face)
21737         (gnus-server-closed-face, gnus-server-denied-face)
21738         (gnus-server-offline-face):
21739         New backward-compatibility aliases for renamed faces.
21740         (gnus-server-agent-face, gnus-server-opened-face)
21741         (gnus-server-closed-face, gnus-server-denied-face)
21742         (gnus-server-offline-face): Use renamed gnus faces.
21743
21744         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21745         Remove "-face" suffix from face names.
21746         (gnus-picon-xbm-face, gnus-picon-face):
21747         New backward-compatibility aliases for renamed faces.
21748
21749         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21750         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21751         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21752         (gnus-cite-11): Remove "-face" suffix from face names.
21753         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21754         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21755         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21756         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21757         New backward-compatibility aliases for renamed faces.
21758         (gnus-cite-attribution-face, gnus-cite-face-list)
21759         (gnus-article-boring-faces): Use renamed gnus faces.
21760
21761         * gnus-art.el (gnus-signature, gnus-header-from)
21762         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21763         (gnus-header-content): Remove "-face" suffix from face names.
21764         (gnus-signature-face, gnus-header-from-face)
21765         (gnus-header-subject-face, gnus-header-newsgroups-face)
21766         (gnus-header-name-face, gnus-header-content-face):
21767         New backward-compatibility aliases for renamed faces.
21768         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21769
21770         * gnus-sum.el (gnus-summary-selected-face)
21771         (gnus-summary-highlight): Use renamed gnus faces.
21772         * gnus-group.el (gnus-group-highlight): Likewise.
21773
21774 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21775
21776         * gnus-sieve.el (gnus-sieve-article-add-rule):
21777         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21778         * spam-stat.el (spam-stat-buffer-change-to-spam)
21779         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21780
21781         * message.el (message-is-yours-p):
21782         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21783
21784 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21785
21786         * mm-view.el (mm-inline-text): Withdraw the last change.
21787
21788 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21789
21790         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
21791         executing enriched-decode.
21792
21793 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21794
21795         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21796         charset of tar files.
21797
21798 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21799
21800         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21801
21802 2005-06-04  Lute Kamstra  <lute@gnu.org>
21803
21804         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21805         information is never recorded.
21806
21807 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21808
21809         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21810
21811 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21812
21813         * pop3.el (pop3-apop): Run md5 in the binary mode.
21814
21815         * starttls.el (starttls-set-process-query-on-exit-flag):
21816         Use eval-and-compile.
21817
21818 2005-05-31  Simon Josefsson  <jas@extundo.com>
21819
21820         * smime.el (smime-replace-in-string): Define.
21821         (smime-cert-by-ldap-1): Use it.
21822
21823 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21824
21825         * gnus-art.el (article-display-x-face): Replace
21826         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21827
21828         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21829         set-process-query-on-exit-flag or process-kill-without-query.
21830
21831         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21832         loop instead of replace-regexp.
21833
21834         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21835         instead of process-kill-without-query if it is available.
21836
21837         * lpath.el: Fbind ldap-search-entries.
21838
21839         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21840         instead of find-file-hooks if it is available.
21841
21842         * mml1991.el: Bind pgg-default-user-id when compiling.
21843
21844         * mml2015.el: Bind pgg-default-user-id when compiling.
21845
21846         * nndraft.el (nndraft-request-associate-buffer):
21847         Use write-contents-functions instead of write-contents-hooks if it is
21848         available.
21849
21850         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21851         instead of find-file-hooks if it is available.
21852
21853         * nntp.el (nntp-open-connection): Replace
21854         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21855         (nntp-open-ssl-stream): Ditto.
21856         (nntp-open-tls-stream): Ditto.
21857
21858         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21859         set-process-query-on-exit-flag or process-kill-without-query.
21860         (starttls-open-stream-gnutls): Use it instead of
21861         process-kill-without-query.
21862         (starttls-open-stream): Ditto.
21863
21864 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21865
21866         * smime.el (smime-cert-by-ldap-1): Don't use
21867         replace-regexp-in-string.
21868
21869 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21870
21871         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21872
21873         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21874         in PEM format.  Adjust to the XEmacs compatibility.
21875
21876 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21877
21878         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21879         by `string-to-number'.
21880         * gnus-agent.el (gnus-agent-regenerate-group)
21881         (gnus-agent-fetch-articles): Ditto.
21882         * gnus-art.el (gnus-button-fetch-group): Ditto.
21883         * gnus-cache.el (gnus-cache-generate-active)
21884         (gnus-cache-articles-in-group): Ditto.
21885         * gnus-group.el (gnus-group-set-current-level)
21886         (gnus-group-insert-group-line): Ditto.
21887         * gnus-score.el (gnus-score-set-expunge-below)
21888         (gnus-score-set-mark-below, gnus-summary-score-effect)
21889         (gnus-summary-score-entry): Ditto.
21890         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21891         (gnus-soup-pack): Ditto.
21892         * gnus-spec.el (gnus-xmas-format): Ditto.
21893         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21894         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21895         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21896         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21897         * nndb.el (nndb-get-remote-expire-response): Ditto.
21898         * nndiary.el (nndiary-parse-schedule-value)
21899         (nndiary-string-to-number, nndiary-request-replace-article)
21900         (nndiary-request-article): Ditto.
21901         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21902         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21903         * nneething.el (nneething-make-head): Ditto.
21904         * nnfolder.el (nnfolder-request-article)
21905         (nnfolder-retrieve-headers): Ditto.
21906         * nnheader.el (nnheader-file-to-number): Ditto.
21907         * nnkiboze.el (nnkiboze-request-article): Ditto.
21908         * nnmail.el (nnmail-process-unix-mail-format)
21909         (nnmail-process-babyl-mail-format): Ditto.
21910         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21911         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21912         (nnmh-request-create-group, nnmh-request-list-1)
21913         (nnmh-request-group, nnmh-request-article): Ditto.
21914         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21915         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21916         * nnsoup.el (nnsoup-make-active): Ditto.
21917         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21918         * nntp.el (nntp-find-group-and-number)
21919         (nntp-retrieve-headers-with-xover): Ditto.
21920         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21921         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21922         (pgg-format-key-identifier): Ditto.
21923         * pop3.el (pop3-last, pop3-stat): Ditto.
21924         * qp.el (quoted-printable-decode-region): Ditto.
21925
21926         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21927         of concat.
21928
21929 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21930
21931         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21932
21933         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21934
21935         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21936
21937         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21938
21939         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21940
21941         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21942
21943         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21944         (gnus-carpal-mode): Ditto.
21945
21946         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21947         (gnus-browse-mode): Ditto.
21948
21949         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21950
21951         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21952
21953 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21954
21955         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21956
21957 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21958
21959         * gnus-util.el (gnus-run-mode-hooks): New function.
21960
21961         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21962
21963         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21964         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21965
21966 2005-05-27  Lute Kamstra  <lute@gnu.org>
21967
21968         * dns-mode.el (dns-mode): Specify customization group.
21969
21970 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21971
21972         * gnus-agent.el (gnus-agent-make-mode-line-string):
21973         Use mode-line-highlight as mouse-face.
21974
21975 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21976
21977         * canlock.el (canlock): Change the parent group to news.
21978
21979         * deuglify.el (gnus-outlook-deuglify): Add :group.
21980
21981         * dig.el (dig): Add :group.
21982
21983         * dns-mode.el (dns-mode): Add :group.
21984
21985         * encrypt.el (encrypt): Add :group.
21986
21987         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21988         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21989         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21990         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21991         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21992
21993         * gnus-diary.el (gnus-diary): Add :group.
21994
21995         * gnus.el (gnus-group-news-1-face): Add :group.
21996         (gnus-group-news-1-empty-face): Ditto.
21997         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21998         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21999         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22000         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22001         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22002         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22003         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22004         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22005         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22006         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22007         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22008         (gnus-summary-high-ticked-face): Ditto.
22009         (gnus-summary-low-ticked-face): Ditto.
22010         (gnus-summary-normal-ticked-face): Ditto.
22011         (gnus-summary-high-ancient-face): Ditto.
22012         (gnus-summary-low-ancient-face): Ditto.
22013         (gnus-summary-normal-ancient-face): Ditto.
22014         (gnus-summary-high-undownloaded-face): Ditto.
22015         (gnus-summary-low-undownloaded-face): Ditto.
22016         (gnus-summary-normal-undownloaded-face): Ditto.
22017         (gnus-summary-high-unread-face): Ditto.
22018         (gnus-summary-low-unread-face): Ditto.
22019         (gnus-summary-normal-unread-face): Ditto.
22020         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22021         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22022
22023         * hashcash.el (hashcash): New custom group.
22024         (hashcash-default-payment): Add :group.
22025         (hashcash-payment-alist): Ditto.
22026         (hashcash-default-accept-payment): Ditto.
22027         (hashcash-accept-resources): Ditto.
22028         (hashcash-path): Ditto.
22029         (hashcash-extra-generate-parameters): Ditto.
22030         (hashcash-double-spend-database): Ditto.
22031         (hashcash-in-news): Ditto.
22032
22033         * message.el (message-minibuffer-local-map): Add :group.
22034
22035         * netrc.el (netrc): Add :group.
22036
22037         * sieve-manage.el (sieve-manage-log): Add :group.
22038         (sieve-manage-default-user): Diito.
22039         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22040         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22041         (sieve-manage-authenticators): Ditto.
22042         (sieve-manage-authenticator-alist): Ditto.
22043         (sieve-manage-default-port): Ditto.
22044
22045         * sieve-mode.el (sieve-control-commands-face): Add :group.
22046         (sieve-action-commands-face): Ditto.
22047         (sieve-test-commands-face): Ditto.
22048         (sieve-tagged-arguments-face): Ditto.
22049
22050         * smime.el (smime): Add :group.
22051
22052         * spam-report.el (spam-report): Add :group.
22053
22054         * spam.el (spam, spam-face): Add :group.
22055
22056 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22057
22058         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22059         return \n.\n.\n at the end of articles.  Protect against that.
22060         (nntp-with-open-group): Allow debugging.
22061
22062         * nnheader.el (mail-header-set-extra): Make into a function
22063         because I just could't understand how to quote the list properly.
22064
22065         * dns.el (query-dns-cached): New function.
22066
22067 2005-05-26  Lute Kamstra  <lute@gnu.org>
22068
22069         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22070
22071 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22072
22073         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22074
22075         * gnus-art.el: Don't autoload mail-extract-address-components.
22076
22077         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22078         eval-and-compile to evaluate it.
22079
22080         * hashcash.el: Don't autoload executable-find.
22081
22082         * nndb.el: Don't declare the nndb back end two or more times; don't
22083         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22084
22085         * nntp.el: Autoload format-spec instead of format; use
22086         eval-and-compile to evaluate autoload forms.
22087
22088 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22089
22090         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22091
22092 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22093
22094         * gnus.el (gnus-version-number): Bump version.
22095
22096 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22097
22098         * gnus.el: No Gnus v0.3 is released.
22099
22100 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22101
22102         * lpath.el (featurep): Bind show-nonbreak-escape.
22103
22104 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22105
22106         * gnus-art.el (gnus-article-edit-part): Disable undo.
22107
22108 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22109
22110         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22111         gnus-article-date-lapsed-new-header is t if date timer is active;
22112         skip headers in which the original date value is empty.
22113         (gnus-article-save-original-date): Redefine it as a macro.
22114         (gnus-display-mime): Use it.
22115
22116 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22117
22118         * gnus-art.el (article-date-ut): Support converting date in
22119         forwarded parts as well.
22120         (gnus-article-save-original-date): New function.
22121         (gnus-display-mime): Use it.
22122
22123 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22124
22125         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22126         enclosure element of <item>.
22127
22128 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22129
22130         * message.el (message-kill-buffer-query): Rename from
22131         `message-kill-buffer-query-if-modified'.  Add :version.
22132
22133 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22134
22135         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22136         window layout.
22137
22138 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22139
22140         * mml.el: Autoload dnd when compiling.
22141
22142 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22143
22144         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22145         x-dnd-*.
22146
22147 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22148
22149         * qp.el (quoted-printable-encode-region): Save excursion.
22150
22151 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22152
22153         * message.el (message-kill-buffer-query-if-modified): Add new variable
22154         so the user can kill a modified message buffer quickly.
22155         (message-kill-buffer): Use it.
22156
22157 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22158
22159         * lpath.el: Fbind display-time-event-handler; don't fbind
22160         string-to-multibyte.
22161
22162         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22163
22164 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22165
22166         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22167         contained in text because xml.el decodes entities) with LFs.
22168
22169 2005-04-11  Lute Kamstra  <lute@gnu.org>
22170
22171         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22172         differently.
22173
22174 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22175
22176         * mm-util.el (mm-detect-coding-region): Typo.
22177
22178 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22179
22180         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22181
22182 2005-04-06  Deepak Goel  <deego@gnufans.org>
22183
22184         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22185         user-function allow user modifications of the scores.
22186         (spam-stat-score-buffer-user): New function, to allow
22187         user-computed modifications to the score.
22188         (spam-stat-score-buffer-user-functions): List of additional
22189         scoring functions.
22190         (spam-stat-error-holder): Global temporary error holder.
22191         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22192         variable.
22193
22194 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22195
22196         * gnus-registry.el (gnus-registry-clean-empty-function)
22197         (gnus-registry-trim, gnus-registry-fetch-groups)
22198         (gnus-registry-delete-group): Groups that match
22199         `gnus-registry-ignored-groups' are removed from the registry
22200         entries, not just ignored for splitting.  This helps clean up the
22201         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22202         to get all the groups a message ID is in.
22203
22204         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22205         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22206         (spam-stat-score-buffer-user-functions): Add :number custom type.
22207
22208 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22209
22210         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22211         argument in XEmacs.
22212
22213         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22214         (nnrss-request-group): Decode group name first.
22215         (nnrss-request-article): Make a text/plain article if mml-to-mime
22216         failed.
22217         (nnrss-get-encoding): Return a compatible encoding according to
22218         nnrss-compatible-encoding-alist.
22219         (nnrss-find-el): Use consp instead of listp.
22220         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22221
22222 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22223
22224         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22225         which Emacs 20 doesn't support.
22226         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22227
22228 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22229
22230         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22231         silence the byte compiler inside the defun.
22232
22233         * gnus-demon.el (parse-time-string): Add autoload.
22234
22235         * gnus-delay.el (parse-time-string): Add autoload.
22236
22237         * gnus-art.el (parse-time-string): Add autoload.
22238
22239         * nnultimate.el (parse-time): Require for `parse-time-string'.
22240
22241 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22242
22243         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22244
22245         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22246
22247         * smime.el (smime-ldap-host-list): Add :version.
22248
22249 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22250
22251         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22252         pass it to `gnus-browse-read-group'.
22253         (gnus-browse-read-group): Add NUMBER argument and pass it to
22254         `gnus-group-read-ephemeral-group'.
22255
22256         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22257         argument and pass it to `gnus-group-read-group'.
22258
22259 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22260
22261         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22262         mm-xemacs-find-mime-charset-1 if we have the mule feature
22263         available at runtime.
22264
22265 2005-03-25  Werner Lemberg  <wl@gnu.org>
22266
22267         * nnmaildir.el: Replace `illegal' with `invalid'.
22268
22269 2005-03-23  Lute Kamstra  <lute@gnu.org>
22270
22271         * time-date.el: Add comment on time value formats.
22272         Don't require parse-time.
22273         (with-decoded-time-value): New macro.
22274         (encode-time-value): New function.
22275         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22276         (days-to-time): Return a valid time value when arg is huge.
22277         (time-since): Use time-subtract.
22278         (time-to-number-of-days): Use time-to-seconds.
22279
22280 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22281
22282         * gnus-start.el (gnus-display-time-event-handler):
22283         Check display-time-timer at runtime rather than only at load time
22284         in case display-time-mode is turned off in the mean time.
22285
22286 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22287
22288         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22289         used.
22290
22291         * nneething.el (nneething-map-file-directory): Derive from
22292         `gnus-directory'.
22293
22294         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22295         the To/Cc button.
22296
22297 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22298
22299         * nnmaildir.el (nnmaildir-request-accept-article):
22300         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22301
22302 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22303
22304         * gnus-async.el: Require timer-funcs at compile time when in
22305         XEmacs for `run-with-idle-timer'.
22306
22307 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22308
22309         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22310         autoloaded function.
22311
22312 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22313
22314         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22315
22316 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22317
22318         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22319
22320 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22321
22322         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22323         Add gnus-expert-user to default.
22324
22325 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22326
22327         * nnimap.el (nnimap-open-server): Ditto.
22328
22329         * imap.el (imap-authenticate): Fix typo.
22330
22331 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22332
22333         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22334         buffer (since IMAP server might return FETCH response out of
22335         order, and the nntp buffer must be sorted).
22336
22337 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22338
22339         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22340         comparison on string.
22341
22342         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22343         (gnus-agent-score): Rename category keywords to match gnus-cus.
22344         (gnus-agent-summary-fetch-series): Modify to protect against
22345         gnus-agent-summary-fetch-group clearing processable flags.
22346         (gnus-agent-synchronize-group-flags): Update live group buffer as
22347         synchronization may occur due to the user toggle the plugged
22348         status.
22349         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22350         successfully downloaded.
22351         (gnus-agent-expire-group-1): Avoid using markers when the overview
22352         is in ascending order; greatly improves performance.
22353         (gnus-agent-regenerate-group):
22354         Use gnus-agent-synchronize-group-flags to reset read status in both
22355         gnus and server.
22356         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22357
22358 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22359
22360         * message.el: Don't autoload former message-utils variables.
22361         (message-strip-subject-trailing-was): Change doc string.
22362
22363         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22364         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22365         (nnweb-google-search): Add "hl=en" here.
22366         (nnweb-google-parse-1, nnweb-google-create-mapping):
22367         Don't hardcode URL.
22368
22369 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22370
22371         * message.el (message-get-reply-headers, message-followup):
22372         Mention related variables `message-use-followup-to' and
22373         `message-use-mail-followup-to', in the information buffer.
22374
22375         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22376         of broken groups(-beta).google.com.
22377
22378 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22379
22380         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22381         parameter to invoked gnus-request-move-article; remove the
22382         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22383         all at once instead of once per article.
22384         (gnus-summary-remove-process-mark): Accept a list of articles as
22385         well as a single article for processing.
22386
22387         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22388         parameter.
22389
22390         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22391
22392         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22393
22394         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22395         parameter.
22396
22397         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22398         parameter.
22399
22400         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22401         parameter and remove the gnus-sum-hint-move-is-internal variable.
22402
22403         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22404         parameter.
22405
22406         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22407         parameter.
22408
22409         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22410         parameter.
22411
22412         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22413
22414         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22415         parameter.
22416
22417         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22418         parameter.
22419
22420 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22421
22422         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22423         a more conservative way.
22424
22425 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22426
22427         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
22428         buffer, so it moves the window's cursor.
22429
22430 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
22431
22432         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
22433         `mm-dissect-multipart' and receive the from field as an (optional)
22434         argument from `mm-dissect-multipart'.
22435         (mm-dissect-multipart): Receive the from field as an argument and
22436         pass it on when we call `mm-dissect-buffer' on MIME parts.
22437         Fixes verification/decryption of signed/encrypted MIME parts.
22438
22439 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22440
22441         * gnus-sum.el (gnus-summary-move-article):
22442         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
22443         whatever it calls (right now, only nnimap-request-move article
22444         respects it).
22445
22446         * nnimap.el (nnimap-request-move-article):
22447         When gnus-sum-hint-move-is-internal is set, don't do the extra
22448         nnimap-request-article.
22449
22450 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22451
22452         * nnheader.el (nnheader-find-file-noselect): Add doc string.
22453
22454         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
22455         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
22456
22457         * gnus-sum.el (gnus-summary-caesar-message):
22458         Apply `gnus-treat-article' after rotation.
22459
22460         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
22461         doc string.
22462
22463 2005-02-22  Simon Josefsson  <jas@extundo.com>
22464
22465         * encrypt.el (encrypt-password-cache-expiry): Remove (use
22466         `password-cache-expiry' instead).  Reported by Arne Jørgensen
22467         <arne@arnested.dk>.
22468         (encrypt): Add password-cache and password-cache-expiry as group
22469         members.
22470
22471 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
22472
22473         * smime.el (smime-ldap-host-list): Doc fix.
22474         (smime-ask-passphrase): Use `password-read-and-add' to read (and
22475         cache) password.
22476         (smime-sign-region): Use it.
22477         (smime-decrypt-region): Use it.
22478         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
22479         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
22480         fails.
22481         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
22482         certificate from DER to PEM format rather than calling openssl.
22483
22484         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
22485
22486         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
22487         for signing/encryption.
22488
22489         * mml.el (mml-parse-1): Use them.
22490
22491 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
22492
22493         * nnrss.el (nnrss-verbose): Remove.
22494         (nnrss-request-group): Use `nnheader-message' instead.
22495
22496 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
22497
22498         * nnrss.el (nnrss-verbose): New variable.
22499         (nnrss-request-group): Make it say nnrss is requesting a group.
22500
22501 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
22502
22503         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
22504         Handle news URL with given port correctly.
22505
22506 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22507
22508         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
22509         containing special characters.
22510
22511         * gnus-sum.el (gnus-summary-edit-article): Ditto.
22512
22513         * mml.el (mime-to-mml): Ditto.
22514
22515         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
22516         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
22517         (rfc2047-decode-region): Quote decoded words containing special
22518         characters when rfc2047-quote-decoded-words-containing-tspecials
22519         is non-nil.
22520
22521 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
22522
22523         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
22524
22525         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
22526
22527 2005-02-15  Simon Josefsson  <jas@extundo.com>
22528
22529         * nnimap.el (nnimap-debug): Doc fix.
22530
22531         * imap.el (imap-debug): Doc fix.
22532
22533 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22534
22535         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
22536
22537 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
22538
22539         * gnus.el (spam-contents): Improve docs for spam-contents
22540         parameter in its variable incarnation.
22541
22542 2005-02-14  Simon Josefsson  <jas@extundo.com>
22543
22544         * smime-ldap.el: Use require instead of load-library for ldap.
22545         (smime-ldap-search): Indent.
22546         (smime-ldap-search-internal): Shorten line.
22547
22548         * smime.el (smime-cert-by-dns): Add doc-string.
22549         (smime-cert-by-ldap-1): Indent.
22550
22551         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
22552         mml-smime-get-dns-ldap.
22553         (mml-smime-encrypt-query): Use new function.  Default to ldap.
22554
22555 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
22556
22557         * smime.el: Require smime-ldap.
22558         (smime-ldap-host-list): New variable.
22559         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
22560
22561         * mml-smime.el (mml-smime-encrypt-query): New function.
22562         (mml-smime-encrypt-query): Use it.
22563
22564         * smime-ldap.el: New file.
22565
22566 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22567
22568         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
22569
22570 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
22571
22572         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
22573         argument in doc string.  Make query for type more clear.
22574
22575 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
22576
22577         * gnus.el (gnus-group-startup-message): Search for gnus images in
22578         etc/images/gnus.
22579         * mm-util.el (mm-image-load-path): Likewise.
22580         * smiley.el (smiley-data-directory): Search for smilies in
22581         etc/images/smilies.
22582
22583 2005-02-09  Kim F. Storm  <storm@cua.dk>
22584
22585         Change Emacs release version from 21.4 to 22.1 throughout.
22586         Change Emacs development version from 21.3.50 to 22.0.50.
22587
22588 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22589
22590         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
22591
22592         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
22593         non-Mule XEmacs as well.
22594         (mm-decompress-buffer): Signal an error intentionally if it does
22595         not decompress compressed data because auto-compression-mode is
22596         disabled.
22597
22598 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
22599
22600         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
22601         an ID in the registry even if it has no groups.
22602
22603 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22604
22605         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
22606         merge it into mm-decompress-buffer.
22607         (gnus-mime-copy-part): Use the MIME part charset, the value which
22608         a user specified or gnus-newsgroup-charset for decoding, like
22609         gnus-mime-inline-part does; set buffer-file-coding-system to tell
22610         save-buffer what was used.  Suggested by Kevin Ryde
22611         <user42@zip.com.au>.
22612         (gnus-mime-inline-part): Allow the name parameter as well as the
22613         filename parameter; force decompressing of compressed data; always
22614         display contents being not decoded as unibyte.
22615
22616         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
22617         as well as the filename parameter.
22618
22619         * mm-util.el (mm-decompress-buffer):
22620         Merge gnus-mime-jka-compr-maybe-uncompress.
22621         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
22622         of compressed data.
22623
22624 2005-02-08  Simon Josefsson  <jas@extundo.com>
22625
22626         * imap.el (imap-log): Doc fix.
22627
22628 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22629
22630         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
22631         the coding cookies; decompress compressed parts.
22632
22633         * mml.el (mml-generate-mime-1): Add the charset parameter according
22634         to the value which a user specified manually or the coding cookie.
22635
22636         * mm-util.el (mm-string-to-multibyte): New function.
22637         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
22638         (mm-coding-system-to-mime-charset): New function.
22639         (mm-decompress-buffer): New function.
22640         (mm-find-buffer-file-coding-system): New function.
22641
22642         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
22643         (mm-display-inline-fontify): Rewrite for decoding and decompressing
22644         parts.
22645
22646 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22647
22648         * mm-view.el (mm-display-inline-fontify): Decode a part according
22649         to the charset parameter.
22650
22651 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22652
22653         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
22654         prefix arg is neither nil nor a number, as info specifies.
22655
22656 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22657
22658         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
22659         timestamps.
22660
22661 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
22662
22663         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
22664         groups error checking and notify user.
22665
22666 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
22667
22668         * message.el (message-send-mail-function): Check existence of
22669         sendmail-program first before using default value
22670         `message-send-mail-with-sendmail'.  Otherwise use more generic
22671         `smtpmail-send-it'.
22672
22673 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22674
22675         * nntp.el (nntp-request-update-info): Always return nil.
22676
22677 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22678
22679         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
22680
22681 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22682
22683         * message.el (message-beginning-of-line): Change the behavior when
22684         invoked between BOL and : so that it first moves backward.
22685
22686 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22687
22688         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
22689         article buffer when editing of the article is discarded.
22690         (gnus-article-prepare): Revert.
22691
22692 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22693
22694         * gnus-art.el (gnus-article-prepare):
22695         Remove message-strip-forbidden-properties from the local hook.
22696
22697 2005-01-27  Simon Josefsson  <jas@extundo.com>
22698
22699         * password.el (password-cache-add): Only start one timer per key.
22700         Reported by Derek Atkins <warlord@MIT.EDU>.
22701
22702 2005-01-26  Steve Youngs  <steve@sxemacs.org>
22703
22704         * run-at-time.el: Remove.  It is no longer needed as
22705         timer-funcs.el in the xemacs-base package has a working version of
22706         `run-at-time'.
22707
22708         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
22709
22710         * password.el: Require timer-funcs instead of run-at-time in
22711         XEmacs.
22712         Remove `password-run-at-time' macro.
22713         (password-cache-add): Use `run-at-time' instead of
22714         `password-run-at-time'.
22715
22716         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
22717         Remove `nnheader-cancel-function-timers' alias,
22718         `cancel-function-timers' exists in XEmacs in timer-funcs.
22719
22720         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
22721         for `run-with-idle-timer'.
22722
22723         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
22724         for `run-at-time'.
22725
22726         * mm-url.el: Require timer-funcs at compile time when in XEmacs
22727         for `with-timeout'.
22728
22729         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
22730         the same as for XEmacs 21.4.
22731         No need to ignore `run-with-idle-timer', this function exists in
22732         XEmacs now in timer-funcs.el in the xemacs-base package.
22733         (dgnushack-compile): No need to delete
22734         run-at-time.el from the list of files to compile because it
22735         doesn't exist anymore.
22736
22737 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22738
22739         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22740         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22741
22742 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22743
22744         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22745         sensitively.
22746
22747 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22748
22749         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22750
22751 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22752
22753         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22754         which will be inserted according to the multibyteness of a buffer
22755         rather than the type of contents.  Suggested by ARISAWA Akihiro
22756         <ari@mbf.ocn.ne.jp>.
22757
22758         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22759         of string which old xml.el may return rather than a string.
22760
22761 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22762
22763         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22764
22765 2005-01-16  Simon Josefsson  <jas@extundo.com>
22766
22767         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22768         idn/idna.el isn't available.
22769         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22770         <michael@waxrat.com>.
22771
22772         * hashcash.el: Remove non-FSF copyright header.
22773
22774         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22775         (hashcash-generate-payment): Use it.
22776         (hashcash-generate-payment-async): Use it.
22777
22778 2005-01-15  Simon Josefsson  <jas@extundo.com>
22779
22780         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22781         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22782
22783         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22784         gnus-summary-idna-message.
22785         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22786         (gnus-summary-idna-message): New function.
22787
22788 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
22789
22790         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
22791         gnus-novice-user.
22792
22793 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22794
22795         * nnrss.el (nnrss-request-delete-group): Delete entries in
22796         nnrss-group-alist as well.
22797         (nnrss-save-server-data): Insert newline.
22798
22799 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22800
22801         * gnus.el (gnus-user-agent): Use list of symbols instead of
22802         symbols.  Display full version number for (S)XEmacs.
22803         Optionally display (S)XEmacs codename.
22804
22805         * gnus-util.el (gnus-emacs-version): Update for new
22806         `gnus-user-agent'.
22807
22808         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22809         Gnus version.
22810
22811 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22812
22813         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22814         which is unreadable in some setups.
22815
22816 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22817
22818         * gnus-spec.el (gnus-update-format-specifications): Flush the
22819         group format spec cache if it doesn't support decoded group names.
22820
22821 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22822
22823         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22824         Allow to apply decay on score files matching a regexp.
22825
22826 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22827
22828         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22829         compatibility in %g and %c.
22830
22831 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22832
22833         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22834         name for only %g and %c.
22835         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22836         of gnus-tmp-group to decoded group name.
22837         (gnus-group-make-rss-group): Exclude `/'s from group names.
22838
22839 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22840
22841         * nnrss.el (nnrss-get-encoding): Fix regexp.
22842
22843 2004-12-27  Simon Josefsson  <jas@extundo.com>
22844
22845         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22846         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22847         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22848
22849 2004-12-17  Kim F. Storm  <storm@cua.dk>
22850
22851         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22852
22853         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22854
22855 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22856
22857         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22858
22859 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22860
22861         * nnrss.el: Require rfc2047 and mml.
22862         (nnrss-file-coding-system): New variable.
22863         (nnrss-format-string): Redefine it as an inline function.
22864         (nnrss-decode-group-name): New function.
22865         (nnrss-string-as-multibyte): Remove.
22866         (nnrss-retrieve-headers): Decode group name; don't use
22867         nnrss-format-string.
22868         (nnrss-request-group): Decode group name.
22869         (nnrss-request-article): Decode group name; allow a Message-ID as
22870         well as an article number; don't use nnrss-format-string; encode a
22871         Message-ID string which may contain non-ASCII characters; use
22872         mml-to-mime to compose a MIME article.
22873         (nnrss-request-expire-articles): Decode group name.
22874         (nnrss-request-delete-group): Decode group name.
22875         (nnrss-fetch): Clarify error message.
22876         (nnrss-read-server-data): Use insert-file-contents instead of load;
22877         bind file-name-coding-system; use multibyte buffer.
22878         (nnrss-save-server-data): Bind coding-system-for-write to the
22879         value of nnrss-file-coding-system; bind file-name-coding-system;
22880         add coding cookie.
22881         (nnrss-read-group-data): Use insert-file-contents instead of load;
22882         bind file-name-coding-system; use multibyte buffer.
22883         (nnrss-save-group-data): Bind coding-system-for-write to the
22884         value of nnrss-file-coding-system; bind file-name-coding-system.
22885         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22886         make it work with non-ASCII text.
22887         (nnrss-find-el): Make it work with old xml.el as well.
22888
22889 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22890
22891         * nnrss.el (nnrss-get-encoding): New function.
22892         (nnrss-fetch): Use unibyte buffer initially; bind
22893         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22894         decode contents according to the encoding attribute.
22895         (nnrss-save-group-data): Add coding cookie.
22896         (nnrss-mime-encode-string): New function.
22897         (nnrss-check-group): Use it to encode subject and author.
22898
22899 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22900
22901         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22902         imaginary variable.
22903
22904 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22905
22906         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22907         correctly even if there are wide characters.
22908
22909 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22910
22911         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22912         downcased symbol names; make a new cache instead of reusing
22913         bbdb-hashtable.
22914
22915 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22916
22917         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22918         concatenating segments rather than before concatenating them.
22919         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22920
22921         * message.el (message-get-reply-headers): Bind `extra'.
22922
22923 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22924
22925         * message.el (message-extra-wide-headers): New variable.
22926         (message-get-reply-headers): Use it.
22927
22928 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22929
22930         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22931         (gnus-agent-group-pathname): Ditto.
22932
22933         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22934
22935         * gnus-group.el (gnus-group-make-group): Decode group name.
22936         (gnus-group-make-rss-group): Register the group data after opening
22937         the nnrss group.
22938
22939 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22940
22941         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22942         by expiry now get marked as read.
22943
22944 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22945
22946         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22947
22948 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22949
22950         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22951         unify Latin characters in XEmacs.
22952         (mm-find-mime-charset-region): Use it.
22953
22954 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22955
22956         * gnus-util.el (gnus-delete-directory): New function.
22957
22958         * gnus-agent.el (gnus-agent-delete-group): Use it.
22959
22960         * gnus-cache.el (gnus-cache-delete-group): Use it.
22961
22962 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22963
22964         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22965         names.
22966
22967 2004-12-16  Simon Josefsson  <jas@extundo.com>
22968
22969         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22970
22971 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22972
22973         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22974
22975         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22976         (gnus-group-set-current-level): Decode group name.
22977
22978 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22979
22980         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22981         failed.
22982
22983 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22984
22985         * gnus-group.el (gnus-group-delete-group): Decode group name.
22986         (gnus-group-make-rss-group): Encode group name.
22987         (gnus-group-catchup-current): Decode group name.
22988         (gnus-group-kill-group): Decode group name.
22989
22990 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22991
22992         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22993
22994 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22995
22996         * gnus-group.el (gnus-group-make-rss-group):
22997         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22998
22999         * gnus-start.el (gnus-setup-news): Honor user's setting to
23000         gnus-message-archive-method.  Suggested by Lute Kamstra
23001         <lute@gnu.org>.
23002
23003 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23004
23005         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23006         global counterparts of the buffer-local variables.
23007
23008 2004-11-16  Romain Francoise  <romain@orebokech.com>
23009
23010         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23011         counterparts of the buffer-local variables.
23012
23013 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23014
23015         * message.el (message-forbidden-properties): Fix typo in doc
23016         string.
23017
23018 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23019
23020         * gnus-util.el (gnus-replace-in-string): Add doc string.
23021
23022         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23023         to avoid problems when splitting mails with many recipients.
23024
23025 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23026
23027         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23028         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23029
23030 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23031
23032         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23033         if there is no hashtable in memory or file modification time is
23034         newer than cached timestamp.
23035
23036 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23037
23038         * gnus-sum.el (gnus-summary-limit-to-recipient):
23039         Implement not-matching option.
23040
23041 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23042
23043         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23044         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23045         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23046         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23047         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23048         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23049
23050 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23051
23052         * message.el (message-forward-make-body-mml): Remove headers
23053         according to message-forward-ignored-headers if a message is decoded.
23054
23055 2004-12-02  Romain Francoise  <romain@orebokech.com>
23056
23057         * message.el (message-forward-make-body-plain): Always remove
23058         headers according to message-forward-ignored-headers.
23059
23060 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23061
23062         * spam.el (spam-summary-prepare-exit): Remove the
23063         gnus-summary-limit pop for now, it has problems with ham marks for
23064         me.
23065
23066 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23067
23068         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23069         correctly.
23070
23071 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23072
23073         * format-spec.el (format-spec): Message the char.
23074
23075 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23076
23077         * gnus-art.el (gnus-split-methods): Reformat comments.
23078
23079         * spam.el (spam-summary-prepare-exit): Remove article limits
23080         before exiting the summary buffer.
23081
23082 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23083
23084         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23085         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23086
23087         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23088         order to silence the byte compiler.
23089
23090         * spam.el: Fix the way to silence the byte compiler, which
23091         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23092         bbdb-search-simple, spam-BBDB-register-routine,
23093         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23094         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23095         spam-stat-buffer-is-spam, spam-stat-load,
23096         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23097         spam-stat-save and spam-stat-split-fancy.
23098
23099 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23100
23101         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23102         which may confuse users.
23103         (canlock-password-for-verify): Ditto.
23104
23105         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23106
23107         * gnus-art.el (gnus-emphasis-alist): Ditto.
23108
23109         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23110
23111         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23112
23113         * gnus-start.el (gnus-save-killed-list): Ditto.
23114
23115         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23116         (gnus-sum-thread-tree-root): Ditto.
23117         (gnus-sum-thread-tree-false-root): Ditto.
23118         (gnus-sum-thread-tree-single-indent): Ditto.
23119
23120         * message.el (message-courtesy-message): Ditto.
23121         (message-archive-note): Ditto.
23122         (message-subscribed-address-file): Ditto.
23123         (message-user-fqdn): Ditto.
23124
23125         * spam-report.el (spam-report-gmane-regex): Ditto.
23126
23127         * spam.el (spam-blackhole-good-server-regex): Ditto.
23128
23129 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23130
23131         * mml.el (mml-preview): Widen the message buffer before copying
23132         the contents to the preview buffer; sort headers before previewing.
23133
23134         * message.el (message-hidden-headers): Fix the way to avoid a bug
23135         in the `repeat' widget in Emacs 21.3 or earlier.
23136
23137 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23138
23139         * message.el (message-hidden-headers): Default to "^References:".
23140         Improve customization type.  Suggested by Reiner Steib
23141         <Reiner.Steib@gmx.de>.
23142
23143 2004-11-25  Romain Francoise  <romain@orebokech.com>
23144
23145         * message.el (message-strip-forbidden-properties): Remove check for
23146         obsolete `message-hidden' text property, hidden headers are not
23147         accessible in the buffer anymore.
23148
23149 2004-11-22  Romain Francoise  <romain@orebokech.com>
23150
23151         * message.el (message-header-format-alist): Add `From' in list
23152         so that it can be sorted.
23153         (message-fix-before-sending): Widen and sort headers before
23154         sending.
23155         (message-hide-headers): Use narrowing to hide headers by moving
23156         them to the top of the buffer and narrowing to the region
23157         underneath.
23158
23159 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23160
23161         * message.el (message-strip-forbidden-properties):
23162         Bind buffer-read-only (etc) to nil.
23163
23164 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23165
23166         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23167         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23168
23169 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23170
23171         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23172
23173 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23174
23175         * dns.el (query-dns): Use sit-for to time instead of
23176         accept-process-output, since that doesn't seem to work on udp
23177         sockets.
23178
23179 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23180
23181         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23182
23183 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23184
23185         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23186         doc string.  Improve doc string.
23187
23188 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23189
23190         * nntp.el (nntp-request-update-info): Return nil if
23191         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23192         may not call gnus-activate-group which uselessly issues the GROUP
23193         commands for all nntp groups and wastes time.  Reported by Romain
23194         Francoise <romain@orebokech.com>.
23195
23196         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23197
23198 2004-11-15  Simon Josefsson  <jas@extundo.com>
23199
23200         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23201         headers separately.
23202         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23203         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23204
23205 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23206
23207         * gnus-start.el (gnus-convert-old-newsrc):
23208         Assign legacy-gnus-agent to 5.10.7.
23209
23210 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23211
23212         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23213         start of the lines.
23214
23215 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23216
23217         * hashcash.el (hashcash-default-payment): Change default to 20.
23218         (hashcash-default-accept-payment): Change default to 20.
23219         (hashcash-process-alist): New variable.
23220         (hashcash-generate-payment-async): Add.
23221         (hashcash-already-paid-p): Add.
23222         (hashcash-insert-payment): Don't generate payments twice.
23223         (hashcash-insert-payment-async): Add.
23224         (hashcash-insert-payment-async-2): Add.
23225         (hashcash-cancel-async): Add.
23226         (hashcash-wait-async): Add.
23227         (hashcash-processes-running-p): Add.
23228         (hashcash-wait-or-cancel): Add.
23229         (mail-add-payment): New optional argument.  Conditionally start
23230         asynchronous calculation.
23231         (mail-add-payment-async): Add.
23232
23233         * message.el (message-send-mail): Wait for asynchronous hashcash
23234         results.  Don't clobber existing X-Hashcash headers.
23235         (message-setup-1): Call mail-add-payment-async when
23236         message-generate-hashcash is non-nil.
23237
23238 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23239
23240         * message.el (message-use-alternative-email-as-from): Examine the
23241         From header as well; use message-make-from in order to include a
23242         user's full name.
23243
23244 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23245
23246         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23247         default; improve customization type.
23248         (gnus-emphasis-custom-with-format): New macro.
23249         (gnus-emphasis-custom-value-to-external): New function.
23250         (gnus-emphasis-custom-value-to-internal): New function.
23251
23252 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23253
23254         * dns.el (query-dns): Resolve reverse addresses.
23255
23256 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23257
23258         * gnus-group.el (gnus-group-get-new-news): Use it.
23259
23260         * gnus-start.el (gnus-check-reasonable-setup): New function.
23261
23262 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23263
23264         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23265         "Args out of range" error.  Reported by Arnaud Giersch
23266         <arnaud.giersch@free.fr>.
23267
23268 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23269
23270         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23271
23272 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23273
23274         * spam.el (spam group): Add :version.
23275
23276         * pgg-def.el (pgg group): Add :version.
23277
23278 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23279
23280         * gnus-art.el (gnus-article-edit-article): Don't associate the
23281         article buffer with a draft file.  This is a temporary measure
23282         against the 2004-08-22 change to gnus-article-edit-mode.
23283
23284 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23285
23286         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23287         (html2text-format-tags): Remove unused variable `attr'.
23288
23289 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23290
23291         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23292
23293         * tls.el (tls-process-connection-type, tls-success)
23294         (tls-certtool-program): Add :version.
23295
23296         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23297         (starttls-extra-arguments, starttls-process-connection-type)
23298         (starttls-connect, starttls-failure, starttls-success): Add :version.
23299
23300         * spam-stat.el (spam-stat): Add :version.
23301
23302         * sieve.el (sieve): Add :version.
23303
23304         * sha1.el (sha1): Add :version.
23305         (sha1-use-external): Remove redundant version.
23306
23307         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23308         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23309         (nnmail-split-fancy-match-partial-words)
23310         (nnmail-split-lowercase-expanded): Add :version.
23311
23312         * nndiary.el (nndiary): Add :version.
23313
23314         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23315
23316         * mml-sec.el (mml-default-sign-method)
23317         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23318         Add :version.
23319
23320         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23321
23322         * mm-url.el (mm-url-use-external, mm-url-program)
23323         (mm-url-arguments): Add :version.
23324
23325         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23326         (mm-attachment-file-modes, mm-decrypt-option)
23327         (mm-w3m-safe-url-regexp): Add :version.
23328
23329         * message.el (message-cite-prefix-regexp)
23330         (message-sendmail-envelope-from, message-minibuffer-local-map)
23331         (message-user-fqdn, message-completion-alist): Add :version.
23332
23333         * gnus-win.el (gnus-configure-windows-hook)
23334         (gnus-use-frames-on-any-display): Add :version.
23335
23336         * gnus-art.el (gnus-article-address-banner-alist)
23337         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23338         (gnus-treat-from-picon, gnus-treat-mail-picon)
23339         (gnus-treat-x-pgp-sig): Add :version.
23340
23341         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23342         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23343         (gnus-summary-article-delete-hook)
23344         (gnus-summary-display-while-building): Add :version.
23345
23346         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23347         (gnus-get-top-new-news-hook): Add :version.
23348
23349         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23350         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23351
23352         * gnus-registry.el (gnus-registry): Add :version.
23353
23354         * gnus-spec.el (gnus-use-correct-string-widths)
23355         (gnus-make-format-preserve-properties): Add :version.
23356
23357         * gnus.el (gnus-group-charter-alist)
23358         (gnus-group-fetch-control-use-browse-url)
23359         (gnus-install-group-spam-parameters): Add :version.
23360
23361         * gnus-diary.el (gnus-diary): Add :version.
23362
23363         * gnus-delay.el (gnus-delay): Add :version.
23364
23365         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23366         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23367         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23368         Add :version.
23369
23370         * gnus-agent.el (gnus-agent-max-fetch-size)
23371         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23372         (gnus-agent-prompt-send-queue): Add :version.
23373
23374         * deuglify.el (gnus-outlook-deuglify): Add :version.
23375
23376         * html2text.el: Beautify code.  Improve doc strings.
23377         Some checkdoc cleanup.
23378         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23379
23380 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23381
23382         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23383
23384 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23385
23386         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23387         when package is loaded.
23388
23389         * spam.el (spam-summary-score-preferred-header): Add global preference
23390         for people who want to override the default SpamAssassin over
23391         Bogofilter preference (when both are set).
23392         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23393         (spam-user-format-function-S):
23394         Check spam-summary-score-preferred-header.
23395         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23396         (spam-user-format-function-S): Format the score correctly.
23397
23398 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23399
23400         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23401         signature file.  Suggested by Manoj Srivastava
23402         <srivasta@golden-gryphon.com>.
23403
23404         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23405         iso-2022-jp even in the Japanese language environment.
23406         Suggested by Jason Rumney <jasonr@gnu.org>.
23407
23408 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23409
23410         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23411         use the same characters as the dummy marks; make it free from
23412         getting affected by the language environment.
23413         (gnus-summary-read-group-1): Update mark positions only when the
23414         format spec is updated.
23415
23416         * gnus-spec.el (gnus-update-format-specifications): Return a list
23417         of updated types.
23418
23419 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23420
23421         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23422         of boundp to check if display-warning is available.
23423
23424 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
23425
23426         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
23427
23428 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23429
23430         * nnspool.el (nnspool-spool-directory): Use news-path if the
23431         news-directory variable is not bound.
23432
23433         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
23434         function instead of display-warning if it is not available.
23435
23436 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
23437
23438         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
23439         v5-10: Use `point-at-bol'.
23440
23441 2004-10-26  Simon Josefsson  <jas@extundo.com>
23442
23443         * hashcash.el: Fix URL in comment, reported by Cheng Gao
23444         <chenggao@gmail.com>.
23445
23446 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23447
23448         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
23449         instead.
23450
23451 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
23452
23453         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
23454         to remove a server from the nnimap-server-buffer-alist.
23455         (nnimap-open-connection, nnimap-close-server): Use it.
23456
23457         * gnus-encrypt.el: Remove file in favor of encrypt.el.
23458
23459 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23460
23461         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
23462         running the major-mode function.
23463
23464 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23465
23466         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
23467         dummy marks in the right way.
23468
23469 2004-10-18  David Edmondson  <dme@dme.org>
23470
23471         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
23472         excessively.
23473
23474 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
23475
23476         * gnus-util.el (gnus-split-references): Accept a nil references
23477         string and go on blissfully.
23478
23479         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
23480         cases where the references string is non-nil but has no references.
23481
23482         * encrypt.el: Add autoload tags.
23483
23484         * spam.el (spam-resolve-registrations-routine): Remove article
23485         from unregistration list too.  Reported by David Hanak
23486         <dhanak@isis.vanderbilt.edu>
23487
23488 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
23489
23490         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
23491         nil.  Change custom type.
23492
23493 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
23494
23495         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
23496
23497         * gnus-sum.el (gnus-summary-move-article): Use it.
23498
23499 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
23500
23501         * encrypt.el: Add autoload cookies.
23502
23503         * spam.el (spam-backend-article-list-property)
23504         (spam-backend-get-article-todo-list)
23505         (spam-backend-put-article-todo-list)
23506         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
23507         Resolve registrations separately.
23508         (spam-register-routine): Format comments.
23509         (spam-unregister-routine, spam-register-routine): Always call with
23510         specific-articles, no default list.
23511         (spam-summary-prepare-exit): Use the spam-classifications function.
23512
23513         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
23514         gnus-encrypt.el.
23515
23516         * encrypt.el: Copied from gnus-encrypt.el.
23517
23518         * gnus-encrypt.el: Commented that it's obsolete.
23519
23520 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23521
23522         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
23523         (gnus-score-save): Use it.
23524
23525         * message.el (message-bury): Use `window-dedicated-p'.
23526
23527 2004-10-15  Simon Josefsson  <jas@extundo.com>
23528
23529         * pop3.el (top-level): Don't require nnheader.
23530         (pop3-read-timeout): Add.
23531         (pop3-accept-process-output): Add.
23532         (pop3-read-response, pop3-retr): Use it.
23533
23534 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
23535
23536         * spam.el (spam-register-routine): Move comment.
23537         (spam-verify-bogofilter): Use 'unknown for the initial
23538         spam-bogofilter-valid state, not 'never.
23539
23540         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
23541         for netrc-machine.
23542
23543         * nnimap.el (nnimap-open-connection):
23544         Use netrc-machine-user-or-password.
23545
23546 2004-10-17  Richard M. Stallman  <rms@gnu.org>
23547
23548         * gnus-registry.el (gnus-registry-unload-hook):
23549         Set as a variable with add-hook.
23550
23551         * nnspool.el (nnspool-spool-directory): Use news-directory instead
23552         of news-path.
23553
23554         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
23555
23556         * spam.el: Delete duplicate `provide'.
23557         (spam-unload-hook): Set as a variable with add-hook.
23558
23559 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23560
23561         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
23562         in the doc string.
23563
23564         * message.el (message-ignored-news-headers)
23565         (message-ignored-supersedes-headers)
23566         (message-ignored-resent-headers)
23567         (message-forward-ignored-headers): Improve custom type.
23568
23569 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23570
23571         * message.el (message-tokenize-header): Fix 2004-09-06 change
23572         which used point-min in the wrong place.
23573
23574 2004-10-12  Simon Josefsson  <jas@extundo.com>
23575
23576         * tls.el (tls-certtool-program): New variable.
23577         (tls-certificate-information): New function, based on
23578         ssl-certificate-information.
23579
23580 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23581
23582         * compface.el: Move the version of ELisp-based uncompface program
23583         to the contrib directory because of the copyright problem.
23584
23585 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23586
23587         * message.el (message-kill-buffer): Raise the current frame.
23588
23589 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
23590
23591         * gnus-sum.el: Mention that multibyte characters don't work as marks.
23592
23593         * gnus.el (message-y-or-n-p): Autoload.
23594
23595         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
23596         (pop3-password-required, pop3-authentication-scheme)
23597         (pop3-leave-mail-on-server): Make customizable.
23598         (pop3): New custom group.
23599         (pop3-retr): Remove `sleep-for' statements.
23600         Suggested by Dave Love <fx@gnu.org>.
23601
23602         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
23603         Windows/DOS.
23604
23605         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23606         (imap-parse-body): Fix incorrect use of `assert'.
23607         Suggested by Dave Love <fx@gnu.org>.
23608
23609         * mml.el (mml-minibuffer-read-disposition): Require match.
23610         Suggested by Dave Love <fx@gnu.org>.
23611
23612 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
23613
23614         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
23615         doc string.
23616
23617 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23618
23619         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
23620
23621 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23622
23623         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
23624         instead of calling `mm-insert-inline', to decode text/* parts
23625         before displaying them.
23626
23627 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23628
23629         * mm-uu.el (mm-uu-text-plain-type): New variable.
23630         (mm-uu-pgp-signed-extract-1): Use it.
23631         (mm-uu-pgp-encrypted-extract-1): Use it.
23632         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
23633         bind mm-uu-text-plain-type with that value.
23634         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
23635         mm-uu-dissect.
23636
23637 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23638
23639         * gnus-group.el (gnus-update-group-mark-positions):
23640         * gnus-sum.el (gnus-update-summary-mark-positions):
23641         * message.el (message-check-news-body-syntax):
23642         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
23643         of string-as-multibyte.
23644
23645 2004-10-05  Juri Linkov  <juri@jurta.org>
23646
23647         * gnus-group.el (gnus-update-group-mark-positions):
23648         * gnus-sum.el (gnus-update-summary-mark-positions):
23649         * message.el (message-check-news-body-syntax):
23650         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
23651         8-bit unibyte values to a multibyte string for search functions.
23652
23653 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23654
23655         * mm-uu.el (mm-uu-dissect): Allow optional arg.
23656         (mm-uu-dissect-text-parts): New function.
23657
23658         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
23659         dissect text parts.
23660
23661         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
23662         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
23663
23664         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
23665
23666         * gnus-topic.el (gnus-topic-hierarchical-parameters):
23667         Use gnus-current-topics instead of gnus-current-topic.
23668
23669 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
23670
23671         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
23672
23673 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
23674
23675         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
23676         where appropriate.
23677
23678         * nnml.el (nnml-generate-active-info): do.
23679
23680         * nndiary.el (nndiary-generate-active-info): do.
23681
23682         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
23683         (gnus-topic-move): do.
23684
23685         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
23686         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
23687
23688         * gnus-srvr.el (gnus-server-prepare)
23689         (gnus-server-open-all-servers): do.
23690
23691         * gnus-msg.el (gnus-summary-cancel-article)
23692         (gnus-summary-resend-message)
23693         (gnus-summary-mail-crosspost-complaint): do.
23694
23695         * gnus-move.el (gnus-change-server): do.
23696
23697         * gnus-group.el (gnus-group-unmark-all-groups)
23698         (gnus-group-set-current-level): do.
23699
23700 2004-10-04  Simon Josefsson  <jas@extundo.com>
23701
23702         * message.el (message-generate-hashcash): Doc fix.
23703
23704 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
23705
23706         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
23707         avoid infinite recursion via gnus-get-function.
23708
23709 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
23710
23711         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
23712
23713         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
23714
23715         * nnmail.el (nnmail-split-history): do.
23716
23717         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
23718         (nnml-request-delete-group): do.
23719
23720         * nnslashdot.el (nnslashdot-read-groups): do.
23721
23722         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
23723         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
23724
23725         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
23726         (nnspool-sift-nov-with-sed): Use last.
23727         (nnspool-retrieve-headers-with-nov): Use mapc.
23728         (nnspool-request-newgroups): Use dolist.
23729         (nnspool-request-group): Use last.
23730
23731         * nntp.el (nntp-read-server-type): Use dolist.
23732
23733         * nnvirtual.el (nnvirtual-create-mapping)
23734         (nnvirtual-update-read-and-marked): Use dolist.
23735         (nnvirtual-convert-headers): Simplify.
23736
23737 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23738
23739         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23740         Add support for sync'ing tick marks.
23741
23742 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23743
23744         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23745         there's no visible header.
23746
23747 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23748
23749         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23750         When necessary, pass full group name to gnus-request-set-marks.
23751
23752 2004-10-01  Simon Josefsson  <jas@extundo.com>
23753
23754         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23755         acroread.
23756
23757 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23758
23759         * spam-report.el (spam-report-gmane): Fix interactive.
23760
23761         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23762
23763         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23764         when writing file.
23765         (gnus-agent-synchronize-flags): Don't default to being
23766         interactive.
23767
23768 2004-09-30  Simon Josefsson  <jas@extundo.com>
23769
23770         * message.el (message-generate-hashcash): Add.
23771         (message-send-mail): Use it, call mail-add-payment.
23772
23773 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23774
23775         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23776
23777 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23778
23779         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23780         gnus-requst-update-info with explicit code to sync the in-memory
23781         info read flags with the marks being sync'd to the backend.
23782
23783         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23784
23785 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23786
23787         * spam.el (spam-verify-bogofilter): Add new function.
23788         (spam-check-bogofilter)
23789         (spam-bogofilter-register-with-bogofilter): Use it.
23790         (spam-verify-bogofilter): Add small fixes.
23791
23792 2004-09-28  Simon Josefsson  <jas@extundo.com>
23793
23794         * hashcash.el (hashcash-generate-payment): Revert.
23795
23796 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23797
23798         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23799         Use gnus-extract-references instead of gnus-split-references.
23800
23801         * gnus-util.el (gnus-extract-references): Add new function, analogous
23802         to gnus-split-references but extracts only the message-ID without
23803         anything extra.
23804
23805         * hashcash.el (hashcash-generate-payment)
23806         (hashcash-check-payment): Do the right thing if hashcash-path is
23807         nil (because the hashcash program could not be found).
23808
23809         * spam.el (spam-use-hashcash): Remove comment.
23810
23811 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23812
23813         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23814         (gnus-cache-enter-article, gnus-cache-remove-article)
23815         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23816
23817         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23818
23819         * gnus-art.el (article-hide-boring-headers)
23820         (article-translate-strings, article-display-face)
23821         (gnus-article-mime-match-handle-first)
23822         (gnus-article-highlight-headers)
23823         (gnus-article-add-buttons-to-head): do.
23824
23825 2004-09-27  Simon Josefsson  <jas@extundo.com>
23826
23827         * hashcash.el: New version, from
23828         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23829         ../contrib/.
23830
23831 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23832
23833         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23834
23835 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23836
23837         * gnus-dup.el (gnus-dup-open): Use mapc.
23838         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23839
23840         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23841         Reported by Stefan Wiens <s.wi@gmx.net>.
23842
23843         * gnus.el (gnus-shutdown): Use dolist.
23844
23845         * gnus-undo.el (gnus-undo): Use mapc.
23846
23847         * nnrss.el (nnrss-generate-active): do.
23848
23849         * message.el (message-cite-original-without-signature)
23850         (message-cite-original): Use mapc.
23851         (message-do-actions, message-make-forward-subject): Use dolist.
23852
23853 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23854
23855         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23856         deletion to remove entire duplicate line.  Fixes merged article
23857         number bug.
23858
23859 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23860
23861         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23862         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23863         first ask if you want to open a server and then, even when you
23864         responded with no, asking if you want to synchronize the server's
23865         flags.
23866         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23867         multi-line expressions.
23868         (gnus-agent-synchronize-group-flags): New internal function.
23869         Updates marks in memory (in the info structure) AND in the
23870         backend.
23871
23872         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23873
23874         * nnagent.el (nnagent-request-set-mark):
23875         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23876         method, to ensure that synchronization updates marks in the
23877         backend and in the info (in memory) structure.
23878
23879 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23880
23881         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23882         convention fully; don't miss the root article of a thread; make
23883         the X-Draft-From header with correct article numbers.
23884
23885 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23886
23887         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23888         unless plugged.  Disable the agent so that an open failure causes
23889         an error.
23890
23891         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23892         Revert 2004-09-21 change.  The backend must be opened while
23893         synchronizing flags even when the backend stores the flags
23894         locally.
23895
23896 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23897
23898         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23899         in `header' match.  Reported by Svend Tollak Munkejord.
23900
23901         * message.el (message-cite-original): Fix use of
23902         `message-cite-articles-with-x-no-archive'.
23903
23904 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23905
23906         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23907         (gnus-window-to-buffer): Ditto.
23908
23909         * mml.el (mml-preview-buffer): New variable.
23910         (mml-preview): Manage window layout with gnus-buffer-configuration.
23911
23912         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23913         X-Draft-From header even if those articles aren't quoted.
23914
23915 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23916
23917         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23918         (gnus-request-set-mark, gnus-request-update-mark): Use new
23919         g-s-t-u-l-m to decide to use backend even when unplugged.
23920
23921 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23922
23923         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23924         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23925
23926 2004-09-20  Simon Josefsson  <jas@extundo.com>
23927
23928         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23929         "utf-16-le".
23930
23931 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23932
23933         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23934
23935 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23936
23937         * uudecode.el (uudecode-use-external): Add :version.
23938
23939         * smime.el (smime-CA-file, smime-encrypt-cipher)
23940         (smime-dns-server): Add :version.
23941
23942         * smiley.el (gnus-smiley-file-types): Add :version.
23943
23944         * sha1.el (sha1-use-external): Add :version.
23945
23946         * pgg-def.el (pgg-query-keyserver): Add :version.
23947
23948         * nnmail.el (nnmail-fancy-expiry-targets)
23949         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23950         Add :version.
23951
23952         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23953         (nnimap-retrieve-groups-asynchronous): Add :version.
23954         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23955
23956         * mml.el (mml-content-disposition-parameters)
23957         (mml-insert-mime-headers-always): Add :version.
23958
23959         * mm-util.el (mm-coding-system-priorities): Add :version.
23960
23961         * mm-decode.el (mm-inline-text-html-with-images)
23962         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23963         (mm-verify-option): Add :version.
23964         (mm-text-html-renderer): Change :version.
23965
23966         * message.el (message-fcc-externalize-attachments)
23967         (message-required-headers, message-draft-headers)
23968         (message-subject-trailing-was-query)
23969         (message-subject-trailing-was-ask-regexp)
23970         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23971         (message-mark-insert-end, message-archive-header)
23972         (message-archive-note, message-cross-post-default)
23973         (message-cross-post-note, message-followup-to-note)
23974         (message-cross-post-note-function, message-use-mail-followup-to)
23975         (message-subscribed-address-functions)
23976         (message-subscribed-address-file, message-subscribed-addresses)
23977         (message-subscribed-regexps, message-allow-no-recipients)
23978         (message-yank-cited-prefix, message-signature-insert-empty-line)
23979         (message-hidden-headers, message-hierarchical-addresses)
23980         (message-mail-user-agent, message-use-idna)
23981         (message-valid-fqdn-regexp)
23982         (message-strip-special-text-properties, message-header-synonyms)
23983         (message-beginning-of-line, message-tab-body-function): Add :version.
23984         (message-insert-canlock, message-wide-reply-confirm-recipients):
23985         Change :version.
23986
23987         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23988         and :version.
23989         (mail-source-delete-old-incoming-confirm)
23990         (mail-source-movemail-program): Add :version.
23991
23992         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23993         (gnus-agent-cache, gnus-agent): Change :version.
23994
23995         * gnus-util.el (gnus-use-byte-compile): Change :version.
23996
23997         * gnus-sum.el (gnus-summary-make-false-root-always)
23998         (gnus-summary-default-high-score)
23999         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24000         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24001         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24002         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24003         (gnus-sum-thread-tree-single-indent)
24004         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24005         (gnus-sum-thread-tree-leaf-with-other)
24006         (gnus-sum-thread-tree-single-leaf): Add :version.
24007         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24008         (gnus-article-loose-mime): Change :version.
24009
24010         * gnus-start.el (gnus-backup-startup-file)
24011         (gnus-save-startup-file-via-temp-buffer): Add :version.
24012
24013         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24014         (gnus-server-offline-face): Add :version.
24015
24016         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24017
24018         * gnus-msg.el (gnus-gcc-externalize-attachments)
24019         (gnus-debug-files, gnus-debug-exclude-variables)
24020         (gnus-discouraged-post-methods): Change :version.
24021         (gnus-confirm-mail-reply-to-news)
24022         (gnus-confirm-treat-mail-like-news): Add :version.
24023
24024         * gnus-int.el (gnus-server-unopen-status): Add :version.
24025
24026         * gnus-group.el (gnus-group-jump-to-group-prompt)
24027         (gnus-large-ephemeral-newsgroup)
24028         (gnus-fetch-old-ephemeral-headers): Add :version.
24029
24030         * gnus-fun.el (gnus-x-face-directory)
24031         (gnus-convert-pbm-to-x-face-command)
24032         (gnus-convert-image-to-x-face-command)
24033         (gnus-convert-image-to-face-command): Add :version.
24034
24035         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24036
24037         * gnus-cite.el (gnus-cite-blank-line-after-header)
24038         (gnus-article-boring-faces): Add :version.
24039
24040         * gnus-art.el (gnus-buttonized-mime-types)
24041         (gnus-inhibit-mime-unbuttonizing)
24042         (gnus-treat-display-face)
24043         (gnus-treat-body-boundary): Change :version.
24044         (gnus-body-boundary-delimiter, gnus-picon-databases)
24045         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24046         (gnus-treat-date-english, gnus-treat-fold-headers)
24047         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24048         (gnus-treat-mail-picon, gnus-treat-wash-html)
24049         (gnus-article-encrypt-protocol)
24050         (gnus-use-idna, gnus-article-over-scroll)
24051         (gnus-mime-display-multipart-alternative-as-mixed)
24052         (gnus-mime-display-multipart-related-as-mixed)
24053         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24054         (gnus-ctan-url, gnus-button-ctan-handler)
24055         (gnus-button-handle-ctan-bogus-regexp)
24056         (gnus-button-ctan-directory-regexp)
24057         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24058         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24059         (gnus-button-man-level, gnus-button-emacs-level)
24060         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24061
24062         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24063         (gnus-agent-go-online): Change :version.
24064         (gnus-agent-expire-unagentized-dirs)
24065         (gnus-agent-auto-agentize-methods): Add :version.
24066
24067         * flow-fill.el (fill-flowed-display-column)
24068         (fill-flowed-encode-column): Add :version.
24069
24070         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24071         (gnus-outlook-deuglify-unwrap-max)
24072         (gnus-outlook-deuglify-cite-marks)
24073         (gnus-outlook-deuglify-unwrap-stop-chars)
24074         (gnus-outlook-deuglify-no-wrap-chars)
24075         (gnus-outlook-deuglify-attrib-cut-regexp)
24076         (gnus-outlook-deuglify-attrib-verb-regexp)
24077         (gnus-outlook-deuglify-attrib-end-regexp)
24078         (gnus-outlook-display-hook): Add :version.
24079
24080         * binhex.el (binhex-use-external): Add :version.
24081
24082 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24083
24084         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24085         and `invisible'.
24086
24087 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24088
24089         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24090         in gnus-registry-trim.
24091
24092 2004-09-13  Simon Josefsson  <jas@extundo.com>
24093
24094         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24095
24096         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24097
24098         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24099         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24100         <yamaoka@jpl.org>.
24101         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24102         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24103         <yamaoka@jpl.org>.
24104
24105         * sieve.el (sieve-manage-mode): Ditto.
24106
24107 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24108
24109         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24110
24111 2004-09-11  Simon Josefsson  <jas@extundo.com>
24112
24113         * dns-mode.el: Add.
24114
24115         * mm-view.el (mm-display-dns-inline): Add.
24116
24117         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24118         (mm-automatic-display): Ditto.
24119
24120         * mailcap.el (mailcap-mime-data): Add text/dns.
24121         (mailcap-mime-extensions): Map .soa to text/dns.
24122
24123 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24124
24125         * gnus-art.el (article-decode-mime-words, article-babel)
24126         (gnus-article-highlight-signature, gnus-article-add-buttons)
24127         (gnus-signature-toggle): Remove unnecessary bindings of
24128         `inhibit-read-only' inherited from v5.10 merge.
24129
24130 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24131
24132         * nntp.el (nntp): New customization group.
24133         (nntp-authinfo-file): Add customization group.
24134
24135         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24136
24137         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24138
24139         * gnus.el (to-address, to-list, subscribed)
24140         (large-newsgroup-initial): Ditto.
24141
24142         * flow-fill.el (fill-flowed-display-column)
24143         (fill-flowed-encode-column): Ditto.
24144
24145 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24146
24147         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24148         Use point-min rather than 1.
24149         (message-send-mail): Use buffer-size rather than point-max.
24150
24151         * gnus-sum.el (gnus-summary-search-article-forward):
24152         Signal a specific `search-failed' rather than a generic `error'.
24153
24154         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24155         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24156         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24157
24158 2004-09-10  Simon Josefsson  <jas@extundo.com>
24159
24160         * nndb.el (require): Remove tcp and duplicate cl.
24161
24162 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24163
24164         * gnus-agent.el (directory-files-and-attributes): Move forward.
24165
24166 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24167
24168         * gnus-agent.el (directory-files-and-attributes):
24169         Optionally defined to support XEmacs.
24170
24171 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24172
24173         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24174         to avoid run-time CL dependencies.
24175         (gnus-agent-unfetch-articles): New function.
24176         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24177         article numbers even when local .overview file is missing.
24178         (gnus-agent-read-article-number): New function.  Only accepts
24179         27-bit article numbers.
24180         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24181         Use gnus-agent-read-article-number.
24182         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24183         from backend while recognizing that article numbers in .overview
24184         must be valid.
24185         (gnus-agent-update-files-total-fetched-for):
24186         Use directory-files-and-attributes to improve performance.
24187         * gnus-int.el (gnus-request-move-article):
24188         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24189         improve performance.
24190
24191         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24192         some users confused by references to .newsrc when they only have a
24193         .newsrc.eld file.
24194         (gnus-convert-mark-converter-prompt)
24195         (gnus-convert-converter-needs-prompt): Fix use of property list.
24196         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24197         New function.  Used internally to only display 'gnus converting
24198         files' message when actually necessary.
24199
24200         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24201         methods now autoloaded.
24202
24203 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24204
24205         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24206         identifiers.
24207
24208 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24209
24210         * gnus-picon.el: Fix indentation and closing parenthesis.
24211
24212 2004-09-01  Simon Josefsson  <jas@extundo.com>
24213
24214         * message.el (message-canlock-generate): Require sha1, not
24215         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24216         to require within a function.  Sadly, if sha1.el isn't loaded, the
24217         let binding in m-c-g will hide the defcustom definition, which is
24218         bad.)
24219
24220         * canlock.el: Require sha1, not sha1-el.
24221
24222         * message.el: Don't autoload sha1 (there is a autoload cookie in
24223         sha1.el).
24224
24225         * sha1-el.el: Rename to sha1.el.
24226
24227 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24228
24229         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24230
24231 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24232
24233         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24234
24235 2004-08-30  Kim F. Storm  <storm@cua.dk>
24236
24237         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24238
24239         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24240         Add :group 'nnimap.
24241
24242 2004-08-30  Andreas Schwab  <schwab@suse.de>
24243
24244         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24245         ?* and ?\;.
24246
24247         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24248         and ?\' to symbol instead of whitespace.
24249
24250 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24251
24252         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24253
24254         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24255         instead of re-search-forward.
24256
24257         * gnus-uu.el (gnus-uu-save-article): Ditto.
24258         (gnus-uu-post-encode-uuencode): Ditto.
24259
24260         * html2text.el (html2text-clean-list-items): Ditto.
24261         (html2text-clean-dtdd): Ditto.
24262         (html2text-format-tags): Ditto.
24263
24264         * message.el (message-send-mail-with-sendmail): Fix regexp.
24265         (message-fill-field-general): Use search-forward instead of
24266         re-search-forward.
24267         (unbold-region): Ditto.
24268
24269         * nnrss.el (nnrss-request-article): Ditto.
24270
24271         * nnslashdot.el (nnslashdot-request-article): Ditto.
24272
24273         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24274
24275         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24276         "Unrecognized menu descriptor" error in XEmacs.
24277
24278 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24279
24280         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24281         parent article of a sparse article in the thread hashtb.
24282
24283 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24284
24285         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24286         (nnmail-expand-newtext): Lowercase expanded entries if
24287         nnmail-split-lowercase-expanded is non-nil.
24288
24289 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24290
24291         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24292
24293         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24294         of gnus-tmp-news-method into string under XEmacs.  It will be
24295         passed to gnus-correct-length which takes only a string argument.
24296
24297 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24298
24299         * gnus-util.el (gnus-bind-print-variables): New macro.
24300         (gnus-prin1): Use it.
24301         (gnus-prin1-to-string): Use it.
24302         (gnus-pp): New function.
24303         (gnus-pp-to-string): New function.
24304
24305         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24306         Replace pp-to-string with gnus-pp-to-string.
24307         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24308         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24309         * gnus-msg.el (gnus-debug): Ditto.
24310         * gnus-score.el (gnus-score-save): Ditto.
24311         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24312         gnus-pp-to-string.
24313         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24314         with gnus-pp.
24315         * score-mode.el (gnus-score-pretty-print): Ditto.
24316         * webmail.el (webmail-debug): Ditto.
24317
24318 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24319
24320         * gnus-art.el (article-display-face, article-display-x-face):
24321         Use buffer-read-only.
24322
24323 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24324
24325         * gnus-art.el (article-hide-list-identifiers):
24326         Bind inhibit-read-only as t.
24327
24328 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24329
24330         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24331
24332 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24333
24334         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24335         (gnus-narrow-to-page): Don't assume point-min == 1.
24336         (gnus-article-edit-mode): Derive from message-mode.
24337
24338         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24339         point-min == 1.
24340
24341         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24342         Disable incorrect use of `assert'.
24343
24344         * message.el (message-mode): Set comment-start-skip.
24345
24346
24347 2004-08-22  Sam Steingold  <sds@gnu.org>
24348
24349         * pop3.el (pop3-leave-mail-on-server): New user variable.
24350         (pop3-movemail): Delete mail only when it is nil.
24351
24352 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24353
24354         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24355
24356         * mml.el (mml-preview): Use `pop-to-buffer'.
24357
24358         * message.el (message-goto-mail-followup-to): Insert after "To".
24359         (message-carefully-insert-headers): Add comment.
24360
24361         * gnus.el: Remove unused variable `gnus-article-check-size'.
24362
24363         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24364
24365         * gnus-art.el (gnus-button-alist):
24366         Improve `gnus-button-handle-library' entry.
24367
24368 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24369
24370         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24371         Use downcase, since XEmacs capitalizes error messages differently.
24372
24373 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24374
24375         * nntp.el: Add (require 'gnus) due to reference to
24376         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24377
24378 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24379
24380         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24381         Bind `mm-fill-flowed'.
24382
24383         * mm-decode.el (mm-dissect-singlepart): Check it.
24384
24385 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24386
24387         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24388         'imap' for netrc parsing.
24389
24390 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24391
24392         * mailcap.el (mailcap-mime-data): Mark as risky.
24393
24394 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24395
24396         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24397         may be included in the encoded word.
24398         (rfc2047-encode): Don't append a space if the encoded word
24399         includes close parenthesis.
24400
24401 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24402
24403         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24404         of text within parentheses.
24405
24406 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24407
24408         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24409         (gnus-encrypt-write-file-contents): Make the password key the file
24410         name PLUS the cipher, not just the cipher.  Also remove failed
24411         passwords from the cache.
24412
24413 2004-08-06  Simon Josefsson  <jas@extundo.com>
24414
24415         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24416         Doc fix.
24417
24418 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24419
24420         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24421         LWSP.
24422
24423 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24424
24425         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24426         Try to append in-reply-to: data to the references: header.
24427
24428         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
24429         (netrc-parse): Use gnus-encrypt.el functions.
24430
24431         * gnus-encrypt.el: Add new file for encryption support; currently
24432         does only a few GPG ciphers and an internal XOR cipher.
24433
24434         * password.el: Add comments on using password-read-and-add.
24435         (password-read-and-add): Add function to read and add the
24436         password to the cache at once.
24437
24438 2004-07-28  Simon Josefsson  <jas@extundo.com>
24439
24440         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
24441         parameter (but don't use it, for now).
24442
24443         * imap.el (imap-ssl-open): Use imap-process-connection-type,
24444         instead of hard coding to nil.
24445
24446 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24447
24448         * mm-view.el (mm-inline-image-emacs): Open lines under an image
24449         as mm-inline-image-xemacs does.
24450
24451 2004-07-26  Simon Josefsson  <jas@extundo.com>
24452
24453         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
24454         Revert part of 2004-07-17 change below.
24455
24456 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24457
24458         * rfc2047.el (rfc2047-encode-region): Don't infloop.
24459         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24460
24461 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24462
24463         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
24464         quotes that actually start with ">" at the beginning of the
24465         lines.
24466
24467 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24468
24469         * rfc2047.el (rfc2047-encode-region): Fix last change.
24470         (rfc2047-encode-parameter): Remove useless concat.
24471
24472 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24473
24474         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
24475         encode special characters; fix some kind of misconfigured headers;
24476         signal a real error if debug-on-quit or debug-on-error is non-nil.
24477         (rfc2047-encode-max-chars): New variable.
24478         (rfc2047-encode-1): Use it.
24479         (rfc2047-encode-parameter): New function.
24480
24481         * mml.el (mml-insert-parameter): Remove an excessive space.
24482
24483 2004-07-17  Simon Josefsson  <jas@extundo.com>
24484
24485         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
24486         Kai Grossjohann <kai@emptydomain.de>.
24487         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
24488         (gnus-group-make-menu-bar): Ditto.
24489
24490         * gnus-util.el (gnus-group-server): Add.
24491
24492 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
24493
24494         * message.el (message-clone-locals): Clone sendmail and smtp
24495         variables.
24496
24497 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24498
24499         * rfc2047.el (rfc2047-encode-region): Fix last change.
24500
24501 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24502
24503         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
24504         characters as non-special.
24505
24506 2004-07-09  Simon Josefsson  <jas@extundo.com>
24507
24508         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
24509         Users will lose all flag changes made while unplugged with
24510         e.g. nntp unless flag synchronization happens, thus `nil' is not a
24511         good default.  See numerous reports on ding mailing list.
24512
24513 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24514
24515         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
24516         add generate-head-function and generate-article-function to the
24517         rfc822-forward entry.
24518         (nndoc-rfc822-forward-generate-article): New function.
24519         (nndoc-rfc822-forward-generate-head): New function.
24520
24521         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
24522
24523 2004-07-06  Dan Christensen  <jdc@uwo.ca>
24524
24525         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
24526         respect display group parameter and gnus-summary-expunge-below.
24527         (gnus-articles-to-read): Remove unused reference to display group
24528         parameter.
24529
24530 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24531
24532         * nnheader.el (nnheader-uniquify-message-id): New experimental
24533         variable.
24534         (nnheader-nov-read-message-id): Use it.
24535
24536         * spam-report.el (spam-report-gmane): Add interactive.
24537
24538 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24539
24540         * mm-encode.el (mm-content-transfer-encoding-defaults):
24541         Use qp-or-base64 for the application/* types.
24542
24543 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
24544
24545         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
24546
24547 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
24548
24549         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
24550         trim value.
24551
24552 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24553
24554         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
24555         New macro and function.
24556         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
24557
24558 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24559
24560         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
24561         after-load-alist.
24562
24563 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24564
24565         * gnus-group.el (gnus-group-get-new-news-this-group):
24566         Don't update info that isn't there.
24567
24568 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
24569
24570         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
24571         entry.
24572
24573 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24574
24575         * mm-view.el (mm-inline-render-with-function): Use multibyte
24576         buffer; decode html source by charset.
24577
24578         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
24579
24580         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
24581         Mule-UCS is loaded under XEmacs.
24582         (mm-mime-mule-charset-alist): Avoid duplicated entries.
24583
24584 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
24585
24586         * nnheader.el (nnheader-max-head-length): Increase to 8192.
24587
24588 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24589
24590         * mm-util.el (mm-coding-system-p): Return a coding-system.
24591         (mm-mime-mule-charset-alist): Use shift_jis instead of
24592         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
24593         entries for the mime charsets iso-2022-jp-3 and shift_jis.
24594         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
24595         instead of japanese-shift-jis and iso-latin-1 respectively in
24596         order to share the default value with both Emacs and XEmacs-mule.
24597         (mm-mule-charset-to-mime-charset):
24598         Make mm-coding-system-priorities effective.
24599         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
24600         while predicating of candidates upon the priorities.
24601
24602 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
24603
24604         * gnus-sum.el (gnus-summary-make-menu-bar):
24605         Add gnus-uu-invert-processable.
24606
24607         * gnus.el: Autoload gnus-uu-invert-processable.
24608
24609 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24610
24611         * mm-util.el (mm-with-multibyte-buffer): New macro.
24612
24613         * rfc2047.el (rfc2047-encode-string): Use it.
24614         (rfc2047-encode-region): Move point to the end of the region after
24615         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
24616
24617 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24618
24619         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
24620         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
24621
24622 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24623
24624         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
24625         (gnus-cite-parse): Ignore quoted envelope From_.
24626         Suggested by Karl Chen <quarl@nospam.quarl.org>.
24627
24628 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
24629
24630         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
24631         invalid addresses.
24632
24633 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
24634
24635         * spam.el: Change section markers, revise TODO list.
24636         (spam-backends): Make new master list of all installed backends.
24637         (spam-summary-exit-behavior): Add new variable to determine how
24638         messages moves are done at summary exit.
24639         (spam-move-spam-nonspam-groups-only)
24640         (spam-process-ham-in-nonham-groups)
24641         (spam-process-ham-in-spam-groups): Remove variables, the
24642         spam-summary-exit-behavior variable should be used to manage this
24643         behavior.
24644         (spam-old-ham-articles, spam-old-spam-articles): Remove.
24645         (spam-old-articles): Add variable, replacing spam-old-ham-articles
24646         and spam-old-spam-articles.
24647         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
24648         Add empty variables, placeholders for the backends they represent.
24649         (spam-set-difference): Move, unchanged.
24650         (spam-list-of-processors): Declare OBSOLETE, not used anymore
24651         unless the user has a processor variable.
24652         (spam-classifications, spam-classification-valid-p)
24653         (spam-backend-properties, spam-backend-property-valid-p)
24654         (spam-backend-function-type-valid-p)
24655         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
24656         (spam-report-articles-gmane, spam-report-articles-resend):
24657         Remove functions, they are not needed.
24658         (spam-install-backend-super, spam-backend-list)
24659         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
24660         (spam-backend-function, spam-backend-ham-registration-function)
24661         (spam-backend-spam-registration-function)
24662         (spam-backend-ham-unregistration-function)
24663         (spam-backend-spam-unregistration-function)
24664         (spam-backend-statistical-p, spam-backend-mover-p)
24665         (spam-install-backend-alias, spam-install-checkonly-backend)
24666         (spam-install-mover-backend, spam-install-nocheck-backend)
24667         (spam-install-backend, spam-install-statistical-backend)
24668         (spam-install-statistical-checkonly-backend): Add backend installation
24669         support.
24670         (spam-summary-prepare-exit): Rewrite to use the new backend code.
24671         (spam-group-processor-p): Use the new backend code and respect the
24672         summary exit behavior.
24673         (spam-mark-spam-as-expired-and-move-routine): Remove.
24674         (spam-summary-prepare): Change to use the new spam-old-articles
24675         variable.
24676         (spam-copy-or-move-routine, spam-copy-spam-routine)
24677         (spam-move-spam-routine, spam-copy-ham-routine)
24678         (spam-move-ham-routine): Add code to copy/move ham or spam.
24679         (spam-fetch-field-fast): Improve doc and code, plus allow the
24680         'number request.
24681         (spam-list-of-checks, spam-list-of-statistical-checks):
24682         Remove variables.
24683         (spam-split, spam-find-spam): Use the new backend code.
24684         (spam-registration-functions): Remove variable.
24685         (spam-unregister-routine): Add convenience wrapper.
24686         (spam-log-undo-registration, spam-register-routine)
24687         (spam-log-processing-to-registry)
24688         (spam-log-unregistration-needed-p): Rename "check" to "backend"
24689         where possible.
24690         (spam-check-gmane-xref, spam-check-regex-headers)
24691         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
24692         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
24693         (spam-check-bogofilter-headers, spam-check-spamoracle)
24694         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
24695         (spam-check-crm114-headers): Use the spam-split-group that
24696         spam-split prepares, no need to determine it every time.
24697
24698         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
24699         to the nnheader-parse-naked-head call.
24700
24701         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
24702
24703         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
24704         the nnheader-nov-read-message-id call.
24705
24706 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24707
24708         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
24709         gnus-activate-group twice.  Suggested by Markus Peter
24710         <warp@spin.de>.
24711
24712 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24713
24714         * gnus-art.el (gnus-article-time-format): Exchange the order of
24715         day and month in the default value; fix customization type.
24716         (article-date-ut): Use add-text-properties.
24717         (article-make-date-line): Use message-make-date instead of
24718         current-time-string.
24719
24720         * message.el (message-fetch-field): Don't use set-text-properties.
24721         (message-make-date): Simplify.
24722
24723         * messagexmas.el (message-xmas-make-date): New function.
24724         (message-xmas-redefine): Defalias message-make-date to it.
24725
24726 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24727
24728         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
24729         (rfc2047-encode-region): Treat text within parentheses as special;
24730         show the original text when error has occurred.
24731
24732         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
24733         already-computed method to gnus-activate-group.
24734
24735         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
24736         same select-methods identical Lisp objects.
24737
24738         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
24739         object when modifying the info.
24740
24741 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24742
24743         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24744         gnus-opened-servers since it has never been opened with the new
24745         configuration yet.
24746
24747 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24748
24749         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24750         arg to nnheader-generate-fake-message-id.
24751
24752 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24753
24754         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24755         number and build a fake message ID localized to a group and
24756         article number (so it's repeatable from that point on).
24757         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24758         ID format.
24759
24760         * gnus-sum.el (gnus-get-newsgroup-headers):
24761         Call nnheader-generate-fake-message-id with the article number.
24762
24763 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24764
24765         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24766         end-of-buffer.
24767
24768 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24769
24770         * message.el (message-ignored-supersedes-headers): Add Approved.
24771
24772 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24773
24774         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24775         goto-char.
24776         (rfc2047-encode): Fold the line before encoding.
24777
24778 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24779
24780         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24781         folding -- not all headers can be folded, and this should be done
24782         by the message composition mode.  Probably.  I think.
24783
24784 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24785
24786         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24787         fast.
24788
24789         * gnus-ems.el (gnus-remove-image): Don't use
24790         message-text-with-property; remove only the image found first.
24791
24792         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
24793         found first.
24794
24795 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24796
24797         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24798
24799 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24800
24801         * message.el (message-text-with-property): Make it fast and accept
24802         optional arguments.
24803         (message-strip-forbidden-properties): Use it.
24804         (message-fix-before-sending): Follow the m-t-w-p change.
24805
24806         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24807
24808 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24809
24810         * gnus-art.el (article-hide-headers): Don't change the buffer
24811         mistakenly when performing mml-preview even if
24812         gnus-single-article-buffer is nil.
24813
24814 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24815
24816         * message.el (message-expand-name-databases): New user option.
24817         (message-expand-name): Use it.
24818
24819 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24820
24821         * spam.el (spam-report-articles-resend)
24822         (spam-report-resend-register-routine): Allow ham reporting.
24823         (spam-report-resend-register-ham-routine): Add wrapper.
24824         (spam-registration-functions): Add ham resending functions.
24825         (spam-list-of-processors): Add ham resend processor.
24826
24827         * gnus.el (ham-resend-to): Add new group parameter.
24828         (spam-process): Add ham resend option.
24829
24830         * spam-report.el (spam-report-resend): Allow reporting ham.
24831         (spam-report-resend-ham): Add wrapper.
24832
24833 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24834
24835         * message.el (message-cite-articles-with-x-no-archive):
24836         New variable.
24837         (message-cite-original): Use it.
24838
24839 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24840
24841         * message.el (message-cite-original): Respect X-No-Archive.
24842
24843 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24844
24845         * gnus-art.el (article-hide-headers): Refer to the values for
24846         gnus-ignored-headers and gnus-visible-headers in the summary
24847         buffer since a user may have set them as group parameters.
24848
24849 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24850
24851         * assistant.el (assistant-node-name): Add convenience function.
24852         (assistant-render-text, assistant-render-node): Add error handling,
24853         plus handle multiple next nodes.
24854         (assistant-find-next-node): Comment out for now.
24855         (assistant-find-next-nodes): Add function, returns list of next
24856         nodes.
24857
24858 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24859
24860         * mail-source.el (mail-source-directory): Fix doc-string.
24861
24862 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24863
24864         * assistant.el (assistant-render-text, assistant-eval): Add :set
24865         widget type, which is different because it takes and returns a
24866         list.  Much hilarity ensues.
24867
24868 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24869
24870         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24871
24872         * gnus-group.el (gnus-group-get-new-news-this-group):
24873         Add doc-string.
24874
24875         * gnus-start.el (gnus-activate-group): Add doc-string.
24876
24877 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24878
24879         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24880
24881 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24882
24883         * assistant.el (assistant-render-text): Try to add a :set
24884         widget, more to come.
24885
24886         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24887         strings.
24888         (spam-report-articles-resend)
24889         (spam-register-routine): Do registration iff any articles warrant
24890         it.
24891         (spam-summary-prepare-exit): Change log message for nil group
24892         destinations.
24893
24894 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24895
24896         * spam.el (spam-report-resend-register-routine):
24897         Allow spam-report-resend-to to be a group parameter or a global value.
24898
24899 2004-05-26  Simon Josefsson  <jas@extundo.com>
24900
24901         * starttls.el: Merge with my GNUTLS based starttls.el.
24902         (starttls-gnutls-program, starttls-use-gnutls)
24903         (starttls-extra-arguments, starttls-process-connection-type)
24904         (starttls-connect, starttls-failure, starttls-success):
24905         New variables.
24906         (starttls-program, starttls-extra-args): Doc fix.
24907         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24908         New functions.
24909         (starttls-negotiate, starttls-open-stream):
24910         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24911         function if it is set.
24912
24913 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24914
24915         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24916         structured fields.
24917
24918 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24919
24920         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24921
24922 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24923
24924         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24925         Add variable.
24926         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24927         assigning the spam-mark to new messages.
24928
24929 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24930
24931         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24932
24933 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24934
24935         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24936
24937         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24938         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24939         default.
24940
24941 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24942
24943         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24944         correct data.
24945
24946 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24947
24948         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24949         (spam-group-processor-p): Fix function.
24950         (spam-group-processor-multiple-p)
24951         (spam-group-spam-processor-report-gmane-p)
24952         (spam-group-spam-processor-report-resend-p)
24953         (spam-group-spam-processor-bogofilter-p)
24954         (spam-group-spam-processor-blacklist-p)
24955         (spam-group-spam-processor-ifile-p)
24956         (spam-group-ham-processor-ifile-p)
24957         (spam-group-spam-processor-spamoracle-p)
24958         (spam-group-spam-processor-crm114-p)
24959         (spam-group-ham-processor-bogofilter-p)
24960         (spam-group-spam-processor-stat-p)
24961         (spam-group-ham-processor-stat-p)
24962         (spam-group-ham-processor-whitelist-p)
24963         (spam-group-ham-processor-BBDB-p)
24964         (spam-group-ham-processor-spamoracle-p)
24965         (spam-group-ham-processor-copy-p): Remove functions with some
24966         prejudice against unneeded code.
24967         (spam-report-articles-resend)
24968         (spam-report-resend-register-routine): Allow the group/topic
24969         spam-resend-to value to override spam-report-resend-to.
24970         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24971         properly now.
24972
24973         * gnus.el (spam-resend-to): Add group/topic parameter.
24974         (spam-process): Move the OBSOLETE processors to the end of the
24975         choices.
24976
24977 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24978
24979         * spam-report.el (spam-report-resend-to, spam-report-resend):
24980         Start with resend-to set to nil, and then ask the user if necessary.
24981         (spam-report-resend): spam-report-resend takes a list of articles, not
24982         separate article numbers.
24983
24984 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24985
24986         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24987         addition to emacs-w3m.
24988
24989 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24990
24991         * assistant.el (assistant-authinfo-data): New function.
24992         (assistant-eval): Eval for entire assistant.
24993
24994         * netrc.el (netrc-services-file): New variable.
24995         (netrc-parse-services): New function.
24996         (netrc-find-service-name): New function.
24997         (netrc-find-service-number): New function.
24998         (netrc-port-equal): New function.
24999         (netrc-machine): Use it.
25000
25001         * nnimap.el (nnimap-open-connection): Use netrc.
25002
25003         * gnus-util.el (gnus-netrc-get): Remove aliases.
25004
25005         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25006
25007         * assistant.el (wid-edit): Fix compilation.
25008
25009         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25010
25011 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25012
25013         * gnus-util.el (gnus-set-file-modes): New function.  (small
25014         patch).
25015
25016 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25017
25018         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25019
25020         * assistant.el (assistant-render-node): Fix up rendering and
25021         read-only text.
25022         (assistant-render-node): Reset.
25023         (assistant-make-read-only): Not sticky.
25024
25025 2004-05-20  Danny Siu  <dsiu@adobe.com>
25026
25027         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25028         centered even when gnus-auto-center-summary is t.
25029
25030 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25031
25032         * dns.el (dns-get-txt-answer): New function.
25033         (dns-read-txt): Ditto.
25034         (query-dns): Use it.
25035
25036 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25037
25038         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25039         active for foreign groups even if the group level is higher than
25040         the specified value.
25041
25042 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25043
25044         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25045         non-active groups.
25046
25047         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25048
25049 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25050
25051         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25052
25053 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25054
25055         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25056         (spam-crm114-header, spam-crm114-spam-switch)
25057         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25058         (spam-crm114-positive-spam-header)
25059         (spam-crm114-database-directory, spam-list-of-processors)
25060         (spam-group-spam-processor-crm114-p)
25061         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25062         (spam-generic-score, spam-list-of-checks)
25063         (spam-list-of-statistical-checks, spam-registration-functions)
25064         (spam-check-crm114-headers, spam-crm114-score)
25065         (spam-check-crm114, spam-crm114-register-with-crm114)
25066         (spam-crm114-register-spam-routine)
25067         (spam-crm114-unregister-spam-routine)
25068         (spam-crm114-register-ham-routine)
25069         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25070
25071 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25072
25073         * gnus.el: Add spam-use-crm114.
25074
25075         * spam.el (spam-list-of-processors, spam-registration-functions):
25076         Add spam-use-resend.
25077         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25078         (spam-report-articles-gmane): Add doc fix.
25079         (spam-report-articles-resend, spam-report-resend-register-routine):
25080         Add wrappers around spam-report-resend-to.
25081
25082         * spam-report.el (spam-report-resend-to, spam-report-resend):
25083         Add support for resending spam.
25084         (spam-report-gmane): Fix line length >80.
25085
25086         * gnus.el (spam-process): Add spam-use-resend.
25087
25088 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25089
25090         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25091         number of processed spam messages.
25092         (spam-ham-copy-or-move-routine): Return the number of processed
25093         ham messages.
25094         (spam-summary-prepare-exit): Use the above values to decide
25095         whether status messages shouled be displayed.
25096
25097 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25098
25099         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25100         `rfc2047-encoding-function-alist' in order to avoid conflicting
25101         with the old version.
25102         (rfc2047-encode-region): Concatenate words containing non-ASCII
25103         characters in structured fields; don't encode space-delimited
25104         ASCII words even in unstructured fields; don't break words at
25105         char-category boundaries.
25106         (rfc2047-encode-1): New function.
25107         (rfc2047-encode): Use it; encode text so that it occupies the
25108         maximum width within 76-column; work correctly on Q encoding for
25109         iso-2022-* charsets.
25110         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25111         sure not to break a line just after the header name.
25112         (rfc2047-b-encode-region): Remove.
25113         (rfc2047-b-encode-string): New function.
25114         (rfc2047-q-encode-region): Remove.
25115         (rfc2047-q-encode-string): New function.
25116
25117         * mm-util.el (mm-replace-in-string): New function.
25118
25119 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25120
25121         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25122         Really get it right.
25123         (gnus-inews-make-draft): Really.
25124
25125 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25126
25127         * nnmh.el (nnmh-request-list-1): Don't check the link count
25128         before descending.  (small patch)
25129
25130 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25131
25132         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25133         stuff.
25134
25135         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25136         Match on real group name.
25137
25138         * gnus-art.el (gnus-signature-limit): Doc fix.
25139
25140         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25141
25142         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25143
25144 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25145
25146         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25147         isn't a string.
25148
25149 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25150
25151         * gnus-draft.el (gnus-draft-send):
25152         Bind rfc2047-encode-encoded-words.
25153
25154         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25155         (rfc2047-encodable-p): Say that =? needs encoding.
25156         (rfc2047-encode-encoded-words): New variable.
25157
25158         * gnus-group.el (gnus-group-select-group): Doc fix.
25159
25160         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25161
25162         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25163         to nil.
25164
25165         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25166
25167         * nnheader.el (nnheader-get-lines-and-char): New function.
25168
25169 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25170
25171         * gnus-msg.el (gnus-summary-followup-with-original):
25172         Document yanking of region when active.
25173
25174 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25175
25176         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25177         groups if the group level is higher than the specified value.
25178
25179 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25180
25181         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25182         (gnus-group-jump-to-group): Add prefix argument using
25183         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25184         non-active group.
25185
25186         * compface.el (uncompface): Be verbose when changing
25187         `uncompface-use-external'.
25188
25189         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25190         handle manual section.
25191
25192 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25193
25194         * gnus-art.el (gnus-button-alist): Revert previous change.
25195
25196 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25197
25198         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25199
25200 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25201
25202         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25203         whether backend can accept message.
25204
25205         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25206
25207 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25208
25209         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25210         Avoid creating directory when nntp-marks-is-evil is true.
25211         Reported by Reiner Steib.
25212
25213 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25214
25215         * gnus-picon.el (gnus-picon-insert-glyph):
25216         Add optional `nostring' argument.
25217
25218 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25219
25220         * gnus-picon.el (gnus-picon-style): New variable.
25221         (gnus-picon-transform-address): Support `gnus-picon-style'.
25222
25223 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25224
25225         * message.el (message-fill-field): Return point.
25226         (message-generate-headers): Go to end of field.
25227
25228         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25229         stuff for non-living groups.
25230
25231 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25232
25233         * gnus-art.el (gnus-article-followup-with-original)
25234         (gnus-article-reply-with-original): gnus-mark-active-p ->
25235         gnus-region-active-p.
25236
25237 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25238
25239         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25240         only when there is spam or ham to be processed.
25241
25242 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25243
25244         * mail-source.el (mail-source-delete-crash-box): Refactor.
25245         (mail-source-fetch): Use it.
25246         (mail-source-fetch-file): Ditto.
25247         (mail-source-fetch-directory): Run postscript in loop.
25248         (mail-source-fetch-pop): Delete.
25249         (mail-source-fetch-maildir): Ditto.
25250         (mail-source-fetch-imap): Ditto.
25251
25252         * imap.el (imap-authenticators): Comment out sasl.
25253
25254         * message.el (message-skip-to-next-address): New function.
25255         (message-fill-header-address): Refactor.
25256         (message-fill-address): Use it.
25257         (message-delete-address): Use it.
25258         (message-fill-header-general): Refactor.
25259         (message-fill-field-address): Rename.
25260         (message-narrow-to-field): Find the start of the header.
25261         (message-header-format-alist): Don't pre-fill.
25262         (message-fill-header): Remove.
25263         (message-insert-header): New function.
25264         (message-shorten-references): Use it.
25265
25266         * rfc2047.el (rfc2047-field-value): Strip props.
25267
25268         * mail-parse.el (mail-header-make-address): New alias.
25269
25270         * ietf-drums.el (ietf-drums-make-address): New function.
25271
25272         * imap.el: Add compiler directives.
25273
25274         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25275
25276         * gnus-art.el (article-decode-idna-rhs): Don't use
25277         message-idna-inside-rhs-p.
25278
25279 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25280
25281         * message.el (message-idna-inside-rhs-p): Remove.
25282         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25283
25284         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25285         false positives.
25286
25287 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25288
25289         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25290
25291 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25292
25293         * nneething.el (nneething-file-name): Don't create spurious
25294         files.
25295
25296         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25297         (gnus-inews-do-gcc): Remove sleep.
25298
25299         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25300         part under point.
25301
25302         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25303         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25304
25305 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25306
25307         * spam.el (spam-summary-prepare-exit): Fix (length).
25308
25309 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25310
25311         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25312         as expired without moving it" message when there are spam
25313         messages left.
25314
25315 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25316
25317         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25318         header is not nil.
25319
25320 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25321
25322         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25323         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25324         (nntp-marks-changed-p): New arg SERVER.
25325         (nntp-request-update-info): Adjust caller.
25326
25327 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25328
25329         * nntp.el (nntp-save-marks): Pass missing arg.
25330
25331 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25332
25333         * nntp.el: Support marks.
25334         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25335         (nntp-marks-modtime, nntp-marks-directory): New variables.
25336         (nntp-request-set-mark, nntp-request-update-info)
25337         (nntp-possibly-create-directory, nntp-marks-changed-p)
25338         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25339         New functions.
25340
25341 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25342
25343         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25344         (gnus-xmas-redefine): Rename.
25345
25346         * gnus-score.el (gnus-score-insert-help):
25347         Use gnus-select-lowest-window.
25348
25349         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25350         appt-select-lowest-window and rename to gnus-select-lowest-window.
25351
25352         * gnus.el: do.
25353
25354 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25355
25356         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25357         encodings of MIME-encoded words, in order to improve
25358         interoperability with several broken MUAs.
25359
25360 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25361
25362         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25363         tags, only when charsets are not specified in headers.
25364         (mm-inline-text-html-render-with-w3m): Ditto.
25365
25366         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25367         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25368
25369 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25370
25371         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25372         instead of MIME-decoded from fields when checking
25373         `gnus-article-address-banner-alist'.
25374
25375 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25376
25377         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25378         description rather than subject.
25379
25380 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25381
25382         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25383
25384 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25385
25386         * gnus.el (gnus-version-number): Bump.
25387
25388 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25389
25390         * gnus.el: No Gnus v0.2 is released.
25391
25392 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25393
25394         * gnus-agent.el (gnus-agent-read-agentview):
25395         Inline gnus-uncompress-range.
25396
25397 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25398
25399         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25400         `exec-installed-p'.
25401
25402 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25403
25404         * gnus.el (spam-process, spam-autodetect-methods):
25405         Add bsfilter and bsfilter-headers.
25406
25407         * spam.el (spam-bsfilter): New customize group.
25408         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25409         (spam-bsfilter-header, spam-bsfilter-probability-header)
25410         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25411         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25412         (spam-bsfilter-database-directory): New options.
25413         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25414         (spam-list-of-statistical-checks, spam-registration-functions):
25415         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25416         (spam-bsfilter-score): New command.
25417         (spam-check-bsfilter-headers, spam-check-bsfilter)
25418         (spam-bsfilter-register-with-bsfilter)
25419         (spam-bsfilter-register-spam-routine)
25420         (spam-bsfilter-unregister-spam-routine)
25421         (spam-bsfilter-register-ham-routine)
25422         (spam-bsfilter-unregister-ham-routine): New functions.
25423         (spam-generic-score): Support bsfilter; Accept an optional argument
25424         to recalcurate spam score even if scoring header has already been
25425         added.
25426         (spam-bogofilter-score, spam-spamassassin-score): Accept an
25427         optional argument to recalcurate spam score even if scoring header
25428         has already been added.
25429
25430 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
25431
25432         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
25433         strings!  Reported by David D. Smith <davidsmith@acm.org>.
25434         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
25435         link is missing.
25436
25437 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
25438
25439         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
25440         (html2text-get-attr): Rewrite.
25441
25442         * message.el (message-setup-1): Remove redundant put-text-property
25443         on mail-header-separator.
25444
25445 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
25446
25447         * gnus-registry.el (gnus-registry-cache-whitespace)
25448         (gnus-registry-action, gnus-registry-spool-action)
25449         (gnus-registry-split-fancy-with-parent): Change message levels
25450         from 5 to 3 or 7, as needed.
25451
25452         * spam.el (spam-summary-prepare-exit)
25453         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
25454         (spam-split, spam-find-spam, spam-log-undo-registration)
25455         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
25456         level from 5 to 6.
25457
25458 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25459
25460         * gnus-ems.el: Autoload appt-select-lowest-window (revert
25461         2004-03-04 change).
25462
25463 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
25464
25465         * sieve-manage.el (sieve-manage-open):
25466         * nnweb.el (nnweb-insert-html):
25467         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
25468         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
25469         * nnspool.el (nnspool-request-group):
25470         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
25471         * nnml.el (nnml-request-update-info):
25472         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
25473         (nnmh-request-create-group, nnmh-update-gnus-unreads):
25474         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
25475         (nnimap-request-set-mark):
25476         * nnfolder.el (nnfolder-request-update-info):
25477         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
25478         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
25479         * gnus-uu.el (gnus-uu-find-articles-matching):
25480         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
25481         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
25482         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
25483         * gnus-nocem.el (gnus-nocem-scan-groups):
25484         * gnus-int.el (gnus-start-news-server):
25485         * gnus-group.el (gnus-group-make-kiboze-group)
25486         (gnus-group-browse-foreign-server):
25487         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
25488         Use mapc when appropriate.
25489
25490 2004-04-22  Dan Christensen  <jdc@uwo.ca>
25491             Adam Sjøgren  <asjo@koldfront.dk>
25492             Wes Hardaker  <wes@hardakers.net>
25493             Michael Shields  <shields@msrl.com>
25494
25495         * spam.el (spam-necessary-extra-headers): Get the extra headers we
25496         may need for spam sorting and scoring.
25497         (spam-user-format-function-S): Add user format function suitable for
25498         general use.
25499         (spam-article-sort-by-spam-status): Add sorting function for summary
25500         sorting.
25501         (spam-extra-header-to-number): Add function to get a score from a
25502         header.
25503         (spam-summary-score): Add function to get a numeric score from the
25504         headers.
25505         (spam-generic-score): Fix function doc, was in wrong place.
25506         (spam-initialize): Take symbols when it's run, and install the
25507         extra headers that spam-necessary-extra-headers thinks we need.
25508
25509 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
25510
25511         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
25512         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25513
25514 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
25515
25516         * gnus-sum.el (gnus-set-global-variables)
25517         (gnus-build-all-threads, gnus-get-newsgroup-headers)
25518         (gnus-article-get-xrefs, gnus-summary-best-group)
25519         (gnus-summary-next-article, gnus-summary-enter-digest-group)
25520         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
25521         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
25522         Use with-current-buffer.
25523
25524 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
25525
25526         * spam.el (spam-summary-prepare-exit): Simplify logic.
25527         (spam-fetch-article-header): Read the article header if it's not
25528         available.
25529         (spam-list-articles): Simplify logic.
25530         (spam-filelist-register-routine): Fix bug with unregister-list.
25531
25532         * gnus-registry.el: Fix comments at beginning.
25533
25534 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
25535
25536         * message.el (message-cater-to-broken-inn): Remove.
25537         (message-shorten-references): Make sure the total folded length of
25538         References is shorter than 998 characters to cater to a bug in INN
25539         2.3.  Also, don't pretend that references aren't folded -- this
25540         hasn't worked for a while.
25541
25542 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25543
25544         * gnus-agent.el (gnus-agentize):
25545         gnus-agent-send-mail-real-function no longer set to current value
25546         of message-send-mail-function but rather a lambda that calls
25547         message-send-mail-function.  The change makes the agent real-time
25548         responsive to user changes to message-send-mail-function.
25549
25550 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25551
25552         * legacy-gnus-agent.el
25553         (gnus-agent-convert-to-compressed-agentview): Fix typos with
25554         help from Florian Weimer <fw@deneb.enyo.de>
25555
25556 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25557
25558         * nnmail.el (nnmail-cache-insert): Revert last change.
25559
25560 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25561
25562         * nnmail.el (nnmail-cache-insert): Always check whether
25563         nnmail-cache-ignore-groups matches a group name.
25564
25565 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
25566
25567         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
25568         (spam-find-spam, spam-log-processing-to-registry)
25569         (spam-log-registered-p, spam-log-unregistration-needed-p)
25570         (spam-log-undo-registration): Use gnus-message instead of
25571         gnus-error, none of these errors are fatal.
25572
25573         * gnus-registry.el (gnus-registry-clean-empty-function)
25574         (gnus-registry-clean-empty): Remove only empty entries without
25575         extra data.
25576
25577 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
25578
25579         * spam-stat.el (spam-stat-buffer-change-to-spam)
25580         (spam-stat-buffer-change-to-non-spam): Change (error) to
25581         (gnus-message 8) invocation.
25582
25583 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25584
25585         * nntp.el (nntp-via-netcat-command): New variable.
25586         (nntp-via-netcat-switches): New variable.
25587         (nntp-open-via-rlogin-and-netcat): New function.
25588         (nntp-open-connection-function): Doc fix.
25589         (nntp-telnet-command): Doc fix.
25590         (nntp-end-of-line): Doc fix.
25591         (nntp-via-rlogin-command): Doc fix.
25592         (nntp-via-user-name): Doc fix.
25593         (nntp-via-address): Doc fix.
25594
25595 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25596
25597         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
25598         error in Emacs 21.1.
25599
25600 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
25601
25602         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
25603
25604 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25605
25606         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
25607         (gnus-agent-with-refreshed-group): New macro.
25608         (gnus-agent-rename-group): New function.
25609         (gnus-agent-delete-group): New function.
25610         (gnus-agent-save-group-info): Use gnus-command-method when
25611         `method' parameter is nil.  Don't write nil entries into the
25612         active file.
25613         (gnus-agent-get-group-info): New function.
25614         (gnus-agent-fetch-articles):
25615         Use gnus-agent-update-files-total-fetched-for to increment disk space
25616         used.
25617         (gnus-agent-fetch-headers, gnus-agent-save-alist):
25618         Use gnus-agent-update-view-total-fetched-for to increment disk space
25619         used.
25620         (gnus-agent-get-local): Add optional parameters to avoid calling
25621         gnus-group-real-name and gnus-find-method-for-group.
25622         (gnus-agent-set-local): Delete stored entry if either min, or max,
25623         are nil.
25624         (gnus-agent-fetch-session): Reworded error/quit messages.
25625         On quit, use gnus-agent-regenerate-group to record existance of any
25626         articles fetched to disk before the quit occurred.
25627         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
25628         gnus-agent-update-view-total-fetched-for, and
25629         gnus-agent-update-files-total-fetched-for to decrement disk space
25630         used.
25631         (gnus-agent-retrieve-headers):
25632         Use gnus-agent-update-view-total-fetched-for to increment disk space
25633         used.
25634         (gnus-agent-regenerate-group): Replace gnus-group-update-group
25635         with gnus-agent-update-files-total-fetched-for to decrement disk
25636         space and fresh group buffer.
25637         (gnus-agent-inhibit-update-total-fetched-for): New variable.
25638         (gnus-agent-need-update-total-fetched-for): New variable.
25639         (gnus-agent-update-files-total-fetched-for): New function.
25640         (gnus-agent-update-view-total-fetched-for): New function.
25641         (gnus-agent-total-fetched-for): New function.
25642
25643         * gnus-cache.el (gnus-cache-save-buffers):
25644         Use gnus-cache-update-overview-total-fetched-for to change disk space
25645         used by this group.
25646         (gnus-cache-possibly-enter-article):
25647         Use gnus-cache-update-file-total-fetched-for to increment disk space
25648         used by this group.
25649         (gnus-cache-possibly-remove-article):
25650         Use gnus-cache-update-file-total-fetched-for to decrement disk space
25651         used by this group.
25652         (gnus-cache-generate-nov-databases): Purge total fetched cache.
25653         (gnus-cache-rename-group): New function.
25654         (gnus-cache-delete-group): New function.
25655         (gnus-cache-inhibit-update-total-fetched-for): New variable.
25656         (gnus-cache-need-update-total-fetched-for): New variable.
25657         (gnus-cache-with-refreshed-group): New macro.
25658         (gnus-cache-update-file-total-fetched-for): New function.
25659         (gnus-cache-update-overview-total-fetched-for): New function.
25660         (gnus-cache-rename-group-total-fetched-for): New function.
25661         (gnus-cache-delete-group-total-fetched-for): New function.
25662         (gnus-cache-total-fetched-for): New function.
25663
25664         * gnus-group.el: Require gnus-sum and autoload functions to
25665         resolve warnings when gnus-group.el compiled alone.
25666         (gnus-group-line-format): Documented new %F.
25667         (size of Fetched data) group line format; identifies disk space
25668         used by agent and cache.
25669         (gnus-group-line-format-alist): Defined new F format.
25670         (gnus-total-fetched-for): New function.
25671         (gnus-group-delete-group): No longer update
25672         gnus-cache-active-altered as gnus-request-delete-group now keeps
25673         the cache in sync.
25674         (gnus-group-list-active): Let the agent store a server's active
25675         list if currently plugged.
25676
25677         * gnus-int.el (gnus-request-delete-group):
25678         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
25679         local disk in sync with the server.
25680         (gnus-request-rename-group):
25681         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
25682         local disk in sync with the server.
25683
25684         * gnus-start.el (gnus-get-unread-articles):
25685         Cosmetic simplification to logic.
25686
25687         * gnus-util.el (gnus-rename-file): New function.
25688
25689 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
25690
25691         * mm-util.el (mm-image-load-path): Handle nil in load-path.
25692
25693 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
25694
25695         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
25696         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
25697
25698 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
25699
25700         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
25701         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
25702
25703 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
25704
25705         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
25706
25707 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
25708
25709         * spam.el (spam-set-difference): Add function to replace
25710         gnus-set-difference in spam.el.
25711         (spam-summary-prepare-exit): Use spam-set-difference.
25712
25713 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
25714
25715         * gnus-registry.el (gnus-registry-cache-file): Update to use
25716         gnus-dribble-directory OR gnus-home-directory OR ~.
25717         (gnus-registry-split-fancy-with-parent): Fix doc.
25718
25719 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25720
25721         * message.el (message-exchange-point-and-mark):
25722         Use message-mark-active-p.  Suggested by Jesper Harder
25723         <harder@ifa.au.dk>.
25724
25725 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25726
25727         * message.el (message-exchange-point-and-mark): Don't activate
25728         region if it was inactive.  Suggested by Hiroshi Fujishima
25729         <pooh@nature.tsukuba.ac.jp>.
25730
25731 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25732
25733         * gnus-art.el (article-display-face): Display Faces in the same
25734         order as X-Faces.
25735
25736 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25737
25738         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
25739
25740 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25741
25742         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25743         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25744         (gnus-article-mime-hierarchy): Remove.
25745         (gnus-article-mime-hierarchy-next): Remove.
25746         (gnus-article-mode): Revert 2004-03-19 change.
25747         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25748         (gnus-insert-mime-button): Revert 2004-03-19 change.
25749         (gnus-mime-accumulate-hierarchy): Remove.
25750         (gnus-mime-enter-multipart): Remove.
25751         (gnus-mime-leave-multipart): Remove.
25752         (gnus-mime-display-part): Revert 2004-03-19 change.
25753         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25754
25755         * mml.el (mml-preview): Revert 2004-03-19 change.
25756
25757 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25758
25759         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25760
25761 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25762
25763         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25764         t while entering a file name using the mm-with-multibyte macro.
25765         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25766
25767         * mm-util.el (mm-with-multibyte): New macro.
25768
25769 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25770
25771         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25772         New user option.
25773         (gnus-mime-multipart-functions): Doc and customization fix.
25774         (gnus-article-mime-hierarchy): New variable.
25775         (gnus-article-mime-hierarchy-next): New variable.
25776         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25777         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25778         gnus-article-mime-hierarchy-next to nil.
25779         (gnus-insert-mime-button): Show hierarchy numbers.
25780         (gnus-mime-accumulate-hierarchy): New function.
25781         (gnus-mime-enter-multipart): New function.
25782         (gnus-mime-leave-multipart): New function.
25783         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25784         (gnus-mime-display-alternative): Show hierarchy numbers.
25785
25786         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25787         gnus-article-mime-hierarchy-next to nil.
25788
25789 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
25790
25791         * dns.el: Don't require gnus-xmas.
25792
25793 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25794
25795         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25796         inline PGP.
25797         (mml-menu): Disable mml-quote-region if mark is inactive.
25798
25799 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25800
25801         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25802         when the group's active is not available.
25803
25804 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25805
25806         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25807         error.
25808
25809 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25810
25811         * imap.el (imap-store-password): New variable.
25812         (imap-interactive-login): Use it.
25813         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25814
25815 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25816
25817         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25818         window-start and hscroll to summary window.
25819
25820 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25821
25822         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25823         conversion message to newsrc-dribble when an actual conversion is
25824         performed.
25825
25826 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25827
25828         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25829
25830 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25831
25832         * mm-decode.el (mm-complicated-handles): New function reviving
25833         former definition of mm-multiple-handles.
25834
25835         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25836         (gnus-mime-delete-part): Use it.
25837
25838 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25839
25840         * gnus-agent.el (gnus-agent-read-local):
25841         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25842         avoid the implicit assumption that they will always be equal.
25843         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25844         coding-system-for-write, as the with-temp-file macro first prints
25845         to a buffer then saves the buffer.
25846
25847 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25848
25849         * gnus-art.el (gnus-article-edit-part): New function.
25850         (gnus-mime-save-part-and-strip): Use it; do query instead of
25851         signaling an error; don't use mm-multiple-handles.
25852         (gnus-mime-delete-part): Ditto.
25853
25854 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25855
25856         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25857         old file versions.
25858         (gnus-group-prepare-hook): Remove function that converted list
25859         form of gnus-agent-expire-days to group properties.
25860
25861         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25862         (gnus-request-accept-article): Re-indented.
25863
25864         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25865         converters to handle old agent file formats.  Add logic for a
25866         "backup before upgrading warning".
25867         (gnus-convert-mark-converter-prompt): Developers can mark
25868         functions as needing (default), or not needing,
25869         gnus-convert-old-newsrc's "backup before upgrading warning".
25870         (gnus-convert-converter-needs-prompt): Tests whether the user
25871         should be protected from potentially irreversable changes by the
25872         function.
25873
25874         * legacy-gnus-agent.el: New.  Provides converters that are only
25875         loaded when gnus-convert-old-newsrc needs to call them.
25876
25877 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25878
25879         * mail-source.el (mail-source-touch-pop): Doc fix.
25880
25881         * message.el (message-smtpmail-send-it): Doc fix.
25882
25883 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25884
25885         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25886
25887         * nnmail.el (nnmail-split-fancy): do.
25888
25889         * gnus-kill.el (gnus-kill, gnus-execute): do.
25890
25891 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25892
25893         * gnus-sum.el (gnus-widget-reversible-match)
25894         (gnus-widget-reversible-to-internal)
25895         (gnus-widget-reversible-to-external): New functions.
25896         (gnus-widget-reversible): New widget.
25897         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25898
25899 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25900
25901         * gnus-sum.el (gnus-thread-sort-functions)
25902         (gnus-article-sort-functions): Document `(not F)' items.
25903
25904 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25905
25906         * spam.el (spam-use-gmane-xref): Add new backend.
25907         (spam-gmane-xref-spam-group): Add variable to control the name of the
25908         Gmane spam group.
25909         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25910         (spam-regex-headers-spam, spam-regex-headers-ham)
25911         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25912         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25913         backends and checks.
25914         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25915
25916         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25917         an autodetect method.
25918
25919 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25920
25921         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25922         articles are being added to a group.
25923         (gnus-request-replace-article): Inform the agent that articles
25924         need to be uncached as the cached contents are no longer valid.
25925
25926 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25927
25928         * binhex.el: Don't autoload executable-find.
25929
25930         * canlock.el: Don't autoload mail-fetch-field.
25931
25932         * dgnushack.el: Autoload c-mode for XEmacs.
25933
25934         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25935
25936         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25937         rmail-dont-reply-to and rmail-output.
25938
25939         * gnus-score.el: Don't autoload ffap-string-at-point.
25940
25941         * gnus-setup.el: Don't autoload sc-cite-original.
25942
25943         * imap.el: Don't autoload base64-decode-string,
25944         base64-encode-string and md5.
25945
25946         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25947         and rmail-msg-restore-non-pruned-header.
25948
25949         * mm-decode.el: Don't autoload executable-find.
25950
25951         * mm-url.el: Don't autoload executable-find.
25952
25953         * mm-view.el: Don't autoload diff-mode.
25954
25955         * nndb.el: Don't autoload news-reply-mode, news-setup,
25956         cancel-timer and telnet.
25957
25958         * password.el: Don't autoload run-at-time for Emacs.
25959
25960         * sha1-el.el: Don't autoload executable-find.
25961
25962         * sieve-mode.el: Don't autoload c-mode.
25963
25964         * uudecode.el: Don't autoload executable-find.
25965
25966 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25967
25968         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25969         (gnus-agent-possibly-alter-active): Avoid null in numeric
25970         comparison.
25971         (gnus-agent-set-local): Refuse to save null in local object table.
25972         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25973         list of articles that will be marked as unread.
25974
25975 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25976
25977         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25978
25979 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25980
25981         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25982         language tags.
25983
25984 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25985
25986         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25987         Don't bind "obarray".
25988
25989         * gnus-sum.el (gnus-thread-sort-functions):
25990         Add `gnus-thread-sort-by-most-recent-number' and
25991         `gnus-thread-sort-by-most-recent-date'.
25992         Reported by Kai Grossjohann <kai@emptydomain.de>.
25993
25994 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25995
25996         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25997
25998 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25999
26000         * gnus-cus.el (gnus-agent-customize-category):
26001         Remove ignore-errors macro reference that required cl to be loaded at
26002         run-time.
26003
26004         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26005         single-interval range of the form (min . max).  Previously the
26006         range had to look like ((min . max)).  Likewise, return
26007         (min . max) rather than ((min . max)).
26008         (gnus-range-map): Use gnus-range-normalize to accept
26009         single-interval range.
26010
26011         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26012         the cache, but not the agent, now appear with their usual face.
26013
26014         * dgnushack.el (loaddir): New variable that is bound to the
26015         directory containing the dgnushack.el file.  Use loaddir, rather
26016         than srcdir, to update load-path.  Change lets dgnushack compile
26017         code in directories other than GNUS/lisp.
26018
26019 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26020
26021         * lpath.el: Don't bind w3m-safe-url-regexp.
26022
26023         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26024         w3m-safe-url-regexp variable buffer-local.
26025
26026         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26027
26028 2004-02-27  Simon Josefsson  <jas@extundo.com>
26029
26030         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26031         gnus-group-real-prefix.
26032         (gnus-summary-move-article): Use it, instead of
26033         gnus-group-real-prefix.
26034
26035 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26036
26037         * lpath.el: Bind w3m-safe-url-regexp.
26038
26039         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26040         w3m-safe-url-regexp variable buffer-local and set it as the value
26041         of mm-w3m-safe-url-regexp.
26042
26043         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26044
26045         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26046         parsing gnus-posting-styles when the message is not for replying.
26047
26048         * dgnushack.el: Autoload sgml-mode for XEmacs.
26049
26050         * nnrss.el (nnrss-opml-export):
26051         Use mm-set-buffer-file-coding-system instead of
26052         set-buffer-file-coding-system.
26053
26054 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26055
26056         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26057         of checkdoc.el).
26058         * nnrss.el: do.
26059         * gnus-mlspl.el: do.
26060         * gnus-ml.el: do.
26061         * gnus-srvr.el: do.
26062
26063         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26064
26065 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26066
26067         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26068         Corrections to custom-manual links.
26069
26070         * gnus-art.el (gnus-article): Ditto.
26071
26072         * mm-decode.el (mime-display, mime-security): Ditto.
26073
26074 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26075
26076         * flow-fill.el: Typo.
26077
26078 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26079
26080         * spam-wash.el: New file.
26081
26082 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26083
26084         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26085
26086 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26087
26088         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26089         to be run with new-articles as LIST1, not LIST2.
26090         (spam-registration-functions): Add spam-use-ham-copy as a nil
26091         registration backend.
26092
26093 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26094
26095         * spam-stat.el (spam-stat-washing-hook): New option.
26096         (spam-stat-buffer-words): Use it.
26097         (spam-stat-process-directory, spam-stat-test-directory):
26098         Use insert-file-contents-literally.
26099         (spam-stat-coding-system): New variable.
26100         (spam-stat-load, spam-stat-save): Use it.
26101
26102 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26103
26104         * spam-report.el (spam-report-plug-agent):
26105         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26106
26107 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26108
26109         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26110         Allow / in mailto URLs.
26111
26112 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26113
26114         * spam-report.el (spam-report-process-queue): Fix interactive use.
26115         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26116         (spam-report-unplug-agent): Doc fixes.
26117         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26118         (spam-report-agentize, spam-report-deagentize): Autoload.
26119
26120 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26121
26122         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26123
26124         * message.el (message-setup-fill-variables): Add mml tags to
26125         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26126         <ajk@iu.edu>.
26127         (message-mode): Don't modify paragraph-separate there.
26128
26129 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26130
26131         * compface.el (uncompface-use-external): Default to undecided.
26132         (uncompface-use-external-threshold): New variable.
26133         (uncompface-float-time): New macro.
26134         (uncompface): Determine whether to use the external decoder if
26135         uncompface-use-external is undecided.
26136
26137 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26138
26139         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26140         after images.
26141
26142         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26143
26144 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26145
26146         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26147
26148         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26149
26150         * gnus-sum.el (gnus-summary-limit-to-age)
26151         (gnus-summary-limit-children): do.
26152
26153         * gnus-int.el (gnus-request-scan): do.
26154
26155         * gnus-group.el (gnus-group-suspend): do.
26156
26157         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26158
26159         * gnus-cite.el (gnus-cite-parse-attributions): do.
26160
26161         * gnus-agent.el (gnus-summary-set-agent-mark)
26162         (gnus-agent-regenerate-group): do.
26163
26164         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26165
26166         * binhex.el (binhex-decode-region-internal): do.
26167
26168 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26169
26170         * gnus-fun.el (gnus-face-properties-alist): New user option.
26171         (gnus-display-x-face-in-from): Use it.
26172
26173         * gnus-art.el (article-display-face): Ditto.
26174
26175         * compface.el (uncompface-use-external): Default to nil.
26176
26177 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26178
26179         * nntp.el (nntp-erase-buffer): New function.
26180         (nntp-retrieve-data, nntp-send-command)
26181         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26182         (nntp-possibly-change-group): Use it.
26183
26184         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26185         Use with-current-buffer.
26186
26187 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26188
26189         * compface.el: Merge the ELisp-based uncompface program.
26190         (compface): New customization group.
26191         (uncompface-use-external): New user option.
26192         (uncompface): Call uncompface-internal if uncompface-use-external
26193         is nil.
26194         (uncompface-internal): New function.  Note that there are also
26195         some other functions and variables added for this function.
26196
26197 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26198
26199         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26200         if necessary.
26201
26202 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26203
26204         * spam-report.el (spam-report-unplug-agent)
26205         (spam-report-plug-agent, spam-report-deagentize)
26206         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26207         Add support for the Agent in spam-report: when unplugged, report to a
26208         file; when plugged, submit all the requests.
26209
26210         * spam.el (spam-register-routine): Fix message about
26211         registration.
26212
26213 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26214
26215         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26216         dependencies.
26217         (rfc2047-encode): Use it.
26218
26219         * gnus-art.el (gnus-button-marker-list): Move before first
26220         reference.
26221
26222         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26223         (imap-parse-body): Fix format string mismatch.
26224
26225         * gnus-score.el (gnus-summary-increase-score): do.
26226
26227         * nnrss.el (nnrss-close): New function.
26228
26229 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26230
26231         * nnrss.el (nnrss-make-filename): New function.
26232         (nnrss-request-delete-group, nnrss-read-server-data)
26233         (nnrss-save-server-data, nnrss-read-group-data)
26234         (nnrss-save-group-data): Use it.
26235         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26236         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26237         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26238
26239 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26240
26241         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26242
26243 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26244
26245         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26246         files.
26247
26248         * message.el (message-generate-headers-first): Don't quote nil
26249         and t in docstrings.
26250
26251         * imap.el (imap-id): do.
26252
26253         * gnus-agent.el (gnus-agent-consider-all-articles)
26254         (gnus-agent-queue-mail): do.
26255
26256 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26257
26258         * spam-report.el (spam-report-process-queue): New function.
26259         Process requests from `spam-report-requests-file'.
26260         (spam-report-process-queue): Doc fix.
26261
26262 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26263
26264         * spam.el (spam-register-routine)
26265         (spam-log-processing-to-registry, spam-log-registered-p)
26266         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26267         Change "check" to "spam-check" for semi-clarity.
26268
26269 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26270
26271         * pop3.el: Require nnheader.
26272
26273         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26274
26275         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26276
26277         * gnus-picon.el: Require cl.
26278
26279         * gnus-fun.el: Require gnus-ems and gnus-util.
26280
26281         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26282
26283         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26284
26285         * gnus-art.el (gnus-article-edit-mode): Define before first
26286         reference.
26287
26288 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26289
26290         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26291         (gnus-uu-post-encoded): Use point-at-bol.
26292
26293         * gnus-topic.el (gnus-group-active-topic-p): do.
26294
26295         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26296
26297         * gnus-group.el (gnus-group-kill-region): do.
26298
26299         * gnus-art.el (article-date-ut): do.
26300
26301         * message.el (message-fetch-field): Remove redundant
26302         case-fold-search binding.
26303         (message-narrow-to-field): Simplify.
26304
26305 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26306
26307         * spam.el (spam-directory): Derive from `gnus-directory'.
26308
26309         * spam-report.el (spam-report-url-to-file)
26310         (spam-report-requests-file): New function and variable for offline
26311         reporting.
26312         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26313         and user defined function.
26314         (spam-report-url-ping-mm-url): Remove doubled slash.
26315
26316 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26317
26318         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26319
26320 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26321
26322         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26323         Fix format string mismatch.
26324
26325         * sieve.el (sieve-deactivate-all): do.
26326
26327         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26328
26329         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26330
26331         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26332
26333         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26334
26335 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26336
26337         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26338         the list of checks.
26339
26340 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26341
26342         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26343         padding.
26344
26345 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26346
26347         * mm-view.el (mm-fill-flowed): New variable.
26348         (mm-inline-text): Use it.
26349
26350 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26351
26352         * spam.el (spam-spamassassin-register-ham-routine)
26353         (spam-spamassassin-register-spam-routine): Fix function names.
26354
26355 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26356
26357         * gnus.el (gnus-tmp-grouplens): Remove.
26358         (gnus-summary-line-format): Remove grouplens.
26359
26360         * gnus-group.el (gnus-group-line-format): Ditto.
26361
26362         * gnus-spec.el (gnus-format-specs): Ditto.
26363         (gnus-update-format-specifications): Flush the group format spec
26364         cache if there's the grouplens stuff.
26365         (gnus-parse-simple-format): Replace %l with the empty string.
26366
26367 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26368
26369         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26370         omission.
26371
26372 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26373
26374         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26375         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26376
26377 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26378
26379         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26380         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26381         New macros and functions.
26382         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26383         Handle > NLINK_MAX messages.
26384         * nnmaildir.el (nnmaildir-request-set-mark):
26385         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26386
26387 2004-01-25  Alex Schroeder  <alex@gnu.org>
26388
26389         * spam-stat.el (spam-stat-process-directory-age): New option.
26390         (spam-stat-process-directory): Use it.
26391
26392 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26393
26394         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26395         (spam-stat-save): Accept prefix argument.
26396
26397 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26398
26399         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26400         links" error.
26401
26402 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26403
26404         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26405         the rest of the and/or forms.
26406
26407 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26408
26409         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26410         compatibility with old .newsrc.eld files.
26411
26412         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26413
26414         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26415
26416         * gnus-start.el (gnus-1): do.
26417
26418         * gnus-group.el (gnus-group-line-format-alist): do.
26419
26420         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26421
26422         * gnus-gl.el: Remove.
26423
26424 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26425
26426         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
26427         marks consisting of a single range {for example, (3 . 5)} rather
26428         than a list of a single range { ((3 . 5)) }.
26429
26430 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26431
26432         * spam-stat.el (spam-stat-store-gnus-article-buffer):
26433         Use with-current-buffer.
26434         (spam-stat-store-current-buffer): Use insert-buffer-substring to
26435         avoid consing a string.
26436
26437         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
26438         Remove obsolete entries for big5 and gb2312.
26439
26440 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26441
26442         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
26443         uncompressed list.
26444
26445 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
26446
26447         * spam-stat.el (spam-stat-strip-xref): New function.
26448         (spam-stat-process-directory): Use it.
26449
26450         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
26451         here -- it's done in message-fetch-field.
26452
26453 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26454
26455         * gnus-agent.el (gnus-agent-queue-mail)
26456         (gnus-agent-prompt-send-queue): New variables.
26457         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
26458         * gnus-draft.el (gnus-group-send-queue): Pass the group name
26459         "nndraft:queue" along to gnus-draft-send.
26460         Use gnus-agent-prompt-send-queue.
26461         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
26462         is "nndraft:queue".  Suggested by Gaute Strokkenes
26463         <gs234@srcf.ucam.org>
26464
26465         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
26466         (agent-enable-undownloaded-faces): Add.
26467         (gnus-agent-cat-groups): Use eval-and-compile, not
26468         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
26469         method of gnus-agent-cat-groups even when the buffer has been
26470         evaled.
26471         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
26472         delete gnus-agent-save-active-1.
26473         (gnus-agent-save-groups): Delete.  Identical to
26474         gnus-agent-save-active.
26475         (gnus-agent-write-active): No longer adjust agent's copy of active
26476         file as agent's adjustments are now stored in their own
26477         file.  Remove optional parameter.
26478         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
26479         servers.  Add use of min/max range limits from server's local
26480         file.
26481         (gnus-agent-save-alist): Remove unused optional argument.
26482         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
26483         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
26484         (gnus-agent-set-local): A per-server file that keeps min/max range
26485         limits for articles known to the agent.  Provides a fast mechanism
26486         for altering many active ranges.
26487         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
26488         active file (local makes it unnecessary).
26489         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
26490
26491         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
26492         (agent-enable-undownloaded-faces): Add.
26493
26494         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
26495         disable it when sending to "nndraft:queue".
26496         (gnus-group-send-queue): Add safety check to avoid sending queue
26497         when unplugged.
26498
26499         * gnus-group.el (gnus-group-catchup): Use new
26500         gnus-sequence-of-unread-articles, not
26501         gnus-list-of-unread-articles, to avoid exhausting memory with huge
26502         numbers of articles.  Use gnus-range-map to avoid having to
26503         uncompress the unread list.
26504         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
26505         Fix invalid ange-ftp reference.
26506
26507         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
26508         (gnus-sorted-range-intersection): Intersection of two ranges
26509         without requiring that they first be uncompressed.
26510
26511         * gnus-start.el (gnus-activate-group): Unless blocked by the
26512         caller, possibly expand the active range to include both cached
26513         and agentized articles.
26514         (gnus-convert-old-newsrc): Rewrote in anticipation of having
26515         multiple version-dependent converters.
26516         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
26517         gnus-agent-save-active.
26518         (gnus-save-newsrc-file): Save dirty agent range limits.
26519
26520         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
26521         gnus-agent-possibly-alter-active.
26522         (gnus-adjust-marked-articles): Faster handling of simple lists.
26523
26524 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
26525
26526         * spam-stat.el (spam-stat-test-directory): New optional argument
26527         displays a list of files detected.  Suggested by Andrew Cohen
26528         <cohen@andy.bu.edu>.
26529         (spam-stat-buffer-words-with-scores): Don't narrow and change
26530         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
26531
26532 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
26533
26534         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
26535         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
26536         (spam-spamassassin-arguments)
26537         (spam-spamassassin-spam-flag-header)
26538         (spam-spamassassin-positive-spam-flag-header)
26539         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
26540         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
26541         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
26542         (spam-list-of-processors, spam-list-of-checks)
26543         (spam-list-of-statistical-checks, spam-registration-functions)
26544         (spam-check-spamassassin-headers, spam-check-spamassassin)
26545         (spam-spamassassin-score)
26546         (spam-spamassassin-register-with-sa-learn)
26547         (spam-spamassassin-register-spam-routine)
26548         (spam-spamassassin-register-ham-routine)
26549         (spam-assassin-register-spam-routine)
26550         (spam-assassin-register-ham-routine): Add SpamAssassin support.
26551         (spam-bogofilter-score): Fix to show article before scoring.
26552
26553 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
26554
26555         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
26556         default scoring function.
26557         (spam-generic-score): Call spam-spamassassin-score if
26558         spam-use-spamassassin or spam-use-spamassassin-headers is on;
26559         spam-bogofilter-score otherwise.
26560
26561         * gnus.el (spam-process, spam-autodetect-methods):
26562         Add spamassassin and spamassassin-headers.
26563
26564 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
26565
26566         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26567         Suppress unnecessary messages.
26568
26569 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
26570
26571         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
26572         make-hash-table.
26573
26574 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26575
26576         * canlock.el (base64-encode-string): Don't autoload it.
26577
26578 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26579
26580         * run-at-time.el: Remove useless (require 'itimer),
26581         eval-and-compile and (featurep 'xemacs).
26582
26583 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
26584
26585         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
26586         GROUP is a virtual group.
26587
26588 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
26589
26590         * gnus.el: Autoload `message-y-or-n-p'.
26591
26592 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
26593
26594         * pgg-parse.el: Remove unnecessary (require 'custom).
26595
26596         * pgg-def.el: do.
26597
26598         * nnmail.el: do.
26599
26600         * gnus-undo.el: do.
26601
26602         * gnus-picon.el: do.
26603
26604         * gnus-util.el: do.
26605
26606 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
26607
26608         * gnus-sum.el (gnus-pick-line-number): Add autoload.
26609
26610 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26611
26612         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
26613         handle, as well as a list.
26614
26615         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
26616         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
26617         (mm-w3m-cid-retrieve): Simplify.
26618
26619 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
26620
26621         * message.el (message-kill-to-signature): Allow prefix arg to
26622         specify number of lines to keep before signature.
26623
26624 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
26625
26626         * message.el (message-kill-to-signature): Change docstring.
26627
26628 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26629
26630         * canlock.el: Always require sha1-el.
26631         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
26632
26633         * message.el: Autoload sha1 only when compiling.
26634
26635         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
26636         eudc-expand-inline for XEmacs.
26637
26638 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
26639
26640         * message.el (message-canlock-generate): Require sha1-el.
26641
26642 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
26643
26644         * message.el (message-expand-name): Silence the byte compiler.
26645
26646         * lpath.el: Add detect-coding-system.
26647
26648         * dgnushack.el (dgnushack-compile): Remove obsolete check for
26649         cus-edit.
26650
26651 2004-01-13  Simon Josefsson  <jas@extundo.com>
26652
26653         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
26654         Invoke gnus-score-mode.
26655         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26656
26657         * gnus-range.el (gnus-compress-sequence): Doc fix.
26658         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
26659
26660 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26661
26662         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
26663
26664 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
26665
26666         * spam.el (spam-get-article-as-string): Update to use
26667         gnus-request-article-this-buffer, much simpler.
26668         (spam-get-article-as-buffer): Remove.
26669
26670 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
26671
26672         * message.el (message-expand-name): Use EUDC if the user uses that.
26673
26674 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26675
26676         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
26677         character for the encoding to avoid consing a string.
26678
26679         * rfc2047.el (rfc2047-decode-string): Don't cons a string
26680         unnecessarily.
26681
26682         * mm-util.el (mm-replace-chars-in-string): Remove.
26683
26684         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
26685         of mm-replace-chars-in-string.
26686
26687 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
26688
26689         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
26690
26691         * mm-util.el (mm-subst-char-in-string): Support inplace.
26692
26693         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
26694         a new string in every iteration.  Use shy groups.
26695
26696 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
26697
26698         * gnus-srvr.el (gnus-browse-unsubscribe-group):
26699         * gnus-soup.el (gnus-soup-group-brew):
26700         * gnus-msg.el (gnus-put-message):
26701         * gnus-move.el (gnus-group-move-group-to-server):
26702         * gnus-kill.el (gnus-batch-score):
26703         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
26704         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
26705         (gnus-group-update-group, gnus-group-read-group)
26706         (gnus-group-make-group, gnus-group-make-help-group)
26707         (gnus-group-make-archive-group, gnus-group-make-directory-group)
26708         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
26709         (gnus-group-sort-by-unread, gnus-group-catchup)
26710         (gnus-group-unsubscribe-group, gnus-group-kill-group)
26711         (gnus-group-yank-group, gnus-group-set-info)
26712         (gnus-group-list-groups):
26713         * gnus.el (gnus-generate-new-group-name):
26714         * gnus-delay.el (gnus-delay-send-queue):
26715         * nnvirtual.el (nnvirtual-catchup-group):
26716         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
26717         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
26718         (gnus-group-prepare-topics, gnus-topic-check-topology):
26719         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
26720         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
26721         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
26722         (gnus-group-make-articles-read):
26723         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
26724         (gnus-group-change-level, gnus-kill-newsgroup)
26725         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
26726         (gnus-get-unread-articles, gnus-make-articles-unread)
26727         (gnus-make-ascending-articles-unread): Use accessor
26728         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
26729         to get group information for improved readability.
26730
26731
26732 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26733
26734         * gnus-art.el (article-decode-mime-words, article-babel)
26735         (gnus-article-highlight-signature, gnus-article-add-buttons)
26736         (gnus-signature-toggle): Use gnus-with-article-buffer.
26737
26738         * gnus-art.el (gnus-article-highlight-headers)
26739         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26740
26741         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26742         (gnus-article-set-globals, gnus-request-article-this-buffer)
26743         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26744         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26745         (gnus-mime-display-alternative): Use with-current-buffer.
26746
26747 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26748
26749         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26750         also under 80 char limit, and call gnus-error if needed.
26751         (spam-fetch-article-header): Fix - it was a
26752         buffer-local variable (gnus-newsgroup-data).
26753         (spam-find-spam): Use spam-generate-fake-headers, forget about
26754         spam-insert-fake-headers.
26755         (spam-insert-fake-headers): Remove.
26756
26757 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26758
26759         * deuglify.el (gnus-article-outlook-unwrap-lines)
26760         (gnus-outlook-rearrange-article)
26761         (gnus-outlook-repair-attribution-outlook)
26762         (gnus-outlook-repair-attribution-block)
26763         (gnus-outlook-repair-attribution-other): Remove redundant
26764         save-excursion.
26765
26766 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26767
26768         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26769         (spam-fetch-field-subject-fast)
26770         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26771         (spam-fetch-article-header): Add functions to deal with Gnus
26772         internals for fast retrieval of article header data.
26773         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26774
26775 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26776
26777         * pop3.el (pop3-md5): Remove.
26778         (pop3-apop): Replace pop3-md5 with md5.
26779
26780         * mm-bodies.el: base64 is always built-in.
26781
26782         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26783         Use with-current-buffer.
26784
26785 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26786
26787         * canlock.el (canlock-insert-header): Remove excessive grouping in
26788         regexp.
26789
26790         * gnus-sum.el (gnus-summary-read-document): Ditto.
26791
26792         * gnus-uu.el (gnus-uu-part-number): Ditto.
26793
26794         * html2text.el (html2text-remove-tags): Ditto.
26795         (html2text-format-tags): Ditto.
26796         (html2text-format-single-elements): Ditto.
26797
26798         * mml.el (mml-parse-1): Ditto.
26799
26800 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26801
26802         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26803
26804         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26805
26806         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26807
26808         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26809
26810 2003-11-15  Simon Josefsson  <jas@extundo.com>
26811
26812         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26813         (pgg-gpg-lookup-key): Use regexp match instead of
26814         split-string (split-string is different between emacs 21.2 and
26815         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26816
26817 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26818
26819         * gnus-art.el (gnus-mime-view-all-parts)
26820         (gnus-article-part-wrapper, gnus-article-view-part):
26821         Use with-current-buffer.
26822
26823 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26824
26825         * spam.el (spam-disable-spam-split-during-ham-respool)
26826         (spam-spamoracle-database, spam-cache-lookups)
26827         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26828         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26829         (spam-group-ham-marks, spam-group-spam-marks)
26830         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26831         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26832         also add spam-use-blackholes to the statistical checks.
26833         (spam-fetch-field-fast): Add interface to fetching fields, may
26834         become a macro.
26835         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26836         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26837         (spam-insert-fake-headers): Fake an article when needed.
26838         (spam-find-spam): Fake article when possible.
26839         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26840         (spam-check-bogofilter-headers): Use message-fetch-field instead
26841         of nnmail-fetch-field.
26842
26843 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26844
26845         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26846
26847 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26848
26849         * spam.el (spam-split): Do not require spam-use-CHECK to be
26850         enabled if that check is passed to spam-split explicitly; also
26851         fix so 'spam doesn't get converted to spam-split-group when
26852         spam-split-symbolic-return is t.
26853         (spam-find-spam): Find registrations of the article and use those
26854         instead of re-running spam-split to find the spam/ham
26855         classification of the article.
26856         (spam-log-processing-to-registry, spam-log-registered-p)
26857         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26858         Use gnus-error instead of gnus-message.
26859         (spam-log-registration-type): Add function to determine the
26860         classification of a message based on registry entries; will
26861         return nil if both 'spam and 'ham are found.
26862         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26863         a reasonably fast local cache without the loading errors.
26864         (spam-cache-lookups): Set to t by default.
26865         (spam-find-spam): Don't try to guess spam-cache-lookups.
26866         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26867         spam-caches entry.
26868         (spam-filelist-build-cache, spam-filelist-check-cache):
26869         Fix caching of whitelist/blacklist entries.
26870         (spam-check-whitelist, spam-check-blacklist):
26871         Invoke spam-from-listed-p with a type, not a cache variable.
26872         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26873
26874 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26875
26876         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26877
26878         * nnmail.el (nnmail-split-fancy): do.
26879
26880         * mml.el (mml-parse): do.
26881
26882         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26883         (gnus-score-adaptive): do.
26884
26885 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26886
26887         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26888         (gnus-mime-button-map): Don't set keymap parent.
26889         (gnus-button-ctan-directory-regexp): Use shy grouping.
26890         (gnus-prev-page-map): Don't set keymap parent.
26891         (gnus-prev-page-map): Remove duplicated one.
26892         (gnus-next-page-map): Don't set keymap parent.
26893         (gnus-mime-security-button-map): Ditto.
26894
26895         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26896         version number.
26897
26898         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26899
26900 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26901
26902         * canlock.el (canlock-sha1-function): Remove.
26903         (canlock-sha1-function-for-verify): Remove.
26904         (canlock-openssl-program): Remove.
26905         (canlock-openssl-args): Remove.
26906         (canlock-ignore-errors): Remove.
26907         (canlock-sha1-with-openssl): Remove.
26908         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26909         (canlock-verify): Don't use canlock-ignore-errors.
26910
26911         * sha1-el.el (sha1-string-external): Make it can return a string
26912         in binary form.
26913         (sha1-region-external): Ditto.
26914         (sha1-string-internal): Ditto.
26915         (sha1-region-internal): Ditto.
26916         (sha1-region): Ditto.
26917         (sha1-string): Ditto.
26918         (sha1): Ditto.
26919
26920 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26921
26922         * spam.el (spam-report-articles-gmane): New command.
26923
26924 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26925
26926         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26927
26928         * run-at-time.el (run-at-time-saved): Remove.
26929         (run-at-time): Doc fix.
26930
26931 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26932
26933         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26934         (gnus-summary-limit-map): Add it.
26935         (gnus-summary-make-menu-bar): do.
26936
26937 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26938
26939         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26940         Make attempt at some caching support (done for BBDB only now).
26941         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26942         addresses to be checked.
26943         (spam-clear-cache-BBDB): Add function, to be invoked by
26944         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26945         (spam-check-BBDB): Check and use the caches, if
26946         spam-cache-lookups is on, remove superfluous (provide).
26947
26948 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26949
26950         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26951
26952 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26953
26954         * run-at-time.el (run-at-time-saved): Move to after the definition
26955         of `run-at-time'.
26956
26957         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26958
26959 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26960
26961         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26962         mm-w3m-local-map-property.
26963
26964         * mm-view.el (mm-w3m-mode-map): Remove.
26965         (mm-w3m-local-map-property): Remove.
26966         (mm-inline-text-html-render-with-w3m): Don't use
26967         mm-w3m-local-map-property.
26968
26969 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26970
26971         * run-at-time.el: New file.
26972
26973         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26974         under Emacs.
26975
26976         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26977         of gnus-set-text-properties.
26978
26979         * gnus-uu.el (gnus-uu-save-article): Ditto.
26980
26981         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26982
26983         * gnus-cite.el (gnus-cite-parse): Ditto.
26984
26985         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26986         of gnus-.
26987
26988         * gnus-xmas.el (run-at-time): Require run-at-time.
26989
26990         * gnus.el: Change calls to nnheader-run-at-time and
26991         password-run-at-time throughout to use run-at-time directly.
26992
26993         * password.el: Remove definition of run-at-time.
26994
26995         * nnheaderxm.el: Remove definition of run-at-time.
26996
26997 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26998
26999         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27000         in prompt.
27001
27002 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27003
27004         * messagexmas.el (message-xmas-redefine): Alias
27005         `message-make-caesar-translation-table' to
27006         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27007         version.
27008
27009         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27010         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27011         `gnus-xmas-set-text-properties'.
27012         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27013         `gnus-xmas-completing-read'.
27014         (gnus-xmas-completing-read): Removed.
27015         (gnus-xmas-open-network-stream): Removed.
27016
27017         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27018         XEmacs version.
27019
27020         * dns.el (dns-make-network-process): Use `open-network-stream'
27021         instead of `gnus-xmas-open-network-stream'.
27022
27023         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27024
27025         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27026
27027 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27028
27029         * gnus-art.el (gnus-mime-display-alternative)
27030         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27031         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27032         Don't use gnus-local-map-property.
27033
27034         * gnus-util.el (gnus-local-map-property): Remove.
27035
27036         * mm-view.el (mm-view-pkcs7-decrypt):
27037         Replace gnus-completing-read-maybe-default with completing-read.
27038
27039         * gnus-util.el (gnus-completing-read): do.
27040         (gnus-completing-read-maybe-default): Remove.
27041
27042 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27043
27044         * password.el: Only autoload `run-at-time' if not XEmacs.
27045         Only autoload the itimer functions if XEmacs.
27046
27047 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27048
27049         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27050         XEmacsen.
27051
27052         * dgnushack.el: Autoload executable-find for XEmacs.
27053
27054 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27055
27056         * gnus-art.el (gnus-read-string): Remove.
27057         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27058         read-string.
27059
27060 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27061
27062         * netrc.el: Autoload password-read.
27063         (netrc): Add configuration group.
27064         (netrc-encoding-method, netrc-openssl-path):
27065         Add variables for encoding and decoding of files with symmetric
27066         ciphers.
27067         (netrc-encode): Add assistant function to encode a file with
27068         netrc-encoding-method.
27069         (netrc-parse): Add interactive parameter, added optional
27070         decoding if netrc-encoding-method is non-nil but otherwise
27071         behavior is standard.
27072         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27073         Do s/encode/encrypt/ everywhere.
27074
27075         * spam.el: Remove executable-find autoload.
27076
27077 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27078
27079         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27080
27081         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27082
27083 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27084
27085         * gnus-art.el (gnus-treat-ansi-sequences)
27086         (article-treat-ansi-sequences): New variable and function.
27087         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27088
27089         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27090         Use it.
27091
27092 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27093
27094         * mm-util.el (mm-quote-arg): Remove.
27095
27096         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27097         shell-quote-argument.
27098
27099         * gnus-uu.el (gnus-uu-command): do.
27100
27101         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27102
27103         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27104         with make-char.
27105
27106         * mm-util.el (mm-make-char): Remove.
27107
27108         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27109         add-minor-mode.
27110
27111         * gnus-undo.el (gnus-undo-mode): do.
27112
27113         * gnus-topic.el (gnus-topic-mode): do.
27114
27115         * gnus-sum.el (gnus-dead-summary-mode): do.
27116
27117         * gnus-start.el (gnus-slave-mode): do.
27118
27119         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27120
27121         * gnus-ml.el (gnus-mailing-list-mode): do.
27122
27123         * gnus-gl.el (gnus-grouplens-mode): do.
27124
27125         * gnus-draft.el (gnus-draft-mode): do.
27126
27127         * gnus-dired.el (gnus-dired-mode): do.
27128
27129         * gnus-ems.el (gnus-add-minor-mode): 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         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27137         Replace gnus-char-width with char-width.
27138
27139         * gnus-ems.el (gnus-char-width): Remove.
27140
27141         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27142         definition.
27143         Remove Emacs 20 hash table compatibility code.
27144
27145         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27146         20 compatibility code.
27147
27148         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27149
27150         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27151
27152         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27153         Replace with point-at-{eol,bol}.
27154
27155         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27156
27157         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27158
27159         * flow-fill.el (fill-flowed-point-at-bol)
27160         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27161
27162         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27163         Replace with point-at-{eol,bol} throughout all files.
27164
27165 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27166
27167         * ntlm.el (ntlm-string-as-unibyte): New macro.
27168         (ntlm-build-auth-response): Use it.
27169
27170         Remove Emacs 20 stuff:
27171         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27172         (butlast, mapc, remove): Remove the compiler macros.
27173         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27174         of delq and copy-sequence.
27175         * gnus-art.el (popup-menu): Remove the compiler macro.
27176         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27177         Emacs 20.
27178
27179 2004-01-05  Simon Josefsson  <jas@extundo.com>
27180
27181         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27182         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27183         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27184         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27185         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27186         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27187         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27188         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27189         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27190         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27191         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27192         string-xor into ntlm-string-xor.
27193         Suggested by Jesper Harder <harder@myrealbox.com>.
27194
27195         * ntlm.el: Don't include poem.
27196
27197         * md4.el (print-int32, print-string-hexa): Remove.
27198         Suggested by Jesper Harder <harder@myrealbox.com>.
27199
27200         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27201
27202         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27203         probably breaks emacs with DL patch, but do we care? Is anyone
27204         still using the DL stuff?)
27205
27206         * sieve-manage.el: Use the password package.
27207         (sieve-manage-read-passwd): Remove.
27208         (sieve-manage-interactive-login): Use password.  Re-add
27209         condition-case around loop.
27210
27211         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27212         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27213         Use the password package.
27214
27215 2003-02-19  Simon Josefsson  <jas@extundo.com>
27216
27217         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27218         token.
27219
27220 2002-08-07  Simon Josefsson  <jas@extundo.com>
27221
27222         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27223         (sieve-manage-authenticators)
27224         (sieve-manage-authenticator-alist): Add some SASL mechs.
27225         (sieve-sasl-auth): New function.
27226         (sieve-manage-cram-md5-auth)
27227         (sieve-manage-plain-auth): Rewrite using SASL library.
27228         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27229         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27230         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27231         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27232
27233 2004-01-05  Simon Josefsson  <jas@extundo.com>
27234
27235         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27236         New files.
27237
27238 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27239
27240         * gnus-group.el (gnus-no-groups-message): Update.
27241
27242         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27243
27244 2003-11-09  Simon Josefsson  <jas@extundo.com>
27245
27246         * imap.el: Support for ID IMAP extension (RFC 2971).
27247         (imap-local-variables): Add imap-id.
27248         (imap-id): New variable.
27249         (imap-id): New function.
27250         (imap-parse-response): Parse untagged ID response.
27251         * nnimap.el (nnimap-id): New variable.
27252         (nnimap-open-connection): Use it.
27253
27254 2003-12-28  Simon Josefsson  <jas@extundo.com>
27255
27256         * gnus-score.el (gnus-score-edit-all-score): New.
27257         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27258
27259 2004-01-04  Simon Josefsson  <jas@extundo.com>
27260
27261         * password.el: Add.
27262
27263 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27264
27265         * dns.el (dns-query-types): Fix typo.
27266         (dns-query-types): New function.
27267         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27268         PTR and SOA replies, see RFC 1035.
27269
27270 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27271
27272         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27273
27274         * Move to Changelog.2.
27275
27276 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27277
27278         * gnus.el (gnus-version-number): Bump version.
27279
27280 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27281
27282         * gnus.el: No Gnus v0.1 is released.
27283
27284 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27285
27286         * gnus.el: No Gnus v0.0 is released.
27287
27288 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27289
27290         * gnus.el (gnus-version-number): Bump.
27291         (gnus-version): No.
27292
27293 See ChangeLog.2 for earlier changes.
27294
27295   Copyright (C) 2004-2014 Free Software Foundation, Inc.
27296
27297   This file is part of GNU Emacs.
27298
27299   GNU Emacs is free software: you can redistribute it and/or modify
27300   it under the terms of the GNU General Public License as published by
27301   the Free Software Foundation, either version 3 of the License, or
27302   (at your option) any later version.
27303
27304   GNU Emacs is distributed in the hope that it will be useful,
27305   but WITHOUT ANY WARRANTY; without even the implied warranty of
27306   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27307   GNU General Public License for more details.
27308
27309   You should have received a copy of the GNU General Public License
27310   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27311
27312 ;; Local Variables:
27313 ;; coding: utf-8
27314 ;; fill-column: 79
27315 ;; add-log-time-zone-rule: t
27316 ;; End: