lisp/ChangeLog: Fix last commit
[gnus] / lisp / ChangeLog
1 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-cloud.el (gnus-cloud-parse-version-1):
4         Use plist-get rather than CL's getf.
5         (gnus-activate-group, gnus-subscribe-group): Declare.
6
7         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
8
9 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10
11         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
12         buttons when toggling the header off.
13
14 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
15
16         * tls.el (tls-program): Reflow docstring.
17
18 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
19
20         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
21         groups work again.
22
23 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
24
25         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
26         999 correctly (i.e. "1,342").
27
28 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
29
30         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
31         out if the directory doesn't exist.
32
33 2014-03-07  Daiki Ueno  <ueno@gnu.org>
34
35         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
36         commands here; instead, only check if epg-config.el is available.
37
38 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
39
40         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
41         messages with embedded images.
42         (mml-generate-mime): Don't bug out if you don't have libxml.
43
44 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
45
46         * message.el (message-make-html-message-with-image-files): New command.
47
48 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
49
50         * gnus-group.el (gnus-group-make-group): Clarify prompt.
51
52         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
53
54 2014-02-23  David Engster  <deng@randomsample.de>
55
56         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
57         to stay compatible with older Emacsen, so replace `cl-loop' with
58         `loop'.
59
60 2014-02-22  Daniel Colascione  <dancol@dancol.org>
61
62         * auth-source.el (auth-source-secrets-listify-pattern): New function.
63         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
64         instead, build list of patterns.
65
66 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
67
68         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
69         Display header attachment buttons by gnus-article-prepare-display
70         rather than gnus-article-prepare so as to view in mml-preview as well.
71
72 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
73
74         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
75         in `auth-sources' means and link to EPA docs.
76
77 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
78
79         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
80         (bug#12375).
81
82 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
83
84         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
85         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
86
87 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
88
89         * message.el (message-tab): Mention what happens on normal tabs
90         (bug#11297).
91
92 2014-02-08  Glenn Morris  <rgm@gnu.org>
93
94         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
95
96 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
97
98         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
99         buttons that are hidden in unselected alternative part as well.
100         (gnus-mime-display-alternative): Redraw attachment buttons in header.
101
102         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
103
104 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
105
106         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
107         keystroke.
108         (gnus-server-toggle-cloud-server): Only allow clouding applicable
109         types.
110
111         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
112         with an empty string.
113
114 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
115
116         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
117         buffer-local in some buffers, so bind it explicitly in the buffer we're
118         trying to cancel the article in (bug#10808).
119
120 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
121
122         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
123         New functions.
124
125         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
126         New user option.
127         (gnus-mime-buttonize-attachments-in-header): New function.
128         (gnus-article-prepare): Use it.
129         (gnus-mime-inline-part): Suppress extra newline.
130         (gnus-mm-display-part): Save excursion;
131         remove useless deleting and adding of buttons.
132         (gnus-insert-mime-button): Allow insertion in the middle of a line.
133
134         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
135         Add gnus-mime-buttonize-attachments-in-header.
136
137 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
138
139         * nnimap.el (nnimap-request-articles): New command to download several
140         articles at once.
141
142         * gnus.el (gnus-variable-list): Save Cloud variables.
143
144         * gnus-int.el (gnus-request-accept-article): Doc fix.
145
146 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
147
148         * parse-time.el (parse-time-iso8601-regexp)
149         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
150         it more generally.
151
152 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
153
154         * gnus-cloud.el: New file to provide the Emacs Cloud.
155
156         * dgnushack.el: Silence XEmacs w3 warning.
157
158         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
159         `url-retrieve-synchronously', apparently.
160
161         * dgnushack.el: Silence XEmacs dns.el warning.
162
163         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
164         instead of in all files.
165
166         * dns.el (network-interface-list): Define for XEmacs.
167
168         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
169         XEmacs.
170
171         * nnrss.el (libxml-parse-html-region): Silence compilation error.
172
173 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
174
175         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
176         `gnus-group-split-fancy'.
177
178 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
179
180         * message.el (message-remove-header): Doc fix.
181         (message-forward-included-headers): New variable.
182         (message-remove-ignored-headers): Use it.
183
184 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
185
186         * nnir.el (nnir-request-update-mark): Don't try to update the source
187         group if we can't find it (bug#16611).
188
189 2014-01-31  Dave Abrahams  <dave@boostpro.com>
190
191         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
192
193 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
194
195         * dns.el (dns-servers-up-to-date-p): New function to see whether the
196         network interfaces changed.
197         (dns-query): Use it to flush the data.
198
199 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
200
201         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
202         from random face commands.
203         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
204         Face.
205         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
206         (gnus--random-face-with-type): Generic function returning a face-type
207         as a string.
208         (gnus--insert-random-face-with-type): Generic function inserting a face
209         in a message buffer header.
210         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
211         (gnus-insert-random-x-face-header): Rewritten to use
212         `gnus--insert-random-face-with-type`.
213         (gnus-random-face): Return random (png) Face as string.
214         (nus-insert-random-face-header): Insert random (png) Face in a message
215         buffer.
216
217 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
218
219         * mm-url.el: Remove all usage of w3.
220
221         * nnrss.el: Ditto.
222
223         * mm-decode.el: Ditto.
224
225         * mm-view.el: Ditto.
226
227         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
228         outdated and all Emacsen have url.el built-in.
229
230         * gnus-setup.el: Remove outdated file.
231
232 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
233
234         * gnus.el: Ma Gnus v0.9 is released.
235
236 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
237
238         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
239
240 2014-01-31  Dave Abrahams  <dave@boostpro.com>
241
242         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
243         in the summary buffer (bug#13769).
244
245 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
246
247         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
248         name if we're using a single article buffer.  Otherwise, it may point
249         to a killed buffer (bug#13756).
250
251 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
252
253         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
254         the match data, just save and restore it explictly (bug#12375).
255
256         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
257         that's needed.
258
259         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
260         the code once (bug#9069).
261
262 2014-01-18  Steinar Bang  <sb@dod.no>
263
264         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
265         reading.
266
267 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
268
269         * message.el (message-bury): Call bury-buffer with no argument
270         in the message-return-action case too.
271
272 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
273
274         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
275         (nnimap-split-fancy, nnimap-split-methods): Declare.
276
277         * mm-util.el (help-function-arglist): Declare.
278
279 2013-12-28  Glenn Morris  <rgm@gnu.org>
280
281         * gnus-sieve.el (gnus-sieve-select-method):
282         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
283         (gravatar-rating, gravatar-size):
284         * message.el (message-minibuffer-local-map):
285         * sieve-manage.el (sieve-manage-authenticators)
286         (sieve-manage-authenticator-alist): Specify custom types.
287
288         * hashcash.el (hashcash-program): Rename from hashcash-path.
289         Update callers.
290
291         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
292         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
293         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
294
295         * auth-source.el (auth-sources):
296         * nnmairix.el (nnmairix-propagate-marks-upon-close):
297         Fix custom types.
298
299         * tls.el (tls-certtool-program): Fix default value.
300
301 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
302
303         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
304         we get proper traces there, too.
305
306 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
307
308         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
309         value of the parameters if the current article has a Reply-To or From
310         field.
311
312 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
313
314         * gnus.el (gnus-group-buffer): Remove duplicate definition.
315
316 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
317
318         * gnus-sum.el (gnus-summary-exit): Stop animations.
319
320 2013-12-19  Juri Linkov  <juri@jurta.org>
321
322         * gnus.el (gnus-suppress-keymap):
323         * gnus-art.el (gnus-article-mode-map):
324         * gnus-group.el (gnus-group-mode-map):
325         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
326         Remove [backspace] key binding because it shadows DEL (bug#16035).
327
328         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
329
330 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
331
332         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
333         Make sure work directory exists.
334         (gnus-uu-digest-mail-forward): Store temporary files in work directory
335         rather than tmp directory.
336         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
337         not necessarily always run, with it.
338
339 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
340
341         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
342         value of gnus-icalendar-additional-identities work without restart.
343
344 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
345
346         * mm-util.el (mm-make-temp-file):
347         Alias to make-temp-file for modern Emacsen.
348
349 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
350
351         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
352         nnir-article-number and nnir-article-group.
353
354 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
355
356         * message.el (message-send-mail-with-sendmail):
357         Don't kill error buffer if sending fails.
358
359 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
360
361         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
362         (gnus-icalendar-event->org-entry)
363         (gnus-icalendar--update-org-event)
364         (gnus-icalendar-event->gnus-calendar): Distinguish between
365         required/optional/non-participant attendee status.  Fix bug causing
366         the first required event participant to be omitted.
367
368 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
369
370         * gnus-art.el (article-de-quoted-unreadable)
371         (article-de-base64-unreadable, gnus-mime-copy-part)
372         * gnus-html.el (gnus-article-html)
373         * mm-view.el (mm-inline-text-html-render-with-w3)
374         (mm-inline-text-html-render-with-w3m-standalone)
375         * rfc2231.el (rfc2231-decode-encoded-string):
376         Allow overriding charset by mm-charset-override-alist.
377
378         * gnus-art.el (gnus-article-browse-html-parts):
379         Replace LWSPs with `&nbsp;'s in header.
380
381         Work for broken Chinese articles.
382
383         * gnus-art.el (gnus-article-browse-html-save-cid-content):
384         Exclude broken handles that gnus-summary-enter-digest-group may create.
385         (gnus-article-browse-html-parts):
386         Allow overriding charset by mm-charset-override-alist.
387
388 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
389
390         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
391         (gnus-icalendar-identities): Support additional-identities.
392
393 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
394
395         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
396         org-timestamp for events ending at midnight.
397
398 2013-11-21  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
399
400         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
401         .log files.
402
403 2013-11-20  David Engster  <deng@randomsample.de>
404
405         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
406
407 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
408
409         * message.el (message-beginning-of-line):
410         Use beginning-of-visual-line when visual-line-mode is turned on.
411
412 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
413
414         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
415         (gnus-icalendar-event-from-ical)
416         (gnus-icalendar-event->org-entry)
417         (gnus-icalendar--update-org-event): Required/optional participation,
418         list of attendees synced to org.
419
420 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
421
422         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
423         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
424         cancellations to be synced to org if the original appt has an org
425         outline.
426
427 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
428
429         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
430         (gnus-icalendar-event->org-entry)
431         (gnus-icalendar--update-org-event)
432         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
433
434 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
435
436         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
437         Fix timezone handling in gnus-icalendar export to org.
438
439 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
440
441         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
442
443 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
444
445         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
446
447 2013-10-30  Glenn Morris  <rgm@gnu.org>
448
449         * gnus-group.el (gnus-group-browse-foreign-server):
450         * gnus-int.el (gnus-start-news-server):
451         Silence compiler obsolescence warning.
452
453 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
454
455         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
456         `nnoo-current-server' first, then for the actual `nnimap-address' to
457         allow netrc entries for the nnoo server to coexist with netrc entries
458         for the `nnimap-address'.
459
460 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
461
462         * mm-decode.el (mm-dissect-buffer): Revert last change.
463         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
464         The problem that motivated those changes was attributed to a broken
465         mail sender, and has been fixed.
466
467 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
468
469         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
470         token is missing in the Content-Type header.
471
472         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
473
474 2013-09-18  Glenn Morris  <rgm@gnu.org>
475
476         * gnus-util.el (image-size): Declare.
477
478 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
479
480         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
481         (gnus-icalendar-event-from-ical)
482         (gnus-icalendar-event--build-reply-event-body)
483         (gnus-icalendar-event-reply-from-buffer)
484         (gnus-icalendar-find-org-event-file)
485         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
486         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
487
488         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
489
490 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
491
492         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
493         Use save-current-buffer.
494         (gnus-tree-mode-map): Initialize in the declaration.
495         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
496         (scroll-in-place): Defvar it.
497         (gnus-tmp-*): Defvar them.
498         (gnus-get-tree-buffer): Use derived-mode-p.
499         (gnus--let-eval): New macro.
500         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
501         non-prefixed variables.
502         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
503
504         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
505         vars since it doesn't seem to be available.
506         (gnus-set-global-variables, gnus-summary-read-group-1)
507         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
508         (gnus-summary-display-article, gnus-summary-select-article)
509         (gnus-summary-next-article, gnus-offer-save-summaries)
510         (gnus-summary-generic-mark): Use derived-mode-p.
511         (gnus-summary-read-group-1, gnus-summary-exit)
512         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
513         Adjust calls to gnus-tree-close and gnus-tree-open.
514
515         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
516
517         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
518         (gnus-agent-mode): Use derived-mode-p.
519         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
520         gnus-command-method and *-command-method to nil, but bind
521         gnus-command-method to *-command-method instead!
522         (gnus-agent-fetch-articles): Remove unused var `id'.
523         (gnus-agent-fetch-headers): Remove unused arg `force'.
524         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
525         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
526         (gnus-agent-short-article, gnus-agent-long-article)
527         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
528         first use.
529         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
530         `score-param'.
531         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
532         (gnus-get-predicate): Push in front of the cache, rather than end.
533         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
534         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
535         (gnus-agent-expire-unagentized-dirs): Don't rebind
536         gnus-agent-expire-current-dirs since the defvar silences the warning.
537         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
538         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
539         (gnus-agent-regenerate): Simplify interactive spec and doc.
540
541 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
542
543         * gnus-int.el (gnus-open-server): Silence compiler.
544
545         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
546
547         * message.el (message-display-completion-list): Abolish.
548         (message-completion-in-region): Use display-completion-list.
549
550 2013-09-17  Glenn Morris  <rgm@gnu.org>
551
552         * gnus-util.el (gnus-message-with-timestamp-1):
553         Use `messages-buffer' function if available.  Ignore read-only.
554
555 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
556
557         * message.el (message-expand-group, message-completion-in-region):
558         Correct the order of start and end of a region.
559
560 2013-09-13  Glenn Morris  <rgm@gnu.org>
561
562         * mml2015.el (gnus-create-image): Autoload it.
563
564         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
565
566         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
567         (image-size): Declare.
568
569 2013-09-12  Glenn Morris  <rgm@gnu.org>
570
571         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
572         Avoid using `find', which i) might not be defined at runtime;
573         ii) does not work, since its default test is eql, not equal.
574         (gnus-mime-action-alist): Declare.
575
576 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
577
578         * score-mode.el (gnus-score-mode-map): Move initialization
579         into declaration.
580         (gnus-score-mode): Use define-derived-mode.
581         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
582         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
583         into declaration.
584         (gnus-kill-file-mode): Use define-derived-mode.
585         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
586         Use derived-mode-p.
587         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
588         (gnus-group-setup-buffer, gnus-group-name-at-point)
589         (gnus-group-make-web-group, gnus-group-enter-directory)
590         (gnus-group-suspend): Use derived-mode-p.
591         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
592         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
593         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
594         (gnus-article-setup-buffer, gnus-article-prepare)
595         (gnus-article-prepare-display, gnus-sticky-article)
596         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
597         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
598         (gnus-article-read-summary-keys): Use derived-mode-p.
599
600 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
601
602         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
603
604 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
605
606         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
607         shift_jis from the default value set for Japanese users.
608
609 2013-08-13  Glenn Morris  <rgm@gnu.org>
610
611         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
612
613         * gnus.el (gnus-valid-select-methods): Fix type.
614
615         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
616
617 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
618
619         * mm-decode.el (mm-display-external): Run a timer for the temp files
620         deletion after a viewer exits; add a deletion timer for the needsterm
621         case, too.
622
623         * mm-decode.el (mm-display-external): Try to delete temporary files by
624         using a 1-min. timer.
625
626 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
627
628         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
629         New internal variables.
630         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
631         (mm-display-external): Use it to delete temporary files instead of
632         using timers.
633
634 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
635
636         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
637
638 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
639
640         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
641         with cond for backwards compatability.
642
643 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
644
645         * mm-decode.el (mm-display-external): Bind process-connection-type to
646         nil; don't delete a temp file immediately even if a viewer finishes,
647         since it may be a shell script, like xdg-open, that launches a real
648         viewer program belatedly.
649
650 2013-08-05  Dave Abrahams  <dave@boostpro.com>
651
652         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
653         that we can create nndoc groups that excerpt other groups.
654
655 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
656
657         * gnus-delay.el (gnus-delay-article): Fix typo.
658
659         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
660         articles.
661
662         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
663         we can get spell-checking etc.
664
665 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
666
667         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
668         a single one used for encoding the whole text in a header.
669
670 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
671
672         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
673         doesn't work properly on XEmacs.
674
675 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
676
677         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
678         before sending.
679
680         * dgnushack.el (dgnushack-compile): Add a temporary check for
681         gnus-icalendar.
682
683         * mm-decode.el (mm-command-output): New face.
684         (mm-display-external): Use it.
685
686 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
687
688         * nnmbox.el (nnmbox-request-article): Don't change point.
689
690 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
691
692         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
693         Include `handle' parameter.
694
695 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
696
697         * gnus-icalendar.el: New file.
698
699 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
700
701         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
702
703         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
704         dummy roots, too.
705
706 2013-08-01  David Edmondson  <dme@dme.org>
707
708         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
709         out on ttys.
710
711 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
712
713         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
714         not empty.
715
716         * nnrss.el (nnrss-discover-feed): Indent.
717
718 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
719
720         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
721
722 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
723
724         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
725         dirty to ensure nnimap data being saved.
726
727 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
728
729         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
730         menu entry.
731
732         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
733         the current thread's total score instead of the current article's
734         score.
735
736         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
737         (gnus-sort-threads-recursively): Delete defcustom.
738         (gnus-sort-threads-recursive): Adapt accordingly.
739
740 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
741
742         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
743         (gnus-sort-threads-recursive): Use it.
744         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
745         again.  Now that determines how to sort subthreads.
746
747 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
748
749         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
750         (gnus-sort-threads): Use it.
751
752 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
753
754         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
755         punctuation characters follow parentheses (bug#14950).
756
757 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
758
759         * gnus.el (gnus-continuum-version):
760         * gnus-msg.el (gnus-extended-version): Simplify.
761
762         * gnus.el (gnus-continuum-version-1): Remove.
763         * gnus-msg.el (gnus-bug): Revert.
764
765         Calculate gnus-version correctly on Cygwin.
766
767         * gnus.el (gnus-continuum-version): Do main calculations in integers.
768         (gnus-continuum-version-1): New function, return a string.
769
770         * gnus-msg.el (gnus-extended-version, gnus-bug):
771         Use gnus-continuum-version-1 instead of gnus-continuum-version.
772
773 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
774
775         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
776         (bug#13384).
777
778 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
779
780         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
781         that were only relevant in a development version a long time ago.
782
783 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
784
785         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
786         that the old Emacs 24s bundle.
787
788 2013-07-10  David Engster  <deng@randomsample.de>
789
790         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
791         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
792         fixes a bug in Emacs trunk where the 'unexist' marks were always
793         removed at startup because "Gnus v5.13" was considered smaller than "Ma
794         Gnus v0.03".
795
796 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
797
798         * gnus.el (gnus-summary-line-format): Reference
799         `gnus-user-date-format-alist' for the &user-date; format, not
800         `gnus-summary-user-date-format-alist'.
801
802 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
803
804         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
805         delete files (bug#13481).
806
807 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
808
809         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
810
811 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
812
813         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
814         display images.
815
816         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
817
818         * message.el (message-cancel-news): According to
819         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
820         preferred over "cmsg cancel" in the Subject.
821
822         * nnir.el (nnir-engines): Note that the group specs are regexps
823         (bug#13238).
824
825         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
826         gotten read-only text properties, ensure that those aren't heeded when
827         copying stuff over (bug#13434).
828
829         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
830         (bug#13762).
831
832 2013-07-05  David Kastrup  <dak@gnu.org>
833
834         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
835         authinfo file again (important for blank passwords).  This had been
836         broken with 2013-06-15 change.
837
838 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
839
840         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
841         Revert 2013-01-14 change.
842
843 2013-07-02  Daiki Ueno  <ueno@gnu.org>
844
845         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
846         of 'create-image' for XEmacs compatibility; check errors when decoding
847         image.  Reported by Uwe Brauer.
848
849 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
850
851         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
852         gnus-button-push revised at 2011-01-19.
853
854 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
855
856         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
857         now live in the lisp/net Emacs 24 repository.
858
859 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
860
861         * eww.el (eww-update-header-line-format): Quote % characters.
862
863 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
864
865         * eww.el (eww-process-text-input): Display passwords as asterisks.
866
867         * shr.el (shr-make-table-1): Protect against invalid column-spans.
868
869 2013-06-19  Tom Tromey  <tromey@redhat.com>
870
871         * eww.el (eww-top-url): Remove.
872         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
873         (eww-render): Set new variables.  Don't set eww-top-url.
874         (eww-handle-link): Handle "prev", "home", and "contents".
875         Downcase the rel text.
876         (eww-top-url): Choose best top URL.
877
878 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
879
880         * eww.el: Rewrite to implement form elements "by hand" instead of
881         relying in widget.el.  Using widget.el leads to too many
882         user interface inconsistencies.
883         (eww-self-insert): Implement entering commands in text fields.
884         (eww-process-text-input): New function to make text input field editing
885         work.
886         (eww-submit): Rewrite to use the new-style form methods.
887         (eww-select-display): Display the correct selected item.
888         (eww-change-select): Implement changing the select value.
889         (eww-toggle-checkbox): Implement radio/checkboxes.
890         (eww-update-field): Fix compilation error.
891         (eww-tag-textarea): Implement <textarea>.
892
893         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
894         don't shadow mode-specific bindings.
895
896         * eww.el (eww-browse-url): Don't push stuff onto history if there's
897         nothing to push.
898
899         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
900
901 2013-06-19  Glenn Morris  <rgm@gnu.org>
902
903         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
904
905 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
906
907         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
908
909 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
910
911         * shr.el (shr-make-table-1): Implement <td rowspan>.
912         (shr-table-horizontal-line): Allow nil as a value, and change the
913         default.
914         (shr-insert-table-ruler): Respect the nil value.
915
916 2013-06-18  Tom Tromey  <tromey@barimba>
917
918         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
919         New defvars.
920         (eww-open-file): New defun.
921         (eww-render): Initialize new variables.
922         (eww-display-html): Handle "link" and "a".
923         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
924         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
925         (eww-back-url): Rename from eww-previous-url.
926         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
927         defuns.
928
929 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
930
931         * shr.el (shr-tag-table): Insert the images after the table, so that
932         they're not covered by the table colourisation, which often looked
933         awkward.
934         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
935         <dd>.
936         (shr-make-table-1): Implement <td colspan=> support.
937         (shr-insert-document): Use one less than window width if `shr-width' is
938         nil, since otherwise things may get one character too wide.
939
940 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
941
942         * eww.el (eww-detect-charset): Improve regexp; move backward.
943
944 2013-06-18  Glenn Morris  <rgm@gnu.org>
945
946         * mm-decode.el (widget-convert-button): Autoload.
947
948         * sieve-manage.el (mm-enable-multibyte): Autoload.
949
950         * shr.el (libxml-parse-html-region): Declare.
951         (shr-render-buffer): Explicit error if no libxml2 support.
952
953 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
954
955         * auth-source.el (auth-source-current-line): New function.
956         (auth-source-netrc-parse-entries): When a data token is "machine",
957         assume we're in the wrong place and abort parsing the current line.
958
959 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
960
961         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
962         (eww-convert-widgets): Don't bug out if the first widget starts at the
963         beginning of the buffer.
964         (eww-convert-widgets): Fix last patch.
965         (eww-tag-input): Support <input type=image>.
966
967         * shr.el (shr-insert-table): Respect border-collapse: collapse.
968         (shr-tag-base): Protect against base specs that are degenerate.
969         (shr-ensure-paragraph): Don't delete empty lines that have text
970         properties, because these may be input fields.
971
972         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
973         we can navigate to them.
974
975         * shr.el (shr-colorize-region): Put the colours over the entire region.
976         (shr-inhibit-decoration): New variable.
977         (shr-add-font): Use it to inhibit text property decorations while doing
978         preliminary table renderings.  This speeds up typical Wikipedia page
979         renderings by 15%.
980         (shr-tag-span): Don't respect the <title>, because that overwrites the
981         help-echo from links inside the spans.
982         (shr-next-link): Use `help-echo' for navigation, so that we can
983         navigate to form elements, too.
984
985         * eww.el (eww-button): New face.
986         (eww-convert-widgets): Use it to make submit buttons more button-like.
987
988         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
989         that Gnus commands work.
990
991         * shr.el (shr-render-td): Support horizontal alignment.
992
993         * eww.el (eww-put-color): Removed.
994         (eww-colorize-region): Use `add-face-text-property'.
995
996         * shr.el (shr-add-font): Append face data, so that we get the correct
997         precedence: The innermost value (which is applied first) wins.
998         (shr-make-overlay): Obsolete function.
999
1000         * mm-decode.el (mm-convert-shr-links): New function to convert
1001         new-style shr URL links into widgets.
1002         (mm-shr): Use it.
1003
1004         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1005         widget commands, since we're no longer using widgets for links.
1006
1007         * shr.el (shr-next-link): New command.
1008         (shr-previous-link): New command.
1009         (shr-urlify): Don't use `widget-convert', because that's slow.
1010         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1011         because collecting the overlays and reapplying them when generating
1012         tables is slow.
1013         (shr-insert-table): Ditto.
1014
1015 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1016
1017         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1018         * shr.el (browse-url): Require `url'.
1019         * eww.el (url): Require format-spec.
1020
1021 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1022
1023         * eww.el (eww-display-html): Default to using the entire window width.
1024         (eww-browse-url): Don't add a User-Agent header (twice), because that
1025         makes Bing refuse connection.
1026
1027         * shr.el (shr-make-table): Cache the table rendering at the table
1028         level, and not the <td> level.  This is a bit faster.
1029
1030         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1031         #id.
1032
1033         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1034         browsers don't.
1035         (shr-expand-url): Respect #anchor links.
1036         (shr-parse-base): Chop off the anchor before using.
1037         (shr-descend): Respect display: none.
1038         (shr-descend): Allow marking elements that have certain IDs.
1039
1040         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1041
1042         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1043
1044         * eww.el (eww-tag-textarea): Support <textarea>.
1045
1046 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1047
1048         * shr.el (shr-dom-to-xml): Fixed function call.
1049
1050         * eww.el (eww): New group.
1051         (eww-header-line-format): New custom variable.
1052         (eww-current-title): New variable.
1053         (eww-display-html): Update header and handle title tag.
1054         (eww-update-header-line-format): New function.
1055         (eww-tag-title): New function.
1056
1057         * shr.el (shr-dom-to-xml): New function.
1058         (shr-tag-svg): Add support for the SVG tag.
1059         (shr-bullet): New custom variable.
1060         (shr-tag-li): Support custom bullet in unordered lists.
1061
1062 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1063
1064         * shr.el (shr-expand-url): Respect // URLs.
1065
1066         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1067         put a background colour onto the entire buffer.
1068         (eww-render): When being redirected, use the redirect URL as the new
1069         base URL.
1070
1071         * shr.el (shr-parse-base): Fix parsing error.
1072
1073         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1074
1075         * shr.el (shr-parse-base): New function.
1076         (shr-expand-url): Use it to expand relative URLs reliably.
1077
1078 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1079
1080         * auth-source.el (auth-source-search-collection): Fix docstring.
1081         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1082         single-quoted strings and multiline entries.
1083         (auth-source-netrc-parse-next-interesting)
1084         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1085         functions to support parser.
1086
1087 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1088
1089         * eww.el (eww-submit): Get submit button logic right when hitting RET
1090         on non-submit buttons.
1091
1092         * shr.el: Remove shr-preliminary-table-render, since that can't really
1093         be used for anything in practice.
1094
1095 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1096
1097         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1098         (sieve-manage-quit).
1099
1100 2013-06-14  Glenn Morris  <rgm@gnu.org>
1101
1102         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1103
1104 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1105
1106         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1107         control the maximum size of photo ID image.
1108         (mml2015-epg-key-image-to-string): Respect it.
1109
1110 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1111
1112         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1113         instead of the final one so that we can more easily distinguish them.
1114
1115         * eww.el (eww-submit): Compute the submission URL correctly.
1116
1117 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1118
1119         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1120         Use plist-get rather than CL's getf.
1121         (sieve-manage-parse-capability): Avoid CL's remove-if.
1122
1123 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1124
1125         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1126         (sieve-manage-quit).
1127
1128 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1129
1130         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1131         last slash.
1132
1133         * eww.el (eww-tag-select): Use the first value as the default value.
1134
1135 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1136
1137         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1138         (eww-mode): Use `define-derived-mode'.
1139         (eww-parse-headers): Parse headers from beginning of buffer so that
1140         file:// links work.
1141
1142 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1143
1144         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1145
1146 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1147
1148         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1149         to handle them at all.
1150
1151 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1152
1153         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1154         work, too.
1155         (eww-tag-select): Implement <select>.
1156
1157 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1158
1159         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1160         stream managing functions by using open-protocol-stream to do most of
1161         the work.  Has the nice benefit of enabling STARTTLS.
1162         Wait for capabilities after STARTTLS: following RFC5804, the server
1163         sends new capabilities after successfully establishing a TLS connection
1164         with the client.  The client should update the cached list of
1165         capabilities, but we just ignore the answer for now.
1166         (sieve-manage-network-p, sieve-manage-network-open)
1167         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1168         (sieve-manage-forward, sieve-manage-streams)
1169         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1170         API, nor called by any other function.
1171         Enable Multibyte for SieveManage buffers: The parser won't properly
1172         handle umlauts and line endings unless multibyte is turned on in the
1173         process buffer.
1174
1175 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1176
1177         * eww.el (eww-tag-input): Support password fields.
1178         (eww-submit): Support POST.
1179
1180 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1181
1182         * eww.el (eww-tag-form): Protect against degenerate forms.
1183
1184         * shr.el (shr-expand-url): Expand URLs that start with a slash
1185         correctly.
1186
1187         * eww.el (eww-submit): Get submit button logic right.
1188
1189         * shr.el (shr-final-table-render): New variable to signal when we're
1190         doing the final table rendering so that we can collect more data at
1191         that point.
1192
1193         * eww.el (eww-submit): Make form submission work.
1194         (eww-tag-input): Implement submit buttons.
1195         (eww-click-radio): Implement radio and checkboxes.
1196         (eww-submit): Handle hidden elements.
1197
1198         * shr.el (shr-descend): Allow other packages to override (or provide)
1199         rendering of elements.
1200         (shr-expand-url): Strip query strings from URLs before expanding them.
1201
1202         * eww.el: Don't require cl-lib.
1203         (eww-tag-form): Start form support.
1204
1205         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1206
1207         * eww.el: Start writing a new, tiny web browser.
1208         (eww-previous-url): New command.
1209         (eww-quit): New command.
1210
1211 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1212
1213         * sieve.el: Put point at beginning of buffer when viewing a script.
1214         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1215         number in sieve-buffer's header.  Fixed code to also work with a string
1216         as port specifier.  Properly close the connection on pressing 'q'.  Make
1217         sieve-manage-quit close the connection and process buffer.  Also, remove
1218         duplicate keybinding for 'q'.
1219
1220 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1221
1222         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1223         make it easier to read.
1224         (mm-pkcs7-enveloped-magic): Ditto.
1225
1226 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1227
1228         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1229         before `image-type-available-p' to avoid loading the image libraries
1230         needlessly.
1231
1232 2013-06-05  David Engster  <deng@randomsample.de>
1233
1234         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1235         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1236         to see whether the group was synced before.
1237
1238 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1239
1240         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1241         when opening the connection.
1242         Suggested by João Távora <joaotavora@gmail.com> in
1243         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1244
1245 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1246
1247         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1248         assume Date header begins with "Date", that may be customized into
1249         something like "X-Sent" using gnus-article-time-format.
1250         (article-transform-date): Allow multi-line Date header.
1251
1252 2013-06-02  David Engster  <deng@randomsample.de>
1253
1254         * registry.el (initialize-instance, registry-lookup)
1255         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1256         (registry-lookup-secondary-value, registry-search, registry-delete)
1257         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1258         not wrap methods in `eval-and-compile'.  This breaks due to latest
1259         changes in EIEIO (introduction of eieio-core.el).
1260
1261 2013-05-30  Glenn Morris  <rgm@gnu.org>
1262
1263         * nnmail.el (nnmail-fancy-expiry-target):
1264         Also bind mail-dont-reply-to-names.
1265
1266         * spam-stat.el (spam-stat-save):
1267         No need to tweak font-lock in temp buffers.
1268
1269         * shr.el (shr-put-image): Silence compiler.
1270
1271 2013-05-29  Glenn Morris  <rgm@gnu.org>
1272
1273         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1274
1275         * gnus-group.el (gnus-sequence-of-unread-articles)
1276         (gnus-summary-add-mark, gnus-mark-article-as-read)
1277         (gnus-group-make-articles-read): Declare.
1278
1279         * gnus-sum.el (gnus-parameter-list-identifier)
1280         (gnus-article-stop-animations, gnus-stop-downloads)
1281         (gnus-article-only-boring-p, article-goto-body)
1282         (gnus-flush-original-article-buffer, article-narrow-to-head)
1283         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1284         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1285
1286         * gnus.el: No need to eval-and-compile autoloads.
1287
1288         * gravatar.el (help-function-arglist): Autoload.
1289
1290         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1291
1292         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1293
1294         * spam.el: No need to load spam-report when compiling.
1295         No need to eval-and-compile autoloads.
1296         (spam-report-resend-to): Declare.
1297         (spam-report-resend-register-routine): Require 'spam-report.
1298
1299 2013-05-24  Julien Danjou  <julien@danjou.info>
1300
1301         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1302         setup.
1303
1304 2013-05-23  Glenn Morris  <rgm@gnu.org>
1305
1306         * gnus-util.el (rmail-swap-buffers-maybe)
1307         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1308         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1309         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1310
1311         * mm-decode.el: No need to load term when compiling.
1312         (term-mode, term-char-mode): Declare.
1313
1314         * mm-util.el: No need to load jka-compr when compiling.
1315         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1316
1317         * nnmaildir.el: Require is automatically eval-and-compile.
1318         (nnmail): Require at run-time too.
1319
1320         * registry.el (registry-size): Move definition before use.
1321
1322 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1323
1324         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1325         signed data to conform the standard.  (Bug#14232)
1326
1327 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1328
1329         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1330         double angle quotation mark.
1331
1332 2013-05-20  Glenn Morris  <rgm@gnu.org>
1333
1334         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1335
1336 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1337
1338         * message.el (message-insert-formatted-citation-line): handle finding
1339         first/lastname when more than 2 names appear.
1340
1341 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1342
1343         * shr.el (shr-tag-span): New function.
1344
1345 2013-05-18  Glenn Morris  <rgm@gnu.org>
1346
1347         * message.el (message-mode): Use message-mode-abbrev-table,
1348         with text-mode-abbrev-table as parent.  (Bug#14413)
1349
1350 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1351
1352         * message.el (message-expand-group): Decode group names.
1353
1354 2013-05-16  Julien Danjou  <julien@danjou.info>
1355
1356         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1357         app-icon.
1358
1359 2013-05-15  Glenn Morris  <rgm@gnu.org>
1360
1361         * shr-color.el (shr-color-visible-luminance-min)
1362         (shr-color-visible-distance-min): Use shr-color group.
1363
1364 2013-05-11  Glenn Morris  <rgm@gnu.org>
1365
1366         * gnus-vm.el: Make it loadable without VM.
1367         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1368         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1369
1370 2013-05-09  Glenn Morris  <rgm@gnu.org>
1371
1372         * mml1991.el: Make it loadable.  (Bug#13456)
1373
1374         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1375         * gnus-async.el (gnus-async-post-fetch-function):
1376         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1377         * gnus-html.el (gnus-html-image-cache-ttl):
1378         * gnus-notifications.el (gnus-notifications-timeout):
1379         * gnus-picon.el (gnus-picon-properties):
1380         * gnus-util.el (gnus-completion-styles):
1381         * gnus.el (gnus-other-frame-resume-function):
1382         * message.el (message-user-organization-file)
1383         (message-cite-reply-position):
1384         * nnir.el (nnir-summary-line-format)
1385         (nnir-retrieve-headers-override-function):
1386         * shr-color.el (shr-color-visible-luminance-min):
1387         * shr.el (shr-blocked-images):
1388         * spam-report.el (spam-report-resend-to):
1389         * spam.el (spam-summary-exit-behavior): Fix custom types.
1390
1391         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1392
1393 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1394
1395         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1396         because of let-binding help-xref-following.  (Bug#14356)
1397
1398 2013-05-06  Glenn Morris  <rgm@gnu.org>
1399
1400         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1401
1402 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1403
1404         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1405         entering into the registry.
1406
1407 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1408
1409         * gnus.el: Ma Gnus v0.7 is released.
1410
1411 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1412
1413         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1414         (Bug#14304)
1415
1416 2013-04-27  Glenn Morris  <rgm@gnu.org>
1417
1418         * gnus.el (gnus-list-debbugs):
1419         Use require rather than autoload.  (Bug#14262)
1420
1421 2013-04-27  Julien Danjou  <julien@danjou.info>
1422
1423         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1424         port to "sieve" now that it has an official IANA port assigned.
1425
1426 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1427
1428         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1429         Don't set the MAILHOST environment variable permanently (Bug#14271).
1430
1431 2013-04-26  Glenn Morris  <rgm@gnu.org>
1432
1433         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1434
1435 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1436
1437         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1438         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
1439
1440 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1441
1442         * nnir.el (nnir-close-group): Make sure we are in the right group.
1443
1444         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1445         dependency table from all newly retrieved headers.
1446
1447 2013-04-16  David Edmondson  <dme@dme.org>
1448
1449         Support <img src="data:...">.
1450
1451         * shr.el (shr-image-from-data): New function.
1452         (shr-tag-img): Use it.
1453
1454 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1455
1456         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1457         group.
1458
1459 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1460
1461         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1462         corresponding to any existing group (Bug#14166).
1463
1464 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1465
1466         * nnir.el (number-sequence): No longer used.
1467         (nnir-request-set-mark): New function.
1468         (nnir-request-update-info): Improve marks updating.
1469         (nnir-request-scan): Don't duplicate marks updating.
1470         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1471         Use 'assq rather than 'assoc.  Quote anonymous function.
1472         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1473         Use 'gnus-group-prefixed-p.
1474         (gnus-summary-create-nnir-group): Make sure server for method is open.
1475
1476 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1477
1478         * nnir.el (gnus-nnir-group-p): New function.
1479         (nnir-possibly-change-group): Use it.
1480
1481         * gnus-msg.el (gnus-setup-message): Use it.
1482
1483 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1484
1485         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1486         `initial-input' for the argument name.
1487         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1488
1489 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1490
1491         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1492         (used by MH-E).
1493
1494 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1495
1496         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1497         group.
1498
1499         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1500         fix compilation.
1501
1502 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1503
1504         * nnir.el (nnir-method-default-engines): And another typo.
1505
1506 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1507
1508         * nnir.el (nnir-method-default-engines): Fix typo.
1509
1510 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1511
1512         * nnir.el: Define 'number-sequence for xemacs.
1513         (gnus-summary-create-nnir-group): New function to create an nnir group
1514         from an nnir summary buffer based on the current query.
1515         (nnir-request-create-group): Update to allow nnir group creation based
1516         on the current query.
1517
1518 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1519
1520         * nndraft.el (nndraft-request-expire-articles):
1521         Make expiry target always `delete'.
1522
1523 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1524
1525         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1526         buffer use the posting-style and gcc of the original article group.
1527         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1528
1529         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1530         after other deffoos.
1531
1532 2013-03-25  Andrew Cohen  <cohen@bu.edu>
1533
1534         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1535         management.  Marks are now shown in nnir summary buffers.  Rudimentary
1536         support for real (i.e. not ephemeral) nnir groups.
1537         (gnus-summary-make-nnir-group): New function for initiating searches
1538         from a summary buffer.
1539
1540 2013-03-18  Sam Steingold  <sds@gnu.org>
1541
1542         * message.el (message-bury): Minor cleanup.
1543
1544 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1545
1546         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
1547
1548 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1549
1550         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1551         nnml-request-list.  (Bug#13873)
1552         (nndir-request-newsgroups): Remove, unused.
1553
1554         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1555
1556 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1557
1558         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
1559         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
1560         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
1561
1562 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1563
1564         * shr.el: Make all the overlays set the `evaporate' property so that
1565         they're removed properly.
1566
1567 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1568
1569         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1570         shell-quote-argument.
1571
1572 2013-02-22  David Engster  <deng@randomsample.de>
1573
1574         * gnus-registry.el (gnus-registry-save): Provide class name when
1575         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
1576         `condition-case' to stay compatible with older EIEIO versions which
1577         only accept one argument.
1578
1579 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1580
1581         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1582         (epg-user-id-validity): Autoload.
1583         (mml2015-epg-check-user-id): New function.
1584         (mml2015-epg-check-sub-key): New function split from
1585         mml2015-epg-find-usable-key.
1586         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1587         optional name-is-key-id, to handle the case when user-id is unusable.
1588         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1589
1590 2013-02-17  Glenn Morris  <rgm@gnu.org>
1591
1592         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1593
1594 2013-02-16  Glenn Morris  <rgm@gnu.org>
1595
1596         * shr.el (shr-put-image): Only animate images that specify a delay.
1597         This is consistent with the old image-animated-p behavior.
1598
1599 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1600
1601         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1602         for XEmacs.
1603
1604 2013-02-13  Juri Linkov  <juri@jurta.org>
1605
1606         * gnus-art.el (gnus-article-mode-map):
1607         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1608         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1609
1610 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1611
1612         * auth-source.el (auth-source-format-prompt): Don't get confused by
1613         any "\" in replacement text.  (Bug#13637)
1614
1615 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1616
1617         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1618         (gnus-backend-trace): Honour gnus-backend-trace.
1619
1620         * mml.el (mml-insert-part): Insert closing tag.
1621
1622         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1623
1624 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1625
1626         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1627         able to find the article, which can happen in debbugs groups,
1628         apparently.
1629
1630 2013-01-16  Glenn Morris  <rgm@gnu.org>
1631
1632         * smiley.el (smiley-style): Make the file loadable in batch mode.
1633
1634 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1635
1636         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1637         imap process running.
1638
1639 2013-01-14  Julien Danjou  <julien@danjou.info>
1640
1641         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1642         Compare addresses against addresses, not against the full From field.
1643
1644 2013-01-13  Richard Stallman  <rms@gnu.org>
1645
1646         * message.el (message-forward-make-body-mime): New args BEG, END
1647         specify what part of FORWARD-BUFFER to use.  Do the work directly
1648         instead of calling `mml-insert-buffer'.
1649
1650 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1651
1652         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1653         cross-reference(s).
1654
1655         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1656         cross-reference(s).
1657
1658 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1659
1660         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1661         and point-max-marker.
1662         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1663
1664 2013-01-11  Julien Danjou  <julien@danjou.info>
1665
1666         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1667         max are almost equal.  Also return the correct value for V which is
1668         already between 0 and 1.
1669
1670 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1671
1672         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1673         to mml2015-encrypt-to-self.
1674         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1675
1676 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1677
1678         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1679         mml-smime-epg-find-usable-secret-key.
1680
1681 2013-01-08  Glenn Morris  <rgm@gnu.org>
1682
1683         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1684
1685 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1686
1687         * mml-smime.el: Support signing by sender.
1688         Requested by Uwe Brauer.
1689         (mml-smime-sign-with-sender): New user option analogous
1690         to mml2015-sign-with-sender.
1691         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1692         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1693         mml2015.el.
1694
1695 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1696
1697         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1698         isn't running, because Gnus will probably not know how to handle the
1699         Gcc header (bug#11941).
1700
1701         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1702         articles.
1703
1704 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1705
1706         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1707         (nnfolder-generate-active-file): Make this function work with recursive
1708         folder names.
1709
1710 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1711
1712         * nntp.el (nntp-open-connection): Use HELP as the capability command
1713         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1714         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1715
1716 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1717
1718         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1719         place holder since this gives `Invalid face reference: nil' messages.
1720         Use the `default' face instead.  It has the same effect here, even
1721         though it is not no-op.
1722
1723         * gnus-util.el
1724         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1725
1726 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1727
1728         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1729         non-string posting styles (bug#13285).
1730
1731 2012-12-27  Glenn Morris  <rgm@gnu.org>
1732
1733         * plstore.el (plstore-passphrase-callback-function):
1734         Use plstore-get-file.
1735
1736 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1737
1738         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1739         stderr.
1740
1741 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1742
1743         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1744
1745         * gnus-compat.el (set-buffer-multibyte): Remove.
1746
1747 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1748
1749         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1750         temporary file to get PGP key image.  Pass no-show-photos when
1751         extracting image to avoid having it pop up twice.
1752
1753 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1754
1755         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1756         eligible for treatment.
1757
1758         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1759         lines.  This makes summary commands with hidden threads work more
1760         reliably.
1761
1762         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1763         button to mark the hidden citations (bug#9395).
1764
1765 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1766
1767         * mml2015.el (mml2015-epg-signature-to-string): New function.
1768         (mml2015-epg-verify-result-to-string): New function.
1769         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1770         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1771         instead of epg-verify-result-to-string.
1772         (epg-signature-key-id, epg-signature-to-string): Autoload.
1773         (epg-verify-result-to-string): Remove autoload.
1774
1775 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1776
1777         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1778         ID image from GPG public key.
1779         (mml2015-epg-key-image-to-string): New function.
1780
1781 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1782
1783         * plstore.el (plstore-passphrase-callback-function): Fix error when
1784         error when plstore-cache-passphrase-for-symmetric-encryption is set
1785         (bug#13264).
1786
1787 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1788
1789         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1790         buffer to the article buffer here, because that clobbers multiple
1791         article buffers.
1792
1793         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1794         buffer always points to the right summary buffer.
1795
1796 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1797
1798         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1799         the password (bug#12097).
1800
1801 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1802
1803         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1804         (bug#13263).
1805
1806         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1807         buffer exists before using it (bug#12475).
1808
1809         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1810         offline groups (bug#11937).
1811
1812         * message.el (message-yank-original): When using customize to set the
1813         value of `message-cite-style', the variable it set to a symbol that's
1814         the name of the variable, which must then be dereferenced (bug#12616).
1815
1816 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1817
1818         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1819         the `face' property with a list whose car is the face specified in the
1820         format string and whose cdr is (nil).
1821         * lisp/gnus-util.el
1822         (gnus-put-text-property-excluding-characters-with-faces):
1823         Change accordingly.
1824         (gnus-get-text-property-excluding-characters-with-faces): New function.
1825         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1826         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1827         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1828
1829 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1830
1831         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1832         login methods.
1833         (nnimap-login): Respect the `nnimap-authenticator' variable.
1834
1835         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1836         mark state when moving articles.  Otherwise unticked articles will get
1837         their ticks back after moving.
1838
1839 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1840
1841         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1842
1843         * message.el (message-ignored-news-headers): Always remove
1844         X-Message-SMTP-Method to avoid information leakage if the user
1845         mistakenly inserts the header into news messages.
1846
1847         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1848
1849         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1850         right than four characters, this command would move point to
1851         `point-max'.  Don't do that.
1852
1853         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1854         to nil to allow re-selecting groups that gain articles.
1855         (gnus-bug-group-download-format-alist): Update the URL.
1856
1857 2012-12-23  Andreas Schwab  <schwab@suse.de>
1858
1859         * shr.el (shr-tag-em): Render em as italic, not bold.
1860
1861 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1862
1863         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1864         for reuse.
1865         (gnus-open-server): Use it to add more tracing.
1866         (gnus-finish-retrieve-group-infos): Add backend tracing.
1867         (gnus-backend-trace): Also note the elapsed seconds.
1868
1869 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1870
1871         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1872         Set epa-file-encrypt-to from variable to avoid querying.
1873
1874 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1875
1876         * sieve-mode.el (sieve-font-lock-keywords):
1877         Keywords should be word delimited.  (Bug#13173)
1878
1879 2012-12-13  Andreas Schwab  <schwab@suse.de>
1880
1881         * tls.el (tls-program): Update customize type.
1882
1883 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1884
1885         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1886         instead of <pre> to align message header.
1887
1888 2012-12-12  Sam Steingold  <sds@gnu.org>
1889
1890         * gnus.el (gnus-other-frame-resume-function): Add user option.
1891         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1892
1893 2012-12-06  Sam Steingold  <sds@gnu.org>
1894
1895         * gnus-start.el (gnus-before-resume-hook): Add.
1896         (gnus-1): Run it when Gnus is alive.
1897
1898 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1899
1900         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1901         * gnus-art.el (article-unsplit-urls)
1902         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1903         * gnus-registry.el (gnus-registry-get-article-marks)
1904         * message.el (message-goto-body): Use it.
1905         (message-called-interactively-p): Remove.
1906
1907         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1908         (spam-stat-score-buffer): Use it.
1909
1910         * spam.el: Silence the warnings against BBDB functions when compiling.
1911
1912         * gnus-score.el (gnus-score-decode-text-parts):
1913         Use append+mapcar instead of the cl function mapcan.
1914
1915 2012-12-05  Sam Steingold  <sds@gnu.org>
1916
1917         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1918         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1919         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1920
1921 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1922
1923         * gmm-utils.el (gmm-called-interactively-p): Revert.
1924         This seems to cause Emacs to get stuck!
1925         * gnus-art.el (article-unsplit-urls)
1926         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1927         * gnus-registry.el (gnus-registry-get-article-marks)
1928         * message.el (message-goto-body)
1929         (message-called-interactively-p): Revert.
1930
1931         * gmm-utils.el (gmm-called-interactively-p): New function.
1932         * gnus-art.el (article-unsplit-urls)
1933         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1934         * gnus-registry.el (gnus-registry-get-article-marks)
1935         * message.el (message-goto-body): Use it.
1936         (message-called-interactively-p): Remove.
1937
1938         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1939         * gnus-sync.el (gnus-sync-lesync-call)
1940         * message.el (message-read-from-minibuffer): Use it.
1941
1942 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1943
1944         * gmm-utils.el (gmm-flet): Remove.
1945         * gnus-sync.el (gnus-sync-lesync-call)
1946         * message.el (message-read-from-minibuffer): Don't use it.
1947
1948 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1949
1950         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1951
1952 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1953
1954         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1955
1956         * gnus-sync.el (gnus-sync-lesync-call)
1957         * message.el (message-read-from-minibuffer): Use gmm-flet.
1958
1959         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1960
1961         * gnus-util.el (gnus-macroexpand-all): Remove.
1962
1963 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1964
1965         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1966         to TAB, not [tab].
1967         (gnus-summary-article-map): Likewise.
1968
1969         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1970         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1971
1972 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1973
1974         * time-date.el: Commentary fix.
1975
1976 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1977
1978         * color.el: Don't require cl.
1979         (color-complement): `caddr' -> `nth 2'.
1980
1981         * time-date.el (time-to-seconds): De-obsolete.
1982
1983 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1984
1985         * message.el (message-get-reply-headers):
1986         Make sure the reply goes to the author if it is a wide reply.
1987
1988 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1989
1990         * gnus-score.el (gnus-score-body):
1991         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1992         scoring by body.
1993
1994 2012-11-16  Glenn Morris  <rgm@gnu.org>
1995
1996         * gnus-diary.el (nndiary-request-create-group-functions)
1997         (nndiary-request-update-info-functions)
1998         (gnus-subscribe-newsgroup-functions)
1999         (nndiary-request-accept-article-functions):
2000         Use new names for hooks rather than obsolete aliases.
2001
2002 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2003
2004         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2005
2006 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2007
2008         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2009         in meta tag with the one the part specifies in its header.
2010
2011 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2012
2013         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2014         by default.
2015
2016 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2017
2018         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2019         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2020
2021 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2022
2023         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2024         and a runtime function for it, of which the XEmacs version takes only
2025         two arguments.
2026
2027 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2028
2029         * nndiary.el (nndiary-request-create-group-functions)
2030         (nndiary-request-update-info-functions)
2031         (nndiary-request-accept-article-functions):
2032         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2033         "-hooks" suffix.
2034
2035 2012-10-19  Julien Danjou  <julien@danjou.info>
2036
2037         * gnus-art.el: Require gnus-util because it uses
2038         `gnus-timer--function'.
2039
2040 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2041
2042         * starttls.el (starttls-extra-arguments): Doc fix.
2043
2044 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2045
2046         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2047         it.
2048
2049 2012-10-06  Glenn Morris  <rgm@gnu.org>
2050
2051         * gnus-notifications.el (gnus-notifications):
2052         Add missing group :version tag.
2053         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2054         (gnus-gcc-post-body-encode-hook):
2055         * gnus-sync.el (gnus-sync-lesync-name)
2056         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2057
2058 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2059
2060         * color.el (color-hsl-to-rgb): Fix incorrect results for
2061         small and large hue values.  (Bug#12559)
2062
2063 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2064
2065         New UIDL implementation.
2066
2067         * mail-source.el (mail-sources, mail-source-keyword-map):
2068         Add :leave as a pop3 keyword.
2069         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2070
2071         * pop3.el (pop3-leave-mail-on-server): Allow number.
2072         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2073         (pop3-movemail): Add UIDL support.
2074         (pop3-send-streaming-command): Take a list of mail numbers instead of
2075         the number of mails.
2076         (pop3-write-to-file): Add X-UIDL header.
2077         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2078         (pop3-uidl-add-xheader): New functions.
2079
2080         * message.el (message-ignored-resent-headers):
2081         Add X-Content-Length and X-UIDL headers.
2082
2083 2012-10-05  Glenn Morris  <rgm@gnu.org>
2084
2085         * color.el (color-name-to-rgb, color-rgb-to-hex)
2086         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2087         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2088         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2089         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2090
2091 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2092
2093         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2094         a user about whether to delete temp files if once a user answered as n.
2095
2096 2012-09-25  Chong Yidong  <cyd@gnu.org>
2097
2098         * password-cache.el (password-read-and-add): Use a declare form to mark
2099         this function obsolete.
2100
2101 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2102
2103         * lpath.el: Bind mail-encode-mml for old Emacsen.
2104
2105 2012-09-17  Richard Stallman  <rms@gnu.org>
2106
2107         * message.el (message-in-body-p): Don't set mark or modify buffer.
2108
2109         * mml.el (mml-attach-file): Doc fix.
2110         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2111         Set mail-encode-mml when in Mail mode.
2112         Simplify code to set HEAD and move back to HEAD.
2113         (mml-insert-multipart, mml-insert-part):
2114         Set mail-encode-mml when in Mail mode.
2115
2116 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2117
2118         * gnus-util.el (gnus-timer--function): New function.
2119
2120         * gnus-art.el (gnus-article-stop-animations): Use it.
2121
2122 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2123
2124         Fix glitches caused by addition of psec to timers.
2125         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2126         rather than raw access to timer vector.
2127
2128 2012-09-11  Julien Danjou  <julien@danjou.info>
2129
2130         * gnus-notifications.el (gnus-notifications): Check for nil values in
2131         ignored addresses check.
2132
2133 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2134
2135         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2136
2137 2012-09-07  Chong Yidong  <cyd@gnu.org>
2138
2139         * gnus-util.el
2140         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2141
2142         * gnus-salt.el (gnus-tree-highlight-node):
2143         * gnus-sum.el (gnus-summary-highlight-line):
2144         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2145
2146 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2147
2148         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2149
2150 2012-09-06  Juri Linkov  <juri@jurta.org>
2151
2152         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2153         scheme for buffer names to be more consistent with other group and
2154         article buffer names in Gnus.
2155
2156 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2157
2158         * gnus-util.el
2159         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2160
2161         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2162         Jenkner.
2163
2164         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2165
2166         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2167
2168         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2169
2170 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2171
2172         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2173         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2174
2175         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2176         string-prefix-p in Emacs >=23.2.
2177
2178         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2179         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2180         instead of string-match-p.
2181         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2182
2183 2012-09-06  Kenichi Handa  <handa@gnu.org>
2184
2185         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2186         lowercase a..f.
2187
2188 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2189
2190         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2191
2192 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2193
2194         * nnimap.el (nnimap-request-move-article): Decode the group name when
2195         doing internal moves to avoid charset issues.
2196
2197         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2198         TIME is set.
2199
2200 2012-09-05  Juri Linkov  <juri@jurta.org>
2201
2202         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2203         than one group at a time (bug#11961).
2204
2205 2012-09-05  Julien Danjou  <julien@danjou.info>
2206
2207         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2208         this hide the real reason with a message giving absolutely no hint.
2209
2210 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2211
2212         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2213         to the backend (bug#11804).
2214
2215         * message.el (message-insert-newsgroups): Don't insert newsgroup
2216         duplicates (bug#12275).
2217
2218 2012-09-05  John Wiegley  <johnw@newartisans.com>
2219
2220         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2221         sieve rules.
2222
2223 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2224
2225         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2226         function.
2227
2228         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2229
2230         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2231
2232 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2233
2234         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2235         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2236         This should make nnmaildir more usable with offlineimap.
2237
2238 2012-09-05  Julien Danjou  <julien@danjou.info>
2239
2240         * nnimap.el (nnimap-request-list): Revert change that made listing
2241         synchronous.
2242         (nnimap-get-responses): Restore.
2243
2244 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2245
2246         * dgnushack.el: XEmacs 21.5 compilation fix.
2247
2248         * gnus-notifications.el (gnus-notifications-notify): Use it.
2249
2250         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2251         warnings on XEmacs.
2252
2253 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2254
2255         Better seeds for (random).
2256         * gnus-sync.el (gnus-sync-lesync-setup):
2257         * message.el (message-canlock-generate, message-unique-id):
2258         Change (random t) to (random), now that the latter is more random.
2259
2260 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2261
2262         * nnimap.el (nnimap-change-group): Document result value
2263
2264         * auth-source.el (auth-sources): Fix macos keychain access.
2265
2266         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2267         allow the backend `request-head' function to determine the group
2268         name on its own.
2269         (gnus-request-expire-articles): Filter out negative article numbers
2270         during expiry (Bug#11980).
2271
2272         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2273         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2274
2275         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2276         you've found the article when you haven't.
2277
2278         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2279         that nnimap-change-group can return t.
2280
2281 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2282
2283         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2284
2285 2012-08-30  Julien Danjou  <julien@danjou.info>
2286
2287         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2288         `gnus-notifications-timeout'.
2289         (gnus-notifications-timeout): Add.
2290         (gnus-notifications-action): New function.
2291         (gnus-notifications-notify): Add :action using
2292         `gnus-notifications-action'.
2293         (gnus-notifications-id-to-msg): New variable.
2294         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2295         notifications id to messages.
2296
2297 2012-08-30  Kenichi Handa  <handa@gnu.org>
2298
2299         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2300         once.
2301
2302 2012-08-29  Julien Danjou  <julien@danjou.info>
2303
2304         * gnus-notifications.el: New file.
2305         (gnus-notifications-notify): New function.
2306         (gnus-notifications): Use `gnus-notifications-notify'.
2307
2308 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2309
2310         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2311         transfer encoding first; bind gnus-newsgroup-charset to the charset
2312         that the article specifies (Bug#12209).
2313
2314 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2315
2316         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2317         (gnus-group-customize-done): Encode values posting-style holds.
2318
2319         * gnus-msg.el (gnus-summary-resend-message)
2320         (gnus-configure-posting-styles): Decode values posting-style group
2321         parameter holds.
2322
2323 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2324
2325         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2326         `name' and `address' in Resent-From header.
2327
2328 2012-08-14  Chong Yidong  <cyd@gnu.org>
2329
2330         * gnus-art.el (article-display-face): Handle failure in
2331         gnus-create-image (Bug#11802).
2332
2333 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2334
2335         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2336         Use defsetf.
2337
2338 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2339
2340         * auth-source.el (auth-source-plstore-search)
2341         (auth-source-secrets-search): Ignore :require and :type in search spec.
2342
2343 2012-08-06  Julien Danjou  <julien@danjou.info>
2344
2345         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2346         `nnimap-request-move-article'.
2347
2348         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2349         Remove autoload, already handled by gnus.el.
2350
2351         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2352
2353         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2354         supported by nnimap actually.  Reverts previous change.
2355
2356         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2357         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2358         to-buffer argument that is already supported.
2359
2360 2012-08-05  Julien Danjou  <julien@danjou.info>
2361
2362         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2363         Add autoload.
2364
2365 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2366
2367         * gnus.el (gnus-valid-select-methods): Fix custom type.
2368
2369 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2370
2371         * auth-source.el (auth-sources, auth-source-backend-parse)
2372         (auth-source-macos-keychain-search)
2373         (auth-source-macos-keychain-search-items)
2374         (auth-source-macos-keychain-result-append)
2375         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2376         auth-source.el through the /usr/bin/security utility.
2377         (auth-sources): Fix syntax error.
2378         (auth-source-macos-keychain-result-append): Fix variable name.
2379         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2380
2381 2012-07-27  Julien Danjou  <julien@danjou.info>
2382
2383         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2384         Emacs < 24.1
2385
2386 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2387
2388         * message.el (message-kill-address): Don't kill last newline.
2389         (message-skip-to-next-address): Don't move to the next header.
2390         (message-fill-field-address): Work properly.
2391
2392 2012-07-25  Julien Danjou  <julien@danjou.info>
2393
2394         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2395
2396 2012-07-24  Julien Danjou  <julien@danjou.info>
2397
2398         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2399
2400         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2401         (nntp-async-timer-handler): Remove, unused.
2402
2403         * nnimap.el (nnimap-get-responses): Remove, unused.
2404
2405         * nnheader.el (mail-header-set-extra): Remove, unused.
2406
2407         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2408         unused.
2409
2410         * mm-view.el (mm-view-sound-file): Remove, unused.
2411
2412         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2413         (mm-url-encode-multipart-form-data): Remove, unused.
2414
2415         * message.el (message-remove-signature, message-make-host-name)
2416         (message-fill-address): Remove, unused.
2417
2418         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2419         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2420         unused.
2421
2422         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2423         (gnus-xmas-call-region): Remove, unused.
2424
2425         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2426
2427         * gnus-util.el (gnus-extract-address-component-name)
2428         (gnus-extract-address-component-email, gnus-sortable-date)
2429         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2430         (gnus-process-live-p): Remove, unused.
2431
2432         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2433
2434         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2435         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2436         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2437         function.
2438
2439         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2440
2441         * gnus-score.el (gnus-summary-score-crossposting)
2442         (gnus-score-regexp-bad-p): Remove, unused.
2443
2444         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2445
2446         * gnus-range.el (gnus-sublist-p): Remove, unused.
2447
2448         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2449         unused.
2450
2451         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2452
2453         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2454         (gnus-request-associate-buffer): Remove, unused.
2455
2456         * gnus-group.el (gnus-group-set-method-info)
2457         (gnus-group-set-params-info): Remove, unused.
2458
2459         * gnus-fun.el (gnus-shell-command-to-string)
2460         (gnus-shell-command-on-region): Remove, unused.
2461
2462         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2463
2464         * gnus-art.el (gnus-article-text-type-exists-p)
2465         (article-translate-characters, gnus-article-hide-text-of-type)
2466         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2467         Remove, unused.
2468
2469 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2470
2471         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2472
2473 2012-07-21  Julien Danjou  <julien@danjou.info>
2474
2475         * message.el (message-dont-reply-to-names): Replace deprecated
2476         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2477         (message-get-reply-headers): Ditto.
2478
2479 2012-07-18  Julien Danjou  <julien@danjou.info>
2480
2481         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2482         `sieve-upload-and-kill'.
2483
2484         * sieve.el (sieve-bury-buffer): Remove function.
2485         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2486         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2487
2488 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2489
2490         * shr.el (shr-expand-url): Handle URL starting with `//'.
2491
2492 2012-07-13  Chong Yidong  <cyd@gnu.org>
2493
2494         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2495         instead of calling toggle-read-only with a (bogus) argument.
2496
2497 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2498
2499         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2500         of initial input when reading the author to restrict the summary to.
2501
2502 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2503
2504         * mm-decode.el (mm-shr):
2505         Allow overriding charset by mm-charset-override-alist.
2506
2507 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2508
2509         * gnus-art.el (gnus-article-view-part):
2510         Toggle subparts of multipart/alternative part.
2511
2512 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2513
2514         * shr.el (shr-render-buffer): New command.
2515         (shr-visit-file): Use it.
2516
2517 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2518
2519         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2520         Set no-byte-compile and no-update-autoloads.
2521
2522 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2523
2524         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2525
2526 2012-06-25  Julien Danjou  <julien@danjou.info>
2527
2528         * nnimap.el (nnimap-request-articles-find-limit): Rename from
2529         `nnimap-request-move-articles-find-limit' since we do not use it only
2530         for move operations.
2531         (nnimap-request-accept-article): Use
2532         `nnimap-request-articles-find-limit' to limit search by message-id.
2533
2534 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2535
2536         Support higher-resolution time stamps (Bug#9000).
2537
2538         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
2539         VARLIST.  It's optional, for backward compatibility.
2540         (encode-time-value): New optional arg PICO.  New type 3.
2541         (time-to-seconds) [!float-time]: Support the new picoseconds
2542         component if it's used.
2543         (seconds-to-time, time-subtract, time-add):
2544         Support ps-resolution time stamps as well.
2545
2546 2012-06-19  Julien Danjou  <julien@danjou.info>
2547
2548         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
2549
2550         * nnimap.el (nnimap-log-buffer): Check that
2551         `window-point-insertion-type' is boundp, since it's not available in
2552         XEmacs.
2553
2554 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2555
2556         * nnimap.el (nnimap-log-buffer): Add this, setting
2557         `window-point-insertion-type' in the buffer to t.
2558         (nnimap-log-command): Use nnimap-log-buffer.
2559
2560 2012-06-19  Julien Danjou  <julien@danjou.info>
2561
2562         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2563         argument to be able to limit the search.
2564         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2565         (nnimap-request-move-articles-find-limit): Add this to limit the search
2566         by Message-Id after a message move.
2567         (nnimap): Add defgroup.
2568
2569 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2570
2571         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2572
2573 2012-06-15  Julien Danjou  <julien@danjou.info>
2574
2575         * nnimap.el (nnimap-find-article-by-message-id): Use
2576         `nnimap-possibly-change-group' rather than its own EXAMINE call.
2577         (nnimap-possibly-change-group): Add read-only argument.
2578         (nnimap-request-list): Use nnimap-possibly-change-group rather than
2579         issuing EXAMINE manually.
2580         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
2581         with read-only argument.
2582         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
2583         cannot possibly change because we need to be sure that it's either
2584         read-write or read-only.
2585
2586 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2587
2588         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2589         being bound to a lambda form.
2590
2591 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2592
2593         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2594         articles when fetch-old is non-nil (bug#11370).
2595
2596 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
2597
2598         * gnus-picon.el (gnus-picon-properties): New defcustom.
2599         (gnus-picon-create-glyph): Use it.
2600
2601 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2602
2603         * gnus-group.el (gnus-group-get-new-news): Respect
2604         `gnus-group-use-permanent-levels', as documented (bug#11638).
2605
2606 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2607
2608         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2609         groups (bug#11641).
2610
2611 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2612
2613         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2614         is an integer to avoid later problems.
2615
2616 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2617
2618         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2619         locales.
2620
2621         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2622         on a handle.
2623
2624         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2625         address as the default.
2626         (gnus-summary-insert-old-articles): Don't include unexisting messages.
2627
2628         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
2629         makes no sense to query the user about internal files.
2630
2631         * gnus-spec.el: Remove all the byte-compilation stuff, since
2632         benchmarking shows that it doesn't help when entering large summary
2633         buffers.
2634
2635         * gnus-xmas.el (gnus-xmas-define): Remove.
2636
2637         * gnus-util.el (gnus-byte-code): Remove.
2638
2639         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2640         grouplens stuff.
2641
2642 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2643
2644         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2645         (bug#11514).
2646
2647 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2648
2649         * message.el (message-buffers): Return all buffers derived from Message
2650         to make `gnus-dired-attach' work with mu4e.
2651
2652 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2653
2654         * nntp.el: Stop the `letf' madness.
2655         (nntp--report-1): New var.
2656         (nntp-report): Merge nntp-report-1 into it.
2657         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2658         the nntp-report function.
2659
2660         * auth-source.el: Fix comment-style to follow the convention.
2661
2662 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
2663
2664         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2665         (mm-dissect-singlepart): Don't guess the MIME type of
2666         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2667         set.
2668         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2669         toplevel MIME type is multipart/encrypted.
2670
2671 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2672
2673         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2674         a string so that Gcc works (bug#11514).
2675
2676 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2677
2678         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2679         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2680
2681 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2682
2683         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2684         jumping to *Server* from a dedicated *Group* window.
2685         (gnus-configure-frame): CSE.
2686
2687         * gnus-registry.el: Minor style cleanup.
2688         (gnus-registry--set/remove-mark): New function, extracted from
2689         gnus-registry-install-shortcuts.
2690         (gnus-registry-install-shortcuts): Use it.
2691
2692 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2693
2694         * nnspool.el (news-path): Use eval-and-compile.
2695
2696 2012-05-24  Glenn Morris  <rgm@gnu.org>
2697
2698         * nnspool.el (news-directory, news-path, news-inews-program):
2699         Move here from paths.el.  Don't see a need for these to be autoloaded.
2700
2701         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2702         Merge in doc from paths.el version.  Don't see any need for this to be
2703         autoloaded, or for the warning about users not setting it.
2704
2705 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
2706
2707         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
2708         format.  In particular, add an optional argument and a docstring.
2709
2710         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2711
2712         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2713         current before calling `gnus-groups-to-gnus-format'.
2714         Note that this was already the case for `gnus-active-to-gnus-format'.
2715
2716 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2717
2718         Fix minor Y10k bug.
2719         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2720
2721 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2722
2723         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2724         message once it's actually open.
2725
2726 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2727
2728         * gnus.el: Ma Gnus v0.5 is released.
2729
2730 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2731
2732         * auth-source.el (auth-source--aput-1, auth-source--aput)
2733         (auth-source--aget): New functions and macros.
2734         Use them instead of aput/aget.
2735
2736 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2737
2738         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2739
2740 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2741
2742         * plstore.el (plstore-called-interactively-p): New compat macro copied
2743         from message.el.
2744         (plstore-mode): Use it.
2745
2746 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2747
2748         * plstore.el: Revive the editing feature.
2749         (plstore-mode): New mode to edit plstore file.
2750         (plstore-mode-toggle-display, plstore-mode-original)
2751         (plstore-mode-decoded): New command.
2752         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2753         (plstore--insert-buffer, plstore--make): New function.
2754         (plstore-open, plstore-save): Simplify by using them.
2755
2756 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2757
2758         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2759
2760 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2761
2762         * tls.el (open-tls-stream): Remove unused binding.
2763
2764 2012-04-16  Glenn Morris  <rgm@gnu.org>
2765
2766         * nndraft.el (nndraft-request-list): Fix declaration.
2767
2768 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2769
2770         * mm-decode.el (mm-dissect-buffer): Doc fix.
2771
2772         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2773         don't have a current group.
2774
2775         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2776         buffer if it doesn't exist.
2777
2778         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2779         given, mark the group as ephemeral with the current window conf.
2780
2781         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2782         buffer exists, which it doesn't if we haven't started Gnus.
2783         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2784
2785 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2786
2787         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2788         type is.
2789
2790         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2791         `unexists' entries.
2792         (gnus-clean-old-newsrc): Fix last checkin.
2793
2794         * nnimap.el (nnimap-update-info): None of the articles below the active
2795         low-water mark exist.
2796
2797         * dgnushack.el: Get rid of XEmacs compilation warning.
2798
2799         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2800         would have gotten if we posted to the group, and use that to compare
2801         against the message we want to cancel (bug#10808).
2802
2803         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2804         on XEmacs.
2805
2806 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2807
2808         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2809         `scroll-margin'.
2810
2811 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2812
2813         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2814         citation prefix within a block of cited text should be considered part
2815         of that block *only* if it is a blank line.
2816
2817 2012-04-09  Chong Yidong  <cyd@gnu.org>
2818
2819         * binhex.el, hashcash.el, uudecode.el:
2820         Remove * characters from the front of variable docstrings.
2821
2822 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2823
2824         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2825         before kinsoku-bol characters nor within kinsoku-eol characters.
2826
2827 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2828
2829         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2830         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2831         (gnus-sync-read): Use mapc instead of mapcar.
2832
2833         * mm-archive.el: Require mm-decode for some macros.
2834         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2835         the byte compiler.
2836         (mm-archive-decoders): New function that returns the value of
2837         the mm-archive-decoders variable.
2838
2839         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2840         instead.
2841         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2842
2843         * nnimap.el (gnus-refer-thread-use-nnir):
2844         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2845
2846 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2847
2848         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2849
2850 2012-03-12  Peter Münster  <pmrb@free.fr>
2851
2852         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2853         (gnus-demon-cancel): Ditto.
2854         (gnus-demon-run-callback): When function cannot be called due to low
2855         idleness, call it when idleness reaches the expected value, instead of
2856         waiting another timer period.
2857         (gnus-demon-init): Add `time' to arguments of call-back.
2858
2859 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2860
2861         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2862
2863         * gnus.el: Register gnus-registry functions.
2864
2865         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2866         indent.
2867
2868         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2869         enabled before warping.
2870
2871 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2872
2873         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2874         registry about each article retrieved.
2875
2876         * gnus-int.el (gnus-select-group-with-message-id): New function.
2877         (gnus-try-warping-via-registry): Ditto.
2878         (gnus-warp-to-article): Fall back on the registry.
2879
2880 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2881
2882         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2883         inboxes.
2884
2885 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2886
2887         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2888
2889 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2890
2891         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2892         gnus-gcc-self-resent-messages may be a group parameter.
2893         (gnus-summary-resend-message): Don't encode encoded words in header
2894         when Gcc'ing resent message.
2895
2896 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2897
2898         * shr.el (shr-insert): Treat non-breaking space just like normal
2899         space.  This seems to produce more pleasing results.
2900         (shr-insert): Only insert a blank line if we're starting from an image.
2901         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2902         (shr-ensure-paragraph): Consider lines with white space to be blank.
2903
2904 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2905
2906         * Makefile.in: Respect DESTDIR.
2907
2908 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2909
2910         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2911         and gnus-gcc-post-body-encode-hook.
2912
2913 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2914
2915         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2916         messages that don't exist.
2917
2918         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2919
2920 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2921
2922         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2923         Remove.
2924
2925         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2926
2927         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2928
2929 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2930
2931         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2932         have a group name.
2933
2934         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2935         a multibyte buffer (bug#7410).
2936         (article-wash-html): Parse the original article buffer to get the
2937         unencoded data (bug#7410).
2938
2939         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2940         .newsrc.el files.
2941
2942 2012-04-05  Bastien Guerry  <bzg@altern.org>
2943
2944         * color.el (color-lighten-name): Fix typo.
2945
2946 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2947
2948         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2949         "#" to avoid having them interpreted as comments.
2950
2951 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2952
2953         * shr.el (shr-insert): Update the text state properly to avoid
2954         inserting spurious paragraph starts.
2955
2956 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2957
2958         * shr.el (shr-table-widths): Divide the extra width more fairly over
2959         the TDs (bug#10973).
2960         (shr-render-td): Don't delete too much padding.
2961         (shr-natural-width): Compute the natural width more correctly.
2962         (shr-insert): Allow the natural width to be computed for tables again.
2963         (shr-tag-table-1): Rework how the natural widths are computed by
2964         rendering the table a third time.
2965         (shr-natural-width): Removed.
2966         (shr-buffer-width): New function.
2967         (shr-expand-newlines): Use it.
2968
2969         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2970         using a `gnus-use-full-window' setup (bug#11013).
2971
2972 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2973
2974         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2975         24.1 release.
2976
2977 2012-03-10  David Edmondson  <dme@dme.org>
2978
2979         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2980         'Forwarded Message' header and the start of the message.
2981
2982 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2983
2984         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2985         isn't running (bug#10897).
2986
2987 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2988
2989         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2990         This is inconsistent with all the other stream functions, which leave
2991         the setting up to the higher levels (if so wanted) (bug#10931).
2992
2993 2012-02-28  Glenn Morris  <rgm@gnu.org>
2994
2995         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2996         mm-decode.el: Standardize possessive apostrophe usage.
2997
2998 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2999
3000         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3001
3002 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3003
3004         * parse-time.el (parse-time-string): Allow extractor to return nil.
3005
3006 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3007
3008         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3009
3010 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3011
3012         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3013
3014 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3015
3016         * mm-decode.el (mm-shr): Remove "soft hyphens".
3017
3018         * nnimap.el (nnimap-request-list): Return the group names encoded as
3019         utf8.  Otherwise non-European group names don't work.
3020         (nnimap-request-newgroups): Ditto.
3021
3022         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3023         the default in `read-string' (bug#10757).
3024
3025         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3026         topics (bug#10843).
3027
3028         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3029         buffer.  Suggested by Herbert Valerio Riedel.
3030         (nnimap-request-move-article): Delete the message from the correct IMAP
3031         server.
3032
3033 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3034
3035         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3036         Reported by Peter Münster.
3037
3038 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3039
3040         * shr.el (shr-image-fetched): Make sure we really kill the right
3041         buffer.
3042
3043 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3044
3045         * gnus-start.el (gnus-1): Avoid duplicate entries.
3046
3047 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3048
3049         * imap.el: Remove.
3050
3051         * nntp.el (nntp-coding-system-for-read): Remove.
3052         (nntp-coding-system-for-write): Ditto.
3053         (nntp-open-connection): Just use `binary' directly.
3054
3055         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3056         Gnus 0.3.
3057
3058 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3059
3060         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3061         application/octet-stream parts really is.
3062
3063         * gnus-sum.el (gnus-propagate-marks): Remove.
3064
3065 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3066
3067         * shr.el (shr-rescale-image): Undo previous change; see
3068         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3069
3070 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3071
3072         * gnus.el: Ma Gnus v0.3 is released.
3073
3074 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3075
3076         * gnus-sum.el (gnus-summary-local-variables): Make
3077         `gnus-newsgroup-unexist' into a local variable.
3078
3079 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3080
3081         * registry.el (registry-usage-test, registry-persistence-test): Move to
3082         tests/gnustest-registry.el.
3083         (registry-make-testable-db, registry-match-test)
3084         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3085
3086         * gnus-registry.el (gnus-registry-misc-test)
3087         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3088
3089         * tests/gnustest-registry.el: New file with the registry and
3090         gnus-registry ERT tests.
3091
3092 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3093
3094         * gnus-msg.el (gnus-summary-resend-message): Make
3095         gnus-summary-resend-message-insert-gcc be last item in
3096         message-header-setup-hook.
3097
3098 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3099
3100         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3101         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3102         Remove.
3103         (nnfolder-open-server): Don't use marks.
3104         (nnfolder-request-delete-group): Ditto.
3105         (nnfolder-request-rename-group): Ditto.
3106         (nnfolder-request-set-mark, nnfolder-request-marks)
3107         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3108         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3109
3110         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3111         (nnml-marks-modtime): Remove.
3112         (nnml-request-delete-group): Don't use marks.
3113         (nnml-request-rename-group): Ditto.
3114         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3115         (nnml-save-marks, nnml-open-marks): Remove.
3116
3117         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3118         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3119         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3120         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3121         (nntp-server-to-method-cache): Remove.
3122
3123         * shr.el (shr-rescale-image): Fix wrong merge.
3124
3125 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3126
3127         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3128         too-wide lines.
3129
3130 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3131
3132         * nnimap.el (nnimap-record-commands): New variable.
3133         (nnimap-log-command): Use it.
3134         (nnimap-make-process-buffer): Add a space to the process buffer.
3135         (nnimap-transform-headers): Don't bug out on header lines containing
3136         stuff that look like IMAP length encodings.
3137
3138         * shr.el (shr-rescale-image): Allow viewing large images.
3139
3140 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3141
3142         * nnml.el (nnml-request-compact-group): Delete the marks file after
3143         compaction (bug#10800).
3144
3145         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3146         group exit.
3147
3148         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3149         QRESYNC/FETCH output.
3150
3151 2012-02-11  Glenn Morris  <rgm@gnu.org>
3152
3153         * sieve-manage.el (sieve-manage-default-stream):
3154         * shr.el (shr):
3155         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3156         (nnir-retrieve-headers-override-function)
3157         (nnir-imap-default-search-key, nnir-notmuch-program)
3158         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3159         (nnir-method-default-engines):
3160         * message.el (message-cite-reply-position):
3161         * gssapi.el (gssapi-program):
3162         * gravatar.el (gravatar):
3163         * gnus-sum.el (gnus-refer-thread-use-nnir):
3164         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3165         (gnus-registry-max-pruned-entries):
3166         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3167         * gnus-int.el (gnus-after-set-mark-hook)
3168         (gnus-before-update-mark-hook):
3169         * gnus-async.el (gnus-async-post-fetch-function):
3170         * auth-source.el (auth-source-cache-expiry):
3171         Add missing :version tags to new defcustoms and defgroups.
3172
3173 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3174
3175         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3176         `gnus-newsgroup-unexist'.
3177
3178         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3179         marks.
3180         (gnus-article-special-mark-lists): Put the `unexist' in the special
3181         marks list instead.
3182
3183         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3184         articles in the list of articles to be selected.
3185
3186         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3187         articles.
3188         (nnimap-update-info): Keep track of unexisting articles.
3189         (nnimap-update-qresync-info): Ditto.
3190
3191 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3192
3193         * message.el (message-default-send-mail-function): Made into own
3194         function for reuse by emacsbug.el.
3195
3196 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3197
3198         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3199         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3200
3201 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3202
3203         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3204         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3205
3206         * gnus-compat.el: Define `timer-set-function'.
3207
3208         * mm-decode.el (mm-display-external): Output the text from the command
3209         in the buffer after the command finished.  This makes text-based
3210         commands behave better.
3211
3212 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3213
3214         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3215
3216 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3217
3218         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3219         23.1.
3220
3221 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3222
3223         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3224
3225 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3226
3227         * message.el (smtpmail-smtp-user): Silence compiler warning.
3228
3229 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3230
3231         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3232         SMTP user name.
3233
3234 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3235
3236         * gnus-sum.el (gnus-summary-show-thread):
3237         next-single-char-property-change may return nil in XEmacs.
3238         (gnus-summary-article-map): Fix typo.
3239
3240 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3241
3242         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3243         running.
3244
3245         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3246
3247         * gnus.el (gnus-server-extend-method): Don't add an -address component
3248         if the method already has one (bug#9676).
3249
3250 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3251
3252         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3253         of an initial-input for consistency (bug#10757).
3254
3255         * dgnushack.el: Fix XEmacs compilation warning.
3256
3257         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3258
3259         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3260
3261 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3262
3263         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3264         lines that are narrower than the window width.  Otherwise background
3265         "blocks" will look less readable.
3266
3267 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3268
3269         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3270         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3271         have newlines within the strings, and where the UID comes after the
3272         BODYSTRUCTURE element (bug#10537).
3273
3274         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3275         (bug#10732).
3276
3277         * shr.el (shr-insert-document): Add doc string.
3278         (shr-visit-file): Ditto.
3279         (shr-remove-trailing-whitespace): New function.
3280         (shr-insert-document): Use it to clean up trailing whitespace as the
3281         final step (bug#10714).
3282
3283 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3284
3285         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3286         buffer if `gnus-kill-summary-on-exit' is nil.
3287
3288 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3289
3290         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3291         when just reading a single group from "without" Gnus.
3292
3293 2012-02-06  Chong Yidong  <cyd@gnu.org>
3294
3295         * gnus-sum.el (gnus-summary-show-thread):
3296         next-single-char-property-change never returns nil (Bug#8657).
3297
3298 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3299
3300         * message.el (message-multi-smtp-send-mail): New function.
3301         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3302         header to implement multi-SMTP functionality.
3303
3304         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3305         (gnus-agentize): Don't set it.
3306         (gnus-agent-send-mail): Don't use it.
3307
3308         * gnus-sum.el (gnus-summary-widget-backward): New function and
3309         keystroke.
3310
3311         * gnus-compat.el: More the compat functions more compatible.
3312
3313         * shr.el (shr-put-image): Remove underlines from sliced images.
3314         (shr-zoom-image): Compute the region to be replaced more correctly.
3315
3316 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3317
3318         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3319         (gnus-summary-resend-message-insert-gcc): New function.
3320         (gnus-summary-resend-message): Modify message-header-setup-hook and
3321         message-sent-hook to make it work for Gcc.
3322         (gnus-inews-do-gcc): Update the number of unread articles of groups
3323         that messages are Gcc'd to.
3324
3325         * message.el (message-resend): Run message-sent-hook to do Gcc.
3326
3327 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3328
3329         * lpath.el: Fix an XEmacs compilation warning.
3330
3331         * gnus-compat.el: Require `help-fns' to fix compilation error.
3332
3333         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3334         a higher level to silence compilation.
3335
3336         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3337         parameter to allow controlling the scaling.
3338
3339         * shr.el (shr-zoom-image): New command and keystroke.
3340         (shr-put-image): Take a `size' flag to say how to scale the image.
3341
3342         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3343         deletion unless already defined.
3344
3345         * gnus.el (gnus-compat): Require it.
3346
3347         * gnus-compat.el: New file.
3348
3349         * gnus-start.el (gnus-clean-old-newsrc): New function.
3350         (gnus-read-newsrc-file): Use it.
3351
3352         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3353         Use recursive deletion.
3354         (mm-dissect-archive): Add support for zip files.
3355
3356         * gnus-util.el (gnus-recursive-directory-files): New function.
3357
3358         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3359         (mm-archive-decoders): Add tgz support.
3360
3361         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3362         Otherwise inserting text into the Gnus buffer can look odd.
3363
3364         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3365
3366         * mm-archive.el (mm-archive-decoders): Add support for tar.
3367
3368         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3369
3370         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3371
3372 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3373
3374         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3375
3376         * mm-archive.el: New file.
3377
3378         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3379
3380         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3381
3382         * message.el (message-goto-*): Make all the `message-goto-*' commands
3383         push the mark before moving point.  This makes it easier to go back to
3384         where you came from after editing whatever you jumped to.
3385
3386 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3387
3388         * gnus.el: Ma Gnus v0.1 is released.
3389
3390 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3391
3392         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3393         without reconnecting.
3394         (nnimap-possibly-change-group): Ditto.
3395         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3396         connection has died before being called.
3397
3398 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3399
3400         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3401         an initial sync unless we're really doing one.
3402
3403         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3404         address parameter if one already exists (bug#9676).
3405
3406         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3407         not the prefix, as documented (bug#10689).
3408
3409 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3410
3411         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3412         the "server".
3413
3414         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3415         the real error message with the useless "previously known to be down".
3416         Which isn't even correct.
3417
3418         * nntp.el (nntp-open-connection): Report the error message if the nntp
3419         server can't be reached.
3420
3421         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3422         groups we do a total scan for.
3423         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3424         doing that.
3425
3426 2012-01-31  Jim Meyering  <jim@meyering.net>
3427
3428         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3429         Correct a comment (insert "not") and hide nominally-doubled "to".
3430
3431 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3432
3433         * gnus.el (gnus-version): Change name to "Ma Gnus".
3434
3435 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3436
3437         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3438         section in the manual.
3439
3440 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3441
3442         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3443         words.
3444         (rfc2047-encode-string): Ditto.
3445         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3446         understand folded filename="..." parameters, for instance.
3447
3448         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3449         the message for greater debuggability.
3450
3451 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3452
3453         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3454         instead of setting it locally, since the latter doesn't seem to have
3455         any effect (most of the time).
3456
3457 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3458
3459         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3460         function call.
3461
3462 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3463
3464         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3465         seconds, and make the repeat clause with HH:MM specs work as
3466         documented.
3467
3468 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3469
3470         * proto-stream.el (proto-stream-capability-open): Fall back on
3471         :end-of-command if :end-of-capability doesn't exist.
3472
3473 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3474
3475         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3476         bound globally in old Emacsen and XEmacsen.
3477
3478 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3479
3480         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3481         so that previous errors don't prohibit getting new news.
3482
3483         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3484
3485         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3486
3487 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3488
3489         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3490         buffer, not of the string which is its name.
3491
3492 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3493
3494         * proto-stream.el (proto-stream-capability-open): Wait for
3495         :end-of-capability, not :end-of-command.
3496
3497         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3498         non-server-marks groups.
3499         (gnus-group-make-articles-read): Ditto.
3500
3501         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3502         methods (bug#9676).
3503
3504         * gnus.el (gnus-method-ephemeral-p): New function.
3505
3506 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3507
3508         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3509         left-to-right.
3510
3511 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3512
3513         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3514         warning.
3515
3516 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3517
3518         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3519         macroexpand the nnir things, since they haven't been defined yet, and
3520         nnir requires gnus-sum.
3521
3522 2012-01-24  Julien Danjou  <julien@danjou.info>
3523
3524         * color.el (color-rgb-to-hsl): Fix value computing.
3525         (color-hue-to-rgb): New function.
3526         (color-hsl-to-rgb): New function.
3527         (color-clamp, color-saturate-hsl, color-saturate-name)
3528         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3529         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3530
3531 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3532
3533         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3534
3535 2012-01-19  Julien Danjou  <julien@danjou.info>
3536
3537         * color.el (color-name-to-rgb): Use the white color to find the max
3538         color component value and return correctly computed values.
3539         (color-name-to-rgb): Add missing float conversion for max value.
3540
3541 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3542
3543         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3544         logical server name in addition to the actual machine address.
3545
3546         * auth-source.el (auth-source-user-and-password): Add convenience
3547         wrapper to search by just host and optionally user.
3548
3549 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3550
3551         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3552         after rendering.
3553
3554 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3555
3556         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3557         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3558         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3559
3560 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3561
3562         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3563         (bug#9693).
3564         (gnus-summary-setup-buffer): Document return value (bug#9697).
3565
3566         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3567         since ido doesn't work on symbols (bug#9632).
3568
3569         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3570         when getting a single value as when getting all the values.  This means
3571         that atoms like `gcc-self' work cumulatively, like variable settings,
3572         instead of getting the value from the last matching clause.
3573         (gnus-group-find-parameter): Protect against the group buffer not
3574         existing (bug#9585).
3575
3576 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3577
3578         * gnus-start.el (gnus-activate-group): Document more parameters
3579         (bug#9694).
3580
3581         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3582         (bug#9692).
3583
3584         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3585         article was fetched, so that it can be expired later (bug#9958).
3586         (gnus-agent-summary-fetch-series): Add doc string.
3587         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3588         (bug#9517).
3589
3590         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3591         retrieval is happening.
3592
3593         * gnus.el (gnus-parameters): Doc fix.
3594
3595 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3596
3597         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3598         show the thread after expansion.
3599
3600 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3601
3602         * gnus-art.el (article-narrow-to-head): If the head is completely
3603         empty, narrow to the empty region (bug#9764).
3604
3605         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3606         read, and then mark them as unread only when the unread mark is used.
3607         This makes `C-- T k' actually work, even though it's confusing.
3608
3609         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3610         alive before we try to find its window.
3611
3612 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3613
3614         * mm-decode.el (mm-display-external): Use a longer timeout for the
3615         deletion to allow slow programs to display the file.
3616
3617 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3618
3619         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3620         prompt to be less confusing.
3621
3622         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3623         argument to `message-reply'.  This broke `special-display-*' frame
3624         pop-uping (bug#10238).
3625
3626 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3627
3628         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3629         systems, since these allegedly don't work there.
3630
3631 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3632
3633         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3634         live buffer.
3635
3636 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3637
3638         * nnir.el (nnir-retrieve-headers): Protect against the article not
3639         existing on the server (bug#10335).
3640
3641 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3642
3643         * gnus-agent.el (gnus-agent-load-local): Recompute
3644         gnus-agent-article-local on changing method.
3645
3646 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3647
3648         * gnus.el (gnus-parameters): Note precedence.
3649
3650 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3651
3652         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3653         in the group buffer.
3654
3655 2012-01-04  Julien Danjou  <julien@danjou.info>
3656
3657         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3658         change.
3659
3660 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3661
3662         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3663         too.
3664
3665         * nntp.el (nntp-retrieve-group-data-early): Use it.
3666
3667 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3668
3669         * nntp.el (nntp-retrieval-in-progress): New variable.
3670         (nntp-make-process-buffer): Make it buffer-local.
3671
3672         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3673         2010.
3674         (gnus-demon-init): Use it to compute the time if time is on the form
3675         "04:23".
3676
3677         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3678
3679         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3680         status in the correct buffer.
3681
3682 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3683
3684         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3685         when opening topics (bug#10407).
3686
3687 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3688
3689         * gnus-cus.el (gnus-score-customize):
3690         * gnus-sum.el (gnus-sort-gathered-threads):
3691         * message.el (message-shorten-references):
3692         * nnmairix.el (nnmairix-request-group):
3693         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
3694
3695 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3696
3697         * gnus-agent.el (gnus-agent-regenerate-group):
3698         * gnus-int.el (gnus-retrieve-group-data-early):
3699         * mm-util.el (mm-codepage-ibm-list):
3700         * nndiary.el (Commentary, nndiary-get-new-mail):
3701         * nnir.el (nnir):
3702         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
3703
3704 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3705
3706         * mm-view.el (mm-display-inline-fontify): Add comment.
3707
3708 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3709
3710         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
3711         * ntlm.el (ntlm-smb-dohash): Spelling fix.
3712
3713 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
3714
3715         * gnus-art.el (gnus-split-methods):
3716         * gnus-msg.el (gnus-configure-posting-styles):
3717         * gnus-spec.el (gnus-parse-simple-format):
3718         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3719         * message.el (message-do-actions): Spelling fix.
3720
3721 2011-12-15  Juri Linkov  <juri@jurta.org>
3722
3723         * mm-decode.el (mm-inline-media-tests): Add missing
3724         `mm-handle-media-subtype'.
3725
3726 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3727
3728         * gnus-group.el (gnus-group-tool-bar):
3729         * gnus-sum.el (gnus-summary-tool-bar):
3730         * message.el (message-tool-bar):
3731         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3732
3733 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3734
3735         * plstore.el (plstore--insert-buffer): Spelling fix.
3736
3737 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3738
3739         * message.el (message-valid-fqdn-regexp): Update with newly approved
3740         top-level domain names ".tel" and ".asia".
3741
3742 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3743
3744         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3745         unconditionally.
3746
3747 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3748
3749         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3750         pop-to-buffer-same-window for old Emacsen.
3751
3752 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3753
3754         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3755
3756 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3757
3758         * netrc.el (netrc-credentials): Spelling fix.
3759
3760 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3761
3762         * gnus-fun.el (gnus-fun-ppm-change-string):
3763         * gnus-msg.el (gnus-inews-do-gcc):
3764         * gnus-sum.el (gnus-summary-find-for-reselect):
3765         * gnus.el (gnus-summary-cancelled):
3766         * message.el (message-cancel-hook, message-send-news):
3767         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3768         * nnir.el (nnir-run-hyrex):
3769         * nntp.el (nntp-with-open-group-function):
3770         * pgg.el (pgg-pending-timers): Spelling fix.
3771
3772 2011-12-04  Chong Yidong  <cyd@gnu.org>
3773
3774         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3775         change (Bug#10200).
3776
3777 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3778
3779         * compface.el (uncompface):
3780         * gnus-art.el (gnus-article-x-face-command): Update the header format
3781         of icon data for the most recent icontopbm program.
3782
3783 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3784
3785         * gnus-msg.el (gnus-inews-do-gcc):
3786         * message.el (message-send-mail):
3787         * mml.el (mml-generate-mime): Share the value of the buffer-local
3788         `message-options' variable between a draft buffer and temprary working
3789         buffers.
3790
3791 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3792
3793         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3794
3795 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3796
3797         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3798         for Cygwin.
3799
3800 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3801
3802         * gnus-group.el (gnus-group-prepare-flat):
3803         * mm-bodies.el (mm-encode-body):
3804         * mml.el (mml-preview):
3805         * nnml.el (nnml-request-compact-group):
3806         * pop3.el (pop3-stream-type): Spelling fix.
3807
3808 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3809
3810         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3811
3812 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3813
3814         * color.el (color-rgb-to-hsl):
3815         * gmm-utils.el (gmm-tool-bar-style):
3816         * gnus-group.el (gnus-group-prepare-flat):
3817         * gnus-topic.el (gnus-topic-prepare-topic):
3818         * mm-decode.el (mm-discouraged-alternatives):
3819         * rfc2047.el (rfc2047-encode-1):
3820         * starttls.el: Spelling fix.
3821
3822 2011-11-24  Glenn Morris  <rgm@gnu.org>
3823
3824         * binhex.el (binhex-begin-line): Give it basic doc-string.
3825
3826         * starttls.el, tls.el: Fix case of "GnuTLS".
3827
3828 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3829
3830         * gnus-group.el (gnus-group-highlight): Fix typo.
3831
3832 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3833
3834         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3835         value of `delete-file', that returns nil for a local file but returns t
3836         for a remote file using ssh.
3837
3838 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3839
3840         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3841
3842 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3843
3844         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3845         avoid later breakage.
3846
3847 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3848
3849         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3850         article buffers' name.
3851
3852 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3853
3854         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3855         by Paul Eggert's spellfixes two days ago.
3856
3857 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3858
3859         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3860         doesn't have it.
3861
3862         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3863         buffer-local instead of binding them to avoid warnings.  Also demote
3864         errors (bug#10063).
3865         (font-lock-mode-hook): Shut up byte compiler.
3866
3867 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3868
3869         * mm-util.el (mm-charset-after):
3870         * nnir.el (nnir-run-hyrex):
3871         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3872         (ntlm-get-password-hashes, ntlm-md4hash):
3873         * smime.el: Fix typo.
3874
3875 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3876
3877         * gnus-agent.el (gnus-agent-expire-group-1):
3878         * nndiary.el (nndiary-last-occurence):
3879         * nnimap.el (nnimap-request-set-mark):
3880         * nnmairix.el (nnmairix-only-use-registry):
3881         * gnus-group.el (gnus-group-prepare-flat):
3882         * gnus-sum.el (gnus-decode-encoded-word-methods):
3883         * message.el (message-wash-subject):
3884         * nntp.el (nntp-retrieve-headers-with-xover):
3885         * smime.el (smime-certificate-directory): Spelling fix.
3886
3887 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3888
3889         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3890
3891         * color.el:
3892         * gnus-agent.el (gnus-agent-possibly-alter-active):
3893         * gnus-dired.el (gnus-dired-print):
3894         * mail-parse.el:
3895         * nnmairix.el (nnmairix-request-group):
3896         * shr.el (shr-image-displayer):
3897         * sieve-manage.el:
3898         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3899
3900 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3901
3902         * gnus-sum.el (gnus-auto-select-subject):
3903         * spam-report.el (spam-report-resend): Spelling fix.
3904
3905 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3906
3907         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3908         * gnus-art.el (gnus-default-article-saver):
3909         * gnus-srvr.el (gnus-server-copy-server):
3910         * gnus.el (gnus-sloppily-equal-method-parameters):
3911         * html2text.el (html2text-format-tag-list):
3912         * message.el (message-narrow-to-head):
3913         * nndiary.el:
3914         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3915         * sieve.el: Spelling fix.
3916
3917 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3918
3919         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3920         * gnus-sum.el (gnus-summary-make-menu-bar):
3921         * gnus-uu.el (gnus-uu-decode-postscript)
3922         (gnus-uu-decode-postscript-and-save):
3923         * mailcap.el (mailcap-print-command):
3924         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3925         Fix typos.
3926
3927 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3928
3929         * gnus-art.el (gnus-article-part-wrapper):
3930         * html2text.el (html2text-fix-paragraphs):
3931         * mm-decode.el (mm-image-fit-p):
3932         * rfc2047.el (rfc2047-encode-message-header):
3933         * shr-color.el (shr-color-visible-distance-min)
3934         (shr-color-relative-to-absolute, set-minimum-interval)
3935         (shr-color-visible): Fix typos.
3936
3937 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3938
3939         * gmm-utils.el (gmm-tool-bar-item):
3940         * gnus-art.el (gnus-treat-body-boundary):
3941         * gnus-diary.el (gnus-user-format-function-d):
3942         * gnus-start.el (gnus-get-unread-articles):
3943         * pgg-gpg.el (pgg-gpg-update-agent):
3944         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3945
3946 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3947
3948         * gnus-topic.el (gnus-group-prepare-topics):
3949         * gnus-uu.el (gnus-extract-view):
3950         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3951
3952 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3953
3954         * spam.el: Move BBDB autoloads.
3955         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3956         BBDB 2 and 3.
3957         (spam-check-BBDB): Use it.
3958         (spam-enter-ham-BBDB): Use it.
3959
3960 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3961
3962         * smime.el (smime-draw-buffer): Spelling fix.
3963
3964 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3965
3966         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3967         for scanning exactly one level.
3968         * gnus-start.el (gnus-get-unread-articles): Ditto.
3969
3970 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3971
3972         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3973         slightly clearer.
3974
3975 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3976
3977         * gnus-sync.el: More commentary about setup.
3978
3979 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3980
3981         * message.el (message-send-and-exit): Document `arg'.
3982
3983 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3984
3985         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3986
3987 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3988
3989         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3990
3991         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3992         we don't use `bound-and-true-p'.
3993
3994 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3995
3996         * gnus-util.el (gnus-bound-and-true-p): Remove.
3997         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3998         * nnir.el: Use it.
3999         * nnmairix.el: Use it.
4000
4001 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4002
4003         * gnus-sync.el: Improve docs about CouchDB admins.
4004
4005         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4006         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4007         for reasons unknown.
4008         * nnir.el: Use it.
4009         * nnmairix.el: Use it.
4010
4011         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4012         * nnir.el: Ditto.
4013         * nnmairix.el: Ditto.
4014
4015         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4016
4017 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4018
4019         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4020         not needed.  Provide xmlplistread list function to produce XML plist
4021         output for non-Gnus LeSync clients.
4022
4023 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4024
4025         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4026
4027         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4028         and save against it.  Group subscriptions, read marks, other marks,
4029         subscription levels, topic names, and topic offsets (the group's
4030         position within the topic) are saved.  This is an experimental backend
4031         and may change significantly.  Load json.el from the gnus-fallback-lib
4032         if it's not available otherwise.
4033         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4034
4035 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4036
4037         * message.el (message-completion-function): Make sure
4038         message-tab-body-function is not attempted if one of
4039         message-completion-alist fails to find a completion (bug#9158).
4040
4041 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4042
4043         * mml.el (mml-quote-region): Quote <#secure> tag.
4044         (mml-generate-mime-1): Unquote <#secure> tag.
4045
4046 2011-10-20  Chong Yidong  <cyd@gnu.org>
4047
4048         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4049         calling a minor mode from Lisp with nil arg enables it, so we have to
4050         make the wording a bit ambiguous here).
4051
4052 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4053
4054         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4055         * nnir.el (nnir-mode): Use it.
4056         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4057         Use it.
4058
4059         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4060         * nnmairix.el (gnus-registry-enabled): Ditto.
4061
4062 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4063
4064         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4065         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4066         only while we need to find out if it should be t or nil.
4067         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4068         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4069         the registry is installed.  Set it to nil when it's unloaded.
4070         (gnus-registry-install-p): Provide user guidance for the initial value
4071         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4072         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4073         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4074         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4075         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4076         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4077         `gnus-registry-install'.
4078
4079 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4080
4081         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4082         previous change.
4083         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4084         primary key is marked as disabled.
4085
4086 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4087
4088         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4089         primary key is marked as disabled.
4090
4091 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4092
4093         * html2text.el (html2text-clean-anchor): Check for quotes around
4094         `href' value.
4095
4096 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4097
4098         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4099         searching.  Drop `bbdb-cache'.
4100
4101 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4102
4103         * message.el (message-signed-or-encrypted-p): Exclude header when
4104         checking if there is signed or encrypted body in text/plain message.
4105
4106 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4107
4108         * html2text.el (html2text-get-attr): Correctly handle attribute values
4109         containing "=".
4110
4111 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4112
4113         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4114         handle bindings.
4115
4116 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4117
4118         * gnus-win.el (gnus-configure-windows): Protect against reading
4119         ephemeral groups outside of Gnus.
4120
4121 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4122
4123         * shr.el (shr-tag-img): Don't get images displayed in tables.
4124
4125 2011-10-03  Glenn Morris  <rgm@gnu.org>
4126
4127         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4128         the "maintainer" version of debbugs.gnu.org reports.
4129
4130 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4131
4132         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4133         make asynchronous adjacent image insertion work better.
4134
4135 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4136
4137         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4138         documentation.
4139
4140 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4141
4142         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4143         `gnus-asynchronous' isn't shadowed.
4144
4145 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4146
4147         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4148
4149         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4150         (nnimap-insert-partial-structure): The charset parameter isn't
4151         case-sensitive.
4152
4153         * nnheader.el (nnheader-message-maybe): New function.
4154
4155         * shr.el (shr-tag-table): Render totally broken tables better.
4156
4157         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4158         computing the boundary.
4159
4160 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4161
4162         * pop3.el (pop3-number-of-responses): Remove.
4163         (pop3-wait-for-messages): Rewrite to take linear time instead of
4164         exponential time.
4165
4166 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4167
4168         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4169         re-fetch images.
4170
4171         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4172         re-fetch images when hitting `g' in Gnus.
4173
4174 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4175
4176         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4177         (mml-compute-boundary): Don't check collision if it is non-nil.
4178         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4179         before checking collision.
4180
4181 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4182
4183         * message.el (message-indent-citation): Really make sure there's a
4184         newline at the end.
4185
4186         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4187         Fix suggested by John Wiegley.
4188
4189         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4190
4191         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4192
4193         * message.el (message-default-send-rename-function): Break out into its
4194         own function.
4195
4196         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4197         doesn't work under XEmacs.
4198
4199         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4200         of "imaps" to word around Windows problems.
4201         (nnimap-open-connection-1): Use it.
4202
4203         * message.el (message-indent-citation): Revert last change which made
4204         `F' not work.
4205
4206 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4207
4208         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4209         terminal as well.
4210
4211 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4212
4213         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4214         because it displays images using overlays that aren't easy to copy to
4215         the article buffer.
4216
4217 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4218
4219         * message.el (message-indent-citation): Fix empty line removal at the
4220         end of the citation.
4221
4222 2011-09-20  Julien Danjou  <julien@danjou.info>
4223
4224         * auth-source.el (auth-source-netrc-create): Use default value for
4225         password if specified.  Evaluate default.
4226         (auth-source-plstore-create): Ditto.
4227         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4228         value evaluation.
4229         (auth-source-netrc-create): Typo fix.
4230         (auth-source-plstore-create): Ditto.
4231
4232         * password-cache.el (password-cache-remove): Remove entries even if the
4233         value is nil, so that password with a nil value (negative caching) is
4234         possible to invalidate.
4235
4236         * auth-source.el (auth-source-format-cache-entry): New function.
4237
4238 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4239
4240         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4241
4242 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4243
4244         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4245
4246 2011-09-19  Julien Danjou  <julien@danjou.info>
4247
4248         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4249         which work with things that are not ASCII.
4250
4251 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4252
4253         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4254
4255 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4256
4257         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4258         message level.
4259
4260 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4263
4264 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4265
4266         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4267
4268 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4269
4270         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4271         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4272
4273 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4274
4275         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4276         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4277         articles.
4278
4279 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4280
4281         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4282         (message-mail-other-window, message-mail-other-frame)
4283         (message-news-other-window, message-news-other-frame):
4284         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4285         instead of setting buffer display varibles.
4286
4287 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4288
4289         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4290
4291         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4292
4293 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4294
4295         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4296         duplicates" to a higher level.
4297
4298         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4299         most egregious messages.
4300
4301 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4302
4303         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4304
4305 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4306
4307         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4308         up the file (bug#9351).
4309
4310 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4311
4312         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4313         it does with all other backends, but decode the names immediately after
4314         getting them.
4315
4316         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4317         decoding nnimap groups.
4318
4319         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4320         newsrc file.  It doesn't seem like an important optimization any more.
4321
4322 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4323
4324         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4325         overflows.
4326
4327 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4328
4329         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4330         (gnus-interactive-exit): Extend to `quiet'.
4331
4332         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4333
4334         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4335         string.
4336
4337         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4338         renaming function arguments from `this'.
4339
4340         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4341
4342         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4343         has been renamed.
4344         (gnus-lrm-string-p): Include RLM and PDF, too.
4345
4346         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4347         (bug#9225).
4348
4349 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4350
4351         Add autoload cookies for functions used by sendmail.el.
4352         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4353
4354         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4355
4356 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * gnus-art.el (article-date-ut): Work properly even when there are
4359         things like Date header in the body; work for forwarded parts.
4360
4361 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4362
4363         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4364         original-article-buffer.
4365
4366 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4367
4368         * nnir.el (nnir-compose-result): Fix matching of server type.
4369         (nnir-run-swish++): Ditto.
4370         (nnir-run-namazu): Ditto.
4371         (nnir-run-notmuch): Ditto.
4372
4373 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4374
4375         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4376         (bug#9405).
4377
4378         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4379         (bug#9421).
4380
4381         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4382         (bug#9425).
4383
4384         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4385         thing (bug#9426).
4386
4387 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4388
4389         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4390         the error message.
4391
4392 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4393
4394         * message.el (message-setup-1): Return t (Bug#9392).
4395
4396 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4397
4398         * gnus-sum.el: When adding article headers to a summary buffer also
4399         update gnus-newsgroup-articles (bug#9386).
4400
4401 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4402
4403         * auth-source.el: Autoload help-mode.
4404
4405 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4406
4407         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4408         names.
4409
4410 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4411
4412         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4413         mm-replace-in-string for compatibility issues.
4414         * mml2015.el (mml2015-epg-verify): Ditto.
4415
4416 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4417
4418         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4419
4420         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4421
4422 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4423
4424         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4425         continue on and do the clean-up phase (bug#9188).
4426
4427         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4428         just ignore groups that can't be opened instead of erroring out
4429         (bug#9225).
4430
4431         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4432         nil since some many people are fuddy-duddies.
4433
4434         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4435         images.
4436
4437         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4438         instead.
4439
4440         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4441
4442         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4443
4444         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4445         processing.
4446
4447         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4448         buffer to avoid warnings.
4449
4450 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4451
4452         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4453         specified to reduce precision.
4454
4455 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4456
4457         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4458         bodystructures (bug#9314).
4459
4460 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4461
4462         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4463         Make button keymap non-sticky after buttons.
4464
4465 2011-08-18  David Engster  <dengste@eml.cc>
4466
4467         * nnmairix.el (nnmairix-request-set-mark)
4468         (nnmairix-goto-original-article): Remove adding of article to registry,
4469         since `gnus-registry-add-group' isn't available anymore.
4470         (nnmairix-determine-original-group-from-registry):
4471         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4472         available anymore.
4473
4474 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4475
4476         * starttls.el (starttls-any-program-available): Define as obsolete
4477         function.
4478
4479 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4480
4481         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4482         versions which Gnus use when appropriate.
4483
4484         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4485         a pretty destructive command.
4486
4487         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4488
4489 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4490
4491         * message.el (message-fix-before-sending): Make a different warning
4492         about NUL characters (bug#9270).
4493
4494         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4495         from custom (bug#9260).
4496
4497         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4498         things work in Emacs 22 and XEmacs, too.
4499
4500         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4501         default From.
4502
4503         * gnus-spec.el (gnus-lrm-string-p): New macro.
4504         (gnus-lrm-string): New constant.
4505         (gnus-summary-line-format-spec): LRM-ify the from.
4506         (gnus-tilde-max-form): LRM-ify string chopping.
4507
4508         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4509
4510         * message.el (message-is-yours-p): Allow disabling canlock checking
4511         (bug#9295).
4512         (message-shoot-gnksa-feet): Add `canlock-verify'.
4513         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4514         message directory isn't writable (bug#9304).
4515
4516         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4517         non-world-readable.
4518
4519 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4520
4521         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4522         articles.
4523
4524 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4525
4526         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4527         copy-list.
4528
4529 2011-08-12  Sam Steingold  <sds@gnu.org>
4530
4531         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4532         in the reverse order to avoid modifying the cache with `nreverse'.
4533         (gnus-all-score-files): Do not modify the value returned by
4534         `gnus-score-find-alist' because it lives in a cache variable.
4535         (gnus-current-home-score-file): No need to `nreverse' the return value
4536         of `gnus-score-find-alist', it is already in the correct order.
4537
4538 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4539
4540         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4541         type MESSAGE and subtype RFC822 is slightly different from those of
4542         type TEXT.
4543
4544 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4545
4546         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4547         This allows article-referral to work from an nnir group.
4548
4549 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4550
4551         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4552
4553 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4554
4555         * mml1991.el (mml1991-epg-find-usable-key)
4556         (mml1991-epg-find-usable-secret-key): New function.
4557         (mml1991-epg-sign): Check if signing key is usable.
4558         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4559
4560 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4561
4562         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4563         server-variables only.  This should fix a bug introduced with commit
4564         e1889675b7f4adf057833c5513c9374134c4e053.
4565         (nnir-run-query): 'nnir-search-engine should not be set from the global
4566         environment.
4567
4568 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4569
4570         * nnir.el (nnir-search-thread): Position point on referring article
4571         line.
4572         (nnir-warp-to-article): Clean up summary buffers.
4573
4574         * nnimap.el (nnimap-request-thread): Whitespace fix.
4575
4576 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4577
4578         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4579
4580 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4581
4582         * starttls.el (starttls-available-p): Rename from
4583         `starttls-any-program-available' and changed return convention.
4584
4585 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4586
4587         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4588         `unix-sync' unless it's defined.
4589
4590 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4591
4592         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4593         `aref' for XEmacs compatibiltiy.
4594
4595 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4596
4597         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4598
4599 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4600
4601         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4602         closures, quote the form properly (bug#9194).
4603
4604 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4605
4606         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4607         (gnus-summary-insert-new-articles): Protect against servers that are
4608         down.
4609
4610 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4611
4612         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4613         in mm handle if none is specified.
4614
4615 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4616
4617         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4618
4619 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4620
4621         * nnir.el (nnir-search-thread): New function to make an nnir group
4622         based on a thread query.
4623
4624         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4625         of nnir in thread referral.
4626         (gnus-summary-refer-thread): Use it.
4627
4628         * nnimap.el (nnimap-request-thread): Use it.
4629
4630 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4631
4632         * shr.el (shr-tag-comment): Ignore HTML comments.
4633
4634 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4635
4636         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4637         argument.
4638         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4639         Use `nnir-address' to handle server info rather than passing an arg.
4640
4641         * nnimap.el (nnimap-make-thread-query): New utility function to format
4642         an imap thread search query.
4643         (nnimap-request-thread): Use it.
4644
4645         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4646         right select-method if we are not going back to the group buffer.
4647
4648 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4649
4650         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4651         enter invalid buffer configurations into the quit form (bug#9107).
4652         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4653         unplugged/plugged.
4654
4655         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4656         keep track of which ones are unread (bug#9061).
4657
4658         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4659         (bug#9055).
4660
4661         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4662         (bug#9041).
4663
4664         * gnus-html.el (mm-util): Require (bug#9073).
4665
4666         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4667         (gnus-summary-refer-thread): Use it to remove duplicates in the
4668         un-threaded view (bug#9053).
4669         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4670
4671 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4672
4673         * nnir.el (nnir-read-server-parm): Use default value from global
4674         variable.  Without this the default search engine parameters aren't
4675         used at all.
4676
4677 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4678
4679         * message.el (message-unique-id): Don't use the undocumented return
4680         value from (random t) (bug#9118).
4681
4682 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4683
4684         * message.el (message-auto-save-directory): If the ~/Mail directory
4685         doesn't exist, use ~ as the auto-save directory (bug#4432).
4686
4687         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4688         hasn't already been started.
4689
4690 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4691
4692         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4693
4694         * message.el (message-reply): Work around mysterious bug where
4695         `message-mode' seems to overwrite the locally bound `subject' variable.
4696
4697 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4698
4699         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4700         correct group.
4701
4702         * gnus-int.el (gnus-request-thread): Add group argument.
4703
4704         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4705
4706 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4707
4708         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
4709
4710         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4711         renamed to `debbugs-gnu-*'.
4712
4713 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4714
4715         * plstore.el: Revert the editing feature since it is not urgent.
4716         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4717         (plstore-mode-decoded): Remove.
4718
4719 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4720
4721         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4722         isn't very interesting any more, and it leaks potentially secret data.
4723         (gnus-debug): Remove.
4724
4725         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4726         use of :custom-show.
4727
4728 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4729
4730         * plstore.el: Add documentation.
4731         (plstore-mode): New mode to edit plstore file.
4732         (plstore-mode-toggle-display, plstore-mode-original)
4733         (plstore-mode-decoded): New command.
4734         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4735         (plstore--insert-buffer, plstore--make): New function.
4736         (plstore-open, plstore-save): Simplify by using them.
4737
4738 2011-07-06  Glenn Morris  <rgm@gnu.org>
4739
4740         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4741
4742 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4743
4744         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4745         no longer is much used.
4746         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4747         Articles".
4748
4749 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4750
4751         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4752         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4753         `notmuch' backend.
4754
4755 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4756
4757         * mm-decode.el (mm-text-html-renderer): Doc fix.
4758
4759         * gnus-msg.el (gnus-bug): Fix the MML tag.
4760
4761         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4762
4763 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4764
4765         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4766         secondary methods if started with `gnus-no-server'.
4767
4768 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4769
4770         * message.el (message-return-action): Fix typo in docstring.
4771
4772 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4773
4774         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4775         bug reports at once.
4776
4777         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4778
4779 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4780
4781         * nndraft.el: Require gnus-group.
4782         (nndraft-request-list): Declare.
4783
4784         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4785         no unread article unless it matches gnus-permanently-visible-groups.
4786
4787         * nndraft.el (nndraft-update-unread-articles): New function.
4788         (nndraft-request-associate-buffer): Use it to update the number of
4789         unread articles for the nndraft groups in the group buffer when saving
4790         or killing a draft message.
4791
4792 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4793
4794         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4795         systems to binary before writing and reading the mbox files.
4796
4797         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4798         instead of trying to list them all (bug#8978).
4799
4800 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4801
4802         * pop3.el (pop3-open-server): Use :end-of-capability.
4803
4804 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4805
4806         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4807         the id is always a number.
4808
4809         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4810
4811         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4812         debbugs mode, if possible.
4813
4814 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4815
4816         * auth-source.el (auth-source-token-passphrase-callback-function):
4817         Reindent.
4818         (epg-context-operation): Remove unnecessary autoload.
4819
4820 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4821
4822         * gnus.el (gnus-list-debbugs): New command.
4823
4824         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4825         mboxstat instead of the maintbox, since the stat seems to be fuller.
4826
4827         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4828         summary buffers.
4829
4830         * message.el (message-get-reply-headers): Delete all duplicates,
4831         instead of the first.
4832         (message-get-reply-headers): Ensure that we have progress while
4833         deleting duplicates.
4834
4835         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4836         gnus-posting-style value from the summary buffer to make it easier to
4837         make that a per-buffer conf.
4838
4839 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4840
4841         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4842         found by setting `shortcut' in 'query.
4843         (nnir-request-article): Use `shortcut' setting when requesting article
4844         by Message-ID.
4845
4846 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4847
4848         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4849         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4850         Bring the pseudo-headers back too.
4851
4852 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4853
4854         * auth-source.el (auth-source-token-passphrase-callback-function):
4855         Simplify and remove EPA dependency.
4856
4857 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4858
4859         * nnir.el (nnir-request-article): Fix error message text.
4860
4861 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4862
4863         * auth-source.el (plstore-delete): Autoload.
4864         (auth-source-plstore-search): Support delete operation.
4865         * plstore.el (plstore-delete): New function.
4866
4867 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4868
4869         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4870         mark actually existing articles as unread rather than the ones that
4871         active asserts.
4872
4873 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4874
4875         * nntp.el (nntp-record-command):
4876         * gnus-util.el (gnus-message-with-timestamp-1):
4877         Use format-time-string rather than decoding time stamps by hand.
4878         This is simpler and insulates the code from potential changes to
4879         current-time format.
4880
4881 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4882
4883         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4884
4885 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4886
4887         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4888         (plstore-save): Support public key encryption.
4889         (plstore--init-from-buffer): New function.
4890         (plstore-open): Use it; fix error when opening a non-existent file.
4891         (plstore-revert): Use plstore--init-from-buffer.
4892
4893 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4894
4895         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4896
4897 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4898
4899         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4900         for old Emacsen.
4901
4902 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4903
4904         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4905         is not fully working.
4906
4907 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4908
4909         * dgnushack.el: Autoload sha1 on XEmacs.
4910
4911         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4912         quit window configuration.
4913
4914         * auth-source.el (epg-context-set-passphrase-callback):
4915         Remove duplicate autoload.
4916
4917 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4918
4919         * nnir.el (nnir-request-article): Allow requesting articles by
4920         Message-ID with nnimap.
4921
4922         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4923         current server.
4924
4925 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4926
4927         * auth-source.el: Autoload EPA/EPG functions.
4928         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4929         changed when EPA/EPG is not available.
4930         (auth-source-backend): Rename "arg" member to "data".
4931         (auth-source-backend-parse, auth-source-plstore-search)
4932         (auth-source-plstore-create): Use it.
4933
4934 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4935
4936         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4937         `gnus-refer-article-methods'.
4938
4939 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4940
4941         * auth-source.el: Require EPA and EPG.
4942         (auth-source-passphrase-alist): New variable.
4943         (auth-source-passphrase-callback-function)
4944         (auth-source-token-passphrase-callback-function): Callbacks for the
4945         netrc field encryption (GPG tokens).
4946         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4947         Symmetric encryption and decryption of the netrc GPG tokens.
4948         (auth-source-netrc-normalize): Use them, simplifying the closure.
4949
4950 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4951
4952         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4953         is available.
4954
4955 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4956
4957         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4958         non-nil, and `nnimap-split-methods' is nil, use the former.
4959
4960 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4961
4962         * plstore.el (plstore-revert): New function.
4963         (plstore-open): Use it; hide the buffer from user.
4964
4965 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4966
4967         * auth-source.el (auth-source-backend): New member "arg".
4968         (auth-source-backend-parse): Handle new backend 'plstore.
4969         * plstore.el: New file.
4970
4971 2011-06-30  Glenn Morris  <rgm@gnu.org>
4972
4973         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4974
4975 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4976
4977         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4978         expiring articles to.
4979
4980         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4981         variations as ASCII (bug#5458).
4982
4983 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4984
4985         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4986
4987 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4988
4989         * message.el (message-point-in-header-p): Tweak the function to default
4990         to saying that we're not in the headers if there is no separator at
4991         all.  This makes it possible to use the Message version of `M-q' in
4992         buffers with no headers (bug#7987).
4993         (message-point-in-header-p): Fix last checkin to work with an empty
4994         mail-header-separator, too.
4995
4996         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4997         again, save the choice via customize.
4998
4999 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5000
5001         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5002
5003         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5004         ended the connection, bail out before waiting infinitely on a new
5005         connection.
5006
5007 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5008
5009         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5010         reports.
5011
5012         * gnus.el (gnus-bug-package): Use "gnus."
5013         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5014
5015 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5016
5017         * dgnushack.el: Make the timer warning go away on XEmacs.
5018
5019         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5020         animations going on at article exit time.
5021
5022         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5023         since removing it breaks people upgrading.
5024
5025         * shr.el (shr-put-image): Use the new interface for animating images.
5026         (shr-put-image): Animate for 60 seconds.
5027
5028         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5029         avoid compiler warnings.
5030
5031         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5032         error with `find-file-hooks' on Emacs 22.
5033         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5034         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5035         on all architectures.
5036
5037         * spam.el (spam-stat): Require in a normal fashion without binding
5038         `spam-stat-install-hooks' to avoid compilation warnings.
5039
5040         * spam-stat.el (spam-stat-install-hooks): Remove.
5041         (spam-stat-install-hooks): Don't run automatically.
5042
5043 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5044
5045         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5046         and keystroke.
5047
5048 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5049
5050         * auth-source.el (auth-source-netrc-cache): Move forward.
5051
5052 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5053
5054         * proto-stream.el (proto-stream-open-starttls): Use
5055         `gnutls-available-p' to see whether we have built-in support.
5056
5057         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5058         we already know.
5059         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5060         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5061
5062 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5063
5064         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5065         %S format, since that looks odd.
5066         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5067         file, especially when saving.
5068
5069 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5070
5071         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5072         article found.
5073
5074 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5075
5076         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5077         `auth-source-save-secrets' with a more sensitive alist that can be
5078         configured per file.  Experimental, so defaults to 'never.
5079         (auth-source-netrc-create): Use it.  Still experimental code.
5080         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5081         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5082
5083 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5084
5085         * auth-source.el (auth-source-save-secrets): New variable to control if
5086         secret tokens should be saved encrypted.
5087         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5088         to `auth-source-netrc-normalize'.
5089         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5090         on the EPA variables being defined.
5091         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5092         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5093         the lexical-let closure.
5094         (auth-source-netrc-create): Create "gpg:" tokens according to
5095         `auth-source-save-secrets'.
5096
5097 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5098
5099         * gnus-group.el (gnus-group-update-group): Add new argument
5100         `info-unchanged' that stops updating dribble buffer.
5101
5102         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5103         deletes lines matching to it in dribble buffer.
5104
5105         * gnus-agent.el (gnus-agent-fetch-group-1):
5106         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5107         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5108         * gnus-start.el (gnus-group-change-level):
5109         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5110
5111         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5112         if newsgroup info is not changed.
5113
5114         * gnus-group.el (gnus-group-get-new-news-this-group):
5115         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5116         Don't update dribble buffer.
5117
5118 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5119
5120         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5121         remove entries with groups we ignore.
5122
5123 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5124
5125         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5126         the underline comes at the bottom.
5127
5128 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5129
5130         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5131         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5132         (gnus-registry-article-marks-to-names): Rename from
5133         `gnus-registry-user-format-function-M2'.
5134
5135 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5136
5137         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5138         ephemeral group.
5139
5140 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5141
5142         * shr.el (shr-browse-image): Copy the URL if called interactively.
5143
5144 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5145
5146         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5147         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5148         done, then unselected articles may be marked as read.
5149
5150         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5151         since not doing this seems to lead to a race condition in pop3-logon.
5152
5153         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5154         so that the call chain it correct when we call "upwards".
5155
5156         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5157         in read-only groups.
5158
5159         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5160
5161         * message.el (message-cite-reply-position): Doc string fix.
5162
5163         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5164         avoid regexp overflow.
5165         (nnimap-transform-split-mail): Ditto.
5166
5167         * pop3.el (pop3-retr): Error out if the server closes the connection.
5168
5169 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5170
5171         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5172         mm-with-unibyte-current-buffer.  The buffer should not contain any
5173         multibyte chars anyway at this stage.
5174
5175 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5176
5177         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5178         at the end of lines.
5179
5180 2011-05-29  Julien Danjou  <julien@danjou.info>
5181
5182         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5183
5184 2011-05-27  Glenn Morris  <rgm@gnu.org>
5185
5186         * gnus-group.el (gnus-bug-group-download-format-alist):
5187         Use the "maintainer" version of debian reports as well.
5188
5189 2011-05-26  Glenn Morris  <rgm@gnu.org>
5190
5191         * gnus-group.el (gnus-bug-group-download-format-alist):
5192         Use the "maintainer" version of debbugs.gnu.org reports.
5193
5194 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5195
5196         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5197
5198 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5199
5200         * gnus-cus.el (gnus-agent-customize-category):
5201         * gnus-delay.el (gnus-delay-send-queue):
5202         * gnus.el (gnus-other-frame):
5203         Don't quote lambda expressions with `quote'.
5204
5205 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5206
5207         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5208         the thread moves us backwards and so we loop forever.
5209
5210 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5211
5212         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5213         whitespace in base64 data lines.
5214
5215 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5216
5217         * gnus-registry.el (gnus-registry-user-format-function-M):
5218         Use `mapconcat'.
5219         (gnus-registry-user-format-function-M2): Use to see the full text of
5220         the marks.  Make "," the mark text separator.
5221
5222         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5223         authentication with auth-source.
5224
5225 2011-05-17  Glenn Morris  <rgm@gnu.org>
5226
5227         * gnus-group.el (gnus-import-other-newsrc-file):
5228         Use insert-file-contents.
5229
5230 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5231
5232         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5233         1000 iterations.
5234
5235 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5236
5237         * nntp.el (nntp-open-connection): Check if process-type is available.
5238
5239 2011-05-16  Julien Danjou  <julien@danjou.info>
5240
5241         * shr.el (shr-tag-del): Add support for del tag.
5242
5243 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5244
5245         * gnus-html.el (gnus-html-put-image): Register a displayer.
5246
5247         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5248
5249 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5250
5251         * registry.el (prune-factor): New initialization parameter defaulting
5252         to 0.1.
5253         (registry-prune-hard): Use it.
5254
5255         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5256         0.1 expicitly.
5257
5258 2011-05-13  Glenn Morris  <rgm@gnu.org>
5259
5260         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5261         is bound, since this function requires sendmail.
5262
5263 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5264
5265         * registry.el (registry-usage-test): Disable pruning test.
5266
5267 2011-05-11  David Engster  <dengste@eml.cc>
5268
5269         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5270         Bind set-network-process-option for XEmacs.
5271
5272 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5273
5274         * registry.el (registry-prune-hard-candidates)
5275         (registry-prune-soft-candidates): Helper methods for registry pruning.
5276         (registry-prune): Use them.  Make the sort function optional.
5277
5278 2011-05-10  Jim Meyering  <meyering@redhat.com>
5279
5280         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5281
5282 2011-05-10  Julien Danjou  <julien@danjou.info>
5283
5284         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5285         symbol and not a list.
5286
5287 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * gnus-art.el (gnus-article-mode): Move binding of
5290         shr-put-image-function here from gnus-article-prepare-display.
5291
5292         * shr.el (shr-put-image-function): New variable.
5293         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5294         (shr-put-image): Return scaled image.
5295
5296         * gnus-art.el (gnus-shr-put-image): New function.
5297         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5298
5299         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5300         original ones, as deletable.
5301
5302 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5303
5304         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5305
5306 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5307
5308         * registry.el (registry-full): Add convenience method.  Fix logic.
5309         (registry-insert): Use it.  Fix logic here too.
5310
5311         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5312         `registry-prune' if `registry-full' returns t.
5313         (gnus-registry-handle-action)
5314         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5315         (gnus-registry-usage-test): Use it.
5316
5317 2011-05-07  Julien Danjou  <julien@danjou.info>
5318
5319         * shr.el (shr-link): Make shr-link inherit from link by default.
5320
5321 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5322
5323         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5324
5325 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5326
5327         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5328         error out because the face is not a list.
5329
5330 2011-05-05  Glenn Morris  <rgm@gnu.org>
5331
5332         * proto-stream.el (gnutls-negotiate): Fix declarations.
5333
5334         * gnus-start.el (gnus-propagate-marks): Declare.
5335
5336 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5337
5338         * registry.el (registry-reindex): Fix percentage message.
5339
5340         * proto-stream.el (network-stream-open-starttls): Adjust to call
5341         `gnutls-negotiate' with :process and :hostname arguments.
5342
5343 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5344
5345         * shr.el: Add shr-link face for links.
5346         (shr-urlify): Use it.
5347
5348         * registry.el (registry-insert): Make error message more helpful.
5349
5350 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5351
5352         * gnus-html.el (gnus-html-schedule-image-fetching):
5353         Use url-queue-retrieve, if it exists.
5354
5355         * shr.el (shr-tag-img): Ditto.
5356
5357         * gnus.el: Autoload more gnus-agent functions.
5358
5359         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5360         agent if we haven't already (bug#8502).
5361
5362         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5363         into the Agent, too.
5364
5365         * gnus-agent.el (gnus-agent-store-article): New function.
5366
5367         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5368         and moved from that file for reuse.
5369
5370         * pop3.el (pop3-open-server): Error messages are "-ERR".
5371
5372 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5373
5374         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5375         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5376
5377 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5378
5379         * gnus.el: No Gnus v0.17 is released.
5380
5381 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5382
5383         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5384         buffer has moved to a different frame.
5385
5386 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5387
5388         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5389         to get the conversion from unibyte to multibyte buffers to work on
5390         Emacs 22.
5391
5392         * nntp.el (nntp-request-article): Slight clean-up.
5393
5394 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5395
5396         * shr.el (shr-strike-through): New face.
5397         (shr-tag-s): Use it to provide <s> support.
5398         (shr-tag-s): Remove duplicate definition.
5399
5400 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5401
5402         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5403         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5404
5405 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5406
5407         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5408         `gnutls-negotiate'.
5409         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5410
5411 2011-04-23  Glenn Morris  <rgm@gnu.org>
5412
5413         * gnus-sum.el (gnus-extra-headers): Bump :version.
5414
5415 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5416
5417         * shr.el (shr-tag-sup): New function.
5418         (shr-tag-sub): Ditto.
5419
5420 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5421
5422         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5423         for the case where `gnus-registry-ignored-groups' is a list of lists,
5424         and don't call `gnus-parameter-registry-ignore' otherwise.
5425
5426 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5427
5428         * nnimap.el (nnimap-user): New backend variable.
5429         (nnimap-open-connection-1): Use it.
5430         (nnimap-credentials): Accept user parameter so it's explicit what user
5431         name is desired.
5432
5433         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5434         default.
5435
5436         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5437         not gnus-registry.el.
5438
5439         * gnus-registry.el: Mention in comments how to modify
5440         `gnus-extra-headers' for proper recipient tracking and that it may
5441         already have To and Cc recently, which it does as of this commit.
5442         (gnus-registry-ignored-groups): Remove defcustom.
5443         Explain why in comments.
5444         (gnus-registry-action): Fix data-header reference to use the extra
5445         headers.  Explain in package commentary how to add To and Cc headers to
5446         the gnus-extra-headers.
5447         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5448         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5449         parameter list or a string list in `gnus-registry-ignored-groups'.
5450         Fix logic error.
5451
5452 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5453
5454         * shr.el (shr-expand-url): Protect against null urls.
5455
5456 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5457
5458         * shr.el (shr-base): New binding.
5459         (shr-tag-base): Keep track of <base>.
5460         (shr-expand-url): New function used throughout.
5461
5462 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5463
5464         * gnus-registry.el
5465         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5466         (gnus-registry-ignored-groups): New variable.
5467         (gnus-registry-ignore-group-p): Use it.
5468         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5469         set the destination group to nil (same as delete) if it's ignored.
5470
5471 2011-04-20  David Engster  <dengste@eml.cc>
5472
5473         * tests/gnustest-nntp.el: New file for simple NNTP testing.
5474
5475         * Makefile.in (test-nntp): New rule.
5476         (check): Add it.
5477         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
5478
5479 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5480
5481         * gnus-registry.el (gnus-registry-action)
5482         (gnus-registry-fetch-header-fast):
5483         Don't use mail-header that looks an internal function of mailheader.el.
5484
5485 2011-04-19  Glenn Morris  <rgm@gnu.org>
5486
5487         * time-date.el (time-to-days): Remove unused local variables.
5488
5489 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5490
5491         * gnus-registry.el: Eliminate cl functions.
5492         (gnus-registry-sort-addresses): New function that replaces mapcan.
5493         (gnus-registry-action, gnus-registry-spool-action)
5494         (gnus-registry-split-fancy-with-parent)
5495         (gnus-registry-fetch-recipients-fast): Use it.
5496         (gnus-registry-import-eld): Replace delete* with dolist + delq.
5497
5498         * registry.el (initialize-instance, registry-lookup)
5499         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5500         (registry-lookup-secondary-value, registry-search, registry-delete)
5501         (registry-insert, registry-reindex, registry-size, registry-prune):
5502         Use eval-and-compile.
5503
5504 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5505
5506         * registry.el (registry-reindex): New method to recreate the secondary
5507         registry indices.
5508
5509         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5510         tracked field changes.
5511         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5512         (gnus-registry-action, gnus-registry-spool-action)
5513         (gnus-registry-handle-action)
5514         (gnus-registry--split-fancy-with-parent-internal)
5515         (gnus-registry-split-fancy-with-parent)
5516         (gnus-registry-register-message-ids): Add recipient tracking on spool,
5517         move, and delete actions, and for fancy splitting with parent.
5518         (gnus-registry-extract-addresses)
5519         (gnus-registry-fetch-recipients-fast)
5520         (gnus-registry-fetch-header-fast): Convenience functions.
5521         (gnus-registry-misc-test): ERT test of
5522         `gnus-registry-extract-addresses'.
5523
5524 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
5525
5526         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5527         Track by subject first, then sender.
5528
5529 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5530
5531         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5532
5533         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5534         Lisp.
5535
5536         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5537         (gnus-draft-send): Use it to avoid popping
5538         up frames from gnus-group-send-queue.
5539
5540 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5541
5542         * gnus-registry.el: Updated gnus-registry docs.
5543
5544 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5545
5546         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5547         Fix logic bug.
5548         (gnus-registry-post-process-groups): Fix logging of no results and
5549         quote sender and subject.
5550
5551 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5552
5553         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
5554         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
5555         gnutls-cli are too slow to be done opportunistically.
5556
5557         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5558         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5559         we had no early-data returned.
5560         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5561         two async commands to the same server at the same time.
5562
5563 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5564
5565         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5566
5567 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5568
5569         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5570         "warning" level.
5571
5572         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5573         (mm-url-insert-file-contents): Don't set the package names.
5574
5575 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5576
5577         * gnus-registry.el (gnus-registry-action): Remove properties and
5578         simplify subject in `gnus-registry-handle-action'.
5579         (gnus-registry-spool-action): Get subject and sender from message if
5580         they are not passed in.
5581         (gnus-registry-handle-action): Remove properties and simplify subject
5582         consistently.
5583
5584 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5585
5586         * registry.el: Require CL before using defmacro*.
5587
5588 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5589
5590         * gnus-art.el (article-treat-date): Assume that
5591         gnus-article-date-headers may be a group parameter.
5592
5593 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5594
5595         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5596
5597         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5598         interactively so the newsrc file can contain foreign groups too.
5599         Useful for debugging but not much for users.
5600
5601 2011-04-07  David Engster  <dengste@eml.cc>
5602
5603         * registry.el (registry-usage-test): Only do
5604         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5605         lexical binding.
5606
5607 2011-04-07  David Engster  <dengste@eml.cc>
5608
5609         * Makefile.in (check, test-registry): New rules for test-suite.
5610
5611 2011-04-06  David Engster  <dengste@eml.cc>
5612
5613         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5614         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5615
5616 2011-04-06  David Engster  <dengste@eml.cc>
5617
5618         * registry.el (initialize-instance): Change :after to :AFTER to be
5619         compatible with old EIEIO version in XEmacs.
5620
5621 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5622
5623         * gnus-registry.el (gnus-registry-post-process-groups)
5624         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5625         and provide better messaging.
5626
5627 2011-04-06  David Engster  <dengste@eml.cc>
5628
5629         * Makefile.in (fail-on-warning): New rule to compile with warnings as
5630         errors.
5631
5632         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
5633         dgnushack-compile with error-on-warn enabled, and to signal an error if
5634         clean compilation failed.
5635         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
5636         with `byte-compile-error-on-warn'.  Return nil if errors occured.
5637
5638 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5639
5640         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5641         unconditionally anyway, discarding errors.
5642         (gnus-registry-delete-entries): New convenience function.
5643         (gnus-registry-import-eld): Import from old .eld registry.
5644
5645         * registry.el: Don't use ERT if it's not available.  Load it
5646         unconditionally anyway, discarding errors.
5647
5648         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5649         version from the Claudio Bley GnuTLS patch (extra optional parameters
5650         and host name).
5651
5652 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5653
5654         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5655         fixup the parameters that can be customized by the user between
5656         save/read cycles.
5657         (gnus-registry-read): Use it.
5658         (gnus-registry-make-db): Use it.
5659         (gnus-registry-spool-action, gnus-registry-handle-action):
5660         Fix messaging.
5661         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5662         Map references to actual group names with sender and subject tracking.
5663         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5664         (gnus-registry-usage-test): Add subject lookup test.
5665
5666         * registry.el (registry-db, initialize-instance): Set up constructor
5667         instead of :initform arguments for the sake of older Emacsen.
5668         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5669         pre-lexbind merge bug.
5670         (registry-usage-test): Use it.
5671         (initialize-instance, registry-db): Move the non-function initforms
5672         back to the class definition.
5673
5674 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5675
5676         * registry.el: New library to manage gnus-registry-style data.
5677
5678         * gnus-registry.el: Use it (major rewrite).
5679
5680         * nnregistry.el: Use it.
5681
5682         * spam.el: Use it.
5683
5684 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5685
5686         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5687         marks on non-selected articles.
5688
5689 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5690
5691         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5692         parameter to open-protocol-stream.
5693
5694 2011-04-01  Julien Danjou  <julien@danjou.info>
5695
5696         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5697         fundamental-mode.
5698
5699 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5700
5701         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5702         servers.
5703
5704 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5705
5706         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5707         made marks not propagate, again.
5708
5709 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5710
5711         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5712         Make this the default type.
5713         (proto-stream-open-plain): Rename from proto-stream-open-default.
5714         (open-protocol-stream, proto-stream-open-starttls)
5715         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5716         with `plain'.
5717
5718         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5719         value.
5720
5721         * nntp.el (nntp-open-connection-function): Document the fact that some
5722         values are not functions but are instead handled specially.
5723         Recognize nntp-open-plain-stream value.
5724         (nntp-open-connection): Recognize that value.
5725
5726 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5727
5728         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
5729         where it seems to be needed.
5730
5731 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5732
5733         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5734         stuff.
5735
5736         * gnus-score.el (gnus-score-string): Fix calling convention of
5737         `gnus-simplify-buffer-fuzzy' after last patches.
5738
5739         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5740         server for articles we didn't get any headers for.  This is a sanity
5741         check.
5742
5743 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5744
5745         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5746         new CAPABILITY, use it.
5747
5748 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5749
5750         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5751         downloading anything.
5752
5753         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5754
5755 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5756
5757         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5758         colors.
5759         (gnus-splash-svg-color-symbols): New function.
5760
5761 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5762
5763         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5764         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5765         (gnus-simplify-subject-fuzzy): Use the local
5766         gnus-simplify-subject-fuzzy-regex instead of the global one.
5767         This makes using this variable in group parameters work.
5768
5769 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5770
5771         * gnus-registry.el (gnus-registry-unfollowed-groups):
5772         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5773         archive:sent-YYYY-MM-DD groups).
5774         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5775         tracking if there are more than `gnus-registry-max-track-groups'
5776         matches.
5777
5778 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5779
5780         * message.el (message--yank-original-internal): New function to do the
5781         insertion cleanly inside eval in `message-yank-original'.
5782         (message-yank-original): Use it.
5783
5784 2011-03-29  Julien Danjou  <julien@danjou.info>
5785
5786         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5787         local variables disabled rather than `normal-mode'.
5788
5789 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5790
5791         * imap.el (imap-shell-open, imap-process-connection-type):
5792         Use imap-process-connection-type for 'shell' streams as well as
5793         Kerberos, SSL, other subprocesses.
5794
5795 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5796
5797         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5798         with open-network-stream.
5799         (proto-stream-always-use-starttls): Option removed.
5800         (open-protocol-stream): Return a process object by default.  Provide a
5801         new parameter :return-list specifying a list-type return value, which
5802         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5803         :type `network' to `try-starttls', and `network-only' to `default'.
5804         Make `default' the default, for compatibility with open-network-stream.
5805         Handle the no-parameter case exactly as open-network-stream, with no
5806         additional stream processing.  Search plists using plist-get.
5807         Explicitly add :end-of-commend parameter if it is missing.
5808         (proto-stream-open-default): Rename from
5809         proto-stream-open-network-only.  Return 'default as the type.
5810         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5811         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5812         failed.  Always return a list with a (possibly dead) process as the
5813         first element, for compatibility with open-network-stream.
5814         (proto-stream-open-tls): Use plist-get.  Always return a list.
5815         (proto-stream-open-shell): Return `default' as connection type.
5816         (proto-stream-capability-open): Use plist-get.
5817         (proto-stream-eoc): Function deleted.
5818
5819         * nnimap.el (nnimap-stream, nnimap-open-connection)
5820         (nnimap-open-connection-1): Handle renaming of :type parameter for
5821         open-protocol-stream.
5822         (nnimap-open-connection-1): Pass a :return-list parameter
5823         open-protocol-stream to obtain a list return value.  Parse this list
5824         using plist-get.
5825
5826         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5827         for open-protocol-stream.  Accept open-protocol-stream return value
5828         that is a subprocess object instead of a list.  Handle the case of a
5829         dead returned process.
5830
5831 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5832
5833         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5834
5835         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5836
5837 2011-03-21  Julien Danjou  <julien@danjou.info>
5838
5839         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5840         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5841         query.
5842         (mm-inline-text): Render normal text with fontification whenever
5843         possible.
5844
5845         * gnus-sum.el (gnus-summary-save-parts-1):
5846         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5847         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5848         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5849         Use `mm-handle-filename'.
5850
5851         * mm-util.el (mm-handle-filename): New function, return the filename of
5852         an handle.
5853
5854 2011-03-18  Julien Danjou  <julien@danjou.info>
5855
5856         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5857         (gnus-buffer-live-p): Check that buffer is not nil.
5858
5859 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5860
5861         * gnus.el: No Gnus v0.15 is released.
5862
5863 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5864
5865         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5866         avoid warning on XEmacs.
5867
5868         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5869         on XEmacs.
5870
5871         * gnus-art.el: Require mouse, which the build bot seems to say is
5872         needed.
5873
5874         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5875
5876         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5877         XEmacs, since it doesn't have url-retrieve-synchronously.
5878
5879         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5880         since assoc-string doesn't exist in XEmacs.
5881
5882 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5883
5884         * gnus-group.el (gnus-group-list-ticked): New function.
5885         (gnus-group-make-menu-bar): Provide a menu entry for it.
5886         (gnus-group-list-map): Provide a binding for it.
5887
5888 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5889
5890         * shr.el (shr-visit-file): New command.
5891
5892         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5893
5894 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5895
5896         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5897         servers.
5898
5899 2011-03-16  Julien Danjou  <julien@danjou.info>
5900
5901         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5902         inline.
5903
5904         * gnus-art.el (article-hide-list-identifiers):
5905         Use gnus-group-get-list-identifiers.
5906
5907         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5908         (gnus-summary-remove-list-identifiers):
5909         Use gnus-group-get-list-identifiers to get regexp.
5910         (gnus-select-newsgroup, gnus-summary-insert-subject)
5911         (gnus-summary-insert-articles):
5912         Call gnus-summary-remove-list-identifiers unconditionally.
5913
5914 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5915
5916         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5917         we're selecting a group with unread articles.
5918
5919         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5920
5921         * gssapi.el: New file separated out from imap.el to provide a general
5922         Kerberos 5 connection facility for Emacs.
5923
5924         * message.el (message-elide-ellipsis): Document the format spec
5925         ellipsis.
5926
5927 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5928
5929         * message.el (message-elide-region): Allow the ellipsis to say how many
5930         lines were removed.
5931
5932 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5933
5934         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5935         window configurations containing buffers that are now dead.
5936
5937         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5938         parsing to avoid integer overflows.
5939         (nnimap-parse-flags): Simplify the last change.
5940         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5941         too large for 32-bit Emacsen.
5942
5943 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5944
5945         * auth-source.el (auth-source-netrc-create):
5946         * message.el (message-yank-original): Fix use of `case'.
5947
5948 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5949
5950         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5951         XEmacs, which was one character too wide.
5952
5953 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5954
5955         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5956         default number of articles to display.
5957         (gnus-articles-to-read): Use pretty names for prompt.
5958
5959 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5960
5961         * gnus-int.el (gnus-open-server): Ditto.
5962
5963         * gnus-start.el (gnus-activate-group): Give a backtrace if
5964         debug-on-quit is set and the user hits `C-g'.
5965         (gnus-read-active-file): Ditto.
5966
5967         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5968
5969 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5970
5971         * message.el (message-yank-original): Use cond instead of CL case.
5972
5973 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5974
5975         * auth-source.el (auth-source-netrc-create): Use usual format for the
5976         default in prompts.
5977
5978 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5979
5980         * lpath.el: Fbind read-char-choice for XEmacs.
5981
5982 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5983
5984         * auth-source.el (auth-source-netrc-create): Show the default in the
5985         prompt when prompting for token creation.
5986
5987 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5988
5989         * auth-source.el (auth-source-format-prompt): Always convert the value
5990         to a string to avoid evaluating non-string arguments.
5991         (auth-source-netrc-create): Offer default properly, not as initial
5992         content in `read-string'.
5993         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5994         of line to determine if we've been run before.  If so, don't run again,
5995         but print a trivial message to indicate the cache was hit instead.
5996
5997 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5998
5999         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6000         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6001         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6002         Gnus.
6003
6004 2011-03-11  Julien Danjou  <julien@danjou.info>
6005
6006         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6007         modified file".
6008
6009 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6010
6011         * auth-source.el (auth-source-read-char-choice): New function to read a
6012         character choice using `dropdown-list', `read-char-choice', or
6013         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6014         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6015         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6016         (auth-source-netrc-saver): Use it.
6017         (auth-source-pick-first-password): New convenience function.
6018
6019 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6020
6021         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6022         parameter in the credentials.
6023         (nnimap-open-connection-1): Use it after a successful login.
6024         (nnimap-credentials): Add IMAP-specific user and password prompt.
6025
6026         * auth-source.el (auth-source-search): Add :require parameter, taking a
6027         list.  Document it and the :save-function return token.  Pass :require
6028         down.  Change the CREATED message from a warning to a debug statement.
6029         (auth-source-search-backends): Pass :require down.
6030         (auth-source-netrc-search): Pass :require down.
6031         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6032         Change save prompt to indicate all modifications saved here are
6033         deletions.
6034         (auth-source-netrc-create): Take user login name as default in user
6035         prompt.  Move all the save functionality to a lexically bound function
6036         under the :save-function token in the returned list.  Set up clearer
6037         default prompts for user, host, port, and secret.
6038         (auth-source-netrc-saver): New function, intended to be wrapped for
6039         :save-function.
6040
6041 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6042
6043         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6044         lines to be spaces instead.
6045
6046 2011-03-07  Julien Danjou  <julien@danjou.info>
6047
6048         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6049         (sieve-sasl-auth): Check that auth-source-search did return something,
6050         or just return an empty string.
6051
6052 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6053
6054         * gnus.el (gnus-interactive): Use read-directory-name.
6055
6056         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6057         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6058         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6059         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6060         Likewise.
6061
6062         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6063
6064 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6065
6066         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6067         onto the list of killed groups, too.  This makes killed nnimap groups,
6068         for instance, more reliably not reappear.
6069
6070         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6071         the parent.
6072
6073         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6074
6075         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6076         really have server-side marks.
6077
6078         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6079         since most backends do not usefully have server-side marks.
6080         (gnus-update-read-articles): Propagate marks to all backends that
6081         really have server-side marks.
6082
6083 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6084
6085         * message.el (message-cite-reply-position, message-cite-style):
6086         New variables.
6087         (message-yank-original): Use the new citation styles.
6088
6089 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6090
6091         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6092         buffer-local issue); don't mark it buffer-local when running under
6093         XEmacs.
6094
6095 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6096
6097         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6098         numbers too big to be `read'.
6099
6100 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6101
6102         * password-cache.el (password-in-cache-p): Add autoload.
6103
6104         * message.el (message-options): Make buffer-local two ways to attempt
6105         to fix a XEmacs bug.
6106
6107 2011-03-02  Julien Danjou  <julien@danjou.info>
6108
6109         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6110
6111 2011-03-01  Julien Danjou  <julien@danjou.info>
6112
6113         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6114         group.
6115         (article-hide-list-identifiers): Use list-identifier group parameter.
6116
6117 2011-02-28  Julien Danjou  <julien@danjou.info>
6118
6119         * sieve.el (sieve-buffer-script-name): New local variable to store
6120         sieve script name.
6121         (sieve-edit-script): Store sieve script name.
6122         (sieve-upload): Use sieve script name when uploading.
6123         (sieve-upload): Use substitute-command-keys.
6124         (sieve-edit-script): Use substitute-command-keys.
6125         (sieve-refresh-scriptlist): Use substitute-command-keys.
6126         (sieve-manage-mode-map): Define keymap properly.
6127         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6128         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6129         Remove commented code about cvs.
6130         (sieve-manage-quit): New function.
6131         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6132
6133 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6134
6135         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6136
6137 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6138
6139         * auth-source.el (auth-source-search): Cache empty result sets.
6140
6141         * password-cache.el (password-in-cache-p): Convenience function to
6142         check if a key is in the cache, even if the value is nil.
6143
6144         * auth-source.el (auth-source-save-behavior): New variable to replace
6145         `auth-source-never-create'.
6146         (auth-source-netrc-create): Use it.
6147         (auth-source-never-save): Remove.
6148
6149 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6150
6151         * nnimap.el (nnimap-stream): Doc fix.
6152         (nnimap-open-connection-1): Reverse the order of the ports to that the
6153         prompted-for port is first.
6154
6155         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6156         retrieval by the no-group selection.
6157
6158         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6159         numerical parameters.
6160
6161 2011-02-25  Julien Danjou  <julien@danjou.info>
6162
6163         * gnus-gravatar.el: Use gnus-with-article-buffer.
6164
6165         * gnus-art.el (gnus-with-article-buffer): Check that the
6166         gnus-article-buffer is alive.
6167
6168 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6169
6170         * auth-source.el (auth-source-creation-prompts): New variable to manage
6171         creation-time prompts.
6172         (auth-source-search): Document it.
6173         (auth-source-format-prompt): Add utility function.
6174         (auth-source-netrc-create): Don't default the user name to
6175         user-login-name.  Use `auth-source-creation-prompts' and some default
6176         prompts for user, host, port, and password (the default generic prompt
6177         remains ugly).
6178         (auth-source-never-save): Add customizable option to never save info.
6179         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6180         mode excursion.
6181
6182 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6185         argument that XEmacs doesn't support.
6186
6187         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6188         compiled for Emacsen having no `libxml-parse-html-region' support.
6189
6190         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6191
6192         * lpath.el: Bind buffer-save-without-query for XEmacs.
6193
6194 2011-02-23  Julien Danjou  <julien@danjou.info>
6195
6196         * gnus-art.el (article-make-date-line): Ignore errors if time is
6197         invalid and not convertible.
6198         (article-make-date-line): Only add lapsed time if time is not nil.
6199
6200 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6201
6202         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6203         `read-char-choice' for backwards compatibility.
6204         (auth-source-netrc-element-or-first): New function to DTRT for
6205         parameter extraction.
6206         (auth-source-netrc-create): Use it and fix multiple parameter print
6207         bug.  Use the default passed from above (given-default) or the
6208         built-in (user-login-name for :user).
6209
6210 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6211
6212         * gnus-start.el (gnus-dribble-read-file):
6213         Set buffer-save-without-query, since we always want to save the dribble
6214         file, probably.
6215
6216         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6217         nnimap.
6218
6219         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6220         -summary- since it's a user-visible variable.
6221
6222         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6223         first time you use the new Gnus.
6224
6225 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6226
6227         * auth-source.el: Don't load netrc.el.
6228         (auth-sources): Search ~/.netrc as well by default.
6229         (auth-source-debug): Add 'trivia option for extra output.
6230         (auth-source-do-trivia): Use it.
6231         (auth-source-search): Simplify logic to use
6232         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6233         appropriate.  Don't keep a running count at this level.  Layer :create
6234         and :delete options appropriately on the first and second passes.
6235         Don't track the backend with the search results.
6236         (auth-source-search-backends): New function to search a list of
6237         backends for a processed spec.
6238         (auth-source-netrc-parse): Cache all netrc files, making
6239         auth-source-netrc-cache an alist keyed by the file name and using the
6240         file mtime as the caching criterion.  Keep the obfuscated data secret
6241         with a lexical bind.
6242         (auth-source-netrc-search): Don't calculate the length of the results
6243         unnecessarily.
6244         (auth-source-search-backends): Fix bug.
6245         (auth-source-netrc-create): Rework prompts.
6246
6247 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6248
6249         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6250         Lower case names of search constraints.
6251         (nnir-run-query): Cache and reuse search constraints for all imap
6252         servers.
6253
6254 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6255
6256         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6257         after exit.
6258         (gnus-setup-message): Define missing variable from last checkin.
6259
6260         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6261         value, show the raw article.
6262
6263 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6264
6265         * gnus.el: No Gnus v0.13 is released.
6266
6267 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6268
6269         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6270         auth-source now accepts numbers.
6271
6272         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6273         spec, too.
6274         (auth-source-ensure-strings): New function.
6275
6276         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6277         (gnus-article-setup-buffer): Always restart the date timer so that user
6278         changes to the frequency is respected.
6279
6280         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6281         port numbers, so make sure it gets that if nnimap-server-port is
6282         explicit.
6283
6284 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6285
6286         * nnimap.el (nnimap-inbox): Doc fix.
6287
6288 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6289
6290         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6291         Autoload.  Add optional arg FRAME, and pass it to color-values.
6292         (color-complement): Caller changed.  Doc fix.
6293         (color-gradient): Rewrite for better clarity and efficiency.
6294
6295 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6296
6297         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6298         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6299         color-lab-to-srgb.
6300
6301 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6302
6303         * color.el: First part of merge from hexrgb.el.
6304         (color-rgb-to-hex): Rename from color-rgb->hex.
6305         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6306         saturation to zero if the value is too small.
6307         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6308         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6309         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6310         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6311         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6312         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6313         (color-cie-de2000): Doc fix.
6314
6315 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6316
6317         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6318         given method as in the group name if we're using an extended method.
6319         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6320         command, if we're using that, instead of waiting for the beginning.
6321
6322         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6323         we're sure to get unique server names, and we don't output two async
6324         commands in the same buffer.  This fixes an NNTP hang for some users.
6325
6326 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6327
6328         * gnus.el: No Gnus v0.11 is released.
6329
6330 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6331
6332         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6333         summary buffer before reading going to the next buffer.  This avoids
6334         putting the point in the group buffer if you `C-g' the command.
6335
6336         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6337         cache (for now) to make ~/.authinfo.gpg files usable.
6338
6339         * nnfolder.el (copyright-update): Define for the compiler.
6340
6341         * auth-source.el (auth-source-search): Fix unbound variable.
6342
6343 2011-02-19  Glenn Morris  <rgm@gnu.org>
6344
6345         * gnus.el (gnus-meta): Doc fix.
6346
6347 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6348
6349         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6350         in case it's not yet loaded.
6351
6352 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6353
6354         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6355         line we're waiting for.
6356
6357 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6358
6359         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6360         face with line-width greater than zero will cause RET in gnus summary
6361         buffer to scroll down article page-wise because auto vscroll happens,
6362         it should be temporally disabled when doing a scroll-up.
6363
6364 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6365
6366         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6367         outputs from the server.
6368
6369 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6370
6371         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6372         later so that bbdb can hook in easier.
6373
6374 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6375
6376         * auth-source.el (auth-source-search): Don't try to create credentials
6377         if the caller doesn't want that.
6378         (auth-source-search): If we don't find a match, don't bug out on
6379         non-bound variables.
6380         (auth-source-search): Only ask a single backend to create the
6381         credentials.
6382
6383         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6384         logging.
6385         (nnimap-credentials): Protect against auth-source-search returning nil.
6386         (nnimap-request-list): Protect against not being able to open the
6387         server.
6388
6389 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6390
6391         * auth-source.el (auth-source-search): Do a two-phase search, one with
6392         no :create to get the responses from all backends.
6393
6394         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6395         when getting credentials.
6396
6397         * gnus-util.el (gnus-delete-duplicates): New function.
6398
6399 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6400
6401         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6402         a creation default, pass the whole port list down.  It will be
6403         completed.
6404
6405         * auth-source.el (auth-source-search): Updated docs to talk about
6406         multiple creation choices.
6407         (auth-source-netrc-create): Accept a list as a value (from the search
6408         parameters) and do completion on that list.  Keep a separate netrc line
6409         with the password obscured for showing the user.
6410
6411         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6412         first choice to `auth-source-search' so it will be used for entry
6413         creation instead of the server's Gnus-specific name.
6414         (nnimap-credentials): Rely on the auth-source library to select which
6415         port is actually wanted in the new netrc entry, so don't override
6416         `auth-source-creation-defaults'.
6417
6418         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6419         :protocol and accept a missing user, host, or port as a wildcard match.
6420         (auth-source-debug): Default to off.
6421
6422         (auth-source-netrc-search, auth-source-netrc-create)
6423         (auth-source-secrets-search, auth-source-secrets-create)
6424         (auth-source-user-or-password, auth-source-backend, auth-sources)
6425         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6426         instead of :protocol.
6427
6428         * nnimap.el (nnimap-credentials): Pass a port default to
6429         `auth-source-search' in case an entry needs to be created.
6430         (nnimap-open-connection-1): Use :port instead of :protocol.
6431
6432 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6433
6434         * auth-source.el: Bind load-path when loading EIEIO from
6435         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6436         21.4 doesn't support, to `require'.
6437         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6438         delete-dups that is not available in XEmacs 21.4.
6439
6440 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6441
6442         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6443         as EIEIO must also be loaded when auth-source.el is being
6444         byte-compiled.
6445
6446 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6447
6448         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6449
6450         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6451
6452         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6453
6454         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6455
6456         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
6457
6458         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
6459
6460         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
6461
6462         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
6463         necessary.
6464
6465 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6466
6467         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6468         nil means that nnimap doesn't get updated.
6469
6470 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6471
6472         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6473         result when the user doesn't want to write to the file.
6474         (auth-source-netrc-search): Expect a synthetic result and proceed
6475         accordingly.
6476         (auth-source-cache-expiry): New variable to override
6477         `password-cache-expiry'.
6478         (auth-source-remember): Use it.
6479
6480         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6481         parameter.  Create entry if necessary by using :create t.
6482         (nnimap-open-connection-1): Don't pass `inhibit-create'.
6483
6484 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
6485
6486         * auth-source.el (auth-source-debug): Enable by default and don't
6487         mention the obsolete `auth-source-hide-passwords'.
6488         (auth-source-do-warn): New function to debug unconditionally.
6489         (auth-source-do-debug): Use it.
6490         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6491         and for Secrets API entries when the secrets.el library is not
6492         available.
6493
6494 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6495
6496         * gnus-sum.el (gnus-propagate-marks): Default to nil.
6497         (gnus-summary-exit): Kill the correct article buffer on exit from a
6498         `C-d' group.
6499
6500         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
6501         gnus-propagate-marks.
6502
6503         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6504         before killing the buffers so that a non-full window conf gets handled
6505         correctly.
6506         (gnus-summary-exit): Ditto.
6507         (gnus-summary-read-group-1): Ditto.
6508
6509         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6510         async code again so that we can debug it properly.
6511
6512         * message.el (message-reply): Take an optional switch-buffer parameter
6513         so that Gnus window confs are respected better.
6514
6515 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6516
6517         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6518         `plist-get' to accept non-list parameters (XEmacs issue).
6519         Fix docstring.
6520         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6521         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6522         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6523         Login collection is "Login" and not "login".
6524
6525 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6526
6527         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6528         multiple headers.
6529
6530         * nnimap.el (nnimap-inhibit-logging): New variable.
6531         (nnimap-log-command): Don't log login commands.
6532
6533         * auth-source.el (auth-source-netrc-search): The asserts seem to want
6534         to have more parameters.
6535
6536         * nnimap.el (nnimap-send-command): Mark the command time for each
6537         command, so that we don't get NOOPs stepping on our toes.
6538
6539         * gnus-art.el (article-date-ut): Get the date from the Date header on
6540         `t'.
6541
6542 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6543
6544         * auth-source.el (auth-source-search): Use copy-sequence instead of
6545         the cl.el copy-list.
6546
6547 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6548
6549         * imap.el: Bring it back (revert
6550         84d800cd31de3064f0ed39617d725709a2f8f42f).
6551
6552 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
6553
6554         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6555         Improve prompt.
6556
6557 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
6558
6559         * gnus-art.el (gnus-article-mode-line-format): Remove the article
6560         washing status from the default format.  It isn't very informative.
6561
6562 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6563
6564         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6565         Fix Gcc processing on imap.
6566
6567 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6568
6569         * imap.el: Remove file.  All the functionality is in nnimap.el.
6570
6571 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6572
6573         * message.el (message-bury): Don't pop up a new window when selected
6574         window is dedicated.
6575
6576 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6577
6578         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6579
6580 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
6581
6582         * sieve-manage.el: Autoload `auth-source-search'.
6583         (sieve-sasl-auth): Use it.
6584
6585 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6586
6587         * nnimap.el: Autoload `auth-source-forget+'.
6588         (nnimap-open-connection-1): Use it if the connection fails.
6589
6590         * auth-source.el: Require `password-cache'.
6591         (auth-source-hide-passwords, auth-source-cache): Remove and mark
6592         obsolete.
6593         (auth-source-magic): Marker for `password-cache' keys.
6594         (auth-source-do-cache): Update docstring.
6595         (auth-source-search): Use and check cache.
6596         (auth-source-forget-all-cached, auth-source-remember)
6597         (auth-source-recall, auth-source-forget, auth-source-forget+)
6598         (auth-source-specmatchp): Caching support functions.
6599         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6600         Remove and obsolete.
6601         (auth-source-user-or-password): Remove caching to further discourage
6602         using it.  Always hide passwords.
6603
6604         * password-cache.el (password-cache-remove): Accept secrets that are
6605         not strings.
6606
6607 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6608
6609         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6610         code for now, since it doesn't work for all users.
6611
6612 2011-02-09  Julien Danjou  <julien@danjou.info>
6613
6614         * message.el (message-options): Make message-options really buffer
6615         local.
6616
6617 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
6618
6619         * mail-source.el: Autoload `auth-source-search'.
6620         (mail-source-keyword-map): Note order matters.
6621         (mail-source-set-1): Get all the mail-source source values and
6622         defaults and search auth-source on those if needed.  This can all
6623         probably be simplified.
6624
6625         * nnimap.el: Autoload `auth-source-search'.
6626         (nnimap-credentials): Use it.
6627         (nnimap-open-connection-1): Ask for the virtual server and physical
6628         address in one shot.
6629
6630         * nntp.el: Autoload `auth-source-search'.
6631         (nntp-send-authinfo): Use it.  Note TODO.
6632
6633 2011-02-08  Julien Danjou  <julien@danjou.info>
6634
6635         * shr.el (shr-tag-body): Add support for text attribute in body
6636         markups.
6637
6638         * message.el (message-options): Make message-options a local variable.
6639
6640 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6641
6642         * auth-source.el (auth-source-secrets-search)
6643         (auth-source-user-or-password): Use `append' instead of `nconc'.
6644         (auth-source-user-or-password): Build return list better and protect
6645         against nil :secret.
6646
6647 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
6648
6649         * nnimap.el (nnimap-update-info): Refactor slightly.
6650         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6651         (nnimap-update-info): Clean up slightly.
6652         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6653         characters.
6654         (nnimap-process-quirk): Rename function to avoid collision.
6655         (nnimap-update-info): Fix macrology bug-out.
6656         (nnimap-update-info): Simplify split history test.
6657
6658 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6659
6660         * auth-source.el (top): Require 'eieio unconditionally.
6661         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6662         (auth-source-secrets-search): Limit search when `max' is greater than
6663         number of results.
6664
6665 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6666
6667         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6668         part not returning any data.
6669
6670         * proto-stream.el (open-protocol-stream): Document the return value.
6671
6672 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6673
6674         * auth-source.el (auth-source-secrets-search): Add examples.
6675
6676 2011-02-06  Julien Danjou  <julien@danjou.info>
6677
6678         * message.el (message-setup-1): Handle message-generate-headers-first
6679         set to t.
6680
6681 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6682
6683         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6684         API with a string "secrets:collection-name" and with 'default.
6685         (auth-source-backend-parse): Parse "secrets:collection-name" and
6686         'default.  Recurse on parses instead of repeating code.  Use the
6687         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6688         message when ignoring a source.
6689         (auth-source-search): List ignored search keys at the top level.
6690         (auth-source-netrc-create): Use `case' instead of `cond'.
6691         (auth-source-secrets-search): Created with TODOs.
6692         (auth-source-secrets-create): Created with TODOs.
6693         (auth-source-retrieve, auth-source-create, auth-source-delete)
6694         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6695         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6696         (auth-source-user-or-password-sftp)
6697         (auth-source-user-or-password-smtp): Remove.
6698         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6699         around `auth-source-search'.  Not tested thoroughly.
6700
6701 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6702
6703         * auth-source.el: Bring in assoc and eioeio libraries.
6704         (secrets-enabled): New variable to track the status of the Secrets API.
6705         (auth-source-backend): New EIOEIO class to represent a backend.
6706         (auth-source-creation-defaults): New variable to set prompt defaults
6707         during token creation (see the `auth-source-search' docstring for
6708         details).
6709         (auth-sources): Simplify to allow a simple string as a netrc backend
6710         spec.
6711         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6712         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6713         (auth-source-search): Main auth-source API entry point.
6714         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6715         (auth-source-search-collection): Helper function for searching.
6716         (auth-source-netrc-parse, auth-source-netrc-normalize)
6717         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6718         Supports search, create, and delete.
6719         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6720         backend stubs.
6721         (auth-source-user-or-password): Call `auth-source-search' but it's not
6722         ready yet.
6723
6724 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6725
6726         * message.el (message-setup-1): Remove the read-only stuff, since it
6727         doesn't work under XEmacs, for some reason.
6728
6729         * gnus-sum.el (gnus-user-date): Rename back from
6730         gnus-summary-user-date since user code refers to it.
6731
6732         * shr.el (shr-render-td): Store the actual background color used.
6733
6734         * message.el (message-setup-1): Don't bind the constant
6735         -forbidden-properties.
6736         (message-setup-1): Revert previous change, since it needs to bind the
6737         props to insert them.
6738         (message-resend): Allow removing the read-only separator line.
6739
6740 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6741
6742         * nnimap.el (nnimap-request-accept-article): Give an error message if
6743         the APPEND wasn't successful.
6744
6745 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6746
6747         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6748         that have no groups.
6749
6750 2011-02-03  Julien Danjou  <julien@danjou.info>
6751
6752         * gnus-draft.el: Remove progn around gnus-draft-setup.
6753
6754 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6755
6756         * gnus-start.el (gnus-read-active-for-groups): This function is never
6757         called with a nil `infos', so clean that up.
6758         (gnus-get-unread-articles): Request active files from primary/secondary
6759         methods that have no groups (yet).
6760
6761 2011-02-03  Julien Danjou  <julien@danjou.info>
6762
6763         * message.el (message-setup-1): Always generate References first.
6764         (message-mail): Return the return value of message-setup, not always t.
6765         (message-setup-1): Insert mail-header-separator with read-only and
6766         intangible properties set.
6767
6768         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6769         user-date in docstring.
6770
6771         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6772
6773         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6774         docstring.
6775
6776         * gnus.el (gnus-user-date-format-alist): Change default value.
6777         Use defcustom, with type and group.  Move from gnus-util.el.
6778         Rename to gnus-summary-user-date-format-alist.
6779
6780 2011-02-03  Glenn Morris  <rgm@gnu.org>
6781
6782         * nnimap.el (gnus-fetch-headers): Declare.
6783
6784         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6785
6786 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6787
6788         * message.el (message-forward-make-body-digest-plain)
6789         (message-followup, message-reply): Clean up things noted by Stefan.
6790
6791         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6792         gnus-article-update-date-headers is nil.
6793         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6794         it didn't really work with defcustom.
6795         (article-update-date-lapsed): Make sure the window start doesn't move,
6796         either.
6797
6798 2011-02-01  Julien Danjou  <julien@danjou.info>
6799
6800         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6801         format.
6802
6803         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6804         standard in Emacs nowadays.
6805
6806         * color.el (color-gradient): Add a color-gradient function.
6807
6808 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6809
6810         * message.el (message-expand-name): Don't trust the return value of
6811         bbdb-complete-name.
6812         (message-check-news-header-syntax): Remove unused var `start'.
6813         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6814         (message-inhibit-body-encoding): Move to before first use.
6815         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6816         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6817         (Organization, Message-ID, Date, mh-previous-window-config):
6818         Defvar the vars using dynamic scoping.
6819
6820 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6821
6822         * shr.el (shr-render-td): Only do colors at the final rendering.
6823         Should be slightly faster.
6824         (shr-insert-table): Fix up TD background colors when doing the
6825         vertical padding.
6826
6827         * gnus-art.el (article-date-ut): Protect against articles with no Date
6828         header.
6829         (article-update-date-lapsed): Don't use current-column to find the
6830         horizontal position.  It's fragile in the presence of \003 characters.
6831
6832         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6833
6834 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6835
6836         * gnus-art.el (article-transform-date): Rewrite to still work when
6837         there are several rfc2822 parts.
6838         (article-transform-date): Fix infinite recursion.
6839         (article-date-ut): Replace infinitely many Date headers with a single
6840         one when called interactively.
6841
6842         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6843         secure manner.
6844
6845         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6846         move around by not using save-window-excursion.  It seems to work...
6847
6848 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6849
6850         * gnus-art.el (article-make-date-line): Work for user-defined format.
6851
6852 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6853
6854         * nntp.el (nntp-retrieve-group-data-early)
6855         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6856         fetching functions.
6857
6858         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6859         thoroughly for all backends that have no known groups.  This should
6860         allow new nnml methods to retrieve mail.
6861
6862         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6863         that Gnus doesn't know exists again.
6864
6865         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6866         (gnus-treat-date-ut): Ditto.
6867         (gnus-article-update-date-header): Rename.
6868         (gnus-treat-date-local): Remove.
6869         (gnus-treat-date-english): Remove.
6870         (gnus-treat-date-lapsed): Remove.
6871         (gnus-treat-date-combined-lapsed): Remove.
6872         (gnus-treat-date-original): Remove.
6873         (gnus-treat-date-iso8601): Remove.
6874         (gnus-treat-date-user-defined): Remove.
6875         (gnus-article-date-headers): New variable to control all the date
6876         header options.
6877         (article-date-ut): Rewrite to allow using the new way to format date
6878         headers(s).
6879
6880 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6881
6882         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6883         method.
6884         (nnmail-article-group): A better test for fanciness.
6885
6886         * nnimap.el (nnimap-request-head): Protect against not finding the
6887         article by Message-ID.
6888
6889 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6890
6891         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6892         keep point at the "same place".
6893
6894 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6895
6896         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6897         data if the group is inactive.
6898
6899 2011-01-28  Julien Danjou  <julien@danjou.info>
6900
6901         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6902         (gnus-all-windows-visible-p): Remove old compatibility code.
6903         (gnus-window-top-edge): Add docstring.
6904
6905         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6906
6907 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6908
6909         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6910         older request-update-info.
6911
6912         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6913
6914 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6915
6916         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6917         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6918
6919 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6920
6921         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6922         groups.  This makes the nndraft:queue group pop up if it's not already
6923         there.
6924
6925         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6926         messages" logic, which was reversed.
6927
6928         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6929         the "same place" even if point is on the line being replaced.
6930         (article-update-date-lapsed): Allow updating both the combined lapsed
6931         and the lapsed headers.
6932         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6933         (article-make-date-line): Limit the number of segments dynamically to
6934         avoid too-long lines.
6935
6936 2011-01-27  Julien Danjou  <julien@danjou.info>
6937
6938         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6939         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6940
6941 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6942
6943         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6944         Use plist-get instead of the cl function getf.
6945
6946 2011-01-27  Glenn Morris  <rgm@gnu.org>
6947
6948         * gnus-util.el (float-time): Get rid of compiler warning, again.
6949
6950 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6951
6952         * shr.el (shr-put-color): Special-case background colors: Do put them
6953         at the blank parts at the front of the lines.
6954
6955         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6956         exit hook to nix out all data on readedness on group exit.
6957
6958         * gnus-util.el (float-time): If float-time is bound, always use it on
6959         all Emacsen.  It's unclear why the subrp check was there.
6960         (time-date): Require to make some autoload issues on XEmacs go away.
6961
6962         * shr.el (shr-put-color): Don't do the box padding in tables, since
6963         they're already padded.
6964
6965 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6966
6967         * gnus-art.el (gnus-article-next-page): When the last line of the
6968         article is displayed, scroll down once more instead of going to the
6969         next article at once.
6970         (article-lapsed-string): Refactor out and allow specifying how many
6971         segments you want.
6972         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6973         (gnus-article-update-lapsed-header): New variable.
6974
6975         * shr.el: Revert change that made headings use different-sized faces.
6976         The Emacs display engine isn't advanced enough that, for instance,
6977         tables can comfortably use differently-sized faces.
6978
6979 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6980
6981         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6982         used.
6983         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6984         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6985         we're using an encrypted connection.
6986
6987         * proto-stream.el: Alter the interface functions to also return the
6988         actual stream type used: network or tls.
6989
6990 2011-01-25  Julien Danjou  <julien@danjou.info>
6991
6992         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6993         (mm-display-javascript-inline): New function.
6994
6995         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6996         viewing function.
6997
6998 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6999
7000         * shr.el (shr-expand-newlines): Fix variable name.
7001
7002 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7003
7004         * shr.el (shr-expand-newlines): Make nested boxes work.
7005
7006 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7007
7008         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7009         backgrounds.
7010         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7011         in a more sensible manner.
7012
7013 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7014
7015         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7016         if EPG is loaded.
7017
7018 2011-01-24  Julien Danjou  <julien@danjou.info>
7019
7020         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7021         tags.
7022
7023 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7024
7025         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7026         commands.
7027
7028         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7029         in the article buffer.
7030         (gnus-gravatar-insert): Use blank space from the current buffer to
7031         avoid breaking text properties.  This makes X-Sent updating work again.
7032
7033         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7034
7035 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7036
7037         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7038         fix the bug in url-http.el instead.
7039
7040         * shr.el (shr-image-fetched): Ditto.
7041
7042         * shr.el (shr-image-fetched): Avoid having point move in the article
7043         buffer.
7044
7045         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7046         buffer after being called.  It's apparently being killed by url.el, and
7047         killing it made point move to end-of-buffer in a random buffer.
7048
7049         * shr.el (shr-image-fetched): Ditto.
7050
7051 2011-01-23  Julien Danjou  <julien@danjou.info>
7052
7053         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7054
7055         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7056         text/x-org.
7057
7058 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7059
7060         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7061         (i.e., nnimap) returning nil as the article number.
7062
7063 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7064
7065         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7066         "DelSp" parameter in RFC3676.
7067
7068 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7069
7070         * message.el (message-check-recipients): Display the encoded version of
7071         the bogus address if they differ.
7072
7073         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7074         after sending.
7075
7076         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7077
7078         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7079
7080         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7081         group buffer after sending the queue.
7082
7083         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7084
7085 2011-01-22  Julien Danjou  <julien@danjou.info>
7086
7087         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7088
7089 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7090
7091         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7092         nested related parts.
7093
7094         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7095         unexpired articles.  This fixes the regression that led expiry marks to
7096         disappear from nnfolder groups.
7097
7098 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7099
7100         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7101         Don't confuse the "ret" of "retrograde" with RET.
7102
7103 2011-01-21  Julien Danjou  <julien@danjou.info>
7104
7105         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7106         than mm-insert-inline.
7107
7108 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7109
7110         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7111         Widen article buffer.
7112
7113 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7114
7115         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7116         the temp buffer.
7117         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7118
7119 2011-01-20  Julien Danjou  <julien@danjou.info>
7120
7121         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7122
7123         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7124         than mm-insert-inline to insert inline part: this respect
7125         mm-inline-media-tests displayers.
7126
7127         * mm-view.el (mm-display-shell-script-inline): New function.
7128
7129         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7130
7131         * mm-uu.el (mm-uu-type-alist): Add org block.
7132         (mm-uu-org-src-code-block-extract): New function.
7133
7134         * mm-view.el (mm-display-org-inline): New function.
7135
7136         * mm-decode.el (mm-automatic-display): Add text/org.
7137
7138         * mailcap.el (mailcap-mime-extensions): Add .org.
7139
7140 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7141
7142         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7143         gnus-article-add-buttons.
7144
7145 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7146
7147         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7148         From header with a date and "nobody" as the sender.
7149
7150 2011-01-19  Julien Danjou  <julien@danjou.info>
7151
7152         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7153         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7154         if you have the same regexp several times.
7155         (gnus-button-push): Fix matching when regexp is symbol.
7156
7157 2011-01-15  Glenn Morris  <rgm@gnu.org>
7158
7159         * message.el (message-mail): A compose-mail function should
7160         accept headers as strings.
7161
7162 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7163
7164         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7165         Add :vert-only tags.
7166         (message-mail): New arg RETURN-ACTION.
7167         (message-return-action): New var.
7168         (message-bury): Use it.
7169         (message-mode): Make it buffer-local.
7170         (message-send-and-exit): Always call message-bury.
7171
7172         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7173         message-mail.
7174
7175 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7176
7177         * nnimap.el (nnimap-convert-partial-article): Protect against
7178         zero-length body parts.
7179
7180         * mm-decode.el (mm-preferred-alternative-precedence):
7181         Discourage showing empty parts.
7182
7183         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7184         and stuff if the backend didn't return the article number.  This fixes
7185         an Exchange-related nnimap bug.
7186
7187         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7188         group window, because it does the wrong thing when a separate frame
7189         displays the group buffer.
7190
7191         * proto-stream.el (open-protocol-stream): Protect against the low-level
7192         transport functions returning nil.
7193
7194 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7195
7196         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7197         (mml2015-epg-find-usable-secret-key): New function.
7198         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7199         mml2015-epg-find-usable-key (Bug#7797).
7200         (mml2015-epg-encrypt): Ditto.
7201
7202 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7203
7204         * dgnushack.el (rot13-string): Fix the way to get the argument.
7205
7206 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7207
7208         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7209
7210 2011-01-03  Glenn Morris  <rgm@gnu.org>
7211
7212         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7213
7214         * sieve.el (sieve-open-server): Give a more explicit error if
7215         sieve-manage-open returns nil.  (Bug#7720)
7216
7217 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7218
7219         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7220
7221 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7222
7223         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7224         This avoids sending passwords in plain text over non-encrypted
7225         channels.
7226
7227         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7228
7229         * nnimap.el (nnimap-login): Refactored out into own function, and
7230         implement CRAM-MD5.
7231         (nnimap-wait-for-line): Refactored out.
7232
7233         * mm-view.el (mml-smime): Require.
7234
7235 2010-12-20  David Engster  <deng@eml.cc>
7236
7237         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7238         use EPG to decrypt S/MIME messages instead of openssl.
7239
7240 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7241
7242         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7243
7244         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7245         status is the group clearly is unreachable.
7246
7247         * auth-source.el (auth-source-create): Add the optional second
7248         parameter to `local-variable-p' to be compatible with XEmacs.
7249
7250 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7251
7252         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7253         work when using a compressed nnml folder.
7254
7255 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7256
7257         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7258         backends after sanitising on entry, because this never makes sense:
7259         If the articles have gone missing, then the data no longer exists on
7260         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7261         overwrite anything anyway.
7262
7263         * shr.el (shr-insert-document): Bind shr-width dynamically to
7264         window-width if it's nil.
7265
7266 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7267
7268         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7269         with the meaning of using the full emacs window width for rendering.
7270
7271 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7272
7273         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7274         case when sender is not given.
7275
7276 2010-12-23  Julien Danjou  <julien@danjou.info>
7277
7278         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7279         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7280         the addresses, otherwise we might misplaced the gravatar.
7281
7282 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7283
7284         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7285         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7286         obsolete in Emacs.
7287
7288 2010-12-20  Julien Danjou  <julien@danjou.info>
7289
7290         * gnus-util.el (gnus-rescale-image): Revert last change.
7291
7292 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7293
7294         * binhex.el: Improve commentary (Bug#7482).
7295
7296 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7297
7298         * gnus-group.el (gnus-group-delete-articles): New command.
7299
7300 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7301
7302         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7303
7304 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7305
7306         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7307         here, since it's up to the backends to do CRLF removal if their
7308         protocol has it.
7309
7310         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7311
7312 2010-12-17  Julien Danjou  <julien@danjou.info>
7313
7314         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7315         they are from file.  Can also scale up.
7316
7317 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7318
7319         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7320         Restore gnus-use-agent.
7321         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7322
7323         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7324
7325 2010-12-17  Julien Danjou  <julien@danjou.info>
7326
7327         * gravatar.el (gravatar-retrieve-synchronously): New function.
7328         (gravatar-get-data): Make more robust.
7329
7330 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7331
7332         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7333
7334 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7335
7336         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7337         to really consider the last line.
7338
7339 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7340
7341         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7342         list of recipient keys, or use symmetric encryption if not a list.
7343         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7344         EPA override, replacing the call to `netrc-store-data'.
7345
7346 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7347
7348         * gnus-srvr.el: Avoid passing nil regexp argument to
7349         delete-matching-lines.
7350
7351 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7352
7353         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7354         fetching stops when Gnus exits.
7355
7356         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7357         function.
7358         (nnfolder-request-expire-articles): Save all the buffers after doing
7359         expiry.
7360
7361         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7362         the last article", since that led to serious performance regressions
7363         when expiring nnml groups.
7364
7365 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7366
7367         * nnir.el: Improve customizations.
7368
7369 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7370
7371         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7372
7373         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7374         group has been killed.
7375         (gnus-group-yank-group): Ditto.
7376
7377         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7378
7379         * nnimap.el (nnimap-request-update-group-status): New function.
7380
7381         * gnus-int.el (gnus-request-update-group-status): New interface
7382         function.
7383
7384         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7385         copying read-ness to the backends.
7386
7387         * nnimap.el (nnimap-quirk): New function.
7388         (nnimap-retrieve-group-data-early): Use it.
7389         (nnimap-quirks): New alist.
7390
7391 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7392
7393         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7394         don't delete it within indentation.
7395
7396 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7397
7398         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7399         previous line.
7400
7401 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7402
7403         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7404         QRESYNC command by deleting a superfluous space which broke Cyrus
7405         servers.  This change will break other servers that are buggy the other
7406         way around.
7407
7408 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7409
7410         * spam.el: Reindent and fix long lines.
7411         (spam-copy-or-move-routine): Exclude invalid move destinations.
7412
7413 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7414
7415         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7416         installed the registry.
7417
7418 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7419
7420         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7421
7422 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7423
7424         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7425         groupname doesn't contain "gmane".
7426
7427 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7428
7429         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7430         and netrc-bound-and-true-p bindings.
7431         (netrc-parse): Cache the netrc contents.
7432
7433         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7434         (gnus-1): Don't create the nndrafts group twice.
7435         (gnus-setup-news): There's no need to read the active file here, since
7436         that's done again later on a per-backend basis.
7437         (gnus-start-draft-setup): Make sure that the new group is started out
7438         empty.
7439
7440         * gnus-agent.el (gnus-agentize): Don't create the queue group
7441         automatically on startup.  It'll be created later, if needed.
7442
7443         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7444         of automatically subscribed groups.
7445         (gnus-auto-subscribed-categories): New variable.
7446         (gnus-matches-options-n): Use it.
7447         (gnus-default-subscribed-newsgroups): Remove unused variable.
7448         (gnus-start-draft-setup): Message a bit less.
7449
7450 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7451
7452         * nnir.el (nnir-run-imap): Return article list in order of increasing
7453         UID.
7454
7455 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7456
7457         * gnus-sum.el (gnus-summary-enter-digest-group):
7458         Mention gnus-auto-select-on-ephemeral-exit.
7459
7460         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7461         convention of the network-only option.
7462
7463 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7464
7465         * proto-stream.el (proto-stream-open-network-only): New function to
7466         have a way to specify non-STARTTLS upgrade connections.
7467
7468 2010-12-10  Julien Danjou  <julien@danjou.info>
7469
7470         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7471         email address is nil.
7472
7473         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7474
7475 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
7476
7477         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7478         deletion.
7479         (nnir-run-imap): Only need to parse list once.
7480
7481 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7482
7483         * shr.el (shr-tag-script): Ignore <script>.
7484         (shr-tag-label): Add <label> support.
7485
7486 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7487
7488         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7489
7490         * shr.el (shr-image-displayer): Work for images lined side by side.
7491
7492 2010-12-08  Robert Pluim  <rpluim@gmail.com>
7493
7494         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7495         parameter, since XEmacs doesn't accept t as a parameter.
7496
7497 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7498
7499         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7500         ids.
7501         (nnir-run-gmane): Simplify groupspec formatting.
7502         (nnir-request-expire-articles): New function.
7503
7504 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7505
7506         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7507         overflow, possibly.
7508
7509         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7510         (shr-render-td): Handle td style="" better.
7511         (shr-tag-table): Use the color from the style sheet.
7512         (shr-render-td): Make sure we copy over all the overlays, too.
7513
7514 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
7515
7516         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7517         (nnir-request-article): Improve article retrieval.
7518
7519 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7520
7521         * mm-util.el (mm-extra-numeric-entities): New variable.
7522
7523         * mm-url.el (mm-url-decode-entities):
7524         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7525
7526         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
7527
7528 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7529
7530         * message.el: Use completion-at-point.
7531         (message-completion-function): New fun, extracted from message-tab.
7532         (message-mode): Use it for completion-at-point-functions.
7533         (message-tab): Use it and completion-at-point.
7534
7535 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7536
7537         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7538         character if a non-breakable character follows.
7539
7540 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7541
7542         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7543         any stream.
7544
7545         * shr.el (shr-tag-font): Colorize the region.
7546         (shr-tag-body): Ditto.
7547         (shr-tag-font): Actually let the styles be inherited instead of
7548         overwriting them.
7549         (shr-tag-font): Get the background color right.
7550         (shr-tag-style): Ignore all <style> tags for the moment.
7551
7552         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7553         a Message-ID to avoid having nnimap depend on gnus-sum.
7554
7555         * shr.el (shr-descend): Only colorize something if we have a node that
7556         sets colors.
7557
7558 2010-12-06  Julien Danjou  <julien@danjou.info>
7559
7560         * shr.el (shr-render-td): Render td content with shr-descend, so style
7561         will be applied to <td> too.
7562         (shr-colorize-region): Colorize region even if we only have a background.
7563         (shr-tag-body): Fix color and background color inheritance.
7564         Do not recolorize after shr-generic.
7565         (shr-tag-font): Let shr-generic colorize via inheritance.
7566
7567 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7568
7569         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7570
7571 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7572
7573         * nnir.el (nnir-request-move-article): Remove obsolete code.
7574
7575 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7576
7577         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7578
7579 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7580
7581         * gnus-sum.el (gnus-summary-respool-article): The completion function
7582         expects a list instead of an alist.
7583
7584         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7585         string as the parameter.
7586
7587         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7588
7589         * shr.el (shr-stylesheet): New dynamic variable for cascading the
7590         styles.
7591         (shr-colorize-region): New function.
7592         (shr-insert-background-overlay): Remove.
7593         (shr-render-td): Background setting should be taken care of on a higher
7594         level.
7595         (shr-tag-body): Use post-hoc colorizations.
7596         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7597         (shr-put-color-1): Don't overwrite old colors.
7598         (shr-colorize-region): When the background color isn't explicit, use
7599         a fixed background.
7600
7601         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7602         nnmail variables.
7603
7604 2010-12-05  Bjørn Mork  <bjorn@mork.no>
7605
7606         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7607         unless necessary.
7608
7609 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
7610
7611         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7612         server.
7613
7614 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7615
7616         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7617         so that TAB works.
7618
7619         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7620         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7621
7622         * shr.el (shr-urlify): Show the URL before the title to avoid
7623         misleading URLs.
7624
7625 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
7626
7627         * shr.el (shr-urlify): Display the title in <a> tags.
7628
7629 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
7630
7631         * nnir.el (nnir-categorize): Replace mapcar with mapc.
7632
7633 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
7634
7635         * nnir.el: Rearrange code to allow macros to be autoloaded by
7636         gnus-sum.el.
7637         (nnir-retrieve-headers-override-function): Make this variable
7638         customizable.
7639         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7640
7641         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
7642         from nnir.el.
7643
7644 2010-12-03  Julien Danjou  <julien@danjou.info>
7645
7646         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7647
7648 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7649
7650         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7651         allow optional argument `environment'.
7652
7653 2010-12-03  Glenn Morris  <rgm@gnu.org>
7654
7655         * mm-extern.el (message-goto-body): Update declaration.
7656
7657 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7658
7659         * gnus-util.el (gnus-macroexpand-all): New function.
7660
7661         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7662         instead of macroexpand-all that is unavailable in XEmacs.
7663
7664 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
7665
7666         * nnir.el (nnir-summary-line-format): New variable.
7667         (nnir-mode): Use it.
7668         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
7669         (nnir-article-ids): Reimplement as defsubst.
7670         (nnir-retrieve-headers): Don't mangle the subject header.
7671         (nnir-run-imap): Use 100 as RSV score.
7672         (nnir-run-find-grep): Fix for full server searching.
7673         (nnir-run-gmane): Better restriction to gmane groups.
7674
7675         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7676         summary buffers.
7677
7678 2010-12-02  Julien Danjou  <julien@danjou.info>
7679
7680         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7681
7682         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7683
7684         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7685         support.
7686
7687 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7688
7689         * nnir.el: Update to handle the registry better.
7690         (autoload): Silence byte-compiler.
7691         (nnir-open-server): Add a hook for nnir groups.
7692         (nnir-request-move-article): Don't mangle the header.  Better to use
7693         formatting variables (which will be added in the future).
7694         (nnir-registry-action): Update the registry using the original article
7695         group name.
7696         (nnir-mode): Install nnir-specific hooks for updating the registry.
7697
7698         * gnus-sum.el
7699         (gnus-article-original-subject, gnus-newsgroup-original-name):
7700         Remove obsolete variables.
7701         (gnus-summary-move-article): Remove use of obsolete variables.
7702         (gnus-summary-local-variables): Make move and delete hooks local to
7703         summary buffers.
7704
7705 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7706
7707         * rtree.el: New file.
7708
7709 2010-12-01  Julien Danjou  <julien@danjou.info>
7710
7711         * message.el (message-user-organization): Do not use
7712         gnus-local-organization.
7713
7714         * gnus.el: Remove gnus-local-organization.
7715
7716         * gnus-msg.el: Remove nastygram thing.
7717
7718 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7719
7720         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7721         funcall.
7722
7723 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7724
7725         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7726         names.
7727
7728         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7729         characters.
7730
7731         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7732         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7733         Suggested by Štěpán Němec <stepnem@gmail.com>.
7734         (gnus-gravatar-transform-address): Use mail-extract-address-components
7735         that supports non-ASCII names rather than mail-header-parse-addresses.
7736
7737 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7738
7739         * proto-stream.el (open-protocol-stream): All starttls connections are
7740         handled by the network handler.
7741
7742 2010-11-30  Julien Danjou  <julien@danjou.info>
7743
7744         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7745         (nnimap-open-connection-1): Fix PREAUTH.
7746
7747         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7748
7749 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7750
7751         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7752         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7753         (shr-insert): Use them.
7754         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7755
7756 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7757
7758         * nnir.el (nnir-request-move-article): Bail out if original group
7759         doesn't support article moves.
7760         (nnir-get-active): Improve active list retrieval.
7761
7762 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7763
7764         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7765
7766 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7767
7768         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7769         seem to accept strings-with-numbers as port numbers.
7770
7771 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7772
7773         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7774         change the registry.
7775
7776 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7779         delete-dups that is not available in XEmacs 21.4.
7780
7781         * mm-util.el (mm-delete-duplicates): Add comment.
7782
7783 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7784
7785         * nnir.el (nnir-ignored-newsgroups): New variable.
7786         (nnir-get-active): Use it.
7787
7788 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7789
7790         * proto-stream.el (proto-stream-open-network): Add some comments.
7791
7792         * nntp.el (nntp-open-connection): Provide a :success condition.
7793
7794         * nnimap.el (nnimap-open-connection-1): Ditto.
7795
7796         * proto-stream.el (proto-stream-open-network): See what the response to
7797         the STARTTLS command is.
7798
7799         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7800         backwards compatibility).
7801         (nnimap-open-connection-1): Really respect nnimap-server-port.
7802
7803         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7804         TLS upgrades we don't really care about the identity of the peer.
7805         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7806         that what we've checked for.
7807         (proto-stream-always-use-starttls): Only default to t if
7808         open-gnutls-stream exists.
7809         (proto-stream-open-network): If STARTTLS failed, then just open a
7810         normal connection.
7811         (proto-stream-open-network): Wait until the greeting before doing
7812         STARTTLS.
7813
7814         * nntp.el (nntp-open-connection): Report what the connection error is.
7815
7816         * proto-stream.el (open-protocol-stream): Rename from
7817         open-proto-stream.
7818
7819 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7820
7821         * nnimap.el (nnimap-stream): Change default to `undecided'.
7822         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7823         first, and then network.
7824         (nnimap-open-connection-1): Respect nnimap-server-port.
7825         (nnimap-open-connection): Be more backwards-compatible.
7826
7827         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7828         (proto-stream-open-starttls): De-duplicate the starttls code.
7829         (proto-stream-open-starttls): Folded back into the main function.
7830         (proto-stream-open-network): Fix typo in the gnutls path.
7831         (proto-stream-command): Refactor out.
7832
7833         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7834
7835         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7836         starttls.el STARTTLS.
7837
7838         * color.el (color-lab->srgb): Fix function call name.
7839
7840         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7841         if we're using tls.el.
7842         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7843         built in, then don't try to establish a STARTTLS connection.
7844
7845         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7846         servers.
7847
7848         * proto-stream.el (open-proto-stream): Use network, not stream.
7849         (open-proto-stream): Add a way to specify what the end of a command is.
7850
7851         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7852         connections types.
7853         (nntp-open-network-stream): Remove.
7854         (nntp-open-ssl-stream): Remove.
7855         (nntp-open-tls-stream): Remove.
7856         (nntp-ssl-program): Remove.
7857
7858         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7859
7860 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7861
7862         * nnir.el: Fix typos.
7863         (nnir-retrieve-headers-override-function): Rename variable to reflect
7864         new semantics.
7865         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7866         macros.
7867         (nnir-request-article, nnir-request-move-article): Use them.
7868         (nnir-categorize): New function.
7869         (nnir-run-query): Use it.
7870         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7871         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7872         sorted.
7873         (nnir-group-full-name): Use gnus-group-full-name instead.
7874         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7875         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7876
7877 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7878
7879         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7880
7881         * proto-stream.el: New library to provide protocol-specific
7882         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7883         protocols.
7884         (open-proto-stream): Complete the documentation.
7885         (proto-stream-open-network): Fix some typos.
7886
7887         * nnimap.el (nnimap-open-connection): Use it.
7888
7889 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7890
7891         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7892         negotiation.
7893
7894 2010-11-26  Julien Danjou  <julien@danjou.info>
7895
7896         * color.el: Rename various rgb functions to srgb.
7897
7898 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7899
7900         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7901         names.
7902
7903 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7904
7905         * shr.el (shr-insert): Revert last change.
7906         (shr-find-fill-point): Never leave point being at bol;
7907         relax the kinsoku limitation when rendering tables.
7908
7909 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7910
7911         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7912         results from -accept-article.
7913
7914         * shr-color.el: Require cl when compiling.
7915
7916         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7917         checkin.
7918
7919         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7920
7921         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7922
7923         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7924         'add and 'delete to set backend marks.
7925
7926         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7927
7928         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7929
7930         * nntp.el (nntp-request-set-mark): Use it.
7931
7932         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7933
7934         * nnml.el (nnml-request-set-mark): Ditto.
7935
7936         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7937         introduces regressions in article selection.
7938         (nnimap-find-uid-response): New function.
7939         (nnimap-request-accept-article): Use the UID returned, if any.
7940         (nnimap-request-move-article): Use the UID returned, if any.
7941         (nnimap-get-groups): Reimplement to work with folded lines.
7942         (nnimap-find-uid-response): The UID is the last element in the list.
7943         (nnimap-request-set-mark): Extend syntax with 'set.
7944
7945         * nnml.el (nnml-request-set-mark): Ditto.
7946
7947         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7948
7949         * nntp.el (nntp-request-set-mark): Ditto.
7950
7951 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * message.el (message-called-interactively-p): A temporary macro.
7954         (message-goto-body): Use it temporarily.
7955
7956 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7957
7958         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7959         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7960         (nnimap-last-response-string): Fix last unfolding fix.
7961
7962 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7963
7964         * shr.el (shr-insert): Fix the way to fold lines.
7965
7966 2010-11-25  Julien Danjou  <julien@danjou.info>
7967
7968         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7969
7970         * color.el: Rename from color-lab.el
7971         (color-rgb->hex): Add.
7972         (color-complement): Add.
7973         (color-complement-hex): Add.
7974
7975         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7976
7977 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7978
7979         * shr-color.el (shr-color-visible): Don't bug out if the color names
7980         don't exist.
7981
7982 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7983
7984         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7985         assuming that article displaying or another mml-preview may be
7986         interrupted for an error or for the like.
7987
7988         * shr.el (shr-get-background): Fix argument name.
7989
7990 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7991
7992         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7993
7994         * gnus-sum.el (gnus-summary-include-articles): New function.
7995
7996         * message.el (message-goto-body): called-interactively-p needs a
7997         parameter, so use `any'.
7998
7999         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8000         clear marks before moving, since they're synced from the Gnus side
8001         first.
8002
8003         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8004         (gnus-summary-move-article): Copy over all marks before moving, so that
8005         IMAP doesn't think a new article has arrived.
8006
8007 2010-11-24  Julien Danjou  <julien@danjou.info>
8008
8009         * shr.el (shr-insert-background-overlay): Fix typo.
8010         (shr-render-td): Copy the background before rendering.
8011
8012         * shr-color.el (shr-color-visible): Fix docstring.
8013
8014         * shr.el (shr-tag-table): Add bgcolor support.
8015         (shr-render-td): Add bgcolor support.
8016         (shr-get-background): Add.
8017         (shr-insert-foreground-overlay): Use shr-get-background.
8018
8019         * message.el (message-goto-body): Use called-interactively-p.
8020         (message-in-body-p): message-goto-body returns point.
8021
8022 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8023
8024         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8025         Fixes something or other in Emacs 23, and is backwards compatible.
8026
8027         * message.el (message-goto-body): Remove the <#secure special-casing,
8028         which is too special.
8029
8030         * shr.el (shr-parse-style): Drop !important from styles.
8031
8032 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8033
8034         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8035         this function to return incorrect results when calling it with an
8036         explicit article argument different from
8037         (gnus-summary-article-number).
8038
8039 2010-11-24  Julien Danjou  <julien@danjou.info>
8040
8041         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8042         (shr-tag-body): Add background support.
8043         (shr-descend): Add background support.
8044         (shr-tag-title): Add.
8045
8046         * shr-color.el (shr-color-visible): Really return original background
8047         if fixed.
8048
8049 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8050
8051         * shr.el (shr-color-check): Protect against non-existent color names.
8052
8053 2010-11-24  Julien Danjou  <julien@danjou.info>
8054
8055         * color-lab.el: Require 'cl when compiling.
8056
8057         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8058
8059         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8060         matched part.
8061
8062         * color-lab.el: Fix all expt calls to use float type.
8063
8064 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8065
8066         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8067         expression to shr-color-check as is.
8068
8069         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8070
8071         * color-lab.el: Add coding cookie.
8072         (float-pi): Use eval-and-compile.
8073
8074         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8075         compiled for Emacsen having no `libxml-parse-html-region' support.
8076
8077 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8078
8079         * shr.el (shr-insert-color-overlay): Split stuff like
8080         "#444444 !important" to find the real color.
8081         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8082         parse <font color="red"> entries.
8083
8084 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8085
8086         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8087         point when parsing headers.
8088
8089         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8090         is positioned properly when parsing headers.
8091
8092 2010-11-23  Julien Danjou  <julien@danjou.info>
8093
8094         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8095
8096         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8097
8098         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8099
8100         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8101         Use shr-color-hue-to-rgb.
8102         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8103
8104 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8105
8106         * shr.el (shr-color->hexadecimal): Autoload.
8107         (shr-descend): Add color to all tags.
8108
8109 2010-11-22  Julien Danjou  <julien@danjou.info>
8110
8111         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8112         shr-color->hexadecimal.
8113
8114         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8115         RGB() or HSL() color representation.
8116
8117         * shr.el (shr-tag-font): Add.
8118         (shr-tag-color-check): New function to get better colors.
8119         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8120         tag-span.
8121
8122         * shr-color.el: New file.
8123
8124         * color-lab.el: New file.
8125
8126         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8127
8128 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8129
8130         * nnir.el: Fix typo in comments.
8131         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8132         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8133
8134 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8135
8136         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8137
8138         * nnimap.el (nnimap-get-capabilities): Refactor out.
8139         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8140
8141 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8142
8143         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8144         appearing when `mm-uu-hide-markers' is nil.
8145
8146 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8147
8148         * nnimap.el (nnimap-unselect-group): Make into its own function.
8149         (nnimap-request-rename-group): Unselect group before renaming.
8150         This had gotten lost somewhere.
8151         (nnimap-request-accept-article): Keep track of examined groups, and
8152         unselect the group before APPENDing to read-only groups.
8153         (nnimap-request-move-article): Clear flags before moving so that they
8154         can be re-set later.
8155
8156 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8157
8158         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8159         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8160
8161 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8162
8163         * gnus-art.el (gnus-mime-display-single):
8164         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8165         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8166         parameter.
8167
8168 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8169
8170         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8171         (shr-table-vertical-line): New variable.
8172         (shr-insert-table): Use it.
8173
8174 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8175
8176         * gnus-html.el (gnus-html-wash-images): Don't display images if
8177         gnus-inhibit-images is non-nil; register displayer for cid images.
8178         (gnus-html-display-image): Work for cid image.
8179         (gnus-html-insert-image): Allow arguments.
8180         (gnus-html-put-image): Inhibit read-only.
8181         (gnus-html-prefetch-images): Don't prefetch images if
8182         gnus-inhibit-images is non-nil.
8183
8184 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8185
8186         * shr.el (shr-put-image): Break lines when inserting big pictures.
8187
8188 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8189
8190         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8191         sender, thanks Katsumi Yamaoka.
8192
8193 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8194
8195         * nnir.el (nnir-run-imap): Reverse the article list for each group
8196         rather than the whole list.
8197
8198 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8199
8200         * shr.el (shr-image-displayer): Protect function against non-existent
8201         image source.
8202
8203         * gnus-art.el (gnus-inhibit-images): New user option.
8204         (gnus-mime-display-single): Don't display image if it is non-nil.
8205
8206         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8207         gnus-inhibit-images.
8208
8209         * shr.el (shr-image-displayer): New function.
8210         (shr-tag-img): Use it.
8211
8212 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8213
8214         * mml2015.el (mml2015-epg-sign): Use From header.
8215
8216 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8217
8218         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8219
8220         * gnus-util.el (gnus-find-text-property-region): Return markers.
8221
8222         * shr.el (shr-tag-img): Put a displayer in the text property.
8223
8224         * gnus-util.el (gnus-find-text-property-region): New utility function.
8225
8226         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8227         (gnus-html-show-images): Remove.
8228
8229         * gnus-art.el (gnus-article-show-images): New, more general function.
8230
8231         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8232         image url text properties.
8233
8234         * shr.el: Ditto.
8235
8236         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8237         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8238
8239 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8240
8241         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8242         work for two or more articles.
8243
8244 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8247         divide an image that's in an html article to two or more when washing
8248         non-ASCII characters in alt text of it.
8249
8250 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8251
8252         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8253         smime-decrypt-region using function argument.
8254         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8255
8256         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8257
8258         * smime.el (smime-decrypt-region): Catch it.
8259
8260 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8261
8262         * smime.el (smime-mode-map): Move initialization into declaration.
8263         (gnus-run-mode-hooks): Don't autoload.
8264         (smime-mode): Use define-derived-mode.
8265
8266 2010-11-11  Glenn Morris  <rgm@gnu.org>
8267
8268         * smime.el (from): Restrict declaration to XEmacs.
8269
8270         * nnir.el (gnus-group-topic-name): Autoload.
8271
8272 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8273
8274         * shr.el (shr-insert): Don't break long line if it is because of
8275         kinsoku-bol characters in the line end.
8276
8277 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8278
8279         * nnir.el (nnir-request-move-article): Fix to provide original group
8280         and subject.
8281         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8282         been retrieved.
8283
8284         * gnus-sum.el (gnus-summary-move-article): Use original group and
8285         subject for virtual articles such as those in an nnir summary buffer.
8286
8287 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8288
8289         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8290         least 21.5).
8291
8292         * smime.el (from): Declare it again for XEmacs.
8293
8294 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8295
8296         * message.el (message-resend): Don't disable encoding unless it's
8297         already encoded.
8298
8299         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8300         low-numbered articles.
8301
8302 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8303
8304         * rfc2047.el (rfc2047-syntax-table): Simplify.
8305
8306         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8307
8308         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8309         set-char-table-range for XEmacs.
8310
8311 2010-11-10  Glenn Morris  <rgm@gnu.org>
8312
8313         * time-date.el (time-to-seconds): Always an alias on Emacs,
8314         never a real function.
8315         (with-no-warnings): Remove compat stub, now unused.
8316         (time-less-p): Doc fix.
8317         (time-to-number-of-days): Simplify.
8318
8319         * smime.el (from): Remove unused declaration.
8320
8321         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8322         (gnus-float-time): On Emacs, always an alias.
8323
8324         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8325         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8326
8327 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8328
8329         * dgnushack.el: Don't use ignore-errors in the top level form since it
8330         is unavailable in XEmacs even if cl is loaded.
8331
8332         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8333
8334 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8335
8336         * shr.el (browse-url-mailto): Autoload.
8337
8338         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8339
8340         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8341         regexp doesn't need quoting.
8342
8343 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8344
8345         * message.el (message-subject-trailing-was-ask-regexp)
8346         (message-subject-trailing-was-regexp): Match was: in addition to was.
8347
8348 2010-11-09  Glenn Morris  <rgm@gnu.org>
8349
8350         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8351         (nnbabyl-check-mbox): Use point-at-bol.
8352
8353 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8354
8355         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8356
8357         * message.el (message-mailto): New function.
8358         (message-mailto): Should accept other parameters.
8359         (message-mailto): Remove since it duplicates browse-url-mailto
8360         functionality.
8361
8362 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8363
8364         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8365         methods.
8366         (gnus-read-active-file): Ditto.
8367
8368         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8369         ": " from the prompt.
8370         (gnus-group-make-group): Ditto.
8371
8372 2010-11-07  Glenn Morris  <rgm@gnu.org>
8373
8374         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8375         (gnus-bookmark-kill-line): Use point-at-eol.
8376
8377 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8380         asterisks in From header.
8381
8382 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8383
8384         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8385         string to avoid making the From headers syntactically invalid.
8386
8387         * message.el (message-send-mail): Don't insert courtesy messages if the
8388         message already has List-Post and List-ID messages.
8389
8390 2010-11-06  Glenn Morris  <rgm@gnu.org>
8391
8392         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8393         `condition', `type', `length' a prefix.
8394         (gnus-treat-predicate): Update for above name changes.
8395
8396 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8397
8398         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8399         binding.  Handled by `gnus-summary-refer-thread' instead.
8400         (nnir-warp-to-article): New backend function.
8401
8402         * nnimap.el (nnimap-request-thread): Force dependency updating.
8403
8404         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8405         (gnus-summary-refer-thread): Rework to improve thread-referral.
8406
8407         * gnus-int.el (gnus-warp-to-article): New function.
8408
8409         * gnus-sum.el (gnus-summary-article-map): Bind it.
8410
8411 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8412
8413         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8414         gnus-summary-refer-thread.
8415
8416         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8417         headers.
8418         (gnus-summary-limit-include-thread): Prevent articles in thread from
8419         being cut in gnus-cut-threads.
8420         (gnus-summary-refer-thread): Limit retrieved headers to those in
8421         thread.
8422
8423 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8424
8425         * message.el (message-send-mail): Use the value of
8426         message-courtesy-message from the message buffer.
8427
8428         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8429
8430         * shr.el (shr-browse-url): Implement mailto: URLs.
8431
8432         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8433         "raw".
8434
8435         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8436         if it's already selected.
8437
8438         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8439
8440 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8441
8442         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8443         to measure the length and truncate alt text.
8444
8445 2010-11-03  Glenn Morris  <rgm@gnu.org>
8446
8447         * nndiary.el (nndiary-generate-nov-databases-1)
8448         (nndiary-generate-active-info): Rename dynamic variable `files' to
8449         something less generic.
8450
8451 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8452
8453         * nnir.el (nnir-request-move-article): Call the underlying backend to
8454         move articles from nnir.
8455
8456 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8457
8458         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8459
8460 2010-11-02  Julien Danjou  <julien@danjou.info>
8461
8462         * nnir.el: Remove wais support.
8463
8464 2010-11-02  Glenn Morris  <rgm@gnu.org>
8465
8466         * gnus-html.el: Reorder requirements to quieten compiler.
8467
8468 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8469
8470         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8471         properly for XEmacs as well.
8472         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8473         (gnus-article-natural-long-line-p): Use window-width rather than
8474         frame-width.
8475
8476 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
8477
8478         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
8479         (nnir-read-parms): Don't modify query.
8480         (nnir-run-query): Add ability to search topic on current line.
8481         (nnir-get-active): Clean up.
8482
8483 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8484
8485         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8486         degenerate articles.
8487
8488         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8489         (gnus-print-buffer): Just print the buffer as is, without any copying
8490         to a buffer and then re-highlighting.
8491
8492         * nnimap.el (nnimap-request-group): Store the new updated info.
8493         (nnimap-request-group): Select the group when we don't know whether it
8494         exists or not.
8495
8496         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8497         groups.
8498
8499         * gnus-group.el (gnus-group-find-new-groups): Display all the new
8500         groups.
8501
8502         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8503         groups.
8504
8505         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8506         long-lines case by only filling the long lines.
8507
8508         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8509         (bug#7311).
8510
8511 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8512
8513         * shr.el: No need to declare `declare-function' since shr.el is for
8514         only Emacsen that provide `libxml-parse-html-region'.
8515
8516         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
8517         effective only in a file it is referred to.
8518
8519 2010-11-01  Glenn Morris  <rgm@gnu.org>
8520
8521         * mm-util.el (gnus-completing-read): Autoload.
8522         (mm-read-coding-system): Simplify Emacs definition.
8523
8524         * nnmail.el (gnus-activate-group):
8525         * nnimap.el (gnutls-negotiate):
8526         * nntp.el (netrc-parse): Fix declarations.
8527
8528 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8529
8530         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8531         string-match-p in Emacs >=23.
8532
8533         * gnus-msg.el (gnus-configure-posting-styles):
8534         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8535
8536 2010-11-01  Glenn Morris  <rgm@gnu.org>
8537
8538         * nnir.el (declare-function): Add compat stub.
8539         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8540         (nnir-run-gmane): Require 'mm-url.
8541
8542         * mm-util.el (mm-string-to-multibyte): Simplify.
8543
8544         * shr.el (declare-function): Add compat stub.
8545         (url-cache-create-filename): Declare.
8546         (mm-disable-multibyte, widget-convert-button): Autoload.
8547
8548         * smime.el (ldap-search): Declare.
8549         (smime-cert-by-ldap-1): Require ldap on Emacs.
8550
8551         * nnimap.el: Require nnmail, and gnus-sum when compiling.
8552         (nnimap-keepalive): Use gnus-float-time.
8553
8554         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8555         (mail-source-delete-crash-box): Use gnus-float-time.
8556
8557         * gnus-dired.el (gnus-completing-read): Autoload.
8558
8559         * mm-view.el (gnus-rescale-image): Autoload.
8560
8561         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8562
8563         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8564
8565         * sieve-manage.el: Require 'cl when compiling.
8566
8567         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8568         (gnus-iswitchb-completing-read): Require iswitchb.
8569         (gnus-select-frame-set-input-focus): Silence compiler.
8570
8571 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8572
8573         * message.el (message-subject-trailing-was-query): Change default to t,
8574         since I think that's what most people want.
8575
8576         * nnimap.el (nnimap-request-accept-article): Erase buffer before
8577         appending for easier debugging.
8578         (nnimap-wait-for-connection): Take a regexp.
8579         (nnimap-request-accept-article): Wait for the continuation line before
8580         sending anything unless we're streaming.
8581
8582         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8583         leave the header washing to take place.
8584
8585 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8586
8587         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8588         regular expression match and replace in posting styles.
8589
8590 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
8591
8592         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8593         an entire server.
8594         (nnir-get-active): New function.
8595         (nnir-run-imap): Use it.
8596         (nnir-run-gmane): Who knew, gmane search returns an article score!
8597
8598         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8599         server on the current line with nnir.
8600
8601 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8602
8603         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8604         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8605         left edge.
8606         (gnus-article-foldable-buffer): Skip past the prefix when determining
8607         raggedness.
8608
8609         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8610         the raw article, and change `C-u g' to show the article without doing
8611         treatments.
8612
8613         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8614         on to `gnus-treat-article'.
8615         (gnus-inhibit-article-treatments): New variable.
8616
8617         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8618
8619         * gnus-art.el (gnus-treatment-function-alist): Have
8620         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8621         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8622         sections.
8623
8624         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8625         parameter.
8626         (gnus-article-fill-cited-long-lines): New function.
8627         (gnus-article-fill-cited-article): Allow filling only long sections.
8628
8629         * shr.el (shr-find-fill-point): Don't break lines between punctuation
8630         and non-punctuation (like after the apostrophe in "'We").
8631
8632         * gnus-sum.el (gnus-summary-select-article): Make sure
8633         gnus-original-article-buffer is alive.
8634
8635         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8636         reflect the order they're in in the digest.
8637
8638         * gnus.el (gnus-group-startup-message): Move point to the start of the
8639         buffer.
8640
8641         * nnimap.el (nnimap-capability): New function.
8642         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8643         is set.
8644
8645 2010-10-31  David Engster  <dengste@eml.cc>
8646
8647         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8648         conform with changes to gnus-completing-read.
8649
8650 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8651
8652         * shr.el (shr-tag-img): Output "*" instead of "[img]".
8653
8654 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8655
8656         * nnir.el: Move defvar, defcustom around to keep file organized
8657         and keep byte-compiler quiet.
8658         (nnir-read-parms): Accept search-engine as arg.
8659         (nnir-run-query): Pass search-engine as arg.
8660         (nnir-search-engine): Remove.
8661
8662 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8663
8664         * shr.el (shr-generic): The text nodes should be text, not :text.
8665
8666         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8667         later in the file.
8668
8669 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8670
8671         * nnir.el: General clean up.  Allow searching with multiple engines.
8672         Allow separate extra-parameters for each engine.
8673         Batch queries when possible.
8674         (nnir-imap-default-search-key, nnir-method-default-engines):
8675         Add customize interface.
8676         (nnir-run-gmane): New engine.
8677         (nnir-engines): Use it.  Qualify all prompts with engine name.
8678         (nnir-search-engine): Remove global variable.
8679         (nnir-run-hyrex): Restore for now.
8680         (nnir-extra-parms, nnir-search-history): New variables.
8681         (gnus-group-make-nnir-group): Use them.
8682         (nnir-group-server): Remove in favor of gnus-group-server.
8683         (nnir-request-group): Avoid searching twice.
8684         (nnir-sort-groups-by-server): New function.
8685
8686 2010-10-30  Julien Danjou  <julien@danjou.info>
8687
8688         * gnus-group.el: Remove gnus-group-fetch-control.
8689
8690         * gnus-start.el (gnus-find-new-newsgroups):
8691         Remove gnus-check-first-time-used.
8692
8693         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8694
8695 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8696
8697         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8698         set on groups that don't have \* permanentflags.
8699
8700 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8701
8702         * shr.el (shr-tag-span): Drop colorization of regions since we don't
8703         control the background color.
8704         (shr-tag-img): Ignore very small web bug type images.
8705         (shr-put-image): Add help-echo alt texts to the images.
8706         (shr-tag-video): Show the video poster image.
8707
8708 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8709
8710         * shr.el (shr-table-depth): New variable.
8711         (shr-tag-table-1): Only insert the images after the top-level table.
8712
8713         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8714
8715         * gnus-util.el (gnus-list-memq-of-list): New function.
8716
8717         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8718         selected.
8719         (nnimap-unsplittable-articles): New slot.
8720         (nnimap-new-articles): Use it.
8721
8722 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8723
8724         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8725         move to the previous line on `M-g'.
8726
8727 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8728
8729         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8730         *-request-group, which seems unnecessary.
8731
8732         * nnimap.el (nnimap-quote-specials): Function copied over from
8733         imap.el.
8734         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8735         they support that.  Suggested by Tom Regner.
8736
8737 2010-10-29  Julien Danjou  <julien@danjou.info>
8738
8739         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8740         defalias.
8741         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8742
8743         * gnus.el: Remove `gnus-nntp-service' variable.
8744         (gnus-secondary-servers): Make obsolete.
8745         (gnus-nntp-server): Make obsolete.
8746
8747         * gnus-start.el (gnus-1): Remove x-splash calls.
8748
8749         * gnus-ems.el (gnus-x-splash): Remove.
8750
8751         * gnus.el (gnus-group-startup-message): Simplify/update code.
8752
8753         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
8754         definition.
8755
8756         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8757         capability before doing anything.
8758         (gnus-group-insert-group-line): Remove useless
8759         gnus-group-remove-excess-properties.
8760
8761 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8762
8763         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8764
8765 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8766
8767         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8768         config after reselecting.
8769
8770 2010-10-28  Julien Danjou  <julien@danjou.info>
8771
8772         * shr.el (shr-put-image): Use point even if only inserting text.
8773         (shr-put-image): Save excursion when inserting alt text on non-graphic
8774         display, so the behavior is the same when we are on a graphic display.
8775
8776         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8777
8778 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8779
8780         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8781         (gnus-mime-copy-part): Check coding system, not charset.
8782         (gnus-mime-view-part-externally): Never remove part.
8783         (gnus-mime-view-part-internally): Don't remove part here.
8784         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8785         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8786         multipart/alternative.
8787
8788         * mm-decode.el (mm-display-part): Take optional arg `force'.
8789
8790 2010-10-26  Julien Danjou  <julien@danjou.info>
8791
8792         * gnus-group.el (gnus-group-default-list-level): Add this function to
8793         compute the default list level.
8794         (gnus-group-default-list-level): Add possibility to use a function.
8795
8796 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8797
8798         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8799
8800         * gnus-group.el (gnus-group-completing-read)
8801         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8802         gnus-replace-in-string.
8803
8804 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8805
8806         * shr.el (shr-tag-div): Add.
8807
8808         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8809
8810 2010-10-25  Julien Danjou  <julien@danjou.info>
8811
8812         * gnus-util.el: Remove `gnus-with-local-quit'.
8813
8814         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8815
8816 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8817
8818         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8819         the original article buffer.
8820
8821 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8822
8823         * nnimap.el (nnimap-request-head): New function.
8824         (nnimap-request-move-article): Try to be slightly faster by not
8825         requesting the entire message when moving.
8826         (nnimap-transform-headers): Don't bug out on bodiless articles.
8827         (nnimap-send-command): Have no outstanding messages if the IMAP server
8828         doesn't support streaming.
8829         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8830
8831 2010-10-24  Julien Danjou  <julien@danjou.info>
8832
8833         * message.el (message-default-headers): Fix type.
8834
8835 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8836
8837         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8838         prefetching images.
8839
8840         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8841         backend for unknown groups.  This is mainly useful for nnimap groups.
8842
8843         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8844         group isn't covered by the agent.
8845
8846 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8847
8848         * nnir.el (nnir-method-default-engines): New variable.
8849         (nnir-run-query): Use it.
8850         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8851         (gnus-summary-nnir-goto-thread): Change group if needed.
8852
8853         * gnus-group.el (gnus-group-group-map): Add key binding for
8854         gnus-group-make-nnir-group.
8855
8856 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8857
8858         * shr.el (shr-tag-object): Add.
8859
8860         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8861         original article buffer live.
8862         (gnus-summary-select-article-buffer):
8863         Mention gnus-widen-article-buffer.
8864
8865 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8866
8867         * shr.el (shr-tag-strong): Add.
8868
8869 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8870
8871         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8872         group names.  They mess up the group buffer badly.
8873
8874         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8875
8876         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8877         instead of the summary one.
8878
8879 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8880
8881         * mml.el (mml-preview): Work properly when editing article.
8882
8883         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8884         gnus-have-read-active-file if it's already been in.
8885
8886 2010-10-22  Tom Tromey  <tromey@redhat.com>
8887
8888         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8889         gnus-group-completing-read.
8890
8891 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8892
8893         * message.el (message-mode-map): Don't bind M-; to comment region, to
8894         allow the global comment-dwim to work.
8895
8896 2010-10-21  Julien Danjou  <julien@danjou.info>
8897
8898         * message.el (message-setup-1): Allow message-default-headers to be a
8899         function.
8900
8901 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8902
8903         * shr.el (shr-tag-table): Simplify.
8904
8905 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8906
8907         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8908         to avoid trying to snarf invalid stuff.
8909
8910         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8911
8912         * gnus.el (gnus-message-archive-group): Quote value.
8913         (gnus-message-archive-group): Mark as changed.
8914
8915         * shr.el (shr-add-font): Don't put the font properties on the newline
8916         or the indentation.
8917
8918         * message.el (message-fix-before-sending): Change options when sending
8919         non-printable characters.
8920
8921         * gnus.el (gnus-message-archive-method): Change the default to
8922         monthly outgoing groups.
8923
8924         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8925         that have gotten new numbers.
8926
8927         * nnimap.el (nnimap-request-replace-article): New function.
8928
8929 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8930
8931         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8932         (nnrss-request-article): Don't use special html washing code.
8933
8934 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8935
8936         * shr.el (shr-tag-table): Remove useless nconc.
8937
8938 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8939
8940         * gnus-art.el (article-wash-html): Simplify and remove the charset
8941         stuff.  Use the normal html rendering code instead of the special html
8942         washing code.
8943
8944         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8945         `gnus-w3m' symbols.
8946         (mm-text-html-washer-alist): Remove.
8947
8948         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8949         (mm-inline-media-tests): Remove use.
8950         (mm-text-html-renderer): Change default to the `shr' symbol.
8951
8952         * mm-view.el (mm-inline-text-html): Remove use.
8953
8954         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8955         `gnus-blocked-images' to be a function.
8956         (gnus-article-wash-function): Remove.
8957
8958 2010-10-20  Julien Danjou  <julien@danjou.info>
8959
8960         * spam.el (spam-list-of-processors): Mark as obsolete.
8961
8962         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8963         (nnimap-insert-partial-structure): Fix boundary detection.
8964
8965 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8966
8967         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8968         run file-truename on remote files.  This can be expensive and even
8969         prevent one from editing drafts if some unrelated buffer has a stale
8970         connection.
8971
8972 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8973
8974         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8975         kinsoku-eol regardless of shr-kinsoku-shorten.
8976         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8977         (shr-tag-table): Support caption, thead, and tfoot.
8978
8979 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8980
8981         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8982         lines.
8983         (shr-save-contents): New command and keystroke.
8984
8985         * nndoc.el (nndoc-type-alist): Add git support.
8986         (nndoc-git-type-p): New function.
8987         (nndoc-transform-git-article): Ditto.
8988         (nndoc-transform-git-headers): Ditto.
8989         (nndoc-transform-git-headers): Generate Subject headers.
8990
8991         * shr.el (shr-parse-style): New function.
8992         (shr-tag-span): Ditto.
8993
8994         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8995         to `G G' to avoid collisions.
8996
8997 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8998
8999         * shr.el: Load kinsoku if necessary.
9000         (shr-kinsoku-shorten): New internal variable.
9001         (shr-find-fill-point): Make kinsoku shorten text line if
9002         shr-kinsoku-shorten is bound to non-nil.
9003         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9004         shr-indentation too when testing if table is wider than frame width.
9005         (shr-insert-table): Use `string-width' instead of `length' to measure
9006         text width.
9007         (shr-insert-table-ruler): Make sure indentation is done at bol.
9008
9009 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9010
9011         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9012         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9013         undecoded network data.
9014
9015 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9016
9017         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9018         name in the mode line spec so that the mode line menu works
9019         (bug#2431).
9020
9021         * message.el (message-get-reply-headers): If we're fed `to-address',
9022         then always use that.
9023
9024         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9025         aren't so wide as to need to switch off the edit menu.
9026
9027         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9028         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9029
9030         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9031         `M-g'.
9032         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9033         the permanent marks.
9034
9035 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9036
9037         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9038         Splitting according to references/in-reply-to obeys the ignore-groups
9039         variable, while splitting by sender and subject do not.
9040
9041 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9042
9043         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9044         alist, so that we can look for non-Unicode chars.
9045         (article-translate-strings): Allow both character and string maps.
9046
9047 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9048
9049         * shr.el (shr-insert): Don't insert space behind a wide character
9050         categorized as kinsoku-bol, or between characters both categorized as
9051         nospace.
9052
9053 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9054
9055         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9056         headers to gnus-newsgroup-headers.
9057
9058 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9059
9060         * shr.el (shr-tag-img): Don't align images -- since we're not
9061         rescaling, this often leads to ugly displays.
9062
9063 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9064
9065         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9066         duplicates.
9067
9068 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9069
9070         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9071         call.
9072
9073 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9074
9075         * gnus.el: Autoload gnus-html-show-images.
9076
9077         * nnimap.el: Use nnheader-message throughout.
9078
9079         * shr.el (shr-tag-img): Ignore images with no data.
9080
9081 2010-10-15  Julien Danjou  <julien@danjou.info>
9082
9083         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9084         a possibility to disable format=flow encoding when using hard newlines.
9085
9086 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9087
9088         * shr.el (shr-insert): Remove space inserted before or after a
9089         breakable character or at the beginning or the end of a line.
9090         (shr-find-fill-point): Do kinsoku; find the second best point or give
9091         it up if there's no breakable point.
9092
9093 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9094
9095         * nnimap.el (nnimap-open-connection): Message when opening connection
9096         for debugging purposes.
9097
9098         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9099         on every setup buffer call to allow this to change from article to
9100         article.
9101
9102         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9103         buffers where we have a wide table.
9104
9105 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9106
9107         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9108         uses *-request-thread.
9109
9110 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9111
9112         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9113         incantation, which is no longer valid.
9114
9115 2010-10-14  Julien Danjou  <julien@danjou.info>
9116
9117         * shr.el: Fix defcustom type (char -> character).
9118
9119 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9120
9121         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9122         programs.
9123
9124 2010-10-14  Julien Danjou  <julien@danjou.info>
9125
9126         * shr.el (shr-tag-a): Use url-link as widget type.
9127
9128         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9129         `gnus-group-get-icon'.
9130
9131 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9132
9133         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9134         This should make server editing work better.
9135
9136         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9137
9138         * tls.el (tls-program): Remove spurious %s from openssl.
9139
9140         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9141         (nnimap-parse-flags): Fix regexp.
9142
9143         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9144         probably work for CJVK text, too.
9145
9146         * nnimap.el (nnimap-extend-tls-programs): Remove.
9147         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9148
9149         * tls.el (tls-starttls-switches): Remove starttls hack.
9150         (open-tls-stream): Ditto.
9151         (tls-find-starttls-argument): Ditto.
9152
9153 2010-10-13  Julien Danjou  <julien@danjou.info>
9154
9155         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9156         responses.
9157
9158 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9159
9160         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9161
9162         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9163         anything in Emacs.
9164
9165         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9166
9167 2010-10-13  Julien Danjou  <julien@danjou.info>
9168
9169         * shr.el (shr-width): Make shr-width a defcustom with default to
9170         fill-column.
9171         (shr-tag-img): Use shr-width rather than fill-column.
9172
9173 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9174
9175         * dgnushack.el (byte-optimize-apply):
9176         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9177
9178         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9179         position when (X-)Faces exist.
9180         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9181         avatars when called interactively.
9182
9183 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9184
9185         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9186         gnus-article-x-face-too-ugly is bound.
9187
9188 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9189
9190         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9191
9192         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9193         mailbox that doesn't exist.
9194
9195 2010-10-12  Julien Danjou  <julien@danjou.info>
9196
9197         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9198         (shr-get-image-data): Encode URL properly when fetching from cache.
9199         (shr-tag-img): Use aligned-to spaces to align correctly images.
9200
9201         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9202         before inserting the Gravatar.
9203
9204         * shr.el (shr-tag-img): Add align attribute support for <img>.
9205
9206 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9207
9208         * gnus-gravatar.el (gnus-art): Require.
9209
9210         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9211         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9212         Remove long obsoleted functions.
9213
9214 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9215
9216         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9217
9218         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9219
9220         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9221         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9222         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9223         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9224         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9225         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9226         * sieve-manage.el, smime.el, spam.el:
9227         Fix comment for declare-function.
9228
9229 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9230
9231         * nnimap.el (nnimap-request-rename-group): Select group read-only
9232         before renaming it.
9233
9234         * shr.el (shr-insert): Fix up the white space only regexp.
9235
9236         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9237         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9238
9239         * shr.el (shr-current-column): New function.
9240         (shr-find-fill-point): New function.
9241
9242 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9243
9244         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9245         numbers.
9246
9247 2010-10-11  Julien Danjou  <julien@danjou.info>
9248
9249         * shr.el (shr-hr-line): Add.
9250         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9251         display hr lines.
9252         (shr-max-columns): Do not change state to nil if we just inserting
9253         spaces.
9254
9255 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9256
9257         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9258         select the last group.
9259
9260 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9261
9262         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9263
9264 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9265
9266         * dig.el (dig-mode-map): Declare and define in one step.
9267
9268 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9269
9270         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9271         for Gnus.
9272         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9273         (nnimap-update-qresync-info): Mark \Seen articles as read.
9274
9275         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9276         non-variable, too.
9277
9278         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9279         available.
9280         (nnimap-update-info): Rely more on the current active than the param
9281         active to avoid marking articles as read too much.
9282
9283         * auth-source.el (auth-source-create): Use (user-login-name) for the
9284         user name default.
9285
9286         * nnimap.el (nnimap-update-info): If the server doesn't return any
9287         useful info, just use the previous info.
9288         (nnimap-update-info): Prefer old info over start-article.
9289         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9290
9291 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9292
9293         * nnir.el (autoload): Clean up autoloads.
9294         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9295         Use key rather than value.
9296         (nnir-imap-search-other): New variable.
9297         (nnir-read-parm): Use it.
9298         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9299         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9300
9301 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9302
9303         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9304         the process, too.
9305
9306 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9307
9308         * spam.el (gnus-summary-mode-map): Bind to "$".
9309         Suggested by Russ Allbery.
9310
9311         * shr.el: Rework the way things are indented by <li> slightly.
9312
9313         * gnus.el (gnus-group-set-parameter): Fix typo.
9314
9315         * nnimap.el: Start implementing QRESYNC support.
9316
9317 2010-10-09  Julien Danjou  <julien@danjou.info>
9318
9319         * nnir.el (nnir-engines): Fix too many arguments.
9320
9321 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9322
9323         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9324         group is the "last", so that the backends like nnfolder actually save
9325         their folders.
9326
9327         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9328         try to use that for the tls stream.
9329         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9330         UIDVALIDITY and find out which groups are read-only and not.
9331         (nnimap-get-flags): Use the same marks parsing code as the rest of
9332         nnimap.
9333
9334 2010-10-09  Julien Danjou  <julien@danjou.info>
9335
9336         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9337
9338         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9339         retrieving gravatars.
9340
9341         * shr.el (shr-table-corner): Add.
9342         (shr-table-line): Add.
9343         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9344
9345 2010-10-08  Julien Danjou  <julien@danjou.info>
9346
9347         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9348
9349 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9350
9351         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9352
9353         * gnus-sum.el (gnus-mark-article-as-unread)
9354         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9355         (gnus-summary-set-bookmark): Use it.
9356
9357         * gnus-msg.el (gnus-setup-message): Use it.
9358
9359         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9360
9361         * gnus.el (gnus-group-remove-parameter): Use it.
9362
9363         * gnus-group.el (gnus-group-make-web-group): Use it.
9364
9365         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9366
9367         * nnregistry.el: Update docs to mention manual.
9368
9369         * gnus-registry.el: Update docs to mention nnregistry.el.
9370         (gnus-registry-initialize): Don't install nnregistry refer method
9371         automatically.
9372         (gnus-registry-install-nnregistry): Remove it.
9373
9374 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9375
9376         * shr.el (shr-insert): Don't insert double spaces.
9377
9378 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9379
9380         * gnus-gravatar.el (gnus-treat-from-gravatar)
9381         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9382         called interactively.
9383
9384         * gnus-art.el (gnus-mime-view-part-externally)
9385         (gnus-mime-view-part-internally): Make predicate function passed to
9386         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9387         of a mime type.
9388
9389         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9390
9391 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9392
9393         * shr.el (require): Require cl when compiling.
9394         (shr-tag-hr): New function.
9395
9396         * nnimap.el (nnimap-update-info): Remove double setting of high.
9397         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9398         This makes nnimap work properly on Courier again.
9399
9400         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9401         the variable for backwards compatibility.
9402
9403         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9404         the file name before using to avoid setting mm-default-directory to
9405         nil.
9406
9407         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9408         bidning gnus-agent variables.
9409
9410         * shr.el (shr-render-td): Use a cache for the table rendering function
9411         to avoid getting an exponential rendering behavior in nested tables.
9412         (shr-insert): Rework the line-breaking algorithm.
9413         (shr-insert): Don't leave trailing spaces.
9414         (shr-insert-table): Also insert empty TDs.
9415         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9416
9417 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9418
9419         * gnus-sum.el (gnus-number): Rename from `number'.
9420         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9421         (gnus-summary-limit-children): Update uses correspondingly.
9422
9423 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9424
9425         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9426         (gnus-gravatar-transform-address): Don't show avatars of people of
9427         which mail addresses match gnus-gravatar-too-ugly.
9428
9429 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9430
9431         * shr.el (shr-table-widths): Expand TD elements to fill available
9432         space.
9433
9434 2010-10-07  Julien Danjou  <julien@danjou.info>
9435
9436         * nnimap.el (nnimap-request-rename-group): Add this method.
9437
9438 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9439
9440         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9441         name from XEmacs' function-arglist.
9442
9443         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9444         gravatar under XEmacs.
9445
9446 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9447
9448         * auth-source.el: Update docs with TODO items.
9449
9450         * gnus-sync.el: Update docs to explain state and plans.
9451
9452         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9453         Hooks for mark updates.
9454         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9455
9456         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9457         hooks with arguments, which is needed for mark update hooks.
9458
9459 2010-10-06  Julien Danjou  <julien@danjou.info>
9460
9461         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9462         was matched.
9463
9464         * sieve-manage.el: Update example in `Commentary'.
9465
9466         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9467
9468         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9469         not 2000.
9470         (sieve-manage-authenticate): Re-add function.
9471
9472 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9473
9474         * shr.el (shr-insert): Get 'space transition right.
9475         (shr-render-td): Only delete space at the end of the TD.
9476
9477         * nnimap.el (nnimap-open-connection): Prepare to support
9478         open-gnutls-stream.
9479
9480         * shr.el: Rearrange function order to be more logical.
9481
9482 2010-10-06  Julien Danjou  <julien@danjou.info>
9483
9484         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9485         (nnrss-discover-feed): Remove 404 URL in docstring.
9486
9487         * nnir.el: Fix Swish-E URL.
9488         Fix Namazu URL.
9489
9490         * message.el (message-change-subject): Remove 404 URL in a comment.
9491
9492 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9493
9494         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9495         called interactively.
9496
9497         * gnus-util.el (gnus-remove-if): Allow hash table.
9498         (gnus-remove-if-not): New function.
9499
9500         * gnus-art.el (gnus-mime-view-part-as-type):
9501         * gnus-score.el (gnus-summary-score-effect):
9502         * gnus-sum.el (gnus-read-move-group-name):
9503         Replace remove-if-not with gnus-remove-if-not.
9504
9505         * gnus-group.el (gnus-group-completing-read):
9506         Regard collection as a hash table if it is not a list.
9507
9508 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9509
9510         * shr.el (shr-render-td): Allow blank/missing <TD>s.
9511
9512         * shr.el: Document the table-rendering algorithm.
9513
9514 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9515
9516         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
9517         for Emacsen having no `libxml-parse-html-region' support.
9518
9519 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9520
9521         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9522         invalid URLs.
9523
9524         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9525         line-broken.
9526         (shr-tag-img): Ignore image fetching errors.
9527         (shr-overlays-in-region): Compute overlay positions correctly.
9528
9529         * mm-decode.el (mm-shr): Require shr.
9530
9531         * gnus-art.el (gnus-blocked-images): Move variable here.
9532
9533         * shr.el (shr-insert-table): Bind free variable.
9534
9535         * mm-decode.el (mm-shr): Bind shr-content-function.
9536
9537         * shr.el (shr-content-function): New variable.
9538
9539         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9540         added for symmetry.
9541
9542         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9543
9544         * gnus-group.el (gnus-group-make-group): Doc fix.
9545
9546         * nnimap.el (nnimap-request-newgroups): Return success.
9547
9548         * shr.el (shr-find-elements): New function.
9549         (shr-tag-table): Put all the images after the table.
9550         (shr-tag-table): Really inhibit images inside the table.
9551         (shr-collect-overlays): Copy over overlays from the TD elements to the
9552         main document.
9553
9554         * mm-decode.el (mm-shr): Bind shr-blocked-images to
9555         gnus-blocked-images.
9556
9557 2010-10-05  Julien Danjou  <julien@danjou.info>
9558
9559         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9560
9561         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9562         (gnus-html-maximum-image-size): Add this function.
9563         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9564
9565         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9566         server-value of the capability is nil.
9567
9568 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9569
9570         * shr.el (shr-tag-em): Add <EM> tag.
9571
9572 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9573
9574         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9575         customizable.
9576
9577         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9578         handing broken links to browse-url.
9579
9580 2010-10-05  Julien Danjou  <julien@danjou.info>
9581
9582         * gnus-util.el (gnus-emacs-completing-read)
9583         (gnus-iswitchb-completing-read): Use autoload rather than require.
9584
9585 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
9588         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
9589         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
9590         iswitchb-temp-buflist for XEmacs.
9591
9592         * gnus-util.el (gnus-completing-read-function): Exclude
9593         gnus-icompleting-read and gnus-ido-completing-read from candidates for
9594         XEmacs since iswitchb.el is very old and ido.el is unavailable in
9595         XEmacs.
9596
9597         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9598         not to use `delete-dups' that is unavailable in XEmacs 21.4.
9599
9600         * gnus-html.el: Don't require help-fns under XEmacs.
9601         (gnus-html-schedule-image-fetching): Work for XEmacs.
9602
9603         * mm-decode.el (mm-shr): Decode contents by charset.
9604
9605 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9606
9607         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9608         unknown.
9609
9610         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9611         (shr-get-image-data): Ensure against the cache file missing.
9612
9613         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9614         for data.
9615
9616         * spam-report.el (spam-report-url-ping-plain): Don't query about
9617         killing the process.
9618
9619         * shr.el (shr-render-td): Protect against too-wide text.
9620
9621 2010-10-04  Julien Danjou  <julien@danjou.info>
9622
9623         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9624         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9625
9626         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9627         retrieved.
9628
9629 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9630
9631         * shr.el (browse-url): Require.
9632         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9633         lines.
9634         (shr-show-alt-text, shr-browse-image): New commands.
9635         (shr-browse-url, shr-copy-url): New commands.
9636
9637         * gnus-sum.el (gnus-widen-article-window): New variable.
9638         (gnus-summary-select-article-buffer): Use it.
9639
9640         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9641         without @ signs.
9642
9643 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9644
9645         * nnir.el (nnir-run-imap): Remove spurious space in search string.
9646
9647 2010-10-04  Julien Danjou  <julien@danjou.info>
9648
9649         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9650         for XEmacs.
9651
9652 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9653
9654         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9655
9656         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9657         (nnimap-close-server): Implement.
9658
9659         * dgnushack.el (iswitchb): Require to shut up the compiler.
9660
9661         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9662         (shr-insert): Tweak line breaking.
9663         (shr-insert): Handle <pre> better.
9664         (shr-tag-li): Get <li> indentation right.
9665         (shr-tag-li): Get <li> indentation even righter.
9666         (shr-tag-blockquote): Ensure paragraph start.
9667         (shr-make-table): Tweak table generation.
9668         (shr-make-table): Fix typo.
9669
9670         * shr.el: Implement table rendering.
9671
9672 2010-10-04  Julien Danjou  <julien@danjou.info>
9673
9674         * gnus-html.el (gnus-html-put-image): Fix resize image code.
9675
9676 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9677
9678         * shr.el (shr-insert): Use string anchors instead of line anchors.
9679
9680 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9681
9682         * shr.el: Add headings.
9683         (shr-ensure-paragraph): Actually work.
9684         (shr-tag-li): Make <ul> prettier.
9685         (shr-insert): Get white space at the beginning/end of elements right.
9686         (shr-tag-p): Collapse subsequent <p>s.
9687         (shr-ensure-paragraph): Don't insert double line feeds after blank
9688         lines.
9689         (shr-insert): \t is also space.
9690         (shr-tag-s): Fix "s" tag name function.
9691         (shr-tag-s): Fix face prop name.
9692
9693 2010-10-03  Julien Danjou  <julien@danjou.info>
9694
9695         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9696
9697         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9698         gnus-window-inside-pixel-edges.
9699
9700         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9701         gnus-ems.
9702
9703         * mm-view.el (mm-inline-image-emacs): Support image resizing.
9704
9705         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9706         function.
9707
9708         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9709         resize choice.
9710
9711 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9712
9713         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9714         beginning of the buffer.
9715
9716         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9717         article buffer again.
9718
9719         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9720
9721         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9722         when it's at the start of the buffer.
9723
9724         * shr.el (shr-tag-blockquote): Convert name.
9725         (shr-rescale-image): Use the right image-size variant.
9726
9727         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9728         buffer isn't shown, then select the current article first instead of
9729         bugging out.
9730         (gnus-summary-select-article-buffer): Show both the article and summary
9731         buffers again.
9732
9733         * shr.el (shr-fontize-cont): Protect against regions with no text.
9734         Rename tag functions to shr-tag-* for enhanced security.
9735         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9736
9737 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9738
9739         * shr.el (shr-insert):
9740         * pop3.el (pop3-movemail):
9741         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9742         loaded.
9743
9744 2010-10-03  Glenn Morris  <rgm@gnu.org>
9745
9746         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9747
9748         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9749
9750         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9751
9752         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9753
9754         * gnus-util.el (gnus-make-local-hook): Simplify.
9755
9756 2010-10-02  Julien Danjou  <julien@danjou.info>
9757
9758         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9759         (gnus-ido-completing-read): New function.
9760         (gnus-emacs-completing-read): New function.
9761         (gnus-completing-read): Use gnus-completing-read-function.
9762         Add gnus-completing-read-function.
9763
9764 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9765
9766         * shr.el (shr-insert-document): Autoload.
9767         (shr-img): Be silent.
9768         (shr-insert): Add a newline after every picture before text.
9769         (shr-add-font): Use overlays for combining faces.
9770         (shr-insert): Pass upwards the text start point.
9771
9772         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9773         possible.
9774         (mm-shr): New function.
9775
9776 2010-10-02  Julien Danjou  <julien@danjou.info>
9777
9778         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9779         should go backward.
9780
9781 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9782
9783         * shr.el (shr): Fix typo in provide call.
9784
9785 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9786
9787         * shr.el: New file.
9788
9789         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9790
9791         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9792         completing read.
9793
9794 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9795
9796         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9797         we're being queried about.  Suggested by Dan Jacobson.
9798
9799         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9800         Suggested by Jason Eisner.
9801
9802         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9803         table, too.  Suggested by Stefan Wiens.
9804         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9805         the table unnecessary.  Suggested by Stefan Wiens.
9806
9807         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9808         longer needed, and probably doesn't work either, as pointed out by
9809         Stefan Wiens.
9810         (gnus-summary-exit): Remove call to the clearing function.
9811         (gnus-summary-exit-no-update): Ditto.
9812
9813         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9814         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9815         Reported by Stefan Monnier.
9816         (gnus-summary-save-in-rmail): Ditto.
9817
9818         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9819         article buffer, instead of both the article buffer and the summary
9820         buffer.  Sort of suggested by Dan Jacobson.
9821
9822         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9823
9824         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9825         Suggested by Dan Jacobson.
9826
9827         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9828         documentation clearer.
9829
9830         * message.el (message-shorten-references): Comment on the number "21".
9831         Suggested by Stefan Monnier.
9832
9833         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9834         Suggested by Dan Jacobson.
9835
9836         * gnus.el (gnus-large-newsgroup):
9837         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9838
9839         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9840         externalize attachments.  Bug reported by Steve Wen.
9841
9842         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9843         really message anything to the user.
9844
9845         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9846         directly.
9847
9848         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9849         messages in empty groups.
9850
9851 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9852
9853         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9854         non-UIDNEXT group.
9855
9856 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9857
9858         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9859         not the value from the collection.
9860
9861         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9862         values.  This sometimes happens on some groups that have no info.
9863         (nnimap-request-newgroups): New function.
9864
9865 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9866
9867         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9868         check into `gnus-registry-initialize'.
9869         (gnus-registry-initialize): Ditto.
9870         Fix and extend header docs.
9871
9872 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9873
9874         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9875         regexp backtrace overflows.
9876
9877         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9878         for starttls that tls.el implements; i.e. openssl.
9879
9880         * tls.el (tls-starttls-switches): Give up on using starttls with
9881         gnutls-cli.
9882         (tls-program): Add --insecure to be consistent with the defaults from
9883         openssl s_client.  Now all three commands are insecure.
9884
9885 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9886
9887         * lpath.el: Bind completion-styles-alist for XEmacs.
9888
9889         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9890         (gravatar-create-image): New function that's an alias to
9891         gnus-xmas-create-image, gnus-create-image, or create-image.
9892         (gravatar-data->image): Use it.
9893
9894 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9895
9896         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9897         install the nnregistry refer method.
9898         (gnus-registry-install-hooks): Use it.
9899         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9900         unfollowed groups.
9901
9902 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9903
9904         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9905         expanding threads.
9906
9907 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9908
9909         * nnir.el: Use the server names without suffixes (bug#7009).
9910
9911         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9912         unencrypted to STARTTLS, if possible.
9913
9914 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9915
9916         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9917         headers before superseding.
9918
9919 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9920
9921         * nnrss.el (nnrss-use-local): Add documentation.
9922
9923         * nnimap.el (nnimap-extend-tls-programs): New function.
9924         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9925         (nnimap-wait-for-connection): Accept the greeting from the stupid
9926         output from openssl s_client -starttls, too.
9927
9928         * tls.el (tls-starttls-switches): New variable.
9929         (tls-find-starttls-argument): Use it.
9930         (open-tls-stream): Ditto.
9931
9932         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9933         (netrc-machine): Ditto.
9934
9935         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9936         article number.
9937         (nnimap-split-fancy): New variable.
9938         (nnimap-split-incoming-mail): Use it.
9939
9940         * nntp.el (nntp-server-list-active-group): Document.
9941
9942         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9943         SELECT to get the message-id.
9944
9945         * mail-source.el (mail-sources): Remove webmail support.
9946         (defvar): Ditto.
9947         (mail-source-fetcher-alist): Ditto.
9948         (mail-source-fetch-webmail): Remove.
9949
9950         * webmail.el: Remove -- doesn't seem relevant any more.
9951
9952         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9953
9954         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9955         the \r.
9956
9957 2010-09-30  Julien Danjou  <julien@danjou.info>
9958
9959         * gnus-agent.el (gnus-agent-add-group): Fix call to
9960         gnus-completing-read.
9961
9962 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9963
9964         * nndoc.el (nndoc-retrieve-groups): New function.
9965
9966         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9967         `default', use nnmail-split-methods.
9968         (nnimap-request-article): Downcase the NILs so that they are nil.
9969
9970         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9971         symbol.
9972
9973         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9974         code, since if the user has requested network, that's what they ought
9975         to get.
9976         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9977         (nnimap-split-rule): Mark as obsolete.
9978
9979         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9980         New variable.
9981
9982         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9983         correct slot, too.
9984
9985 2010-09-29  Julien Danjou  <julien@danjou.info>
9986
9987         * gnus.el (gnus-local-domain): Declare variable obsolete.
9988
9989         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9990         Fix history computing.
9991         (gnus-ido-completing-read): Require ido.
9992
9993 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9994
9995         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9996         build Gnus.
9997
9998         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9999         when interpreting the structures.
10000         (nnimap-request-accept-article): Add \r\n to the lines to make this
10001         work with Cyrus.
10002
10003         * nndraft.el (nndraft-request-expire-articles): Use the group name
10004         instead if "nndraft".  Fix found by Nils Ackermann.
10005
10006 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10007
10008         * nnregistry.el: Add.
10009
10010 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10011
10012         * nnmail.el (group, group-art-list, group-art):
10013         Remove unneeded directives.
10014
10015 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10018         (mm-mime-charset):
10019         * rfc2047.el (rfc2047-syntax-table):
10020         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10021
10022         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10023         rather than `insert-file-contents' and `eval-region'.
10024
10025         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10026         construction.
10027
10028         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10029
10030         * time-date.el: No need to require cl for Emacs 21.
10031
10032 2010-09-29  Julien Danjou  <julien@danjou.info>
10033
10034         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10035         replacement of `gnus-gravatar-relief' to mimic
10036         `gnus-faces-properties-alist'.
10037         Add :version property.
10038
10039 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10040
10041         * mail-source.el (mail-source-report-new-mail):
10042         * message.el (message-default-mail-headers):
10043         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10044
10045         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10046
10047 2010-09-28  Julien Danjou  <julien@danjou.info>
10048
10049         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10050         mail-address contains the same string as real-name.
10051
10052         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10053         non-blank in header, otherwise it'll get stripped.
10054
10055         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10056         real-name, and then for mail address rather than doing : or , search.
10057
10058 2010-09-27  Julien Danjou  <julien@danjou.info>
10059
10060         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10061         right completing-read function.
10062         (gnus-use-ido): New variable
10063         (gnus-completing-read-with-default): Remove.
10064         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10065         (gnus-agent-add-group):
10066         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10067         * mm-view.el (mm-view-pkcs7-decrypt):
10068         * mm-util.el (mm-codepage-setup):
10069         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10070         * mml-smime.el (mml-smime-openssl-sign-query):
10071         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10072         (mml-insert-multipart):
10073         * gnus-msg.el (gnus-summary-yank-message):
10074         * gnus-int.el (gnus-start-news-server):
10075         * mm-decode.el (mm-interactively-view-part):
10076         * gnus-dired.el (gnus-dired-attach):
10077         * gnus.el (gnus-read-method):
10078         * gnus-bookmark.el (gnus-bookmark-jump):
10079         * gnus-art.el (gnus-mime-view-part-as-type)
10080         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10081         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10082         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10083         * nnmairix.el (nnmairix-create-server-and-default-group)
10084         (nnmairix-update-groups, nnmairix-get-server)
10085         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10086         (nnmairix-get-group-from-file-path):
10087         * nnrss.el (nnrss-find-rss-via-syndic8):
10088         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10089         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10090         (gnus-group-browse-foreign-server):
10091         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10092         (gnus-summary-execute-command, gnus-summary-respool-article)
10093         (gnus-read-move-group-name):
10094         * gnus-score.el (gnus-summary-increase-score)
10095         (gnus-summary-score-effect):
10096         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10097
10098 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10099
10100         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10101         x-focus-frame.
10102
10103         * nnimap.el (auth-source-forget-user-or-password)
10104         (auth-source-user-or-password): Autoload.
10105
10106         * message.el (message-from-style, message-interactive)
10107         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10108         (message-yank-prefix, message-indentation-spaces, message-signature)
10109         (message-signature-file): Add comment.
10110
10111 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10112
10113         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10114         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10115         new articles.
10116
10117         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10118         parts.
10119         (nnimap-request-article): Work with the t setting, too.
10120
10121         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10122         that you don't get flashes of other buffers.
10123         (gnus-summary-show-complete-article): Intern before setting.
10124
10125 2010-09-27  David Engster  <dengste@eml.cc>
10126
10127         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10128         well as HEADERS.
10129         (nnmairix-retrieve-headers): Provide new argument for the above.
10130
10131 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10132
10133         * gnus-sum.el (gnus-summary-move-article): Don't alter
10134         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10135         group.
10136
10137         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10138
10139         * message.el (message-cite-prefix-regexp): Revert my last edit.
10140
10141         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10142         variable instead of the Gnus variable.
10143
10144         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10145
10146         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10147
10148         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10149         since some servers don't like it.
10150         (nnimap-open-connection): Forget credentials if the server says the
10151         password was wrong.
10152         (nnimap-parse-line): Protect against invalid data.
10153
10154         * gnus-sum.el (gnus-summary-move-article): Add comment.
10155         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10156         nothing alters it while scanning for new messages.
10157
10158         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10159         which may or may not help.
10160         (nnimap-open-connection): If we're doing a stream connection, and then
10161         discover we're on a STARTTLS-capable server, then open a STARTTLS
10162         connection instead.
10163
10164 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10165
10166         * nnimap.el (utf7): Require.
10167
10168         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10169         prefix.
10170
10171 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10172
10173         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10174
10175 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10176
10177         * nnimap.el (nnimap-request-accept-article): Message the error on
10178         error.
10179
10180 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10183
10184 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10185
10186         * nndoc.el (nndoc-request-list): Return success always.
10187
10188         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10189         `fetch-old' -- we only want to fetch the articles we've requested.
10190         The rest are in the agent, probably.
10191         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10192         disappeared server" to something low.  It's not important.
10193
10194         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10195         arrived before the FETCH data.
10196
10197         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10198         target here, because we don't know the Gnus name of the group.
10199
10200         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10201         for the correct group.
10202
10203         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10204
10205         * gnus.el (gnus): Give a final warning after startup.
10206
10207         * gnus-util.el (gnus-action-message-log): New variable.
10208         (gnus-message): Use it.
10209         (gnus-final-warning): New function.
10210
10211         * nnimap.el (nnimap-open-connection): Record the greeting.
10212         (nnimap): Add greeting.
10213
10214 2010-09-26  Julien Danjou  <julien@danjou.info>
10215
10216         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10217         arguments.
10218         (gnus-html-wash-images): Fix spec computing to include start/end.
10219
10220         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10221
10222 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10223
10224         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10225         deletion.
10226         (nnimap-retrieve-headers): Don't select the group, because that's
10227         already done by nnimap-possibly-change-group.
10228
10229         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10230         (gnus-picon-transform-address): Use it.
10231
10232         * mail-source.el (mail-source-value): Revert previous patch.
10233
10234         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10235         on failure.
10236         (nnimap-open-connection): Look up both virtual and physical server name
10237         credentials.
10238
10239         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10240
10241 2009-02-07  Dave Love  <fx@gnu.org>
10242
10243         * tls.el (open-tls-stream): Don't query killing process.
10244
10245 2009-02-08  Dave Love  <fx@gnu.org>
10246
10247         * gnus-win.el (gnus-window-to-buffer-helper)
10248         (gnus-all-windows-visible-p): Function needn't be a symbol.
10249
10250         * mail-source.el (mail-source-value): Function needn't be a symbol.
10251
10252 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10253
10254         * message.el (message-cite-prefix-regexp): Remove } from the cite
10255         prefix.
10256
10257         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10258         highlight again, so that the highlight is correct.
10259
10260         * gnus-picon.el (gnus-picon): Remove again.
10261         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10262
10263         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10264         doing the header highlightling, so that the background color of the
10265         picon is correct.
10266
10267         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10268         (gnus-picon): Ditto.
10269         (gnus-picon): Reinstate.  The background color for picons is white.
10270         (gnus-picon-insert-glyph): Make the background white.
10271
10272         * nnml.el (nnml-open-nov): Don't return dead buffers.
10273
10274         * auth-source.el (auth-source-create): Query the user for whether to
10275         store the credentials.
10276
10277         * netrc.el (netrc-store-data): New function.
10278
10279         * auth-source.el (auth-source-user-or-password): Use the existing auth
10280         sources, if any, for creation.
10281
10282         * gnus.el (gnus-group-fast-parameter): Return the last matching
10283         parameter instead of the first matching parameter.
10284
10285 2010-09-26  Julien Danjou  <julien@danjou.info>
10286
10287         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10288
10289 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10290
10291         * mml2015.el (mml2015-use): Remove gpg support.
10292
10293         * mml1991.el (mml1991-function-alist): Remove gpg function.
10294         (mml1991-gpg-sign): Remove.
10295
10296 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10297
10298         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10299         (gnus-browse-unsubscribe-current-group): Document it.
10300         (gnus-browse-unsubscribe-group): Use it.
10301
10302 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10303
10304         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10305         address to the To list for easier response.
10306
10307         * gnus.el (gnus-play-startup-jingle): Remove.
10308         (gnus-splash): Don't play jingle.
10309         (gnus): Silence gnus-load message.
10310
10311         * gnus-art.el (gnus-treat-play-sounds): Remove.
10312
10313         * gnus.el (gnus-play-jingle): Remove audio support.
10314
10315         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10316
10317         * earcon.el: Remove -- no users.
10318
10319         * gnus-audio.el: Remove -- no users of this package.
10320
10321         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10322
10323         * gnus-start.el (gnus-setup-news): Remove nocem support.
10324
10325         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10326
10327         * gnus.el (gnus-use-nocem): Remove.
10328
10329         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10330         Remove.
10331
10332         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10333         uses NoCeM any more.
10334
10335         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10336         (gnus-button-ctan-handler): Ditto.
10337         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10338         (gnus-button-ctan-directory-regexp): Ditto.
10339         (gnus-button-handle-ctan): Ditto.
10340         (gnus-button-tex-level): Ditto.
10341         (gnus-button-alist): Remove CTAN stuff.
10342
10343 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10344
10345         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10346         nnimap-streaming test.
10347
10348         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10349         servers twice.
10350
10351         * nnimap.el (nnimap-open-connection): Add more error reporting when
10352         nnimap fails early.
10353
10354         * nnheader.el (nnheader-get-report-string): New function.
10355         (nnheader-get-report): Use it.
10356
10357         * gnus-int.el (gnus-check-server): Say what the error was when opening
10358         failed.
10359
10360         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10361         using streaming.
10362
10363 2010-09-25  Julien Danjou  <julien@danjou.info>
10364
10365         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10366         gnus-window-inside-pixel-edges.
10367
10368 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10369
10370         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10371
10372         * mm-decode.el (mm-save-part): Allow saving to other directories the
10373         normal Emacs way.
10374
10375         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10376         Suggested by Jay Berkenbilt.
10377
10378         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10379         there isn't a single byte.
10380
10381         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10382         just do it.  It doesn't really seem to matter what the user responds
10383         here, I think, so it's just a confusing question.
10384
10385         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10386         non-streaming case.
10387
10388         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10389         (gnus-article-encrypt-body): Use it.
10390
10391         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10392         keystroke.
10393
10394         * nnimap.el (nnimap-find-wanted-parts-1):
10395         Use gnus-fetch-partial-articles.
10396
10397         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10398
10399         * nnimap.el (nnimap-insert-partial-structure): New function.
10400         (nnimap-get-partial-article): New function.
10401         (nnimap-request-article): Use it.
10402         (nnimap-wait-for-response): Return whether the wait was successful.
10403         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10404         retrieval wasn't successful.
10405         (nnimap-retrieve-group-data-early): Allow throttling servers.
10406         (nnimap-streaming): New variable.
10407         (nnimap-fetch-partial-articles): Remove.
10408
10409         * mm-decode.el (mm-with-part): Protect against killed buffers.
10410
10411         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10412         for prettier summary display.
10413
10414 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10415
10416         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10417
10418 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10419
10420         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10421         apparently third-party libraries depend on it.
10422
10423         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10424         before starting negotiation.
10425
10426         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10427         privacy reasons.
10428         (gnus-treat-mail-gravatar): Ditto.
10429
10430         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10431         buffer when inserting images.  Inserting text into the headers, for
10432         instance, can make them invalid.
10433
10434 2010-09-25  Julien Danjou  <julien@danjou.info>
10435
10436         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10437         variables.
10438
10439         * nnheader.el: Remove useless variables news-reply-yank-from and
10440         news-reply-yank-message-id.
10441
10442         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10443         variables.
10444
10445         * mml1991.el: Remove useless mml1991-verbose.
10446
10447         * gnus.el: Remove useless variable gnus-use-generic-from.
10448         Remove obsolete variable gnus-topic-indentation.
10449
10450         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10451
10452         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10453
10454         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10455
10456         * gnus-group.el: Remove useless gnus-group-icon-cache.
10457         Remove useless gnus-ephemeral-group-server.
10458
10459         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10460
10461         * mml2015.el: Remove useless mml2015-verbose.
10462
10463         * mml-smime.el: Remove useless mml-smime-verbose.
10464
10465         * gnus.el: Remove useless gnus-local-domain.
10466
10467         * gnus-gravatar.el (gnus-gravatar-transform-address):
10468         Use gnus-gravatar-size.
10469
10470         * gnus-art.el: Remove useless gnus-treat-translate.
10471
10472 2010-09-24  Julien Danjou  <julien@danjou.info>
10473
10474         * gnus-sum.el: Add support for Gravatars.
10475
10476         * gnus-art.el: Add support for Gravatars.
10477
10478         * gnus-gravatar.el: Add this file.
10479
10480         * gravatar.el: Add this file.
10481
10482 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10483
10484         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10485
10486         * gnus-group.el (gnus-group-fetch-faq): Remove.
10487
10488         * gnus.el (gnus-group-faq-directory): Remove.
10489
10490         * gnus-group.el (gnus-group-fetch-charter): Remove.
10491
10492         * gnus.el (gnus-group-charter-alist): Remove.
10493
10494         * gnus-group.el (gnus-group-archive-directory): Remove.
10495         (gnus-group-recent-archive-directory): Ditto.
10496         (gnus-group-make-archive-group): Remove.
10497
10498         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10499
10500         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10501         use the same article number for all the cached articles.
10502
10503         * nnimap.el (nnimap-command): Register the last command time so
10504         that we can use it for idling NOOPs.
10505         (nnimap-open-connection): Start the keeplive timer.
10506         (nnimap-make-process-buffer): Store all the process buffers.
10507         (nnimap-keepalive): New function.
10508
10509         * starttls.el (starttls-open-stream): Add autoload cookie.
10510
10511 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10512
10513         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10514         handling.
10515
10516 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10517
10518         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10519         its data structures.
10520
10521         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10522         instead of the cl.el copy-list.
10523         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10524         equalp.
10525
10526 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10527
10528         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10529         and tool-bar-local-item-from-menu.
10530
10531         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10532         mode-line-highlight face for Emacs.
10533
10534         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10535         loading gnus-sum.elc; fix comment for canlock-verify.
10536         (gnus-article-jump-to-part): Use read-number.
10537         (gnus-insert-mime-button, gnus-insert-mime-security-button):
10538         Remove Emacs pre-21 compatible code for help-echo.
10539         (gnus-article-next-page-1): No need to adjust the number of lines.
10540         (gnus-article-describe-bindings): Always use help-buffer.
10541
10542         * gnus-audio.el (gnus-audio-inline-sound):
10543         * gnus-cus.el (gnus-custom-mode):
10544         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10545
10546         * gnus-sum.el (gnus-remove-overlays): Doc fix.
10547
10548         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10549         compatible code.
10550
10551 2010-09-24  Glenn Morris  <rgm@gnu.org>
10552
10553         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10554         visiting the fcc file in rmail-mode.
10555
10556         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
10557
10558 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10559
10560         * nnir.el: Silence the byte compiler.
10561
10562         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10563         alias to browse-url-url-encode-chars if any.
10564         (gnus-html-encode-url): Use it.
10565
10566 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10567
10568         * gnus-start.el (gnus-use-backend-marks): New variable.
10569         (gnus-get-unread-articles-in-group): Use it.
10570
10571         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10572         makeover.
10573
10574 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10575
10576         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10577
10578 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10579
10580         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10581         Remove.
10582         (gnus-setup-news-hook):
10583         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10584
10585         * gnus-int.el (gnus-request-update-info): Protect against backends not
10586         having the function.
10587
10588         * nnimap.el (nnimap-stream): Mention starttls.
10589         (nnimap-open-connection): Add starttls support.
10590
10591 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10592
10593         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10594
10595 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10596
10597         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10598         BODYSTRUCTUREs.
10599         (nnimap-transform-headers): Unfold quoted {42} headers.
10600
10601         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10602         the info.
10603         (gnus-get-unread-articles): Only call updatep on backends that support
10604         it.
10605
10606         * nnweb.el (nnweb-request-update-info): NOOP.
10607
10608         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10609
10610         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10611         since it only deals with marks.
10612
10613         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10614         gnus-request-marks, and make a new gnus-request-update-info.
10615
10616         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10617         the active instead of the high number, which is usually too low.
10618
10619 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
10620
10621         * netrc.el (netrc-parse): Remove encrypt.el mentions.
10622         * encrypt.el: Remove.
10623
10624 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10625
10626         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10627         server in symbolic form.
10628
10629         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10630
10631 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10632
10633         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10634         (nnimap-update-info): Fix up code slightly.
10635
10636         * gnus-int.el (gnus-open-server): Add tracing for performance
10637         debugging.
10638
10639         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10640         (gnus-group-insert-group-line): Pass the real group name so that it
10641         gets the right data.
10642
10643         * gnus-start.el (gnus-get-unread-articles): Don't have
10644         `gnus-get-unread-articles-in-group' update info, since that can be
10645         really slow and doesn't seem to be needed?
10646
10647 2010-09-22  Dan Christensen  <jdc@uwo.ca>
10648
10649         * time-date.el (date-to-time): Try using parse-time-string first before
10650         using the slower timezone-make-date-arpa-standard.
10651
10652 2010-09-22  Julien Danjou  <julien@danjou.info>
10653
10654         * gnus-group.el (gnus-group-insert-group-line):
10655         Call gnus-group-highlight-line.
10656         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10657         default hook list.
10658         (gnus-group-update-eval-form): Add new function.
10659         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10660         (gnus-group-get-icon): Use gnus-group-update-eval-form.
10661
10662 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10663
10664         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10665         immediate, then expire all articles.
10666         (nnimap-update-info): Fix off-by-one errors.
10667         (nnimap-flags-to-marks): Would return no marks lists for group with no
10668         flags.  Instead return the other data.
10669
10670 2010-09-22  Julien Danjou  <julien@danjou.info>
10671
10672         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10673         Only return an icon.
10674         (gnus-group-insert-group-line): Compute icon to return.
10675
10676         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10677         (gnus-html-image-fetched): Only cache if
10678         gnus-html-image-automatic-caching is set.
10679         (gnus-html-image-fetched): Check for errors.
10680
10681 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10682
10683         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10684         once per method on `g'.  This ensures that backends like nnfolder don't
10685         open all their folders.
10686
10687         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10688         (nnimap-request-list): Nix out group in the correct buffer.
10689         (nnimap-parse-flags): Implement by using `read' instead of
10690         hand-parsing.
10691         (nnimap-flags-to-marks): Pass on permanent-flags.
10692         (nnimap-make-process-buffer): Record the server name.
10693         (nnimap-parse-flags): Fix typo.
10694         (nnimap-request-scan): Run split on the server in general, not just a
10695         single group.
10696
10697         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10698         parameter, and propagate this downwards.
10699
10700         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10701         since EXAMINE changes it on the server.
10702
10703         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10704         this command might take a while.
10705
10706 2010-09-22  Julien Danjou  <julien@danjou.info>
10707
10708         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
10709         harmful if you have 2 images side-by-side, they can't be properly
10710         update on text deletion.  Using text-property is safer here.
10711         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10712         data.
10713
10714 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10715
10716         * nnimap.el (nnimap-expunge-inbox): Remove.
10717         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10718         (nnimap-expunge): Flip default to t.
10719
10720         * gnus.el (gnus-method-to-server): Don't push things to the cache
10721         unless it's unique.
10722         (gnus-server-to-method): Ditto.
10723
10724 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10725
10726         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10727
10728 2010-09-22  Julien Danjou  <julien@danjou.info>
10729
10730         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10731         get the start of data.
10732         (gnus-html-encode-url): Add this function to encode special chars in
10733         URL.
10734         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10735         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10736
10737         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10738         default.
10739         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10740
10741         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10742         images alt-text.
10743         (gnus-html-put-image): Put alt-text as help-echo.
10744
10745 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10748         * mm-util.el (mm-decompress-buffer):
10749         * nnir.el (nnir-run-find-grep):
10750         * pop3.el (pop3-list): Use 3rd arg of split-string.
10751
10752         * time-date.el (format-seconds): Comment fix.
10753
10754         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
10755         and byte-optimize-form-code-walker.
10756         (dgnushack-make-auto-load): Don't advise make-autoload.
10757
10758         * lpath.el: Remove Emacs 21 stuff.
10759
10760 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10761
10762         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10763         outside the active range.  Suggested by Dan Christensen.
10764
10765         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10766         slightly later to avoid double-getting it.
10767
10768         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10769         previous patch.
10770
10771         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10772
10773 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10774
10775         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10776
10777 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10778
10779         * gnus-int.el (gnus-open-server): Give a better error message in the
10780         "go offline" case.
10781
10782         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10783         marks for nnimap, which is seldom the right thing to do.
10784
10785         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10786         (gnus-same-method-different-name): New function.
10787
10788         * nnimap.el (parse-time): Require.
10789
10790         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10791         method in the presence of many similar methods.
10792
10793         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10794
10795         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10796         nnml-inhibit-expiry.
10797
10798         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10799         find out whether methods are equal.
10800
10801         * nnimap.el (nnimap-find-expired-articles): New function.
10802         (nnimap-process-expiry-targets): New function.
10803         (nnimap-request-move-article): Request the article before looking at
10804         what the Message-ID is.  Fix found by Andrew Cohen.
10805         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10806
10807         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10808         for oldness in addition to being a predicate.
10809
10810         * nnimap.el (nnimap-request-group): When we have zero articles, return
10811         the right data to Gnus.
10812         (nnimap-request-expire-articles): Only delete articles immediately if
10813         the target is 'delete.
10814
10815         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10816         method, this would bug out.
10817
10818         * gnus-group.el (gnus-group-expunge-group): Rename from
10819         gnus-group-nnimap-expunge, and implemented as a normal interface
10820         function.
10821
10822         * gnus-int.el (gnus-request-expunge-group): New function.
10823
10824         * nnimap.el (nnimap-request-create-group): Implement.
10825         (nnimap-request-expunge-group): New function.
10826
10827 2010-09-21  Julien Danjou  <julien@danjou.info>
10828
10829         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10830         (gnus-html-cache-expired): Add new function.
10831         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10832         wethever we should display image for fetch it.
10833         Compute alt-text earlier to pass it to the fetching function too.
10834         (gnus-html-schedule-image-fetching): Change function argument to only
10835         get one image at a time, not a list.
10836         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10837         cache.
10838         (gnus-html-get-image-data): New function to retrieve image data from
10839         cache.
10840         (gnus-html-put-image): Change buffer argument to use image data rather
10841         than file, and place image above region rather than inserting a new
10842         one.  Do not take alt-text as argument, since it's useless now: we place
10843         the image above alt-text.
10844         (gnus-html-prune-cache): Remove.
10845         (gnus-html-show-images): Start to fetch image when we find one, do not
10846         push into a temporary list.
10847         (gnus-html-prefetch-images): Only fetch image if they have expired.
10848         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10849         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10850
10851 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10852
10853         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10854
10855 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10856
10857         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10858         spec inser "*" if the group isn't active instead of 0.
10859
10860         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10861         opening the server.
10862         (nnimap-request-delete-group): Implement group deletion.
10863         (nnimap-transform-headers): Return the size of the entire message in
10864         the Bytes header, not just the size of the first part.
10865         (nnimap-request-move-article): When moving an article from nnimap,
10866         request the article first so the accepting form has an article to
10867         accept.  Reported by Dan Christensen.
10868         (nnimap-command): Make sure that the error message doesn't error out.
10869
10870 2010-09-20  David Edmondson  <dme@dme.org>
10871
10872         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10873         we haven't requested anything.
10874
10875 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10876
10877         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10878         "".  Fix found by Andrew Cohen.
10879
10880         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10881         instead of -encode-string.
10882
10883 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10884
10885         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10886
10887         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10888         by mm-subst-char-in-string.
10889
10890 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10891
10892         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10893         waiting for the connection string.
10894
10895         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10896         arriving.
10897
10898         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10899         bogus characters.  This allows selecting certain Gmail groups.
10900
10901         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10902         (nnimap-fetch-partial-articles): New variable.
10903         (nnimap-open-connection): When looking for credentials, also use the
10904         nnimap-server-port.
10905         (nnimap-request-article): Return the group/article number, so that Gnus
10906         `^' works as expected.
10907         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10908
10909         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10910         comments.
10911         (gnus-methods-sloppily-equal): New function.
10912         (gnus): When using the development version of Gnus, load the gnus-load
10913         file.
10914
10915         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10916         `gnus-open-server' on each method before trying to scan them etc.
10917         This ensures that all the backend parameters are set correctly.
10918
10919         * nnimap.el (nnimap-authenticator): New variable.
10920         (nnimap-open-connection): Allow anonymous login.
10921         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10922         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10923
10924         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10925         patch, found by Knut Anders Hatlen.
10926
10927 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10928
10929         * gnus-agent.el (gnus-agent-batch-confirmation)
10930         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10931         to gnus-message.
10932         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10933         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10934         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10935         * gnus-int.el (gnus-open-server): Likewise.
10936         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10937         (gnus-score-check-syntax): Likewise.
10938         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10939         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10940         Likewise.
10941         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10942
10943 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10944
10945         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10946         calling conventions so that prefetch doesn't bug out.
10947
10948 2010-09-19  Julien Danjou  <julien@danjou.info>
10949
10950         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10951         rather than `subst-char-in-region' in order to be able to replace ASCII
10952         char by UTF-8 ones.
10953
10954         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10955         than curl.
10956         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10957         the right URL and ALT text on images.
10958         (gnus-html-wash-tags): Fix tag case.
10959         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10960         (gnus-article-html): Add -o display_ins_del=2 option.
10961         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10962
10963 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10964
10965         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10966         the extra mail headers, which sometimes seem to happen for unknown
10967         reasons.
10968
10969         * mail-parse.el (mail-header-encode-parameter): Define as
10970         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10971         (or most, perhaps?) mail readers don't understand the latter, but do
10972         understand the former.
10973
10974         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10975         to nil, so that no methods are automatically agentized.  I think this
10976         is probably what most users want.
10977
10978         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10979         from url-retrieve, for instance about invalid URLs.
10980
10981         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10982         groups that have no articles.
10983         (nnimap-request-article): Check that we really got an article when we
10984         requested one.
10985
10986         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10987         doesn't exist.
10988
10989         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10990         nntp buffer so the agent can save it.
10991         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10992         that CRLF doesn't get translated to \n.
10993         (nnimap-open-connection): Don't make 'shell commands only send \n.
10994
10995 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10996
10997         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10998         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10999         Update var name.
11000         (nnml-generate-nov-file): Use dolist.
11001         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11002         Use with-current-buffer.
11003
11004 2010-09-18  Julien Danjou  <julien@danjou.info>
11005
11006         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11007         parallel.
11008
11009 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11010
11011         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11012         the range update right.
11013         (nnimap-request-group): Don't make `M-g' bug out on group with no
11014         marks.
11015         (nnoo): Require, so that other packages can require nnimap.
11016         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11017         command we're looking for.  This helps when the server sends more
11018         responses after we've gotten everything we expected.
11019         (nnimap): Add a `newlinep' field to keep track of end-of-line
11020         conventions.
11021         Don't send CRLF to things that don't want it.
11022         (nnimap-request-accept-article): Ditto.
11023
11024 2010-09-18  Julien Danjou  <julien@danjou.info>
11025
11026         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11027         than curl to retrieve images.
11028
11029 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11030
11031         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11032         the marks.
11033         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11034         (nnimap-wait-for-connection): New function.
11035         (nnimap-open-connection): If we have PREAUTH, don't query for login
11036         credentials.
11037         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11038         when doing a partial update.
11039
11040 2010-09-18  Julien Danjou  <julien@danjou.info>
11041
11042         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11043         tags.
11044
11045 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11046
11047         * nnimap.el (nnimap-credentials): New function.
11048         (nnimap-open-connection): Use the new function to look for credentials
11049         also on the numeric equivalents of "imap" and "imaps".
11050
11051         * gnus-start.el (gnus-activate-group): Send the info to
11052         gnus-request-group.
11053
11054         * nnimap.el (nnimap-request-group): Have the "check" version of the
11055         function parse flags and update the info, so that a `M-g' get a total
11056         resync of all flags from the group.
11057
11058         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11059         to allow backends to alter the info on group selection.  Also alter all
11060         the backend -request-group functions to take the parameter.
11061
11062         * nnimap.el (nnimap-store-info): New function.
11063         (nnimap-update-info): Store the info for later usage.
11064         (nnimap-request-group): Use the stored info for the dont-check case, so
11065         that we don't retrieve all marks when we enter a group.
11066
11067         * nnimap.el: Use deffoo instead of defun for interface functions.
11068
11069         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11070         update the group info.  This makes the nndraft groups, for instance, go
11071         back to their old behavior.
11072
11073         * gnus-sum.el (gnus-select-newsgroup): Indent.
11074
11075         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11076         in.
11077         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11078         nothing.
11079
11080         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11081         from methods that are denied.
11082
11083         * gnus-int.el (gnus-method-denied-p): New function.
11084
11085         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11086         store the password instead of netrc.
11087         (nnimap-open-connection): Don't error out when we can't make a
11088         connections.
11089
11090         * auth-source.el (auth-source-create): In the password prompt, say what
11091         we're querying for.  Also prompt for user name if that hasn't been
11092         given.
11093
11094         * nnimap.el (nnimap-with-process-buffer): Remove.
11095
11096 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11097
11098         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11099         method when we're reading from the agent.
11100
11101         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11102
11103         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11104         that's probably most useful for users.
11105
11106         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11107         "failed" all the time.
11108
11109         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11110         ...)) with (with-current-buffer ... ).
11111
11112         * nntp.el (nntp-open-server): Return whether the open was successful or
11113         not.
11114
11115         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11116         select an unread unseen article first.
11117
11118         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11119         /etc/services, supply some sensible port defaults.
11120
11121         * dgnushack.el: Define netrc-credentials.
11122
11123 2010-09-17  Julien Danjou  <julien@danjou.info>
11124
11125         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11126
11127 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11128
11129         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11130         doesn't have any parameters.
11131
11132 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11133
11134         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11135         only upcased checks.
11136
11137         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11138
11139         * nnimap.el (nnimap-open-shell-stream): New function.
11140         (nnimap-open-connection): Use it.
11141         (nnimap-transform-headers): Get the number of lines in each message.
11142         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11143         number of lines.
11144         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11145         problem.
11146
11147         * utf7.el (utf7-encode): Autoload.
11148
11149         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11150         to allow the mail splitting to not return a default group.  This is
11151         useful for nnimap, which will leave unmatched mail in the inbox.
11152
11153         * nnimap.el: Rewritten.
11154
11155         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11156         nnimap usage.
11157
11158         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11159         if the move is internal, so that nnimap can do fast internal moves.
11160
11161         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11162         data.
11163         (gnus-read-active-for-groups): Support finishing the early retrieval of
11164         data.
11165
11166         * gnus-range.el (gnus-range-nconcat): New function.
11167
11168         * gnus-int.el (gnus-finish-retrieve-group-infos)
11169         (gnus-retrieve-group-data-early): New functions.
11170
11171 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11172
11173         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11174         (nnrss-retrieve-groups):
11175         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11176         (pop3-quit): Use with-current-buffer.
11177
11178 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11179
11180         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11181         instead of nnheader-accept-process-output.
11182
11183         * dgnushack.el (dgnushack-compile): Add comment.
11184
11185         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11186
11187         * gnus-html.el (gnus-html-schedule-image-fetching)
11188         (gnus-html-prefetch-images): Replace process-kill-without-query by
11189         gnus-set-process-query-on-exit-flag.
11190
11191 2010-09-16  Romain Francoise  <romain@orebokech.com>
11192
11193         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11194
11195 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11196
11197         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11198         parameter to unintern is mandatory-ish in Emacs 24.
11199
11200         * gnus-html.el (gnus-html-schedule-image-fetching)
11201         (gnus-html-prefetch-images): Check for curl before using it.
11202
11203         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11204         depend on curl, which isn't essential.
11205
11206         * imap.el: Revert back to version
11207         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11208         seem problematic.
11209
11210 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11211
11212         * gnus-registry.el (gnus-registry-install-shortcuts):
11213         Explicitly pass `obarray' to `unintern' to avoid a warning.
11214
11215 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11216
11217         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11218         change.
11219
11220         * nnrss.el (nnrss-request-list): Remove this function and related
11221         functions, including the moreover stuff.
11222
11223 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11224
11225         * nnrss.el (nnrss-retrieve-groups): New function.
11226
11227 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11228
11229         * .dir-locals.el: Add no-byte-compile cookie.
11230
11231 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11232
11233         * time-date.el (format-seconds): Comment fix.
11234
11235         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11236         for back end that doesn't support request-scan.
11237
11238 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11239
11240         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11241         then do request scans from the backends.
11242
11243         * netrc.el (netrc-credentials): New conveniency function.
11244
11245         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11246         avoid running a hook per line, since this takes a lot of time,
11247         profiling shows.
11248         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11249         directly if gnus-visual-p is true.
11250
11251 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11252
11253         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11254         groups; replace mapcar with dolist which is a bit faster; pass groups
11255         info to gnus-read-active-file-1.
11256         (gnus-read-active-file-1): Scan only specified groups if the new
11257         optional arg `infos' is given.
11258
11259 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11260
11261         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11262
11263         * pop3.el (pop3-movemail): Remove.
11264         (pop3-streaming-movemail): Rename to pop3-movemail.
11265
11266         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11267         don't restrict end-tag searches to the end of the line.
11268
11269 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11270
11271         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11272         articles of every unchecked group to t, which means unknown since the
11273         server has never been opened.
11274
11275 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11276
11277         * gnus-html.el (gnus-html-show-alt-text): New command.
11278         (gnus-html-browse-image): Ditto.
11279         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11280         to browse the image directly.
11281         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11282         better.
11283
11284         * gnus-async.el (gnus-async-article-callback):
11285         Call `gnus-html-prefetch-images' unconditionally.
11286
11287         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11288         before feeding URLs to curl.
11289
11290 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11291
11292         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11293         internal images as deletable by `W D D'.
11294
11295         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11296         (gnus-async-article-callback): Fix typo.
11297
11298 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11299
11300         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11301         current line to work around bugs in the output from w3m.
11302
11303         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11304         for groups that want that.
11305
11306         * nntp.el (nntp-wait-for-string): Supply a timeout for
11307         accept-process-output to ensure progress.
11308
11309         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11310         level to get unread articles from, then use that for foreign groups,
11311         too.
11312
11313         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11314         confuses the rest of the function.
11315
11316         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11317         for the methods that support -retrieve-groups, too.
11318
11319         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11320
11321 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11322
11323         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11324         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11325
11326         * pop3.el: Require cl when compiling.
11327         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11328
11329 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11330
11331         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11332         that aren't going to be activated.
11333         (gnus-get-unread-articles): Fix up the last commit.
11334
11335         * gnus-html.el (gnus-article-html): Allow calling without specifying
11336         the handle.  In that case, dissect the buffer first.
11337
11338         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11339
11340         * nnimap.el (nnimap-open-connection): Revert the change that would look
11341         into authinfo for imaps instead of imap.
11342
11343         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11344         say that you don't want to call gnus-request-group with don-check, but
11345         do check the reponse.  This is for virtual groups only.
11346         (gnus-get-unread-articles): Count the archive groups as secondary, so
11347         that they're activated the same way as before.
11348
11349         * imap.el (imap-message-map): Removed optional buffer parameter, since
11350         no callers use it.
11351         (imap-message-get): Ditto.
11352         (imap-message-put): Ditto.
11353         (imap-mailbox-map): Ditto.
11354         (imap-mailbox-put): Ditto.
11355         (imap-mailbox-get): Ditto.
11356         (imap-mailbox-get): Revert last change for this function.
11357
11358         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11359         case-insensitively.
11360         (nnimap-debug): Remove.
11361
11362         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11363         callers to use `imap-fetch' instead.  According to the comments, this
11364         should be safe, since all other IMAP clients use the 1:* syntax.
11365         (imap-enable-exchange-bug-workaround): Remove.
11366         (imap-debug): Remove -- doesn't seem very useful.
11367
11368         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11369         mail from a file, and the file doesn't exist.
11370
11371         * imap.el (imap-log): New convenience function used throughout instead
11372         of repeating the same code all over the place.
11373
11374         * pop3.el (pop3-streaming-movemail): Return t for success.
11375
11376         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11377         .authinfo if we're using ssl connection.
11378
11379         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11380         already have if we're in a main Gnus `g' run.
11381
11382         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11383
11384 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11385
11386         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11387
11388         * nnmh.el (nnmh-request-list-1): Bind `file'.
11389
11390         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11391         alias to set-process-query-on-exit-flag or process-kill-without-query.
11392         (pop3-open-server): Use it.
11393
11394 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11395
11396         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11397         box to the Incoming file.  Fixes mistake in previous checkin.
11398
11399         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11400         request loop (for debugging purposes) removed.
11401
11402         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11403         culprit is more visible.
11404         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11405         (nnml-add-incremental-nov): New functions to do "incremental" nov
11406         updates, where we just append to the end of the existing nov files
11407         without reading/writing them in full.
11408
11409         * mail-source.el (mail-source-delete-crash-box): Really only check the
11410         incoming files once in a while.
11411
11412         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11413
11414         * mail-source.el (mail-source-delete-crash-box): Only check the
11415         incoming files for deletion once per day to save a lot of file
11416         accesses.
11417
11418         * pop3.el (pop3-logon): Fix up unbound variable typo.
11419
11420         * mail-source.el (pop3-streaming-movemail): Autoload.
11421
11422         * pop3.el (pop3-streaming-movemail):
11423         Respect pop3-leave-mail-on-server.
11424
11425         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11426         retrieval.
11427
11428         * pop3.el (pop3-process-filter): Remove unused function.
11429         (pop3-streaming-movemail, pop3-send-streaming-command)
11430         (pop3-wait-for-messages, pop3-write-to-file)
11431         (pop3-number-of-responses): New functions for streaming pop3
11432         retrieval.
11433
11434         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11435         come from no known methods.
11436         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11437         list.
11438
11439         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11440         message sizes.
11441         (pop3-movemail): Use erase-buffer instead of looping and deleting
11442         regions, which seems rather odd.
11443
11444         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11445         file once per `g' run.
11446
11447         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11448         directories.  This makes the draft queue directory work.
11449
11450         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11451         data from the backends, so that we only request the list of groups from
11452         each method once.  This should speed things up considerably.
11453
11454         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11455         detect that it's not implemented.
11456
11457         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11458         we actually do recurse down into the tree, but don't stat all leaf
11459         nodes.
11460
11461         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11462         then say so instead of bugging out.
11463
11464         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11465         files exist before trying to read them.
11466
11467         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11468         around <pre_int>.
11469
11470         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11471
11472         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11473
11474 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11475
11476         * mm-util.el (mm-image-load-path): Just return the image directories,
11477         not all directories in the path in addition to the image directories.
11478         (mm-image-load-path): Maintain a cache of the image directories so that
11479         the `g' command in Gnus doesn't have to stat dozens of directories each
11480         time.
11481
11482         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11483         (gnus-html-wash-tags): Add a new `i' command to insert images.
11484         (gnus-html-insert-image): New command and keystroke.
11485         (gnus-html-redisplay-with-images): New command and keystroke.
11486         (gnus-html-show-images): Rename command.
11487         (gnus-html-wash-tags): Remove more white space before <pre_int> image
11488         spacers.
11489         (gnus-html-wash-tags): Decode entities at the end, so that entities
11490         inside the tags don't mess up the rest of the "parsing".
11491
11492         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11493         so that nnimap methods aren't agentized by default.  There's apparently
11494         many problems related to agent/imap behavior.
11495
11496         * gnus-art.el (gnus-article-copy-string): New command and key binding.
11497
11498         * gnus-html.el: Doc fix.
11499
11500 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11501
11502         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
11503         specifier-spec-list for Emacs 21.
11504
11505         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11506         glyph-width and glyph-height instead of display-graphic-p and
11507         image-size; make avoidance of displaying small images work for XEmacs.
11508
11509         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11510         for XEmacs.
11511
11512         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11513         of symbol that holds plist data.
11514         (gnus-process-plist): Remove plist of process after getting it.
11515
11516 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11517
11518         * message.el (message-generate-hashcash): Change default to
11519         'opportunistic if hashcash is installed.
11520
11521         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11522         (gnus-html-put-image): Only call image-size once, since it's somewhat
11523         time-consuming on remote X servers.
11524
11525 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11526
11527         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
11528         type on data, not a file name.
11529
11530         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
11531         window-pixel-edges for Emacs 21.
11532
11533         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11534         decoded contents.
11535         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11536
11537 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11538
11539         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11540         group line format, since it isn't very interesting.
11541
11542         * gnus-agent.el (gnus-agent-short-article),
11543         (gnus-agent-long-article): Increase values for these two variables,
11544         since most people are likely to have more network connection and
11545         storage than before.
11546
11547         * gnus.el (gnus-refer-article-method): Change default to 'current.
11548         When referring an article, the common behavior is to refer it from the
11549         current select method, not the native select method.  The chances of
11550         the native select method having the message in question is rather slim
11551         these days.
11552
11553         * gnus-sum.el (gnus-auto-select-subject): Change default to
11554         `unseen-or-unread'.  I think it's likely that most people want to
11555         select an unseen article over a previously seen, but unread one.
11556
11557         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
11558         means that in the article buffer none of the minor mode elements will
11559         be shown, usually, and this is not desirable in most cases.
11560
11561         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11562         that commands like `d' (and the like) go to the next line in the
11563         buffer, instead of the next unread article.  I think this is the
11564         behavior that is most natural for most users.
11565         (gnus-single-article-buffer): Change default to nil, so that people can
11566         have as many article buffers open as they have summary buffer.  I think
11567         this is the most natural way for the groups to behave.
11568
11569         * message.el (message-generate-new-buffers): Change default to
11570         `unsent', so that all new message buffers start their names with the
11571         string "*unsent", and it's easier to find the buffers if you move from
11572         them.
11573
11574 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11575
11576         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11577         small.  They're probably tracking images.
11578         (gnus-html-wash-tags): Remove all <pre_int> place holders.
11579         (gnus-html-rescale-image): Yet another try at getting the image sizing
11580         right.
11581
11582         * nntp.el (nntp-request-set-mark): Refuse to do marks if
11583         nntp-marks-file-name is nil.
11584
11585 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11586
11587         * gnus-html.el (gnus-html-wash-tags)
11588         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11589         Better logging.
11590
11591 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11592
11593         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11594
11595         * gnus-html.el (gnus-html-wash-tags): Check the value of
11596         gnus-blocked-images in the summary buffer.
11597
11598 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11599
11600         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11601
11602 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11603
11604         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11605         like "a", it seems like.
11606         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11607         since it needs to be picked from the correct buffer.
11608
11609         * nnwfm.el: Remove.
11610
11611         * nnlistserv.el: Remove.
11612
11613 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11614
11615         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11616         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11617
11618 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11619
11620         * nnkiboze.el: Remove.
11621
11622         * nndb.el: Remove.
11623
11624         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11625         alt text.
11626         (gnus-html-rescale-image): Try to get the rescaling logic right for
11627         images that are just wide and not tall.
11628
11629         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11630         overshadow variable bindings.
11631
11632 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11633
11634         * gnus-html.el (gnus-html-wash-tags)
11635         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11636         Add extra logging.
11637
11638 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11639
11640         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11641         (gnus-max-image-proportion): New variable.
11642         (gnus-html-rescale-image): New function.
11643         (gnus-html-put-image): Rescale images.
11644
11645 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11646
11647         Fix up some byte-compiler warnings.
11648         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11649         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11650         (gnus-article-fill-cited-article, gnus-article-hide-citation)
11651         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11652         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11653         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11654         (gnus-group-update-group): Use save-excursion and with-current-buffer.
11655
11656 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11657
11658         * gnus-html.el (gnus-article-html): Decode contents by charset.
11659
11660 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11661
11662         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11663         (gnus-html-frame-width, gnus-blocked-images):
11664         * message.el (message-prune-recipient-rules): Add custom version.
11665         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11666
11667         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11668         functions.
11669
11670         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11671         gnus-process-get.
11672
11673 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
11674
11675         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11676         instead of lsub directly.
11677
11678 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11679
11680         * nnwarchive.el: Remove.
11681
11682         * gnus-soup.el: Remove.
11683
11684         * nnsoup.el: Remove.
11685
11686         * nnultimate.el: Remove.
11687
11688         * gnus-html.el (gnus-blocked-images): New variable.
11689
11690         * message.el (message-prune-recipients): New function.
11691         (message-prune-recipient-rules): New variable.
11692
11693         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11694         guess whether a long line is natural text or not.
11695
11696         * gnus-html.el (gnus-html-schedule-image-fetching):
11697         Use gnus-process-plist and friends for compatibility.
11698
11699 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11700
11701         * gnus-html.el: Require packages that define macros used in this file.
11702         (gnus-article-mouse-face): Declare to silence byte-compiler.
11703         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11704         process-get.
11705         (gnus-html-put-image): Use plist-get to avoid getf.
11706         (gnus-html-prefetch-images): Use with-current-buffer.
11707
11708 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11709
11710         * gnus-ems.el: Provide compatibility functions for
11711         gnus-set-process-plist.
11712
11713         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
11714         header-line-format for XEmacs 21.4.
11715
11716         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11717         * gnus.el (gnus-valid-select-methods):
11718         * message.el (message-send-mail-partially-limit):
11719         * mm-decode.el (mm-text-html-renderer):
11720         * mml.el (mml-insert-mime-headers-always):
11721         * smiley.el (smiley-regexp-alist): Bump custom version.
11722
11723 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11724
11725         * gnus-html.el: Require mm-url.
11726         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11727         with the url to `url'.
11728         (gnus-html-wash-tags): Support cid: URLs/images.
11729
11730 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11731
11732         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11733         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11734         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11735
11736         * gnus-move.el: Remove file, since it doesn't really work.
11737
11738         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11739         UTF-8.  This seems to fix problems with some German web feeds.
11740
11741         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11742         at the top so that the proper colors are applied.
11743
11744         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
11745         don't have dots in their names.
11746
11747         * gnus-art.el (gnus-article-view-part): Doc fix.
11748
11749         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11750         XEmacs-compatible.
11751         (gnus-html-put-image): Don't do images on non-graphic displays.
11752
11753         * nnslashdot.el: Remove this unused backend.
11754
11755         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11756         actions.
11757         (gnus-undo-register-1): Revert last change.
11758
11759         * gnus-group.el (gnus-group-completing-read): Protect against not
11760         having completion-styles bound.
11761
11762         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11763         make broken recipients happier.
11764
11765         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11766
11767         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11768         point parameter.
11769
11770         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
11771
11772         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11773         completion-styles for group selection.
11774
11775 2009-02-04  Andreas Schwab  <schwab@suse.de>
11776
11777         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11778         headers and regexp-quote the match if necessary.
11779
11780 2009-03-24  Miles Bader  <miles@gnu.org>
11781
11782         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11783         the blinking smiley.
11784
11785 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11786
11787         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11788         blink smiley.
11789
11790 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11791
11792         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11793         where the dribbel file lives exists.
11794
11795         * message.el (message-send-mail-partially-limit): Change the default to
11796         nil, since most people don't want this.
11797
11798         * mm-url.el (mm-url-decode-entities): Also decode entities like
11799         &#x3212.
11800
11801 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11802
11803         * gnus-sum.el (gnus-summary-idna-message):
11804         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11805         Hyperlink urls in docstrings with URL `...'.
11806
11807 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11808
11809         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11810         functions.
11811
11812 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11813
11814         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11815         say what the mouseover text should be.
11816
11817         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11818         version of the mm-w3m-safe-url-regexp variable to only download images
11819         in the groups where we want that to happen.
11820
11821         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11822
11823         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11824         easier debugging.
11825         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11826         big pictures in the article buffer.
11827
11828         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11829         gnus-article-html.
11830         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11831         w3m.
11832
11833         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11834
11835 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11836
11837         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11838         which doesn't exist.
11839
11840         * message.el (message-inhibit-ecomplete): New variable to allow some
11841         function to inhibit ecomplete address storage.
11842         (message-resend): Disable ecomplete message storage when resending
11843         messages.
11844
11845         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11846
11847 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11848
11849         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11850         Save excursion while copying, moving, and deleting articles in order to
11851         prevent the cursor from jumping to unforeseen place.
11852
11853 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11854
11855         * lpath.el: No need to bind bookmark-current-buffer,
11856         bookmark-yank-point and bookmark-make-record-function.
11857
11858 2010-08-17  Glenn Morris  <rgm@gnu.org>
11859
11860         * gnus-sync.el: Require gnus components whose functions are used.
11861
11862         * gnus-art.el (bookmark-make-record-function):
11863         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11864         Declare for compiler.
11865
11866         * mm-url.el (mml-compute-boundary): Autoload.
11867
11868 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11869
11870         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11871
11872 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11873
11874         Typo fix "hoo4a" -> "hook".
11875
11876         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11877
11878 2010-08-14  Glenn Morris  <rgm@gnu.org>
11879
11880         * gnus-sync.el (gnus-sync): Fix defgroup version.
11881
11882 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11883
11884         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11885
11886         * gnus-sync.el: Fix docs.
11887         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11888         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11889
11890 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11891
11892         Optimizations for gnus-sync.el.
11893
11894         * gnus-sync.el: Add docs about gnus-sync-backend
11895         possibilities.
11896         (gnus-sync-save): Remove unnecessary message.
11897         (gnus-sync-read): Optimize and show what groups were skipped.
11898
11899 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11900
11901         Minor bug fixes for gnus-sync.el.
11902
11903         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11904         Don't read the sync on get-new-news.
11905
11906         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11907         quiet.
11908
11909         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11910         (fix typo).
11911
11912 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11913
11914         Make saving and restoring of hidden threads work with overlays.
11915         Patch applied by Ted Zlatanov.
11916
11917         * gnus-sum.el (gnus-hidden-threads-configuration)
11918         (gnus-restore-hidden-threads-configuration): Update to deal with text
11919         properties, rather than searching for a magic character.
11920
11921 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11922
11923         New gnus-sync.el library for synchronization of marks.
11924
11925         * gnus-sync.el: New library for synchronization of marks.
11926
11927         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11928         renamed from `gnus-registry-grep-in-list'.
11929
11930         * gnus-registry.el (gnus-registry-follow-group-p):
11931         Use `gnus-grep-in-list'.
11932
11933         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11934
11935 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11936
11937         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11938         determining charset of text fails.
11939
11940 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11941
11942         * nnmail.el (nnmail-get-new-mail-1): Revert.
11943
11944         * nnml.el (nnml-active-number): Make sure names of newly created groups
11945         in nnml-group-alist are encoded.
11946
11947 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11948
11949         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11950         containing non-ASCII characters in active file for nnml back end.
11951
11952 2010-07-24  David Engster  <dengste@eml.cc>
11953
11954         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11955         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11956
11957 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11958
11959         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11960         tag (Bug#6654).
11961
11962 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11963
11964         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11965         the article buffer, not the summary buffer.
11966
11967 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11970         Emacs 23 as well.
11971
11972 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11973
11974         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11975         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11976
11977 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11978
11979         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11980         Patch applied by Karl Fogel.
11981
11982         * gnus-sum.el (gnus-summary-bookmark-make-record):
11983         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11984
11985 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11986
11987         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
11988         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11989         C-w still not working correctly from Article buffers; Thierry's
11990         patch to fix that will be applied after this.
11991
11992         * gnus-art.el (bookmark-make-record-function): New local variable.
11993
11994         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11995         article buffer.
11996         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11997
11998 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11999
12000         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12001         on changes in bookmark.el.
12002
12003 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12004
12005         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12006         `no-log' instead of message not to log prompt string.
12007
12008 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12009
12010         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12011         the *other* type of HTML form submission.
12012
12013 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12014
12015         * auth-source.el (auth-source-pick): If choice does not contain a
12016         questioned keyword, set the check to t.
12017
12018 2010-06-12  Romain Francoise  <romain@orebokech.com>
12019
12020         * gnus-util.el (gnus-date-get-time): Move up before first use.
12021
12022 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12023
12024         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12025         (gnus-article-edit-part): Bind it to make last part that is substituted
12026         or deleted visible.
12027         (gnus-mime-display-single): Buttonize part of which id equals to
12028         gnus-mime-buttonized-part-id.
12029
12030 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12031
12032         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12033         (gnus-dd-mmm): Use gnus-date-get-time.
12034         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12035         simplify logic.
12036         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12037         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12038
12039 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12040
12041         * auth-source.el (top): Autoload `secrets-list-collections',
12042         `secrets-create-item', `secrets-delete-item'.
12043         (auth-sources): Fix tag string.
12044         (auth-get-source, auth-source-retrieve, auth-source-create)
12045         (auth-source-delete): New defuns.
12046         (auth-source-pick): Rewrite in order to avoid 2 passes.
12047         (auth-source-forget-user-or-password): New parameter USERNAME.
12048         (auth-source-user-or-password): New parameters CREATE-MISSING and
12049         DELETE-EXISTING.  Retrieve password interactively, if needed.
12050
12051 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12052
12053         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12054         deleting unused directories when gnus-expert-user is t.
12055
12056 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12057
12058         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12059         for each temp file when gnus-article-browse-delete-temp is ask.
12060
12061 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12062
12063         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12064         Replace Lisp calls to delete-backward-char by calls to delete-char.
12065
12066 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12067
12068         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12069
12070 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12071
12072         * password-cache.el (password-cache-remove): Fix docstring.
12073
12074 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12075
12076         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12077         article unless decoding article to be saved.
12078
12079 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12080
12081         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12082         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12083         generated within the mm-with-unibyte-current-buffer macro.
12084
12085 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12086
12087         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12088         to nil when we're in a mml-preview buffer and no group is selected.
12089
12090 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12091
12092         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12093         when catching the `C-g'.  Reported by "Leo".
12094
12095 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12096
12097         * message.el (message-forward-make-body-plain)
12098         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12099         multibyte-string-p.
12100
12101         * lpath.el: Revert.
12102
12103 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12104
12105         * message.el (message-forward-make-body-mml): Assume original message
12106         is multibyte string; error on unibyte.
12107         (message-forward-make-body-plain): Ditto; don't add excessive newline
12108         in body end.
12109
12110         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12111
12112 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12113
12114         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12115         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12116
12117 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12118
12119         * mm-extern.el (mm-extern-url): Don't use
12120         mm-with-unibyte-current-buffer.
12121         (mm-extern-cache-contents): Use with-current-buffer instead of
12122         save-excursion + set-buffer.
12123
12124 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12125
12126         * mm-util.el (mm-emacs-mule): Remove.
12127
12128 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12129
12130         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12131         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12132         change.
12133
12134 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12135
12136         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12137         bind the default value of enable-multibyte-characters to nil.
12138
12139 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12140
12141         * message.el (message-forward-make-body-plain)
12142         (message-forward-make-body-mml):
12143         Don't use mm-with-unibyte-current-buffer.
12144
12145 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12146
12147         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12148
12149 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12150
12151         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12152         (Bug#5592).
12153
12154 2010-05-07  Julien Danjou  <julien@danjou.info>
12155
12156         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12157         it to mm-pipe-part.
12158
12159         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12160         it is given.
12161
12162 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12163
12164         * binhex.el (binhex-decode-region-internal):
12165         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12166         (dns-query):
12167         * nnweb.el (nnweb-gmane-search):
12168         * pgg-parse.el (pgg-parse-armor):
12169         * pgg.el (pgg-verify-region):
12170         * sha1.el (sha1-string-external):
12171         * uudecode.el (uudecode-decode-region-internal):
12172         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12173         XEmacs.
12174
12175         * gnus-art.el (gnus-article-browse-html-parts):
12176         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12177         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12178         make-temp-file.
12179
12180         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12181         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12182         compiling.
12183
12184         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12185         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12186         XEmacs when compiling.
12187
12188         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12189         gnus-pick-mode-off-hook for XEmacs when compiling.
12190         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12191         gnus-binary-mode-off-hook for XEmacs when compiling.
12192
12193         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12194         Return nil if char-charset is not available.
12195
12196         * imap.el (imap-disable-multibyte)
12197         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12198         macros.
12199
12200         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12201         instead of encode-coding-string.
12202
12203         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12204         'xemacs) instead of mm-emacs-mule to switch function definitions.
12205         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12206
12207         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12208         bind temporary-file-directory for XEmacs;
12209         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12210         timer-set-function for XEmacs 21.4 and SXEmacs;
12211         bind timer-list for XEmacs 21.4 and SXEmacs;
12212         fbind char-charset and find-charset-region for non-Mule XEmacs;
12213         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12214         encode-coding-region and encode-coding-string for XEmacs having no
12215         file-coding feature.
12216
12217 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12218
12219         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12220
12221 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12222
12223         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12224         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12225
12226 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12227
12228         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12229         alias `jka-compr-delete-temp-file' no longer exists.
12230
12231 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12232
12233         Use define-minor-mode in Gnus where applicable.
12234         * mml.el (mml-mode): Use define-minor-mode.
12235         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12236         (gnus-undo-mode): Use define-minor-mode.
12237         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12238         (gnus-dead-summary-mode): Use define-minor-mode.
12239         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12240         Initialize in declaration.
12241         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12242         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12243         (gnus-mailing-list-mode): Use define-minor-mode.
12244         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12245         (gnus-draft-mode): Use define-minor-mode.
12246         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12247         (gnus-dired-mode): Use define-minor-mode.
12248
12249 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12250
12251         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12252         handles on recursive mml-to-mime translation and check them for
12253         boundary delimiter collisions.  Reported by Greg Troxel.
12254
12255 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12256
12257         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12258
12259 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12260
12261         * mm-util.el (mm-find-buffer-file-coding-system):
12262         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12263
12264 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12265
12266         * message.el (message-generate-headers): Record insertion of optional
12267         headers as well.  Otherwise the check to prevent repeated insertion of
12268         optional headers is a no-op.
12269
12270 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12271
12272         * smime.el: Don't mention CVS.
12273
12274         * nnrss.el (nnrss-fetch): Don't mention CVS.
12275
12276         * nnir.el: Don't mention CVS.
12277
12278 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12279
12280         * gnus-sum.el (gnus-summary-bookmark-make-record):
12281         Add `location' field.
12282
12283 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12284
12285         * lpath.el: Fbind bookmark-default-handler,
12286         bookmark-get-bookmark-record, bookmark-make-record-default,
12287         bookmark-prop-get for Emacs <23 and XEmacs.
12288
12289 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12290
12291         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12292         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12293         Use with-current-buffer to silence the byte-compiler.
12294         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12295         bother to require `gnus'.
12296         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12297
12298 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12299
12300         * gnus-sum.el (gnus-summary-bookmark-make-record)
12301         (gnus-summary-bookmark-jump): New functions.
12302         (gnus-summary-mode): Setup bookmark support.
12303
12304 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12305
12306         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12307         if set.
12308
12309 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12310
12311         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12312         gnus-article-browse-html-save-cid-image; make it work recursively for
12313         forwarded messages as well.
12314         (gnus-article-browse-html-parts): Work when prefix arg is given.
12315         (gnus-article-browse-html-article): Doc fix.
12316
12317 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12318
12319         * message.el (message-default-mail-headers)
12320         (message-default-headers): Carry the value mail-default-headers over
12321         into message-default-mail-headers, rather than message-default-headers.
12322
12323 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12324
12325         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12326         charset.
12327
12328         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12329         charset into the <meta> tag when the article is encoded to utf-8.
12330
12331 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12332
12333         * gnus-art.el (gnus-article-browse-delete-temp-files):
12334         Delete directories as well.
12335         (gnus-article-browse-html-parts): Work for images that do not specify
12336         file names; delete temp directory when quitting; insert header at the
12337         right place; use file: scheme for image files.
12338
12339 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12340
12341         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12342         (gnus-article-browse-html-parts): Use it to make temporary cid image
12343         files in addition to html file so that browser may display them.
12344
12345 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12346
12347         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12348
12349 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12350
12351         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12352
12353 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12354
12355         * auth-source.el (auth-sources): Change default to be simpler.
12356         Explain about Secret Service API sources.  Improve Customize options.
12357         (auth-source-pick): Change to accept any number of search parameters.
12358         Implement fallbacks iteratively, not recursively.  Add scoring on the
12359         second pass and sort by score.  Call Secret Service API when needed.
12360         (auth-source-user-or-password): Use it.  Call Secret Service API
12361         directly when needed to get the user name and the password.
12362
12363 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12364
12365         * message.el (message-interactive): Doc fix.
12366         (message-qmail-inject-args): Reflow.
12367         (message-kill-to-signature): Fix typo in docstring.
12368
12369         * smiley.el (smiley-buffer): Fix typo in docstring.
12370
12371 2010-03-24  Glenn Morris  <rgm@gnu.org>
12372
12373         * mail-source.el (gnus-message): Declare.
12374         (mail-source-delete-old-incoming): Require gnus-util.
12375
12376 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12377
12378         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12379
12380         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12381
12382         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12383         password-cache's default if it is not bound.
12384         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12385         password-cache-expiry's default if it is not bound.
12386
12387         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12388         available in Emacs 21.
12389
12390         * lpath.el: Suppress compiler warnings for:
12391         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12392         XEmacs;
12393         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12394         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12395         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12396
12397 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12398
12399         * auth-source.el (auth-sources): Fix up definition so extra parameters
12400         are always inline.
12401
12402 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12403
12404         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12405         wasn't updated after mismatch.  Clear cached mailbox info correctly
12406         when uidvalidity changes.
12407         (nnimap-group-prefixed-name): New function to avoid some code
12408         duplication.
12409         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12410         (nnimap-request-group): Use it.
12411         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12412         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12413         with many imap folders.  This is done by caching the group status from
12414         the imap server persistently in a group parameter `imap-status'.  (This
12415         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12416         but not persistently, so every Gnus startup was still very slow.)
12417
12418 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12419
12420         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12421         delete the extra newline.  Otherwise editing of :string and :number
12422         types don't work.
12423
12424 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12425
12426         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12427         secrets.el dependency.
12428         (auth-sources): Add optional user name.  Add secrets.el configuration
12429         choice (unused right now).
12430
12431 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12432
12433         * gnus-sum.el (gnus-summary-make-menu-bar):
12434         Let `gnus-registry-install-shortcuts' fill in the functions.
12435
12436         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12437         warnings.
12438         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12439         (gnus-registry-install-shortcuts): Populate and use it in a
12440         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12441
12442 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12443
12444         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12445         In-place substitutions for the group name encoding/decoding.
12446         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12447         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12448         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12449         (nnimap-update-unseen, nnimap-request-list)
12450         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12451         (nnimap-request-set-mark, nnimap-split-to-groups)
12452         (nnimap-split-articles, nnimap-request-newgroups)
12453         (nnimap-request-create-group, nnimap-request-accept-article)
12454         (nnimap-request-delete-group, nnimap-request-rename-group)
12455         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12456         `encoded-mbx' for consistency.
12457         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12458         variable `imap-current-mailbox'.
12459
12460         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12461         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12462
12463 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12464
12465         * pop3.el (pop3-display-message-size-flag): Display message size byte
12466         counts during POP3 download.
12467         (pop3-movemail): Use it.
12468         (pop3-list): Implement listing of available messages.
12469
12470 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12471
12472         * nnir.el (nnir-get-article-nov-override-function): New function to
12473         override the normal NOV retrieval.
12474         (nnir-retrieve-headers): Use it.
12475
12476 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
12477
12478         * auth-source.el (netrc-machine-user-or-password): Autoload.
12479
12480 2010-03-19  Glenn Morris  <rgm@gnu.org>
12481
12482         Stop message.el from loading about 40 libraries it doesn't always need.
12483         The general approach is to autoload rather than require, and to
12484         require in the specific functions rather than the file.  (Bug#5642)
12485
12486         * gmm-utils.el: Don't require wid-edit.
12487         (widget-create-child-value, widget-convert, widget-default-get):
12488         Autoload.
12489
12490         * gnus-util.el: Don't require time-date, netrc.
12491         (message-fetch-field, gnus-group-name-decode): Declare rather than
12492         autoloading.
12493         (gnus-fetch-field): Require message.
12494         (gnus-decode-newsgroups): Require gnus-group.
12495
12496         * ietf-drums.el: Don't require time-date.
12497
12498         * message.el: Don't require hashcash, canlock, ecomplete.
12499         Do require mail-utils.  Require nnheader only when compiling.
12500         (smtpmail-default-smtp-server): Remove declaration.
12501         (message-send-mail-function): Check smtpmail-default-smtp-server
12502         is bound rather than requiring smtpmail.
12503         (message-auto-save-directory, message-insert-signature):
12504         Use expand-file-name rather than nnheader-concat.
12505         (nnheader-insert-file-contents): Autoload.
12506         (hashcash-wait-async): Declare.
12507         (message-send-mail): Only call gnus-setup-posting-charset if
12508         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
12509         (message-send-mail-with-sendmail): Require sendmail.
12510         (canlock-password, canlock-password-for-verify): Declare.
12511         (message-canlock-password): Require canlock.
12512         (nnheader-get-report): Autoload.
12513         (gnus-setup-posting-charset): Declare.
12514         (message-send-news): Require gnus-msg.
12515         (message-make-references, message-make-in-reply-to): Use mail-header-id
12516         rather than the alias mail-header-message-id.
12517         (ecomplete-add-item, ecomplete-save): Declare.
12518         (message-put-addresses-in-ecomplete): Require ecomplete.
12519         (ecomplete-display-matches): Autoload.
12520
12521         * mm-decode.el: Don't require mailcap, gnus-util.
12522         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12523         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12524         Autoload.
12525         (mailcap-mime-extensions): Declare.
12526
12527         * mm-encode.el: Don't require mailcap.
12528         (mailcap-extension-to-mime): Autoload.
12529
12530         * mml-sec.el: Don't require password-cache.
12531
12532         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12533         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12534         (mml-minibuffer-read-type): Require mailcap.
12535         (mml-preview): Require gnus-msg.
12536
12537         * mml1991.el: Require password-cache.
12538         (password-cache-expiry): Remove declaration.
12539
12540         * mml2015.el: Require password-cache.
12541         (password-cache-expiry): Remove declaration.
12542
12543         * nneething.el (mailcap): Require mailcap.
12544
12545         * nnheader.el (declare-function): Add compatibility stub.
12546         (message-remove-header): Declare rather than autoload.
12547         (nnheader-replace-header): Require message.
12548
12549         * nnimap.el (declare-function): Add compatibility stub.
12550         (netrc-parse, netrc-machine-user-or-password): Declare.
12551         (nnimap-open-connection): Require netrc.
12552
12553         * nntp.el (declare-function): Add compatibility stub.
12554         (netrc-parse, netrc-machine, netrc-get): Declare.
12555         (nntp-send-authinfo): Require netrc.
12556
12557         * rfc2047.el: Don't require qp.
12558         (quoted-printable-encode-region, quoted-printable-decode-string):
12559         Autoload.
12560
12561         * sieve-mode.el: Don't require easymenu.
12562         (easy-menu-add-item): Autoload it.
12563
12564         * spam-stat.el (time-to-number-of-days): Autoload it.
12565
12566 2010-03-19  Glenn Morris  <rgm@gnu.org>
12567
12568         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12569
12570 2010-03-18  Glenn Morris  <rgm@gnu.org>
12571
12572         * hashcash.el (declare-function): Remove duplicate definition.
12573
12574 2010-03-17  Kevin Ryde  <user42@zip.com.au>
12575
12576         * mml.el (mml-read-tag): Unquote values with `read' to reverse
12577         prin1 in mml-insert-tag (just stripping the quotes gave wrong
12578         value if any backslash escapes).
12579
12580 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12581
12582         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12583         if it is available.  (bug#5647)
12584
12585         * lpath.el: Suppress compiler warning for coding-system-from-name for
12586         Emacs 21 and XEmacs.
12587
12588 2010-03-14  Juri Linkov  <juri@jurta.org>
12589
12590         * hmac-def.el:
12591         * hmac-md5.el:
12592         * netrc.el: Fix keywords.
12593
12594 2010-02-26  Glenn Morris  <rgm@gnu.org>
12595
12596         * message.el (message-send-mail-function): Change the default, so that
12597         it inherits from a customized send-mail-function.  (Bug#5643)
12598
12599 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12600
12601         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12602         shell-command-to-string signals an error (bug#5299).
12603
12604 2010-02-24  Glenn Morris  <rgm@gnu.org>
12605
12606         * message.el (message-smtpmail-send-it)
12607         (message-send-mail-with-mailclient): Doc fixes.
12608
12609 2010-02-16  Glenn Morris  <rgm@gnu.org>
12610
12611         * message.el (message-default-mail-headers): Change the default value
12612         to ease the transition from mail-mode to message-mode.  (Bug#5555)
12613
12614 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12615
12616         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
12617         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
12618
12619 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12620
12621         * time-date.el (date-to-time): Doc fix (Bug#5408).
12622
12623 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12624
12625         * message.el (message-mail): Just pass yank-action on to message-setup.
12626         (message-setup): Handle (FUN . ARGS) form of yank-action.
12627         (message-with-reply-buffer, message-widen-reply)
12628         (message-yank-original): Handle non-buffer values of
12629         message-reply-buffer (Bug#4080).
12630         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12631
12632 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12633
12634         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12635         Fix typo in docstring.
12636
12637 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12638
12639         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12640         response.
12641
12642 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12643
12644         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12645
12646         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12647
12648         * message.el (message-check-news-header-syntax): Protect against a
12649         string that `rfc822-addresses' returns when parsing fails.
12650
12651 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12652
12653         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12654         (gnus-previous-char-property-change): New functions.
12655
12656         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12657
12658 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
12659
12660         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12661         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
12662
12663 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12664
12665         * message.el (message-exchange-point-and-mark): Rework last change to
12666         avoid using optional arg of exchange-point-and-mark, for backward
12667         compatibility.
12668
12669 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12670
12671         * message.el (message-exchange-point-and-mark):
12672         Call exchange-point-and-mark with an argument rather than setting
12673         mark-active by hand (Bug#5175).
12674
12675 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12676
12677         * nntp.el (nntp-service-to-port): Work for service expressed with
12678         numeric string; replace [:digit:] with [0-9] for XEmacs.
12679
12680 2009-12-17  Glenn Morris  <rgm@gnu.org>
12681
12682         * gnus-group.el (gnus-bug-group-download-format-alist):
12683         Change emacs entry to debbugs.gnu.org.  Bump :version.
12684
12685 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12686
12687         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12688
12689 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12690
12691         * message.el (message-info): Explain why we use `Info-goto-node'.
12692
12693 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12694
12695         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
12696
12697 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12698
12699         * message.el (message-completion-in-region): New compatibility function.
12700         (message-expand-group): Use it.
12701
12702 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12703
12704         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12705         with no unread article should be listed if the 2nd arg `predicate' is
12706         given.
12707
12708 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12709
12710         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
12711
12712 2009-11-29  Juri Linkov  <juri@jurta.org>
12713
12714         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12715         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
12716         on `gnus-recenter'.  (Bug#4698, Bug#4981)
12717
12718 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12719
12720         * sha1.el (sha1-string-external): default-directory "/" in case
12721         otherwise non-existent.  process-connection-type pipe for touch of
12722         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12723
12724 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12725
12726         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
12727         it's comms related and sgml-mode.el has "comm" on that basis too.
12728
12729 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12730
12731         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12732         containing tspecial characters if they have been already quoted.
12733
12734 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12735
12736         * dns-mode.el (auto-mode-alist): Purecopy string.
12737
12738 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12739
12740         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
12741
12742 2009-10-24  Glenn Morris  <rgm@gnu.org>
12743
12744         * gnus-art.el (help-xref-stack-item): Define for compiler.
12745
12746 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12747
12748         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
12749
12750 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12751
12752         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12753
12754 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12755
12756         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12757         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12758
12759 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12760
12761         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12762         (gnus-overlays-in): New alias to overlays-in.
12763
12764         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12765         gnus-overlay-get, and gnus-delete-overlay.
12766         (gnus-summary-show-thread): Make it work as well for systems in which
12767         next-single-char-property-change is not available.
12768         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12769
12770         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
12771         (gnus-overlay-get): New alias to extent-property.
12772         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12773
12774         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12775         SXEmacs.
12776
12777         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12778         SXEmacs.
12779
12780 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12781
12782         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12783
12784 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12785
12786         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12787         and XEmacs that don't have `remove-overlays'.
12788
12789 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12790
12791         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12792         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12793         selective display.  Use overlays instead.
12794
12795 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12796
12797         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12798
12799 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12800
12801         * spam-stat.el (spam-stat-load): Fix typo in message.
12802
12803 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12804
12805         * dig.el (dig-invoke): Fix typo in docstring.
12806         (query-dig): Reflow docstring.
12807
12808 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12809
12810         * gnus-art.el (gnus-article-encrypt-body):
12811         * message.el (message-check-recipients):
12812         * mm-util.el (mm-codepage-setup):
12813         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12814         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12815
12816 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12817
12818         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12819         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12820         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12821         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12822         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12823
12824 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12825
12826         * dig.el: Add "Keywords: comm", as per net-utils.el.
12827
12828 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12829
12830         * dig.el (dig-mode): Use define-derived-mode.
12831
12832 2009-09-19  Glenn Morris  <rgm@gnu.org>
12833
12834         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12835
12836 2009-09-18  Glenn Morris  <rgm@gnu.org>
12837
12838         * gnus-diary.el (gnus-diary-check-message):
12839         * message.el (message-insert-formatted-citation-line):
12840         * nnbabyl.el (top-level):
12841         * nndiary.el (nndiary-schedule):
12842         Fix typos in condition-case handlers.
12843
12844 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12845
12846         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12847         configuration that provides the sole article window in a frame;
12848         position point correctly after deleting a part.
12849
12850 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12851
12852         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12853         (spam-resolve-registrations-routine): Use it to unregister articles
12854         that change status.
12855
12856 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12857
12858         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12859         with XEmacs.
12860         (parse-time-string-chars): Use it.
12861
12862 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12863
12864         * imap.el (imap-interactive-login): Better messages.
12865         (imap-open): Fix bug with renamed buffer on reconnect.
12866         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12867         for easier debugging and cleaner code.  On successful (guessed based on
12868         server capabilities) secondary authentication, set imap-state
12869         correctly.
12870         (imap-last-authenticator): Define imap-last-authenticator as a variable
12871         to avoid warnings.
12872
12873 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12874
12875         * nnrss.el (nnrss-request-article): Remove binding of
12876         default-enable-multibyte-characters that has gotten needless by
12877         the 2007-07-13 change in rfc2047-encode-message-header.
12878
12879         * mml.el (mml-insert-multipart): Error on the message header.
12880         (mml-insert-part): Error on the message header; position point at
12881         the end of a MIME tag.
12882
12883 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12884
12885         * time-date.el (autoload): Expand define-obsolete-function-alias into
12886         defalias and make-obsolete for old Emacsen that Gnus supports.
12887         (with-no-warnings): Define it for old Emacsen.
12888         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12889         is available.
12890         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12891         float-time is available; suppress compile warning for time-to-seconds.
12892
12893         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12894         (gnus-float-time): Alias to float-time if it exists.
12895
12896         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12897         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12898         float-time is available; suppress compile warning for time-to-seconds.
12899
12900         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12901         XEmacs.
12902
12903 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12904
12905         * imap.el (imap-message-map): Docstring fix.
12906
12907 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12908
12909         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12910         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12911         Add the optional argument `encoding' that overrides the default.
12912
12913         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12914         mm-encode-buffer.
12915
12916 2009-09-04  Glenn Morris  <rgm@gnu.org>
12917
12918         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12919         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12920         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12921         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12922         * mm-util.el (mm-with-unibyte-current-buffer)
12923         (mm-find-buffer-file-coding-system):
12924         * yenc.el (yenc-decode-region): Use default-value rather than
12925         default-enable-multibyte-characters.
12926
12927 2009-09-03  Glenn Morris  <rgm@gnu.org>
12928
12929         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12930         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12931         than default-enable-multibyte-characters.
12932
12933 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12934
12935         * gnus-art.el (gnus-article-read-summary-keys):
12936         Fix gnus-buffer-configuration's value temporarily used.
12937
12938 2009-09-02  Glenn Morris  <rgm@gnu.org>
12939
12940         * gnus-util.el (gnus-float-time): New function.
12941         * gnus-delay.el (gnus-delay-article):
12942         * gnus-sum.el (gnus-thread-latest-date):
12943         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12944         * nnspool.el (nnspool-request-newgroups):
12945         Use gnus-float-time rather than time-to-seconds.
12946         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12947
12948         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12949         (gnus-header-subject-face, gnus-header-newsgroups-face)
12950         (gnus-header-name-face, gnus-header-content-face):
12951         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12952         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12953         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12954         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12955         (gnus-cite-face-11):
12956         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12957         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12958         (gnus-server-closed-face, gnus-server-denied-face)
12959         (gnus-server-offline-face):
12960         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12961         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12962         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12963         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12964         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12965         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12966         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12967         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12968         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12969         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12970         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12971         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12972         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12973         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12974         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12975         (gnus-summary-high-undownloaded-face)
12976         (gnus-summary-low-undownloaded-face)
12977         (gnus-summary-normal-undownloaded-face)
12978         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12979         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12980         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12981         (gnus-splash-face):
12982         * message.el (message-header-to-face, message-header-cc-face)
12983         (message-header-subject-face, message-header-newsgroups-face)
12984         (message-header-other-face, message-header-name-face)
12985         (message-header-xheader-face, message-separator-face)
12986         (message-cited-text-face, message-mml-face):
12987         * sieve-mode.el (sieve-control-commands-face)
12988         (sieve-action-commands-face, sieve-test-commands-face)
12989         (sieve-tagged-arguments-face):
12990         * spam.el (spam-face):
12991         Mark face aliases with "-face" in the name as obsolete.
12992
12993 2009-09-01  Glenn Morris  <rgm@gnu.org>
12994
12995         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12996         than goto-line.
12997
12998 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12999
13000         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13001         Don't move point if the command is invoked inside the message header.
13002
13003 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13004
13005         * imap.el (imap-send-command): Simplify.
13006         (imap-wait-for-tag): point-max -> buffer-size.
13007
13008 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13009
13010         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13011         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13012         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13013         * nnir.el (nnir-swish-e-index-file):
13014         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13015         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13016         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13017         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13018         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13019         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13020
13021 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13022
13023         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13024         Don't save excursion.
13025
13026 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13027
13028         * nnheader.el (nnheader-find-file-noselect):
13029         * mm-util.el (mm-insert-file-contents):
13030         Use (default-value 'major-mode) instead of default-major-mode.
13031
13032 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13033
13034         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13035
13036 2009-08-26  Glenn Morris  <rgm@gnu.org>
13037
13038         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13039         than placing in files.el.
13040
13041 2009-08-25  Glenn Morris  <rgm@gnu.org>
13042
13043         * nnir.el (top-level): Don't require cl at run-time.
13044         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13045         Replace cl-function substitute with gnus-replace-in-string.
13046         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13047         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13048         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13049         simplified expansions.
13050
13051 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13052
13053         * dig.el (dig): Add autoload cookie.
13054
13055 2009-08-22  Glenn Morris  <rgm@gnu.org>
13056
13057         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13058         goto-line.
13059
13060 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13061
13062         * parse-time.el (parse-time-string-chars): Save match data.
13063
13064 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13065
13066         * parse-time.el (parse-time-string-chars): Compute using character
13067         classes, to handle non-ascii characters (Bug#3190).
13068
13069 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13070
13071         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13072
13073         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13074         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13075         (gnus-mm-display-part, gnus-mime-display-single)
13076         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13077         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13078
13079         * gnus-sum.el
13080         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13081         (gnus-summary-move-article): Add expirable mark to articles copied or
13082         moved to group that has auto-expire turned on if the option is non-nil.
13083
13084 2009-07-24  Glenn Morris  <rgm@gnu.org>
13085
13086         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13087         Fix typo.  (Bug#3903)
13088
13089 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13090
13091         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13092         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13093         that should not be used for draft articles.
13094         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13095         that has no concern in minor mode keys.
13096         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13097         Abolish.
13098
13099 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13100
13101         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13102         article without making inquiry to a user for unknown encoding.
13103
13104         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13105         (nnmaildir--scan): Assume i-node and device number that file-attributes
13106         returns might be cons-cell.
13107
13108         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13109
13110         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13111
13112 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13113
13114         * auth-source.el: Remove docs now in auth.texi.  Don't use
13115         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13116         `auth-source-hide-passwords' and use them.
13117
13118 2009-07-15  Glenn Morris  <rgm@gnu.org>
13119
13120         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13121
13122 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13123
13124         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13125         excessive whitespace from the default values of title and description.
13126
13127 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13128
13129         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13130         mail-fetch-field to fetch Content-Description header in order to
13131         exclude newlines.
13132
13133 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13134
13135         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13136         format used by GnuPG 2.0.11.
13137
13138 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13139
13140         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13141         to deleted part.
13142
13143 2009-05-30  David Engster  <dengste@eml.cc>
13144
13145         * nnmairix.el: Remove old documentation in the commentary block.
13146         (nnmairix-request-group): Do not update active file for nnml back ends.
13147         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13148         end so that overview files are ignored.
13149         (nnmairix-update-groups): Make updating the groups more robust by using
13150         marks.
13151         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13152         with dollar characters in message-id.
13153
13154 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13155
13156         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13157         2008-12-25 in dns.el.
13158
13159 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13160
13161         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13162         could happen if the text is only composed of spaces and/or tabs.
13163
13164 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13165
13166         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13167         when sending a queued message to avoid extra mml tags.
13168
13169 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13170
13171         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13172
13173 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13174
13175         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13176         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13177         rmail-toggle-header for XEmacs;
13178         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13179
13180 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13181
13182         * gnus-dired.el: Remove autoload for gnus-setup-message.
13183         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13184         displaying Gnus logo; always use compose-mail.
13185
13186 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13187
13188         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13189
13190 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13191
13192         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13193         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13194         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13195         available.
13196         (gnus-nocem-epg-verify): New function.
13197
13198 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13199
13200         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13201
13202 2009-02-15  Glenn Morris  <rgm@gnu.org>
13203
13204         * gnus-util.el (rmail-insert-rmail-file-header)
13205         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13206         autoloads.
13207         (rmail-default-rmail-file): Remove unnecessary declaration.
13208         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13209
13210 2009-02-14  Glenn Morris  <rgm@gnu.org>
13211
13212         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13213         variable (only used in gnus-util, which declares it anyway).
13214         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13215         which was only needed by gnus-art (changed to not use it any more).
13216         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13217         only used in gnus-util, which autoloads it itself.
13218         (rmail-update-summary): Fix autoload.
13219
13220         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13221         rather than rmail-output-to-rmail-file.
13222
13223 2009-02-07  Glenn Morris  <rgm@gnu.org>
13224
13225         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13226         autoload of function that no longer exists.
13227         (rmail-toggle-header): Declare.
13228         (message-forward-rmail-make-body): Handle mbox Rmail.
13229
13230 2009-01-31  Glenn Morris  <rgm@gnu.org>
13231
13232         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13233         2009-01-09 change.
13234
13235 2009-01-31  Dave Love  <fx@gnu.org>
13236
13237         * imap.el (imap-fetch-safe): Bind debug-on-error.
13238         (imap-debug): Add imap-fetch-safe.
13239
13240 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13241
13242         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13243         (auth-source-forget-all-cached): New convenience function.
13244         (auth-source-user-or-password): Accept list of modes or a single mode.
13245
13246         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13247         auth-source modes.
13248
13249         * netrc.el (netrc-machine-user-or-password): Use list of
13250         auth-source modes.
13251
13252         * nnimap.el (nnimap-open-connection): Use list of
13253         auth-source modes.
13254
13255         * nntp.el (nntp-send-authinfo): Use list of
13256         auth-source modes.
13257
13258 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13259
13260         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13261         now.
13262
13263 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13264
13265         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13266         coding system in XEmacs; add a workaround for XEmacs.
13267
13268         * lpath.el: Fbind coding-system-aliasee.
13269
13270 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13271
13272         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13273         of current-language-environment.
13274
13275 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13276
13277         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13278         available at runtime.
13279
13280 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13281
13282         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13283
13284 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13285
13286         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13287         the greatest positive fixnum value doesn't work under an XEmacs with
13288         bignum support; use the most-positive-fixnum constant instead,
13289         available since Emacs 21.1 with cl and XEmacs 21.1.
13290
13291 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13292
13293         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13294         XEmacs gets not to work.
13295
13296 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13297
13298         * mm-util.el (mm-coding-system-priorities): Allow the value like
13299         "Japanese (UTF-8)" of current-language-environment.
13300
13301 2009-01-09  Glenn Morris  <rgm@gnu.org>
13302
13303         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13304         with last-command-event.
13305
13306 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13307
13308         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13309         in the doc string.
13310
13311         * message.el (message-fix-before-sending): Amend comment.
13312
13313 2009-01-08  Dave Love  <fx@gnu.org>
13314
13315         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13316
13317 2009-01-07  David Engster  <dengste@eml.cc>
13318
13319         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13320         simplified server definitions by converting it via
13321         gnus-server-to-method.
13322
13323 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13324
13325         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13326         parameter's operands.
13327
13328 2009-01-06  David Engster  <dengste@eml.cc>
13329
13330         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13331         primary select method (for gnus-group-mark-article-as-read).
13332
13333 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13334
13335         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13336         `(gnus)Face', not `(gnus)X-Face'.
13337
13338 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13339
13340         * mm-util.el (mm-ucs-to-char): New function.
13341
13342         * mm-url.el (mm-url-decode-entities): Use it.
13343
13344         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13345         unicode-to-char.
13346
13347 2009-01-05  Dave Love  <fx@gnu.org>
13348
13349         * time-date.el: Require cl for `declare'.
13350
13351 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13352
13353         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13354         Dave Love.
13355
13356 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13357
13358         * message.el (message-fix-before-sending): Add `eight-bit' to
13359         illegible-text check.
13360
13361 2009-01-03  Michael Olson  <mwolson@gnu.org>
13362
13363         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13364         `headers' is nil.  This can occur if the IMAP server does not have
13365         permissions to read messages from a folder, but can write new messages
13366         to the folder.
13367         (nnimap-request-article-part): Do not insert `data' if it is nil.
13368
13369         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13370         characters which will confuse `read', so skip past them.
13371
13372 2009-01-01  Dave Love  <fx@gnu.org>
13373
13374         * imap.el (imap-string-to-integer): Fix typo.
13375         (imap-fetch-safe): New function.
13376         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13377
13378         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13379
13380         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13381         (imap-parse-greeting): Fix doc strings.
13382         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13383         (imap-parse-flag-list): Make messages unique.
13384         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13385
13386         * nnimap.el: Fix author email.
13387         (nnimap-split-rule): Add FIXME comment.
13388         (nnimap-debug): Fix doc string.
13389
13390 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13391
13392         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13393
13394 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13395
13396         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13397         nslookup if resolv.conf isn't available.
13398         (dns-query): Rename from query-dns.
13399         (dns-query-cached): Rename from query-dns-cached.
13400
13401 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13402
13403         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13404         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13405         to check if those variables exist (first appeared in Emacs 18.50).
13406
13407 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13408
13409         * mm-util.el (mm-line-number-at-pos): New function.
13410
13411         * spam-report.el (spam-report-process-queue): Use it.
13412
13413 2008-12-24  David Engster  <dengste@eml.cc>
13414
13415         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13416         parameters that haven't existed as variables as buffer-local variables.
13417
13418 2008-12-23  Dave Love  <fx@gnu.org>
13419
13420         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13421         cadar.
13422
13423         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13424         imap-starttls-p.
13425         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13426
13427 2008-12-22  Dave Love  <fx@gnu.org>
13428
13429         * imap.el: Fix author email.  Doc fixes.
13430         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13431         reply.
13432
13433 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13434
13435         * spam-report.el (spam-report-gmane-max-requests): New constant.
13436         (spam-report-gmane-wait): New variable.
13437         (spam-report-gmane-ham, spam-report-gmane-spam)
13438         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13439         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13440         the server.
13441
13442         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13443         Add explanations.
13444
13445         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13446         nnheader-accept-process-output and nnheader-read-timeout if available.
13447         (pop3-movemail): Use it.
13448
13449         * message.el (message-check-news-body-syntax): Fix signature check if
13450         there's an attachment.
13451
13452 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13453
13454         * mm-util.el: Add comments to the mm- emulating functions.
13455
13456 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
13457
13458         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13459         Reported by Stephen Berman <stephen.berman@gmx.net>.
13460
13461 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13462
13463         * mm-util.el (mm-substring-no-properties): New function.
13464         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13465         (mm-special-display-p): Enable those lambda forms to be byte compiled.
13466         (mm-string-to-multibyte): Doc fix.
13467
13468         * mml.el (mml-attach-file): Use mm-substring-no-properties.
13469
13470 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13471
13472         * mml.el (mml-attach-file): Strip text properties from file name.
13473         (Bug#1574)
13474
13475 2008-12-16  Glenn Morris  <rgm@gnu.org>
13476
13477         * mm-util.el (mm-charset-override-alist): Declare for compiler.
13478
13479 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13480
13481         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13482         knows since the charset specified might be a bogus alias that
13483         mm-charset-synonym-alist provides.
13484
13485 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13486
13487         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13488         "ISO_8859-1".
13489
13490         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13491
13492 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13493
13494         * mm-util.el (mm-charset-eval-alist):
13495         Define it before mm-charset-to-coding-system.
13496         (mm-charset-to-coding-system): Add optional argument `silent';
13497         define it before mm-charset-override-alist.
13498         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13499         default value if it can be used in Emacs currently running;
13500         silence mm-charset-to-coding-system.
13501
13502 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13503
13504         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13505         `allow-override' which says whether to use `mm-charset-override-alist'.
13506         (rfc2047-decode-encoded-words): Use it.
13507
13508         * mm-util.el (mm-charset-override-alist): Fix custom type;
13509         add `(gb2312 . gbk)' to choices.
13510
13511 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13512
13513         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13514         fast.
13515
13516         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13517
13518         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
13519
13520 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
13521
13522         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13523         on links.
13524
13525         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13526
13527 2008-12-03  Lute Kamstra  <lute@gnu.org>
13528
13529         * sha1.el: Remove leading * from docstrings of defcustoms,
13530         deffaces, defconsts and defuns.
13531
13532 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13533
13534         * message.el (message-idna-to-ascii-rhs-1): Protect against local
13535         users' addresses that don't have domain parts.
13536         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13537         rather than message-narrow-to-head since there will be the message
13538         header separator.
13539
13540 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13541
13542         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13543         since the result is inserted in a unibyte buffer anyway.
13544         (nnimap-demule-use-string-to-multibyte): Remove.
13545         (nnimap-demule): Alias it to mm-string-to-multibyte.
13546
13547 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13548
13549         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13550         variable for debugging bug#464 and bug#1174.
13551         (nnimap-demule): Use it.
13552
13553 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13554
13555         * gnus-score.el (gnus-score-find-trace): Handle default score in total
13556         score calculation correctly.
13557
13558 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13559
13560         * message.el (message-send-mail): Just set the buffer to unibyte
13561         rather than use mm-with-unibyte-current-buffer which does a lot more.
13562         (message-send-mail-partially): Don't bother with
13563         mm-with-unibyte-current-buffer since it's already been made unibyte by
13564         message-send-mail.
13565
13566 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13567
13568         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13569
13570 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13571
13572         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13573
13574 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13575
13576         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13577         require itself and to remove `with-no-warnings'.
13578
13579 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
13580
13581         * starttls.el (starttls-any-program-available): Get the name of the
13582         available TLS layer program.
13583         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13584         well as the host name in the "opening" message.
13585
13586         * auth-source.el (auth-source-cache, auth-source-do-cache)
13587         (auth-source-user-or-password): Cache passwords and logins by default,
13588         allow override with `auth-source-do-cache'.
13589         (auth-source-forget-user-or-password): Allow users to remove cache
13590         entries if needed.
13591
13592 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
13593
13594         * md4.el (md4-buffer): Fix typo in docstring.
13595         (md4, md4-64): Doc fixes.
13596         (md4-pack-int32): Reflow docstring.
13597
13598 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13599
13600         * ietf-drums.el (ietf-drums-remove-comments): Localize second
13601         condition-case to only the forward-sexp call.
13602
13603 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13604
13605         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13606         quotes contained.  Make it more robust regardless by an extra
13607         condition-case wrapper.
13608
13609 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13610
13611         * lpath.el: No need to fbind codepage-setup for Emacs 23.
13612
13613 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13614
13615         * nnml.el (nnml-request-expire-articles): Check if the function set to
13616         `nnmail-expiry-target' returns the symbol `delete'.
13617
13618         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13619
13620         * nnmail.el (nnmail-expiry-target): Fix custom type.
13621
13622 2008-10-02  Glenn Morris  <rgm@gnu.org>
13623
13624         * mm-util.el (mm-codepage-setup): Tweak codepage error.
13625         Silence compiler warning.
13626
13627 2008-10-01  Magnus Henoch  <mange@freemail.hu>
13628
13629         * tls.el (open-tls-stream): Show the actual command being
13630         executed, instead of the format string.
13631
13632 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13633
13634         * lpath.el: Fbind codepage-setup for Emacs 23.
13635
13636 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13637
13638         * mml.el (mml-menu): Don't assume mml2015 is bound.
13639
13640 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13641
13642         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13643         exists.
13644
13645 2008-09-27  Glenn Morris  <rgm@gnu.org>
13646
13647         * gnus-util.el (mail-header-remove-comments): Autoload it.
13648
13649 2008-09-27  Andreas Schwab  <schwab@suse.de>
13650
13651         * gnus-util.el (gnus-split-references): Strip comments.
13652         (gnus-parent-id): Likewise.
13653
13654 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
13655
13656         * message.el (message-confirm-send): Fix version.
13657
13658 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13659
13660         * message.el (message-idna-to-ascii-rhs-1): Use
13661         mail-extract-address-components rather than mail-header-parse-addresses
13662         that is an alias by default to ietf-drums-parse-addresses that does not
13663         support non-ASCII names in headers' contents.
13664
13665 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13666
13667         * message.el (message-confirm-send): Fix variable documentation to
13668         avoid the "y/n" wording.
13669
13670 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
13671
13672         * message.el (message-set-auto-save-file-name): Save to a different
13673         filename so multiple messages (especially drafts) can be recovered.
13674
13675 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
13676
13677         * message.el (message-confirm-send): Add appropriate version.
13678
13679 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
13680
13681         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13682         defvar.
13683
13684 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
13685
13686         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13687         (mm-pkcs7-enveloped-magic): Ditto.
13688
13689 2008-09-17  Simon Josefsson  <simon@josefsson.org>
13690
13691         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13692         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13693
13694 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
13695
13696         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13697         default, it's better.
13698
13699 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
13700
13701         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13702         summary line gnus-number property and ignore them (with a warning
13703         message).
13704
13705 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13706
13707         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13708         macro caddr in the interactive form since it won't be expanded.
13709
13710 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13711
13712         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13713         `charset'; fix name of function called recursively.
13714         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13715
13716 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13717
13718         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13719         (gnus-mime-set-charset-parameters): New function.
13720         (gnus-mime-view-part-as-charset): Use it to correctly display part
13721         specifying wrong charset.
13722
13723 2008-09-08  David Engster  <dengste@eml.cc>
13724
13725         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13726         in completing-read for back end server.
13727
13728 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13729
13730         * message.el (message-confirm-send): New variable to confirm sending a
13731         message.
13732         (message-send): Use it.
13733
13734 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13735
13736         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13737
13738 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13739
13740         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13741
13742 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13743
13744         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13745         prevent tracking too many groups.
13746         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13747         Use it.
13748
13749 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13750
13751         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13752         moving point to the bottom of the window in order to avoid recentering.
13753
13754 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13755
13756         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
13757
13758         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13759         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13760         (gnus-article-beginning-of-window): Fix calculation.
13761
13762 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13763
13764         * gnus-msg.el (gnus-summary-supersede-article)
13765         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13766         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13767         message header.
13768
13769 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13770
13771         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13772         pending output coming after the status change.
13773
13774 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13775
13776         * message.el:
13777         * gnus-start.el:
13778         * gnus-registry.el: Remove VMS support.
13779
13780 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13781
13782         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13783         macro.
13784         (rfc2104-hash): Use it.
13785
13786 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13787
13788         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13789         (gnus-summary-sort-by-most-recent-date): New commands.
13790         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13791         and menu entries.
13792
13793 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13794
13795         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13796         don't redisplay article for raw contents; remove plural articles stuff.
13797
13798         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13799         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13800         on gnus-summary-save-article; display results properly.
13801
13802 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13803
13804         * lpath.el: No need to fbind ns-focus-frame.
13805
13806 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13807
13808         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13809
13810 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13811
13812         * gnus-art.el (gnus-summary-save-in-pipe):
13813         Consider gnus-save-all-headers.
13814
13815 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13816
13817         * gnus-util.el (ns-focus-frame): Remove declaration.
13818         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13819         like x.
13820
13821 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13822
13823         * rfc2104.el (rfc2104-zero): Delete defconst.
13824         (rfc2104-hex-alist): Likewise.
13825         (rfc2104-hex-to-int): Delete func.
13826         (rfc2104-hexstring-to-bitstring): Likewise.
13827         (rfc2104-nybbles): New defconst.
13828         (rfc2104-hash): Rewrite for speed.
13829
13830 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13831
13832         * tls.el (open-tls-stream): Make it work with the 2nd argument
13833         BUFFER that is a string but does not exist as a buffer object, as
13834         mentioned in the doc-string.
13835
13836 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13837
13838         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13839         SXEmacs.
13840
13841 2008-07-16  Glenn Morris  <rgm@gnu.org>
13842
13843         * gnus-util.el (ns-focus-frame): Declare for compiler.
13844
13845 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13848         set as a group parameter.
13849         (gnus-summary-save-in-pipe): Work when it is called independently.
13850         (gnus-summary-pipe-to-muttprint): Don't modify
13851         gnus-summary-pipe-output-default-command.
13852
13853 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13854
13855         * message.el (message-send-mail-with-sendmail):
13856         Display the error message.
13857
13858 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13859
13860         * gnus-art.el (gnus-default-article-saver):
13861         Add gnus-summary-save-in-pipe to choices.
13862         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13863         gnus-summary-pipe-output-default-command as the default command.
13864         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13865         instead of gnus-last-shell-command.
13866
13867         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13868         New user option.
13869         (gnus-summary-muttprint-program): Mention the value will be changed.
13870         (gnus-summary-save-article): Force showing of all headers.
13871         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13872
13873 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13874
13875         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13876
13877 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13878
13879         * nnimap.el (nnimap-id):
13880         * sieve-manage.el (sieve-manage-open): Doc fixes.
13881
13882 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13883
13884         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13885         if available.
13886
13887 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13888
13889         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13890
13891         * nnkiboze.el (nnkiboze-generate-group):
13892         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13893
13894         * nnmairix.el: Require CL.
13895
13896 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13897
13898         * dgnushack.el: Autoload get-display-table and put-display-table for
13899         XEmacs 21.5.
13900
13901         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13902         21.4 and SXEmacs.
13903
13904 2008-06-15  David Engster  <dengste@eml.cc>
13905
13906         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13907
13908 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13909
13910         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13911         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13912         runtime choice under XEmacs.
13913
13914         * gnus-sum.el (gnus-summary-set-display-table):
13915         Use `gnus-put-display-table', `gnus-get-display-table',
13916         `gnus-set-display-table' for the display table, instead of `aset'.
13917
13918         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13919         Use `gnus-put-display-table', `gnus-get-display-table',
13920         `gnus-set-display-table' for the display table.
13921
13922 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13923
13924         * nnmairix.el: Add autoloads.
13925
13926 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13927
13928         * nnmairix.el (nnmairix-delete-recreate-group)
13929         (nnmairix-update-and-clear-marks): Fix error messages.
13930
13931 2008-06-14  David Engster  <dengste@eml.cc>
13932
13933         * nnmairix.el: Upgrade to version 0.6.
13934         (nnmairix-group-toggle-propmarks-this-group)
13935         (nnmairix-group-toggle-readmarks-this-group)
13936         (nnmairix-group-delete-recreate-this-group)
13937         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13938         (nnmairix-remove-tick-mark-original-article): New commands.
13939         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13940         (nnmairix-propagate-marks-to-nnmairix-groups)
13941         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13942         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13943         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13944         functions needed for marks propagation and manipulation of read marks.
13945         (nnmairix-update-groups): New function.
13946         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13947         (nnmairix-determine-original-group-from-registry)
13948         (nnmairix-determine-original-group-from-path)
13949         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13950         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13951         New helper functions.
13952         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13953         keystrokes for new commands.
13954         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13955         (nnmairix-request-group): Check allow-fast group parameter.
13956         (nnmairix-request-create-group): Set allow-fast group parameter if
13957         nnmairix-allowfast-default is set.
13958         (nnmairix-close-group): Propagate marks upon closing if needed.
13959         (nnmairix-group-toggle-threads-this-group): Use new.
13960         nnmairix-group-toggle-parameter helper function.
13961         (nnmairix-search): Better check for empty search result.
13962         (nnmairix-goto-original-article): Use new helper functions for
13963         determining original article.
13964         (nnmairix-show-original-article): Make sure message-id is in brackets.
13965         (nnmairix-call-mairix-binary): Change variable name.
13966         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13967         helper function.
13968         (nnmairix-widget-toggle-activate): Fix doc string.
13969
13970 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13971
13972         * nnir.el: Require edmacro when compiling with XEmacs.
13973         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13974         available in Emacs 21.
13975
13976 2008-06-11  Glenn Morris  <rgm@gnu.org>
13977
13978         * gnus-util.el (x-focus-frame):
13979         * gnus.el (image-size):
13980         * mm-decode.el (image-size): Declare.
13981
13982         * gnus-picon.el (declare-function): Add compat definition.
13983         (image-size): Declare.
13984
13985         * gnus-group.el (tool-bar-map):
13986         * gnus-sum.el (tool-bar-map): Define for compiler.
13987
13988         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13989
13990         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13991
13992         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13993         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13994         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13995         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13996         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13997         * sieve-manage.el, spam-report.el, spam.el:
13998         Remove unnecessary eval-and-compile of autoloads.
13999
14000 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14001
14002         * auth-source.el: Precise Tramp doc.
14003
14004 2008-06-07  Glenn Morris  <rgm@gnu.org>
14005
14006         * nnmairix.el: Remove unnecessary eval-when-compile.
14007
14008 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14009
14010         * lpath.el: Fbind propertize for XEmacs 21.4.
14011
14012 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14013
14014         * nnir.el: Move here from ../contrib.
14015
14016 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14017
14018         * gnus-util.el (gnus-read-shell-command): New function.
14019         * mm-decode.el (mm-pipe-part):
14020         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14021
14022 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14023
14024         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14025
14026 2008-06-03  Glenn Morris  <rgm@gnu.org>
14027
14028         * pop3.el (nnheader-accept-process-output): Autoload it.
14029
14030 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14031
14032         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14033         are not 2-digit hexadecimal characters that follow `%'s.
14034
14035 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14036
14037         * message.el (message-bogus-recipient-p): Fix type in doc string.
14038         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14039         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14040         Improve custom options.
14041         (message-bogus-recipient-p): Adjust accordingly.
14042
14043 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14044
14045         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14046         long-form month and day names.
14047
14048 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14049
14050         * dgnushack.el: Autoload debug, eudc-expand-inline and
14051         pgg-snarf-keys-region for XEmacs.
14052
14053         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14054
14055         * nnmairix.el: Require edmacro when compiling with XEmacs.
14056
14057 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14058
14059         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14060         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14061
14062 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14063
14064         * auth-source.el: Add more docs.
14065
14066         * netrc.el (netrc-machine): Always match if the port is not given.
14067
14068 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14069
14070         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14071         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14072         retrieval faster in some cases, but might make CPU usage larger.
14073         If this has any bad side effects, we might revert this change.
14074
14075         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14076         seems to make mail retrieval much, much faster.
14077         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14078         unconditionally.
14079
14080         * gnus-draft.el (gnus-group-send-queue):
14081         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14082
14083 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14084
14085         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14086
14087         * message.el (message-bogus-address-regexp): Fix and improve custom
14088         type.
14089         (message-setup-hook): Add message-check-recipients as custom option.
14090
14091 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14092
14093         * message.el (message-cite-function): Remove bogus autoload which crept
14094         in during merge from v5-10.
14095
14096 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14097
14098         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14099
14100         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14101
14102         * auth-source.el: Preliminary Tramp docs.
14103         (auth-sources): Change the default auth-sources to use
14104         EPA .gpg files.
14105
14106 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14107
14108         * nntp.el: Autoload `auth-source-user-or-password'.
14109         (nntp-send-authinfo): Use it.
14110
14111         * nnimap.el: Autoload `auth-source-user-or-password'.
14112         (nnimap-open-connection): Use it.
14113
14114         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14115         for the gnus-message function.
14116         (auth-source-user-or-password): Use it.
14117
14118 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14119
14120         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14121         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14122         (rfc2104-hash): Use it.
14123
14124 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14125
14126         * gnus-art.el (gnus-article-toggle-truncate-lines):
14127         Don't use `iff' in docstring.
14128
14129 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14130
14131         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14132
14133         * gnus-util.el (gnus-extract-address-component-name)
14134         (gnus-extract-address-component-email): Convenience functions around
14135         `gnus-extract-address-components'.
14136
14137         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14138         Use `gnus-extract-address-component-email' to fix bug of comparing full
14139         sender name to `user-mail-address'.
14140
14141 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14142
14143         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14144         catch/throw to optimize.
14145         (gnus-registry-find-keywords): Just use member to find a keyword.
14146
14147 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14148
14149         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14150         is current before calling gnus-server-prepare.
14151         (gnus-server-setup-buffer, gnus-server-update-server)
14152         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14153
14154 2008-05-04  Juri Linkov  <juri@jurta.org>
14155
14156         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14157         (mailcap-file-default-commands): Use mailcap-replace-in-string
14158         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14159         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14160
14161 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14162
14163         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14164
14165 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14166
14167         * gnus.el: Bump version to 0.11.
14168
14169 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14170
14171         * gnus.el: No Gnus v0.10 is released.
14172
14173 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14174
14175         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14176         hooks.
14177         (gnus-update-read-articles): Speed up non-marks-using users.
14178         (gnus-use-marks): Define gnus-use-marks.
14179         (gnus-propagate-marks): Rename variable to something more sensible.
14180
14181 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14182
14183         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14184         (gmm-image-load-path-for-library): Fix typos in docstrings.
14185         (gmm-message): Reflow docstring.
14186
14187 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14188
14189         * mail-source.el (mail-source-set-1, mail-source-bind):
14190         Move auth-source code out of the macro to clean it up and fix bugs.
14191
14192 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14193
14194         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14195         by sender if it's equal to user-mail-address, it's likely to be
14196         useless.
14197
14198         * mail-source.el (mail-source-bind): Don't use user or password if they
14199         are not bound.  Unintern them if they are nil.  Don't use server unless
14200         it's bound, and default it to empty string otherwise.
14201
14202 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14203
14204         * mail-source.el: Load auth-source.el.
14205         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14206         get user name or password, if auth-sources is set up.
14207
14208         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14209         strategy of splitting with parent.
14210         (gnus-registry-split-fancy-with-parent)
14211         (gnus-registry-post-process-groups): Use it and fix prior
14212         bug (returning a list as the split result).
14213
14214         * auth-source.el (auth-sources): Remove server parameter.
14215         (auth-source-pick, auth-source-user-or-password)
14216         (auth-source-user-or-password-imap)
14217         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14218         (auth-source-user-or-password-sftp)
14219         (auth-source-user-or-password-smtp): Remove server parameter.
14220
14221 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14222
14223         * smime.el (smime-sign-region, smime-encrypt-region)
14224         (smime-decrypt-region):
14225         Remove redundant calls to `generate-new-buffer-name'.
14226
14227 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14228
14229         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14230         Don't use QP for message/rfc822.
14231         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14232
14233 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14234
14235         * sieve-manage.el (sieve-string-bytes): Remove.
14236         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14237         correct byte-length only if the process's coding-system is the same as
14238         the one used internally by Emacs to represent strings.
14239
14240 2008-04-22  Juri Linkov  <juri@jurta.org>
14241
14242         * mailcap.el (mailcap-file-default-commands): New function.
14243
14244 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14245
14246         * message.el (message-signature-separator, message-cite-function):
14247         Change custom version.
14248
14249 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14250
14251         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14252         commands.
14253         (tls-checktrust): Ditto.
14254
14255 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14256
14257         * mm-decode.el (mm-display-external): Make temp file read-only.
14258
14259 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14260
14261         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14262         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14263         `C-c C-f d'.
14264
14265 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14266
14267         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14268
14269 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14270
14271         * gnus.el: Bump version to 0.9.
14272
14273 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14274
14275         * gnus.el: No Gnus v0.8 is released.
14276
14277 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14278
14279         * mail-source.el (mail-source-value):
14280         Prefer fboundp to functionp so it works with macros as well.
14281
14282 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14283
14284         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14285         Fix last change in case the element is not even a symbol.
14286
14287 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14288
14289         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14290         Prefer fboundp to functionp so it works with macros as well.
14291
14292 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14293
14294         * auth-source.el: Add docs.
14295         (auth-sources): Modify format to support server.
14296         (auth-source-pick, auth-source-user-or-password)
14297         (auth-source-user-or-password-imap)
14298         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14299         (auth-source-user-or-password-sftp)
14300         (auth-source-user-or-password-smtp): Add server parameter.
14301
14302 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14303
14304         * gnus-registry.el: Initialize the registry when gnus-registry-install
14305         is t.
14306
14307 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14308
14309         * compface.el (uncompface): Make buffer unibyte.
14310
14311 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14312
14313         * mail-source.el (mail-source-value):
14314         Prefer fboundp to functionp so it works with macros as well.
14315
14316 2008-04-05  Glenn Morris  <rgm@gnu.org>
14317
14318         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14319
14320 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14321
14322         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14323         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14324
14325         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14326         multibyteness after rather than before erasing it.
14327
14328         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14329         mm-with-multibyte.
14330         (gnus-request-article-this-buffer): Make sure the proper decoding is
14331         used if gnus-original-article-buffer happens to be unibyte.
14332
14333         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14334         default-enable-multibyte-characters.
14335
14336         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14337         default-enable-multibyte-characters.
14338
14339         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14340
14341         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14342
14343 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14344
14345         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14346         Fix last change in case the element is not even a symbol.
14347
14348 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14349
14350         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14351         (imap-message-copyuid-1): Use it.
14352         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14353         J. Williams in
14354         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14355
14356         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14357         imap-enable-exchange-bug-workaround.
14358         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14359
14360 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14361
14362         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14363         a 100 byte status-checks into a 2-3MB transfer for each group.
14364         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14365         to enable bug workaround or not.
14366         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14367
14368 2008-03-31  Glenn Morris  <rgm@gnu.org>
14369
14370         * message.el (mml2015-use): Declare for compiler.
14371         (message-info): Require mml2015 when appropriate.
14372
14373 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14374
14375         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14376         whitespace.
14377
14378 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14379
14380         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14381         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14382         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14383         (nntp-service-to-port): New function.
14384         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14385         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14386         (nntp-open-netcat-stream): New function.
14387         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14388
14389 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14390
14391         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14392
14393 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14394
14395         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14396
14397 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14398
14399         * dns.el (dns-write): Use set-buffer-multibyte.
14400
14401 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14402
14403         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14404
14405 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14406
14407         * message.el (message-signature-separator): Change default.
14408         Improve custom type.
14409         (message-cite-function): Change default to
14410         message-cite-original-without-signature.
14411
14412         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14413         toggle.
14414
14415         * message.el (message-check-news-body-syntax): Fix signature check.
14416         (message-setup-1): Mark buffer as unmodified _after_ running
14417         message-setup-hook and handling message-alternative-emails.
14418         (message-shorten-references): Be more strict when building list of
14419         valid references to comply with GNKSA.
14420
14421         * gnus-group.el (gnus-read-ephemeral-bug-group)
14422         (gnus-read-ephemeral-debian-bug-group)
14423         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14424
14425         * message.el (message-info): Don't use booleanp which isn't supported
14426         in Emacs 21 and XEmacs.
14427
14428 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14429
14430         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14431         gnus-group-gmane-group-download-format.
14432         (gnus-group-read-ephemeral-gmane-group): Rename from
14433         gnus-group-read-ephemeral-gmane-group.
14434         (gnus-read-ephemeral-gmane-group-url): Rename from
14435         gnus-group-read-ephemeral-gmane-group-url.
14436         (gnus-bug-group-download-format-alist): New variable.
14437         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14438         (gnus-read-ephemeral-emacs-bug-group): New commands.
14439
14440 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14441
14442         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14443         (gnus-visible-headers): Improve custom type.
14444
14445 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14446
14447         * mml.el (mml-menu): Add workarounds for XEmacs.
14448
14449         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14450         X-Boundary header.
14451
14452         * message.el (message-simplify-recipients): Fix previous commit.
14453
14454 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14455
14456         * mm-util.el (mm-set-buffer-multibyte): New function.
14457         * mm-decode.el (mm-copy-to-buffer): Use it.
14458
14459         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14460         Prefer fboundp to functionp so it works with macros as well.
14461
14462 2008-03-19  Glenn Morris  <rgm@gnu.org>
14463
14464         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
14465         Accidentally removed in the sync process with Emacs.
14466
14467 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14468
14469         * message.el (message-alter-recipients-discard-bogus-full-name):
14470         New function.
14471         (message-alter-recipients-function): New variable.
14472         (message-get-reply-headers): Use it.
14473         (message-replace-header): New helper function.
14474         (message-recipients-without-full-name): New variable.
14475         (message-simplify-recipients): New command.
14476
14477         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14478
14479         * message.el (message-info): Handle EasyPG manual.
14480
14481         * mml.el (mml-menu): Add entry for EasyPG.
14482
14483 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
14484
14485         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14486         parameter.
14487
14488         * message.el (message-disassociate-draft): Specify drafts group name
14489         fully.
14490
14491 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
14492
14493         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14494         Eliminate unnecessary duplicates from the match list.
14495
14496 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14497
14498         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
14499
14500         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
14501
14502         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14503         args of `how-many' of which the XEmacs version doesn't take; declare
14504         Info-index-next as function.
14505
14506 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14507
14508         * gnus-score.el (gnus-score-headers): Fix handling of
14509         gnus-inhibit-slow-scoring.
14510
14511         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14512         string.
14513         (gnus-button-url-regexp): Improve handling of parenthesis.
14514         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14515         (gnus-button-handle-info-keystrokes): Handle index entries.
14516
14517 2008-03-15  Glenn Morris  <rgm@gnu.org>
14518
14519         * parse-time.el (parse-time-string): Simplify.
14520
14521 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14522
14523         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14524         Incoming* files.
14525
14526 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
14527
14528         * auth-source.el (auth-sources): Rename from auth-source-choices.
14529         (auth-source-pick): Use it.
14530
14531 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14532
14533         * binhex.el (binhex-decode-region-internal):
14534         * uudecode.el (uudecode-decode-region-internal):
14535         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14536         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14537         setting default-enable-multibyte-characters.
14538
14539 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14540
14541         * auth-source.el (auth-source-protocols)
14542         (auth-source-protocols-customize, auth-source-choices): Add and
14543         modified variable customizations and defaults.
14544         (auth-source-pick, auth-source-user-or-password)
14545         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14546         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14547         (auth-source-user-or-password-sftp)
14548         (auth-source-user-or-password-smtp): Use new variables and provide an
14549         interface to netrc.el.
14550
14551 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14552
14553         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14554         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14555         Make sure the nntp port to specify is a string.
14556
14557 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14558
14559         * nntp.el: Use with-current-buffer.
14560         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14561         dubious mm-with-unibyte-current-buffer.
14562         (nntp-with-open-group-function): New function extracted from
14563         nntp-with-open-group macro.
14564         (nntp-with-open-group): Use the function, so it's easier to debug.
14565         Add indentation and debugging info.
14566         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14567         Recommend the use of the netcat alternatives.
14568
14569         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14570         Avoid mm-string-as-multibyte as well.
14571
14572         * nnweb.el (nnweb-insert-html):
14573         Remove use of nnheader-string-as-multibyte.
14574
14575         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14576         (nnheader-string-as-multibyte): Remove.
14577
14578         * mm-view.el: Use inhibit-read-only.
14579         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14580         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14581         or unibyte-string.
14582
14583         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14584         (mm-uu-yenc-extract): Use with-current-buffer.
14585
14586         * gnus-soup.el (gnus-soup-send-packet): Don't use
14587         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14588
14589         * nnmh.el: Use with-current-buffer.
14590         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14591         mm-string-as-multibyte on the output of mm-encode-coding-string.
14592
14593         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14594         (nnimap-request-move-article): Use with-current-buffer.
14595
14596         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14597         inserting the handle-buffer's text, so the implicit multibyte->unibyte
14598         conversion uses string-make-unibyte rather than string-as-unibyte.
14599
14600         * gnus-msg.el: Use with-current-buffer.
14601
14602         * message.el (message-ignored-resent-headers): Add "Delivered-To".
14603
14604 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
14605
14606         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14607         string for caching if it is 'PIN.
14608
14609 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14610
14611         * lpath.el: Consider the case without Emacs/W3.
14612
14613 2008-03-08  Glenn Morris  <rgm@gnu.org>
14614
14615         * time-date.el (date-to-time, time-subtract, time-add)
14616         (safe-date-to-time): Doc fixes.
14617
14618 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14619
14620         * mail-source.el (mail-source-delete-old-incoming-confirm):
14621         Change default to nil.
14622         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14623
14624 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14625
14626         * lpath.el: Rearrange.
14627
14628         * gnus-art.el (gnus-narrow-to-page): Position point properly.
14629         (gnus-article-goto-prev-page): Work for articles having ^L's.
14630
14631         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14632
14633         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14634
14635 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14636
14637         * gnus-bookmark.el: Adjust for renames in bookmark.el.
14638         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14639         (gnus-bookmark-jump): Adjust some variable names.
14640
14641 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
14642
14643         * auth-source.el: New package.
14644         (auth-source-choices): Add customization entry point variable.
14645
14646         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14647         bug.
14648
14649 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
14650
14651         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14652         (gnus-registry-initialize, gnus-registry-install-p): Use it.
14653         (gnus-registry-install-shortcuts): Rename from
14654         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
14655         the `gnus-registry-mark-map' keymap dynamically from
14656         `gnus-registry-marks'.  The generated functions update the summary line
14657         when a registry mark is added or deleted, and will call
14658         `gnus-registry-install-p' (see the comments in the code).
14659         (gnus-registry-user-format-function-M): Use concat intelligently.
14660
14661         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14662         the registry mark functions.
14663
14664 2008-03-05  Glenn Morris  <rgm@gnu.org>
14665
14666         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14667         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14668         gnus-art.
14669         (top-level): No need to load own source when compiling.
14670
14671 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14672
14673         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14674         Suggested by <chris.anderton@zetnet.co.uk>.
14675
14676 2008-03-04  Glenn Morris  <rgm@gnu.org>
14677
14678         * gnus-sum.el (top-level): No need to require gnus when compiling,
14679         since unconditionally required near start of file.
14680         (gnus-summary-display-while-building): Move definition before use.
14681
14682 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14683
14684         * gnus-registry.el (gnus-registry-user-format-function-M):
14685         Add formatting function.
14686
14687 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14688
14689         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14690         with plists.
14691         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14692         Use new format.
14693
14694 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14695
14696         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14697         `where-is-internal' that returns a range of key sequences.
14698
14699 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14700
14701         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14702
14703         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14704         (gnus-summary-jump-to-group): Consider windows on other displayed
14705         frames as well.  Similar changes might be needed elsewhere, but that's
14706         the one I've bumped into during my use.
14707
14708         * nndoc.el (nndoc-oe-dbx-type-p):
14709         * gnus-msg.el (gnus-debug):
14710         * gnus-group.el (gnus-update-group-mark-positions):
14711         Use mm-string-to-multibyte.
14712
14713 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14714
14715         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14716         doesn't handle NotDashEscaped.
14717
14718         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
14719         (mml-dnd-attach-options): Fix typo in custom choice.
14720
14721         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14722         Change nndoc-article-type to mbox.
14723         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14724
14725         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14726         to nil, instead of html2text.
14727
14728         * imap.el (imap-debug): Add `imap-ping-server'.
14729
14730         * gnus-bookmark.el: Add FIXMEs.
14731
14732         * message.el (message-form-letter-separator)
14733         (message-send-form-letter-delay): New variables.
14734         (message-send-form-letter): Use them.  New command to send form
14735         letters.  Requested by Uwe Siart.
14736         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14737
14738 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14739
14740         * Update copyright years.
14741
14742 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14743
14744         Sync from EMACS_22_BASE.
14745
14746         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
14747
14748 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14749
14750         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14751         empty author.
14752
14753 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14754
14755         * gnus-registry.el (gnus-registry-marks): Add variable for
14756         customization of marks and their appearance.
14757         (gnus-registry-read-mark): Use it.
14758         (gnus-registry-do-marks): Add utility function to loop through
14759         `gnus-registry-marks'.
14760         (gnus-registry-install-shortcuts-and-menus): Add function to install
14761         shortcuts and menus.
14762         (gnus-registry-initialize): Use it.
14763         (gnus-registry-default-mark): Clarify documentation.
14764
14765 2008-02-29  Glenn Morris  <rgm@gnu.org>
14766
14767         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14768         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14769         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14770         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14771         Change defcustom :version from 23.0 to 23.1.
14772
14773 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14774
14775         * gnus-registry.el (gnus-registry-follow-group-p)
14776         (gnus-registry-post-process-groups): Add functions to aid registry
14777         splitting and improve logging.  Clarify behavior in function
14778         documentation.
14779         (gnus-registry-split-fancy-with-parent): Use them.
14780
14781 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14782
14783         * gnus-art.el: Use with-current-buffer.
14784
14785 2008-02-27  David Engster  <dengste@eml.cc>
14786
14787         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14788         Express real group name in the response.
14789
14790 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14791
14792         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14793         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14794         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14795         autoload gnus-registry-fetch-group when compiling.
14796         (nnmairix-request-group-with-article-number-correction):
14797         Remove unreferenced argument passed to nnmairix-call-backend.
14798
14799 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14800
14801         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14802         (mm-uu-extract): Improve face for low color ttys.
14803         Reported by Sascha Wilde.
14804
14805 2008-02-27  Glenn Morris  <rgm@gnu.org>
14806
14807         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14808         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14809         variables to defconsts.  Convert comments to doc-strings.
14810         (nnmairix-last-server, nnmairix-current-server): Convert from free
14811         variables to defvars.  Convert comments to doc-strings.
14812         (gnus-registry-fetch-group): Autoload.
14813         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14814         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14815         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14816         caddr.
14817         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14818         nnmairix-request-group-with-article-number-correction call.
14819         (nnmairix-fast, nnmairix-group): New, less general names, for free
14820         variables passed from nnmairix-request-group to
14821         nnmairix-request-group-with-article-number-correction.  Declare.
14822         (nnmairix-request-group-with-article-number-correction):
14823         Use nnmairix-fast, nnmairix-group rather than fast, group.
14824
14825 2008-02-26  David Engster  <dengste@eml.cc>
14826
14827         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14828         version 0.5.
14829
14830 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14831
14832         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14833         instead of making an extra function call.  Don't add the current group
14834         to articles only when they have the group.  Use
14835         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14836         Reported by David <de_bb@arcor.de>.
14837
14838 2008-02-24  Miles Bader  <miles@gnu.org>
14839
14840         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14841         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14842         (mm-find-mime-charset-region):
14843         * mm-bodies.el (mm-encode-body):
14844         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14845
14846 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14847
14848         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14849         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14850
14851 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14852
14853         * mail-source.el (mail-source-delete-incoming): Change default.
14854         Supplement doc string.
14855
14856         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14857
14858 2008-02-14  Glenn Morris  <rgm@gnu.org>
14859
14860         * time-date.el (format-seconds): New function.
14861
14862 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14863
14864         * nnmail.el (nnmail-message-id-cache-file): Derive from
14865         `gnus-home-directory'.
14866
14867 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14868
14869         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14870         Document negative prefix.
14871
14872         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14873
14874 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14875
14876         * message.el (message-unsent-separator): Add the Exim bounce
14877         separator.
14878
14879 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14880
14881         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14882         list.
14883         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14884         recipient/signer list.
14885
14886 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14887
14888         * Makefile.in (datarootdir): Define.
14889         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14890         name that might contain whitespace.
14891
14892 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14893
14894         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14895         fbound (Emacs 23 unicode), signal an error.
14896
14897 2008-02-08  Glenn Morris  <rgm@gnu.org>
14898
14899         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14900
14901 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14902
14903         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14904         ports to the calls to `netrc-machine-user-or-password' in addition to
14905         "imap" and "imaps".
14906
14907 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14908
14909         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14910
14911         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14912
14913 2008-02-01  Kenichi Handa  <handa@m17n.org>
14914
14915         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14916         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14917         (rfc2104-hash): Convert the result of concat to unibyte string.
14918
14919 2008-02-01  Dave Love  <fx@gnu.org>
14920
14921         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14922         coding-system-for-read.
14923         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14924
14925 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14926
14927         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14928         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14929         <hanche@math.ntnu.no>.
14930
14931 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14932
14933         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14934
14935         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14936
14937 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14938
14939         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14940         * message.el (message-beginning-of-line): Use featurep instead of bound
14941         tests in order to resolve conditionals at compile time.
14942
14943 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14944
14945         * mail-source.el (mail-sources): Add `group' choice.
14946
14947         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14948         parameter `in-group' to control into which group the articles go.
14949         Add treatment of `group' mail-source.
14950
14951 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14952
14953         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14954
14955         * mm-decode.el (mm-dissect-buffer): Decode description.
14956
14957         * mml.el (mml-to-mime): Encode message header first.
14958
14959 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14960
14961         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14962         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14963
14964         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14965         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14966
14967 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14968
14969         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14970
14971 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14972
14973         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14974         prefix keys.
14975         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14976         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14977         gnus-xmas.el.
14978
14979         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14980         (gnus-xmas-article-describe-bindings): New function.
14981         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14982         gnus-xmas-article-describe-bindings.
14983
14984         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14985
14986 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14987
14988         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14989         Add new variables for article mark management.
14990         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14991         list of extra data entries which, when present, will indicate that the
14992         article ID should not be trimmed from the registry.
14993         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14994         functions.
14995         (gnus-registry-read-mark): New function to read a mark name from the
14996         user.
14997         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14998         (gnus-registry-set-article-mark-internal): New functions to add and
14999         remove marks.
15000         (gnus-registry-get-article-marks): New function to show the marks for
15001         an article, or retrieve them for further use.
15002
15003 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15004
15005         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15006         keys when no argument is given.
15007
15008 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15009
15010         * imap.el (imap-ping-server): New variable.
15011         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15012         (imap-ping-server): Minor doc string fixes.
15013
15014 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15015
15016         * imap.el (imap-ping-server): New function.
15017         (imap-opened): Call imap-ping-server.
15018
15019 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15020
15021         * gnus-sum.el (gnus-article-sort-by-random)
15022         (gnus-thread-sort-by-random): Fix doc strings.
15023         Reported by jidanni@jidanni.org.
15024
15025 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15026
15027         * gnus-art.el (gnus-article-describe-bindings): New function.
15028         (gnus-article-read-summary-keys): Use it.
15029         (gnus-article-mode-map): Bind `C-h b' to it.
15030
15031 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15032
15033         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15034         XEmacs.
15035         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15036         Protect against non-character events.
15037
15038         * lpath.el: Fbind map-keymap for Emacs 21.
15039
15040 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15041
15042         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15043         New command.
15044         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15045         instead of END.  Change name of the temp file.
15046         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15047         customizable.
15048
15049 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15050
15051         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15052         bind `S W' to gnus-article-wide-reply-with-original; set default
15053         binding to gnus-article-read-summary-send-keys.
15054         (gnus-article-read-summary-keys): Fix the order of keys; display
15055         continuation keys correctly in the echo area; describe bindings
15056         correctly when keys end with `C-h'.
15057         (gnus-article-read-summary-send-keys): New function.
15058         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15059         Work for gnus-article-read-summary-send-keys; display continuation keys
15060         correctly in the echo area.
15061         (gnus-article-reply-with-original): Ignore prefix argument.
15062         (gnus-article-wide-reply-with-original): New function.
15063
15064         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15065         Emacs 21.
15066
15067 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15068
15069         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15070         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15071
15072 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15073
15074         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15075         (gnus-group-read-ephemeral-gmane-group): New command.
15076
15077 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15078
15079         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15080
15081 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15082
15083         * message.el (message-send-mail-function): Increase custom version.
15084
15085         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15086         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15087
15088 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15089
15090         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15091         for the cases where imap-authenticate is called with a nil buffer
15092         parameter.
15093
15094 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15095
15096         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15097         html parts correctly; support forwarded messages.
15098         (gnus-article-browse-html-article): Remove work buffers.
15099
15100         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15101         compiling.
15102         (netrc-bound-and-true-p): New macro.
15103         (netrc-parse): Use it instead of bound-and-true-p that is not available
15104         in XEmacs 21.4.
15105
15106 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15107
15108         * gnus-registry.el (gnus-registry-mark-article)
15109         (gnus-registry-article-marks): Add functionality to mark articles
15110         through the Gnus registry.
15111
15112         * encrypt.el: Clarify documentation for the new pgg method.
15113         (encrypt-file-alist): Add PGG option.
15114         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15115         functionality.  Abstract password key and messaging to external
15116         functions.
15117         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15118         (encrypt-message-method-and-cipher): Add new convenience external
15119         functions.
15120         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15121         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15122
15123         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15124         (netrc-parse): Use encrypt-file-alist to determine if
15125         encrypt-find-model or encrypt-insert-file-contents should be used.
15126
15127         * encrypt.el: Clarify documentation.  Load password-cache or
15128         password, whichever one is found first, instead of autoloading.
15129
15130 2007-12-19  Glenn Morris  <rgm@gnu.org>
15131
15132         * mml.el (message-options-set, message-narrow-to-head)
15133         (message-in-body-p, message-mail-p, message-encode-message-body):
15134         Autoload.
15135         (message-remove-header, message-narrow-to-headers-or-head)
15136         (message-subscribed-p, message-make-mail-followup-to)
15137         (message-position-on-field, message-news-p)
15138         (message-options-set-recipient, message-generate-headers)
15139         (message-sort-headers): Declare as functions.
15140
15141 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15142
15143         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15144         convention in doc string.
15145
15146 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15147
15148         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15149         title to html parts.
15150         (gnus-article-browse-html-article): Pass message header to it.
15151
15152         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15153
15154 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15155
15156         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15157         or password compatible with XEmacs.
15158
15159 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15160
15161         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15162         format document.
15163         (gnus-mime-delete-part): Don't write description line if empty.
15164         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15165
15166 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15167
15168         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15169         (gnus-summary-mark-read-and-unread-as-read)
15170         (gnus-summary-mark-current-read-and-unread-as-read)
15171         (gnus-summary-mark-unread-as-ticked): Doc fix.
15172         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15173
15174 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15175
15176         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15177         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15178
15179 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15180
15181         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15182         yes-or-no-p.
15183
15184 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15185
15186         * mm-decode.el (mm-add-meta-html-tag): New function.
15187         (mm-save-part-to-file, mm-pipe-part): Use it.
15188
15189         * gnus-art.el (gnus-article-browse-delete-temp-files):
15190         Use gnus-y-or-n-p instead of y-or-n-p.
15191         (gnus-article-browse-html-parts): Work with message/external-body; use
15192         mm-add-meta-html-tag.
15193
15194 2007-12-11  Glenn Morris  <rgm@gnu.org>
15195
15196         * gnus-cache.el: Require gnus-sum not just when compiling.
15197
15198         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15199
15200         * gnus-int.el (gnus-server-opened, gnus-status-message):
15201         Move definitions before use.
15202
15203         * mm-decode.el: Require gnus-util.
15204         (mm-remove-part): Only call delete-annotation on XEmacs.
15205
15206         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15207
15208         * nnmail.el: Require gnus-int.
15209
15210         * spam.el: Move `require's before `eval-when-compile's.
15211
15212         * gnus-ems.el (gnus-alive-p):
15213         * gnus-fun.el (message-goto-eoh):
15214         * gnus-util.el (gnus-group-name-decode):
15215         * mail-source.el (gnus-compress-sequence):
15216         * message.el (Info-goto-node, format-spec):
15217         * mm-bodies.el (message-options-get):
15218         * mm-decode.el (mm-view-pkcs7):
15219         * mm-util.el (gmm-write-region):
15220         * mml-smime.el (mml-compute-boundary)
15221         (gnus-completing-read-with-default):
15222         * mml.el (widget-button-press, gnus-make-hashtable):
15223         * mml1991.el (mm-decode-content-transfer-encoding)
15224         (mm-encode-content-transfer-encoding)
15225         (message-options-get, message-options-set):
15226         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15227         * nnfolder.el (gnus-request-group):
15228         * nnheader.el (ietf-drums-unfold-fws):
15229         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15230         * smime.el (gnus-run-mode-hooks):
15231         * spam-stat.el (gnus-message): Autoload.
15232
15233         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15234         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15235         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15236         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15237         Add declare-function compatibility definition.
15238
15239         * gnus-cache.el (nnvirtual-find-group-art):
15240         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15241         (gnus-add-image, gnus-add-wash-type):
15242         * gnus-group.el (nnkiboze-score-file):
15243         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15244         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15245         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15246         (message-tokenize-header, gnus-get-buffer-create)
15247         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15248         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15249         * gnus.el (gnus-group-decoded-name):
15250         * mail-source.el (imap-capability):
15251         * mm-bodies.el (message-options-set):
15252         * mm-decode.el (gnus-configure-windows):
15253         * mm-extern.el (message-goto-body):
15254         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15255         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15256         (epg-sub-key-validity, message-options-set):
15257         * mml.el (widget-event-point, gnus-configure-windows):
15258         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15259         * mml2015.el (epg-check-configuration, epg-configuration)
15260         (message-options-set):
15261         * nndb.el (nndb-request-article):
15262         * nnfolder.el (gnus-request-create-group):
15263         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15264         * nnmaildir.el (gnus-group-mark-article-read):
15265         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15266         * rfc1843.el (message-fetch-field):
15267         * spam.el (gnus-extract-address-components):
15268         Declare as functions.
15269
15270 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15271
15272         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15273
15274         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15275
15276         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15277         bind show-trailing-whitespace for XEmacs.
15278
15279 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15280
15281         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15282         new no-op macro for backward compatibility.
15283
15284         * imap.el (imap-string-to-integer): New function.
15285
15286 2007-12-09  Glenn Morris  <rgm@gnu.org>
15287
15288         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15289
15290         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15291         * message.el, mm-view.el, sieve-manage.el, smime.el:
15292         Add declare-function compatibility definition.
15293
15294         * gnus-art.el (w3-region, w3m-region, Info-menu):
15295         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15296         * gnus-sum.el (gnus-get-predicate):
15297         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15298         * message.el (mail-abbrev-in-expansion-header-p):
15299         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15300         (w3m-detect-meta-charset, w3m-region):
15301         * sieve-manage.el (password-read, password-cache-add)
15302         (password-cache-remove):
15303         * smime.el (password-read-and-add): Declare as functions.
15304
15305 2007-12-08  David Kastrup  <dak@gnu.org>
15306
15307         * gnus-sum.el (gnus-summary-simplify-subject-query):
15308         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15309         `message'.
15310
15311 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15312
15313         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15314         it to bind idna-program, installation-directory, defined-colors, and
15315         face-attribute for XEmacs of the version that compiles defcustom forms.
15316
15317 2007-12-07  Glenn Morris  <rgm@gnu.org>
15318
15319         * gnus-art.el (article-make-date-line): Revert previous change.
15320
15321 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15322
15323         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15324
15325 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15326
15327         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15328         Call gnus-add-to-range ranges only once with a prepared article-list.
15329
15330 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15331
15332         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15333         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15334         group names with backslashes.
15335         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15336
15337 2007-12-06  Deepak Goel  <deego3@gmail.com>
15338
15339         * gnus-art.el (article-make-date-line):
15340         * gnus-start.el (gnus-load):
15341         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15342
15343 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15344
15345         * gnus-art.el (gnus-use-idna):
15346         * gnus-start.el (gnus-site-init-file):
15347         * message.el (message-use-idna):
15348         * mm-uu.el (mm-uu-hide-markers):
15349         * smiley.el (smiley-style): Revert changes that suppress warnings.
15350
15351 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15352
15353         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15354         specify charset to html source.
15355         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15356
15357 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15358
15359         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15360         idna-program in order to suppress byte compile warning issued by XEmacs
15361         that came to byte compile the default value section of defcustom forms
15362         recently.
15363
15364         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15365         value of installation-directory.
15366
15367         * message.el (message-use-idna): Don't directly refer to the value of
15368         idna-program.
15369
15370         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15371
15372         * smiley.el (smiley-style): Don't directly call face-attribute.
15373
15374 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15375
15376         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15377
15378         * gnus-dired.el: Reduce Gnus dependencies.
15379         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15380         Don't require.  Use autoloads instead.
15381         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15382         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15383         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15384         (gnus-dired-mode): Adjust doc string.
15385         (gnus-dired-mail-mode): New variable.
15386         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15387         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15388         (gnus-dired-mail-buffers): New function.  Return mail or message
15389         composition buffers.
15390         (gnus-dired-attach): Use it.
15391         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15392         NO-DECODE.
15393         (gnus-dired-print): Use `gnus-print-buffer' depending on
15394         `gnus-dired-mail-mode'.
15395
15396 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15397
15398         * rfc2047.el (rfc2047-encoded-word-regexp)
15399         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15400         explaining what regexp patterns are for.
15401
15402 2007-12-04  Glenn Morris  <rgm@gnu.org>
15403
15404         * password.el: Move to password-cache.el.
15405
15406         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15407         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15408         * mml-smime.el (password-read, password-cache-add)
15409         (password-cache-remove):
15410         No need to autoload, since mml-sec requires password.
15411
15412         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15413         * message.el (gnus-extract-address-components):
15414         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15415
15416         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15417         password.
15418
15419 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15420
15421         * mailcap.el: Reduce dependencies.
15422         (mail-header-parse-content-type): Autoload.
15423         (mailcap-delete-duplicates): New alias.
15424         (mailcap-mime-info): Add optional argument NO-DECODE.
15425         (mailcap-mime-types): Use mailcap-delete-duplicates.
15426
15427         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15428
15429 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15430
15431         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15432         (imap-parse-status): Upcase status-att for servers that sends them
15433         lower-case (e.g., MS Exchange 2007).
15434
15435 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15436
15437         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15438         function.
15439
15440         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15441         (gnus-uu-yenc-article): New function.
15442
15443         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15444
15445         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15446
15447 2007-12-02  Glenn Morris  <rgm@gnu.org>
15448
15449         * binhex.el (binhex): New custom group.
15450         (binhex-decoder-program, binhex-decoder-switches)
15451         (binhex-use-external): Move to the binhex custom group.
15452
15453         * uudecode.el (uudecode): New custom group.
15454         (uudecode-decoder-program, uudecode-decoder-switches)
15455         (uudecode-use-external): Move to the uudecode custom group.
15456
15457         * netrc.el (top-level): Don't load `encrypt' features.
15458         (netrc-parse): Don't use encrypt.
15459         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
15460
15461         * encrypt.el: Remove file.
15462
15463 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
15464
15465         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
15466         matches on patches.
15467
15468         * gnus-art.el (gnus-article-browse-html-article):
15469         Mention `mm-text-html-renderer' in the doc string.
15470
15471         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
15472         string.  Add comments.
15473
15474         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
15475         if rhs is ASCII.
15476
15477 2007-12-01  Glenn Morris  <rgm@gnu.org>
15478
15479         * mail-source.el (top-level): Require format-spec before
15480         eval-when-compile.
15481
15482 2007-11-30  Glenn Morris  <rgm@gnu.org>
15483
15484         * encrypt.el: Require password, rather than autoloading password-read.
15485
15486 2007-11-29  Glenn Morris  <rgm@gnu.org>
15487
15488         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
15489         (sasl-make-client, sasl-next-step, sasl-step-data)
15490         (sasl-step-set-data): Declare as functions.
15491
15492 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
15493
15494         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
15495
15496 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
15497
15498         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
15499         certs should be verified and what is to be done in the event of a
15500         verification failure.
15501
15502         * gnus.el (gnus-method-to-server): Add an optional parameter so the
15503         caller can indicate whether the cache should be disregarded for this
15504         call.  This way the result of the call is reproducible at all times and
15505         can be considered a canonical server name for the supplied method.
15506         (gnus-agent-method-p): Canonicalize server names by pushing their
15507         method through `gnus-method-to-server' using the no-cache argument.
15508
15509         * gnus-srvr.el (gnus-server-insert-server-line):
15510         Call `gnus-method-to-server' with `no-cache' argument.
15511
15512         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
15513         gnus-agent-possibly-synchronize-flags as this should be called when the
15514         server is actually being opened.
15515         (gnus-agent-possibly-synchronize-flags)
15516         (gnus-agent-possibly-synchronize-flags-server): Move check for the
15517         flags file of an agentized server to the latter function.
15518
15519         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
15520         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
15521         after a connection has been established successfully.
15522
15523 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15524
15525         * gnus-art.el (article-display-face): Force to display face if called
15526         interactively; check if gnus-article-x-face-too-ugly matches author.
15527         (article-display-x-face): Display face even if From header is missing
15528         as article-display-face does.
15529
15530 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
15531
15532         * hashcash.el (message-narrow-to-headers-or-head)
15533         (message-fetch-field, message-goto-eoh)
15534         (message-narrow-to-headers): Declare as functions.
15535
15536 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
15537
15538         * mail-source.el (mail-sources): Default to fetch from file for
15539         compatibility with default of nnmail-spool-file.
15540
15541 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15542
15543         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
15544         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
15545         to look for encoded word that should be encoded again.
15546         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
15547         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
15548         encoding pattern.
15549         (rfc2047-decode-region): Switch strict regexp and loose one according
15550         to rfc2047-allow-irregular-q-encoded-words.
15551
15552 2007-11-25  Romain Francoise  <romain@orebokech.com>
15553
15554         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
15555
15556 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15557
15558         * tls.el (tls-program): Provide more custom choices from
15559         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
15560         (tls-process-connection-type, tls-success): Remove "*" in doc string.
15561
15562 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15563
15564         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15565         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15566
15567         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15568         `nnmail-spool-file'.
15569
15570         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15571         `nnmail-spool-file'.
15572
15573         * gnus-move.el (gnus-change-server): Ditto.
15574
15575         * gnus-kill.el (gnus-batch-score): Ditto.
15576
15577         * gnus-cache.el (gnus-jog-cache): Ditto.
15578
15579         * gnus-msg.el (gnus-summary-reply):
15580         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15581
15582 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15583
15584         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
15585         version.  Minor improvement to doc strings.
15586         (tls-program): Add comment.
15587
15588 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
15589
15590         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
15591         (tls-checktrust): New variable.  Check if GNU TLS complained about a
15592         mismatch between the hostname provided in the certificate and the name
15593         of the host connnecting to.
15594         (open-tls-stream): Use them.  Check certificates against trusted root
15595         certificates.
15596
15597 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15598
15599         * gnus-cache.el (gnus-cache-generate-nov-databases):
15600         Use nnml-generate-nov-databases-directory instead of
15601         nnml-generate-nov-databases-1.
15602
15603 2007-11-24  Glenn Morris  <rgm@gnu.org>
15604
15605         * message.el (message-tool-bar-retro): Update for rename
15606         mail_send.xpm->mail-send.xpm.
15607
15608 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
15609
15610         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15611         `smime-ldap-search' for Emacs 22 and up.
15612
15613 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15614
15615         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15616
15617         * message.el (message-send-mail-function): Fix error convention.
15618         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15619         (message-widen-reply, message-send-mail, message-talkative-question)
15620         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15621         (message-clone-locals, message-send-news): Use with-current-buffer.
15622         (message-insert-or-toggle-importance): Remove unused var `valid'.
15623         (message-make-references): Remove unused var `new-references'.
15624         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15625
15626 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
15627
15628         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15629         (spam-split-symbolic-return-positive): Reflow docstring.
15630         (spam-backends, spam-summary-exit-behavior)
15631         (spam-mark-ham-unread-before-move-from-spam-group)
15632         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15633         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15634         (spam-clear-cache, spam-backend-check, spam-install-backend)
15635         (spam-install-statistical-backend, spam-list-of-processors)
15636         (spam-group-processor-p, spam-split, spam-bogofilter-score)
15637         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15638         (spam-check-crm114, spam-initialize, spam-unload-hook):
15639         Fix typos in docstrings.
15640
15641 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15642
15643         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15644         been checked if they have never been read and those group levels are
15645         higher than the one that a user specified.
15646
15647 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15648
15649         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15650         foreign groups unless a group level is specified by a user.
15651         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15652
15653 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
15654
15655         * message.el (message-send-mail-function): Require sendmail.
15656
15657 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
15658
15659         * message.el (message-send-mail-function): Check for smtpmail too.
15660
15661         * utf7.el (utf7-encode, utf7-decode): Use coding system
15662         `utf-7'/`utf-7-imap' from utf-7.el' if available.
15663
15664         * message.el (message-send-mail-function): New function.
15665         (message-send-mail-function): Set default using
15666         message-send-mail-function.  Adjust doc string.
15667         (message-send-mail-with-mailclient): New function.
15668
15669 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15670
15671         * smime.el (from):
15672         * rfc2047.el (message-posting-charset):
15673         * qp.el (mm-use-ultra-safe-encoding):
15674         * pop3.el (parse-time-months):
15675         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15676         * nnml.el (files):
15677         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15678         (jka-compr-compression-info-list, ange-ftp-path-format)
15679         (efs-path-regexp):
15680         * nndiary.el (files):
15681         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15682         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15683         (epg-digest-algorithm-alist, inhibit-redisplay)
15684         (password-cache-expiry):
15685         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15686         (pgg-output-buffer, password-cache-expiry):
15687         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15688         (efs-path-regexp):
15689         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15690         (inhibit-redisplay):
15691         * mm-uu.el (file-name, start-point, end-point, entry)
15692         (gnus-newsgroup-name, gnus-newsgroup-charset):
15693         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15694         (latin-unity-ucs-list):
15695         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15696         (mm-uu-binhex-decode-function):
15697         * message.el (gnus-message-group-art, gnus-list-identifiers)
15698         (rmail-enable-mime-composing, gnus-local-organization)
15699         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15700         (gnus-read-active-file, facemenu-add-face-function)
15701         (facemenu-remove-face-function, gnus-article-decoded-p)
15702         (tool-bar-mode):
15703         * mail-source.el (display-time-mail-function):
15704         * gnus-util.el (nnmail-pathname-coding-system)
15705         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15706         (gnus-original-article-buffer, gnus-user-agent)
15707         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15708         (xemacs-codename, sxemacs-codename, emacs-program-version):
15709         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15710         * gnus-start.el (gnus-agent-covered-methods)
15711         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15712         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15713         (gnus-newsgroup-headers, gnus-group-list-mode)
15714         (gnus-group-mark-positions, gnus-newsgroup-data)
15715         (gnus-newsgroup-unreads, nnoo-state-alist)
15716         (gnus-current-select-method, mail-sources)
15717         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15718         (nnmail-spool-file, gnus-cache-active-hashtb):
15719         * gnus-mh.el (mh-lib-progs):
15720         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15721         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15722         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15723         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15724         (gnus-group-buffer):
15725         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15726         (font-lock-set-defaults):
15727         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15728         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15729         (gnus-summary-post-menu, total-parts, type, condition, length):
15730         * gnus-agent.el (gnus-agent-read-agentview):
15731         * flow-fill.el (show-trailing-whitespace):
15732         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15733         eval-and-compile wrappers for byte compiler pacifiers.
15734
15735         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15736         (mm-display-inline-fontify): Check for featurep 'xemacs not
15737         extent-list.
15738
15739         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15740         itimer-list.
15741         (mm-create-image-xemacs): Only do something for XEmacs.
15742         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15743
15744         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15745
15746         * gnus-registry.el (gnus-adaptive-word-syntax-table):
15747         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15748
15749 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15750
15751         * nnimap.el (nnimap-split-download-body):
15752         * gnus-demon.el (gnus-demon):
15753         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15754
15755 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15756
15757         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15758         New macros.
15759         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15760         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15761         copy data from unibyte buffer to multibyte current buffer.
15762         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15763         to copy data from unibyte current buffer to multibyte buffer.
15764         (nntp-make-process-buffer): Make process buffer unibyte.
15765
15766         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15767
15768 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15769
15770         * pop3.el (pop3-open-server): Accept and process data more robustly at
15771         connection start to avoid spurious "POP SSL connection failed" errors.
15772
15773 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15774
15775         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15776         read group names.
15777
15778 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15779
15780         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15781
15782 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15783
15784         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15785         (nnmail-save-active): Use a unibyte buffer when saving active file,
15786         which may contain non-ASCII group names.
15787
15788         * nnml.el (nnml-request-group): Decode group names in messages.
15789
15790 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15791
15792         * message.el (message-citation-line-function)
15793         (message-insert-formatted-citation-line): Fix spelling of
15794         `message-insert-formated-citation-line'.
15795
15796 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15797
15798         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15799
15800 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15801
15802         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15803         nnmail-pathname-coding-system.
15804
15805         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15806         that a user enters; decode group names in messages.
15807
15808         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15809
15810 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15811
15812         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15813
15814         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15815
15816         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15817         risky local variable.
15818
15819         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15820
15821 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15822
15823         * encrypt.el: Improve documentation to fix function name typo.
15824         Reported by Daiki Ueno <ueno@unixuser.org>.
15825
15826 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15827
15828         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15829         even if the point is not in the last page of an article.
15830         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15831         back to the previous page.
15832
15833 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15834
15835         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15836
15837 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15838
15839         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15840
15841 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15842
15843         * message.el (message-check-news-body-syntax):
15844         Avoid mm-string-as-multibyte.
15845         (message-hide-headers): Don't assume (point-min)==1.
15846
15847 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15848
15849         * message.el (message-remove-blank-cited-lines): Fix if remove is
15850         given.
15851         (message-bogus-address-regexp): New variable.
15852         (message-bogus-recipient-p): New function.
15853         (message-check-recipients): New command.
15854         (message-syntax-checks): Add `bogus-recipient'.
15855         (message-fix-before-sending): Add `bogus-recipient'.
15856
15857         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15858         (gnus-treat-body-boundary): Don't test window-system.
15859
15860 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15861
15862         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15863
15864 2007-10-28  Miles Bader  <miles@gnu.org>
15865
15866         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15867         at compile-time too.
15868
15869 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15870
15871         * gnus-msg.el (gnus-message-setup-hook):
15872         Add `message-remove-blank-cited-lines' to options.
15873
15874 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15875
15876         * message.el (message-remove-blank-cited-lines): New function.
15877         Suggested by Karl Plästerer.
15878
15879 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15880
15881         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15882         mapc.
15883
15884         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15885         (top-level): Use mapc to set functions to be traced for debugging.
15886
15887         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15888         called for effect with while loop.
15889
15890         * message.el (message-talkative-question): Replace mapcar called for
15891         effect with mapc.
15892
15893         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15894         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15895         called for effect with dolist.
15896
15897         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15898
15899         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15900         gnus-extra-headers and nnmail-extra-headers.
15901
15902         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15903         called for effect with dolist.
15904         (top-level): Use mapc to set functions to be traced for debugging.
15905
15906         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15907         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15908         dolist.
15909
15910         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15911         Replace mapcar called for effect with mapc.
15912         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15913         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15914         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15915         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15916
15917         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15918         remove-if that's a cl function.
15919
15920         * webmail.el (webmail-debug): Replace mapcar called for effect with
15921         dolist.
15922
15923         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15924         with mapc.
15925
15926 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15927
15928         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15929         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15930         with while loop.
15931
15932         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15933         functions from article-* functions.
15934         (gnus-multi-decode-header): Replace mapcar called for effect with
15935         dolist.
15936
15937         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15938         (gnus-bookmark-show-details): Replace mapcar called for effect with
15939         while loop.
15940
15941         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15942         called for effect with while loop.
15943
15944         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15945         with dolist.
15946
15947         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15948         Replace mapcar called for effect with dolist.
15949
15950         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15951
15952         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15953         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15954         Replace mapcar called for effect with dolist.
15955         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15956         mapc.
15957
15958         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15959         Replace mapcar called for effect with dolist.
15960         (gnus-topic-list): Replace mapcar called for effect with mapc.
15961
15962         * gnus.el: Use mapc instead of mapcar to add autoloads.
15963
15964 2007-10-23  Richard Stallman  <rms@gnu.org>
15965
15966         * gnus-group.el (gnus-group-highlight): Mark as risky.
15967
15968 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15969
15970         * gnus.el (gnus-server-to-method): Return method found first in
15971         gnus-newsrc-alist.
15972
15973         * gnus-art.el (gnus-article-highlight-signature)
15974         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15975         button overlay without the front stickiness.
15976
15977 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15978
15979         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15980         overview buffer needed a catch to receive its throw.
15981         (gnus-agent-flush-cache): Declare as interactive to make this function
15982         easier to use.
15983
15984 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15985
15986         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15987         `next-line'.
15988
15989 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15990
15991         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15992         exclude address matching message-dont-reply-to-names.
15993
15994 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15995
15996         * gnus-util.el (gnus-string<): New function.
15997
15998         * gnus-sum.el (gnus-article-sort-by-author)
15999         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16000
16001 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16002
16003         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16004         the frame-focus tag is set in gnus-buffer-configuration.
16005
16006 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16007
16008         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16009         the front stickiness.
16010
16011 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16012
16013         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16014         url pattern; remove duplicate one.
16015         (gnus-article-extend-url-button): New function.
16016         (gnus-article-add-buttons): Use it.
16017         (gnus-button-push): Use concatenated url that it makes.
16018
16019 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16020
16021         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16022
16023 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16024
16025         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16026         Don't hardcode point-min==1.
16027
16028 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16029
16030         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16031         Fix comment about "iso8859-1".
16032
16033 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16034
16035         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16036         ones returned from the verify-function.
16037
16038         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16039         Call mml2015-extract-cleartext-signature if extraction failed.
16040
16041 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16042
16043         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16044         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16045         failed.
16046
16047 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16048
16049         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16050
16051 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16052
16053         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16054         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16055         recommends to use EasyPG instead of PGG.
16056
16057         * pgg.el: Revert to revision 6.23.2.16.
16058
16059         * pgg-def.el: Revert to revision 6.6.2.14.
16060
16061         * pgg-gpg.el: Revert to revision 6.23.2.34.
16062
16063 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16064
16065         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16066         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16067         thread for both the null and zero (kill/expire thread) universal prefix
16068         cases.
16069         (gnus-summary-expire-thread): Add new function to expire a thread,
16070         using gnus-summary-kill-thread.
16071         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16072         shortcuts for gnus-summary-expire-thread.
16073         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16074         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16075
16076 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16077
16078         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16079         extras value, so an extras entry can be deleted.
16080         (gnus-registry-delete-extra-entry): Use it.
16081         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16082         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16083         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16084         storage through the gnus-registry, and provide an appropriate API for
16085         it.
16086
16087 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16088
16089         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16090         Suggested by Leo <sdl.web@gmail.com>.
16091
16092         * gnus.el: Do.
16093
16094 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16095
16096         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16097         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16098
16099         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16100
16101         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16102         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16103
16104 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16105
16106         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16107         newline.
16108         (nnmbox-request-accept-article): Don't change article in source buffer;
16109         narrow to header to use message-fetch-field rather than
16110         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16111         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16112         as delimiters; make sure article ends with newline.
16113         (nnmbox-delete-mail): Correct last position of article to be deleted;
16114         ignore X-Gnus-Newsgroup header in article body.
16115         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16116         positions; make sure article ends with newline.
16117
16118         * message.el (message-display-abbrev): Don't infloop when a user
16119         inserts SPC in the beginning of header.
16120
16121         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16122         coding-system-for-read and coding-system-for-write for XEmacs having no
16123         file-coding feature.
16124
16125         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16126
16127 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16128
16129         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16130         list of groups not followed by default.  Fix type to be regexp.
16131         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16132
16133 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16134
16135         * hmac-def.el (define-hmac-function): Switch from old-style to
16136         new-style backquotes.
16137
16138         * md4.el (md4-make-step): Likewise.
16139
16140 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16141
16142         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16143         raw-text coding system when saving .newsrc file, which may contain
16144         non-ASCII group names.
16145
16146 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16147
16148         * gnus-cus.el (gnus-score-extra): New widget.
16149         (gnus-score-extra-convert): New function.
16150         (gnus-score-customize): Use it for Extra.
16151
16152 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16153
16154         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16155         (mml2015-mailcrypt-clear-verify): Use it.
16156         (mml2015-gpg-clear-verify): Use it.
16157         (mml2015-pgg-clear-verify): Use it.
16158         (mml2015-epg-clear-verify): Replace the current part with the output
16159         from GnuPG; don't extract the plaintext by itself.
16160
16161         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16162         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16163         mml2015-clear-verify-function; don't touch the armor headers or
16164         dash-escaped text here.
16165
16166 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16167
16168         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16169         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16170         parts, or application/octet-stream as a last resort.
16171         (gnus-mime-view-part-as-type): Don't toggle display.
16172         (gnus-mime-view-part-as-charset): Don't turn off display before
16173         querying charset.
16174
16175         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16176         stuff to undisplayer function in Emacs.
16177         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16178
16179         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16180         text/calendar parts.
16181
16182 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16183
16184         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16185         decoding text/calendar parts.
16186
16187         * message.el (message-forward-make-body-mime): Always mark body as
16188         having no illegible text; remove signed-or-encrypted argument.
16189         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16190
16191         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16192         (mml-generate-mime-1): Don't encode body if it is specified to be in
16193         raw form; don't make buffer be unibyte when inserting multibyte string.
16194
16195 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16196
16197         * sha1.el: Fix up comment style.
16198         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16199         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16200
16201         * hex-util.el: Fix up comment style.
16202         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16203
16204         * gnus-salt.el: Use with-current-buffer.
16205         (gnus-pick-setup-message): Fix long-standing typo.
16206
16207 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16208
16209         * imap.el (imap-logout-timeout): New variable.
16210         (imap-logout, imap-logout-wait): New functions.
16211         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16212
16213         * nnimap.el (nnimap-logout-timeout): New server variable.
16214         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16215         nnimap-logout-timeout.
16216
16217         * gnus-art.el (gnus-article-summary-command-nosave)
16218         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16219
16220 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16221
16222         * gnus.el (gnus-maximum-newsgroup): New variable.
16223
16224         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16225         according to gnus-maximum-newsgroup.
16226
16227         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16228         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16229         Limit the range of articles according to gnus-maximum-newsgroup.
16230
16231 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16232
16233         * gnus-art.el (gnus-sticky-article): Fix problems described in
16234         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16235         Don't perform gnus-configure-windows here; reuse existing sticky
16236         article buffer.
16237
16238         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16239         it doesn't exist in gnus-article-mode.
16240
16241 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16242
16243         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16244         (gnus-agent-decoded-group-name): New function.
16245         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16246         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16247
16248 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16249
16250         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16251         Add binding for gnus-sticky-article.
16252         (gnus-summary-exit): Don't kill sticky article buffers.
16253
16254         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16255         article buffer.
16256         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16257         (gnus-kill-sticky-article-buffers): New commands.
16258
16259 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16260
16261         * nntp.el (nntp-xref-number-is-evil): New server variable.
16262         (nntp-find-group-and-number): If it is non-nil, don't trust article
16263         numbers in the Xref header.
16264
16265 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16266
16267         * gnus-agent.el (gnus-agent-read-group): New function.
16268         (gnus-agent-flush-group, gnus-agent-expire-group)
16269         (gnus-agent-regenerate-group): Use it.
16270         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16271         nnmail-pathname-coding-system.
16272
16273 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16274
16275         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16276
16277         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16278         that are unread as unread, and also as selected so that information of
16279         marks having been changed by a user may be updated when exiting group.
16280
16281 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16282
16283         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16284
16285 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16286
16287         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16288         calculated ignoring signature parts to gnus-treat-article.
16289
16290 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16291
16292         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16293         a point here in order to keep the window start.
16294         (gnus-insert-mime-security-button): Make a button overlay without the
16295         front stickiness.
16296         (gnus-mime-display-security): Goto the end of a button.
16297
16298         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16299
16300 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16301
16302         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16303         group-name-at-point.
16304         (gnus-group-completing-read): New function that offers decoded
16305         non-ASCII group names for completion.
16306         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16307         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16308         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16309         (gnus-group-fetch-control): Use it.
16310         (gnus-fetch-group): Use group-name-at-point for the initial value
16311         rather than the default value; use gnus-alive-p.
16312
16313         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16314         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16315         (gnus-summary-post-news): Use gnus-group-completing-read.
16316
16317         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16318         (gnus-read-move-group-name): Decode group name for completion.
16319
16320 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16321
16322         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16323         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16324         Yamaoka slightly modified the code).
16325
16326 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16327
16328         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16329         (nnmail-split-incoming): Bind it.
16330
16331         * nnml.el (nnml-group-name-charset): New function.
16332         (nnml-decoded-group-name): Use it; don't decode group name if
16333         nnmail-group-names-not-encoded-p is non-nil.
16334         (nnml-encoded-group-name): New function.
16335         (nnml-group-pathname): Inline nnml-decoded-group-name.
16336         (nnml-request-expire-articles): Decode group name in message.
16337         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16338         nnmail-pathname-coding-system.
16339         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16340         not decoded ones according to nnmail-group-names-not-encoded-p.
16341         (nnml-generate-active-info): Use nnml-encoded-group-name.
16342
16343 2007-08-08  Glenn Morris  <rgm@gnu.org>
16344
16345         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16346         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16347         doc-strings and comments.
16348
16349 2007-07-25  Glenn Morris  <rgm@gnu.org>
16350
16351         * Relicense all FSF files to GPLv3 or later.
16352
16353 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16354
16355         * gnus-sum.el (gnus-summary-move-article):
16356         Make gnus-summary-respool-article work.
16357
16358 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16359
16360         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16361         string.
16362
16363 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16364
16365         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16366         that should be ignored when comparing distant RSS articles with local
16367         ones.
16368         (nnrss-make-hash-index): New function.  Create a hash index according
16369         to the ignored fields.
16370         (nnrss-check-group): Use it.
16371
16372 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16373
16374         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16375
16376         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16377
16378         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16379         the new optional argument ENCODED is non-nil.
16380         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16381         coding system for encoding group name.
16382         (gnus-group-make-rss-group): Pass un-encoded group name to
16383         gnus-group-make-group.
16384         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16385         encoded.
16386
16387         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16388         Encode group name to which articles are moved or copied.
16389         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16390         coding system for encoding Newsgroup, Followup-To and Xref headers.
16391
16392         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16393         marks; use nnheader-file-coding-system to write a file.
16394         (nnagent-retrieve-headers): Bind file-name-coding-system to
16395         nnmail-pathname-coding-system.
16396
16397         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16398
16399         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16400         (nnml-request-article, nnml-request-create-group)
16401         (nnml-request-rename-group, nnml-find-id)
16402         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16403         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16404         (nnml-save-marks): Use nnml-group-pathname instead of
16405         nnmail-group-pathname.
16406
16407         (nnml-request-create-group, nnml-request-expire-articles)
16408         (nnml-request-move-article, nnml-request-delete-group)
16409         (nnml-deletable-article-p, nnml-possibly-create-directory)
16410         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16411         (nnml-open-marks): Bind file-name-coding-system to
16412         nnmail-pathname-coding-system.
16413
16414         (nnml-request-article): Pass server argument to nnml-find-group-number.
16415         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16416         Pass server argument to nnml-possibly-create-directory.
16417         (nnml-request-accept-article): Pass server argument to
16418         nnml-active-number and nnml-save-mail.
16419         (nnml-find-group-number): Pass server argument to nnml-find-id.
16420         (nnml-request-update-info): Pass server argument to
16421         nnml-marks-changed-p.
16422
16423         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16424         (nnml-save-mail, nnml-active-number): Add server argument.
16425
16426         (nnml-request-delete-group): Warn if group is missing.
16427         (nnml-get-nov-buffer): Decode group name.
16428         (nnml-generate-active-info): Encode group name.
16429         (nnml-open-marks): Decode group name in messages.
16430
16431 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16432
16433         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16434         if it is not specified.
16435         (gnus-article-pipe-part, gnus-article-save-part)
16436         (gnus-article-interactively-view-part, gnus-article-copy-part)
16437         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16438         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16439         (gnus-article-replace-part, gnus-article-delete-part)
16440         (gnus-article-view-part-as-type): Pass raw prefix argument to
16441         gnus-article-part-wrapper.
16442
16443 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16444
16445         * gnus-agent.el (gnus-agent-save-active):
16446         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16447
16448         * gnus-cache.el (gnus-cache-save-buffers)
16449         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16450         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16451         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16452         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16453         (gnus-cache-generate-active, gnus-cache-rename-group)
16454         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16455         (gnus-cache-update-overview-total-fetched-for):
16456         Bind file-name-coding-system to nnmail-pathname-coding-system.
16457         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
16458         New variables.
16459         (gnus-cache-decoded-group-name): New function.
16460         (gnus-cache-file-name): Use it.
16461         (gnus-cache-generate-active): Use non-decoded group name for active.
16462
16463         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
16464         right place.
16465         (gnus-write-active-file): Don't break non-ASCII group names.
16466
16467         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
16468         nnmail-pathname-coding-system.
16469
16470         * lpath.el: Bind default-file-name-coding-system,
16471         file-name-coding-system and language-info-alist for XEmacs.
16472
16473         * gnus-uu.el (gnus-uu-decode-save): Typo.
16474
16475 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16476
16477         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
16478
16479 2007-07-14  David Kastrup  <dak@gnu.org>
16480
16481         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
16482         finishing actions if we did not edit the article.
16483
16484 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16485
16486         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
16487         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
16488         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
16489         (gnus-agent-flush-group, gnus-agent-flush-cache)
16490         (gnus-agent-fetch-headers, gnus-agent-load-alist)
16491         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
16492         (gnus-agent-retrieve-headers, gnus-agent-request-article)
16493         (gnus-agent-regenerate-group)
16494         (gnus-agent-update-files-total-fetched-for)
16495         (gnus-agent-update-view-total-fetched-for):
16496         Bind file-name-coding-system to nnmail-pathname-coding-system.
16497         (gnus-agent-group-pathname): Don't encode file names by
16498         nnmail-pathname-coding-system.
16499         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
16500         coding-system-for-write instead of buffer-file-coding-system to
16501         gnus-agent-file-coding-system.
16502
16503         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
16504         Decode group name.
16505
16506         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
16507
16508         * gnus-start.el (gnus-update-active-hashtb-from-killed)
16509         (gnus-read-newsrc-el-file): Make group names unibyte.
16510
16511         * nnmail.el (nnmail-group-pathname): Don't encode file names by
16512         nnmail-pathname-coding-system.
16513
16514         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
16515         (nnrss-request-delete-group): Bind file-name-coding-system to
16516         nnmail-pathname-coding-system.
16517         (nnrss-read-server-data, nnrss-read-group-data):
16518         Bind file-name-coding-system correctly.
16519         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
16520
16521         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
16522         (nntp-server-to-method-cache): New variable.
16523         (nntp-group-pathname): New function that decodes non-ASCII group names.
16524         (nntp-possibly-create-directory, nntp-marks-changed-p)
16525         (nntp-save-marks, nntp-open-marks): Use it.
16526         (nntp-possibly-create-directory, nntp-open-marks):
16527         Bind file-name-coding-system to nnmail-pathname-coding-system.
16528         (nntp-open-marks): Decode group names when bootstrapping marks.
16529
16530         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
16531         Newsgroups and Followup-To headers.
16532
16533 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16534
16535         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16536         (gnus-server-closed-face, gnus-server-denied-face)
16537         (gnus-server-offline-face): Remove variable.
16538         (gnus-server-font-lock-keywords): Use faces that are not aliases.
16539
16540         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
16541         of modifying message-stack directly for XEmacs.
16542
16543         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
16544         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
16545         if the coding-system argument is nil for XEmacs.
16546
16547         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
16548         mm-charset-override-alist.
16549
16550         * rfc2047.el: Don't require base64; require rfc2045 for the function
16551         rfc2045-encode-string.
16552         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
16553         to quote the parameter value.
16554
16555 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16556
16557         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
16558         form in gnus-group-name-charset-method-alist.
16559
16560         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
16561         overrides the default layout edit-form.
16562
16563         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
16564
16565         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
16566
16567 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16568
16569         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16570         as unfetched articles.
16571
16572 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
16573
16574         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16575
16576 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16577
16578         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16579         original back end that keeps marks in the local system.
16580
16581 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16582
16583         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16584         arg of pop-to-buffer for XEmacs.
16585         (gnus-article-read-summary-keys): Ditto; don't restore window
16586         configuration if summary command ends up with neither article buffer
16587         nor summary buffer; describe bindings if summary keys end with C-h.
16588
16589 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16590
16591         * message.el (message-fix-before-sending): Skip raw message part to be
16592         forwarded while checking illegible text.
16593         (message-forward-make-body-mime, message-forward-make-body):
16594         Mark signed or encrypted raw message as having no illegible text.
16595
16596 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16597
16598         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
16599         (gnus-message-with-timestamp-1): New macro.
16600         (gnus-message-with-timestamp): New function.
16601         (gnus-message): Use them.
16602
16603         * nnheader.el (nnheader-message): Use them.
16604
16605 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
16606
16607         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16608         .newsrc.eld file.
16609
16610 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16611
16612         * gnus-agent.el (gnus-agent-fetch-headers)
16613         (gnus-agent-retrieve-headers):
16614         Bind gnus-decode-encoded-address-function to identity.
16615
16616         * nntp.el (nntp-send-xover-command): Recognize an xover command is
16617         available also when the server returns simply a dot.
16618
16619         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16620
16621 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16622
16623         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16624
16625 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16626
16627         * gnus-ems.el (gnus-x-splash): Make it work.
16628
16629         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16630         from being used.
16631
16632         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
16633
16634 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16635
16636         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
16637         4th and the 5th arguments.
16638
16639         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16640         the front stickiness.
16641         (gnus-article-summary-command-nosave): Correct the order of the
16642         arguments passed to pop-to-buffer.
16643         (gnus-article-read-summary-keys): Ditto; make it work properly when the
16644         summary command ends up with the article buffer.
16645
16646         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16647         the same faces.
16648
16649 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
16650
16651         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16652
16653 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
16654
16655         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16656         * gnus-sum.el (gnus-summary-highlight):
16657         * pgg.el (pgg-sign-region, pgg-sign):
16658         * mail-source.el (mail-source-delete-old-incoming-confirm):
16659         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16660
16661 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16662
16663         * gnus-art.el (gnus-mime-view-part-externally)
16664         (gnus-mime-view-part-internally): Fix predicate function passed to
16665         completing-read.
16666
16667         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16668
16669         * gnus.el (gnus-update-message-archive-method): Add :version.
16670
16671 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16672
16673         * gnus.el (gnus-update-message-archive-method): New variable.
16674
16675         * gnus-start.el (gnus-setup-news): Update saved "archive" method
16676         according to gnus-message-archive-method if
16677         gnus-update-message-archive-method is non-nil.
16678
16679 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16680
16681         * gnus-sum.el (gnus-summary-limit-to-address): New function.
16682         Suggested by Loic Dachary <loic@dachary.org>.
16683         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16684
16685 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16686
16687         * message.el (message-pop-to-buffer): Add switch-function argument.
16688         (message-mail): Pass switch-function argument to it.
16689
16690 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
16691
16692         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16693         Improve doc string.
16694
16695 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16696
16697         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16698         (gnus-header-content):
16699         * gnus-cite.el (gnus-cite-10):
16700         * gnus-srvr.el (gnus-server-closed):
16701         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16702         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16703         (gnus-group-mail-3-empty, gnus-group-mail-low)
16704         (gnus-group-mail-low-empty, gnus-splash):
16705         * message.el (message-header-to, message-header-cc)
16706         (message-header-subject, message-header-other, message-header-name)
16707         (message-header-xheader, message-separator, message-cited-text)
16708         (message-mml): Lighten colors of faces used for dark background.
16709
16710 2007-05-24  Simon Josefsson  <simon@josefsson.org>
16711
16712         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16713         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
16714
16715 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16716
16717         * message.el (message-narrow-to-headers-or-head):
16718         Ignore mail-header-separator in the body.
16719
16720 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16721
16722         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16723         same as window size.
16724
16725 2007-05-22  Kevin Ryde  <user42@zip.com.au>
16726
16727         * message.el (message-font-lock-keywords): Use message-header-xheader
16728         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
16729         ahead of the anything pattern, to get it recognized.
16730
16731 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16732
16733         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
16734         spam.el loads uses it in the compiled defadvice form.
16735
16736 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
16737
16738         * gnus-sum.el (gnus-articles-to-read)
16739         (gnus-summary-insert-old-articles): Don't truncate group name for
16740         `read-string'.
16741
16742         * gnus-util.el (gnus-limit-string): Delete this function.
16743
16744         * gnus-sum.el (gnus-simplify-subject-fully):
16745         Use `truncate-string-to-width' instead.
16746
16747 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
16748
16749         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16750         Tell if, on summary exit, the next group has to be selected.
16751         (gnus-summary-exit): Use it.
16752
16753 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
16754
16755         * gnus-art.el (gnus-article-mode): Fix comment about displaying
16756         non-break space.
16757
16758 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16759
16760         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16761         Check if group is not a directory.
16762         (nnfolder-request-expire-articles): Don't delete articles if the target
16763         group is not available.
16764
16765         * nnml.el (nnml-request-create-group): Properly check if group is not a
16766         file.
16767         (nnml-request-expire-articles): Don't delete articles if the target
16768         group is not available.
16769
16770         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16771         Don't quote characters that are within parentheses.
16772
16773 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16774
16775         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16776         (gnus-handle-ephemeral-exit): Select article according to it.
16777
16778 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16779
16780         * message.el (message-insert-formated-citation-line): Remove newline.
16781         (message-citation-line-format): Add final \n here so that the user can
16782         avoid a blank line.
16783
16784 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16785
16786         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16787         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16788         Update lanl/arXiv support.
16789
16790 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16791
16792         * gnus.el: Bump version number.
16793
16794 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16795
16796         * gnus.el (gnus-version-number): Bump version.
16797
16798 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16799
16800         * gnus.el: No Gnus v0.6 is released.
16801
16802 2007-04-27  Didier Verna  <didier@xemacs.org>
16803
16804         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16805         * gmm-utils.el (gmm-regexp-concat): ... here.
16806         * message.el: Don't require 'gnus-util.
16807         (message-dont-reply-to-names): Handle name change above.
16808         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16809
16810 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16811
16812         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16813         since the initial value varies according to the system.
16814
16815 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16816
16817         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16818
16819 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16820
16821         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16822
16823 2007-04-24  Didier Verna  <didier@xemacs.org>
16824
16825         Improve the type of gnus-ignored-from-addresses.
16826         * gnus-util.el (gnus-orify-regexp): New function.
16827         * message.el (gnus-util): Require it.
16828         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16829         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16830         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16831
16832 2007-04-24  Didier Verna  <didier@xemacs.org>
16833
16834         * gnus-sum.el:
16835         * gnus-utils.el: Fix some trailing whitespaces.
16836
16837 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16838
16839         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16840         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16841         article's Message-ID; refer parent article in summary buffer.
16842
16843         * message.el (message-bounce): Call mime-to-mml.
16844
16845         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16846         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16847         optimize and/or forms properly.
16848
16849 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16850
16851         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16852         URL.
16853
16854 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16855
16856         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16857
16858 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16859
16860         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16861         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16862         displayed of multipart/alternative part if it is invoked from summary
16863         buffer.
16864
16865         * mm-view.el (mm-inline-text-html-render-with-w3m)
16866         (mm-inline-text-html-render-with-w3m-standalone)
16867         (mm-inline-render-with-function): Use mail-parse-charset by default.
16868
16869 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16870
16871         * parse-time.el (parse-time-string-chars): Check if CHAR
16872         is less than the length of parse-time-syntax.
16873
16874 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16875
16876         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16877         from gnus-newsgroup-processable.
16878
16879 2007-04-16  Didier Verna  <didier@xemacs.org>
16880
16881         * gnus-msg.el (gnus-configure-posting-styles):
16882         Handle message-signature-directory properly with :file syntax.
16883         Reported by "Leo".
16884
16885 2007-04-11  Didier Verna  <didier@xemacs.org>
16886
16887         New user option: message-signature-directory.
16888         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16889         * message.el (message-insert-signature): Ditto.
16890         * message.el (message-signature-file): Doc update.
16891         * message.el (message-signature-directory): New.
16892
16893 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16894
16895         * gnus-msg.el (gnus-inews-yank-articles):
16896         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16897
16898 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16899
16900         * message.el (message-yank-original): Make sure cited text ends with
16901         newline; don't exchange point and mark.
16902
16903 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16904
16905         * tls.el (open-tls-stream): Properly handle case where there
16906         is no associated buffer.
16907
16908 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16909
16910         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16911         message-yank-original, make sure (< mark TEXT point).
16912
16913 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16914
16915         * message.el (message-fill-column): New variable.
16916         (message-mode): Use it.  Add comment on a possible new hook.
16917
16918         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16919         (nnmail-get-new-mail): Reformat.
16920
16921         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16922
16923         * gmm-utils.el: Fix Commentary.
16924         (gmm-tool-bar-from-list): Fix typo in doc string.
16925
16926 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16927
16928         * message.el (message-yank-original): Don't switch point and mark
16929         unnecessarily to put point and mark as documented.
16930
16931 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16932
16933         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16934         from the message heads.
16935
16936 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16937
16938         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16939         article buffer does not have a window.  This may not be the best
16940         solution but is certainly better than setting the start of the null,
16941         that is the current, window.
16942
16943 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16944
16945         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16946         (gnus-draft-setup): Run it.
16947
16948         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16949         gnus-score-fast-scoring.  Allow regexp.
16950         (gnus-score-headers): Use it.
16951
16952         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16953         XEmacs.
16954
16955         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16956         string.
16957         (gnus-button-alist): Also catch `<f1> k ...'.
16958         (gnus-treat-display-x-face): Fix doc string.
16959
16960 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16961
16962         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16963         evaluation of gnus-extended-version to ensure correct generation of the
16964         User-Agent header when message-generate-headers-first is used.
16965
16966 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16967
16968         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16969         hashcash-path is nil.  Don't call callback with incorrect number of
16970         parameters if val is 0.
16971
16972 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16973
16974         * message.el (message-required-news-headers):
16975         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16976
16977 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16978
16979         * tls.el (open-tls-stream): In handshake-waiting loop,
16980         don't wait more if there is output available to process.
16981
16982 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16983
16984         * tls.el (tls-program): Doc fix.
16985
16986 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16987
16988         * message.el (message-generate-new-buffers): Change the meaning of the
16989         nil value; add `standard' to the choices; treat t as `unique'; improve
16990         doc string.
16991         (gnus-select-frame-set-input-focus): Autoload.
16992         (message-buffer-name): Search for the existing message buffer if
16993         message-generate-new-buffers is nil or `standard'; treat the value t of
16994         message-generate-new-buffers as `unique'.
16995         (message-pop-to-buffer): Raise the frame already displaying the message
16996         buffer; clear the echo area after querying.
16997         (message-setup): Pass the `continue' argument to compose-mail.
16998         (message-mail): Prefer `switch-function' if it is given; search for the
16999         existing message buffer if the `continue' argument is non-nil; pass
17000         continue and switch-function arguments to compose-mail by way of
17001         message-setup.
17002         (message-mail-other-window): Adjust argument of message-setup.
17003         (message-mail-other-frame): Ditto.
17004
17005 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17006
17007         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17008         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17009         to turn font-lock on when turning gnus-message-citation-mode on.
17010
17011 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17012
17013         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17014         (mml-smime-function-alist): New variable; add epg as the backend.
17015         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17016         mml-smime- functions instead.
17017         * mm-view.el: Require smime.
17018
17019 2007-03-05  Didier Verna  <didier@xemacs.org>
17020
17021         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17022         instead of just inheritance for posting styles.
17023         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17024
17025 2007-02-24  Chris Moore  <dooglus@gmail.com>
17026
17027         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17028         * pgg-pgp.el (pgg-pgp-encrypt-region):
17029         * pgg-gpg.el (pgg-gpg-encrypt-region):
17030         Check pgg-encrypt-for-me if no other recipients.
17031
17032 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17033
17034         * tls.el (tls-certtool-program): Fix custom type.
17035
17036 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17037
17038         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17039         and point-at-eol instead of line-(beginning|end)-position.
17040
17041         * assistant.el (assistant-parse-buffer): Ditto.
17042
17043         * netrc.el (netrc-parse-services): Ditto.
17044
17045 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17046
17047         * mml2015.el (mml2015-epg-find-usable-key): New function.
17048         (mml2015-epg-sign): Use it.
17049         (mml2015-epg-encrypt): Use it.
17050
17051 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17052
17053         * message.el (message-make-in-reply-to): Quote name containing
17054         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17055         if there are special characters.  Reported by NAKAJI Hiroyuki
17056         <nakaji@jp.freebsd.org>.
17057
17058 2007-02-27  Didier Verna  <didier@xemacs.org>
17059
17060         Include the group parameters as well as the topic ones in the
17061         inheritance filter process.
17062         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17063         argument GROUP-PARAMS-LIST.
17064         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17065
17066 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17067
17068         * nntp.el (nntp-never-echoes-commands)
17069         (nntp-open-connection-functions-never-echo-commands): New variables.
17070         (nntp-send-command): Use them.
17071
17072 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17073
17074         * mml2015.el (mml2015-epg-verify): Simplify.
17075
17076 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17077
17078         * mml.el (mml-content-disposition-alist): New user option.
17079         (mml-content-disposition): New function.
17080         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17081         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17082
17083 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17084
17085         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17086         verification.
17087
17088 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17089
17090         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17091         articles posted in the last 24 hours.
17092
17093 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17094
17095         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17096
17097 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17098
17099         * nntp.el (nntp-send-command): Don't wait for echoes when
17100         nntp-open-ssl-stream is used.
17101
17102 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17103
17104         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17105         (gnus-message-add-citation-keywords)
17106         (gnus-message-remove-citation-keywords): Remove.
17107         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17108         directly, make the variables in font-lock-defaults buffer-local, add
17109         gnus-message-citation-keywords to them and then update the value of
17110         font-lock-keywords.
17111
17112 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17113
17114         * message.el (message-cite-original-1): Don't call
17115         gnus-article-highlight-citation.
17116
17117         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17118         citations; fix line count.
17119
17120 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17121
17122         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17123         (gnus-message-add-citation-keywords)
17124         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17125         versions of font-lock-add-keywords and font-lock-remove-keywords to
17126         work with XEmacs correctly.
17127
17128 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17129
17130         * gnus-cite.el (gnus-cite-face-list): Set the values of
17131         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17132         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17133         (gnus-message-cite-prefix-regexp): New variable.
17134         (gnus-message-search-citation-line): Use it; protect against long
17135         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17136         the 0th match data for Emacs.
17137         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17138         (gnus-message-add-citation-keywords): Append keywords rather than
17139         prepending; emulate font-lock-add-keywords if it is not available.
17140         (gnus-message-remove-citation-keywords):
17141         Emulate font-lock-remove-keywords if it is not available.
17142
17143         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17144
17145         * message.el (message-cite-prefix-regexp): Set the value of
17146         gnus-message-cite-prefix-regexp.
17147
17148 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17149
17150         * nnweb.el (nnweb-google-parse-1): Update parser.
17151
17152 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17153
17154         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17155
17156 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17157
17158         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17159         regexp.
17160
17161 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17162
17163         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17164         string-to-multibyte.
17165         (uudecode-decode-region-internal): Use it.
17166
17167         * lpath.el: Fbind string-as-multibyte for XEmacs.
17168
17169 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17170
17171         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17172         Fix custom choice.
17173
17174         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17175
17176 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17177
17178         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17179
17180         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17181         `write-region' to respect `mm-inhibit-file-name-handlers'.
17182
17183 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17184
17185         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17186         Use gnus-home-directory instead of "~/" or "$HOME".
17187
17188 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17189
17190         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17191         to mention filename.
17192         Add comments at beginning regarding usage.
17193         (encrypt-write-file-contents): Change interactive so a string is
17194         acceptable.  If the file has no associated model, show an error instead
17195         of a nonsense prompt.
17196
17197 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17198
17199         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17200         Thanks to Yoshihiko Yamada for kind notification of this typo.
17201
17202 2007-01-12  Kenichi Handa  <handa@m17n.org>
17203
17204         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17205         multibyte buffer.
17206
17207 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17208
17209         * gnus-score.el (gnus-score-fast-scoring): New variable.
17210         (gnus-score-headers): Use it.
17211
17212         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17213
17214         * message.el (message-cite-original-1):
17215         Call gnus-article-highlight-citation if requested.
17216         (message-make-from): Allow name and address as optional arguments.
17217
17218         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17219
17220         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17221         bugs to doc string.
17222         (gnus-button-alist): Add mid\\|message-id.
17223         (gnus-button-fetch-group): Extend for use in
17224         `browse-url-browser-function'.
17225         (gnus-button-url-regexp): Try to catch paired parentheses like in
17226         Wikipedia URLs.
17227
17228         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17229         Suggested by Simon Krahnke <overlord@gmx.li>.
17230
17231 2007-01-13  Romain Francoise  <romain@orebokech.com>
17232
17233         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17234         Update copyright.
17235
17236 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17237
17238         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17239
17240 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17241
17242         * gnus-registry.el (gnus-registry-unfollowed-groups)
17243         (gnus-registry-split-fancy-with-parent): Fix documentation.
17244
17245 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17246
17247         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17248         from nnweb groups.
17249
17250 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17251
17252         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17253         Xref urls.  Erase buffer before requesting head.
17254
17255         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17256
17257 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17258
17259         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17260         customizable.
17261
17262 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17263
17264         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17265         no signing key is found.
17266         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17267         no encrypting and/or signing key is found.
17268
17269 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17270
17271         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17272
17273 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17274
17275         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17276         headers read from disk with the ones newly found in the current search.
17277         This should no longer cause problems, because the article numbers in
17278         Gmane's `nov.php' output are ignored since the previous change.
17279
17280 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17281
17282         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17283
17284 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17285
17286         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17287         replace-regexp-in-string; bind url-version; fbind display-images-p and
17288         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17289         find-face and set-itimer-function for Emacs; bind itimer-list for
17290         Emacs.
17291
17292         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17293
17294 2007-01-01  Romain Francoise  <romain@orebokech.com>
17295
17296         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17297
17298 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17299
17300         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17301         `define-minor-mode' macro definition expanded properly.
17302         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17303         exclude it there.
17304
17305         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17306         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17307         `fboundp' test.
17308         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17309         This is OK to autoload in (S)XEmacs now.
17310
17311 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17312
17313         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17314         keystroke.
17315         (gnus-summary-limit-to-singletons): Fix typo.
17316
17317         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17318         else fails.
17319
17320 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17321
17322         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17323         docstring.
17324
17325         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17326         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17327         (gnus-summary-insert-dormant-articles): Fix typo in message.
17328
17329 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17330
17331         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17332         nil for XEmacs.
17333         (gnus-message-citation-mode): Don't autoload in XEmacs.
17334
17335         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17336
17337 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17338
17339         * nnimap.el (nnimap-expunge-search-string):
17340         Mention nnimap-search-uids-not-since-is-evil in docstring.
17341
17342 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17343
17344         * spam.el: Revert to make-obsolete-variable because
17345         define-obsolete-variable-alias is not supported in Emacs 21.
17346
17347         * spam.el (spam-ifile-path, spam-ifile-database-path)
17348         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17349         make-obsolete-variable.
17350         (spam-bsfilter-path, spam-bsfilter-program)
17351         (spam-spamassassin-path, spam-spamassassin-program)
17352         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17353         Don't use "path" inappropriately.
17354         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17355         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17356         variable names.
17357
17358 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17359
17360         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17361         summary buffer.
17362
17363         * password.el (password-cache-remove): Use clear-string to burn
17364         password, if available.
17365
17366 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17367
17368         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17369
17370         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17371
17372         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17373         (gnus-message-highlight-citation): Move defcustom here from
17374         gnus-cite.el.
17375         (gnus-message-citation-mode): Autoload.
17376
17377         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17378         checks to make it compile with XEmacs.
17379         (gnus-message-citation-mode): New minor mode.
17380         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17381         (gnus-message-highlight-citation): New variables.
17382         (gnus-message-search-citation-line)
17383         (gnus-message-add-citation-keywords)
17384         (gnus-message-remove-citation-keywords)
17385         (turn-on-gnus-message-citation-mode)
17386         (turn-off-gnus-message-citation-mode): New functions.
17387
17388 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17389
17390         * gnus-cite.el: Enable highlighting of different citation levels in
17391         message-mode.
17392
17393 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17394
17395         * message.el (message-make-fqdn): Fix comment.
17396         (message-bogus-system-names): Add ".local".
17397
17398         * spam.el (spam-ifile-path, spam-ifile-program)
17399         (spam-ifile-database-path, spam-ifile-database)
17400         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17401         Don't use "path" inappropriately.
17402         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17403         strings.
17404         (spam-check-ifile, spam-ifile-register-with-ifile)
17405         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17406         Use new variable names.
17407
17408         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17409         (gnus-treat-display-smileys): Simplify using
17410         gnus-image-type-available-p.
17411
17412         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17413         available.
17414
17415         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17416         Use `display-images-p' if available.
17417
17418 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17419
17420         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17421         one after turning on the buffer's multibyteness instead of decoding
17422         them directly in the unibyte buffer that causes unexpected conversion
17423         in Emacs 23 (unicode).
17424
17425 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17426
17427         * message.el (message-generate-hashcash): Fix custom type.
17428
17429 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17430
17431         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17432
17433 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17434
17435         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17436         disconnect icons.  Add help text.
17437
17438 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17439
17440         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17441         negated to be consistent with the others we handle.
17442
17443 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17444
17445         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17446         version of gnus-summary-buffer to something, so that we can use two
17447         article buffers at the same time.
17448
17449 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17450
17451         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17452         trigger all the extra headers.
17453         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17454         sorting.
17455
17456 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17457
17458         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
17459         solid groups.
17460
17461 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
17462
17463         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
17464
17465 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
17466
17467         * legacy-gnus-agent.el: Add Copyright notice.
17468
17469 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
17470
17471         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
17472
17473 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17474
17475         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
17476
17477         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
17478         to make it work reliably in CVS Emacs.
17479         (gnus-summary-limit-strange-charsets-predicate)
17480         (gnus-summary-limit-to-predicate): New functions.
17481
17482 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
17483
17484         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
17485         specifying array size.
17486         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
17487         array if it is too small.
17488         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
17489         (gnus-sort-threads-loop): New function.
17490
17491 2006-12-06  Chris Moore  <dooglus@gmail.com>
17492
17493         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
17494         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
17495
17496 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
17497
17498         * mm-url.el (mm-url-predefined-programs): Call curl with correct
17499         options.
17500
17501 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17502
17503         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
17504         DOS-ing the recipient.
17505
17506         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
17507         the headers when creating the mapping to avoid mismappings.
17508         (nnweb-gmane-create-mapping): Always nix out old mapping.
17509
17510 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17511
17512         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
17513         and mm-verify-option to never.
17514
17515 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17516
17517         * message.el (message-signed-or-encrypted-p): New function.
17518         (message-forward-make-body): Use it.
17519
17520         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
17521         Replace encode-coding-string with mm-encode-coding-string.
17522
17523 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17524
17525         * nneething.el (nneething-decode-file-name):
17526         Replace decode-coding-string with mm-decode-coding-string.
17527
17528         * gnus-int.el (gnus-open-server): Say failed server's name.
17529
17530 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17531
17532         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
17533         strings to a single string.  Quote `errors-file-name'.
17534         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
17535         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
17536         Adjust calls.  Use `shell-quote-argument'.
17537
17538 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
17539
17540         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
17541         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
17542
17543         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
17544         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
17545         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
17546         (gnus-group-make-directory-group, gnus-group-transpose-groups):
17547         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
17548         (gnus-subscribe-newsgroup, gnus-1):
17549         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
17550         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
17551         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
17552         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
17553
17554 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17555
17556         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
17557         keystroke.
17558         (gnus-summary-limit-to-bodies): Implement headersp.
17559
17560 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17561
17562         * dns.el (query-dns): Protect against "Process dns deleted" strings.
17563
17564 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17565
17566         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
17567
17568 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17569
17570         * message.el (message-generate-hashcash): Expand range of values to
17571         include `opportunistic'.
17572         (message-send-mail): Use it.
17573
17574 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17575
17576         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
17577         and comment it.
17578
17579         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
17580
17581 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
17582
17583         * gnus-util.el (gnus-extract-address-components): Improve comment.
17584
17585 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17586
17587         * gnus-util.el (gnus-extract-address-components): Work with address in
17588         which the name portion contains @.
17589
17590         * lpath.el: Fbind custom-autoload.
17591
17592 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17593
17594         * gnus.el (gnus-start): Move custom group up.
17595         (gnus-select-method): Don't autoload, but make it available for
17596         `customize-variable'.
17597         (gnus-getenv-nntpserver): Don't autoload.
17598
17599 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
17600
17601         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
17602
17603 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17604
17605         * message.el (message-sendmail-extra-arguments): New variable.
17606         (message-send-mail-with-sendmail): Use it.
17607
17608 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17609
17610         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
17611         mm-with-unibyte-current-buffer to make string unibyte.
17612
17613         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
17614         mm-string-as-multibyte.
17615
17616 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
17617
17618         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
17619         Reported by Werner Koch <wk@gnupg.org>.
17620
17621 2006-11-14  Daiki Ueno  <ueno@p360>
17622
17623         * mml2015.el: Autoload epa-select-keys when compiling.
17624
17625 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17626
17627         * mml2015.el (mml2015-epg-sign): Save the signing keys in
17628         message-options.
17629         (mml2015-epg-encrypt): Save the recipient keys in message-options.
17630
17631 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17632
17633         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17634         EasyPG (< 0.0.6).
17635         (mml2015-always-trust): New user option.
17636         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17637         prompt.
17638
17639 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17640
17641         * nntp.el (nntp-authinfo-force): New variable.
17642         (nntp-send-authinfo): Use it.
17643
17644 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
17645
17646         * message.el (message-strip-subject-encoded-words): Allow _not_ to
17647         decode encoded words.  Improve prompt.  Add comment about forwarding.
17648         (message-replacement-char): Move up.
17649
17650 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17651
17652         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17653         instead of gnus-intersection because arguments of gnus-sorted-nunion
17654         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
17655
17656 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
17657
17658         * message.el (message-strip-subject-encoded-words): Reformat prompt.
17659         (message-simplify-subject-functions):
17660         Enable message-strip-subject-encoded-words by default.
17661
17662 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
17663
17664         * message.el (message-strip-subject-encoded-words): New function.
17665         (message-simplify-subject-functions): New variable.
17666         (message-simplify-subject): Use it.  Fix typo in doc string.
17667         Support message-strip-subject-encoded-words.
17668
17669 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
17670
17671         * gnus-diary.el (gnus-diary-delay-format-function):
17672         * nndiary.el (nndiary-reminders):
17673         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17674
17675 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17676
17677         * gnus-art.el (article-hide-boring-headers): Fetch date from
17678         gnus-original-article-buffer to avoid problems with localized date
17679         strings.
17680
17681 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17682
17683         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17684
17685 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
17686
17687         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17688         New variables.
17689         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17690         (mm-charset-synonym-alist): Move some entries to
17691         mm-codepage-iso-8859-list.
17692         (mm-charset-synonym-alist, mm-charset-override-alist):
17693         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17694
17695 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17696
17697         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17698
17699 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17700
17701         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17702         with Emacs 21 and XEmacs.
17703
17704 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
17705
17706         * spam.el (spam-parse-address): New function for better parsing,
17707         catching errors, etc.
17708         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17709
17710 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17711
17712         * mm-view.el: Add interactive arg to html2text autoload.
17713
17714 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17715
17716         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17717
17718 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
17719
17720         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17721         New variables.
17722         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17723         (mm-charset-synonym-alist): Move some entries to
17724         mm-codepage-iso-8859-list.
17725
17726         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17727
17728 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
17729
17730         * message.el (message-citation-line-format)
17731         (message-insert-formated-citation-line): Fix implementation of %E, %N
17732         and %n according to the doc string.
17733
17734 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
17735
17736         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17737         Use car-safe to avoid bad parses.
17738
17739 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17740
17741         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17742         names.
17743
17744         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17745
17746 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17747
17748         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17749         header.
17750
17751         * message.el (message-draft-headers): Add Date.
17752         (message-headers-to-generate): Fix typo in docstring.
17753
17754         * nndraft.el (nndraft-required-headers): New variable.
17755         (nndraft-generate-headers): Use it.
17756
17757         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17758
17759 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17760
17761         * gnus-registry.el (gnus-registry-wash-for-keywords)
17762         (gnus-registry-find-keywords): New functions to allow easy searching of
17763         articles that are in the registry.
17764
17765 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17766
17767         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17768         Use ietf-drums-parse-address instead of gnus-extract-address-components.
17769         Reported by Damien Elmes <damien@repose.cx>.
17770
17771 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17772
17773         * gnus.el (gnus-mime): Remove unused custom group.
17774
17775 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17776
17777         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17778         "blank line" when searching for end of armor headers.
17779
17780 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17781
17782         * gmm-utils.el (gmm-write-region): Fix variable name.
17783
17784 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17785
17786         * gmm-utils.el (gmm-write-region): New function based on compatibility
17787         code from `mm-make-temp-file'.
17788
17789         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17790
17791         * nnmaildir.el (nnmaildir--update-nov)
17792         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17793         Use `gmm-write-region'.
17794
17795 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17796
17797         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17798         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17799
17800         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17801
17802         * message.el (message-replacement-char): New variable.
17803         (message-fix-before-sending): Use it.
17804         (message-simplify-subject): New function to remove duplicate code.
17805         (message-reply, message-followup): Use it.
17806
17807         * gnus-sum.el (gnus-summary-make-menu-bar):
17808         Clarify gnus-summary-limit-to-articles.
17809
17810 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17811
17812         * gnus-util.el (gnus-with-local-quit): New macro.
17813
17814         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17815
17816 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17817
17818         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17819         ignore non-string data.
17820
17821 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17822
17823         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17824         non-string data (needs to be done in the registry too).
17825
17826 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17827
17828         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17829         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17830         (gnus-registry-split-fancy-with-parent)
17831         (gnus-registry-fetch-simplified-message-subject-fast)
17832         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17833         Remove text properties on ingress into the registry and when it's saved.
17834         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17835         registry from entries with no groups.
17836
17837 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17838
17839         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17840         function to remove string properties.
17841
17842 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17843
17844         * gmm-utils.el (gmm): Adjust custom version.
17845
17846         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17847         Adjust custom version.
17848
17849         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17850
17851 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17852
17853         * gnus-art.el (gnus-insert-prev-page-button)
17854         (gnus-insert-next-page-button): Simplify.  Reformat.
17855
17856 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17857
17858         * gnus-art.el (gnus-insert-prev-page-button)
17859         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17860
17861 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17862
17863         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17864
17865 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17866
17867         * gnus-art.el (gnus-insert-mime-button)
17868         (gnus-insert-mime-security-button):
17869         Apply gnus-article-button-face to MIME and security buttons.
17870
17871 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17872
17873         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17874         readable.
17875
17876 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17877
17878         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17879
17880 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17881
17882         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17883         `browse-url-of-file' instead of `browse-url'.
17884
17885 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17886
17887         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17888         regexp.  Articles containing quotation were cut prematurely.
17889
17890 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17891
17892         * message.el (message-cite-original-1): Use nobody by default for the
17893         value of From header.
17894         (message-reply): Ditto.
17895
17896 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17897
17898         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17899         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17900         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17901
17902 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17903
17904         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17905         mails in the doc string.  Add some URLs in comment.
17906         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17907
17908 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17909
17910         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17911         backslashes handling and the way to find boundaries of quoted strings.
17912
17913 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17914
17915         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17916         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17917         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17918         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17919
17920 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17921
17922         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17923         doc string.
17924         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17925
17926 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17927
17928         * lpath.el: Fbind epg-check-configuration.
17929
17930 2006-09-06  Simon Josefsson  <jas@extundo.com>
17931
17932         * mml2015.el (mml2015-use): Doc fix, mention epg.
17933
17934 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17935
17936         * mml2015.el (mml2015-use): Default to epg, if available.
17937
17938 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17939
17940         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17941         message-sender.
17942         (mml1991-epg-encrypt): Ditto.
17943         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17944         message-sender.
17945         (mml2015-epg-encrypt): Ditto.
17946
17947 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17948
17949         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17950         several common directories.
17951
17952 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17953
17954         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17955         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17956
17957 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17958
17959         * gnus-art.el (article-decode-encoded-words): Make it fast.
17960
17961 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17962
17963         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17964
17965         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17966         in quoted string into `\'.
17967
17968 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17969
17970         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17971         Use standard-syntax-table.
17972
17973 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17974
17975         * gnus-art.el (gnus-decode-address-function): New variable.
17976         (article-decode-encoded-words): Use it to decode headers which are
17977         assumed to contain addresses.
17978         (gnus-mime-delete-part): Remove useless `or'.
17979
17980         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17981         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17982         (gnus-nov-parse-line): Use it to decode From header.
17983         (gnus-get-newsgroup-headers): Ditto.
17984         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17985
17986         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17987         (mail-decode-encoded-address-string): New alias.
17988
17989         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17990         New function.
17991         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17992         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17993         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17994         (rfc2047-decode-string): Ditto.
17995         (rfc2047-decode-address-region): New function.
17996         (rfc2047-decode-address-string): New function.
17997
17998 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17999
18000         * message.el (message-caesar-buffer-body): Allow rotating headers.
18001
18002         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18003
18004         * message.el (message-insert-formated-citation-line): Fix %f.
18005         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18006
18007 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18008
18009         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18010         (gnus-bookmark-mouse-available-p): New macro.
18011         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18012         (gnus-bookmark-bmenu-show-infos): Use it.
18013         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18014         (gnus-bookmark-bmenu-hide-infos): Ditto.
18015         (gnus-bookmark-remove-properties): New function.
18016         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18017         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18018         (gnus-bookmark-write-file): Bind coding-system-for-write.
18019         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18020         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18021         group before selecting it.
18022         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18023         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18024         quit-window if it is not available; use gnus-mouse-2 and bind it to
18025         gnus-bookmark-bmenu-select-by-mouse.
18026         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18027         (gnus-bookmark-bmenu-select-by-mouse): New function.
18028
18029 2006-08-13  Romain Francoise  <romain@orebokech.com>
18030
18031         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18032         space.
18033
18034 2006-08-10  Romain Francoise  <romain@orebokech.com>
18035
18036         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18037         (dns-mode-soa-auto-increment-serial): New user option.
18038         (dns-mode-soa-maybe-increment-serial): New function.
18039         (dns-mode): Add the latter to `write-contents-functions'.
18040
18041 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18042
18043         * compface.el (uncompface): Use binary rather than raw-text-unix.
18044
18045 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18046
18047         * compface.el (uncompface): Make sure the eol conversion doesn't take
18048         place when communicating with the external programs.
18049         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18050
18051 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18052
18053         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18054
18055 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18056
18057         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18058         Make it more robust by parsing author and date independently.
18059
18060 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18061
18062         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18063
18064 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18065
18066         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18067         first matching secret key.
18068         (mml2015-epg-encrypt): Ditto.
18069
18070         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18071         first matching secret key.
18072         (mml1991-epg-encrypt): Ditto.
18073
18074         * mml2015.el (mml2015-encrypt-to-self): New user option.
18075         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18076         mml2015-epg-encrypt-to-self is set.
18077
18078         * mml1991.el (mml1991-encrypt-to-self): New variable.
18079         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18080         mml1991-epg-encrypt-to-self is set.
18081
18082         * mml2015.el (mml2015-signers): New user option.
18083         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18084         (mml2015-epg-encrypt): Allow to select signing keys.
18085
18086         * mml1991.el (mml1991-signers): New variable.
18087         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18088         (mml1991-epg-encrypt): Allow to select signing keys.
18089
18090 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18091
18092         * nnheader.el (nnheader-insert-head): Make it work even if the file
18093         uses CRLF for the line-break code.
18094
18095 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18096
18097         * mml2015.el: Require mml-sec instead of password.
18098         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18099         (mml2015-cache-passphrase): Inherit the default value from
18100         mml-secure-cache-passphrase.
18101         (mml2015-passphrase-cache-expiry): Inherit the default value from
18102         mml-secure-passphrase-cache-expiry.
18103
18104         * mml1991.el: Require mml-sec instead of password.
18105         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18106         (mml1991-cache-passphrase): Inherit the default value from
18107         mml-secure-cache-passphrase.
18108         (mml1991-passphrase-cache-expiry): Inherit the default value from
18109         mml-secure-passphrase-cache-expiry.
18110
18111         * mml-sec.el: Require password.
18112         (mml-secure-verbose): New user option.
18113         (mml-secure-cache-passphrase): New user option.
18114         (mml-secure-passphrase-cache-expiry): New user option.
18115
18116 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18117             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18118
18119         * pgg-def.el (pgg-truncate-key-identifier):
18120         Truncate the key ID to 8 letters from the end.
18121
18122 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18123
18124         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18125         workaround for the url package included with Emacs.
18126
18127         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18128
18129 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18130
18131         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18132         correctly.  This fixes a bug caused by the 2006-05-12 change.
18133
18134 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18135
18136         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18137         some information about the error when saying that the `bogus' mail
18138         group will be used.
18139
18140 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18141
18142         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18143         string.
18144
18145 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18146
18147         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18148
18149 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18150
18151         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18152
18153 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18154
18155         * mml1991.el (mml1991-function-alist): Add epg.
18156         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18157         (mml1991-epg-encrypt): New functions.
18158
18159 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18160
18161         * mml2015.el (mml2015-verbose): New variable.
18162         (mml2015-cache-passphrase): Ditto.
18163         (mml2015-passphrase-cache-expiry): Ditto.
18164         (mml2015-function-alist): Add epg.
18165         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18166         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18167         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18168         New functions.
18169
18170 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18171
18172         * message.el (message-cite-original-1): Preserve region when removing
18173         quoted text due to X-No-Archive in order to avoid bogus attribution
18174         when citing multiple messages.
18175
18176 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18177
18178         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18179         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18180
18181 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18182
18183         * gnus-diary.el (gnus-user-format-function-d)
18184         (gnus-user-format-function-D): Autoload.
18185
18186         * imap.el (Commentary): Fix typo.
18187
18188         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18189         2006-04-22 contribution.
18190
18191 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18192
18193         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18194         It didn't really fix the bogosity I'm seeing with solid web groups.
18195
18196 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18197
18198         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18199         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18200         created using server names.  If we use the feature without declaring
18201         it, Gnus does not properly manage server and group state.
18202
18203         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18204         bound.
18205
18206 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18207
18208         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18209         looking up the method using GROUP's prefix before inventing a new one.
18210         It is used on killed/unknown groups in various places where returning
18211         an all-new method isn't expected by the caller.
18212
18213         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18214         and match semantics of gnus-group-real-prefix.
18215
18216 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18217
18218         * nnmail.el (nnmail-broken-references-mailers): New variable.
18219         (nnmail-ignore-broken-references): New function generalizing
18220         nnmail-fix-eudora-headers.
18221         (nnmail-fix-eudora-headers): Now obsolete.
18222
18223         * gnus-art.el (gnus-button-handle-custom):
18224         Support `customize-apropos*'.
18225
18226 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18227
18228         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18229
18230         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18231         articles.
18232
18233 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18234
18235         * message.el (message-cite-reply-above): New variable.
18236         (message-yank-original): Use it.
18237
18238 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18239
18240         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18241
18242 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18243
18244         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18245         as read.
18246
18247         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18248
18249 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18250
18251         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18252         (gnus-bookmark-default-file): Use gnus-directory.
18253         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18254         Remove "*" in doc string.
18255         (gnus-bookmark-write-file): Simplify.
18256         (gnus-bookmark-maybe-sort-alist): Use `when'.
18257         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18258         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18259         Add FIXME about Emacs 21 and XEmacs compatibility.
18260         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18261         compatibility.
18262         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18263         compatibility.
18264         (gnus-bookmark-menu-heading): Fix version.
18265
18266 2006-06-19  Bastien Guerry  <bzg@altern.org>
18267
18268         * gnus-bookmark.el: New file.
18269
18270 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18271
18272         * message.el (message-syntax-checks): Doc fix.
18273
18274 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18275
18276         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18277         unsubscribed groups as if they were killed ones.  It causes duplicate
18278         entries in gnus-newsrc-alist.
18279
18280 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18281
18282         * message.el (message-syntax-checks): Doc fix.
18283         (message-send-mail): Add check for continuation headers.
18284         (message-check-news-header-syntax): Fix regexp used to check for
18285         continuation headers.
18286
18287 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18288
18289         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18290
18291 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18292
18293         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18294
18295 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18296
18297         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18298         default-truncate-lines.
18299
18300 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18301
18302         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18303         to fill the utf-8 entry.
18304
18305         * lpath.el: Fbind unicode-precedence-list.
18306
18307 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18308
18309         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18310
18311 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18312
18313         * gnus-agent.el (directory-files-and-attributes): Move all the way
18314         forward (the third and final move).
18315         (gnus-agent-read-agentview): Trap reconstruction errors due to
18316         nonexistent directory.  Handle by returning nil.
18317
18318 2006-05-30  Didier Verna  <didier@xemacs.org>
18319
18320         * message.el (message-dont-reply-to-names): Update the custom type.
18321         * message.el (message-dont-reply-to-names): New defsubst: potentially
18322         convert a list of regexps into a single one.
18323         * message.el (message-get-reply-headers): Use it.
18324         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18325
18326 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18327
18328         * gnus-agent.el (directory-files-and-attributes): Move forward.
18329
18330 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18331
18332         * gnus-ml.el (gnus-mailing-list-subscribe)
18333         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18334         (gnus-mailing-list-message): Fix doc strings.
18335
18336 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18337
18338         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18339         of doing it manually.
18340
18341 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18342
18343         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18344         comment.
18345
18346 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18347
18348         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18349         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18350         (gnus-agent-read-local): All symbols allocated in my-obarray.
18351         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18352         (gnus-agent-regenerate-group): Check numeric names to see if they are
18353         messages or groups.
18354         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18355         better way of do this...)
18356
18357         * gnus-cache.el (gnus-agent-total-fetched-for):
18358         Ignore 'dummy.group' (there should be a better way of do this...)
18359
18360 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18361
18362         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18363         (gnus-saved-headers): Ditto.
18364         (gnus-default-article-saver): Mention functions may have properties.
18365         (gnus-article-save): Override gnus-save-all-headers and
18366         gnus-saved-headers by :headers property which saver function may have.
18367         (gnus-summary-save-in-file): Add :headers property.
18368         (gnus-summary-write-to-file): Ditto.
18369
18370         * gnus-sum.el (gnus-summary-save-article): Bind
18371         gnus-prompt-before-saving to t when saving many articles in a file;
18372         always show all headers.
18373
18374         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18375
18376 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18377
18378         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18379         marks.
18380
18381         * message.el (message-indent-citation): Add optional arguments to allow
18382         using it outside of message buffers.
18383
18384         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18385         (gnus-article-treat-unfold-headers): Use it.
18386         (gnus-article-truncate-lines): New variable.
18387         (gnus-article-mode): Use it.
18388         (gnus-article-toggle-truncate-lines): New function.
18389
18390         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18391         Add gnus-article-toggle-truncate-lines.
18392
18393         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18394         coding system in XEmacs, use binary.
18395
18396 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18397
18398         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18399         after-load-alist.
18400
18401         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18402         this function should save decoded articles.
18403         (gnus-summary-write-to-file): Use property to specify this function
18404         should save decoded articles and specify gnus-summary-save-in-file
18405         should be used to save articles other than the first one when saving
18406         many articles.
18407         (gnus-summary-save-body-in-file): Use property to specify this
18408         function should save decoded articles.
18409         (gnus-summary-write-body-to-file): Use property to specify this
18410         function should save decoded articles and specify
18411         gnus-summary-save-body-in-file should be used to save articles other
18412         than the first one when saving many articles.
18413
18414         * gnus-sum.el (gnus-summary-save-article): Simplify.
18415
18416 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18417
18418         * gnus-art.el (gnus-default-article-saver):
18419         Add gnus-summary-write-body-to-file.
18420         (gnus-article-save-coding-system): Don't use coding system object
18421         in XEmacs.
18422         (gnus-read-save-file-name): Add optional `dir-var' argument which
18423         specifies directory in which files are saved; work even if optional
18424         `variable' argument is not specified.
18425         (gnus-summary-write-to-file): Read file name.
18426         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18427         (gnus-summary-write-body-to-file): New function.
18428
18429         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18430         (gnus-summary-local-variables): Add it.
18431         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18432         (gnus-summary-save-article): Remove optional `decode' argument;
18433         determine whether to decode articles by the value of
18434         gnus-default-article-saver; when saving many files using
18435         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18436         it first and use gnus-summary-save-in-file or
18437         gnus-summary-save-body-in-file thereafter unless
18438         gnus-prompt-before-saving is always; move point to article which
18439         will be saved.
18440         (gnus-summary-save-article-file): Revert.
18441         (gnus-summary-write-article-file): Revert.
18442         (gnus-summary-save-article-body-file): Revert.
18443         (gnus-summary-write-article-body-file): New function.
18444
18445 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18446
18447         * gnus-art.el (gnus-default-article-saver): Doc fix.
18448         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18449         from gnus-summary-save-article-coding-system, and default to a
18450         certain coding system.
18451         (gnus-output-to-file): Add coding cookie and encode text according
18452         to gnus-article-save-coding-system; don't use mm-append-to-file.
18453
18454         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18455         gnus-art.el and rename to gnus-article-save-coding-system.
18456         (gnus-summary-save-article): Require gnus-art; don't show all
18457         headers if it decodes articles; don't add coding cookie here;
18458         don't bind mm-text-coding-system-for-write.
18459         (gnus-summary-save-article-file): Save decoded articles.
18460         (gnus-summary-write-article-file): When saving many files, use
18461         gnus-summary-write-to-file first and gnus-summary-save-in-file
18462         thereafter unless gnus-prompt-before-saving is always.
18463         (gnus-summary-save-article-body-file): Save decoded articles.
18464
18465         * lpath.el: Fbind select-safe-coding-system for XEmacs.
18466
18467 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18468
18469         * nnrss.el (nnrss-check-group): Bind hash-index.
18470
18471 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
18472
18473         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
18474         its hash index.  Store this hash in `nnrss-group-data'.
18475         (nnrss-read-group-data): Update accordingly.
18476
18477 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18478
18479         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
18480         entry.
18481
18482         * gnus-sum.el (gnus-summary-make-menu-bar):
18483         Add gnus-article-browse-html-article.
18484
18485 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
18486
18487         * gnus-sum.el (gnus-summary-mime-map):
18488         Add gnus-article-browse-html-article.
18489
18490         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
18491
18492 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18493
18494         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
18495         suitable coding systems in customize.
18496
18497 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
18498
18499         * mail-source.el (mail-sources): Fix custom type.
18500
18501 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18502
18503         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
18504         (gnus-summary-expire-articles-now): Shorten prompt.
18505
18506         * gmm-utils.el (wid-edit): Require.
18507         (defun-gmm): Rename from `gmm-defun-compat'.
18508         (gmm-image-search-load-path): Use it.
18509         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
18510
18511 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18512
18513         * gnus-sum.el (gnus-summary-save-article-coding-system):
18514         New variable.
18515         (gnus-summary-save-article): Add optional `decode' argument.
18516         If it is set and gnus-summary-save-article-coding-system is non-nil,
18517         save decoded article.
18518         (gnus-summary-write-article-file): Save decoded article if
18519         gnus-summary-save-article-coding-system is non-nil.
18520
18521         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
18522         type.
18523
18524 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18525
18526         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
18527
18528 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18529
18530         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
18531         first to test gnus-single-article-buffer which may be buffer-local.
18532
18533         * gnus-sum.el (gnus-summary-setup-buffer):
18534         Make gnus-single-article-buffer buffer-local and nil in ephemeral
18535         group; make gnus-article-buffer, gnus-article-current, and
18536         gnus-original-article-buffer always buffer-local.
18537         (gnus-summary-exit): Kill article buffer belonging to ephemeral
18538         group.
18539         (gnus-handle-ephemeral-exit): Don't move to next summary line.
18540
18541 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18542
18543         * nnml.el (nnml-request-compact-group): Compressed files might not
18544         have .gz extension.
18545
18546 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18547
18548         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
18549         (mm-copy-to-buffer): Use with-current-buffer.
18550         (mm-display-part): Simplify.
18551         (mm-inlinable-p): Add optional arg `type'.
18552
18553 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18554
18555         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
18556         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
18557         Try harder to show the attachment internally or externally using
18558         gnus-mime-view-part-as-type.
18559
18560 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18561
18562         * message.el (message-from-style, message-signature-separator)
18563         (message-user-organization-file, message-send-mail-function)
18564         (message-citation-line-function, message-yank-prefix)
18565         (message-indent-citation-function, message-signature)
18566         (message-signature-file, message-signature-insert-empty-line):
18567         Remove autoloads.
18568
18569         * gnus-art.el (gnus-buttonized-mime-types):
18570         Remove "multipart/signed".  Revert 2006-04-26 change.
18571
18572 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18573
18574         * gnus.el (gnus-version-number): Bump version.
18575
18576 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18577
18578         * gnus.el: No Gnus v0.5 is released.
18579
18580 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18581
18582         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
18583         fetching articles by message-id.
18584
18585 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18586
18587         * message.el (hashcash): Require hashcash as normal.
18588
18589         * ecomplete.el (ecomplete-highlight-match-line):
18590         Use point-at-eol.
18591         (ecomplete-highlight-match-line): Use `highlight', because that
18592         face exists in both Emacs and XEmacs.
18593
18594         * message.el (message-display-abbrev): Use point-at-bol.
18595
18596         * mail-source.el: Don't require timer/timer-funcs.
18597
18598         * gnus-async.el: Ditto.
18599
18600         * password.el: Ditto.
18601
18602         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
18603
18604         * mm-url.el: Ditto.
18605
18606         * gnus-xmas.el: Don't require timer-funcs.
18607
18608         * mm-util.el: Require timer/timer-funcs.
18609
18610 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18611
18612         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
18613         Close.
18614
18615 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18616
18617         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
18618         unibyte after clear-decrypt function runs.
18619
18620         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
18621         returns as a unibyte string.
18622
18623 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18624
18625         * lpath.el: Revert.
18626
18627         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
18628         (pgg-gpg-process-sentinel): Revert.
18629
18630         * pgg-pgp.el (pgg-pgp-process-region): Revert.
18631         (pgg-pgp-lookup-key): Revert.
18632
18633         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
18634         (pgg-pgp5-lookup-key): Revert.
18635
18636         * pgg.el (pgg-fetch-key): Revert.
18637
18638 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18639
18640         * lpath.el: Fbind string-as-multibyte for XEmacs.
18641
18642         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
18643         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
18644         (mml1991-pgg-encrypt): Ditto.
18645
18646         * pgg-gpg.el (pgg-string-to-multibyte): New function.
18647         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
18648         a multibyte buffer.
18649
18650         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
18651         (pgg-pgp-lookup-key): Ditto.
18652
18653         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
18654         (pgg-pgp5-lookup-key): Ditto.
18655
18656         * pgg.el (pgg-fetch-key): Ditto.
18657
18658 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
18659
18660         * message.el (message-user-organization-file): Check several
18661         locations of the organization file.
18662
18663         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
18664         Add gnus-article-view-part-as-type.
18665
18666         * gnus-art.el (gnus-article-view-part-as-type): New function.
18667
18668         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
18669         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
18670
18671         * mml.el: Simplify autoload.
18672         (mml-mode): defvar dnd-protocol-alist instead of using
18673         symbol-value.
18674         (mml-default-directory): New variable.
18675         (mml-minibuffer-read-file): Use it.
18676         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
18677
18678         * message.el (message-citation-line-format): New variable.
18679         (message-insert-formated-citation-line): New function.
18680         (message-citation-line-function):
18681         Add `message-insert-formated-citation-line' to custom type.
18682
18683         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
18684         to doc string.
18685
18686         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18687         depending on mm-verify-option.
18688
18689 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18690
18691         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18692         binding pgg-* variables; reimplement the section which prevents
18693         MIME header from being signed.
18694         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18695         pgg-text-mode; remove a blank line at the top of body.
18696
18697         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18698         lines at the top of body; use gnus-newsgroup-charset if there's no
18699         Charset header.
18700
18701 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18702
18703         * message.el (message-self-insert-commands): Doc fix.
18704
18705         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
18706         (mm-uu-pgp-encrypted-test): Ditto.
18707         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
18708         between header and body; return application/pgp-encrypted handle
18709         if decryption failed; decode decrypted body by charset.
18710
18711         * mm-decode.el (mm-automatic-display): Don't make application/pgp
18712         element match to application/pgp-*.
18713
18714 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18715
18716         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18717         HTML.
18718
18719 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18720
18721         * mail-source.el (mail-source-call-script): Message the error
18722         string.
18723
18724 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18725
18726         * gnus-util.el (gnus-byte-compile): Use it.
18727
18728 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
18729
18730         * gnus-util.el (kill-empty-logs): New function.
18731
18732 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18733
18734         * message.el (message-mail-alias-type): Doc fix.
18735         (message-mail-alias-type-p): New function.
18736         (message-send): Use it.
18737         (message-mode): Ditto.
18738         (message-strip-forbidden-properties): Ditto.
18739
18740         * ecomplete.el (ecomplete-database-file-coding-system):
18741         New variable.
18742         (ecomplete-save): Use it.
18743         (ecomplete-setup): Use it.
18744
18745 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18746
18747         * message.el (message-self-insert-commands): New variable.
18748         (message-strip-forbidden-properties): Use it.
18749
18750 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18751
18752         * message.el (message-put-addresses-in-ecomplete): Use a regexp
18753         that doesn't make XEmacs choke.
18754
18755 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
18756
18757         * gnus-util.el (gnus-replace-in-string):
18758         Prefer replace-regexp-in-string over of replace-in-string.
18759
18760 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18761
18762         * gnus-util.el (gnus-select-frame-set-input-focus):
18763         Use select-frame-set-input-focus if it is available in XEmacs; use
18764         definition defined in Emacs 22 for old Emacsen.
18765
18766         * dgnushack.el: Autoload unmorse-region for XEmacs.
18767
18768         * lpath.el: Bind cursor-in-non-selected-windows and
18769         select-frame-set-input-focus for XEmacs.
18770
18771 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18772
18773         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18774
18775 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18776
18777         * gnus-registry.el (gnus-registry-cache-save): Remove text
18778         properties when saving via the temp buffer.
18779
18780 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18781
18782         * message.el (message-generate-hashcash): Honor custom type.
18783
18784 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18785
18786         * message.el (message-generate-hashcash): Default to non-nil when
18787         hashcash is found.
18788
18789         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18790         (gnus-refer-thread-limit): Increase default to 500.
18791
18792         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18793
18794         * flow-fill.el (fill-flowed): Allow delete-space.
18795
18796 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18797
18798         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18799         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18800         Remove autoloads.
18801
18802 2006-04-18  Simon Josefsson  <jas@extundo.com>
18803
18804         * message.el (message-generate-hashcash): Default to.
18805
18806 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18807
18808         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18809         concatenating segments rather than before concatenating them.
18810
18811 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18812
18813         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18814
18815 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18816
18817         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18818
18819         * message.el (message-forward-make-body-plain):
18820         Allow message-forward-ignored-headers to be a list.
18821         (message-remove-ignored-headers): Factor out into function.
18822         (message-forward-make-body-mml): Use it.
18823
18824         * imap.el (imap-quote-specials): New function.
18825         (imap-login-auth): Quote specials.
18826
18827         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18828         (rfc2231-parse-string): Allow concatanation of parameters that
18829         aren't contiguous.  The test case is
18830           (mail-header-parse-content-type "message/external-body;
18831             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18832             access-type=LOCAL-FILE;
18833             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18834
18835 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18836
18837         * nntp.el (nntp-accept-process-output): Return the value of
18838         `nnheader-accept-process-output'.
18839
18840 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18841
18842         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18843         (gnus-button-alist): Recognize more diff formats.
18844         (gnus-button-patch): Strip directory.
18845
18846 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18847
18848         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18849         Emacs 22 when setting focus.
18850
18851 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18852
18853         * gnus-art.el (gnus-article-treat-types): Do treatment of
18854         text/x-verbatim parts.
18855         (gnus-button-patch): New command.
18856
18857         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18858         addresses that contain invalid characters.
18859
18860 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18861
18862         * message.el (message-put-addresses-in-ecomplete):
18863         Use gnus-replace-in-string.
18864         (message-is-yours-p): Use the more correct
18865         mail-header-parse-address instead of
18866         mail-extract-address-components.
18867         (message-put-addresses-in-ecomplete): Fix typo.
18868
18869         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18870         keystroke.
18871
18872         * gnus-art.el (gnus-treatment-function-alist): Change order of
18873         newsgroups/generic header folding to avoid double-folding.
18874
18875         * message.el (message-hidden-headers): Add X-Draft-From.
18876
18877         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18878         New command.
18879         (gnus-summary-repeat-search-article-backward): New command.
18880
18881         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18882         groups in the parent topic.
18883
18884 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18885
18886         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18887         (spam-extra-header-to-number): Return the CRM114 number as a
18888         number instead of a string.
18889
18890 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18891
18892         * gnus-art.el (gnus-face-properties-alist): Move here from
18893         gnus-fun.
18894
18895         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18896
18897 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18898
18899         * message.el (message-strip-forbidden-properties): Only display on
18900         self-insert-command.
18901
18902         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18903         reindent.
18904         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18905
18906 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18907
18908         * smiley.el (smiley-style): Fix typo.
18909
18910 2006-03-23  Kenichi Handa  <handa@m17n.org>
18911
18912         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18913         instead of set-buffer-multibyte.
18914
18915 2006-03-23  Kenichi Handa  <handa@m17n.org>
18916
18917         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18918         buffer and then decode the buffer text if necessary.
18919         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18920         first, and after mm-encode-body, change the buffer to unibyte.
18921
18922 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18923
18924         * hashcash.el (hashcash-insert-payment-async-2):
18925         Use message-goto-eoh instead of doing it manually.
18926         (mail-add-payment): Use message-narrow-to-header instead of trying
18927         to do the same itself.
18928
18929         * message.el (message-hidden-headers): Add Face.
18930
18931         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18932         reparenting code.
18933         (gnus-summary-reparent-children): Refactored out code.
18934         (gnus-summary-thread-map): New keystroke.
18935         (gnus-summary-reparent-children): Make into command.
18936
18937         * smiley.el (smiley-style): Default to `medium' if using a large
18938         font.
18939
18940         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18941         does it itself.
18942
18943         * message.el (message-point-in-header-p): Simplify definition.
18944
18945 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18946
18947         * nnagent.el (nnagent-request-set-mark): Silence log file
18948         writing.
18949         (nnagent-request-set-mark): Use write-region instead of
18950         append-to-file.
18951
18952         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18953         strange select method.
18954
18955         * ecomplete.el (ecomplete-display-matches): Get highlightling
18956         right.
18957         (ecomplete-display-matches): Use literals.
18958         (ecomplete-display-matches): Disable message logging.
18959
18960         * message.el (message-display-abbrev): Small optimization.
18961
18962         * ecomplete.el (ecomplete-display-matches): Allow automatic
18963         display.
18964
18965         * message.el (message-strip-forbidden-properties):
18966         Display abbrevs.
18967         (message-display-abbrev): Get automatic display right.
18968
18969         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18970         keystrokes.
18971
18972 2006-04-13  Romain Francoise  <romain@orebokech.com>
18973
18974         TODO: Backport to v5-10!
18975
18976         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18977         Move here (and rename) from gnus-registry.el.
18978
18979         * gnus-registry.el: Require gnus-util.
18980         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18981
18982 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18983
18984         * gnus-group.el (gnus-group-catchup-current):
18985         Change if-then-else-if-then-else into cond.
18986         (gnus-group-catchup): Indent.
18987         (group-name-at-point): New function.
18988         (gnus-fetch-group): Provide default from thing at point.
18989
18990 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18991
18992         * message.el (message-display-abbrev): Fix regexp.
18993
18994         * ecomplete.el (ecomplete-highlight-match-line):
18995         Reimplement choosing.
18996         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18997         dead variables.
18998
18999         * message.el (message-newline-and-indent): Remove debugging.
19000         (message-display-abbrev): Use new implementation.
19001
19002 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19003
19004         * gnus-art.el (gnus-article-mode):
19005         Set cursor-in-non-selected-windows to nil.
19006
19007         * smiley.el: Revert previous change.
19008         (smiley-data-directory): defvar it before using it in the
19009         defcustom of `smiley-style'.
19010
19011 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19012
19013         * message.el (message-newline-and-indent): New function.
19014
19015         * ecomplete.el: Implement more bits.
19016
19017         * message.el (message-put-addresses-in-ecomplete): Clean up the
19018         string.
19019
19020         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19021
19022         * gnus-sum.el (gnus-summary-save-parts):
19023         Bind gnus-summary-save-parts-counter and use it to make unique file
19024         names.
19025
19026         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19027
19028         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19029         parameter to say whether to actually parse the individual
19030         addresses.
19031
19032         * message.el (message-put-addresses-in-ecomplete): New function.
19033         (ecomplete): Require.
19034         (message-mail-alias-type): Add ecomplete as an option.
19035
19036 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19037
19038         * flow-fill.el (fill-flowed): Remove trailing space from blank
19039         quoted lines.
19040
19041 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19042
19043         * smiley.el (smiley-style): Move definition later to avoid a
19044         compilation warning.
19045
19046 2006-04-12  Kenichi Handa  <handa@m17n.org>
19047
19048         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19049         buffer and then decode the buffer text if necessary.
19050         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19051         first, and after mm-encode-body, change the buffer to unibyte.
19052         Use mm-disable-multibyte instead of set-buffer-multibyte.
19053
19054 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19055
19056         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19057         Content-Type header instead of Content-Disposition header.
19058         (gnus-mime-inline-part): Ditto.
19059         (gnus-mime-view-part-as-charset): Ignore charset that the part
19060         specifies.
19061
19062         * mm-decode.el (mm-display-part): Work with external parts and
19063         usual parts similarly.
19064
19065         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19066         instead of gnus-display-mime.
19067
19068         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19069         instead of with-temp-buffer.
19070
19071         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19072         tag to summarized topics part in order to encode non-ASCII text.
19073
19074 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19075
19076         * smiley.el (smiley-style): New variable.
19077         (smiley-directory): New function.
19078         (smiley-data-directory): Derive from `smiley-style' using
19079         `smiley-directory'.
19080         (smiley-regexp-alist): Add new entries.
19081
19082         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19083         (gnus-article-browse-delete-temp): Add :version.
19084
19085 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19086
19087         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19088         the sieve region.
19089
19090 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19091
19092         * gnus.el (gnus-version-number): Bump version.
19093
19094 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19095
19096         * gnus.el: No Gnus v0.4 is released.
19097
19098 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19099
19100         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19101         layout.
19102
19103         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19104         unknown charset.
19105
19106         * message.el (message-header-synonyms): Add Original-To to the
19107         default.
19108
19109         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19110         optional parameter.
19111
19112 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19113
19114         * gnus-fun.el (gnus): Require it for gnus-directory.
19115
19116 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19117
19118         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19119
19120 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19121
19122         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19123
19124 2006-04-05  Simon Josefsson  <jas@extundo.com>
19125
19126         * password.el (password-reset): New function.
19127
19128 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19129
19130         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19131         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19132
19133 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19134
19135         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19136         Some whitespace was matched into the url, which broke browsing hits
19137         > 100 when mm-url-use-external was nil.
19138
19139 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19140
19141         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19142         Check gnus-extra-headers for 'Newsgroups.
19143
19144         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19145         bound.
19146
19147 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19148
19149         * pgg-gpg.el: Clean up process buffers every time gpg processes
19150         complete.
19151
19152 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19153
19154         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19155         doc string.
19156
19157 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19158
19159         * pgg-gpg.el (pgg-gpg-process-filter)
19160         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19161
19162         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19163         lines, temporary fix.
19164
19165 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19166
19167         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19168
19169 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19170
19171         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19172         default-enable-multibyte-characters.  This reverts the change from
19173         revision 6.17 which is no longer necessary because the passphrase
19174         is sent separately now.  GnuPG messages are unreadable under
19175         multibyte locales with default-enable-multibyte-characters set to
19176         nil.
19177
19178 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19179
19180         * message.el (message-tool-bar-gnome): Move "spell".
19181
19182 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19183
19184         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19185         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19186         instead.
19187
19188 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19189
19190         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19191         Improve newsgroups handling for NNTP overviews which don't include
19192         Newsgroups.
19193
19194 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19195
19196         * message.el (message-resend): Bind message-generate-hashcash to nil.
19197
19198 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19199
19200         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19201         when searching for already-paid recipients.
19202
19203 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19204
19205         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19206         passphrases when it is not needed.
19207         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19208         passphrase stuff from gpg, should only be necessary when you use
19209         gpg with a smartcard.
19210
19211 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19212
19213         * mml.el (mml-insert-mime): Ignore cached contents of
19214         message/external-body part.
19215
19216         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19217         (mm-insert-part): Ditto.
19218
19219 2006-03-23  Simon Josefsson  <jas@extundo.com>
19220
19221         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19222         Reiner.
19223         (pgg-gpg-use-agent-p): Use it again.
19224
19225 2006-03-23  Simon Josefsson  <jas@extundo.com>
19226
19227         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19228         older emacsen.
19229         (pgg-gpg-use-agent-p): Don't use it.
19230
19231 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19232
19233         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19234         if we can.
19235
19236 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19237
19238         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19239         (pgg-gpg-update-agent): New function.
19240         (pgg-gpg-use-agent-p): New function.
19241         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19242         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19243         (pgg-gpg-sign-region): Use it.
19244
19245 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19246
19247         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19248         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19249
19250 2006-03-21  Simon Josefsson  <jas@extundo.com>
19251
19252         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19253         <wilde@sha-bang.de>.
19254         (pgg-gpg-use-agent): New variable.
19255         (pgg-gpg-process-region): Use it.
19256         (pgg-gpg-encrypt-region): Likewise.
19257         (pgg-gpg-encrypt-symmetric-region): Likewise.
19258         (pgg-gpg-decrypt-region): Likewise.
19259         (pgg-gpg-sign-region): Likewise.
19260         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19261
19262 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19263
19264         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19265
19266         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19267         Add comment on version.
19268
19269 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19270
19271         * smiley.el: Add missing test smiley.
19272
19273 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19274
19275         * mm-decode.el (mm-with-part): New macro.
19276         (mm-get-part): Use it; work with message/external-body as well.
19277         (mm-save-part): Treat name and filename equally.
19278
19279         * mm-extern.el (mm-extern-cache-contents): New function.
19280         (mm-inline-external-body): Use it; force the part to be displayed;
19281         move undisplayer added to the cached handle to the parent.
19282
19283         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19284         (gnus-mime-view-part-as-type): Work with message/external-body.
19285
19286         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19287
19288 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19289
19290         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19291         images in image-load-path.  [Sync with image.el, revision 1.60, in
19292         Emacs.]
19293
19294 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19295
19296         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19297         path rather than symbol.  Always return list of directories.
19298         Guarantee that image directory comes first.  [Sync with image.el,
19299         revision 1.59, in Emacs.]
19300
19301         * message.el (message-make-tool-bar): Adjust to new API of
19302         `gmm-image-load-path-for-library'.
19303
19304         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19305
19306         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19307
19308 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19309
19310         * gnus-art.el (gnus-article-only-boring-p):
19311         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19312         intangible text.
19313         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19314
19315 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19316
19317         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19318         Use `defun' instead of `gmm-defun-compat'.
19319
19320 2006-03-14  Simon Josefsson  <jas@extundo.com>
19321
19322         * message.el (message-unique-id): Don't use message-number-base36
19323         if (user-uid) is a float.
19324         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19325
19326 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19327
19328         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19329
19330         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19331         empty line between a part and a message part.
19332
19333 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19334
19335         * smiley.el: Add more test smileys.
19336         (smiley-data-directory, smiley-regexp-alist)
19337         (gnus-smiley-file-types): Fix doc strings.
19338         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19339         adding new elements.
19340         (smiley-mouse-map): Unused code.  Make it a comment.
19341
19342 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19343
19344         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19345         scan latest NoCeM messages instead of old ones.
19346         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19347         delimiters that are recently used.
19348         (gnus-nocem-load-cache): Add autoload cookie.
19349
19350         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19351
19352         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19353         level which is larger than gnus-use-nocem is specified.
19354
19355         * gnus-group.el (gnus-group-get-new-news): Ditto.
19356
19357 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19358
19359         * gnus-util.el (gnus-tool-bar-update): New function.
19360
19361         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19362         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19363
19364         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19365
19366         * gnus-group.el (gnus-group-redraw-when-idle)
19367         (gnus-group-redraw-check): Remove.
19368         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19369
19370 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19371
19372         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19373         if optional last element is specified in splits (FIELD VALUE...).
19374
19375 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19376
19377         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19378         to gmm-image-load-path-for-library.  Call with no-error argument.
19379         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19380
19381         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19382
19383         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19384
19385         * gmm-utils.el (gmm-image-load-path): Remove alias.
19386
19387 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19388
19389         * gmm-utils.el (gmm-image-load-path): Add alias.
19390
19391         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19392         nnml-generate-nov-databases-1.
19393         (nnml-generate-nov-databases): Use it.
19394         (nnml-generate-nov-databases-directory): Document no-active
19395         argument.
19396
19397         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19398         directory if path is t.  Add no-error.
19399
19400         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19401         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19402
19403         * gnus-art.el (gnus-article-browse-delete-temp-files):
19404         Simplify resetting gnus-article-browse-html-temp-list.
19405
19406         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19407         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19408         Add example to docstring.  Rename local variables.  Move error
19409         checks to default case in cond and simplify.
19410
19411 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19412
19413         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19414         handle is multipart when calling it recursively.
19415         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19416
19417 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19418
19419         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19420         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19421
19422 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19423
19424         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19425         is loaded.
19426
19427         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19428         loaded.
19429
19430 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19431
19432         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19433         to "Emacs 23 (unicode)" in doc string.
19434
19435         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19436         "Emacs 23 (unicode)" in comment.
19437
19438 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19439
19440         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19441
19442         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19443         characters 160 through 255 in Emacs 23.
19444
19445 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19446
19447         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19448         gnus-article-browse-html-temp.
19449         (gnus-article-browse-delete-temp): Make it customizable.
19450         Add `file'.  Adjust doc string.
19451         (gnus-article-browse-delete-temp-files): Add argument.
19452         Allow query for each file.  Adjust doc string.
19453         (gnus-article-browse-html-parts):
19454         Add `gnus-article-browse-delete-temp-files' to
19455         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19456
19457 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
19458
19459         * gnus-art.el (gnus-article-browse-html-temp)
19460         (gnus-article-browse-delete-temp): New variables.
19461         (gnus-article-browse-delete-temp-files): New function.
19462         (gnus-article-browse-html-parts): Use it.
19463
19464 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19465
19466         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
19467
19468         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
19469         string.
19470
19471         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
19472         gnus-summary-insert-new-articles when unplugged.
19473         Remove gnus-summary-search-article-forward.
19474
19475         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
19476         display-visual-class instead of display-color-cells.
19477
19478 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19479
19480         * dgnushack.el: Autoload customize-group for XEmacs.
19481
19482         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
19483         message/* containing non-ASCII text properly.
19484
19485 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
19486
19487         * message.el: Require gmm-utils, remove autoloads.
19488         (message-tool-bar): Set default based on
19489         gmm-tool-bar-style.
19490         (message-tool-bar-gnome): Add gmm-customize-mode.
19491
19492         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
19493         gmm-tool-bar-style.
19494         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
19495
19496         * gnus-group.el (gnus-group-tool-bar): Set default based on
19497         gmm-tool-bar-style.
19498         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
19499
19500         * gmm-utils.el (gmm-image-directory): Rename variable from
19501         gmm-image-load-path.
19502         (gmm-image-load-path): Use gmm-image-directory.
19503         (gmm-customize-mode): New function.
19504         (gmm-tool-bar-style): New variable.
19505
19506         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
19507         gnus-group-redraw-line-number.
19508         (gnus-group-redraw-check): Simplify.
19509         (gnus-group-tool-bar-update): Remove redraw check.
19510         (gnus-group-make-tool-bar): Add redraw check.
19511
19512 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
19513
19514         * gnus-art.el (gnus-button): Add missing parentheses.
19515
19516 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19517
19518         * lpath.el: Fbind line-number-at-pos.
19519
19520 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19521
19522         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
19523
19524 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19525
19526         * gnus-art.el (gnus-button): New face.
19527         (gnus-article-button-face): Use it.
19528
19529         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19530         Add gnus-summary-next-page.  Re-order.
19531
19532         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
19533         next-node are now included.
19534         (gnus-group-redraw-line-number): New internal variable.
19535         (gnus-group-redraw-check): Helper function for updating the tool
19536         bar.
19537         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
19538
19539         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
19540
19541         * spam.el (spam-spamassassin-score-regexp): New internal variable.
19542         (spam-extra-header-to-number, spam-check-spamassassin-headers):
19543         Use it to match format of Spamassassin 3.0 and later.
19544         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
19545         (spam-check-bogofilter)
19546         (spam-bogofilter-register-with-bogofilter): Fix args of
19547         `gnus-error' calls.
19548
19549 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19550
19551         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
19552         unnecessary interaction when sending queued mails.
19553         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
19554
19555 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
19556
19557         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
19558         first or last are nil.
19559
19560 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19561
19562         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
19563
19564 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19565
19566         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
19567
19568 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19569
19570         * dns.el (query-dns): Protect more against buggy tcp output.
19571
19572 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19573
19574         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
19575         nov.php.
19576
19577 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19578
19579         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
19580         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
19581         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
19582         output on the server side.
19583         (nnweb-google-create-mapping): Update regexps and add some
19584         progress indication.
19585
19586 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
19587
19588         * gnus-group.el (gnus-group-tool-bar-gnome):
19589         Fix gnus-agent-toggle-plugged.  Re-order icons.
19590         (gnus-group-tool-bar-gnome):
19591         Add gnus-group-{prev,next}-unread-group.
19592         (gnus-group-tool-bar-gnome): Re-order icons.
19593
19594         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19595         Move gnus-summary-insert-new-articles.
19596
19597         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
19598         Fix comments.
19599
19600         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
19601         also available in Emacs 21.3.
19602
19603         * message.el (message-fix-before-sending): Change "Emacs 22" to
19604         "Emacs 23 (unicode)" in comment.
19605
19606         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
19607         "Emacs 23 (unicode)" in comment.
19608
19609         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
19610         comment.
19611         (mm-coding-system-p): Add comment about no-MULE XEmacs.
19612
19613         * mm-view.el (mm-fill-flowed): Add :version.
19614
19615 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19616
19617         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
19618         and load-path.
19619
19620 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
19621
19622         * message.el: Autoload gmm-image-load-path.
19623         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
19624         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
19625         consitency.
19626
19627         * gmm-utils.el (gmm-image-load-path): Also search in
19628         "../etc/images".  Don't set gmm-image-load-path if we don't find
19629         the image.
19630
19631 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19632
19633         * gmm-utils.el (gmm-image-load-path): Don't make
19634         `gmm-image-load-path' include subdirectories which the second arg
19635         `image' might specify.
19636
19637         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
19638         subdirectory to icon file names.
19639
19640         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
19641
19642 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19643
19644         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
19645         gmm-image-load-path calls.
19646
19647         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19648
19649         * message.el (message-make-tool-bar): Ditto.
19650
19651         * mml.el (mml-preview): Add comment concerning tool bar icons.
19652
19653         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
19654         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
19655
19656         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
19657         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
19658
19659         * message.el (message-tool-bar-gnome): Use new icon names.
19660         (message-make-tool-bar): Use `gmm-image-load-path'.
19661
19662         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
19663         New functions from MH-E.
19664         (gmm-image-load-path): New variable from MH-E.
19665         (gmm-image-load-path): New function from MH-E.  Add arguments
19666         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
19667         *-image-load-path-called-flag.
19668
19669 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
19670
19671         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
19672
19673 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
19674
19675         * nnimap.el (nnimap-request-move-article): Change folder back to
19676         source group before deleting.
19677
19678 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
19679
19680         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
19681
19682         * gnus-art.el (mm-url-insert-file-contents-external):
19683         Autoload mm-url.
19684
19685         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
19686
19687 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19688
19689         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
19690         coding system which mm-charset-to-coding-system returns for a
19691         given charset is valid.
19692
19693 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
19694
19695         * html2text.el (html2text-remove-tag-list):
19696         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19697
19698 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
19699
19700         * gnus-cus.el: Revert 2005-10-17 change.
19701
19702 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19703
19704         * gnus-art.el (article-strip-banner):
19705         Call article-really-strip-banner only when the regexp match is made.
19706
19707 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19708
19709         * gnus-art.el (article-strip-banner):
19710         Use gnus-extract-address-components instead of
19711         mail-header-parse-addresses to make it work with non-ASCII text;
19712         remove mail-encode-encoded-word-string.
19713
19714         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19715         values which are surrounded with \"...\"; make it never cause a
19716         Lisp error; give up parsing of parameters if it failed in
19717         extracting type.
19718
19719 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
19720
19721         * smime.el (smime-cert-by-ldap-1): Fix bug where
19722         `smime-ldap-search' returns results without userCertificates.
19723
19724 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19725
19726         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19727
19728 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19729
19730         * spam.el (spam-check-spamassassin-headers): Adapt format for
19731         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
19732         <ari@mbf.ocn.ne.jp>.
19733         (spam-list-of-processors): Add spam-use-gmane.
19734
19735 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19736
19737         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19738         make-temp-file; make it work with XEmacs as well.
19739
19740         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19741         mm-make-temp-file.
19742
19743         * mm-decode.el (mm-display-external): Use the 3rd arg of
19744         mm-make-temp-file.
19745         (mm-create-image-xemacs): Ditto.
19746
19747 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19748
19749         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19750         with message-narrow-to-headers.
19751         (gnus-draft-setup): Narrow to header to run message-fetch-field.
19752         (gnus-draft-check-draft-articles): New function.
19753         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19754
19755 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19756
19757         * gnus-art.el (gnus-article-browse-html-parts):
19758         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19759         Don't use suffix argument for mm-make-temp-file for Emacs 21
19760         compatibility.  Remove useless `format'.
19761
19762 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19763
19764         * nnweb.el (nnweb-google-wash-article): Update regexps.
19765         (nnweb-group-alist): Use defvoo instead of defvar.
19766
19767 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19768
19769         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19770         re-loading nn* modules.
19771
19772 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19773
19774         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19775         for `tool-bar-mode' and don't check it's default-value.
19776
19777         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19778
19779         * message.el (message-make-tool-bar): Ditto.
19780
19781         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19782         `substring'.  Shorten tmp-file name.
19783
19784         * gnus.el: Remove bogus comment.
19785
19786 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19787
19788         * gnus-art.el (gnus-article-browse-html-parts): New function.
19789         (gnus-article-browse-html-article): New function for viewing html
19790         articles with a browser.
19791
19792 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19793
19794         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19795         in elisp.
19796         (pgg-gpg-encrypt-symmetric-region): Ditto.
19797         (pgg-gpg-sign-region): Ditto.
19798
19799         * pgg-def.el (pgg-text-mode): New variable.
19800
19801         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19802         (mml2015-pgg-encrypt): Ditto.
19803
19804         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19805         (mml1991-pgg-encrypt): Ditto.
19806
19807 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19808
19809         * nnfolder.el (nnfolder-insert-newsgroup-line):
19810         Use message-make-date instead of current-time-string.
19811
19812         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19813         to gnus-decoded which mm-uu might set.
19814
19815 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19816
19817         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19818         don't decode quoted parameters; remove misimported Emacs code.
19819         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19820         (rfc2231-decode-encoded-string): Don't use split-string which
19821         behaves differently according to Emacs version; use
19822         mm-decode-coding-region to convert charset to coding-system.
19823         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19824         (rfc2231-encode-string): Remove misimported Emacs code.
19825
19826 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19827
19828         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19829         when calling mail-header-parse-content-type.
19830         (article-de-quoted-unreadable): Ditto.
19831         (article-de-base64-unreadable): Ditto.
19832         (article-wash-html): Ditto.
19833
19834         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19835         calling mail-header-parse-content-type and
19836         mail-header-parse-content-disposition.
19837         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19838         mail-header-parse-content-type.
19839
19840         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19841         insert charset and format parameters; encode description after
19842         inserting it to buffer.
19843         (mml-insert-parameter): Fold lines properly even if a parameter is
19844         segmented into two or more lines; change the max column to 76.
19845
19846         * rfc1843.el (rfc1843-decode-article-body): Don't use
19847         ignore-errors when calling mail-header-parse-content-type.
19848
19849         * rfc2231.el (rfc2231-parse-string): Return at least type if
19850         possible; don't cause an error even if it fails in parsing of
19851         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19852         (rfc2231-encode-string): Don't break lines at the beginning, leave
19853         it to mml-insert-parameter.
19854
19855         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19856         calling mail-header-parse-content-type.
19857
19858 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19859
19860         * spam-report.el (spam-report-gmane-use-article-number):
19861         Improve doc string.
19862         (spam-report-gmane-internal): Check if a suitable header was found
19863         in the article.
19864
19865 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19866
19867         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19868         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19869
19870 2006-02-05  Romain Francoise  <romain@orebokech.com>
19871
19872         Update copyright notices of all files in the gnus directory.
19873
19874 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19875
19876         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19877
19878 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19879
19880         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19881         segmented lines of parameter value to cope with Thunderbird 1.5
19882         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19883         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19884         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19885
19886 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19887
19888         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19889         parts.
19890
19891 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19892
19893         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19894         there's only one active file for all servers.
19895         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19896         solid groups.  Gnus might have used a FAST request to select the group.
19897         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19898         and nnweb-search redundantly in the active file.
19899         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19900         (nnweb-request-create-group): Don't use ARGS.
19901         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19902         initializations.  Let nnoo do the work.
19903
19904 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19905
19906         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19907         Say the part has been decoded.
19908
19909         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19910
19911 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19912
19913         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19914         mailcap-viewer-test-cache when there's no 'test clause, since that
19915         will invert the meaning of a "nil" test previously determined by
19916         mailcap-mailcap-entry-passes-test.
19917
19918 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19919
19920         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19921         compiling.
19922
19923         * gnus-sum.el: Ditto.
19924
19925         * message.el: Don't bind tool-bar-map when compiling.
19926
19927 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19928
19929         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19930
19931 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19932
19933         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19934         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19935         current Google Groups.
19936
19937 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19938
19939         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19940         and tool-bar-mode.
19941
19942         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19943         and tool-bar-mode.
19944
19945         * message.el (message-tool-bar-update): Simplify.
19946         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19947
19948         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19949         gnus-summary-buffer.
19950         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19951         gnus-summary-reply.
19952
19953         * gmm-utils.el (gmm): Add :version.
19954
19955 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19956
19957         * Makefile.in (clean): New rule.
19958         (distclean): Use it.
19959
19960 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19961
19962         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19963         Don't autoload.
19964
19965 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19966
19967         * gmm-utils.el (gmm-verbose): Add :group.
19968
19969 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19970
19971         * message.el: Change some comments WRT tool-bars.
19972
19973         * gnus-sum.el (gnus-summary-tool-bar)
19974         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19975         (gnus-summary-tool-bar-zap-list): New variables.
19976         (gnus-summary-make-tool-bar): Complete rewrite using
19977         `gmm-tool-bar-from-list'.
19978
19979         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19980         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19981         New variables.
19982         (gnus-group-make-tool-bar): Complete rewrite using
19983         `gmm-tool-bar-from-list'.
19984         (gnus-group-tool-bar-update): New function.
19985
19986         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19987
19988 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19989
19990         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19991         is dissected into a single part of which the type is the same as
19992         the given one; decode charset.
19993
19994 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19995
19996         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19997         into alists as symbol not string, since that's what
19998         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19999         look for.
20000
20001 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20002
20003         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20004         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20005
20006         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20007
20008 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20009
20010         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20011         (gnus-xmas-mime-security-button-menu): New function.
20012
20013         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20014         (gnus-mime-security-button-menu): New definition.
20015         (gnus-mime-security-button-map): Use them.
20016         (gnus-mime-security-button-menu): New function.
20017         (gnus-insert-mime-security-button): Addition to help echo.
20018         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20019         (gnus-mime-security-pipe-part): New functions.
20020
20021         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20022         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20023
20024         * mm-decode.el (mm-handle-set-disposition): Remove.
20025         (mm-handle-set-description): Remove.
20026
20027 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20028
20029         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20030         (mm-w3m-standalone-supports-m17n-p): New function.
20031         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20032         w3m usage.
20033
20034         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20035         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20036
20037 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20038
20039         * message.el (message-tool-bar-zap-list):
20040         Use gmm-tool-bar-zap-list as custom type.
20041         (message-tool-bar-update): New function.
20042         (message-tool-bar, message-tool-bar-gnome)
20043         (message-tool-bar-retro): Add message-tool-bar-update.
20044         (message-tool-bar-gnome): Add flyspell-buffer.
20045
20046         * gnus-util.el (gnus-error): Describe `args'.
20047
20048         * gmm-utils.el (gmm-error): Describe `args'.
20049         (gmm-tool-bar-zap-list): New widget.
20050         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20051
20052 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20053
20054         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20055         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20056         the number of recursive calls.
20057
20058         * mm-decode.el (mm-handle-set-disposition): New macro.
20059         (mm-handle-set-description): New macro.
20060
20061 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20062
20063         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20064         encoding.
20065
20066 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20067
20068         * message.el (message-tool-bar-zap-list, message-tool-bar)
20069         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20070         (message-tool-bar-local-item-from-menu): Remove.
20071         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20072         (message-make-tool-bar): New function.
20073         (message-mode): Use `message-make-tool-bar'.
20074
20075         * gmm-utils.el: New file.
20076         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20077         (gmm-lazy): New widget copied from `nnmail.el'.
20078         (gmm-tool-bar-from-list): New function for creating customizable
20079         tool bars.
20080         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20081         output.
20082         (gmm): Add :prefix to defgroup.
20083
20084 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20085
20086         * gmm-utils.el (gmm-widget-p): New function.
20087
20088 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20089
20090         * mml.el (mml-attach-file): Describe `description' in doc string.
20091         (mml-menu): Add Emacs MIME manual and PGG manual.
20092
20093 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20094
20095         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20096
20097 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20098
20099         * nntp.el (nntp-end-of-line): Doc fix.
20100
20101 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20102
20103         * imap.el (imap-open): Handle case where buffer is a buffer
20104         object.
20105
20106 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20107
20108         * gnus-delay.el (gnus-delay): Don't autoload.
20109         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20110         to be re-loaded when customizing the `gnus-delay' group.
20111
20112 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20113
20114         * message.el (message-insert-citation-line): Use newlines.
20115
20116 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20117
20118         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20119         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20120         these routines, so the passphrase can be managed externally and
20121         passed in to the system.
20122         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20123         pgg-add-passphrase-to-cache function.
20124
20125         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20126         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20127         these routines, so the passphrase can be managed externally and
20128         passed in to the system.
20129         (pgg-pgp5-sign-region): Use new name of
20130         pgg-add-passphrase-to-cache function.
20131
20132 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20133
20134         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20135         part of the decoded armor to find the key-identifier.
20136         (pgg-gpg-lookup-key-owner): New function to return the
20137         human-readable identifier of a key owner.
20138         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20139         itself.
20140         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20141         the key value) if we have a key and can match it against a secret
20142         key.  Also, added a note pointing out fact that the prompt only
20143         indicates the first matching key.
20144
20145         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20146         pgg-decrypt-region.
20147         (pgg-add-passphrase-to-cache): Rename from
20148         `pgg-add-passphrase-cache' to reduce confusion (all callers
20149         changed).
20150         (pgg-remove-passphrase-from-cache): Rename from
20151         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20152         changed).
20153         (pgg-read-passphrase, pgg-add-passphrase-cache)
20154         (pgg-remove-passphrase-cache): Add informative docstrings.
20155         (pgg-decrypt): Convey provided passphrase in subordinate call to
20156         pgg-decrypt-region.
20157
20158 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20159
20160         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20161         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20162         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20163         'passphrase' argument, so the passphrase can be managed externally
20164         and then passed in to the system.
20165
20166         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20167         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20168         so the passphrase cache can be used reliably with identifiers
20169         besides a pgp packet's key id.
20170
20171         * pgg-gpg.el (pgg-gpg-encrypt-region)
20172         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20173         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20174         these routines, so the passphrase can be managed externally and
20175         passed in to the system.
20176
20177         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20178         'notruncate' argument, so the passphrase cache can be used
20179         reliably with identifiers besides a pgp packet's key id.
20180
20181 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20182
20183         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20184         symmetric encryption.
20185         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20186         encrypted session key.
20187         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20188         message ask for the passphrase in a proper way.
20189
20190         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20191         New user commands for symmetric encryption.
20192
20193 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20194
20195         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20196
20197         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20198
20199 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20200
20201         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20202
20203 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20204
20205         * mm-decode.el (mm-inlined-types): Add application/pgp.
20206         (mm-automatic-display): Ditto.
20207
20208         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20209         part as text.
20210
20211 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20212
20213         * nnrss.el: Update copyright.
20214         (nnrss-opml-import): Query whether to subscribe to each entry.
20215
20216         * gnus-art.el:
20217         * gnus-sum.el:
20218         * gnus-xmas.el:
20219         * messagexmas.el:
20220         * mm-uu.el:
20221         * mm-view.el: Update copyright.
20222
20223 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20224
20225         * message.el (message-info): New function.
20226         (message-mode-menu): Add it.
20227         Update copyright.
20228
20229         * ChangeLog: Fix and update copyright.
20230
20231 2006-01-13  Romain Francoise  <romain@orebokech.com>
20232
20233         * message.el (message-forward-subject-name-subject): Prefer the
20234         address to 'nowhere' if the sender has no name.
20235         Fix typo.  Update copyright year.
20236
20237 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20238
20239         * gnus-art.el (article-wash-html):
20240         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20241         (gnus-article-wash-html-with-w3m-standalone): New function.
20242
20243         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20244         mm-inline-text-html-render-with-w3m-standalone.
20245         (mm-text-html-washer-alist): Map w3m-standalone to
20246         gnus-article-wash-html-with-w3m-standalone.
20247         (mm-inline-text-html-render-with-w3m-standalone): New function.
20248
20249 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20250
20251         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20252         Improve LaTeX.
20253
20254 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20255
20256         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20257         (nnrss-request-article): Render text/plain parts as HTML.
20258
20259         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20260         the buffer.
20261
20262 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20263
20264         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20265         custom definition of `gnus-posting-styles'.
20266
20267         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20268         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20269
20270 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20271
20272         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20273         Use nntp for bug archive.
20274
20275 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20276
20277         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20278         parts.
20279         (nnrss-normalize-date): New function converts ISO 8601 date into
20280         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20281         (nnrss-check-group): Use it.
20282
20283 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20284
20285         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20286
20287         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20288         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20289         (nnrss-insert-w3): Ditto.
20290
20291 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20292
20293         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20294         the articles to be forwarded including the case where neither a
20295         number of articles nor a region is specified.
20296
20297 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20298
20299         * nnrss.el (nnrss-request-article): Fix last change; fill
20300         text/plain parts.
20301
20302 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20303
20304         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20305         in text/plain part.
20306         (nnrss-check-group): Don't add excessive newline to dc:subject.
20307
20308 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20309
20310         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20311         article.
20312
20313 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20314
20315         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20316         (nnml-use-compressed-files, nnml-save-mail): Support other
20317         comression programs such as bzip2.
20318
20319 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20320
20321         * dns.el (query-dns): Make sure we check the buffer size before
20322         removing tcp headers.
20323
20324 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20325
20326         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20327         remove MIME buttons associated with multipart/alternative parts.
20328         (gnus-mime-display-alternative): Tag buttons using `article-type'
20329         text property.
20330
20331         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20332         associated with multipart/alternative parts.
20333
20334         * gnus-art.el (gnus-signature-separator): Fix custom type.
20335
20336         * mm-decode.el (mm-inlined-types): Fix custom type.
20337         (mm-keep-viewer-alive-types): Ditto.
20338         (mm-automatic-display): Ditto.
20339         (mm-attachment-override-types): Ditto.
20340         (mm-inline-override-types): Ditto.
20341         (mm-automatic-external-display): Ditto.
20342
20343 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20344
20345         * spam-report.el (spam-report-user-mail-address)
20346         (spam-report-user-agent): New variables.
20347         (spam-report-url-ping-plain): Use spam-report-user-agent.
20348
20349 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20350
20351         * gnus-art.el (gnus-button-handle-custom): Do not just use
20352         `customize-apropos' for any "M-x customize-*" button but the
20353         function called for.  Accept both the function name and its
20354         argument in order to achieve this.
20355         (gnus-button-alist): Remove support for "custom:" URL's.
20356         Pass function name to `gnus-button-handle-custom' in case of "M-x
20357         customize-*" buttons.
20358
20359 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20360
20361         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20362         multipart/alternative and add xref to mm-discouraged-alternatives
20363         in doc string.
20364
20365         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20366         gnus-buttonized-mime-types in doc string.
20367
20368 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20369
20370         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20371         Suggest image/.* in the doc string.
20372
20373 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20374
20375         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20376         message-marks (Debian bug#342521).
20377
20378 2005-12-12  Simon Josefsson  <jas@extundo.com>
20379
20380         * password.el (password-read-from-cache): Add.
20381         (password-read): Use it.
20382
20383 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20384
20385         * rfc2047.el (rfc2047-charset-to-coding-system):
20386         Recognize us-ascii as a MIME charset.
20387
20388         * mm-bodies.el (mm-decode-content-transfer-encoding):
20389         Protect against the case where the 2nd arg TYPE is nil.
20390
20391 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20392
20393         * pop3.el (pop3-stream-type): Fix custom version.
20394
20395         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20396
20397 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20398
20399         * mm-decode.el (mm-display-external): Add missing cdr.
20400
20401 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20402
20403         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20404         RFC1524) if it is in mailcap or add a suffix according to
20405         mailcap-mime-extensions when generating a temp filename; postpone
20406         deleting a temp file for 2 seconds for some wrappers, shell
20407         scripts, and so on, which might exit right after having started a
20408         viewer command as a background job.
20409
20410 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20411
20412         * nntp.el (nntp-marks-directory): Fix custom group.
20413
20414         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20415         steps when < 10.
20416
20417         * gnus-start.el (gnus-no-server-1):
20418         Mention `gnus-level-default-subscribed' in doc string.
20419
20420 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20421
20422         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20423         parens.
20424
20425 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20426
20427         * gnus-xmas.el (gnus-use-toolbar): Revert.
20428         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20429         gnus-use-toolbar is default.
20430
20431         * messagexmas.el (message-use-toolbar): Revert.
20432         (message-setup-toolbar): Use global default-toolbar if
20433         message-use-toolbar is default.
20434
20435 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20436
20437         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20438         according to default-toolbar-visible-p.
20439
20440         * messagexmas.el (message-use-toolbar): Ditto.
20441
20442 2005-11-26  Dave Love  <fx@gnu.org>
20443
20444         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20445         (tls-program, tls-success): Provide openssl alternative.
20446
20447         * starttls.el: Doc fixes.
20448         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20449         SERVICE to PORT.
20450
20451         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20452         port null or service name.
20453         (starttls-negotiate): Autoload.
20454
20455 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20456
20457         * message.el (message-kill-to-signature): Fix interactive spec.
20458
20459 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20460
20461         * pop3.el (pop3-open-server): Recognize a string as a service name.
20462
20463 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
20464
20465         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
20466
20467 2005-11-23  Dave Love  <fx@gnu.org>
20468
20469         Add pop3s, pop3/starttls.
20470
20471         * pop3.el (pop3-authentication-scheme): Clarify doc.
20472         (open-tls-stream, starttls-open-stream): Autoload.
20473         (pop3-stream-type): New.
20474         (pop3-open-server): Use it.
20475
20476         * mail-source.el (mail-sources): Fix some :types.  Add stream type
20477         for POP.
20478         (mail-source-keyword-map): Add :stream for POP.
20479         (mail-source-fetch-pop): Use pop3-stream-type.
20480
20481 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20482
20483         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
20484         of current-time-string.
20485
20486 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
20487
20488         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
20489         date header.
20490
20491 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20492
20493         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
20494         it can seriously impact performance as it bypasses the agent's
20495         local caches.
20496
20497 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20498
20499         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
20500         must be explicitly online rather than "not explicitly offline" for
20501         its flags to be synchronized.
20502
20503         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
20504         that gnus-uu-unmark-thread will function correctly.
20505
20506         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
20507         1024K is instead displayed as 1M.
20508
20509 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20510
20511         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
20512
20513 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
20514
20515         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
20516
20517 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
20518
20519         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
20520         error message to display actual error condition.
20521         (gnus-agent-save-local): Avoid saving symbols that are bound to
20522         nil as they simply result in a warning message in
20523         gnus-agent-read-local.
20524
20525 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20526
20527         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
20528         rather than make-variable-buffer-local for file-precious-flag.
20529
20530 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20531
20532         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
20533         for duplicates which are removed.  The invalid sort check then
20534         triggers a rescan after the sort as sorting may have moved
20535         duplicate entries such that they can be cheaply detected.
20536
20537 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20538
20539         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
20540
20541 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20542
20543         * gnus-agent.el (gnus-agent-article-alist-save-format):
20544         Change internal variable to a custom variable.  Change default value
20545         from compressed(2) to uncompressed(1).
20546         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
20547         support for uncompressed agentview files.  Taken together, reading
20548         the agentview file should now be 6-7 times faster.
20549
20550 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
20551
20552         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
20553         as a buffer-local variable.  This avoids creating truncated
20554         dribble files as a result of a hang up, eg.
20555
20556 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
20557
20558         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
20559         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
20560         XEmacs.
20561
20562 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20563
20564         * gnus-start.el (gnus-start-draft-setup):
20565         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
20566
20567         * gnus.el (gnus-splash): Change custom group.
20568         (gnus-group-get-parameter, gnus-group-parameter-value):
20569         Describe allow-list argument.
20570
20571         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
20572         string.
20573
20574 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20575
20576         * gnus-art.el (gnus-default-article-saver): Add user-defined
20577         `function' to custom type.
20578
20579 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20580
20581         * imap.el (imap-open): Handle case where buffer is a buffer
20582         object.
20583
20584 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20585
20586         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
20587         long lines.
20588         (gnus-cache-delete-group): Wrap doc strings.
20589
20590         * gnus-agent.el (gnus-agent-rename-group)
20591         (gnus-agent-delete-group): Wrap doc strings.
20592
20593 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20594
20595         * messagexmas.el (message-use-toolbar): Change the valid values
20596         into default, top, bottom, left, and right.
20597         (message-toolbar-thickness): New variable.
20598         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
20599         well.
20600         (message-setup-toolbar): Make it work.
20601
20602         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
20603         (gnus-use-toolbar): Change the valid values into default, top,
20604         bottom, left, and right.
20605         (gnus-toolbar-thickness): New variable.
20606         (gnus-xmas-setup-toolbar): New function.
20607         (gnus-xmas-setup-group-toolbar): Use it.
20608         (gnus-xmas-setup-summary-toolbar): Use it.
20609
20610 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20611
20612         * gnus-start.el (gnus-1): Add "native" to
20613         gnus-predefined-server-alist.
20614
20615         * gnus.el (gnus-method-to-server): Don't add "native" to the
20616         lists here, because that leads to problems when
20617         gnus-select-method is bound.
20618
20619 2005-11-09  Simon Josefsson  <jas@extundo.com>
20620
20621         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
20622         use (not sort-by-date) instead.
20623
20624 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20625
20626         * gnus-delay.el (gnus-delay-group): Don't autoload.
20627         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20628         to be re-loaded when customizing the `gnus-delay' group.
20629
20630 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20631
20632         * message.el: Revert last changes.
20633         (message-insert-citation-line): Use newlines.
20634
20635 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20636
20637         * message.el (message-courtesy-message)
20638         (message-mark-insert-begin, message-mark-insert-end)
20639         (message-elide-ellipsis, message-cancel-message)
20640         (message-add-header, message-change-subject)
20641         (message-cross-post-followup-to-header)
20642         (message-cross-post-insert-note, message-reduce-to-to-cc)
20643         (message-widen-reply, message-delete-not-region)
20644         (message-kill-to-signature, message-insert-signature)
20645         (message-insert-importance-high, message-insert-importance-low)
20646         (message-insert-or-toggle-importance)
20647         (message-insert-disposition-notification-to)
20648         (message-indent-citation, message-yank-original)
20649         (message-cite-original-without-signature, message-cite-original)
20650         (message-insert-citation-line, message-position-on-field)
20651         (message-fix-before-sending, message-send-mail-partially)
20652         (message-send-mail, message-send-mail-with-sendmail)
20653         (message-send-mail-with-qmail, message-send-news)
20654         (message-check-news-header-syntax, message-generate-headers)
20655         (message-insert-courtesy-copy, message-fill-address)
20656         (message-fill-header, message-shorten-references)
20657         (message-setup-1, message-cancel-news)
20658         (message-forward-make-body-plain, message-forward-make-body-mime)
20659         (message-forward-make-body-mml, message-encode-message-body)
20660         (message-forward-make-body-digest-plain)
20661         (message-forward-make-body-digest-mime)
20662         (message-use-alternative-email-as-from): Insert `hard-newline'
20663         instead of ordinary newlines.
20664
20665 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20666
20667         * message.el (message-generate-headers): Downcase the argument
20668         given to message-check-element.
20669
20670 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
20671
20672         * nntp.el (nntp-authinfo-rejected): New error condition.
20673         (nntp-wait-for): Use new error condition to signal authentication
20674         error.
20675         (nntp-retrieve-data): Rethrow new error condition to break out of
20676         recursive call to nntp-send-authinfo.
20677
20678 2005-11-08  Romain Francoise  <romain@orebokech.com>
20679
20680         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
20681         (gnus-summary-exit-map): Bind to `Z p'.
20682         (gnus-summary-make-menu-bar): Add menu item.
20683
20684 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
20685
20686         * gnus-art.el (gnus-article-treat-custom): Add `first'.
20687         (gnus-treat-*): Add `first' in all doc strings.
20688
20689         * gnus-group.el (gnus-group-compact-group): Fix typo.
20690
20691 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20692
20693         * gnus.el (gnus-parameters-case-fold-search): New variable.
20694         (gnus-parameters-get-parameter): Use it.
20695
20696         * gnus-score.el (gnus-home-score-file): Doc fix.
20697
20698 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
20699
20700         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
20701
20702 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20703
20704         * mm-util.el (mm-special-display-p): New function.
20705
20706         * mml.el (mml-preview): Use it; doc fix.
20707
20708 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20709
20710         * imap.el (imap-open): Handle case where buffer is a buffer object.
20711
20712 2005-10-29  Romain Francoise  <romain@orebokech.com>
20713
20714         * message.el (message-fix-before-sending): Fix comment.
20715
20716 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20717
20718         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
20719
20720 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20721
20722         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
20723         Used in gnus-score.el.
20724
20725 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
20726
20727         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
20728
20729 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
20730
20731         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
20732         whitespace removed in revision 7.8.  Use concatenated string to
20733         protect trailing whitespace.
20734
20735 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
20736
20737         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
20738         (nnimap-request-expire-articles): Use it to avoid sending 'UID
20739         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
20740         Courier IMAP ("some version from 2004").  Mostly based on similar
20741         code in the same function.
20742
20743 2005-10-26  Didier Verna  <didier@xemacs.org>
20744
20745         * gnus-group.el (gnus-group-compact-group): Invalidate original
20746         article buffer.
20747         * gnus-srvr.el (gnus-server-compact-server): Ditto.
20748         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
20749         NOV database and in article itself.
20750         Invalidate article backlog.
20751
20752 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20753
20754         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
20755
20756 2005-10-26  Simon Josefsson  <jas@extundo.com>
20757
20758         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
20759         part of 2004-07-25 change.
20760
20761 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20762
20763         * message.el (message-display-completion-list): New function.
20764         (message-expand-group): Use it; make sure the Completions buffer
20765         is modifiable.
20766 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20767
20768         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
20769         user-mail-name is an empty string.
20770
20771 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20772
20773         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20774         depending on gnus-score-decay-constant.
20775
20776         * encrypt.el (encrypt-insert-file-contents)
20777         (encrypt-write-file-contents): Don't use `gnus-message'.
20778
20779         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20780         arguments.
20781         (mm-uu-type-alist): Add message-marks and insert-marks.
20782         Pass arguments to mm-uu-verbatim-marks-extract.
20783         (mm-uu-hide-markers): New variable.
20784         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20785
20786         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20787         (gnus-convert-image-to-face-command): Use "convert" by default to
20788         allow other input image formats.
20789         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20790         accordingly.
20791
20792 2005-10-23  Simon Josefsson  <jas@extundo.com>
20793
20794         * imap.el (imap-gssapi-program): Align command line parameters
20795         with latest GNU SASL.
20796         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20797
20798 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20799
20800         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20801         HTML.
20802         (nnslashdot-request-article): Ditto.
20803
20804         * lpath.el (featurep): Add nobreak-char-display.
20805
20806 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20807
20808         * mail-source.el (mail-source-fetch-pop): Require pop3.
20809         (mail-source-check-pop): Ditto.
20810
20811 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20812
20813         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20814         errors.
20815
20816 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20817
20818         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20819         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20820
20821         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20822
20823         * mm-bodies.el (mm-decode-string):
20824         Call `mm-charset-to-coding-system' with allow-override argument.
20825
20826 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20827
20828         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20829         (rfc2047-charset-to-coding-system): New function.
20830         (rfc2047-decode-encoded-words): New function.
20831         (rfc2047-decode-region): Use them.
20832         (rfc2047-decode-cte): Remove.
20833         (rfc2047-parse-and-decode): Remove.
20834         (rfc2047-decode): Remove.
20835
20836 2005-10-15  Kenichi Handa  <handa@m17n.org>
20837
20838         * rfc2047.el (rfc2047-decode-cte): New function.
20839         (rfc2047-decode-region): Change the way to decode successive
20840         encoded-words: decode B- or Q-encoding in each encoded-word,
20841         concatenate them, and decode it as charset.
20842
20843 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20844
20845         * lpath.el: Fbind codepage-setup for XEmacs.
20846
20847 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20848
20849         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20850         widget-move-and-invoke.
20851         (gnus-custom-mode): Use gnus-custom-map.
20852
20853 2005-10-15  Bill Wohler  <wohler@newt.com>
20854
20855         * message.el (message-tool-bar-map): Rename image file from
20856         mail_send to mail/send.
20857
20858 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20859
20860         * message.el (message-expand-group): Pass the common
20861         prefix substring of completion to `display-completion-list'.
20862
20863 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20864
20865         * mml-sec.el (mml-secure-method): New internal variable.
20866         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20867         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20868         New functions using mml-secure-method.
20869
20870         * mml.el (mml-mode-map): Add key bindings for those functions.
20871         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20872         Harder <harder@myrealbox.com>.
20873         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20874         Goto end of message if point is the headers of the message.
20875
20876         * message.el (message-in-body-p): New function.
20877
20878         * assistant.el: Autoload gnus-util and netrc.
20879
20880         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20881         Use `mm-charset-override-alist' only when decoding.
20882
20883         * mm-bodies.el (mm-decode-body):
20884         Call `mm-charset-to-coding-system' with allow-override argument.
20885
20886         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20887         `filename' from Content-Disposition if Content-Type doesn't
20888         provide `name'.
20889         (gnus-mime-view-part-as-type): Set default instead of
20890         initial-input.
20891
20892 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20893
20894         * format-spec.el (format-spec): Propagate text properties of % spec.
20895
20896 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20897
20898         * gnus-art.el (gnus-treat-predicate): Add `first'.
20899
20900 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20901
20902         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20903         (mm-charset-override-alist): New variable.
20904         (mm-charset-to-coding-system): Use it.
20905         (mm-codepage-setup): New helper function.
20906         (mm-charset-eval-alist): New variable.
20907         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20908         Warn about unknown charsets.
20909
20910         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20911
20912 2005-10-04  David Hansen  <david.hansen@gmx.net>
20913
20914         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20915         (nnrss-check-group): Ditto.
20916
20917 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20918
20919         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20920         Rename x-gnus-verbatim to x-verbatim.
20921         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20922
20923         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20924         x-verbatim.
20925
20926         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20927
20928         * gnus-util.el (gnus-remove-duplicates): Remove.
20929
20930         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20931         instead of gnus-remove-duplicates.
20932
20933         * message.el (message-remove-duplicates): Remove.
20934         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20935         message-remove-duplicates.
20936
20937         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20938         available, else use implementation from `delete-dups'.
20939
20940         * message.el (message-insert-expires): New function.
20941         (message-mode-map): Add key binding.
20942         (message-mode-field-menu): Add menu entry.
20943         (message-mode): Document it.
20944         (message-make-expires-date): Use `message-make-date'.
20945
20946 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20947
20948         * message.el (message-make-expires-date): New function.
20949
20950 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20951
20952         * Makefile.in (list-installed-shadows): New entry.
20953         (install): Use it.
20954         (remove-installed-shadows): New entry.
20955
20956         * dgnushack.el (dgnushack-default-load-path): New variable.
20957         (dgnushack-find-lisp-shadows): New function.
20958         (dgnushack-remove-lisp-shadows): New function.
20959
20960 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20961
20962         * Makefile.in (install-el-elc): New entry.
20963         (install): Use it so that .el files are necessarily installed.
20964
20965 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20966
20967         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20968
20969 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20970
20971         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20972         function rather than the diff-mode.el package.
20973         (mm-display-external): Use with-current-buffer.
20974         (mm-viewer-completion-map, mm-viewer-completion-map):
20975         Move initialization inside declaration.
20976
20977 2005-09-29  Simon Josefsson  <jas@extundo.com>
20978
20979         * spam.el: Load hashcash when compiling, to avoid warnings.
20980         Don't autoload mail-check-payment.
20981         (spam-check-hashcash): Define unconditionally, since hashcash.el
20982         is part of Gnus now.  Ignore errors from payment checking.
20983
20984 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20985
20986         * message.el (message-bold-region, message-unbold-region):
20987         Rename from `bold-region' and `unbold-region'.
20988
20989         * message.el: Remove useless autoloads.
20990
20991 2005-09-28  Simon Josefsson  <jas@extundo.com>
20992
20993         * message.el (message-use-idna): Default to t.
20994         (message-use-idna): Test whether encoding works too.  Doc fix.
20995
20996 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20997
20998         * nntp.el (nntp-warn-about-losing-connection): Remove.
20999
21000 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21001
21002         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21003         customizable.  Change default value.
21004         (mm-uu-diff-groups-regexp): Change default value.
21005         (mm-uu-type-alist): Add doc string.
21006         (mm-uu-configure): Add doc string.  Make it interactive.
21007         (mm-uu-tex-groups-regexp): New variable.
21008         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21009         (mm-uu-type-alist): Add LaTeX documents.
21010         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21011         of "text/verbatim".
21012         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21013
21014         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21015         instead of "text/verbatim".
21016
21017         * message.el (message-mark-inserted-region)
21018         (message-mark-insert-file): Use slrn style marks when called with
21019         prefix argument.
21020
21021 2005-09-27  Simon Josefsson  <jas@extundo.com>
21022
21023         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21024
21025 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21026
21027         * message.el (message-remove-duplicates): New function.
21028         Implementation borrowed from `gnus-remove-duplicates'.
21029         (message-idna-to-ascii-rhs): Also encode idna addresses in
21030         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21031         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21032         only ask about the same idna domain once per header and also tell
21033         in what header to replace the idna domain.
21034
21035         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21036         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21037         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21038         a header is decoded and not just the last one.
21039
21040 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21041
21042         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21043         has been decoded.
21044
21045         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21046         (mm-insert-part): Don't modify text if it has been decoded.
21047
21048         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21049         decoded.
21050
21051         * mm-view.el (mm-inline-text): Don't strip text props unless
21052         decoding enriched or richtext parts.
21053
21054 2005-09-25  Romain Francoise  <romain@orebokech.com>
21055
21056         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21057         * gnus-start.el (gnus-subscribe-interactively):
21058         * gnus-uu.el (gnus-uu-grab-articles):
21059         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21060         space.
21061
21062 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21063
21064         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21065         * mm-view.el (mm-view-pkcs7-decrypt):
21066         * gnus-sum.el (gnus-summary-limit-to-extra)
21067         (gnus-summary-respool-article, gnus-read-move-group-name):
21068         * gnus-score.el (gnus-summary-increase-score):
21069         * gnus-util.el (gnus-completing-read-with-default):
21070         * gnus-art.el (gnus-read-save-file-name)
21071         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21072         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21073         * message.el (message-check-news-header-syntax):
21074         Follow convention for reading with the minibuffer.
21075
21076 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21077
21078         * spam-report.el (spam-report-url-ping-plain):
21079         Use gnus-extended-version as User-Agent.
21080
21081         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21082         default value is nil.
21083
21084         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21085         (mm-uu-verbatim-marks-extract): New function.
21086         (mm-uu-extract): New face.
21087         (mm-uu-copy-to-buffer): Use it.
21088
21089         * spam-report.el (spam-report-gmane-ham): Rename from
21090         `spam-report-gmane-unspam'.
21091         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21092         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21093
21094         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21095         Autoload.
21096         (spam-report-gmane-unregister-routine):
21097         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21098
21099 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21100
21101         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21102         (spam-report-gmane-unregister-routine): Add support for gmane
21103         unregistration.
21104
21105         * spam-report.el (spam-report-gmane-unspam)
21106         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21107         (spam-report-gmane): Change to take a single article and do unspam
21108         registration.
21109
21110 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21111
21112         * mm-url.el (mm-url-decode-entities): Fix regexp.
21113
21114 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21115
21116         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21117         default to nil, to be able to use Gnus at all.  If the default
21118         switches to something else, then the function should be fixed not
21119         be exceedingly slow.
21120
21121 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21122
21123         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21124         fail hard.
21125
21126         * spam-report.el: Add better Keywords line.
21127
21128         * spam.el: Add Maintainer and better Keywords line.
21129
21130 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21131
21132         * gnus-art.el (gnus-article-replace-part)
21133         (gnus-mime-replace-part): New functions.
21134         (gnus-mime-action-alist, gnus-mime-button-commands)
21135         (gnus-mime-save-part-and-strip): Add file argument.
21136         (gnus-article-part-wrapper): Add interactive argument.
21137
21138         * gnus-sum.el (gnus-summary-mime-map):
21139         Add `gnus-article-replace-part'.
21140
21141 2005-09-19  Didier Verna  <didier@xemacs.org>
21142
21143         The nnml compaction feature:
21144         * nnml.el (nnml-request-compact-group): New function.
21145         * nnml.el (nnml-request-compact): New function.
21146         * gnus-int.el (gnus-request-compact-group): New function.
21147         * gnus-int.el (gnus-request-compact): New function.
21148         * gnus-group.el (gnus-group-compact-group): New function.
21149         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21150         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21151         * gnus-srvr.el (gnus-server-compact-server): New function.
21152         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21153         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21154
21155 2005-09-18  Deepak Goel  <deego@gnufans.org>
21156
21157         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21158         format spec.
21159
21160 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21161
21162         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21163
21164 2005-09-15  Romain Francoise  <romain@orebokech.com>
21165
21166         * message.el (message-fill-paragraph): Clarify docstring.
21167
21168 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21169
21170         * gnus-art.el (gnus-mime-display-part): Protect against broken
21171         MIME messages.
21172
21173 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21174
21175         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21176         before parsing header.
21177
21178 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21179
21180         * html2text.el (html2text-replace-list): Add new entities.
21181
21182 2005-09-11  Romain Francoise  <romain@orebokech.com>
21183
21184         * message.el (message-alternative-emails): Improve docstring.
21185         (message-setup-1): Call `message-use-alternative-email-as-from'
21186         after `message-setup-hook' to give it precedence over posting
21187         styles, etc.
21188         (message-use-alternative-email-as-from): Add docstring.
21189         Remove the original From header if present.
21190
21191         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21192         (nnml-save-mail): Use it.
21193
21194         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21195         articles.  Add new argument `silent'.
21196         (gnus-uu-mark-all): Report the total number of marked articles.
21197
21198 2005-09-10  Romain Francoise  <romain@orebokech.com>
21199
21200         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21201         (gnus-uu-mark-series): Likewise.
21202
21203 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21204
21205         * spam-report.el (spam-report-gmane): Fix generation of spam
21206         report URL.
21207
21208 2005-09-10  Simon Josefsson  <jas@extundo.com>
21209
21210         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21211         t, based on discussion on the ding list with Robert Epprecht
21212         <epprecht@solnet.ch>.
21213
21214 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21215
21216         * spam-report.el (spam-report-gmane): Make it work without
21217         X-Report-Spam header.  Gmane now only provides Archived-At.
21218         This is only used if `spam-report-gmane-use-article-number' is nil.
21219         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21220
21221         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21222         make `gnus-summary-sort-by-recipient' work with threading.
21223
21224         * nnweb.el (nnweb-google-wash-article): Print a message if article
21225         is not available.
21226
21227 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21228
21229         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21230         change.  Decode text/* parts content before displaying.
21231
21232 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21233
21234         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21235
21236 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21237
21238         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21239
21240         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21241         url-package-name, url-package-version,
21242         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21243         w3m-display-inline-images, and w3m-minor-mode-map.
21244
21245 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21246
21247         * message.el (message-tab-body-function): Fix mismatched custom type.
21248
21249         * gnus.el (gnus-group-change-level-function): Ditto.
21250
21251         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21252
21253         * gnus-art.el (gnus-signature-limit)
21254         (gnus-article-mime-part-function): Ditto.
21255
21256 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21257
21258         * mml.el (mml-mode): Silence the byte compiler.
21259
21260         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21261         using `(sit-for 0)' before moving the point to the specified part;
21262         skip unbuttonized parts.
21263         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21264         return to the summary window if gnus-auto-select-part is non-nil.
21265
21266 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21267
21268         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21269         New variables.
21270         (mml-dnd-attach-file, mml-mode): Use them.
21271
21272         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21273         Make fetching article by MID work again for Google Groups.
21274         Add FIXME concerning gnus-group-make-web-group.
21275
21276         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21277         Don't depend on Gnus by using mail-extract-address-components if
21278         gnus-extract-address-components is not bound.
21279
21280 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21281
21282         * gnus-art.el (gnus-mime-display-security): Don't display the
21283         signature, but only the signed part.
21284
21285 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21286
21287         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21288
21289         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21290         list, not listp.
21291
21292 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21293
21294         * mm-encode.el (mm-encode-content-transfer-encoding):
21295         Likewise when encoding.
21296
21297         * mm-bodies.el (mm-decode-content-transfer-encoding):
21298         De-canonicalize CRLF for all text content types, not just
21299         text/plain.
21300
21301 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21302
21303         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21304         valid article; point arrow and cursor at the MIME button.
21305
21306 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21307
21308         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21309         Suggested by Dan Christensen <jdc@uwo.ca>.
21310
21311         * mm-decode.el (mm-save-part): Enable change of prompt.
21312
21313 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21314
21315         * gnus-msg.el (gnus-inews-add-send-actions):
21316         Make `message-post-method' lambda parameter ARG `&optional'.
21317
21318 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21319
21320         * gnus-sum.el (gnus-summary-mime-map):
21321         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21322         gnus-article-jump-to-part.
21323
21324         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21325         (gnus-article-edit-part): Use it.
21326         (gnus-article-part-wrapper): Add no-handle argument.
21327         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21328         New functions.
21329
21330 2005-08-29  Romain Francoise  <romain@orebokech.com>
21331
21332         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21333         docstring.
21334         (gnus-face-from-file): Likewise.
21335
21336 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21337
21338         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21339         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21340         non-nil.
21341         (gnus-auto-select-part): New variable.
21342         (gnus-article-jump-to-part): New function.
21343         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21344         (gnus-mime-delete-part): Allow selecting specified part after
21345         deleting or stripping parts.
21346         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21347         part if argument is bogus.
21348
21349 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21350
21351         * gnus-art.el (w3m-minor-mode-map):
21352         * gnus-spec.el (gnus-newsrc-file-version):
21353         * gnus-util.el (nnmail-active-file-coding-system)
21354         (gnus-original-article-buffer, gnus-user-agent):
21355         * gnus.el (gnus-ham-process-destinations)
21356         (gnus-parameter-ham-marks-alist)
21357         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21358         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21359         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21360         * mm-decode.el (gnus-current-window-configuration):
21361         * mm-extern.el (gnus-article-mime-handles):
21362         * mm-url.el (url-current-object, url-package-name)
21363         (url-package-version):
21364         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21365         (smime-keys, w3m-cid-retrieve-function-alist)
21366         (w3m-current-buffer, w3m-display-inline-images)
21367         (w3m-minor-mode-map):
21368         * mml-smime.el (gnus-extract-address-components):
21369         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21370         (gnus-newsrc-hashtb, message-default-charset)
21371         (message-deletable-headers, message-options)
21372         (message-posting-charset, message-required-mail-headers)
21373         (message-required-news-headers):
21374         * mml1991.el (mc-pgp-always-sign):
21375         * mml2015.el (mc-pgp-always-sign):
21376         * nnheader.el (nnmail-extra-headers):
21377         * rfc1843.el (gnus-decode-encoded-word-function)
21378         (gnus-decode-header-function, gnus-newsgroup-name):
21379         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21380
21381 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21382
21383         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21384         the end of the date treatments.
21385
21386 2005-08-15  Simon Josefsson  <jas@extundo.com>
21387
21388         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21389         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21390         Capello and Romain Francoise.
21391         (pgg-fetch-key-function): Remove, not used?
21392         (pgg-insert-url-with-w3): Require url, to get
21393         url-insert-file-contents regardless of where it is defined.
21394
21395 2005-08-13  Romain Francoise  <romain@orebokech.com>
21396
21397         * message.el (message-cite-original-1): New function.
21398         (message-cite-original): Use it.
21399         (message-cite-original-without-signature): Ditto.
21400
21401 2005-08-08  Romain Francoise  <romain@orebokech.com>
21402
21403         * message.el (message-yank-empty-prefix): New variable.
21404         (message-indent-citation): Use it.
21405         (message-cite-original-without-signature): Respect X-No-Archive.
21406
21407 2005-08-08  Simon Josefsson  <jas@extundo.com>
21408
21409         * pgg.el: Autoload url-insert-file-contents instead of loading
21410         w3/url.
21411         (pgg-insert-url-with-w3): Don't load url here.
21412
21413 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21414
21415         * message.el (message-kill-to-signature): Don't insert newline at
21416         bol.
21417         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21418
21419 2005-08-06  Romain Francoise  <romain@orebokech.com>
21420
21421         * message.el (message-user-fqdn): Fix typo in docstring.
21422
21423 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21424
21425         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21426
21427         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21428
21429 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21430
21431         * mm-bodies.el (mm-encode-body): Use coding system rather than
21432         charset to encode text.
21433
21434         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21435         number of charsets if utf-8 is available (XEmacs).
21436
21437 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21438
21439         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21440         taken from `gnus-button-mid-or-mail-regexp'.
21441         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21442         (gnus-button-alist): Improve regexp for domain part of the MIDs
21443         for news:localpart@domain buttons.
21444         (gnus-button-ctan-directory-regexp): Update.
21445
21446 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21447
21448         * sieve-manage.el (sieve-manage-interactive-login):
21449         Use make-local-variable rather than make-variable-buffer-local.
21450         (sieve-manage-open): Ditto.
21451         (sieve-manage-authenticate): Ditto.
21452
21453         * mml.el (mml-generate-mime-1): Make the content type default to
21454         text/plain if the filename is not specified.
21455
21456 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21457
21458         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
21459         instead of insert-buffer.
21460
21461         * message.el (message-yank-original): Ditto; set the mark at the
21462         end of the yanked message.
21463
21464 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21465
21466         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
21467         lines to scroll rather than to stop it.
21468
21469         * mml.el (mml-generate-default-type): Add doc string.
21470         (mml-generate-mime-1): Use mm-default-file-encoding or make it
21471         default to application/octet-stream when determining the content
21472         type if it is not specified for the part or the mml contents; add
21473         a comment about mml-generate-default-type.
21474
21475 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
21476
21477         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
21478         make it default to application/octet-stream when determining the
21479         content type if it is not specified for the external contents.
21480
21481 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21482
21483         * rfc2231.el (rfc2231-parse-string): Take care that not only a
21484         segmented parameter but also other parameters might be there.
21485
21486 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21487
21488         * mm-decode.el (mm-display-external): Delete temp file, directory
21489         and buffer immediately if the external process is exited.
21490
21491 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21492
21493         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
21494         fewer lines than that of scroll-margin.
21495         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
21496
21497 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21498
21499         * gnus-art.el (gnus-article-next-page): Revert.
21500         (gnus-article-beginning-of-window): New macro.
21501         (gnus-article-next-page-1): Use it.
21502         (gnus-article-prev-page): Ditto.
21503         (gnus-article-edit-part): Use insert-buffer-substring instead of
21504         insert-buffer.
21505         (gnus-article-edit-exit): Ditto.
21506
21507         * gnus-util.el (gnus-beginning-of-window): Remove.
21508         (gnus-end-of-window): Remove.
21509
21510         * lpath.el: Don't bind header-line-format and scroll-margin.
21511
21512 2005-07-25  Simon Josefsson  <jas@extundo.com>
21513
21514         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
21515         to have the url package without w3.  Reported by Daiki Ueno
21516         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
21517
21518 2005-07-20  Didier Verna  <didier@xemacs.org>
21519
21520         * gnus-diary.el: Remove the description comment (nndiary is now
21521         properly documented in the Gnus manual).
21522         Fix the spelling of "Back End".
21523         * nndiary.el: Ditto.
21524         Fix the copyright notice.
21525
21526 2005-07-18  Romain Francoise  <romain@orebokech.com>
21527
21528         * gnus-sum.el (gnus-summary-to-prefix)
21529         (gnus-summary-newsgroup-prefix): New variables.
21530         (gnus-summary-from-or-to-or-newsgroups): Use them.
21531
21532 2005-07-17  Romain Francoise  <romain@orebokech.com>
21533
21534         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
21535         space as it's generally not especially interesting to the user.
21536
21537 2005-07-16  Romain Francoise  <romain@orebokech.com>
21538
21539         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
21540         nil to avoid prompting and file modification if one of the
21541         messages at the top of the nnfolder file contains a copyright
21542         notice.
21543         Update copyright notice.
21544
21545         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
21546         instead of `current-time-string' as the latter creates a time
21547         string that is not RFC 2822 compliant (it lacks the zone).
21548         Update copyright notice.
21549
21550 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21551
21552         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
21553         for text/rtf.  Display default in prompt.  Pass default for M-n.
21554
21555         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
21556
21557 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21558
21559         * gnus-msg.el (gnus-button-mailto):
21560         Remove save-selected-window-window hackery because it relies on
21561         save-selected-window internals.
21562
21563 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21564
21565         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
21566         (gnus-article-next-page-1): Use gnus-beginning-of-window.
21567         (gnus-article-prev-page): Ditto.
21568
21569         * gnus-util.el (gnus-beginning-of-window): New function.
21570         (gnus-end-of-window): New function.
21571
21572         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
21573
21574 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21575
21576         * gnus-score.el (gnus-score-edit-all-score):
21577         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
21578         gnus-message.
21579
21580 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21581
21582         * gnus-msg.el (gnus-button-mailto):
21583         Remove save-selected-window-window hackery because it relies on
21584         save-selected-window internals.
21585
21586 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21587
21588         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
21589         add-minor-mode.
21590         (gnus-binary-mode): Ditto.
21591
21592         * gnus-topic.el (gnus-topic-mode): Ditto.
21593
21594 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
21595
21596         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
21597         (gnus-article-prev-page): Take scroll-margin into consideration.
21598
21599 2005-07-04  Lute Kamstra  <lute@gnu.org>
21600
21601         Update FSF's address in GPL notices.
21602
21603 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
21604
21605         * gnus.el (gnus-exit):
21606         * gnus-group.el (gnus-group-icons):
21607         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
21608
21609         * gnus-nocem.el (gnus-nocem):
21610         * message.el (message-various, message-buffers, message-sending)
21611         (message-interface, message-forwarding, message-insertion)
21612         (message-headers, message-news, message-mail):
21613         * pgg-gpg.el (pgg-gpg):
21614         * pgg-parse.el (pgg-parse):
21615         * pgg-pgp.el (pgg-pgp):
21616         * pgg-pgp5.el (pgg-pgp5):
21617         * pop3.el (pop3): Finish `defgroup' description with period.
21618
21619 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21620
21621         * gnus-art.el (article-display-face): Improve the efficiency.
21622         (article-display-x-face): Ditto; remove gray x-face stuff.
21623
21624 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21625
21626         * gnus-art.el (article-display-face): Correct the position in
21627         which Faces are inserted.
21628
21629 2005-06-29  Didier Verna  <didier@xemacs.org>
21630
21631         * gnus-art.el (article-display-face): Display faces in correct
21632         order.
21633
21634 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21635
21636         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
21637         (gnus-fill-real-hashtb): Use hash table instead of obarray.
21638         (gnus-nocem-check-article): Fetch the Type header.
21639         (gnus-nocem-message-wanted-p): Fix the way to examine types.
21640         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
21641         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
21642         make sure gnus-nocem-hashtb is initialized.
21643         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
21644         (gnus-nocem-unwanted-article-p): Ditto.
21645
21646         * pgg.el (pgg-verify): Return the verification result.
21647
21648 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21649
21650         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
21651         is ascii.
21652
21653 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
21654
21655         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
21656         `show-nonbreak-escape'.
21657
21658 2005-06-23  Lute Kamstra  <lute@gnu.org>
21659
21660         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
21661
21662         * dig.el (dig-mode):
21663         * smime.el (smime-mode): Use gnus-run-mode-hooks.
21664
21665 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
21666
21667         * nnimap.el (nnimap-split-download-body): Fix spellings.
21668
21669 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
21670
21671         * gnus-art.el (gnus-article-encrypt-body):
21672         * gnus-cus.el (gnus-score-customize):
21673         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
21674         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
21675
21676 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
21677
21678         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
21679         header by looking for magic "MII" at the beginning.
21680
21681 2005-06-16  Miles Bader  <miles@gnu.org>
21682
21683         * gnus-xmas.el (gnus-xmas-group-startup-message):
21684         Use renamed gnus-splash face.
21685
21686         * assistant.el (assistant-field): Remove "-face" suffix from face name.
21687         (assistant-field-face): New backward-compatibility alias for renamed
21688         face.
21689         (assistant-render-text): Use renamed assistant-field face.
21690
21691         * spam.el (spam): Remove "-face" suffix from face name.
21692         (spam-face): New backward-compatibility alias for renamed face.
21693         (spam-face, spam-initialize): Use renamed spam face.
21694
21695         * message.el (message-header-to, message-header-cc)
21696         (message-header-subject, message-header-newsgroups)
21697         (message-header-other, message-header-name)
21698         (message-header-xheader, message-separator, message-cited-text)
21699         (message-mml): Remove "-face" suffix from face names.
21700         (message-header-to-face, message-header-cc-face)
21701         (message-header-subject-face, message-header-newsgroups-face)
21702         (message-header-other-face, message-header-name-face)
21703         (message-header-xheader-face, message-separator-face)
21704         (message-cited-text-face, message-mml-face):
21705         New backward-compatibility aliases for renamed faces.
21706         (message-font-lock-keywords): Use renamed message faces.
21707
21708         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
21709         (sieve-test-commands, sieve-tagged-arguments):
21710         Remove "-face" suffix from face names.
21711         (sieve-control-commands-face, sieve-action-commands-face)
21712         (sieve-test-commands-face, sieve-tagged-arguments-face):
21713         New backward-compatibility aliases for renamed faces.
21714         (sieve-control-commands-face, sieve-action-commands-face)
21715         (sieve-test-commands-face, sieve-tagged-arguments-face):
21716         Use renamed sieve faces.
21717
21718         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
21719         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
21720         (gnus-group-news-3-empty, gnus-group-news-4)
21721         (gnus-group-news-4-empty, gnus-group-news-5)
21722         (gnus-group-news-5-empty, gnus-group-news-6)
21723         (gnus-group-news-6-empty, gnus-group-news-low)
21724         (gnus-group-news-low-empty, gnus-group-mail-1)
21725         (gnus-group-mail-1-empty, gnus-group-mail-2)
21726         (gnus-group-mail-2-empty, gnus-group-mail-3)
21727         (gnus-group-mail-3-empty, gnus-group-mail-low)
21728         (gnus-group-mail-low-empty, gnus-summary-selected)
21729         (gnus-summary-cancelled, gnus-summary-high-ticked)
21730         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
21731         (gnus-summary-high-ancient, gnus-summary-low-ancient)
21732         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
21733         (gnus-summary-low-undownloaded)
21734         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
21735         (gnus-summary-low-unread, gnus-summary-normal-unread)
21736         (gnus-summary-high-read, gnus-summary-low-read)
21737         (gnus-summary-normal-read, gnus-splash):
21738         Remove "-face" suffix from face names.
21739         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
21740         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
21741         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
21742         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
21743         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
21744         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
21745         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
21746         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
21747         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
21748         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
21749         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
21750         (gnus-summary-selected-face, gnus-summary-cancelled-face)
21751         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
21752         (gnus-summary-normal-ticked-face)
21753         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
21754         (gnus-summary-normal-ancient-face)
21755         (gnus-summary-high-undownloaded-face)
21756         (gnus-summary-low-undownloaded-face)
21757         (gnus-summary-normal-undownloaded-face)
21758         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
21759         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
21760         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
21761         (gnus-splash-face):
21762         New backward-compatibility aliases for renamed faces.
21763         (gnus-group-startup-message): Use renamed gnus faces.
21764
21765         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
21766         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
21767         (gnus-server-agent): Remove "-face" suffix from face names.
21768         (gnus-server-agent-face, gnus-server-opened-face)
21769         (gnus-server-closed-face, gnus-server-denied-face)
21770         (gnus-server-offline-face):
21771         New backward-compatibility aliases for renamed faces.
21772         (gnus-server-agent-face, gnus-server-opened-face)
21773         (gnus-server-closed-face, gnus-server-denied-face)
21774         (gnus-server-offline-face): Use renamed gnus faces.
21775
21776         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21777         Remove "-face" suffix from face names.
21778         (gnus-picon-xbm-face, gnus-picon-face):
21779         New backward-compatibility aliases for renamed faces.
21780
21781         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21782         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21783         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21784         (gnus-cite-11): Remove "-face" suffix from face names.
21785         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21786         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21787         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21788         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21789         New backward-compatibility aliases for renamed faces.
21790         (gnus-cite-attribution-face, gnus-cite-face-list)
21791         (gnus-article-boring-faces): Use renamed gnus faces.
21792
21793         * gnus-art.el (gnus-signature, gnus-header-from)
21794         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21795         (gnus-header-content): Remove "-face" suffix from face names.
21796         (gnus-signature-face, gnus-header-from-face)
21797         (gnus-header-subject-face, gnus-header-newsgroups-face)
21798         (gnus-header-name-face, gnus-header-content-face):
21799         New backward-compatibility aliases for renamed faces.
21800         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21801
21802         * gnus-sum.el (gnus-summary-selected-face)
21803         (gnus-summary-highlight): Use renamed gnus faces.
21804         * gnus-group.el (gnus-group-highlight): Likewise.
21805
21806 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21807
21808         * gnus-sieve.el (gnus-sieve-article-add-rule):
21809         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21810         * spam-stat.el (spam-stat-buffer-change-to-spam)
21811         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21812
21813         * message.el (message-is-yours-p):
21814         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21815
21816 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21817
21818         * mm-view.el (mm-inline-text): Withdraw the last change.
21819
21820 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21821
21822         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
21823         executing enriched-decode.
21824
21825 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21826
21827         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21828         charset of tar files.
21829
21830 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21831
21832         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21833
21834 2005-06-04  Lute Kamstra  <lute@gnu.org>
21835
21836         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21837         information is never recorded.
21838
21839 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21840
21841         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21842
21843 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21844
21845         * pop3.el (pop3-apop): Run md5 in the binary mode.
21846
21847         * starttls.el (starttls-set-process-query-on-exit-flag):
21848         Use eval-and-compile.
21849
21850 2005-05-31  Simon Josefsson  <jas@extundo.com>
21851
21852         * smime.el (smime-replace-in-string): Define.
21853         (smime-cert-by-ldap-1): Use it.
21854
21855 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21856
21857         * gnus-art.el (article-display-x-face): Replace
21858         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21859
21860         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21861         set-process-query-on-exit-flag or process-kill-without-query.
21862
21863         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21864         loop instead of replace-regexp.
21865
21866         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21867         instead of process-kill-without-query if it is available.
21868
21869         * lpath.el: Fbind ldap-search-entries.
21870
21871         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21872         instead of find-file-hooks if it is available.
21873
21874         * mml1991.el: Bind pgg-default-user-id when compiling.
21875
21876         * mml2015.el: Bind pgg-default-user-id when compiling.
21877
21878         * nndraft.el (nndraft-request-associate-buffer):
21879         Use write-contents-functions instead of write-contents-hooks if it is
21880         available.
21881
21882         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21883         instead of find-file-hooks if it is available.
21884
21885         * nntp.el (nntp-open-connection): Replace
21886         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21887         (nntp-open-ssl-stream): Ditto.
21888         (nntp-open-tls-stream): Ditto.
21889
21890         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21891         set-process-query-on-exit-flag or process-kill-without-query.
21892         (starttls-open-stream-gnutls): Use it instead of
21893         process-kill-without-query.
21894         (starttls-open-stream): Ditto.
21895
21896 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21897
21898         * smime.el (smime-cert-by-ldap-1): Don't use
21899         replace-regexp-in-string.
21900
21901 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21902
21903         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21904
21905         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21906         in PEM format.  Adjust to the XEmacs compatibility.
21907
21908 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21909
21910         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21911         by `string-to-number'.
21912         * gnus-agent.el (gnus-agent-regenerate-group)
21913         (gnus-agent-fetch-articles): Ditto.
21914         * gnus-art.el (gnus-button-fetch-group): Ditto.
21915         * gnus-cache.el (gnus-cache-generate-active)
21916         (gnus-cache-articles-in-group): Ditto.
21917         * gnus-group.el (gnus-group-set-current-level)
21918         (gnus-group-insert-group-line): Ditto.
21919         * gnus-score.el (gnus-score-set-expunge-below)
21920         (gnus-score-set-mark-below, gnus-summary-score-effect)
21921         (gnus-summary-score-entry): Ditto.
21922         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21923         (gnus-soup-pack): Ditto.
21924         * gnus-spec.el (gnus-xmas-format): Ditto.
21925         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21926         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21927         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21928         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21929         * nndb.el (nndb-get-remote-expire-response): Ditto.
21930         * nndiary.el (nndiary-parse-schedule-value)
21931         (nndiary-string-to-number, nndiary-request-replace-article)
21932         (nndiary-request-article): Ditto.
21933         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21934         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21935         * nneething.el (nneething-make-head): Ditto.
21936         * nnfolder.el (nnfolder-request-article)
21937         (nnfolder-retrieve-headers): Ditto.
21938         * nnheader.el (nnheader-file-to-number): Ditto.
21939         * nnkiboze.el (nnkiboze-request-article): Ditto.
21940         * nnmail.el (nnmail-process-unix-mail-format)
21941         (nnmail-process-babyl-mail-format): Ditto.
21942         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21943         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21944         (nnmh-request-create-group, nnmh-request-list-1)
21945         (nnmh-request-group, nnmh-request-article): Ditto.
21946         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21947         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21948         * nnsoup.el (nnsoup-make-active): Ditto.
21949         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21950         * nntp.el (nntp-find-group-and-number)
21951         (nntp-retrieve-headers-with-xover): Ditto.
21952         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21953         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21954         (pgg-format-key-identifier): Ditto.
21955         * pop3.el (pop3-last, pop3-stat): Ditto.
21956         * qp.el (quoted-printable-decode-region): Ditto.
21957
21958         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21959         of concat.
21960
21961 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21962
21963         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21964
21965         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21966
21967         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21968
21969         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21970
21971         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21972
21973         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21974
21975         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21976         (gnus-carpal-mode): Ditto.
21977
21978         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21979         (gnus-browse-mode): Ditto.
21980
21981         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21982
21983         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21984
21985 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21986
21987         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21988
21989 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21990
21991         * gnus-util.el (gnus-run-mode-hooks): New function.
21992
21993         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21994
21995         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21996         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21997
21998 2005-05-27  Lute Kamstra  <lute@gnu.org>
21999
22000         * dns-mode.el (dns-mode): Specify customization group.
22001
22002 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22003
22004         * gnus-agent.el (gnus-agent-make-mode-line-string):
22005         Use mode-line-highlight as mouse-face.
22006
22007 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22008
22009         * canlock.el (canlock): Change the parent group to news.
22010
22011         * deuglify.el (gnus-outlook-deuglify): Add :group.
22012
22013         * dig.el (dig): Add :group.
22014
22015         * dns-mode.el (dns-mode): Add :group.
22016
22017         * encrypt.el (encrypt): Add :group.
22018
22019         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22020         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22021         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22022         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22023         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22024
22025         * gnus-diary.el (gnus-diary): Add :group.
22026
22027         * gnus.el (gnus-group-news-1-face): Add :group.
22028         (gnus-group-news-1-empty-face): Ditto.
22029         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22030         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22031         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22032         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22033         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22034         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22035         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22036         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22037         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22038         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22039         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22040         (gnus-summary-high-ticked-face): Ditto.
22041         (gnus-summary-low-ticked-face): Ditto.
22042         (gnus-summary-normal-ticked-face): Ditto.
22043         (gnus-summary-high-ancient-face): Ditto.
22044         (gnus-summary-low-ancient-face): Ditto.
22045         (gnus-summary-normal-ancient-face): Ditto.
22046         (gnus-summary-high-undownloaded-face): Ditto.
22047         (gnus-summary-low-undownloaded-face): Ditto.
22048         (gnus-summary-normal-undownloaded-face): Ditto.
22049         (gnus-summary-high-unread-face): Ditto.
22050         (gnus-summary-low-unread-face): Ditto.
22051         (gnus-summary-normal-unread-face): Ditto.
22052         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22053         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22054
22055         * hashcash.el (hashcash): New custom group.
22056         (hashcash-default-payment): Add :group.
22057         (hashcash-payment-alist): Ditto.
22058         (hashcash-default-accept-payment): Ditto.
22059         (hashcash-accept-resources): Ditto.
22060         (hashcash-path): Ditto.
22061         (hashcash-extra-generate-parameters): Ditto.
22062         (hashcash-double-spend-database): Ditto.
22063         (hashcash-in-news): Ditto.
22064
22065         * message.el (message-minibuffer-local-map): Add :group.
22066
22067         * netrc.el (netrc): Add :group.
22068
22069         * sieve-manage.el (sieve-manage-log): Add :group.
22070         (sieve-manage-default-user): Diito.
22071         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22072         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22073         (sieve-manage-authenticators): Ditto.
22074         (sieve-manage-authenticator-alist): Ditto.
22075         (sieve-manage-default-port): Ditto.
22076
22077         * sieve-mode.el (sieve-control-commands-face): Add :group.
22078         (sieve-action-commands-face): Ditto.
22079         (sieve-test-commands-face): Ditto.
22080         (sieve-tagged-arguments-face): Ditto.
22081
22082         * smime.el (smime): Add :group.
22083
22084         * spam-report.el (spam-report): Add :group.
22085
22086         * spam.el (spam, spam-face): Add :group.
22087
22088 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22089
22090         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22091         return \n.\n.\n at the end of articles.  Protect against that.
22092         (nntp-with-open-group): Allow debugging.
22093
22094         * nnheader.el (mail-header-set-extra): Make into a function
22095         because I just could't understand how to quote the list properly.
22096
22097         * dns.el (query-dns-cached): New function.
22098
22099 2005-05-26  Lute Kamstra  <lute@gnu.org>
22100
22101         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22102
22103 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22104
22105         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22106
22107         * gnus-art.el: Don't autoload mail-extract-address-components.
22108
22109         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22110         eval-and-compile to evaluate it.
22111
22112         * hashcash.el: Don't autoload executable-find.
22113
22114         * nndb.el: Don't declare the nndb back end two or more times; don't
22115         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22116
22117         * nntp.el: Autoload format-spec instead of format; use
22118         eval-and-compile to evaluate autoload forms.
22119
22120 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22121
22122         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22123
22124 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22125
22126         * gnus.el (gnus-version-number): Bump version.
22127
22128 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22129
22130         * gnus.el: No Gnus v0.3 is released.
22131
22132 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22133
22134         * lpath.el (featurep): Bind show-nonbreak-escape.
22135
22136 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22137
22138         * gnus-art.el (gnus-article-edit-part): Disable undo.
22139
22140 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22141
22142         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22143         gnus-article-date-lapsed-new-header is t if date timer is active;
22144         skip headers in which the original date value is empty.
22145         (gnus-article-save-original-date): Redefine it as a macro.
22146         (gnus-display-mime): Use it.
22147
22148 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22149
22150         * gnus-art.el (article-date-ut): Support converting date in
22151         forwarded parts as well.
22152         (gnus-article-save-original-date): New function.
22153         (gnus-display-mime): Use it.
22154
22155 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22156
22157         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22158         enclosure element of <item>.
22159
22160 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22161
22162         * message.el (message-kill-buffer-query): Rename from
22163         `message-kill-buffer-query-if-modified'.  Add :version.
22164
22165 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22166
22167         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22168         window layout.
22169
22170 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22171
22172         * mml.el: Autoload dnd when compiling.
22173
22174 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22175
22176         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22177         x-dnd-*.
22178
22179 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22180
22181         * qp.el (quoted-printable-encode-region): Save excursion.
22182
22183 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22184
22185         * message.el (message-kill-buffer-query-if-modified): Add new variable
22186         so the user can kill a modified message buffer quickly.
22187         (message-kill-buffer): Use it.
22188
22189 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22190
22191         * lpath.el: Fbind display-time-event-handler; don't fbind
22192         string-to-multibyte.
22193
22194         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22195
22196 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22197
22198         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22199         contained in text because xml.el decodes entities) with LFs.
22200
22201 2005-04-11  Lute Kamstra  <lute@gnu.org>
22202
22203         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22204         differently.
22205
22206 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22207
22208         * mm-util.el (mm-detect-coding-region): Typo.
22209
22210 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22211
22212         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22213
22214 2005-04-06  Deepak Goel  <deego@gnufans.org>
22215
22216         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22217         user-function allow user modifications of the scores.
22218         (spam-stat-score-buffer-user): New function, to allow
22219         user-computed modifications to the score.
22220         (spam-stat-score-buffer-user-functions): List of additional
22221         scoring functions.
22222         (spam-stat-error-holder): Global temporary error holder.
22223         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22224         variable.
22225
22226 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22227
22228         * gnus-registry.el (gnus-registry-clean-empty-function)
22229         (gnus-registry-trim, gnus-registry-fetch-groups)
22230         (gnus-registry-delete-group): Groups that match
22231         `gnus-registry-ignored-groups' are removed from the registry
22232         entries, not just ignored for splitting.  This helps clean up the
22233         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22234         to get all the groups a message ID is in.
22235
22236         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22237         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22238         (spam-stat-score-buffer-user-functions): Add :number custom type.
22239
22240 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22241
22242         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22243         argument in XEmacs.
22244
22245         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22246         (nnrss-request-group): Decode group name first.
22247         (nnrss-request-article): Make a text/plain article if mml-to-mime
22248         failed.
22249         (nnrss-get-encoding): Return a compatible encoding according to
22250         nnrss-compatible-encoding-alist.
22251         (nnrss-find-el): Use consp instead of listp.
22252         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22253
22254 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22255
22256         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22257         which Emacs 20 doesn't support.
22258         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22259
22260 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22261
22262         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22263         silence the byte compiler inside the defun.
22264
22265         * gnus-demon.el (parse-time-string): Add autoload.
22266
22267         * gnus-delay.el (parse-time-string): Add autoload.
22268
22269         * gnus-art.el (parse-time-string): Add autoload.
22270
22271         * nnultimate.el (parse-time): Require for `parse-time-string'.
22272
22273 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22274
22275         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22276
22277         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22278
22279         * smime.el (smime-ldap-host-list): Add :version.
22280
22281 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22282
22283         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22284         pass it to `gnus-browse-read-group'.
22285         (gnus-browse-read-group): Add NUMBER argument and pass it to
22286         `gnus-group-read-ephemeral-group'.
22287
22288         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22289         argument and pass it to `gnus-group-read-group'.
22290
22291 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22292
22293         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22294         mm-xemacs-find-mime-charset-1 if we have the mule feature
22295         available at runtime.
22296
22297 2005-03-25  Werner Lemberg  <wl@gnu.org>
22298
22299         * nnmaildir.el: Replace `illegal' with `invalid'.
22300
22301 2005-03-23  Lute Kamstra  <lute@gnu.org>
22302
22303         * time-date.el: Add comment on time value formats.
22304         Don't require parse-time.
22305         (with-decoded-time-value): New macro.
22306         (encode-time-value): New function.
22307         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22308         (days-to-time): Return a valid time value when arg is huge.
22309         (time-since): Use time-subtract.
22310         (time-to-number-of-days): Use time-to-seconds.
22311
22312 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22313
22314         * gnus-start.el (gnus-display-time-event-handler):
22315         Check display-time-timer at runtime rather than only at load time
22316         in case display-time-mode is turned off in the mean time.
22317
22318 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22319
22320         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22321         used.
22322
22323         * nneething.el (nneething-map-file-directory): Derive from
22324         `gnus-directory'.
22325
22326         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22327         the To/Cc button.
22328
22329 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22330
22331         * nnmaildir.el (nnmaildir-request-accept-article):
22332         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22333
22334 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22335
22336         * gnus-async.el: Require timer-funcs at compile time when in
22337         XEmacs for `run-with-idle-timer'.
22338
22339 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22340
22341         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22342         autoloaded function.
22343
22344 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22345
22346         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22347
22348 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22349
22350         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22351
22352 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22353
22354         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22355         Add gnus-expert-user to default.
22356
22357 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22358
22359         * nnimap.el (nnimap-open-server): Ditto.
22360
22361         * imap.el (imap-authenticate): Fix typo.
22362
22363 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22364
22365         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22366         buffer (since IMAP server might return FETCH response out of
22367         order, and the nntp buffer must be sorted).
22368
22369 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22370
22371         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22372         comparison on string.
22373
22374         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22375         (gnus-agent-score): Rename category keywords to match gnus-cus.
22376         (gnus-agent-summary-fetch-series): Modify to protect against
22377         gnus-agent-summary-fetch-group clearing processable flags.
22378         (gnus-agent-synchronize-group-flags): Update live group buffer as
22379         synchronization may occur due to the user toggle the plugged
22380         status.
22381         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22382         successfully downloaded.
22383         (gnus-agent-expire-group-1): Avoid using markers when the overview
22384         is in ascending order; greatly improves performance.
22385         (gnus-agent-regenerate-group):
22386         Use gnus-agent-synchronize-group-flags to reset read status in both
22387         gnus and server.
22388         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22389
22390 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22391
22392         * message.el: Don't autoload former message-utils variables.
22393         (message-strip-subject-trailing-was): Change doc string.
22394
22395         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22396         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22397         (nnweb-google-search): Add "hl=en" here.
22398         (nnweb-google-parse-1, nnweb-google-create-mapping):
22399         Don't hardcode URL.
22400
22401 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22402
22403         * message.el (message-get-reply-headers, message-followup):
22404         Mention related variables `message-use-followup-to' and
22405         `message-use-mail-followup-to', in the information buffer.
22406
22407         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22408         of broken groups(-beta).google.com.
22409
22410 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22411
22412         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22413         parameter to invoked gnus-request-move-article; remove the
22414         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22415         all at once instead of once per article.
22416         (gnus-summary-remove-process-mark): Accept a list of articles as
22417         well as a single article for processing.
22418
22419         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22420         parameter.
22421
22422         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22423
22424         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22425
22426         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22427         parameter.
22428
22429         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22430         parameter.
22431
22432         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22433         parameter and remove the gnus-sum-hint-move-is-internal variable.
22434
22435         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22436         parameter.
22437
22438         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22439         parameter.
22440
22441         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22442         parameter.
22443
22444         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22445
22446         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22447         parameter.
22448
22449         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22450         parameter.
22451
22452 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22453
22454         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22455         a more conservative way.
22456
22457 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22458
22459         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
22460         buffer, so it moves the window's cursor.
22461
22462 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
22463
22464         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
22465         `mm-dissect-multipart' and receive the from field as an (optional)
22466         argument from `mm-dissect-multipart'.
22467         (mm-dissect-multipart): Receive the from field as an argument and
22468         pass it on when we call `mm-dissect-buffer' on MIME parts.
22469         Fixes verification/decryption of signed/encrypted MIME parts.
22470
22471 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22472
22473         * gnus-sum.el (gnus-summary-move-article):
22474         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
22475         whatever it calls (right now, only nnimap-request-move article
22476         respects it).
22477
22478         * nnimap.el (nnimap-request-move-article):
22479         When gnus-sum-hint-move-is-internal is set, don't do the extra
22480         nnimap-request-article.
22481
22482 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22483
22484         * nnheader.el (nnheader-find-file-noselect): Add doc string.
22485
22486         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
22487         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
22488
22489         * gnus-sum.el (gnus-summary-caesar-message):
22490         Apply `gnus-treat-article' after rotation.
22491
22492         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
22493         doc string.
22494
22495 2005-02-22  Simon Josefsson  <jas@extundo.com>
22496
22497         * encrypt.el (encrypt-password-cache-expiry): Remove (use
22498         `password-cache-expiry' instead).  Reported by Arne Jørgensen
22499         <arne@arnested.dk>.
22500         (encrypt): Add password-cache and password-cache-expiry as group
22501         members.
22502
22503 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
22504
22505         * smime.el (smime-ldap-host-list): Doc fix.
22506         (smime-ask-passphrase): Use `password-read-and-add' to read (and
22507         cache) password.
22508         (smime-sign-region): Use it.
22509         (smime-decrypt-region): Use it.
22510         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
22511         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
22512         fails.
22513         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
22514         certificate from DER to PEM format rather than calling openssl.
22515
22516         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
22517
22518         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
22519         for signing/encryption.
22520
22521         * mml.el (mml-parse-1): Use them.
22522
22523 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
22524
22525         * nnrss.el (nnrss-verbose): Remove.
22526         (nnrss-request-group): Use `nnheader-message' instead.
22527
22528 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
22529
22530         * nnrss.el (nnrss-verbose): New variable.
22531         (nnrss-request-group): Make it say nnrss is requesting a group.
22532
22533 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
22534
22535         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
22536         Handle news URL with given port correctly.
22537
22538 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22539
22540         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
22541         containing special characters.
22542
22543         * gnus-sum.el (gnus-summary-edit-article): Ditto.
22544
22545         * mml.el (mime-to-mml): Ditto.
22546
22547         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
22548         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
22549         (rfc2047-decode-region): Quote decoded words containing special
22550         characters when rfc2047-quote-decoded-words-containing-tspecials
22551         is non-nil.
22552
22553 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
22554
22555         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
22556
22557         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
22558
22559 2005-02-15  Simon Josefsson  <jas@extundo.com>
22560
22561         * nnimap.el (nnimap-debug): Doc fix.
22562
22563         * imap.el (imap-debug): Doc fix.
22564
22565 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22566
22567         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
22568
22569 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
22570
22571         * gnus.el (spam-contents): Improve docs for spam-contents
22572         parameter in its variable incarnation.
22573
22574 2005-02-14  Simon Josefsson  <jas@extundo.com>
22575
22576         * smime-ldap.el: Use require instead of load-library for ldap.
22577         (smime-ldap-search): Indent.
22578         (smime-ldap-search-internal): Shorten line.
22579
22580         * smime.el (smime-cert-by-dns): Add doc-string.
22581         (smime-cert-by-ldap-1): Indent.
22582
22583         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
22584         mml-smime-get-dns-ldap.
22585         (mml-smime-encrypt-query): Use new function.  Default to ldap.
22586
22587 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
22588
22589         * smime.el: Require smime-ldap.
22590         (smime-ldap-host-list): New variable.
22591         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
22592
22593         * mml-smime.el (mml-smime-encrypt-query): New function.
22594         (mml-smime-encrypt-query): Use it.
22595
22596         * smime-ldap.el: New file.
22597
22598 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22599
22600         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
22601
22602 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
22603
22604         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
22605         argument in doc string.  Make query for type more clear.
22606
22607 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
22608
22609         * gnus.el (gnus-group-startup-message): Search for gnus images in
22610         etc/images/gnus.
22611         * mm-util.el (mm-image-load-path): Likewise.
22612         * smiley.el (smiley-data-directory): Search for smilies in
22613         etc/images/smilies.
22614
22615 2005-02-09  Kim F. Storm  <storm@cua.dk>
22616
22617         Change Emacs release version from 21.4 to 22.1 throughout.
22618         Change Emacs development version from 21.3.50 to 22.0.50.
22619
22620 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22621
22622         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
22623
22624         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
22625         non-Mule XEmacs as well.
22626         (mm-decompress-buffer): Signal an error intentionally if it does
22627         not decompress compressed data because auto-compression-mode is
22628         disabled.
22629
22630 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
22631
22632         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
22633         an ID in the registry even if it has no groups.
22634
22635 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22636
22637         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
22638         merge it into mm-decompress-buffer.
22639         (gnus-mime-copy-part): Use the MIME part charset, the value which
22640         a user specified or gnus-newsgroup-charset for decoding, like
22641         gnus-mime-inline-part does; set buffer-file-coding-system to tell
22642         save-buffer what was used.  Suggested by Kevin Ryde
22643         <user42@zip.com.au>.
22644         (gnus-mime-inline-part): Allow the name parameter as well as the
22645         filename parameter; force decompressing of compressed data; always
22646         display contents being not decoded as unibyte.
22647
22648         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
22649         as well as the filename parameter.
22650
22651         * mm-util.el (mm-decompress-buffer):
22652         Merge gnus-mime-jka-compr-maybe-uncompress.
22653         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
22654         of compressed data.
22655
22656 2005-02-08  Simon Josefsson  <jas@extundo.com>
22657
22658         * imap.el (imap-log): Doc fix.
22659
22660 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22661
22662         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
22663         the coding cookies; decompress compressed parts.
22664
22665         * mml.el (mml-generate-mime-1): Add the charset parameter according
22666         to the value which a user specified manually or the coding cookie.
22667
22668         * mm-util.el (mm-string-to-multibyte): New function.
22669         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
22670         (mm-coding-system-to-mime-charset): New function.
22671         (mm-decompress-buffer): New function.
22672         (mm-find-buffer-file-coding-system): New function.
22673
22674         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
22675         (mm-display-inline-fontify): Rewrite for decoding and decompressing
22676         parts.
22677
22678 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22679
22680         * mm-view.el (mm-display-inline-fontify): Decode a part according
22681         to the charset parameter.
22682
22683 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22684
22685         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
22686         prefix arg is neither nil nor a number, as info specifies.
22687
22688 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22689
22690         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
22691         timestamps.
22692
22693 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
22694
22695         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
22696         groups error checking and notify user.
22697
22698 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
22699
22700         * message.el (message-send-mail-function): Check existence of
22701         sendmail-program first before using default value
22702         `message-send-mail-with-sendmail'.  Otherwise use more generic
22703         `smtpmail-send-it'.
22704
22705 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22706
22707         * nntp.el (nntp-request-update-info): Always return nil.
22708
22709 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22710
22711         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
22712
22713 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22714
22715         * message.el (message-beginning-of-line): Change the behavior when
22716         invoked between BOL and : so that it first moves backward.
22717
22718 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22719
22720         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
22721         article buffer when editing of the article is discarded.
22722         (gnus-article-prepare): Revert.
22723
22724 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22725
22726         * gnus-art.el (gnus-article-prepare):
22727         Remove message-strip-forbidden-properties from the local hook.
22728
22729 2005-01-27  Simon Josefsson  <jas@extundo.com>
22730
22731         * password.el (password-cache-add): Only start one timer per key.
22732         Reported by Derek Atkins <warlord@MIT.EDU>.
22733
22734 2005-01-26  Steve Youngs  <steve@sxemacs.org>
22735
22736         * run-at-time.el: Remove.  It is no longer needed as
22737         timer-funcs.el in the xemacs-base package has a working version of
22738         `run-at-time'.
22739
22740         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
22741
22742         * password.el: Require timer-funcs instead of run-at-time in
22743         XEmacs.
22744         Remove `password-run-at-time' macro.
22745         (password-cache-add): Use `run-at-time' instead of
22746         `password-run-at-time'.
22747
22748         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
22749         Remove `nnheader-cancel-function-timers' alias,
22750         `cancel-function-timers' exists in XEmacs in timer-funcs.
22751
22752         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
22753         for `run-with-idle-timer'.
22754
22755         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
22756         for `run-at-time'.
22757
22758         * mm-url.el: Require timer-funcs at compile time when in XEmacs
22759         for `with-timeout'.
22760
22761         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
22762         the same as for XEmacs 21.4.
22763         No need to ignore `run-with-idle-timer', this function exists in
22764         XEmacs now in timer-funcs.el in the xemacs-base package.
22765         (dgnushack-compile): No need to delete
22766         run-at-time.el from the list of files to compile because it
22767         doesn't exist anymore.
22768
22769 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22770
22771         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22772         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22773
22774 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22775
22776         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22777         sensitively.
22778
22779 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22780
22781         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22782
22783 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22784
22785         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22786         which will be inserted according to the multibyteness of a buffer
22787         rather than the type of contents.  Suggested by ARISAWA Akihiro
22788         <ari@mbf.ocn.ne.jp>.
22789
22790         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22791         of string which old xml.el may return rather than a string.
22792
22793 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22794
22795         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22796
22797 2005-01-16  Simon Josefsson  <jas@extundo.com>
22798
22799         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22800         idn/idna.el isn't available.
22801         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22802         <michael@waxrat.com>.
22803
22804         * hashcash.el: Remove non-FSF copyright header.
22805
22806         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22807         (hashcash-generate-payment): Use it.
22808         (hashcash-generate-payment-async): Use it.
22809
22810 2005-01-15  Simon Josefsson  <jas@extundo.com>
22811
22812         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22813         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22814
22815         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22816         gnus-summary-idna-message.
22817         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22818         (gnus-summary-idna-message): New function.
22819
22820 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
22821
22822         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
22823         gnus-novice-user.
22824
22825 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22826
22827         * nnrss.el (nnrss-request-delete-group): Delete entries in
22828         nnrss-group-alist as well.
22829         (nnrss-save-server-data): Insert newline.
22830
22831 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22832
22833         * gnus.el (gnus-user-agent): Use list of symbols instead of
22834         symbols.  Display full version number for (S)XEmacs.
22835         Optionally display (S)XEmacs codename.
22836
22837         * gnus-util.el (gnus-emacs-version): Update for new
22838         `gnus-user-agent'.
22839
22840         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22841         Gnus version.
22842
22843 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22844
22845         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22846         which is unreadable in some setups.
22847
22848 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22849
22850         * gnus-spec.el (gnus-update-format-specifications): Flush the
22851         group format spec cache if it doesn't support decoded group names.
22852
22853 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22854
22855         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22856         Allow to apply decay on score files matching a regexp.
22857
22858 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22859
22860         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22861         compatibility in %g and %c.
22862
22863 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22864
22865         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22866         name for only %g and %c.
22867         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22868         of gnus-tmp-group to decoded group name.
22869         (gnus-group-make-rss-group): Exclude `/'s from group names.
22870
22871 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22872
22873         * nnrss.el (nnrss-get-encoding): Fix regexp.
22874
22875 2004-12-27  Simon Josefsson  <jas@extundo.com>
22876
22877         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22878         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22879         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22880
22881 2004-12-17  Kim F. Storm  <storm@cua.dk>
22882
22883         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22884
22885         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22886
22887 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22888
22889         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22890
22891 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22892
22893         * nnrss.el: Require rfc2047 and mml.
22894         (nnrss-file-coding-system): New variable.
22895         (nnrss-format-string): Redefine it as an inline function.
22896         (nnrss-decode-group-name): New function.
22897         (nnrss-string-as-multibyte): Remove.
22898         (nnrss-retrieve-headers): Decode group name; don't use
22899         nnrss-format-string.
22900         (nnrss-request-group): Decode group name.
22901         (nnrss-request-article): Decode group name; allow a Message-ID as
22902         well as an article number; don't use nnrss-format-string; encode a
22903         Message-ID string which may contain non-ASCII characters; use
22904         mml-to-mime to compose a MIME article.
22905         (nnrss-request-expire-articles): Decode group name.
22906         (nnrss-request-delete-group): Decode group name.
22907         (nnrss-fetch): Clarify error message.
22908         (nnrss-read-server-data): Use insert-file-contents instead of load;
22909         bind file-name-coding-system; use multibyte buffer.
22910         (nnrss-save-server-data): Bind coding-system-for-write to the
22911         value of nnrss-file-coding-system; bind file-name-coding-system;
22912         add coding cookie.
22913         (nnrss-read-group-data): Use insert-file-contents instead of load;
22914         bind file-name-coding-system; use multibyte buffer.
22915         (nnrss-save-group-data): Bind coding-system-for-write to the
22916         value of nnrss-file-coding-system; bind file-name-coding-system.
22917         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22918         make it work with non-ASCII text.
22919         (nnrss-find-el): Make it work with old xml.el as well.
22920
22921 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22922
22923         * nnrss.el (nnrss-get-encoding): New function.
22924         (nnrss-fetch): Use unibyte buffer initially; bind
22925         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22926         decode contents according to the encoding attribute.
22927         (nnrss-save-group-data): Add coding cookie.
22928         (nnrss-mime-encode-string): New function.
22929         (nnrss-check-group): Use it to encode subject and author.
22930
22931 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22932
22933         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22934         imaginary variable.
22935
22936 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22937
22938         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22939         correctly even if there are wide characters.
22940
22941 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22942
22943         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22944         downcased symbol names; make a new cache instead of reusing
22945         bbdb-hashtable.
22946
22947 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22948
22949         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22950         concatenating segments rather than before concatenating them.
22951         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22952
22953         * message.el (message-get-reply-headers): Bind `extra'.
22954
22955 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22956
22957         * message.el (message-extra-wide-headers): New variable.
22958         (message-get-reply-headers): Use it.
22959
22960 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22961
22962         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22963         (gnus-agent-group-pathname): Ditto.
22964
22965         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22966
22967         * gnus-group.el (gnus-group-make-group): Decode group name.
22968         (gnus-group-make-rss-group): Register the group data after opening
22969         the nnrss group.
22970
22971 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22972
22973         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22974         by expiry now get marked as read.
22975
22976 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22977
22978         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22979
22980 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22981
22982         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22983         unify Latin characters in XEmacs.
22984         (mm-find-mime-charset-region): Use it.
22985
22986 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22987
22988         * gnus-util.el (gnus-delete-directory): New function.
22989
22990         * gnus-agent.el (gnus-agent-delete-group): Use it.
22991
22992         * gnus-cache.el (gnus-cache-delete-group): Use it.
22993
22994 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22995
22996         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22997         names.
22998
22999 2004-12-16  Simon Josefsson  <jas@extundo.com>
23000
23001         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23002
23003 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23004
23005         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23006
23007         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23008         (gnus-group-set-current-level): Decode group name.
23009
23010 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23011
23012         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23013         failed.
23014
23015 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23016
23017         * gnus-group.el (gnus-group-delete-group): Decode group name.
23018         (gnus-group-make-rss-group): Encode group name.
23019         (gnus-group-catchup-current): Decode group name.
23020         (gnus-group-kill-group): Decode group name.
23021
23022 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23023
23024         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23025
23026 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23027
23028         * gnus-group.el (gnus-group-make-rss-group):
23029         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23030
23031         * gnus-start.el (gnus-setup-news): Honor user's setting to
23032         gnus-message-archive-method.  Suggested by Lute Kamstra
23033         <lute@gnu.org>.
23034
23035 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23036
23037         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23038         global counterparts of the buffer-local variables.
23039
23040 2004-11-16  Romain Francoise  <romain@orebokech.com>
23041
23042         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23043         counterparts of the buffer-local variables.
23044
23045 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23046
23047         * message.el (message-forbidden-properties): Fix typo in doc
23048         string.
23049
23050 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23051
23052         * gnus-util.el (gnus-replace-in-string): Add doc string.
23053
23054         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23055         to avoid problems when splitting mails with many recipients.
23056
23057 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23058
23059         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23060         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23061
23062 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23063
23064         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23065         if there is no hashtable in memory or file modification time is
23066         newer than cached timestamp.
23067
23068 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23069
23070         * gnus-sum.el (gnus-summary-limit-to-recipient):
23071         Implement not-matching option.
23072
23073 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23074
23075         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23076         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23077         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23078         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23079         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23080         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23081
23082 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23083
23084         * message.el (message-forward-make-body-mml): Remove headers
23085         according to message-forward-ignored-headers if a message is decoded.
23086
23087 2004-12-02  Romain Francoise  <romain@orebokech.com>
23088
23089         * message.el (message-forward-make-body-plain): Always remove
23090         headers according to message-forward-ignored-headers.
23091
23092 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23093
23094         * spam.el (spam-summary-prepare-exit): Remove the
23095         gnus-summary-limit pop for now, it has problems with ham marks for
23096         me.
23097
23098 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23099
23100         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23101         correctly.
23102
23103 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23104
23105         * format-spec.el (format-spec): Message the char.
23106
23107 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23108
23109         * gnus-art.el (gnus-split-methods): Reformat comments.
23110
23111         * spam.el (spam-summary-prepare-exit): Remove article limits
23112         before exiting the summary buffer.
23113
23114 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23115
23116         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23117         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23118
23119         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23120         order to silence the byte compiler.
23121
23122         * spam.el: Fix the way to silence the byte compiler, which
23123         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23124         bbdb-search-simple, spam-BBDB-register-routine,
23125         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23126         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23127         spam-stat-buffer-is-spam, spam-stat-load,
23128         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23129         spam-stat-save and spam-stat-split-fancy.
23130
23131 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23132
23133         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23134         which may confuse users.
23135         (canlock-password-for-verify): Ditto.
23136
23137         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23138
23139         * gnus-art.el (gnus-emphasis-alist): Ditto.
23140
23141         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23142
23143         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23144
23145         * gnus-start.el (gnus-save-killed-list): Ditto.
23146
23147         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23148         (gnus-sum-thread-tree-root): Ditto.
23149         (gnus-sum-thread-tree-false-root): Ditto.
23150         (gnus-sum-thread-tree-single-indent): Ditto.
23151
23152         * message.el (message-courtesy-message): Ditto.
23153         (message-archive-note): Ditto.
23154         (message-subscribed-address-file): Ditto.
23155         (message-user-fqdn): Ditto.
23156
23157         * spam-report.el (spam-report-gmane-regex): Ditto.
23158
23159         * spam.el (spam-blackhole-good-server-regex): Ditto.
23160
23161 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23162
23163         * mml.el (mml-preview): Widen the message buffer before copying
23164         the contents to the preview buffer; sort headers before previewing.
23165
23166         * message.el (message-hidden-headers): Fix the way to avoid a bug
23167         in the `repeat' widget in Emacs 21.3 or earlier.
23168
23169 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23170
23171         * message.el (message-hidden-headers): Default to "^References:".
23172         Improve customization type.  Suggested by Reiner Steib
23173         <Reiner.Steib@gmx.de>.
23174
23175 2004-11-25  Romain Francoise  <romain@orebokech.com>
23176
23177         * message.el (message-strip-forbidden-properties): Remove check for
23178         obsolete `message-hidden' text property, hidden headers are not
23179         accessible in the buffer anymore.
23180
23181 2004-11-22  Romain Francoise  <romain@orebokech.com>
23182
23183         * message.el (message-header-format-alist): Add `From' in list
23184         so that it can be sorted.
23185         (message-fix-before-sending): Widen and sort headers before
23186         sending.
23187         (message-hide-headers): Use narrowing to hide headers by moving
23188         them to the top of the buffer and narrowing to the region
23189         underneath.
23190
23191 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23192
23193         * message.el (message-strip-forbidden-properties):
23194         Bind buffer-read-only (etc) to nil.
23195
23196 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23197
23198         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23199         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23200
23201 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23202
23203         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23204
23205 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23206
23207         * dns.el (query-dns): Use sit-for to time instead of
23208         accept-process-output, since that doesn't seem to work on udp
23209         sockets.
23210
23211 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23212
23213         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23214
23215 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23216
23217         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23218         doc string.  Improve doc string.
23219
23220 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23221
23222         * nntp.el (nntp-request-update-info): Return nil if
23223         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23224         may not call gnus-activate-group which uselessly issues the GROUP
23225         commands for all nntp groups and wastes time.  Reported by Romain
23226         Francoise <romain@orebokech.com>.
23227
23228         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23229
23230 2004-11-15  Simon Josefsson  <jas@extundo.com>
23231
23232         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23233         headers separately.
23234         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23235         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23236
23237 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23238
23239         * gnus-start.el (gnus-convert-old-newsrc):
23240         Assign legacy-gnus-agent to 5.10.7.
23241
23242 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23243
23244         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23245         start of the lines.
23246
23247 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23248
23249         * hashcash.el (hashcash-default-payment): Change default to 20.
23250         (hashcash-default-accept-payment): Change default to 20.
23251         (hashcash-process-alist): New variable.
23252         (hashcash-generate-payment-async): Add.
23253         (hashcash-already-paid-p): Add.
23254         (hashcash-insert-payment): Don't generate payments twice.
23255         (hashcash-insert-payment-async): Add.
23256         (hashcash-insert-payment-async-2): Add.
23257         (hashcash-cancel-async): Add.
23258         (hashcash-wait-async): Add.
23259         (hashcash-processes-running-p): Add.
23260         (hashcash-wait-or-cancel): Add.
23261         (mail-add-payment): New optional argument.  Conditionally start
23262         asynchronous calculation.
23263         (mail-add-payment-async): Add.
23264
23265         * message.el (message-send-mail): Wait for asynchronous hashcash
23266         results.  Don't clobber existing X-Hashcash headers.
23267         (message-setup-1): Call mail-add-payment-async when
23268         message-generate-hashcash is non-nil.
23269
23270 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23271
23272         * message.el (message-use-alternative-email-as-from): Examine the
23273         From header as well; use message-make-from in order to include a
23274         user's full name.
23275
23276 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23277
23278         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23279         default; improve customization type.
23280         (gnus-emphasis-custom-with-format): New macro.
23281         (gnus-emphasis-custom-value-to-external): New function.
23282         (gnus-emphasis-custom-value-to-internal): New function.
23283
23284 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23285
23286         * dns.el (query-dns): Resolve reverse addresses.
23287
23288 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23289
23290         * gnus-group.el (gnus-group-get-new-news): Use it.
23291
23292         * gnus-start.el (gnus-check-reasonable-setup): New function.
23293
23294 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23295
23296         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23297         "Args out of range" error.  Reported by Arnaud Giersch
23298         <arnaud.giersch@free.fr>.
23299
23300 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23301
23302         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23303
23304 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23305
23306         * spam.el (spam group): Add :version.
23307
23308         * pgg-def.el (pgg group): Add :version.
23309
23310 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23311
23312         * gnus-art.el (gnus-article-edit-article): Don't associate the
23313         article buffer with a draft file.  This is a temporary measure
23314         against the 2004-08-22 change to gnus-article-edit-mode.
23315
23316 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23317
23318         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23319         (html2text-format-tags): Remove unused variable `attr'.
23320
23321 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23322
23323         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23324
23325         * tls.el (tls-process-connection-type, tls-success)
23326         (tls-certtool-program): Add :version.
23327
23328         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23329         (starttls-extra-arguments, starttls-process-connection-type)
23330         (starttls-connect, starttls-failure, starttls-success): Add :version.
23331
23332         * spam-stat.el (spam-stat): Add :version.
23333
23334         * sieve.el (sieve): Add :version.
23335
23336         * sha1.el (sha1): Add :version.
23337         (sha1-use-external): Remove redundant version.
23338
23339         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23340         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23341         (nnmail-split-fancy-match-partial-words)
23342         (nnmail-split-lowercase-expanded): Add :version.
23343
23344         * nndiary.el (nndiary): Add :version.
23345
23346         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23347
23348         * mml-sec.el (mml-default-sign-method)
23349         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23350         Add :version.
23351
23352         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23353
23354         * mm-url.el (mm-url-use-external, mm-url-program)
23355         (mm-url-arguments): Add :version.
23356
23357         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23358         (mm-attachment-file-modes, mm-decrypt-option)
23359         (mm-w3m-safe-url-regexp): Add :version.
23360
23361         * message.el (message-cite-prefix-regexp)
23362         (message-sendmail-envelope-from, message-minibuffer-local-map)
23363         (message-user-fqdn, message-completion-alist): Add :version.
23364
23365         * gnus-win.el (gnus-configure-windows-hook)
23366         (gnus-use-frames-on-any-display): Add :version.
23367
23368         * gnus-art.el (gnus-article-address-banner-alist)
23369         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23370         (gnus-treat-from-picon, gnus-treat-mail-picon)
23371         (gnus-treat-x-pgp-sig): Add :version.
23372
23373         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23374         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23375         (gnus-summary-article-delete-hook)
23376         (gnus-summary-display-while-building): Add :version.
23377
23378         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23379         (gnus-get-top-new-news-hook): Add :version.
23380
23381         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23382         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23383
23384         * gnus-registry.el (gnus-registry): Add :version.
23385
23386         * gnus-spec.el (gnus-use-correct-string-widths)
23387         (gnus-make-format-preserve-properties): Add :version.
23388
23389         * gnus.el (gnus-group-charter-alist)
23390         (gnus-group-fetch-control-use-browse-url)
23391         (gnus-install-group-spam-parameters): Add :version.
23392
23393         * gnus-diary.el (gnus-diary): Add :version.
23394
23395         * gnus-delay.el (gnus-delay): Add :version.
23396
23397         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23398         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23399         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23400         Add :version.
23401
23402         * gnus-agent.el (gnus-agent-max-fetch-size)
23403         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23404         (gnus-agent-prompt-send-queue): Add :version.
23405
23406         * deuglify.el (gnus-outlook-deuglify): Add :version.
23407
23408         * html2text.el: Beautify code.  Improve doc strings.
23409         Some checkdoc cleanup.
23410         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23411
23412 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23413
23414         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23415
23416 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23417
23418         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23419         when package is loaded.
23420
23421         * spam.el (spam-summary-score-preferred-header): Add global preference
23422         for people who want to override the default SpamAssassin over
23423         Bogofilter preference (when both are set).
23424         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23425         (spam-user-format-function-S):
23426         Check spam-summary-score-preferred-header.
23427         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23428         (spam-user-format-function-S): Format the score correctly.
23429
23430 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23431
23432         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23433         signature file.  Suggested by Manoj Srivastava
23434         <srivasta@golden-gryphon.com>.
23435
23436         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23437         iso-2022-jp even in the Japanese language environment.
23438         Suggested by Jason Rumney <jasonr@gnu.org>.
23439
23440 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23441
23442         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23443         use the same characters as the dummy marks; make it free from
23444         getting affected by the language environment.
23445         (gnus-summary-read-group-1): Update mark positions only when the
23446         format spec is updated.
23447
23448         * gnus-spec.el (gnus-update-format-specifications): Return a list
23449         of updated types.
23450
23451 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23452
23453         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23454         of boundp to check if display-warning is available.
23455
23456 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
23457
23458         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
23459
23460 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23461
23462         * nnspool.el (nnspool-spool-directory): Use news-path if the
23463         news-directory variable is not bound.
23464
23465         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
23466         function instead of display-warning if it is not available.
23467
23468 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
23469
23470         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
23471         v5-10: Use `point-at-bol'.
23472
23473 2004-10-26  Simon Josefsson  <jas@extundo.com>
23474
23475         * hashcash.el: Fix URL in comment, reported by Cheng Gao
23476         <chenggao@gmail.com>.
23477
23478 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23479
23480         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
23481         instead.
23482
23483 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
23484
23485         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
23486         to remove a server from the nnimap-server-buffer-alist.
23487         (nnimap-open-connection, nnimap-close-server): Use it.
23488
23489         * gnus-encrypt.el: Remove file in favor of encrypt.el.
23490
23491 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23492
23493         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
23494         running the major-mode function.
23495
23496 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23497
23498         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
23499         dummy marks in the right way.
23500
23501 2004-10-18  David Edmondson  <dme@dme.org>
23502
23503         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
23504         excessively.
23505
23506 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
23507
23508         * gnus-util.el (gnus-split-references): Accept a nil references
23509         string and go on blissfully.
23510
23511         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
23512         cases where the references string is non-nil but has no references.
23513
23514         * encrypt.el: Add autoload tags.
23515
23516         * spam.el (spam-resolve-registrations-routine): Remove article
23517         from unregistration list too.  Reported by David Hanak
23518         <dhanak@isis.vanderbilt.edu>
23519
23520 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
23521
23522         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
23523         nil.  Change custom type.
23524
23525 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
23526
23527         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
23528
23529         * gnus-sum.el (gnus-summary-move-article): Use it.
23530
23531 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
23532
23533         * encrypt.el: Add autoload cookies.
23534
23535         * spam.el (spam-backend-article-list-property)
23536         (spam-backend-get-article-todo-list)
23537         (spam-backend-put-article-todo-list)
23538         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
23539         Resolve registrations separately.
23540         (spam-register-routine): Format comments.
23541         (spam-unregister-routine, spam-register-routine): Always call with
23542         specific-articles, no default list.
23543         (spam-summary-prepare-exit): Use the spam-classifications function.
23544
23545         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
23546         gnus-encrypt.el.
23547
23548         * encrypt.el: Copied from gnus-encrypt.el.
23549
23550         * gnus-encrypt.el: Commented that it's obsolete.
23551
23552 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23553
23554         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
23555         (gnus-score-save): Use it.
23556
23557         * message.el (message-bury): Use `window-dedicated-p'.
23558
23559 2004-10-15  Simon Josefsson  <jas@extundo.com>
23560
23561         * pop3.el (top-level): Don't require nnheader.
23562         (pop3-read-timeout): Add.
23563         (pop3-accept-process-output): Add.
23564         (pop3-read-response, pop3-retr): Use it.
23565
23566 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
23567
23568         * spam.el (spam-register-routine): Move comment.
23569         (spam-verify-bogofilter): Use 'unknown for the initial
23570         spam-bogofilter-valid state, not 'never.
23571
23572         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
23573         for netrc-machine.
23574
23575         * nnimap.el (nnimap-open-connection):
23576         Use netrc-machine-user-or-password.
23577
23578 2004-10-17  Richard M. Stallman  <rms@gnu.org>
23579
23580         * gnus-registry.el (gnus-registry-unload-hook):
23581         Set as a variable with add-hook.
23582
23583         * nnspool.el (nnspool-spool-directory): Use news-directory instead
23584         of news-path.
23585
23586         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
23587
23588         * spam.el: Delete duplicate `provide'.
23589         (spam-unload-hook): Set as a variable with add-hook.
23590
23591 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23592
23593         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
23594         in the doc string.
23595
23596         * message.el (message-ignored-news-headers)
23597         (message-ignored-supersedes-headers)
23598         (message-ignored-resent-headers)
23599         (message-forward-ignored-headers): Improve custom type.
23600
23601 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23602
23603         * message.el (message-tokenize-header): Fix 2004-09-06 change
23604         which used point-min in the wrong place.
23605
23606 2004-10-12  Simon Josefsson  <jas@extundo.com>
23607
23608         * tls.el (tls-certtool-program): New variable.
23609         (tls-certificate-information): New function, based on
23610         ssl-certificate-information.
23611
23612 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23613
23614         * compface.el: Move the version of ELisp-based uncompface program
23615         to the contrib directory because of the copyright problem.
23616
23617 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23618
23619         * message.el (message-kill-buffer): Raise the current frame.
23620
23621 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
23622
23623         * gnus-sum.el: Mention that multibyte characters don't work as marks.
23624
23625         * gnus.el (message-y-or-n-p): Autoload.
23626
23627         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
23628         (pop3-password-required, pop3-authentication-scheme)
23629         (pop3-leave-mail-on-server): Make customizable.
23630         (pop3): New custom group.
23631         (pop3-retr): Remove `sleep-for' statements.
23632         Suggested by Dave Love <fx@gnu.org>.
23633
23634         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
23635         Windows/DOS.
23636
23637         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23638         (imap-parse-body): Fix incorrect use of `assert'.
23639         Suggested by Dave Love <fx@gnu.org>.
23640
23641         * mml.el (mml-minibuffer-read-disposition): Require match.
23642         Suggested by Dave Love <fx@gnu.org>.
23643
23644 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
23645
23646         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
23647         doc string.
23648
23649 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23650
23651         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
23652
23653 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23654
23655         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
23656         instead of calling `mm-insert-inline', to decode text/* parts
23657         before displaying them.
23658
23659 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23660
23661         * mm-uu.el (mm-uu-text-plain-type): New variable.
23662         (mm-uu-pgp-signed-extract-1): Use it.
23663         (mm-uu-pgp-encrypted-extract-1): Use it.
23664         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
23665         bind mm-uu-text-plain-type with that value.
23666         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
23667         mm-uu-dissect.
23668
23669 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23670
23671         * gnus-group.el (gnus-update-group-mark-positions):
23672         * gnus-sum.el (gnus-update-summary-mark-positions):
23673         * message.el (message-check-news-body-syntax):
23674         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
23675         of string-as-multibyte.
23676
23677 2004-10-05  Juri Linkov  <juri@jurta.org>
23678
23679         * gnus-group.el (gnus-update-group-mark-positions):
23680         * gnus-sum.el (gnus-update-summary-mark-positions):
23681         * message.el (message-check-news-body-syntax):
23682         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
23683         8-bit unibyte values to a multibyte string for search functions.
23684
23685 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23686
23687         * mm-uu.el (mm-uu-dissect): Allow optional arg.
23688         (mm-uu-dissect-text-parts): New function.
23689
23690         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
23691         dissect text parts.
23692
23693         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
23694         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
23695
23696         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
23697
23698         * gnus-topic.el (gnus-topic-hierarchical-parameters):
23699         Use gnus-current-topics instead of gnus-current-topic.
23700
23701 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
23702
23703         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
23704
23705 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
23706
23707         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
23708         where appropriate.
23709
23710         * nnml.el (nnml-generate-active-info): do.
23711
23712         * nndiary.el (nndiary-generate-active-info): do.
23713
23714         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
23715         (gnus-topic-move): do.
23716
23717         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
23718         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
23719
23720         * gnus-srvr.el (gnus-server-prepare)
23721         (gnus-server-open-all-servers): do.
23722
23723         * gnus-msg.el (gnus-summary-cancel-article)
23724         (gnus-summary-resend-message)
23725         (gnus-summary-mail-crosspost-complaint): do.
23726
23727         * gnus-move.el (gnus-change-server): do.
23728
23729         * gnus-group.el (gnus-group-unmark-all-groups)
23730         (gnus-group-set-current-level): do.
23731
23732 2004-10-04  Simon Josefsson  <jas@extundo.com>
23733
23734         * message.el (message-generate-hashcash): Doc fix.
23735
23736 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
23737
23738         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
23739         avoid infinite recursion via gnus-get-function.
23740
23741 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
23742
23743         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
23744
23745         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
23746
23747         * nnmail.el (nnmail-split-history): do.
23748
23749         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
23750         (nnml-request-delete-group): do.
23751
23752         * nnslashdot.el (nnslashdot-read-groups): do.
23753
23754         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
23755         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
23756
23757         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
23758         (nnspool-sift-nov-with-sed): Use last.
23759         (nnspool-retrieve-headers-with-nov): Use mapc.
23760         (nnspool-request-newgroups): Use dolist.
23761         (nnspool-request-group): Use last.
23762
23763         * nntp.el (nntp-read-server-type): Use dolist.
23764
23765         * nnvirtual.el (nnvirtual-create-mapping)
23766         (nnvirtual-update-read-and-marked): Use dolist.
23767         (nnvirtual-convert-headers): Simplify.
23768
23769 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23770
23771         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23772         Add support for sync'ing tick marks.
23773
23774 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23775
23776         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23777         there's no visible header.
23778
23779 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23780
23781         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23782         When necessary, pass full group name to gnus-request-set-marks.
23783
23784 2004-10-01  Simon Josefsson  <jas@extundo.com>
23785
23786         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23787         acroread.
23788
23789 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23790
23791         * spam-report.el (spam-report-gmane): Fix interactive.
23792
23793         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23794
23795         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23796         when writing file.
23797         (gnus-agent-synchronize-flags): Don't default to being
23798         interactive.
23799
23800 2004-09-30  Simon Josefsson  <jas@extundo.com>
23801
23802         * message.el (message-generate-hashcash): Add.
23803         (message-send-mail): Use it, call mail-add-payment.
23804
23805 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23806
23807         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23808
23809 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23810
23811         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23812         gnus-requst-update-info with explicit code to sync the in-memory
23813         info read flags with the marks being sync'd to the backend.
23814
23815         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23816
23817 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23818
23819         * spam.el (spam-verify-bogofilter): Add new function.
23820         (spam-check-bogofilter)
23821         (spam-bogofilter-register-with-bogofilter): Use it.
23822         (spam-verify-bogofilter): Add small fixes.
23823
23824 2004-09-28  Simon Josefsson  <jas@extundo.com>
23825
23826         * hashcash.el (hashcash-generate-payment): Revert.
23827
23828 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23829
23830         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23831         Use gnus-extract-references instead of gnus-split-references.
23832
23833         * gnus-util.el (gnus-extract-references): Add new function, analogous
23834         to gnus-split-references but extracts only the message-ID without
23835         anything extra.
23836
23837         * hashcash.el (hashcash-generate-payment)
23838         (hashcash-check-payment): Do the right thing if hashcash-path is
23839         nil (because the hashcash program could not be found).
23840
23841         * spam.el (spam-use-hashcash): Remove comment.
23842
23843 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23844
23845         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23846         (gnus-cache-enter-article, gnus-cache-remove-article)
23847         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23848
23849         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23850
23851         * gnus-art.el (article-hide-boring-headers)
23852         (article-translate-strings, article-display-face)
23853         (gnus-article-mime-match-handle-first)
23854         (gnus-article-highlight-headers)
23855         (gnus-article-add-buttons-to-head): do.
23856
23857 2004-09-27  Simon Josefsson  <jas@extundo.com>
23858
23859         * hashcash.el: New version, from
23860         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23861         ../contrib/.
23862
23863 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23864
23865         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23866
23867 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23868
23869         * gnus-dup.el (gnus-dup-open): Use mapc.
23870         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23871
23872         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23873         Reported by Stefan Wiens <s.wi@gmx.net>.
23874
23875         * gnus.el (gnus-shutdown): Use dolist.
23876
23877         * gnus-undo.el (gnus-undo): Use mapc.
23878
23879         * nnrss.el (nnrss-generate-active): do.
23880
23881         * message.el (message-cite-original-without-signature)
23882         (message-cite-original): Use mapc.
23883         (message-do-actions, message-make-forward-subject): Use dolist.
23884
23885 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23886
23887         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23888         deletion to remove entire duplicate line.  Fixes merged article
23889         number bug.
23890
23891 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23892
23893         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23894         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23895         first ask if you want to open a server and then, even when you
23896         responded with no, asking if you want to synchronize the server's
23897         flags.
23898         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23899         multi-line expressions.
23900         (gnus-agent-synchronize-group-flags): New internal function.
23901         Updates marks in memory (in the info structure) AND in the
23902         backend.
23903
23904         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23905
23906         * nnagent.el (nnagent-request-set-mark):
23907         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23908         method, to ensure that synchronization updates marks in the
23909         backend and in the info (in memory) structure.
23910
23911 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23912
23913         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23914         convention fully; don't miss the root article of a thread; make
23915         the X-Draft-From header with correct article numbers.
23916
23917 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23918
23919         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23920         unless plugged.  Disable the agent so that an open failure causes
23921         an error.
23922
23923         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23924         Revert 2004-09-21 change.  The backend must be opened while
23925         synchronizing flags even when the backend stores the flags
23926         locally.
23927
23928 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23929
23930         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23931         in `header' match.  Reported by Svend Tollak Munkejord.
23932
23933         * message.el (message-cite-original): Fix use of
23934         `message-cite-articles-with-x-no-archive'.
23935
23936 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23937
23938         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23939         (gnus-window-to-buffer): Ditto.
23940
23941         * mml.el (mml-preview-buffer): New variable.
23942         (mml-preview): Manage window layout with gnus-buffer-configuration.
23943
23944         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23945         X-Draft-From header even if those articles aren't quoted.
23946
23947 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23948
23949         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23950         (gnus-request-set-mark, gnus-request-update-mark): Use new
23951         g-s-t-u-l-m to decide to use backend even when unplugged.
23952
23953 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23954
23955         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23956         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23957
23958 2004-09-20  Simon Josefsson  <jas@extundo.com>
23959
23960         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23961         "utf-16-le".
23962
23963 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23964
23965         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23966
23967 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23968
23969         * uudecode.el (uudecode-use-external): Add :version.
23970
23971         * smime.el (smime-CA-file, smime-encrypt-cipher)
23972         (smime-dns-server): Add :version.
23973
23974         * smiley.el (gnus-smiley-file-types): Add :version.
23975
23976         * sha1.el (sha1-use-external): Add :version.
23977
23978         * pgg-def.el (pgg-query-keyserver): Add :version.
23979
23980         * nnmail.el (nnmail-fancy-expiry-targets)
23981         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23982         Add :version.
23983
23984         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23985         (nnimap-retrieve-groups-asynchronous): Add :version.
23986         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23987
23988         * mml.el (mml-content-disposition-parameters)
23989         (mml-insert-mime-headers-always): Add :version.
23990
23991         * mm-util.el (mm-coding-system-priorities): Add :version.
23992
23993         * mm-decode.el (mm-inline-text-html-with-images)
23994         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23995         (mm-verify-option): Add :version.
23996         (mm-text-html-renderer): Change :version.
23997
23998         * message.el (message-fcc-externalize-attachments)
23999         (message-required-headers, message-draft-headers)
24000         (message-subject-trailing-was-query)
24001         (message-subject-trailing-was-ask-regexp)
24002         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24003         (message-mark-insert-end, message-archive-header)
24004         (message-archive-note, message-cross-post-default)
24005         (message-cross-post-note, message-followup-to-note)
24006         (message-cross-post-note-function, message-use-mail-followup-to)
24007         (message-subscribed-address-functions)
24008         (message-subscribed-address-file, message-subscribed-addresses)
24009         (message-subscribed-regexps, message-allow-no-recipients)
24010         (message-yank-cited-prefix, message-signature-insert-empty-line)
24011         (message-hidden-headers, message-hierarchical-addresses)
24012         (message-mail-user-agent, message-use-idna)
24013         (message-valid-fqdn-regexp)
24014         (message-strip-special-text-properties, message-header-synonyms)
24015         (message-beginning-of-line, message-tab-body-function): Add :version.
24016         (message-insert-canlock, message-wide-reply-confirm-recipients):
24017         Change :version.
24018
24019         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24020         and :version.
24021         (mail-source-delete-old-incoming-confirm)
24022         (mail-source-movemail-program): Add :version.
24023
24024         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24025         (gnus-agent-cache, gnus-agent): Change :version.
24026
24027         * gnus-util.el (gnus-use-byte-compile): Change :version.
24028
24029         * gnus-sum.el (gnus-summary-make-false-root-always)
24030         (gnus-summary-default-high-score)
24031         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24032         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24033         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24034         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24035         (gnus-sum-thread-tree-single-indent)
24036         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24037         (gnus-sum-thread-tree-leaf-with-other)
24038         (gnus-sum-thread-tree-single-leaf): Add :version.
24039         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24040         (gnus-article-loose-mime): Change :version.
24041
24042         * gnus-start.el (gnus-backup-startup-file)
24043         (gnus-save-startup-file-via-temp-buffer): Add :version.
24044
24045         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24046         (gnus-server-offline-face): Add :version.
24047
24048         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24049
24050         * gnus-msg.el (gnus-gcc-externalize-attachments)
24051         (gnus-debug-files, gnus-debug-exclude-variables)
24052         (gnus-discouraged-post-methods): Change :version.
24053         (gnus-confirm-mail-reply-to-news)
24054         (gnus-confirm-treat-mail-like-news): Add :version.
24055
24056         * gnus-int.el (gnus-server-unopen-status): Add :version.
24057
24058         * gnus-group.el (gnus-group-jump-to-group-prompt)
24059         (gnus-large-ephemeral-newsgroup)
24060         (gnus-fetch-old-ephemeral-headers): Add :version.
24061
24062         * gnus-fun.el (gnus-x-face-directory)
24063         (gnus-convert-pbm-to-x-face-command)
24064         (gnus-convert-image-to-x-face-command)
24065         (gnus-convert-image-to-face-command): Add :version.
24066
24067         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24068
24069         * gnus-cite.el (gnus-cite-blank-line-after-header)
24070         (gnus-article-boring-faces): Add :version.
24071
24072         * gnus-art.el (gnus-buttonized-mime-types)
24073         (gnus-inhibit-mime-unbuttonizing)
24074         (gnus-treat-display-face)
24075         (gnus-treat-body-boundary): Change :version.
24076         (gnus-body-boundary-delimiter, gnus-picon-databases)
24077         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24078         (gnus-treat-date-english, gnus-treat-fold-headers)
24079         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24080         (gnus-treat-mail-picon, gnus-treat-wash-html)
24081         (gnus-article-encrypt-protocol)
24082         (gnus-use-idna, gnus-article-over-scroll)
24083         (gnus-mime-display-multipart-alternative-as-mixed)
24084         (gnus-mime-display-multipart-related-as-mixed)
24085         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24086         (gnus-ctan-url, gnus-button-ctan-handler)
24087         (gnus-button-handle-ctan-bogus-regexp)
24088         (gnus-button-ctan-directory-regexp)
24089         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24090         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24091         (gnus-button-man-level, gnus-button-emacs-level)
24092         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24093
24094         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24095         (gnus-agent-go-online): Change :version.
24096         (gnus-agent-expire-unagentized-dirs)
24097         (gnus-agent-auto-agentize-methods): Add :version.
24098
24099         * flow-fill.el (fill-flowed-display-column)
24100         (fill-flowed-encode-column): Add :version.
24101
24102         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24103         (gnus-outlook-deuglify-unwrap-max)
24104         (gnus-outlook-deuglify-cite-marks)
24105         (gnus-outlook-deuglify-unwrap-stop-chars)
24106         (gnus-outlook-deuglify-no-wrap-chars)
24107         (gnus-outlook-deuglify-attrib-cut-regexp)
24108         (gnus-outlook-deuglify-attrib-verb-regexp)
24109         (gnus-outlook-deuglify-attrib-end-regexp)
24110         (gnus-outlook-display-hook): Add :version.
24111
24112         * binhex.el (binhex-use-external): Add :version.
24113
24114 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24115
24116         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24117         and `invisible'.
24118
24119 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24120
24121         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24122         in gnus-registry-trim.
24123
24124 2004-09-13  Simon Josefsson  <jas@extundo.com>
24125
24126         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24127
24128         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24129
24130         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24131         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24132         <yamaoka@jpl.org>.
24133         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24134         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24135         <yamaoka@jpl.org>.
24136
24137         * sieve.el (sieve-manage-mode): Ditto.
24138
24139 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24140
24141         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24142
24143 2004-09-11  Simon Josefsson  <jas@extundo.com>
24144
24145         * dns-mode.el: Add.
24146
24147         * mm-view.el (mm-display-dns-inline): Add.
24148
24149         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24150         (mm-automatic-display): Ditto.
24151
24152         * mailcap.el (mailcap-mime-data): Add text/dns.
24153         (mailcap-mime-extensions): Map .soa to text/dns.
24154
24155 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24156
24157         * gnus-art.el (article-decode-mime-words, article-babel)
24158         (gnus-article-highlight-signature, gnus-article-add-buttons)
24159         (gnus-signature-toggle): Remove unnecessary bindings of
24160         `inhibit-read-only' inherited from v5.10 merge.
24161
24162 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24163
24164         * nntp.el (nntp): New customization group.
24165         (nntp-authinfo-file): Add customization group.
24166
24167         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24168
24169         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24170
24171         * gnus.el (to-address, to-list, subscribed)
24172         (large-newsgroup-initial): Ditto.
24173
24174         * flow-fill.el (fill-flowed-display-column)
24175         (fill-flowed-encode-column): Ditto.
24176
24177 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24178
24179         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24180         Use point-min rather than 1.
24181         (message-send-mail): Use buffer-size rather than point-max.
24182
24183         * gnus-sum.el (gnus-summary-search-article-forward):
24184         Signal a specific `search-failed' rather than a generic `error'.
24185
24186         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24187         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24188         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24189
24190 2004-09-10  Simon Josefsson  <jas@extundo.com>
24191
24192         * nndb.el (require): Remove tcp and duplicate cl.
24193
24194 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24195
24196         * gnus-agent.el (directory-files-and-attributes): Move forward.
24197
24198 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24199
24200         * gnus-agent.el (directory-files-and-attributes):
24201         Optionally defined to support XEmacs.
24202
24203 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24204
24205         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24206         to avoid run-time CL dependencies.
24207         (gnus-agent-unfetch-articles): New function.
24208         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24209         article numbers even when local .overview file is missing.
24210         (gnus-agent-read-article-number): New function.  Only accepts
24211         27-bit article numbers.
24212         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24213         Use gnus-agent-read-article-number.
24214         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24215         from backend while recognizing that article numbers in .overview
24216         must be valid.
24217         (gnus-agent-update-files-total-fetched-for):
24218         Use directory-files-and-attributes to improve performance.
24219         * gnus-int.el (gnus-request-move-article):
24220         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24221         improve performance.
24222
24223         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24224         some users confused by references to .newsrc when they only have a
24225         .newsrc.eld file.
24226         (gnus-convert-mark-converter-prompt)
24227         (gnus-convert-converter-needs-prompt): Fix use of property list.
24228         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24229         New function.  Used internally to only display 'gnus converting
24230         files' message when actually necessary.
24231
24232         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24233         methods now autoloaded.
24234
24235 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24236
24237         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24238         identifiers.
24239
24240 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24241
24242         * gnus-picon.el: Fix indentation and closing parenthesis.
24243
24244 2004-09-01  Simon Josefsson  <jas@extundo.com>
24245
24246         * message.el (message-canlock-generate): Require sha1, not
24247         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24248         to require within a function.  Sadly, if sha1.el isn't loaded, the
24249         let binding in m-c-g will hide the defcustom definition, which is
24250         bad.)
24251
24252         * canlock.el: Require sha1, not sha1-el.
24253
24254         * message.el: Don't autoload sha1 (there is a autoload cookie in
24255         sha1.el).
24256
24257         * sha1-el.el: Rename to sha1.el.
24258
24259 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24260
24261         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24262
24263 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24264
24265         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24266
24267 2004-08-30  Kim F. Storm  <storm@cua.dk>
24268
24269         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24270
24271         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24272         Add :group 'nnimap.
24273
24274 2004-08-30  Andreas Schwab  <schwab@suse.de>
24275
24276         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24277         ?* and ?\;.
24278
24279         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24280         and ?\' to symbol instead of whitespace.
24281
24282 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24283
24284         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24285
24286         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24287         instead of re-search-forward.
24288
24289         * gnus-uu.el (gnus-uu-save-article): Ditto.
24290         (gnus-uu-post-encode-uuencode): Ditto.
24291
24292         * html2text.el (html2text-clean-list-items): Ditto.
24293         (html2text-clean-dtdd): Ditto.
24294         (html2text-format-tags): Ditto.
24295
24296         * message.el (message-send-mail-with-sendmail): Fix regexp.
24297         (message-fill-field-general): Use search-forward instead of
24298         re-search-forward.
24299         (unbold-region): Ditto.
24300
24301         * nnrss.el (nnrss-request-article): Ditto.
24302
24303         * nnslashdot.el (nnslashdot-request-article): Ditto.
24304
24305         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24306
24307         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24308         "Unrecognized menu descriptor" error in XEmacs.
24309
24310 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24311
24312         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24313         parent article of a sparse article in the thread hashtb.
24314
24315 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24316
24317         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24318         (nnmail-expand-newtext): Lowercase expanded entries if
24319         nnmail-split-lowercase-expanded is non-nil.
24320
24321 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24322
24323         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24324
24325         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24326         of gnus-tmp-news-method into string under XEmacs.  It will be
24327         passed to gnus-correct-length which takes only a string argument.
24328
24329 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24330
24331         * gnus-util.el (gnus-bind-print-variables): New macro.
24332         (gnus-prin1): Use it.
24333         (gnus-prin1-to-string): Use it.
24334         (gnus-pp): New function.
24335         (gnus-pp-to-string): New function.
24336
24337         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24338         Replace pp-to-string with gnus-pp-to-string.
24339         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24340         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24341         * gnus-msg.el (gnus-debug): Ditto.
24342         * gnus-score.el (gnus-score-save): Ditto.
24343         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24344         gnus-pp-to-string.
24345         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24346         with gnus-pp.
24347         * score-mode.el (gnus-score-pretty-print): Ditto.
24348         * webmail.el (webmail-debug): Ditto.
24349
24350 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24351
24352         * gnus-art.el (article-display-face, article-display-x-face):
24353         Use buffer-read-only.
24354
24355 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24356
24357         * gnus-art.el (article-hide-list-identifiers):
24358         Bind inhibit-read-only as t.
24359
24360 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24361
24362         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24363
24364 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24365
24366         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24367         (gnus-narrow-to-page): Don't assume point-min == 1.
24368         (gnus-article-edit-mode): Derive from message-mode.
24369
24370         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24371         point-min == 1.
24372
24373         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24374         Disable incorrect use of `assert'.
24375
24376         * message.el (message-mode): Set comment-start-skip.
24377
24378
24379 2004-08-22  Sam Steingold  <sds@gnu.org>
24380
24381         * pop3.el (pop3-leave-mail-on-server): New user variable.
24382         (pop3-movemail): Delete mail only when it is nil.
24383
24384 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24385
24386         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24387
24388         * mml.el (mml-preview): Use `pop-to-buffer'.
24389
24390         * message.el (message-goto-mail-followup-to): Insert after "To".
24391         (message-carefully-insert-headers): Add comment.
24392
24393         * gnus.el: Remove unused variable `gnus-article-check-size'.
24394
24395         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24396
24397         * gnus-art.el (gnus-button-alist):
24398         Improve `gnus-button-handle-library' entry.
24399
24400 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24401
24402         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24403         Use downcase, since XEmacs capitalizes error messages differently.
24404
24405 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24406
24407         * nntp.el: Add (require 'gnus) due to reference to
24408         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24409
24410 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24411
24412         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24413         Bind `mm-fill-flowed'.
24414
24415         * mm-decode.el (mm-dissect-singlepart): Check it.
24416
24417 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24418
24419         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24420         'imap' for netrc parsing.
24421
24422 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24423
24424         * mailcap.el (mailcap-mime-data): Mark as risky.
24425
24426 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24427
24428         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24429         may be included in the encoded word.
24430         (rfc2047-encode): Don't append a space if the encoded word
24431         includes close parenthesis.
24432
24433 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24434
24435         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24436         of text within parentheses.
24437
24438 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24439
24440         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24441         (gnus-encrypt-write-file-contents): Make the password key the file
24442         name PLUS the cipher, not just the cipher.  Also remove failed
24443         passwords from the cache.
24444
24445 2004-08-06  Simon Josefsson  <jas@extundo.com>
24446
24447         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24448         Doc fix.
24449
24450 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24451
24452         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24453         LWSP.
24454
24455 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24456
24457         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24458         Try to append in-reply-to: data to the references: header.
24459
24460         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
24461         (netrc-parse): Use gnus-encrypt.el functions.
24462
24463         * gnus-encrypt.el: Add new file for encryption support; currently
24464         does only a few GPG ciphers and an internal XOR cipher.
24465
24466         * password.el: Add comments on using password-read-and-add.
24467         (password-read-and-add): Add function to read and add the
24468         password to the cache at once.
24469
24470 2004-07-28  Simon Josefsson  <jas@extundo.com>
24471
24472         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
24473         parameter (but don't use it, for now).
24474
24475         * imap.el (imap-ssl-open): Use imap-process-connection-type,
24476         instead of hard coding to nil.
24477
24478 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24479
24480         * mm-view.el (mm-inline-image-emacs): Open lines under an image
24481         as mm-inline-image-xemacs does.
24482
24483 2004-07-26  Simon Josefsson  <jas@extundo.com>
24484
24485         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
24486         Revert part of 2004-07-17 change below.
24487
24488 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24489
24490         * rfc2047.el (rfc2047-encode-region): Don't infloop.
24491         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24492
24493 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24494
24495         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
24496         quotes that actually start with ">" at the beginning of the
24497         lines.
24498
24499 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24500
24501         * rfc2047.el (rfc2047-encode-region): Fix last change.
24502         (rfc2047-encode-parameter): Remove useless concat.
24503
24504 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24505
24506         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
24507         encode special characters; fix some kind of misconfigured headers;
24508         signal a real error if debug-on-quit or debug-on-error is non-nil.
24509         (rfc2047-encode-max-chars): New variable.
24510         (rfc2047-encode-1): Use it.
24511         (rfc2047-encode-parameter): New function.
24512
24513         * mml.el (mml-insert-parameter): Remove an excessive space.
24514
24515 2004-07-17  Simon Josefsson  <jas@extundo.com>
24516
24517         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
24518         Kai Grossjohann <kai@emptydomain.de>.
24519         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
24520         (gnus-group-make-menu-bar): Ditto.
24521
24522         * gnus-util.el (gnus-group-server): Add.
24523
24524 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
24525
24526         * message.el (message-clone-locals): Clone sendmail and smtp
24527         variables.
24528
24529 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24530
24531         * rfc2047.el (rfc2047-encode-region): Fix last change.
24532
24533 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24534
24535         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
24536         characters as non-special.
24537
24538 2004-07-09  Simon Josefsson  <jas@extundo.com>
24539
24540         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
24541         Users will lose all flag changes made while unplugged with
24542         e.g. nntp unless flag synchronization happens, thus `nil' is not a
24543         good default.  See numerous reports on ding mailing list.
24544
24545 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24546
24547         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
24548         add generate-head-function and generate-article-function to the
24549         rfc822-forward entry.
24550         (nndoc-rfc822-forward-generate-article): New function.
24551         (nndoc-rfc822-forward-generate-head): New function.
24552
24553         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
24554
24555 2004-07-06  Dan Christensen  <jdc@uwo.ca>
24556
24557         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
24558         respect display group parameter and gnus-summary-expunge-below.
24559         (gnus-articles-to-read): Remove unused reference to display group
24560         parameter.
24561
24562 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24563
24564         * nnheader.el (nnheader-uniquify-message-id): New experimental
24565         variable.
24566         (nnheader-nov-read-message-id): Use it.
24567
24568         * spam-report.el (spam-report-gmane): Add interactive.
24569
24570 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24571
24572         * mm-encode.el (mm-content-transfer-encoding-defaults):
24573         Use qp-or-base64 for the application/* types.
24574
24575 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
24576
24577         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
24578
24579 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
24580
24581         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
24582         trim value.
24583
24584 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24585
24586         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
24587         New macro and function.
24588         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
24589
24590 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24591
24592         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
24593         after-load-alist.
24594
24595 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24596
24597         * gnus-group.el (gnus-group-get-new-news-this-group):
24598         Don't update info that isn't there.
24599
24600 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
24601
24602         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
24603         entry.
24604
24605 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24606
24607         * mm-view.el (mm-inline-render-with-function): Use multibyte
24608         buffer; decode html source by charset.
24609
24610         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
24611
24612         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
24613         Mule-UCS is loaded under XEmacs.
24614         (mm-mime-mule-charset-alist): Avoid duplicated entries.
24615
24616 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
24617
24618         * nnheader.el (nnheader-max-head-length): Increase to 8192.
24619
24620 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24621
24622         * mm-util.el (mm-coding-system-p): Return a coding-system.
24623         (mm-mime-mule-charset-alist): Use shift_jis instead of
24624         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
24625         entries for the mime charsets iso-2022-jp-3 and shift_jis.
24626         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
24627         instead of japanese-shift-jis and iso-latin-1 respectively in
24628         order to share the default value with both Emacs and XEmacs-mule.
24629         (mm-mule-charset-to-mime-charset):
24630         Make mm-coding-system-priorities effective.
24631         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
24632         while predicating of candidates upon the priorities.
24633
24634 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
24635
24636         * gnus-sum.el (gnus-summary-make-menu-bar):
24637         Add gnus-uu-invert-processable.
24638
24639         * gnus.el: Autoload gnus-uu-invert-processable.
24640
24641 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24642
24643         * mm-util.el (mm-with-multibyte-buffer): New macro.
24644
24645         * rfc2047.el (rfc2047-encode-string): Use it.
24646         (rfc2047-encode-region): Move point to the end of the region after
24647         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
24648
24649 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24650
24651         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
24652         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
24653
24654 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24655
24656         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
24657         (gnus-cite-parse): Ignore quoted envelope From_.
24658         Suggested by Karl Chen <quarl@nospam.quarl.org>.
24659
24660 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
24661
24662         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
24663         invalid addresses.
24664
24665 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
24666
24667         * spam.el: Change section markers, revise TODO list.
24668         (spam-backends): Make new master list of all installed backends.
24669         (spam-summary-exit-behavior): Add new variable to determine how
24670         messages moves are done at summary exit.
24671         (spam-move-spam-nonspam-groups-only)
24672         (spam-process-ham-in-nonham-groups)
24673         (spam-process-ham-in-spam-groups): Remove variables, the
24674         spam-summary-exit-behavior variable should be used to manage this
24675         behavior.
24676         (spam-old-ham-articles, spam-old-spam-articles): Remove.
24677         (spam-old-articles): Add variable, replacing spam-old-ham-articles
24678         and spam-old-spam-articles.
24679         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
24680         Add empty variables, placeholders for the backends they represent.
24681         (spam-set-difference): Move, unchanged.
24682         (spam-list-of-processors): Declare OBSOLETE, not used anymore
24683         unless the user has a processor variable.
24684         (spam-classifications, spam-classification-valid-p)
24685         (spam-backend-properties, spam-backend-property-valid-p)
24686         (spam-backend-function-type-valid-p)
24687         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
24688         (spam-report-articles-gmane, spam-report-articles-resend):
24689         Remove functions, they are not needed.
24690         (spam-install-backend-super, spam-backend-list)
24691         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
24692         (spam-backend-function, spam-backend-ham-registration-function)
24693         (spam-backend-spam-registration-function)
24694         (spam-backend-ham-unregistration-function)
24695         (spam-backend-spam-unregistration-function)
24696         (spam-backend-statistical-p, spam-backend-mover-p)
24697         (spam-install-backend-alias, spam-install-checkonly-backend)
24698         (spam-install-mover-backend, spam-install-nocheck-backend)
24699         (spam-install-backend, spam-install-statistical-backend)
24700         (spam-install-statistical-checkonly-backend): Add backend installation
24701         support.
24702         (spam-summary-prepare-exit): Rewrite to use the new backend code.
24703         (spam-group-processor-p): Use the new backend code and respect the
24704         summary exit behavior.
24705         (spam-mark-spam-as-expired-and-move-routine): Remove.
24706         (spam-summary-prepare): Change to use the new spam-old-articles
24707         variable.
24708         (spam-copy-or-move-routine, spam-copy-spam-routine)
24709         (spam-move-spam-routine, spam-copy-ham-routine)
24710         (spam-move-ham-routine): Add code to copy/move ham or spam.
24711         (spam-fetch-field-fast): Improve doc and code, plus allow the
24712         'number request.
24713         (spam-list-of-checks, spam-list-of-statistical-checks):
24714         Remove variables.
24715         (spam-split, spam-find-spam): Use the new backend code.
24716         (spam-registration-functions): Remove variable.
24717         (spam-unregister-routine): Add convenience wrapper.
24718         (spam-log-undo-registration, spam-register-routine)
24719         (spam-log-processing-to-registry)
24720         (spam-log-unregistration-needed-p): Rename "check" to "backend"
24721         where possible.
24722         (spam-check-gmane-xref, spam-check-regex-headers)
24723         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
24724         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
24725         (spam-check-bogofilter-headers, spam-check-spamoracle)
24726         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
24727         (spam-check-crm114-headers): Use the spam-split-group that
24728         spam-split prepares, no need to determine it every time.
24729
24730         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
24731         to the nnheader-parse-naked-head call.
24732
24733         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
24734
24735         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
24736         the nnheader-nov-read-message-id call.
24737
24738 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24739
24740         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
24741         gnus-activate-group twice.  Suggested by Markus Peter
24742         <warp@spin.de>.
24743
24744 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24745
24746         * gnus-art.el (gnus-article-time-format): Exchange the order of
24747         day and month in the default value; fix customization type.
24748         (article-date-ut): Use add-text-properties.
24749         (article-make-date-line): Use message-make-date instead of
24750         current-time-string.
24751
24752         * message.el (message-fetch-field): Don't use set-text-properties.
24753         (message-make-date): Simplify.
24754
24755         * messagexmas.el (message-xmas-make-date): New function.
24756         (message-xmas-redefine): Defalias message-make-date to it.
24757
24758 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24759
24760         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
24761         (rfc2047-encode-region): Treat text within parentheses as special;
24762         show the original text when error has occurred.
24763
24764         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
24765         already-computed method to gnus-activate-group.
24766
24767         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
24768         same select-methods identical Lisp objects.
24769
24770         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
24771         object when modifying the info.
24772
24773 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24774
24775         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24776         gnus-opened-servers since it has never been opened with the new
24777         configuration yet.
24778
24779 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24780
24781         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24782         arg to nnheader-generate-fake-message-id.
24783
24784 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24785
24786         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24787         number and build a fake message ID localized to a group and
24788         article number (so it's repeatable from that point on).
24789         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24790         ID format.
24791
24792         * gnus-sum.el (gnus-get-newsgroup-headers):
24793         Call nnheader-generate-fake-message-id with the article number.
24794
24795 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24796
24797         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24798         end-of-buffer.
24799
24800 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24801
24802         * message.el (message-ignored-supersedes-headers): Add Approved.
24803
24804 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24805
24806         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24807         goto-char.
24808         (rfc2047-encode): Fold the line before encoding.
24809
24810 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24811
24812         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24813         folding -- not all headers can be folded, and this should be done
24814         by the message composition mode.  Probably.  I think.
24815
24816 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24817
24818         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24819         fast.
24820
24821         * gnus-ems.el (gnus-remove-image): Don't use
24822         message-text-with-property; remove only the image found first.
24823
24824         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
24825         found first.
24826
24827 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24828
24829         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24830
24831 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24832
24833         * message.el (message-text-with-property): Make it fast and accept
24834         optional arguments.
24835         (message-strip-forbidden-properties): Use it.
24836         (message-fix-before-sending): Follow the m-t-w-p change.
24837
24838         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24839
24840 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24841
24842         * gnus-art.el (article-hide-headers): Don't change the buffer
24843         mistakenly when performing mml-preview even if
24844         gnus-single-article-buffer is nil.
24845
24846 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24847
24848         * message.el (message-expand-name-databases): New user option.
24849         (message-expand-name): Use it.
24850
24851 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24852
24853         * spam.el (spam-report-articles-resend)
24854         (spam-report-resend-register-routine): Allow ham reporting.
24855         (spam-report-resend-register-ham-routine): Add wrapper.
24856         (spam-registration-functions): Add ham resending functions.
24857         (spam-list-of-processors): Add ham resend processor.
24858
24859         * gnus.el (ham-resend-to): Add new group parameter.
24860         (spam-process): Add ham resend option.
24861
24862         * spam-report.el (spam-report-resend): Allow reporting ham.
24863         (spam-report-resend-ham): Add wrapper.
24864
24865 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24866
24867         * message.el (message-cite-articles-with-x-no-archive):
24868         New variable.
24869         (message-cite-original): Use it.
24870
24871 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24872
24873         * message.el (message-cite-original): Respect X-No-Archive.
24874
24875 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24876
24877         * gnus-art.el (article-hide-headers): Refer to the values for
24878         gnus-ignored-headers and gnus-visible-headers in the summary
24879         buffer since a user may have set them as group parameters.
24880
24881 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24882
24883         * assistant.el (assistant-node-name): Add convenience function.
24884         (assistant-render-text, assistant-render-node): Add error handling,
24885         plus handle multiple next nodes.
24886         (assistant-find-next-node): Comment out for now.
24887         (assistant-find-next-nodes): Add function, returns list of next
24888         nodes.
24889
24890 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24891
24892         * mail-source.el (mail-source-directory): Fix doc-string.
24893
24894 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24895
24896         * assistant.el (assistant-render-text, assistant-eval): Add :set
24897         widget type, which is different because it takes and returns a
24898         list.  Much hilarity ensues.
24899
24900 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24901
24902         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24903
24904         * gnus-group.el (gnus-group-get-new-news-this-group):
24905         Add doc-string.
24906
24907         * gnus-start.el (gnus-activate-group): Add doc-string.
24908
24909 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24910
24911         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24912
24913 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24914
24915         * assistant.el (assistant-render-text): Try to add a :set
24916         widget, more to come.
24917
24918         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24919         strings.
24920         (spam-report-articles-resend)
24921         (spam-register-routine): Do registration iff any articles warrant
24922         it.
24923         (spam-summary-prepare-exit): Change log message for nil group
24924         destinations.
24925
24926 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24927
24928         * spam.el (spam-report-resend-register-routine):
24929         Allow spam-report-resend-to to be a group parameter or a global value.
24930
24931 2004-05-26  Simon Josefsson  <jas@extundo.com>
24932
24933         * starttls.el: Merge with my GNUTLS based starttls.el.
24934         (starttls-gnutls-program, starttls-use-gnutls)
24935         (starttls-extra-arguments, starttls-process-connection-type)
24936         (starttls-connect, starttls-failure, starttls-success):
24937         New variables.
24938         (starttls-program, starttls-extra-args): Doc fix.
24939         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24940         New functions.
24941         (starttls-negotiate, starttls-open-stream):
24942         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24943         function if it is set.
24944
24945 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24946
24947         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24948         structured fields.
24949
24950 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24951
24952         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24953
24954 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24955
24956         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24957         Add variable.
24958         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24959         assigning the spam-mark to new messages.
24960
24961 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24962
24963         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24964
24965 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24966
24967         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24968
24969         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24970         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24971         default.
24972
24973 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24974
24975         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24976         correct data.
24977
24978 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24979
24980         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24981         (spam-group-processor-p): Fix function.
24982         (spam-group-processor-multiple-p)
24983         (spam-group-spam-processor-report-gmane-p)
24984         (spam-group-spam-processor-report-resend-p)
24985         (spam-group-spam-processor-bogofilter-p)
24986         (spam-group-spam-processor-blacklist-p)
24987         (spam-group-spam-processor-ifile-p)
24988         (spam-group-ham-processor-ifile-p)
24989         (spam-group-spam-processor-spamoracle-p)
24990         (spam-group-spam-processor-crm114-p)
24991         (spam-group-ham-processor-bogofilter-p)
24992         (spam-group-spam-processor-stat-p)
24993         (spam-group-ham-processor-stat-p)
24994         (spam-group-ham-processor-whitelist-p)
24995         (spam-group-ham-processor-BBDB-p)
24996         (spam-group-ham-processor-spamoracle-p)
24997         (spam-group-ham-processor-copy-p): Remove functions with some
24998         prejudice against unneeded code.
24999         (spam-report-articles-resend)
25000         (spam-report-resend-register-routine): Allow the group/topic
25001         spam-resend-to value to override spam-report-resend-to.
25002         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25003         properly now.
25004
25005         * gnus.el (spam-resend-to): Add group/topic parameter.
25006         (spam-process): Move the OBSOLETE processors to the end of the
25007         choices.
25008
25009 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25010
25011         * spam-report.el (spam-report-resend-to, spam-report-resend):
25012         Start with resend-to set to nil, and then ask the user if necessary.
25013         (spam-report-resend): spam-report-resend takes a list of articles, not
25014         separate article numbers.
25015
25016 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25017
25018         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25019         addition to emacs-w3m.
25020
25021 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25022
25023         * assistant.el (assistant-authinfo-data): New function.
25024         (assistant-eval): Eval for entire assistant.
25025
25026         * netrc.el (netrc-services-file): New variable.
25027         (netrc-parse-services): New function.
25028         (netrc-find-service-name): New function.
25029         (netrc-find-service-number): New function.
25030         (netrc-port-equal): New function.
25031         (netrc-machine): Use it.
25032
25033         * nnimap.el (nnimap-open-connection): Use netrc.
25034
25035         * gnus-util.el (gnus-netrc-get): Remove aliases.
25036
25037         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25038
25039         * assistant.el (wid-edit): Fix compilation.
25040
25041         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25042
25043 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25044
25045         * gnus-util.el (gnus-set-file-modes): New function.  (small
25046         patch).
25047
25048 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25049
25050         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25051
25052         * assistant.el (assistant-render-node): Fix up rendering and
25053         read-only text.
25054         (assistant-render-node): Reset.
25055         (assistant-make-read-only): Not sticky.
25056
25057 2004-05-20  Danny Siu  <dsiu@adobe.com>
25058
25059         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25060         centered even when gnus-auto-center-summary is t.
25061
25062 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25063
25064         * dns.el (dns-get-txt-answer): New function.
25065         (dns-read-txt): Ditto.
25066         (query-dns): Use it.
25067
25068 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25069
25070         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25071         active for foreign groups even if the group level is higher than
25072         the specified value.
25073
25074 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25075
25076         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25077         non-active groups.
25078
25079         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25080
25081 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25082
25083         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25084
25085 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25086
25087         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25088         (spam-crm114-header, spam-crm114-spam-switch)
25089         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25090         (spam-crm114-positive-spam-header)
25091         (spam-crm114-database-directory, spam-list-of-processors)
25092         (spam-group-spam-processor-crm114-p)
25093         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25094         (spam-generic-score, spam-list-of-checks)
25095         (spam-list-of-statistical-checks, spam-registration-functions)
25096         (spam-check-crm114-headers, spam-crm114-score)
25097         (spam-check-crm114, spam-crm114-register-with-crm114)
25098         (spam-crm114-register-spam-routine)
25099         (spam-crm114-unregister-spam-routine)
25100         (spam-crm114-register-ham-routine)
25101         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25102
25103 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25104
25105         * gnus.el: Add spam-use-crm114.
25106
25107         * spam.el (spam-list-of-processors, spam-registration-functions):
25108         Add spam-use-resend.
25109         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25110         (spam-report-articles-gmane): Add doc fix.
25111         (spam-report-articles-resend, spam-report-resend-register-routine):
25112         Add wrappers around spam-report-resend-to.
25113
25114         * spam-report.el (spam-report-resend-to, spam-report-resend):
25115         Add support for resending spam.
25116         (spam-report-gmane): Fix line length >80.
25117
25118         * gnus.el (spam-process): Add spam-use-resend.
25119
25120 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25121
25122         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25123         number of processed spam messages.
25124         (spam-ham-copy-or-move-routine): Return the number of processed
25125         ham messages.
25126         (spam-summary-prepare-exit): Use the above values to decide
25127         whether status messages shouled be displayed.
25128
25129 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25130
25131         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25132         `rfc2047-encoding-function-alist' in order to avoid conflicting
25133         with the old version.
25134         (rfc2047-encode-region): Concatenate words containing non-ASCII
25135         characters in structured fields; don't encode space-delimited
25136         ASCII words even in unstructured fields; don't break words at
25137         char-category boundaries.
25138         (rfc2047-encode-1): New function.
25139         (rfc2047-encode): Use it; encode text so that it occupies the
25140         maximum width within 76-column; work correctly on Q encoding for
25141         iso-2022-* charsets.
25142         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25143         sure not to break a line just after the header name.
25144         (rfc2047-b-encode-region): Remove.
25145         (rfc2047-b-encode-string): New function.
25146         (rfc2047-q-encode-region): Remove.
25147         (rfc2047-q-encode-string): New function.
25148
25149         * mm-util.el (mm-replace-in-string): New function.
25150
25151 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25152
25153         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25154         Really get it right.
25155         (gnus-inews-make-draft): Really.
25156
25157 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25158
25159         * nnmh.el (nnmh-request-list-1): Don't check the link count
25160         before descending.  (small patch)
25161
25162 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25163
25164         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25165         stuff.
25166
25167         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25168         Match on real group name.
25169
25170         * gnus-art.el (gnus-signature-limit): Doc fix.
25171
25172         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25173
25174         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25175
25176 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25177
25178         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25179         isn't a string.
25180
25181 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25182
25183         * gnus-draft.el (gnus-draft-send):
25184         Bind rfc2047-encode-encoded-words.
25185
25186         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25187         (rfc2047-encodable-p): Say that =? needs encoding.
25188         (rfc2047-encode-encoded-words): New variable.
25189
25190         * gnus-group.el (gnus-group-select-group): Doc fix.
25191
25192         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25193
25194         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25195         to nil.
25196
25197         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25198
25199         * nnheader.el (nnheader-get-lines-and-char): New function.
25200
25201 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25202
25203         * gnus-msg.el (gnus-summary-followup-with-original):
25204         Document yanking of region when active.
25205
25206 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25207
25208         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25209         groups if the group level is higher than the specified value.
25210
25211 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25212
25213         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25214         (gnus-group-jump-to-group): Add prefix argument using
25215         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25216         non-active group.
25217
25218         * compface.el (uncompface): Be verbose when changing
25219         `uncompface-use-external'.
25220
25221         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25222         handle manual section.
25223
25224 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25225
25226         * gnus-art.el (gnus-button-alist): Revert previous change.
25227
25228 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25229
25230         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25231
25232 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25233
25234         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25235         whether backend can accept message.
25236
25237         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25238
25239 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25240
25241         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25242         Avoid creating directory when nntp-marks-is-evil is true.
25243         Reported by Reiner Steib.
25244
25245 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25246
25247         * gnus-picon.el (gnus-picon-insert-glyph):
25248         Add optional `nostring' argument.
25249
25250 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25251
25252         * gnus-picon.el (gnus-picon-style): New variable.
25253         (gnus-picon-transform-address): Support `gnus-picon-style'.
25254
25255 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25256
25257         * message.el (message-fill-field): Return point.
25258         (message-generate-headers): Go to end of field.
25259
25260         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25261         stuff for non-living groups.
25262
25263 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25264
25265         * gnus-art.el (gnus-article-followup-with-original)
25266         (gnus-article-reply-with-original): gnus-mark-active-p ->
25267         gnus-region-active-p.
25268
25269 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25270
25271         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25272         only when there is spam or ham to be processed.
25273
25274 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25275
25276         * mail-source.el (mail-source-delete-crash-box): Refactor.
25277         (mail-source-fetch): Use it.
25278         (mail-source-fetch-file): Ditto.
25279         (mail-source-fetch-directory): Run postscript in loop.
25280         (mail-source-fetch-pop): Delete.
25281         (mail-source-fetch-maildir): Ditto.
25282         (mail-source-fetch-imap): Ditto.
25283
25284         * imap.el (imap-authenticators): Comment out sasl.
25285
25286         * message.el (message-skip-to-next-address): New function.
25287         (message-fill-header-address): Refactor.
25288         (message-fill-address): Use it.
25289         (message-delete-address): Use it.
25290         (message-fill-header-general): Refactor.
25291         (message-fill-field-address): Rename.
25292         (message-narrow-to-field): Find the start of the header.
25293         (message-header-format-alist): Don't pre-fill.
25294         (message-fill-header): Remove.
25295         (message-insert-header): New function.
25296         (message-shorten-references): Use it.
25297
25298         * rfc2047.el (rfc2047-field-value): Strip props.
25299
25300         * mail-parse.el (mail-header-make-address): New alias.
25301
25302         * ietf-drums.el (ietf-drums-make-address): New function.
25303
25304         * imap.el: Add compiler directives.
25305
25306         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25307
25308         * gnus-art.el (article-decode-idna-rhs): Don't use
25309         message-idna-inside-rhs-p.
25310
25311 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25312
25313         * message.el (message-idna-inside-rhs-p): Remove.
25314         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25315
25316         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25317         false positives.
25318
25319 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25320
25321         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25322
25323 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25324
25325         * nneething.el (nneething-file-name): Don't create spurious
25326         files.
25327
25328         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25329         (gnus-inews-do-gcc): Remove sleep.
25330
25331         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25332         part under point.
25333
25334         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25335         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25336
25337 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25338
25339         * spam.el (spam-summary-prepare-exit): Fix (length).
25340
25341 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25342
25343         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25344         as expired without moving it" message when there are spam
25345         messages left.
25346
25347 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25348
25349         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25350         header is not nil.
25351
25352 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25353
25354         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25355         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25356         (nntp-marks-changed-p): New arg SERVER.
25357         (nntp-request-update-info): Adjust caller.
25358
25359 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25360
25361         * nntp.el (nntp-save-marks): Pass missing arg.
25362
25363 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25364
25365         * nntp.el: Support marks.
25366         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25367         (nntp-marks-modtime, nntp-marks-directory): New variables.
25368         (nntp-request-set-mark, nntp-request-update-info)
25369         (nntp-possibly-create-directory, nntp-marks-changed-p)
25370         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25371         New functions.
25372
25373 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25374
25375         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25376         (gnus-xmas-redefine): Rename.
25377
25378         * gnus-score.el (gnus-score-insert-help):
25379         Use gnus-select-lowest-window.
25380
25381         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25382         appt-select-lowest-window and rename to gnus-select-lowest-window.
25383
25384         * gnus.el: do.
25385
25386 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25387
25388         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25389         encodings of MIME-encoded words, in order to improve
25390         interoperability with several broken MUAs.
25391
25392 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25393
25394         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25395         tags, only when charsets are not specified in headers.
25396         (mm-inline-text-html-render-with-w3m): Ditto.
25397
25398         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25399         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25400
25401 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25402
25403         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25404         instead of MIME-decoded from fields when checking
25405         `gnus-article-address-banner-alist'.
25406
25407 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25408
25409         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25410         description rather than subject.
25411
25412 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25413
25414         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25415
25416 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25417
25418         * gnus.el (gnus-version-number): Bump.
25419
25420 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25421
25422         * gnus.el: No Gnus v0.2 is released.
25423
25424 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25425
25426         * gnus-agent.el (gnus-agent-read-agentview):
25427         Inline gnus-uncompress-range.
25428
25429 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25430
25431         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25432         `exec-installed-p'.
25433
25434 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25435
25436         * gnus.el (spam-process, spam-autodetect-methods):
25437         Add bsfilter and bsfilter-headers.
25438
25439         * spam.el (spam-bsfilter): New customize group.
25440         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25441         (spam-bsfilter-header, spam-bsfilter-probability-header)
25442         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25443         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25444         (spam-bsfilter-database-directory): New options.
25445         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25446         (spam-list-of-statistical-checks, spam-registration-functions):
25447         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25448         (spam-bsfilter-score): New command.
25449         (spam-check-bsfilter-headers, spam-check-bsfilter)
25450         (spam-bsfilter-register-with-bsfilter)
25451         (spam-bsfilter-register-spam-routine)
25452         (spam-bsfilter-unregister-spam-routine)
25453         (spam-bsfilter-register-ham-routine)
25454         (spam-bsfilter-unregister-ham-routine): New functions.
25455         (spam-generic-score): Support bsfilter; Accept an optional argument
25456         to recalcurate spam score even if scoring header has already been
25457         added.
25458         (spam-bogofilter-score, spam-spamassassin-score): Accept an
25459         optional argument to recalcurate spam score even if scoring header
25460         has already been added.
25461
25462 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
25463
25464         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
25465         strings!  Reported by David D. Smith <davidsmith@acm.org>.
25466         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
25467         link is missing.
25468
25469 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
25470
25471         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
25472         (html2text-get-attr): Rewrite.
25473
25474         * message.el (message-setup-1): Remove redundant put-text-property
25475         on mail-header-separator.
25476
25477 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
25478
25479         * gnus-registry.el (gnus-registry-cache-whitespace)
25480         (gnus-registry-action, gnus-registry-spool-action)
25481         (gnus-registry-split-fancy-with-parent): Change message levels
25482         from 5 to 3 or 7, as needed.
25483
25484         * spam.el (spam-summary-prepare-exit)
25485         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
25486         (spam-split, spam-find-spam, spam-log-undo-registration)
25487         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
25488         level from 5 to 6.
25489
25490 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25491
25492         * gnus-ems.el: Autoload appt-select-lowest-window (revert
25493         2004-03-04 change).
25494
25495 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
25496
25497         * sieve-manage.el (sieve-manage-open):
25498         * nnweb.el (nnweb-insert-html):
25499         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
25500         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
25501         * nnspool.el (nnspool-request-group):
25502         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
25503         * nnml.el (nnml-request-update-info):
25504         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
25505         (nnmh-request-create-group, nnmh-update-gnus-unreads):
25506         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
25507         (nnimap-request-set-mark):
25508         * nnfolder.el (nnfolder-request-update-info):
25509         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
25510         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
25511         * gnus-uu.el (gnus-uu-find-articles-matching):
25512         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
25513         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
25514         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
25515         * gnus-nocem.el (gnus-nocem-scan-groups):
25516         * gnus-int.el (gnus-start-news-server):
25517         * gnus-group.el (gnus-group-make-kiboze-group)
25518         (gnus-group-browse-foreign-server):
25519         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
25520         Use mapc when appropriate.
25521
25522 2004-04-22  Dan Christensen  <jdc@uwo.ca>
25523             Adam Sjøgren  <asjo@koldfront.dk>
25524             Wes Hardaker  <wes@hardakers.net>
25525             Michael Shields  <shields@msrl.com>
25526
25527         * spam.el (spam-necessary-extra-headers): Get the extra headers we
25528         may need for spam sorting and scoring.
25529         (spam-user-format-function-S): Add user format function suitable for
25530         general use.
25531         (spam-article-sort-by-spam-status): Add sorting function for summary
25532         sorting.
25533         (spam-extra-header-to-number): Add function to get a score from a
25534         header.
25535         (spam-summary-score): Add function to get a numeric score from the
25536         headers.
25537         (spam-generic-score): Fix function doc, was in wrong place.
25538         (spam-initialize): Take symbols when it's run, and install the
25539         extra headers that spam-necessary-extra-headers thinks we need.
25540
25541 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
25542
25543         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
25544         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25545
25546 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
25547
25548         * gnus-sum.el (gnus-set-global-variables)
25549         (gnus-build-all-threads, gnus-get-newsgroup-headers)
25550         (gnus-article-get-xrefs, gnus-summary-best-group)
25551         (gnus-summary-next-article, gnus-summary-enter-digest-group)
25552         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
25553         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
25554         Use with-current-buffer.
25555
25556 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
25557
25558         * spam.el (spam-summary-prepare-exit): Simplify logic.
25559         (spam-fetch-article-header): Read the article header if it's not
25560         available.
25561         (spam-list-articles): Simplify logic.
25562         (spam-filelist-register-routine): Fix bug with unregister-list.
25563
25564         * gnus-registry.el: Fix comments at beginning.
25565
25566 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
25567
25568         * message.el (message-cater-to-broken-inn): Remove.
25569         (message-shorten-references): Make sure the total folded length of
25570         References is shorter than 998 characters to cater to a bug in INN
25571         2.3.  Also, don't pretend that references aren't folded -- this
25572         hasn't worked for a while.
25573
25574 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25575
25576         * gnus-agent.el (gnus-agentize):
25577         gnus-agent-send-mail-real-function no longer set to current value
25578         of message-send-mail-function but rather a lambda that calls
25579         message-send-mail-function.  The change makes the agent real-time
25580         responsive to user changes to message-send-mail-function.
25581
25582 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25583
25584         * legacy-gnus-agent.el
25585         (gnus-agent-convert-to-compressed-agentview): Fix typos with
25586         help from Florian Weimer <fw@deneb.enyo.de>
25587
25588 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25589
25590         * nnmail.el (nnmail-cache-insert): Revert last change.
25591
25592 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25593
25594         * nnmail.el (nnmail-cache-insert): Always check whether
25595         nnmail-cache-ignore-groups matches a group name.
25596
25597 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
25598
25599         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
25600         (spam-find-spam, spam-log-processing-to-registry)
25601         (spam-log-registered-p, spam-log-unregistration-needed-p)
25602         (spam-log-undo-registration): Use gnus-message instead of
25603         gnus-error, none of these errors are fatal.
25604
25605         * gnus-registry.el (gnus-registry-clean-empty-function)
25606         (gnus-registry-clean-empty): Remove only empty entries without
25607         extra data.
25608
25609 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
25610
25611         * spam-stat.el (spam-stat-buffer-change-to-spam)
25612         (spam-stat-buffer-change-to-non-spam): Change (error) to
25613         (gnus-message 8) invocation.
25614
25615 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25616
25617         * nntp.el (nntp-via-netcat-command): New variable.
25618         (nntp-via-netcat-switches): New variable.
25619         (nntp-open-via-rlogin-and-netcat): New function.
25620         (nntp-open-connection-function): Doc fix.
25621         (nntp-telnet-command): Doc fix.
25622         (nntp-end-of-line): Doc fix.
25623         (nntp-via-rlogin-command): Doc fix.
25624         (nntp-via-user-name): Doc fix.
25625         (nntp-via-address): Doc fix.
25626
25627 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25628
25629         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
25630         error in Emacs 21.1.
25631
25632 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
25633
25634         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
25635
25636 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25637
25638         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
25639         (gnus-agent-with-refreshed-group): New macro.
25640         (gnus-agent-rename-group): New function.
25641         (gnus-agent-delete-group): New function.
25642         (gnus-agent-save-group-info): Use gnus-command-method when
25643         `method' parameter is nil.  Don't write nil entries into the
25644         active file.
25645         (gnus-agent-get-group-info): New function.
25646         (gnus-agent-fetch-articles):
25647         Use gnus-agent-update-files-total-fetched-for to increment disk space
25648         used.
25649         (gnus-agent-fetch-headers, gnus-agent-save-alist):
25650         Use gnus-agent-update-view-total-fetched-for to increment disk space
25651         used.
25652         (gnus-agent-get-local): Add optional parameters to avoid calling
25653         gnus-group-real-name and gnus-find-method-for-group.
25654         (gnus-agent-set-local): Delete stored entry if either min, or max,
25655         are nil.
25656         (gnus-agent-fetch-session): Reworded error/quit messages.
25657         On quit, use gnus-agent-regenerate-group to record existance of any
25658         articles fetched to disk before the quit occurred.
25659         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
25660         gnus-agent-update-view-total-fetched-for, and
25661         gnus-agent-update-files-total-fetched-for to decrement disk space
25662         used.
25663         (gnus-agent-retrieve-headers):
25664         Use gnus-agent-update-view-total-fetched-for to increment disk space
25665         used.
25666         (gnus-agent-regenerate-group): Replace gnus-group-update-group
25667         with gnus-agent-update-files-total-fetched-for to decrement disk
25668         space and fresh group buffer.
25669         (gnus-agent-inhibit-update-total-fetched-for): New variable.
25670         (gnus-agent-need-update-total-fetched-for): New variable.
25671         (gnus-agent-update-files-total-fetched-for): New function.
25672         (gnus-agent-update-view-total-fetched-for): New function.
25673         (gnus-agent-total-fetched-for): New function.
25674
25675         * gnus-cache.el (gnus-cache-save-buffers):
25676         Use gnus-cache-update-overview-total-fetched-for to change disk space
25677         used by this group.
25678         (gnus-cache-possibly-enter-article):
25679         Use gnus-cache-update-file-total-fetched-for to increment disk space
25680         used by this group.
25681         (gnus-cache-possibly-remove-article):
25682         Use gnus-cache-update-file-total-fetched-for to decrement disk space
25683         used by this group.
25684         (gnus-cache-generate-nov-databases): Purge total fetched cache.
25685         (gnus-cache-rename-group): New function.
25686         (gnus-cache-delete-group): New function.
25687         (gnus-cache-inhibit-update-total-fetched-for): New variable.
25688         (gnus-cache-need-update-total-fetched-for): New variable.
25689         (gnus-cache-with-refreshed-group): New macro.
25690         (gnus-cache-update-file-total-fetched-for): New function.
25691         (gnus-cache-update-overview-total-fetched-for): New function.
25692         (gnus-cache-rename-group-total-fetched-for): New function.
25693         (gnus-cache-delete-group-total-fetched-for): New function.
25694         (gnus-cache-total-fetched-for): New function.
25695
25696         * gnus-group.el: Require gnus-sum and autoload functions to
25697         resolve warnings when gnus-group.el compiled alone.
25698         (gnus-group-line-format): Documented new %F.
25699         (size of Fetched data) group line format; identifies disk space
25700         used by agent and cache.
25701         (gnus-group-line-format-alist): Defined new F format.
25702         (gnus-total-fetched-for): New function.
25703         (gnus-group-delete-group): No longer update
25704         gnus-cache-active-altered as gnus-request-delete-group now keeps
25705         the cache in sync.
25706         (gnus-group-list-active): Let the agent store a server's active
25707         list if currently plugged.
25708
25709         * gnus-int.el (gnus-request-delete-group):
25710         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
25711         local disk in sync with the server.
25712         (gnus-request-rename-group):
25713         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
25714         local disk in sync with the server.
25715
25716         * gnus-start.el (gnus-get-unread-articles):
25717         Cosmetic simplification to logic.
25718
25719         * gnus-util.el (gnus-rename-file): New function.
25720
25721 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
25722
25723         * mm-util.el (mm-image-load-path): Handle nil in load-path.
25724
25725 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
25726
25727         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
25728         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
25729
25730 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
25731
25732         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
25733         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
25734
25735 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
25736
25737         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
25738
25739 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
25740
25741         * spam.el (spam-set-difference): Add function to replace
25742         gnus-set-difference in spam.el.
25743         (spam-summary-prepare-exit): Use spam-set-difference.
25744
25745 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
25746
25747         * gnus-registry.el (gnus-registry-cache-file): Update to use
25748         gnus-dribble-directory OR gnus-home-directory OR ~.
25749         (gnus-registry-split-fancy-with-parent): Fix doc.
25750
25751 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25752
25753         * message.el (message-exchange-point-and-mark):
25754         Use message-mark-active-p.  Suggested by Jesper Harder
25755         <harder@ifa.au.dk>.
25756
25757 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25758
25759         * message.el (message-exchange-point-and-mark): Don't activate
25760         region if it was inactive.  Suggested by Hiroshi Fujishima
25761         <pooh@nature.tsukuba.ac.jp>.
25762
25763 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25764
25765         * gnus-art.el (article-display-face): Display Faces in the same
25766         order as X-Faces.
25767
25768 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25769
25770         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
25771
25772 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25773
25774         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25775         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25776         (gnus-article-mime-hierarchy): Remove.
25777         (gnus-article-mime-hierarchy-next): Remove.
25778         (gnus-article-mode): Revert 2004-03-19 change.
25779         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25780         (gnus-insert-mime-button): Revert 2004-03-19 change.
25781         (gnus-mime-accumulate-hierarchy): Remove.
25782         (gnus-mime-enter-multipart): Remove.
25783         (gnus-mime-leave-multipart): Remove.
25784         (gnus-mime-display-part): Revert 2004-03-19 change.
25785         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25786
25787         * mml.el (mml-preview): Revert 2004-03-19 change.
25788
25789 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25790
25791         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25792
25793 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25794
25795         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25796         t while entering a file name using the mm-with-multibyte macro.
25797         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25798
25799         * mm-util.el (mm-with-multibyte): New macro.
25800
25801 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25802
25803         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25804         New user option.
25805         (gnus-mime-multipart-functions): Doc and customization fix.
25806         (gnus-article-mime-hierarchy): New variable.
25807         (gnus-article-mime-hierarchy-next): New variable.
25808         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25809         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25810         gnus-article-mime-hierarchy-next to nil.
25811         (gnus-insert-mime-button): Show hierarchy numbers.
25812         (gnus-mime-accumulate-hierarchy): New function.
25813         (gnus-mime-enter-multipart): New function.
25814         (gnus-mime-leave-multipart): New function.
25815         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25816         (gnus-mime-display-alternative): Show hierarchy numbers.
25817
25818         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25819         gnus-article-mime-hierarchy-next to nil.
25820
25821 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
25822
25823         * dns.el: Don't require gnus-xmas.
25824
25825 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25826
25827         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25828         inline PGP.
25829         (mml-menu): Disable mml-quote-region if mark is inactive.
25830
25831 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25832
25833         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25834         when the group's active is not available.
25835
25836 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25837
25838         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25839         error.
25840
25841 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25842
25843         * imap.el (imap-store-password): New variable.
25844         (imap-interactive-login): Use it.
25845         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25846
25847 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25848
25849         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25850         window-start and hscroll to summary window.
25851
25852 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25853
25854         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25855         conversion message to newsrc-dribble when an actual conversion is
25856         performed.
25857
25858 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25859
25860         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25861
25862 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25863
25864         * mm-decode.el (mm-complicated-handles): New function reviving
25865         former definition of mm-multiple-handles.
25866
25867         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25868         (gnus-mime-delete-part): Use it.
25869
25870 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25871
25872         * gnus-agent.el (gnus-agent-read-local):
25873         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25874         avoid the implicit assumption that they will always be equal.
25875         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25876         coding-system-for-write, as the with-temp-file macro first prints
25877         to a buffer then saves the buffer.
25878
25879 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25880
25881         * gnus-art.el (gnus-article-edit-part): New function.
25882         (gnus-mime-save-part-and-strip): Use it; do query instead of
25883         signaling an error; don't use mm-multiple-handles.
25884         (gnus-mime-delete-part): Ditto.
25885
25886 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25887
25888         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25889         old file versions.
25890         (gnus-group-prepare-hook): Remove function that converted list
25891         form of gnus-agent-expire-days to group properties.
25892
25893         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25894         (gnus-request-accept-article): Re-indented.
25895
25896         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25897         converters to handle old agent file formats.  Add logic for a
25898         "backup before upgrading warning".
25899         (gnus-convert-mark-converter-prompt): Developers can mark
25900         functions as needing (default), or not needing,
25901         gnus-convert-old-newsrc's "backup before upgrading warning".
25902         (gnus-convert-converter-needs-prompt): Tests whether the user
25903         should be protected from potentially irreversable changes by the
25904         function.
25905
25906         * legacy-gnus-agent.el: New.  Provides converters that are only
25907         loaded when gnus-convert-old-newsrc needs to call them.
25908
25909 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25910
25911         * mail-source.el (mail-source-touch-pop): Doc fix.
25912
25913         * message.el (message-smtpmail-send-it): Doc fix.
25914
25915 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25916
25917         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25918
25919         * nnmail.el (nnmail-split-fancy): do.
25920
25921         * gnus-kill.el (gnus-kill, gnus-execute): do.
25922
25923 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25924
25925         * gnus-sum.el (gnus-widget-reversible-match)
25926         (gnus-widget-reversible-to-internal)
25927         (gnus-widget-reversible-to-external): New functions.
25928         (gnus-widget-reversible): New widget.
25929         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25930
25931 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25932
25933         * gnus-sum.el (gnus-thread-sort-functions)
25934         (gnus-article-sort-functions): Document `(not F)' items.
25935
25936 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25937
25938         * spam.el (spam-use-gmane-xref): Add new backend.
25939         (spam-gmane-xref-spam-group): Add variable to control the name of the
25940         Gmane spam group.
25941         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25942         (spam-regex-headers-spam, spam-regex-headers-ham)
25943         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25944         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25945         backends and checks.
25946         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25947
25948         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25949         an autodetect method.
25950
25951 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25952
25953         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25954         articles are being added to a group.
25955         (gnus-request-replace-article): Inform the agent that articles
25956         need to be uncached as the cached contents are no longer valid.
25957
25958 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25959
25960         * binhex.el: Don't autoload executable-find.
25961
25962         * canlock.el: Don't autoload mail-fetch-field.
25963
25964         * dgnushack.el: Autoload c-mode for XEmacs.
25965
25966         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25967
25968         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25969         rmail-dont-reply-to and rmail-output.
25970
25971         * gnus-score.el: Don't autoload ffap-string-at-point.
25972
25973         * gnus-setup.el: Don't autoload sc-cite-original.
25974
25975         * imap.el: Don't autoload base64-decode-string,
25976         base64-encode-string and md5.
25977
25978         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25979         and rmail-msg-restore-non-pruned-header.
25980
25981         * mm-decode.el: Don't autoload executable-find.
25982
25983         * mm-url.el: Don't autoload executable-find.
25984
25985         * mm-view.el: Don't autoload diff-mode.
25986
25987         * nndb.el: Don't autoload news-reply-mode, news-setup,
25988         cancel-timer and telnet.
25989
25990         * password.el: Don't autoload run-at-time for Emacs.
25991
25992         * sha1-el.el: Don't autoload executable-find.
25993
25994         * sieve-mode.el: Don't autoload c-mode.
25995
25996         * uudecode.el: Don't autoload executable-find.
25997
25998 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25999
26000         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26001         (gnus-agent-possibly-alter-active): Avoid null in numeric
26002         comparison.
26003         (gnus-agent-set-local): Refuse to save null in local object table.
26004         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26005         list of articles that will be marked as unread.
26006
26007 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26008
26009         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26010
26011 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26012
26013         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26014         language tags.
26015
26016 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26017
26018         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26019         Don't bind "obarray".
26020
26021         * gnus-sum.el (gnus-thread-sort-functions):
26022         Add `gnus-thread-sort-by-most-recent-number' and
26023         `gnus-thread-sort-by-most-recent-date'.
26024         Reported by Kai Grossjohann <kai@emptydomain.de>.
26025
26026 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26027
26028         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26029
26030 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26031
26032         * gnus-cus.el (gnus-agent-customize-category):
26033         Remove ignore-errors macro reference that required cl to be loaded at
26034         run-time.
26035
26036         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26037         single-interval range of the form (min . max).  Previously the
26038         range had to look like ((min . max)).  Likewise, return
26039         (min . max) rather than ((min . max)).
26040         (gnus-range-map): Use gnus-range-normalize to accept
26041         single-interval range.
26042
26043         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26044         the cache, but not the agent, now appear with their usual face.
26045
26046         * dgnushack.el (loaddir): New variable that is bound to the
26047         directory containing the dgnushack.el file.  Use loaddir, rather
26048         than srcdir, to update load-path.  Change lets dgnushack compile
26049         code in directories other than GNUS/lisp.
26050
26051 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26052
26053         * lpath.el: Don't bind w3m-safe-url-regexp.
26054
26055         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26056         w3m-safe-url-regexp variable buffer-local.
26057
26058         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26059
26060 2004-02-27  Simon Josefsson  <jas@extundo.com>
26061
26062         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26063         gnus-group-real-prefix.
26064         (gnus-summary-move-article): Use it, instead of
26065         gnus-group-real-prefix.
26066
26067 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26068
26069         * lpath.el: Bind w3m-safe-url-regexp.
26070
26071         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26072         w3m-safe-url-regexp variable buffer-local and set it as the value
26073         of mm-w3m-safe-url-regexp.
26074
26075         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26076
26077         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26078         parsing gnus-posting-styles when the message is not for replying.
26079
26080         * dgnushack.el: Autoload sgml-mode for XEmacs.
26081
26082         * nnrss.el (nnrss-opml-export):
26083         Use mm-set-buffer-file-coding-system instead of
26084         set-buffer-file-coding-system.
26085
26086 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26087
26088         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26089         of checkdoc.el).
26090         * nnrss.el: do.
26091         * gnus-mlspl.el: do.
26092         * gnus-ml.el: do.
26093         * gnus-srvr.el: do.
26094
26095         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26096
26097 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26098
26099         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26100         Corrections to custom-manual links.
26101
26102         * gnus-art.el (gnus-article): Ditto.
26103
26104         * mm-decode.el (mime-display, mime-security): Ditto.
26105
26106 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26107
26108         * flow-fill.el: Typo.
26109
26110 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26111
26112         * spam-wash.el: New file.
26113
26114 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26115
26116         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26117
26118 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26119
26120         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26121         to be run with new-articles as LIST1, not LIST2.
26122         (spam-registration-functions): Add spam-use-ham-copy as a nil
26123         registration backend.
26124
26125 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26126
26127         * spam-stat.el (spam-stat-washing-hook): New option.
26128         (spam-stat-buffer-words): Use it.
26129         (spam-stat-process-directory, spam-stat-test-directory):
26130         Use insert-file-contents-literally.
26131         (spam-stat-coding-system): New variable.
26132         (spam-stat-load, spam-stat-save): Use it.
26133
26134 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26135
26136         * spam-report.el (spam-report-plug-agent):
26137         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26138
26139 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26140
26141         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26142         Allow / in mailto URLs.
26143
26144 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26145
26146         * spam-report.el (spam-report-process-queue): Fix interactive use.
26147         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26148         (spam-report-unplug-agent): Doc fixes.
26149         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26150         (spam-report-agentize, spam-report-deagentize): Autoload.
26151
26152 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26153
26154         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26155
26156         * message.el (message-setup-fill-variables): Add mml tags to
26157         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26158         <ajk@iu.edu>.
26159         (message-mode): Don't modify paragraph-separate there.
26160
26161 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26162
26163         * compface.el (uncompface-use-external): Default to undecided.
26164         (uncompface-use-external-threshold): New variable.
26165         (uncompface-float-time): New macro.
26166         (uncompface): Determine whether to use the external decoder if
26167         uncompface-use-external is undecided.
26168
26169 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26170
26171         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26172         after images.
26173
26174         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26175
26176 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26177
26178         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26179
26180         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26181
26182         * gnus-sum.el (gnus-summary-limit-to-age)
26183         (gnus-summary-limit-children): do.
26184
26185         * gnus-int.el (gnus-request-scan): do.
26186
26187         * gnus-group.el (gnus-group-suspend): do.
26188
26189         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26190
26191         * gnus-cite.el (gnus-cite-parse-attributions): do.
26192
26193         * gnus-agent.el (gnus-summary-set-agent-mark)
26194         (gnus-agent-regenerate-group): do.
26195
26196         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26197
26198         * binhex.el (binhex-decode-region-internal): do.
26199
26200 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26201
26202         * gnus-fun.el (gnus-face-properties-alist): New user option.
26203         (gnus-display-x-face-in-from): Use it.
26204
26205         * gnus-art.el (article-display-face): Ditto.
26206
26207         * compface.el (uncompface-use-external): Default to nil.
26208
26209 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26210
26211         * nntp.el (nntp-erase-buffer): New function.
26212         (nntp-retrieve-data, nntp-send-command)
26213         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26214         (nntp-possibly-change-group): Use it.
26215
26216         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26217         Use with-current-buffer.
26218
26219 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26220
26221         * compface.el: Merge the ELisp-based uncompface program.
26222         (compface): New customization group.
26223         (uncompface-use-external): New user option.
26224         (uncompface): Call uncompface-internal if uncompface-use-external
26225         is nil.
26226         (uncompface-internal): New function.  Note that there are also
26227         some other functions and variables added for this function.
26228
26229 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26230
26231         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26232         if necessary.
26233
26234 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26235
26236         * spam-report.el (spam-report-unplug-agent)
26237         (spam-report-plug-agent, spam-report-deagentize)
26238         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26239         Add support for the Agent in spam-report: when unplugged, report to a
26240         file; when plugged, submit all the requests.
26241
26242         * spam.el (spam-register-routine): Fix message about
26243         registration.
26244
26245 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26246
26247         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26248         dependencies.
26249         (rfc2047-encode): Use it.
26250
26251         * gnus-art.el (gnus-button-marker-list): Move before first
26252         reference.
26253
26254         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26255         (imap-parse-body): Fix format string mismatch.
26256
26257         * gnus-score.el (gnus-summary-increase-score): do.
26258
26259         * nnrss.el (nnrss-close): New function.
26260
26261 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26262
26263         * nnrss.el (nnrss-make-filename): New function.
26264         (nnrss-request-delete-group, nnrss-read-server-data)
26265         (nnrss-save-server-data, nnrss-read-group-data)
26266         (nnrss-save-group-data): Use it.
26267         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26268         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26269         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26270
26271 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26272
26273         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26274
26275 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26276
26277         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26278         files.
26279
26280         * message.el (message-generate-headers-first): Don't quote nil
26281         and t in docstrings.
26282
26283         * imap.el (imap-id): do.
26284
26285         * gnus-agent.el (gnus-agent-consider-all-articles)
26286         (gnus-agent-queue-mail): do.
26287
26288 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26289
26290         * spam-report.el (spam-report-process-queue): New function.
26291         Process requests from `spam-report-requests-file'.
26292         (spam-report-process-queue): Doc fix.
26293
26294 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26295
26296         * spam.el (spam-register-routine)
26297         (spam-log-processing-to-registry, spam-log-registered-p)
26298         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26299         Change "check" to "spam-check" for semi-clarity.
26300
26301 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26302
26303         * pop3.el: Require nnheader.
26304
26305         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26306
26307         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26308
26309         * gnus-picon.el: Require cl.
26310
26311         * gnus-fun.el: Require gnus-ems and gnus-util.
26312
26313         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26314
26315         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26316
26317         * gnus-art.el (gnus-article-edit-mode): Define before first
26318         reference.
26319
26320 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26321
26322         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26323         (gnus-uu-post-encoded): Use point-at-bol.
26324
26325         * gnus-topic.el (gnus-group-active-topic-p): do.
26326
26327         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26328
26329         * gnus-group.el (gnus-group-kill-region): do.
26330
26331         * gnus-art.el (article-date-ut): do.
26332
26333         * message.el (message-fetch-field): Remove redundant
26334         case-fold-search binding.
26335         (message-narrow-to-field): Simplify.
26336
26337 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26338
26339         * spam.el (spam-directory): Derive from `gnus-directory'.
26340
26341         * spam-report.el (spam-report-url-to-file)
26342         (spam-report-requests-file): New function and variable for offline
26343         reporting.
26344         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26345         and user defined function.
26346         (spam-report-url-ping-mm-url): Remove doubled slash.
26347
26348 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26349
26350         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26351
26352 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26353
26354         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26355         Fix format string mismatch.
26356
26357         * sieve.el (sieve-deactivate-all): do.
26358
26359         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26360
26361         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26362
26363         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26364
26365         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26366
26367 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26368
26369         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26370         the list of checks.
26371
26372 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26373
26374         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26375         padding.
26376
26377 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26378
26379         * mm-view.el (mm-fill-flowed): New variable.
26380         (mm-inline-text): Use it.
26381
26382 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26383
26384         * spam.el (spam-spamassassin-register-ham-routine)
26385         (spam-spamassassin-register-spam-routine): Fix function names.
26386
26387 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26388
26389         * gnus.el (gnus-tmp-grouplens): Remove.
26390         (gnus-summary-line-format): Remove grouplens.
26391
26392         * gnus-group.el (gnus-group-line-format): Ditto.
26393
26394         * gnus-spec.el (gnus-format-specs): Ditto.
26395         (gnus-update-format-specifications): Flush the group format spec
26396         cache if there's the grouplens stuff.
26397         (gnus-parse-simple-format): Replace %l with the empty string.
26398
26399 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26400
26401         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26402         omission.
26403
26404 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26405
26406         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26407         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26408
26409 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26410
26411         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26412         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26413         New macros and functions.
26414         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26415         Handle > NLINK_MAX messages.
26416         * nnmaildir.el (nnmaildir-request-set-mark):
26417         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26418
26419 2004-01-25  Alex Schroeder  <alex@gnu.org>
26420
26421         * spam-stat.el (spam-stat-process-directory-age): New option.
26422         (spam-stat-process-directory): Use it.
26423
26424 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26425
26426         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26427         (spam-stat-save): Accept prefix argument.
26428
26429 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26430
26431         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26432         links" error.
26433
26434 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26435
26436         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26437         the rest of the and/or forms.
26438
26439 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26440
26441         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26442         compatibility with old .newsrc.eld files.
26443
26444         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26445
26446         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26447
26448         * gnus-start.el (gnus-1): do.
26449
26450         * gnus-group.el (gnus-group-line-format-alist): do.
26451
26452         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26453
26454         * gnus-gl.el: Remove.
26455
26456 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26457
26458         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
26459         marks consisting of a single range {for example, (3 . 5)} rather
26460         than a list of a single range { ((3 . 5)) }.
26461
26462 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26463
26464         * spam-stat.el (spam-stat-store-gnus-article-buffer):
26465         Use with-current-buffer.
26466         (spam-stat-store-current-buffer): Use insert-buffer-substring to
26467         avoid consing a string.
26468
26469         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
26470         Remove obsolete entries for big5 and gb2312.
26471
26472 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26473
26474         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
26475         uncompressed list.
26476
26477 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
26478
26479         * spam-stat.el (spam-stat-strip-xref): New function.
26480         (spam-stat-process-directory): Use it.
26481
26482         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
26483         here -- it's done in message-fetch-field.
26484
26485 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26486
26487         * gnus-agent.el (gnus-agent-queue-mail)
26488         (gnus-agent-prompt-send-queue): New variables.
26489         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
26490         * gnus-draft.el (gnus-group-send-queue): Pass the group name
26491         "nndraft:queue" along to gnus-draft-send.
26492         Use gnus-agent-prompt-send-queue.
26493         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
26494         is "nndraft:queue".  Suggested by Gaute Strokkenes
26495         <gs234@srcf.ucam.org>
26496
26497         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
26498         (agent-enable-undownloaded-faces): Add.
26499         (gnus-agent-cat-groups): Use eval-and-compile, not
26500         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
26501         method of gnus-agent-cat-groups even when the buffer has been
26502         evaled.
26503         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
26504         delete gnus-agent-save-active-1.
26505         (gnus-agent-save-groups): Delete.  Identical to
26506         gnus-agent-save-active.
26507         (gnus-agent-write-active): No longer adjust agent's copy of active
26508         file as agent's adjustments are now stored in their own
26509         file.  Remove optional parameter.
26510         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
26511         servers.  Add use of min/max range limits from server's local
26512         file.
26513         (gnus-agent-save-alist): Remove unused optional argument.
26514         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
26515         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
26516         (gnus-agent-set-local): A per-server file that keeps min/max range
26517         limits for articles known to the agent.  Provides a fast mechanism
26518         for altering many active ranges.
26519         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
26520         active file (local makes it unnecessary).
26521         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
26522
26523         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
26524         (agent-enable-undownloaded-faces): Add.
26525
26526         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
26527         disable it when sending to "nndraft:queue".
26528         (gnus-group-send-queue): Add safety check to avoid sending queue
26529         when unplugged.
26530
26531         * gnus-group.el (gnus-group-catchup): Use new
26532         gnus-sequence-of-unread-articles, not
26533         gnus-list-of-unread-articles, to avoid exhausting memory with huge
26534         numbers of articles.  Use gnus-range-map to avoid having to
26535         uncompress the unread list.
26536         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
26537         Fix invalid ange-ftp reference.
26538
26539         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
26540         (gnus-sorted-range-intersection): Intersection of two ranges
26541         without requiring that they first be uncompressed.
26542
26543         * gnus-start.el (gnus-activate-group): Unless blocked by the
26544         caller, possibly expand the active range to include both cached
26545         and agentized articles.
26546         (gnus-convert-old-newsrc): Rewrote in anticipation of having
26547         multiple version-dependent converters.
26548         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
26549         gnus-agent-save-active.
26550         (gnus-save-newsrc-file): Save dirty agent range limits.
26551
26552         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
26553         gnus-agent-possibly-alter-active.
26554         (gnus-adjust-marked-articles): Faster handling of simple lists.
26555
26556 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
26557
26558         * spam-stat.el (spam-stat-test-directory): New optional argument
26559         displays a list of files detected.  Suggested by Andrew Cohen
26560         <cohen@andy.bu.edu>.
26561         (spam-stat-buffer-words-with-scores): Don't narrow and change
26562         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
26563
26564 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
26565
26566         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
26567         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
26568         (spam-spamassassin-arguments)
26569         (spam-spamassassin-spam-flag-header)
26570         (spam-spamassassin-positive-spam-flag-header)
26571         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
26572         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
26573         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
26574         (spam-list-of-processors, spam-list-of-checks)
26575         (spam-list-of-statistical-checks, spam-registration-functions)
26576         (spam-check-spamassassin-headers, spam-check-spamassassin)
26577         (spam-spamassassin-score)
26578         (spam-spamassassin-register-with-sa-learn)
26579         (spam-spamassassin-register-spam-routine)
26580         (spam-spamassassin-register-ham-routine)
26581         (spam-assassin-register-spam-routine)
26582         (spam-assassin-register-ham-routine): Add SpamAssassin support.
26583         (spam-bogofilter-score): Fix to show article before scoring.
26584
26585 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
26586
26587         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
26588         default scoring function.
26589         (spam-generic-score): Call spam-spamassassin-score if
26590         spam-use-spamassassin or spam-use-spamassassin-headers is on;
26591         spam-bogofilter-score otherwise.
26592
26593         * gnus.el (spam-process, spam-autodetect-methods):
26594         Add spamassassin and spamassassin-headers.
26595
26596 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
26597
26598         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26599         Suppress unnecessary messages.
26600
26601 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
26602
26603         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
26604         make-hash-table.
26605
26606 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26607
26608         * canlock.el (base64-encode-string): Don't autoload it.
26609
26610 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26611
26612         * run-at-time.el: Remove useless (require 'itimer),
26613         eval-and-compile and (featurep 'xemacs).
26614
26615 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
26616
26617         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
26618         GROUP is a virtual group.
26619
26620 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
26621
26622         * gnus.el: Autoload `message-y-or-n-p'.
26623
26624 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
26625
26626         * pgg-parse.el: Remove unnecessary (require 'custom).
26627
26628         * pgg-def.el: do.
26629
26630         * nnmail.el: do.
26631
26632         * gnus-undo.el: do.
26633
26634         * gnus-picon.el: do.
26635
26636         * gnus-util.el: do.
26637
26638 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
26639
26640         * gnus-sum.el (gnus-pick-line-number): Add autoload.
26641
26642 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26643
26644         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
26645         handle, as well as a list.
26646
26647         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
26648         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
26649         (mm-w3m-cid-retrieve): Simplify.
26650
26651 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
26652
26653         * message.el (message-kill-to-signature): Allow prefix arg to
26654         specify number of lines to keep before signature.
26655
26656 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
26657
26658         * message.el (message-kill-to-signature): Change docstring.
26659
26660 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26661
26662         * canlock.el: Always require sha1-el.
26663         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
26664
26665         * message.el: Autoload sha1 only when compiling.
26666
26667         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
26668         eudc-expand-inline for XEmacs.
26669
26670 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
26671
26672         * message.el (message-canlock-generate): Require sha1-el.
26673
26674 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
26675
26676         * message.el (message-expand-name): Silence the byte compiler.
26677
26678         * lpath.el: Add detect-coding-system.
26679
26680         * dgnushack.el (dgnushack-compile): Remove obsolete check for
26681         cus-edit.
26682
26683 2004-01-13  Simon Josefsson  <jas@extundo.com>
26684
26685         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
26686         Invoke gnus-score-mode.
26687         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26688
26689         * gnus-range.el (gnus-compress-sequence): Doc fix.
26690         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
26691
26692 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26693
26694         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
26695
26696 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
26697
26698         * spam.el (spam-get-article-as-string): Update to use
26699         gnus-request-article-this-buffer, much simpler.
26700         (spam-get-article-as-buffer): Remove.
26701
26702 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
26703
26704         * message.el (message-expand-name): Use EUDC if the user uses that.
26705
26706 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26707
26708         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
26709         character for the encoding to avoid consing a string.
26710
26711         * rfc2047.el (rfc2047-decode-string): Don't cons a string
26712         unnecessarily.
26713
26714         * mm-util.el (mm-replace-chars-in-string): Remove.
26715
26716         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
26717         of mm-replace-chars-in-string.
26718
26719 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
26720
26721         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
26722
26723         * mm-util.el (mm-subst-char-in-string): Support inplace.
26724
26725         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
26726         a new string in every iteration.  Use shy groups.
26727
26728 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
26729
26730         * gnus-srvr.el (gnus-browse-unsubscribe-group):
26731         * gnus-soup.el (gnus-soup-group-brew):
26732         * gnus-msg.el (gnus-put-message):
26733         * gnus-move.el (gnus-group-move-group-to-server):
26734         * gnus-kill.el (gnus-batch-score):
26735         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
26736         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
26737         (gnus-group-update-group, gnus-group-read-group)
26738         (gnus-group-make-group, gnus-group-make-help-group)
26739         (gnus-group-make-archive-group, gnus-group-make-directory-group)
26740         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
26741         (gnus-group-sort-by-unread, gnus-group-catchup)
26742         (gnus-group-unsubscribe-group, gnus-group-kill-group)
26743         (gnus-group-yank-group, gnus-group-set-info)
26744         (gnus-group-list-groups):
26745         * gnus.el (gnus-generate-new-group-name):
26746         * gnus-delay.el (gnus-delay-send-queue):
26747         * nnvirtual.el (nnvirtual-catchup-group):
26748         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
26749         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
26750         (gnus-group-prepare-topics, gnus-topic-check-topology):
26751         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
26752         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
26753         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
26754         (gnus-group-make-articles-read):
26755         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
26756         (gnus-group-change-level, gnus-kill-newsgroup)
26757         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
26758         (gnus-get-unread-articles, gnus-make-articles-unread)
26759         (gnus-make-ascending-articles-unread): Use accessor
26760         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
26761         to get group information for improved readability.
26762
26763
26764 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26765
26766         * gnus-art.el (article-decode-mime-words, article-babel)
26767         (gnus-article-highlight-signature, gnus-article-add-buttons)
26768         (gnus-signature-toggle): Use gnus-with-article-buffer.
26769
26770         * gnus-art.el (gnus-article-highlight-headers)
26771         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26772
26773         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26774         (gnus-article-set-globals, gnus-request-article-this-buffer)
26775         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26776         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26777         (gnus-mime-display-alternative): Use with-current-buffer.
26778
26779 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26780
26781         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26782         also under 80 char limit, and call gnus-error if needed.
26783         (spam-fetch-article-header): Fix - it was a
26784         buffer-local variable (gnus-newsgroup-data).
26785         (spam-find-spam): Use spam-generate-fake-headers, forget about
26786         spam-insert-fake-headers.
26787         (spam-insert-fake-headers): Remove.
26788
26789 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26790
26791         * deuglify.el (gnus-article-outlook-unwrap-lines)
26792         (gnus-outlook-rearrange-article)
26793         (gnus-outlook-repair-attribution-outlook)
26794         (gnus-outlook-repair-attribution-block)
26795         (gnus-outlook-repair-attribution-other): Remove redundant
26796         save-excursion.
26797
26798 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26799
26800         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26801         (spam-fetch-field-subject-fast)
26802         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26803         (spam-fetch-article-header): Add functions to deal with Gnus
26804         internals for fast retrieval of article header data.
26805         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26806
26807 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26808
26809         * pop3.el (pop3-md5): Remove.
26810         (pop3-apop): Replace pop3-md5 with md5.
26811
26812         * mm-bodies.el: base64 is always built-in.
26813
26814         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26815         Use with-current-buffer.
26816
26817 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26818
26819         * canlock.el (canlock-insert-header): Remove excessive grouping in
26820         regexp.
26821
26822         * gnus-sum.el (gnus-summary-read-document): Ditto.
26823
26824         * gnus-uu.el (gnus-uu-part-number): Ditto.
26825
26826         * html2text.el (html2text-remove-tags): Ditto.
26827         (html2text-format-tags): Ditto.
26828         (html2text-format-single-elements): Ditto.
26829
26830         * mml.el (mml-parse-1): Ditto.
26831
26832 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26833
26834         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26835
26836         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26837
26838         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26839
26840         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26841
26842 2003-11-15  Simon Josefsson  <jas@extundo.com>
26843
26844         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26845         (pgg-gpg-lookup-key): Use regexp match instead of
26846         split-string (split-string is different between emacs 21.2 and
26847         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26848
26849 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26850
26851         * gnus-art.el (gnus-mime-view-all-parts)
26852         (gnus-article-part-wrapper, gnus-article-view-part):
26853         Use with-current-buffer.
26854
26855 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26856
26857         * spam.el (spam-disable-spam-split-during-ham-respool)
26858         (spam-spamoracle-database, spam-cache-lookups)
26859         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26860         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26861         (spam-group-ham-marks, spam-group-spam-marks)
26862         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26863         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26864         also add spam-use-blackholes to the statistical checks.
26865         (spam-fetch-field-fast): Add interface to fetching fields, may
26866         become a macro.
26867         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26868         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26869         (spam-insert-fake-headers): Fake an article when needed.
26870         (spam-find-spam): Fake article when possible.
26871         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26872         (spam-check-bogofilter-headers): Use message-fetch-field instead
26873         of nnmail-fetch-field.
26874
26875 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26876
26877         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26878
26879 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26880
26881         * spam.el (spam-split): Do not require spam-use-CHECK to be
26882         enabled if that check is passed to spam-split explicitly; also
26883         fix so 'spam doesn't get converted to spam-split-group when
26884         spam-split-symbolic-return is t.
26885         (spam-find-spam): Find registrations of the article and use those
26886         instead of re-running spam-split to find the spam/ham
26887         classification of the article.
26888         (spam-log-processing-to-registry, spam-log-registered-p)
26889         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26890         Use gnus-error instead of gnus-message.
26891         (spam-log-registration-type): Add function to determine the
26892         classification of a message based on registry entries; will
26893         return nil if both 'spam and 'ham are found.
26894         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26895         a reasonably fast local cache without the loading errors.
26896         (spam-cache-lookups): Set to t by default.
26897         (spam-find-spam): Don't try to guess spam-cache-lookups.
26898         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26899         spam-caches entry.
26900         (spam-filelist-build-cache, spam-filelist-check-cache):
26901         Fix caching of whitelist/blacklist entries.
26902         (spam-check-whitelist, spam-check-blacklist):
26903         Invoke spam-from-listed-p with a type, not a cache variable.
26904         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26905
26906 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26907
26908         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26909
26910         * nnmail.el (nnmail-split-fancy): do.
26911
26912         * mml.el (mml-parse): do.
26913
26914         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26915         (gnus-score-adaptive): do.
26916
26917 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26918
26919         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26920         (gnus-mime-button-map): Don't set keymap parent.
26921         (gnus-button-ctan-directory-regexp): Use shy grouping.
26922         (gnus-prev-page-map): Don't set keymap parent.
26923         (gnus-prev-page-map): Remove duplicated one.
26924         (gnus-next-page-map): Don't set keymap parent.
26925         (gnus-mime-security-button-map): Ditto.
26926
26927         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26928         version number.
26929
26930         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26931
26932 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26933
26934         * canlock.el (canlock-sha1-function): Remove.
26935         (canlock-sha1-function-for-verify): Remove.
26936         (canlock-openssl-program): Remove.
26937         (canlock-openssl-args): Remove.
26938         (canlock-ignore-errors): Remove.
26939         (canlock-sha1-with-openssl): Remove.
26940         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26941         (canlock-verify): Don't use canlock-ignore-errors.
26942
26943         * sha1-el.el (sha1-string-external): Make it can return a string
26944         in binary form.
26945         (sha1-region-external): Ditto.
26946         (sha1-string-internal): Ditto.
26947         (sha1-region-internal): Ditto.
26948         (sha1-region): Ditto.
26949         (sha1-string): Ditto.
26950         (sha1): Ditto.
26951
26952 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26953
26954         * spam.el (spam-report-articles-gmane): New command.
26955
26956 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26957
26958         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26959
26960         * run-at-time.el (run-at-time-saved): Remove.
26961         (run-at-time): Doc fix.
26962
26963 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26964
26965         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26966         (gnus-summary-limit-map): Add it.
26967         (gnus-summary-make-menu-bar): do.
26968
26969 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26970
26971         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26972         Make attempt at some caching support (done for BBDB only now).
26973         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26974         addresses to be checked.
26975         (spam-clear-cache-BBDB): Add function, to be invoked by
26976         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26977         (spam-check-BBDB): Check and use the caches, if
26978         spam-cache-lookups is on, remove superfluous (provide).
26979
26980 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26981
26982         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26983
26984 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26985
26986         * run-at-time.el (run-at-time-saved): Move to after the definition
26987         of `run-at-time'.
26988
26989         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26990
26991 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26992
26993         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26994         mm-w3m-local-map-property.
26995
26996         * mm-view.el (mm-w3m-mode-map): Remove.
26997         (mm-w3m-local-map-property): Remove.
26998         (mm-inline-text-html-render-with-w3m): Don't use
26999         mm-w3m-local-map-property.
27000
27001 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27002
27003         * run-at-time.el: New file.
27004
27005         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27006         under Emacs.
27007
27008         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27009         of gnus-set-text-properties.
27010
27011         * gnus-uu.el (gnus-uu-save-article): Ditto.
27012
27013         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27014
27015         * gnus-cite.el (gnus-cite-parse): Ditto.
27016
27017         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27018         of gnus-.
27019
27020         * gnus-xmas.el (run-at-time): Require run-at-time.
27021
27022         * gnus.el: Change calls to nnheader-run-at-time and
27023         password-run-at-time throughout to use run-at-time directly.
27024
27025         * password.el: Remove definition of run-at-time.
27026
27027         * nnheaderxm.el: Remove definition of run-at-time.
27028
27029 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27030
27031         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27032         in prompt.
27033
27034 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27035
27036         * messagexmas.el (message-xmas-redefine): Alias
27037         `message-make-caesar-translation-table' to
27038         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27039         version.
27040
27041         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27042         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27043         `gnus-xmas-set-text-properties'.
27044         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27045         `gnus-xmas-completing-read'.
27046         (gnus-xmas-completing-read): Removed.
27047         (gnus-xmas-open-network-stream): Removed.
27048
27049         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27050         XEmacs version.
27051
27052         * dns.el (dns-make-network-process): Use `open-network-stream'
27053         instead of `gnus-xmas-open-network-stream'.
27054
27055         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27056
27057         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27058
27059 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27060
27061         * gnus-art.el (gnus-mime-display-alternative)
27062         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27063         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27064         Don't use gnus-local-map-property.
27065
27066         * gnus-util.el (gnus-local-map-property): Remove.
27067
27068         * mm-view.el (mm-view-pkcs7-decrypt):
27069         Replace gnus-completing-read-maybe-default with completing-read.
27070
27071         * gnus-util.el (gnus-completing-read): do.
27072         (gnus-completing-read-maybe-default): Remove.
27073
27074 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27075
27076         * password.el: Only autoload `run-at-time' if not XEmacs.
27077         Only autoload the itimer functions if XEmacs.
27078
27079 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27080
27081         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27082         XEmacsen.
27083
27084         * dgnushack.el: Autoload executable-find for XEmacs.
27085
27086 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27087
27088         * gnus-art.el (gnus-read-string): Remove.
27089         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27090         read-string.
27091
27092 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27093
27094         * netrc.el: Autoload password-read.
27095         (netrc): Add configuration group.
27096         (netrc-encoding-method, netrc-openssl-path):
27097         Add variables for encoding and decoding of files with symmetric
27098         ciphers.
27099         (netrc-encode): Add assistant function to encode a file with
27100         netrc-encoding-method.
27101         (netrc-parse): Add interactive parameter, added optional
27102         decoding if netrc-encoding-method is non-nil but otherwise
27103         behavior is standard.
27104         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27105         Do s/encode/encrypt/ everywhere.
27106
27107         * spam.el: Remove executable-find autoload.
27108
27109 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27110
27111         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27112
27113         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27114
27115 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27116
27117         * gnus-art.el (gnus-treat-ansi-sequences)
27118         (article-treat-ansi-sequences): New variable and function.
27119         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27120
27121         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27122         Use it.
27123
27124 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27125
27126         * mm-util.el (mm-quote-arg): Remove.
27127
27128         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27129         shell-quote-argument.
27130
27131         * gnus-uu.el (gnus-uu-command): do.
27132
27133         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27134
27135         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27136         with make-char.
27137
27138         * mm-util.el (mm-make-char): Remove.
27139
27140         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27141         add-minor-mode.
27142
27143         * gnus-undo.el (gnus-undo-mode): do.
27144
27145         * gnus-topic.el (gnus-topic-mode): do.
27146
27147         * gnus-sum.el (gnus-dead-summary-mode): do.
27148
27149         * gnus-start.el (gnus-slave-mode): do.
27150
27151         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27152
27153         * gnus-ml.el (gnus-mailing-list-mode): do.
27154
27155         * gnus-gl.el (gnus-grouplens-mode): do.
27156
27157         * gnus-draft.el (gnus-draft-mode): do.
27158
27159         * gnus-dired.el (gnus-dired-mode): do.
27160
27161         * gnus-ems.el (gnus-add-minor-mode): Remove.
27162
27163         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27164         Replace gnus-char-width with char-width.
27165
27166         * gnus-ems.el (gnus-char-width): Remove.
27167
27168         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27169         Replace gnus-char-width with char-width.
27170
27171         * gnus-ems.el (gnus-char-width): Remove.
27172
27173         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27174         definition.
27175         Remove Emacs 20 hash table compatibility code.
27176
27177         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27178         20 compatibility code.
27179
27180         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27181
27182         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27183
27184         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27185         Replace with point-at-{eol,bol}.
27186
27187         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27188
27189         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27190
27191         * flow-fill.el (fill-flowed-point-at-bol)
27192         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27193
27194         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27195         Replace with point-at-{eol,bol} throughout all files.
27196
27197 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27198
27199         * ntlm.el (ntlm-string-as-unibyte): New macro.
27200         (ntlm-build-auth-response): Use it.
27201
27202         Remove Emacs 20 stuff:
27203         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27204         (butlast, mapc, remove): Remove the compiler macros.
27205         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27206         of delq and copy-sequence.
27207         * gnus-art.el (popup-menu): Remove the compiler macro.
27208         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27209         Emacs 20.
27210
27211 2004-01-05  Simon Josefsson  <jas@extundo.com>
27212
27213         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27214         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27215         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27216         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27217         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27218         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27219         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27220         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27221         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27222         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27223         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27224         string-xor into ntlm-string-xor.
27225         Suggested by Jesper Harder <harder@myrealbox.com>.
27226
27227         * ntlm.el: Don't include poem.
27228
27229         * md4.el (print-int32, print-string-hexa): Remove.
27230         Suggested by Jesper Harder <harder@myrealbox.com>.
27231
27232         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27233
27234         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27235         probably breaks emacs with DL patch, but do we care? Is anyone
27236         still using the DL stuff?)
27237
27238         * sieve-manage.el: Use the password package.
27239         (sieve-manage-read-passwd): Remove.
27240         (sieve-manage-interactive-login): Use password.  Re-add
27241         condition-case around loop.
27242
27243         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27244         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27245         Use the password package.
27246
27247 2003-02-19  Simon Josefsson  <jas@extundo.com>
27248
27249         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27250         token.
27251
27252 2002-08-07  Simon Josefsson  <jas@extundo.com>
27253
27254         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27255         (sieve-manage-authenticators)
27256         (sieve-manage-authenticator-alist): Add some SASL mechs.
27257         (sieve-sasl-auth): New function.
27258         (sieve-manage-cram-md5-auth)
27259         (sieve-manage-plain-auth): Rewrite using SASL library.
27260         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27261         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27262         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27263         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27264
27265 2004-01-05  Simon Josefsson  <jas@extundo.com>
27266
27267         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27268         New files.
27269
27270 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27271
27272         * gnus-group.el (gnus-no-groups-message): Update.
27273
27274         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27275
27276 2003-11-09  Simon Josefsson  <jas@extundo.com>
27277
27278         * imap.el: Support for ID IMAP extension (RFC 2971).
27279         (imap-local-variables): Add imap-id.
27280         (imap-id): New variable.
27281         (imap-id): New function.
27282         (imap-parse-response): Parse untagged ID response.
27283         * nnimap.el (nnimap-id): New variable.
27284         (nnimap-open-connection): Use it.
27285
27286 2003-12-28  Simon Josefsson  <jas@extundo.com>
27287
27288         * gnus-score.el (gnus-score-edit-all-score): New.
27289         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27290
27291 2004-01-04  Simon Josefsson  <jas@extundo.com>
27292
27293         * password.el: Add.
27294
27295 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27296
27297         * dns.el (dns-query-types): Fix typo.
27298         (dns-query-types): New function.
27299         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27300         PTR and SOA replies, see RFC 1035.
27301
27302 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27303
27304         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27305
27306         * Move to Changelog.2.
27307
27308 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27309
27310         * gnus.el (gnus-version-number): Bump version.
27311
27312 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27313
27314         * gnus.el: No Gnus v0.1 is released.
27315
27316 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27317
27318         * gnus.el: No Gnus v0.0 is released.
27319
27320 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27321
27322         * gnus.el (gnus-version-number): Bump.
27323         (gnus-version): No.
27324
27325 See ChangeLog.2 for earlier changes.
27326
27327   Copyright (C) 2004-2014 Free Software Foundation, Inc.
27328
27329   This file is part of GNU Emacs.
27330
27331   GNU Emacs is free software: you can redistribute it and/or modify
27332   it under the terms of the GNU General Public License as published by
27333   the Free Software Foundation, either version 3 of the License, or
27334   (at your option) any later version.
27335
27336   GNU Emacs is distributed in the hope that it will be useful,
27337   but WITHOUT ANY WARRANTY; without even the implied warranty of
27338   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27339   GNU General Public License for more details.
27340
27341   You should have received a copy of the GNU General Public License
27342   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27343
27344 ;; Local Variables:
27345 ;; coding: utf-8
27346 ;; fill-column: 79
27347 ;; add-log-time-zone-rule: t
27348 ;; End: